diff --git a/poetry.lock b/poetry.lock index 0b77f13f..d92b9cea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. [[package]] name = "absl-py" @@ -3341,6 +3341,32 @@ files = [ [package.extras] tests = ["pytest"] +[[package]] +name = "pvlib" +version = "0.13.1" +description = "A set of functions and classes for simulating the performance of photovoltaic energy systems." +optional = false +python-versions = ">=3.10" +groups = ["main"] +files = [ + {file = "pvlib-0.13.1-py3-none-any.whl", hash = "sha256:7de5c71b2f6b92f66eb4ac5d7d26a145c209cc6036dd1c90a7a323bc097b3e46"}, + {file = "pvlib-0.13.1.tar.gz", hash = "sha256:a93fd118d048b787db66c234486c05c0c65cf09db344d82083961bc826adf46f"}, +] + +[package.dependencies] +h5py = "*" +numpy = ">=1.21.2" +pandas = ">=1.3.3" +pytz = "*" +requests = "*" +scipy = ">=1.7.2" + +[package.extras] +all = ["pvlib[doc,optional,test]"] +doc = ["docutils (==0.21)", "ipython", "matplotlib", "pickleshare", "pillow", "pydata-sphinx-theme (==0.15.4)", "solarfactors", "sphinx (==7.3.7)", "sphinx-favicon", "sphinx-gallery", "sphinx-hoverxref (>=1.4.2,<1.5.0)", "sphinx-toggleprompt (==0.5.2)"] +optional = ["cython", "ephem", "nrel-pysam", "numba (>=0.17.0)", "solarfactors", "statsmodels"] +test = ["packaging", "pytest", "pytest-cov", "pytest-mock", "pytest-remotedata", "pytest-rerunfailures", "pytest-timeout", "requests-mock"] + [[package]] name = "pyasn1" version = "0.6.1" @@ -5100,4 +5126,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10.12,<3.12" -content-hash = "478f515b09f4590fb5782699e16ecb4e1290d81e1f1656bce8445ef4b2fe61ac" +content-hash = "d11f1d83de9f93f7358a6452fa7109d19044ce3388c32e266f142b6cba90aa0b" diff --git a/pyproject.toml b/pyproject.toml index 202f1d0d..0543c6d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ typing-extensions = "^4.12.2" ipython = "^8.27.0" importlib-resources = { version = "*", python = "<3.11" } python-dotenv = "^1.1.0" +pvlib = "^0.13.1" [tool.poetry.group.dev.dependencies] pytest = "^8.3.5" diff --git a/smart_control/configs/resources/sb1/weather_data/local_weather_test_data.csv b/smart_control/configs/resources/sb1/weather_data/local_weather_test_data.csv new file mode 100644 index 00000000..c2eb9a21 --- /dev/null +++ b/smart_control/configs/resources/sb1/weather_data/local_weather_test_data.csv @@ -0,0 +1,25 @@ +,Time,StationName,Location,TempC,DewPointC,BarometerMbar,Rain,RainTotal,WindspeedKmph,WindDirection,SkyCoverage,VisibilityKm,Humidity,TempF +0,20230701-0000,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",20.0,15.0,-9999.0,-9999.0,-9999.0,9.360000000000001,350,0,-9999.0,75.0,68.0 +1,20230701-0100,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",21.0,15.0,-9999.0,-9999.0,-9999.0,12.959999999999999,350,0,-9999.0,70.0,69.8 +2,20230701-0200,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",22.0,15.0,-9999.0,-9999.0,-9999.0,14.76,350,0,-9999.0,65.0,71.6 +3,20230701-0300,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",25.0,15.0,-9999.0,-9999.0,-9999.0,12.959999999999999,340,0,-9999.0,50.0,77.0 +4,20230701-0400,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",25.0,15.0,-9999.0,-9999.0,-9999.0,16.56,350,0,-9999.0,50.0,77.0 +5,20230701-0500,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",25.0,15.0,-9999.0,-9999.0,-9999.0,18.36,350,0,-9999.0,50.0,77.0 +6,20230701-0600,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",26.0,14.0,-9999.0,-9999.0,-9999.0,12.959999999999999,330,0,-9999.0,40.0,78.8 +7,20230701-0700,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",24.0,14.0,-9999.0,-9999.0,-9999.0,16.56,340,0,-9999.0,50.0,75.2 +8,20230701-0800,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",23.0,13.0,-9999.0,-9999.0,-9999.0,16.56,330,0,-9999.0,50.0,73.4 +9,20230701-0900,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",22.0,14.0,-9999.0,-9999.0,-9999.0,14.76,330,0,-9999.0,60.0,71.6 +10,20230701-1000,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",21.0,14.0,-9999.0,-9999.0,-9999.0,7.5600000000000005,300,25,-9999.0,65.0,69.8 +11,20230701-1100,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",22.0,15.0,-9999.0,-9999.0,-9999.0,9.360000000000001,350,50,-9999.0,60.0,71.6 +12,20230701-1200,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",23.0,15.0,-9999.0,-9999.0,-9999.0,12.959999999999999,350,100,-9999.0,50.0,73.4 +13,20230701-1300,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",24.0,15.0,-9999.0,-9999.0,-9999.0,14.76,350,0,-9999.0,65.0,75.2 +14,20230701-1400,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",24.0,15.0,-9999.0,-9999.0,-9999.0,12.959999999999999,340,0,-9999.0,50.0,75.2 +15,20230701-1500,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",25.0,15.0,-9999.0,-9999.0,-9999.0,16.56,350,0,-9999.0,50.0,77 +16,20230701-1600,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",24.5,15.0,-9999.0,-9999.0,-9999.0,18.36,350,0,-9999.0,50.0,76.1 +17,20230701-1700,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",24.0,14.0,-9999.0,-9999.0,-9999.0,12.959999999999999,330,0,-9999.0,40.0,75.2 +18,20230701-1800,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",23.0,14.0,-9999.0,-9999.0,-9999.0,16.56,340,0,-9999.0,50.0,73.4 +19,20230701-1900,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",22.0,13.0,-9999.0,-9999.0,-9999.0,16.56,330,0,-9999.0,50.0,71.6 +20,20230701-2000,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",21.0,14.0,-9999.0,-9999.0,-9999.0,14.76,330,0,-9999.0,50.0,69.8 +21,20230701-2100,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",19.0,14.0,-9999.0,-9999.0,-9999.0,7.5600000000000005,300,0,-9999.0,40.0,66.2 +22,20230701-2200,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",18.0,13.0,-9999.0,-9999.0,-9999.0,14.76,330,0,-9999.0,50.0,64.4 +23,20230701-2300,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",16.5,13.0,-9999.0,-9999.0,-9999.0,7.5600000000000005,300,0,-9999.0,50.0,61.7 diff --git a/smart_control/simulator/benchmark_results_23x12.txt b/smart_control/simulator/benchmark_results_23x12.txt new file mode 100644 index 00000000..9564395e --- /dev/null +++ b/smart_control/simulator/benchmark_results_23x12.txt @@ -0,0 +1,26 @@ +============================================================ +BENCHMARK RESULTS: Iterative vs Tensorized Simulator +============================================================ + +Configuration: + Grid size: 23 x 12 (276 CVs) + Number of steps: 10 + Time step: 300.0 seconds + Convergence: 0.001 + Iteration limit: 500 + +------------------------------------------------------------ +Iterative (SimulatorFlexibleGeometries): + Total time: 10.1357 seconds + Average time: 1.0136 seconds/step + Per-step times: ['1.4483', '0.9421', '0.9256', '0.9588', '0.9623', '0.9541', '0.9875', '0.9556', '0.9989', '1.0025'] + +------------------------------------------------------------ +Tensorized (TFSimulator): + Total time: 2.7237 seconds + Average time: 0.2724 seconds/step + Per-step times: ['0.4794', '0.1416', '0.1738', '0.2651', '0.2625', '0.2811', '0.2357', '0.3039', '0.1335', '0.4471'] + +------------------------------------------------------------ +SPEEDUP: 3.72x faster with TFSimulator +============================================================ \ No newline at end of file diff --git a/smart_control/simulator/building.py b/smart_control/simulator/building.py index 1198542d..d9f6219c 100644 --- a/smart_control/simulator/building.py +++ b/smart_control/simulator/building.py @@ -177,6 +177,35 @@ def __init__(self): super().__init__(alpha=0.65, epsilon=0.93, tau=0.0, rho=0.35) +@gin.configurable +@dataclasses.dataclass +class DefaultFenestrationMaterialProperties(MaterialProperties): + """The default material properties for fenestration (windows/glass). + + These properties represent typical double-pane window glass: + - conductivity: Effective U-value for double-pane glass (W/m·K) + - heat_capacity: Specific heat of glass (J/kg·K) + - density: Density of glass (kg/m³) + """ + + def __init__(self): + super().__init__(conductivity=0.8, heat_capacity=840.0, density=2500.0) + + +@dataclasses.dataclass +class DefaultFenestrationRadiationProperties(RadiationProperties): + """The default radiation properties for fenestration (windows/glass). + + These properties represent typical window glass: + - alpha (absorptivity): Low for clear glass (~0.02-0.04) + - epsilon (emissivity): High for glass (~0.9-0.95) + - tau (transmittance): High for clear glass (solar radiation passes through) + """ + + def __init__(self): + super().__init__(alpha=0.03, epsilon=0.9, tau=0.85, rho=0.12) + + def _check_room_sizes(matrix_shape: Shape2D, room_shape: Shape2D): """Raises a ValueError if room_shape is not compatible with matrix_shape. @@ -782,7 +811,7 @@ class FloorPlanBasedBuilding(BaseSimulatorBuilding): interior_wall_index: matrix representing the index of the interior walls of the building. Used only for calculating interior radiative heat transfer. - interior_wall_VF: matrix representing the view factors of the + interior_wall_vf: matrix representing the view factors of the interior walls of the building, which is denoted as F in the equation. Used only for calculating interior radiative heat transfer. epsilon: matrix representing the emissivity of the nodes of @@ -796,14 +825,15 @@ class FloorPlanBasedBuilding(BaseSimulatorBuilding): include_interior_mass: bool to note whether to include interior mass nodes. interior_mass_mask: matrix indicating which CVs have interior mass nodes. interior_mass_temp: matrix representing temperature of interior mass nodes. + fenestration_groups: dict containing fenestration groups with properties + including count, indices, phi (tilt angle), azimuth, and view factors + (F_gnd, F_sky, F_air). Only populated when include_radiative_heat_transfer + is True and floor_plan contains fenestration nodes. + air_groups: dict containing indoor air node groups with their indices and + adjacent fenestration groups. Only populated when + include_radiative_heat_transfer is True and floor_plan contains + fenestration nodes. - The longwave radiation ($q_{lwx}$) is calculated as: - - $$q_{lwx} = \\sigma(I-F)\\tilde{A}_{inv}T^4$$ - - Where the term $(I-F)\\tilde{A}_{inv}$ can be pre-calculated as: - - $$IFA_{inv} = (I-F)\\tilde{A}_{inv}$$ """ def __init__( @@ -815,6 +845,7 @@ def __init__( inside_wall_properties: MaterialProperties | None = None, building_exterior_properties: MaterialProperties | None = None, interior_mass_properties: MaterialProperties | None = None, + fenestration_properties: MaterialProperties | None = None, # pylint: disable=unused-argument zone_map: Optional[np.ndarray] = None, zone_map_filepath: Optional[str] = None, floor_plan: Optional[np.ndarray] = None, @@ -828,6 +859,7 @@ def __init__( inside_wall_radiative_properties: RadiationProperties | None = None, building_exterior_radiative_properties: RadiationProperties | None = None, interior_mass_radiative_properties: RadiationProperties | None = None, + fenestration_radiative_properties: RadiationProperties | None = None, include_radiative_heat_transfer: bool = False, view_factor_method: str = "ScriptF", include_interior_mass: bool = False, @@ -844,6 +876,11 @@ def __init__( defaults to DefaultInsideWallMaterialProperties. building_exterior_properties: MaterialProperties for building's exterior. If None, defaults to DefaultExteriorWallMaterialProperties. + interior_mass_properties: MaterialProperties for interior mass nodes + attached to air CVs. + fenestration_properties: MaterialProperties for fenestration (windows). + If None, defaults to DefaultFenestrationMaterialProperties. Only used + when the floor_plan contains fenestration nodes (value 4). zone_map: an np.ndarray noting where the VAV zones are. zone_map_filepath: a string of where to find the zone_map in CNS. Note that the user requires only to provide one of either zone_map_filepath @@ -860,16 +897,18 @@ def __init__( inside_wall_radiative_properties: RadiationProperties for interior walls. building_exterior_radiative_properties: RadiationProperties for building's exterior. + interior_mass_radiative_properties: RadiationProperties for interior mass + nodes attached to air CVs. + fenestration_radiative_properties: RadiationProperties for fenestration + (windows). If None, defaults to DefaultFenestrationRadiationProperties. + Only used when include_radiative_heat_transfer is True and the + floor_plan contains fenestration nodes. include_radiative_heat_transfer: bool to note whether to include radiative heat transfer. view_factor_method: str to note the method to use for view factors. Either "ScriptF" or "CarrollMRT". See [LW Radiation Exchange Among Zone Surfaces](https://bigladdersoftware.com/epx/docs/9-6/engineering-reference/inside-heat-balance.html#lw-radiation-exchange-among-zone-surfaces) for more details. - interior_mass_properties: MaterialProperties for interior mass nodes - attached to air CVs. - interior_mass_radiative_properties: RadiationProperties for interior mass - nodes attached to air CVs. include_interior_mass: bool to note whether to include interior mass nodes for air CVs. """ @@ -939,6 +978,11 @@ def __init__( ) ) + # Track exterior walls at boundary for exterior LWR and solar radiation + self.exterior_wall_boundary_mask = np.where( + exterior_walls == constants.EXTERIOR_WALL_VALUE_IN_FUNCTION, True, False + ) + self._exterior_walls, self._interior_walls = enlarge_exterior_walls( exterior_walls=exterior_walls, interior_walls=interior_walls ) @@ -994,6 +1038,7 @@ def __init__( inside_wall_radiative_properties, building_exterior_radiative_properties, inside_air_radiative_properties, + fenestration_radiative_properties, ) self.reset() @@ -1006,6 +1051,7 @@ def _assign_radiative_heat_transfer_properties( inside_wall_radiative_properties, building_exterior_radiative_properties, inside_air_radiative_properties, + fenestration_radiative_properties, ): if self.include_radiative_heat_transfer: self.view_factor_method = view_factor_method @@ -1021,24 +1067,83 @@ def _assign_radiative_heat_transfer_properties( self.indexed_floor_plan == constants.INTERIOR_WALL_VALUE_IN_FILE_INPUT ] = constants.INTERIOR_WALL_VALUE_IN_FUNCTION + # Process fenestration nodes if present + self._has_fenestration = np.any( + self.floor_plan == constants.FENESTRATION_VALUE_IN_FILE_INPUT + ) + # mark fenestration as not exterior wall + self.exterior_wall_boundary_mask[ + (self.floor_plan == constants.FENESTRATION_VALUE_IN_FILE_INPUT) + ] = False + + # Determine azimuth (facing direction) for each exterior wall boundary + # node + self.exterior_wall_boundary_azimuth = ( + building_radiation_utils.determine_exterior_wall_azimuth_array( + self.exterior_wall_boundary_mask, + self.indexed_floor_plan, + constants.EXTERIOR_SPACE_VALUE_IN_FUNCTION, + ) + ) + + if self._has_fenestration: + # Validate fenestration connectivity before processing + building_radiation_utils.validate_fenestration_connectivity( + self.floor_plan, + constants.FENESTRATION_VALUE_IN_FILE_INPUT, + constants.INTERIOR_SPACE_VALUE_IN_FILE_INPUT, + ) + + # Convert fenestration values from 4 to -4 + self.indexed_floor_plan[ + self.indexed_floor_plan + == constants.FENESTRATION_VALUE_IN_FILE_INPUT + ] = constants.FENESTRATION_VALUE_IN_FUNCTION + + # Mark fenestration positions (exterior:-42,interior:-43, between:-425) + self.indexed_floor_plan = ( + building_radiation_utils.mark_fenestration_positions( + self.indexed_floor_plan, + fenestration_value=constants.FENESTRATION_VALUE_IN_FUNCTION, + exterior_space_value=constants.EXTERIOR_SPACE_VALUE_IN_FUNCTION, + air_value=constants.INTERIOR_SPACE_VALUE_IN_FUNCTION, + ) + ) + + # Group fenestrations and calculate view factors + self.fenestration_groups = building_radiation_utils.group_fenestrations( + self.indexed_floor_plan, + ) + + # Group air nodes and link to fenestrations + self.air_groups = building_radiation_utils.group_air_nodes( + self.indexed_floor_plan, + fenestration_groups=self.fenestration_groups, + ) + else: + self.fenestration_groups = None + self.air_groups = None + self.interior_wall_mask = ( building_radiation_utils.mark_interior_wall_adjacent_to_air( self.indexed_floor_plan, constants.INTERIOR_WALL_VALUE_IN_FUNCTION, + constants.INTERIOR_FENESTRATION_VALUE, constants.INTERIOR_SPACE_VALUE_IN_FUNCTION, ) ) self.lwx_index = np.full(self.indexed_floor_plan.shape, -1) # convert mask index => range for view factor matrix order. if self.include_interior_mass: - interior_wall_mask_all = ( + self.interior_wall_mask_all = ( self.interior_wall_mask | self.interior_mass_mask ) else: - interior_wall_mask_all = self.interior_wall_mask - self.lwx_index[interior_wall_mask_all] = np.arange( - np.sum(interior_wall_mask_all) + self.interior_wall_mask_all = self.interior_wall_mask + self.lwx_index[self.interior_wall_mask_all] = np.arange( + np.sum(self.interior_wall_mask_all) ) + self.interior_wall_vf = building_radiation_utils.get_vf( indexed_floor_plan=self.indexed_floor_plan, interior_wall_mask=self.interior_wall_mask, @@ -1059,6 +1164,10 @@ def _assign_radiative_heat_transfer_properties( inside_air_radiative_properties or DefaultInsideAirRadiationProperties() ) + fenestration_radiative_properties = ( + fenestration_radiative_properties + or DefaultFenestrationRadiationProperties() + ) # emissivity self._epsilon = _assign_interior_and_exterior_values( @@ -1084,6 +1193,23 @@ def _assign_radiative_heat_transfer_properties( exterior_wall_value=building_exterior_radiative_properties.tau, interior_and_exterior_space_value=inside_air_radiative_properties.tau, ) + + # Assign fenestration radiative properties if fenestration exists + if self._has_fenestration: + fenestration_mask = ( + (self.indexed_floor_plan == constants.EXTERIOR_FENESTRATION_VALUE) + | (self.indexed_floor_plan == constants.INTERIOR_FENESTRATION_VALUE) + | ( + self.indexed_floor_plan + == constants.INBETWEEN_FENESTRATION_VALUE + ) + ) + self._epsilon[fenestration_mask] = ( + fenestration_radiative_properties.epsilon + ) + self._alpha[fenestration_mask] = fenestration_radiative_properties.alpha + self._tau[fenestration_mask] = fenestration_radiative_properties.tau + if self.include_interior_mass: epsilon_temp = np.zeros_like(self._epsilon) epsilon_temp[self.interior_mass_mask] = self._epsilon_interior_mass[ @@ -1107,12 +1233,18 @@ def _assign_radiative_heat_transfer_properties( self.view_factor_method = None self.indexed_floor_plan = None self.interior_wall_mask = None + self.interior_wall_mask_all = None self.interior_wall_index = None self.interior_wall_vf = None self._alpha = None self._epsilon = None self._tau = None self.ifa_inv = None + self.fenestration_groups = None + self.air_groups = None + self._has_fenestration = False + self.exterior_wall_boundary_mask = None + self.exterior_wall_boundary_azimuth = None def _assign_interior_mass_properties( self, @@ -1358,3 +1490,191 @@ def apply_longwave_interior_radiative_heat_transfer( temperature_estimates[self.interior_wall_mask], self.ifa_inv ) return q_lwx + + def apply_longwave_exterior_radiative_heat_transfer( + self, + temperature_estimates: np.ndarray, + ambient_temperature: float, + sky_temperature: float, + ) -> np.ndarray: + """Applies long-wave exterior radiative heat transfer for fenestrations. + + This function calculates the net radiative heat flux between exterior + fenestration surfaces and the sky/ground environment. The calculation + considers radiation exchange with: + - Ground at ambient temperature + - Sky (split between sky temperature and ambient air temperature) + - Emission from the fenestration surface + + Args: + temperature_estimates: Current temperature estimates for all CVs in K. + ambient_temperature: Ambient air temperature in K. + sky_temperature: Sky temperature in K. + + Returns: + 2D array (floor_plan shape) with net exterior LWR heat flux [W/m^2] at + each fenestration position. Non-fenestration positions are 0. + """ + # If no fenestration groups, return zero array + if not hasattr(self, "fenestration_groups") or not self.fenestration_groups: + return np.zeros_like(self.indexed_floor_plan, dtype=float) + + q_lwr = building_radiation_utils.net_exterior_radiative_heatflux( + floor_plan=self.indexed_floor_plan, + fenestration_groups=self.fenestration_groups, + surface_temperatures=temperature_estimates, + emissivity_array=self._epsilon, + ambient_temperature=ambient_temperature, + sky_temperature=sky_temperature, + ) + return q_lwr + + def apply_shortwave_solar_radiation_fenestration( + self, + irradiance_components: dict[str, float], + solar_zenith: float, + solar_azimuth: float, + alpha: float = constants.FENESTRATION_SOLAR_ABSORPTANCE, + tau: float = constants.FENESTRATION_SOLAR_TRANSMITTANCE, + ) -> tuple[np.ndarray, np.ndarray]: + """Applies shortwave solar radiation for fenestrations (windows). + + Calculates two components of solar radiation for fenestration elements: + 1. q_sol_alpha: Solar radiation absorbed by fenestration surfaces, + distributed evenly to all fenestration nodes in each group. + 2. q_sol_tau: Solar radiation transmitted through fenestrations, + distributed evenly to air nodes (or interior mass) connected to + each fenestration group. + + Args: + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys + containing irradiance values in W/m2. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. + alpha: Solar absorptance of fenestration (0-1). Defaults to 0.1. + tau: Solar transmittance of fenestration (0-1). Defaults to 0.8. + + Returns: + Tuple of two 2D arrays (floor_plan shape): + - q_sol_alpha_array: Absorbed solar heat flux [W/m2] at fenestration + positions. + - q_sol_tau_array: Transmitted solar heat flux [W/m2] at air node + positions (to be applied to interior mass if enabled). + """ + # If no fenestration groups, return zero arrays + if not hasattr(self, "fenestration_groups") or not self.fenestration_groups: + zero_array = np.zeros_like(self.indexed_floor_plan, dtype=float) + return zero_array, zero_array.copy() + + # Calculate absorbed solar radiation (q_sol_alpha) for fenestrations + q_sol_alpha_array = ( + building_radiation_utils.net_solar_absorbed_heatflux_fenestration( + floor_plan=self.indexed_floor_plan, + fenestration_groups=self.fenestration_groups, + irradiance_components=irradiance_components, + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + alpha=alpha, + ) + ) + + # Calculate transmitted solar radiation (q_sol_tau) through fenestrations + q_sol_tau_array = ( + building_radiation_utils.net_solar_transmitted_heatflux_fenestration( + floor_plan=self.indexed_floor_plan, + fenestration_groups=self.fenestration_groups, + air_groups=self.air_groups, + irradiance_components=irradiance_components, + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + tau=tau, + ) + ) + + return q_sol_alpha_array, q_sol_tau_array + + def apply_longwave_exterior_radiative_heat_transfer_exterior_wall( + self, + temperature_estimates: np.ndarray, + ambient_temperature: float, + sky_temperature: float, + ) -> np.ndarray: + """Applies exterior longwave radiative heat transfer for boundary walls. + + Calculates q_lwr for exterior walls at the building boundary (outermost + layer) that are exposed to the outdoor environment. + + Args: + temperature_estimates: 2D array of CV temperature estimates in K. + ambient_temperature: Ambient air temperature in K. + sky_temperature: Sky temperature in K. + + Returns: + 2D array (floor_plan shape) with net exterior LWR heat flux [W/m^2] at + boundary exterior wall positions. Positive = heat gain. + """ + if ( + not hasattr(self, "exterior_wall_boundary_mask") + or self.exterior_wall_boundary_mask is None + or not np.any(self.exterior_wall_boundary_mask) + ): + return np.zeros_like(self.indexed_floor_plan, dtype=float) + + q_lwr = building_radiation_utils.calculate_exterior_lwr_for_exterior_wall( + exterior_wall_boundary_mask=self.exterior_wall_boundary_mask, + surface_temperatures=temperature_estimates, + emissivity_array=self._epsilon, + ambient_temperature=ambient_temperature, + sky_temperature=sky_temperature, + ) + return q_lwr + + def apply_shortwave_solar_radiation_exterior_wall( + self, + irradiance_components: dict[str, float], + solar_zenith: float, + solar_azimuth: float, + alpha: float | None = None, + ) -> np.ndarray: + """Applies shortwave solar radiation for boundary exterior walls. + + Calculates absorbed solar radiation for exterior walls at the building + boundary, considering the wall orientation based on which boundary edge + it's located on. + + Args: + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys + containing irradiance values in W/m2. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. + alpha: Solar absorptance of the wall surface (0-1). If None, uses + the building's exterior wall absorptance from _alpha array. + + Returns: + 2D array (floor_plan shape) with absorbed solar heat flux [W/m^2] at + boundary exterior wall positions. + """ + if ( + not hasattr(self, "exterior_wall_boundary_mask") + or self.exterior_wall_boundary_mask is None + or not np.any(self.exterior_wall_boundary_mask) + ): + return np.zeros_like(self.indexed_floor_plan, dtype=float) + + # Use provided alpha or get average from exterior wall positions + if alpha is None: + # Use the alpha values from the building's radiative properties + alpha = np.mean(self._alpha[self.exterior_wall_boundary_mask]) + + q_sol_alpha = ( + building_radiation_utils.calculate_solar_absorbed_for_exterior_wall( + exterior_wall_boundary_mask=self.exterior_wall_boundary_mask, + exterior_wall_boundary_azimuth=self.exterior_wall_boundary_azimuth, + floor_plan=self.indexed_floor_plan, + irradiance_components=irradiance_components, + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + alpha=alpha, + ) + ) + return q_sol_alpha diff --git a/smart_control/simulator/building_radiation_test_data/723170TYA.CSV b/smart_control/simulator/building_radiation_test_data/723170TYA.CSV new file mode 100644 index 00000000..2f2e03c1 --- /dev/null +++ b/smart_control/simulator/building_radiation_test_data/723170TYA.CSV @@ -0,0 +1,8762 @@ +723170,"GREENSBORO PIEDMONT TRIAD INT",NC,-5.0,36.100,-79.950,273 +Date (MM/DD/YYYY),Time (HH:MM),ETR (W/m^2),ETRN (W/m^2),GHI (W/m^2),GHI source,GHI uncert (%),DNI (W/m^2),DNI source,DNI uncert (%),DHI (W/m^2),DHI source,DHI uncert (%),GH illum (lx),GH illum source,Global illum uncert (%),DN illum (lx),DN illum source,DN illum uncert (%),DH illum (lx),DH illum source,DH illum uncert (%),Zenith lum (cd/m^2),Zenith lum source,Zenith lum uncert (%),TotCld (tenths),TotCld source,TotCld uncert (code),OpqCld (tenths),OpqCld source,OpqCld uncert (code),Dry-bulb (C),Dry-bulb source,Dry-bulb uncert (code),Dew-point (C),Dew-point source,Dew-point uncert (code),RHum (%),RHum source,RHum uncert (code),Pressure (mbar),Pressure source,Pressure uncert (code),Wdir (degrees),Wdir source,Wdir uncert (code),Wspd (m/s),Wspd source,Wspd uncert (code),Hvis (m),Hvis source,Hvis uncert (code),CeilHgt (m),CeilHgt source,CeilHgt uncert (code),Pwat (cm),Pwat source,Pwat uncert (code),AOD (unitless),AOD source,AOD uncert (code),Alb (unitless),Alb source,Alb uncert (code),Lprecip depth (mm),Lprecip quantity (hr),Lprecip source,Lprecip uncert (code),PresWth (METAR code),PresWth source,PresWth uncert (code) +01/01/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,6.1,A,7,77,A,7,993,A,7,200,A,7,6.2,A,7,16100,B,7,1370,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/01/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,6.7,A,7,80,A,7,993,A,7,230,A,7,5.2,A,7,16100,B,7,1370,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/01/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,7.2,A,7,83,A,7,993,A,7,220,A,7,5.7,A,7,16100,B,7,1370,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/01/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,7.2,A,7,83,A,7,992,A,7,210,A,7,5.7,A,7,16100,B,7,1370,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/01/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,7.2,A,7,83,A,7,992,A,7,220,A,7,5.2,A,7,16100,B,7,1520,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/01/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,7.8,A,7,86,A,7,992,A,7,220,A,7,4.1,A,7,16100,B,7,1370,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/01/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,8.3,A,7,90,A,7,992,A,7,240,A,7,4.1,A,7,16100,B,7,1370,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/01/1988,08:00,25,649,9,1,13,1,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,10.0,A,7,8.9,A,7,93,A,7,992,A,7,210,A,7,5.2,A,7,8000,B,7,1220,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,21,C,8 +01/01/1988,09:00,228,1415,46,1,13,3,1,9,46,1,13,53,1,13,1,1,9,53,1,13,164,1,21,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,993,A,7,220,A,7,5.2,A,7,8000,B,7,1220,A,7,1.9,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +01/01/1988,10:00,439,1415,79,1,9,4,1,9,78,1,13,92,1,9,2,1,9,91,1,13,314,1,18,10,A,7,10,A,7,10.6,A,7,10.0,A,7,96,A,7,993,A,7,220,A,7,5.2,A,7,6400,B,7,1220,A,7,1.9,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +01/01/1988,11:00,598,1415,199,1,9,3,1,9,198,1,13,222,1,9,3,1,9,221,1,13,707,1,18,10,A,7,10,A,7,11.7,A,7,10.6,A,7,93,A,7,993,A,7,210,A,7,6.2,A,7,9700,B,7,1220,A,7,2.0,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +01/01/1988,12:00,696,1415,261,1,9,3,1,9,260,1,13,290,1,9,3,1,9,289,1,13,917,1,18,10,A,7,10,A,7,11.7,A,7,10.6,A,7,93,A,7,992,A,7,230,A,7,5.2,A,7,9700,B,7,1070,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/01/1988,13:00,723,1415,155,1,9,0,1,9,155,1,13,180,1,9,0,1,9,180,1,13,670,1,18,10,A,7,10,A,7,11.7,A,7,10.6,A,7,93,A,7,992,A,7,250,A,7,5.2,A,7,9700,B,7,310,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/01/1988,14:00,680,1415,144,1,9,2,1,9,144,1,13,168,1,9,1,1,9,168,1,13,614,1,18,10,A,7,10,A,7,11.7,A,7,11.1,A,7,96,A,7,992,A,7,270,A,7,3.1,A,7,4000,B,7,240,A,7,2.1,E,8,0.000,F,8,0.00,?,0,3,1,D,9,60,C,8 +01/01/1988,15:00,568,1415,131,1,9,1,1,9,131,1,13,150,1,9,1,1,9,150,1,13,523,1,18,10,A,7,10,A,7,11.1,A,7,10.6,A,7,96,A,7,992,A,7,340,A,7,4.1,A,7,4000,B,7,210,A,7,2.0,E,8,0.000,F,8,0.00,?,0,23,1,D,9,45,C,8 +01/01/1988,16:00,395,1415,81,1,9,1,1,9,81,1,13,93,1,9,1,1,9,93,1,13,310,1,18,10,A,7,10,A,7,7.8,A,7,6.7,A,7,93,A,7,993,A,7,50,A,7,4.1,A,7,4000,B,7,210,A,7,1.6,E,8,0.000,F,8,0.00,?,0,15,1,D,9,45,C,8 +01/01/1988,17:00,175,1415,49,1,13,1,1,9,49,1,13,54,1,13,0,1,9,54,1,13,154,1,21,10,A,7,10,A,7,7.2,A,7,5.6,A,7,89,A,7,993,A,7,30,A,7,2.1,A,7,11300,B,7,700,A,7,1.5,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +01/01/1988,18:00,6,342,4,1,13,0,1,9,4,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,7.2,A,7,5.6,A,7,89,A,7,993,A,7,20,A,7,1.5,A,7,16100,B,7,760,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/01/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,4.4,A,7,83,A,7,994,A,7,40,A,7,3.1,A,7,11300,B,7,760,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/01/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.7,A,7,3.3,A,7,80,A,7,995,A,7,360,A,7,2.1,A,7,11300,B,7,850,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +01/01/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,3.3,A,7,89,A,7,995,A,7,20,A,7,1.5,A,7,12900,B,7,1010,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +01/01/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,3.9,A,7,93,A,7,995,A,7,0,A,7,0.0,A,7,12900,B,7,1010,A,7,1.4,E,8,0.000,?,0,0.00,?,0,10,1,D,9,61,C,8 +01/01/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,3.9,A,7,93,A,7,996,A,7,340,A,7,1.5,A,7,12900,B,7,1070,A,7,1.4,E,8,0.000,?,0,0.00,?,0,3,1,D,9,61,C,8 +01/01/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,2.2,A,7,83,A,7,996,A,7,40,A,7,2.1,A,7,12900,B,7,1070,A,7,1.2,E,8,0.000,?,0,0.00,?,0,5,1,D,9,00,C,8 +01/02/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,0.6,A,7,79,A,7,996,A,7,30,A,7,2.1,A,7,11300,B,7,1370,A,7,1.1,E,8,0.000,?,0,0.00,?,0,3,1,D,9,61,C,8 +01/02/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,0.6,A,7,82,A,7,996,A,7,30,A,7,1.5,A,7,11300,B,7,1370,A,7,1.1,E,8,0.000,?,0,0.00,?,0,5,1,D,9,61,C,8 +01/02/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,0.6,A,7,86,A,7,997,A,7,30,A,7,1.5,A,7,11300,B,7,1370,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +01/02/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,0.6,A,7,82,A,7,997,A,7,20,A,7,1.5,A,7,11300,B,7,1220,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,-3.3,A,7,62,A,7,997,A,7,10,A,7,2.1,A,7,16100,B,7,1220,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,-4.4,A,7,59,A,7,998,A,7,50,A,7,4.1,A,7,11300,B,7,310,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.2,A,7,-4.4,A,7,62,A,7,999,A,7,20,A,7,3.6,A,7,11300,B,7,1220,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +01/02/1988,08:00,25,649,15,1,13,0,1,9,15,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,1.7,A,7,-5.6,A,7,59,A,7,999,A,7,30,A,7,3.1,A,7,11300,B,7,2740,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +01/02/1988,09:00,227,1415,84,1,13,1,1,9,84,1,13,91,1,13,0,1,9,91,1,13,235,1,21,10,A,7,10,A,7,1.7,A,7,-5.6,A,7,59,A,7,1000,A,7,40,A,7,2.6,A,7,12900,B,7,6100,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,10:00,439,1415,150,1,9,111,1,9,115,1,13,163,1,9,102,1,9,132,1,13,258,1,18,10,A,7,8,A,7,2.2,A,7,-6.7,A,7,52,A,7,1000,A,7,20,A,7,4.6,A,7,16100,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,11:00,599,1415,318,1,13,426,1,9,136,1,13,335,1,13,414,1,9,159,1,13,269,1,21,9,A,7,7,A,7,3.3,A,7,-6.7,A,7,48,A,7,1001,A,7,40,A,7,3.1,A,7,16100,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,12:00,697,1415,283,1,9,129,1,9,219,1,13,308,1,9,132,1,9,242,1,13,543,1,18,10,A,7,8,A,7,3.3,A,7,-6.1,A,7,50,A,7,1000,A,7,60,A,7,5.2,A,7,16100,B,7,6100,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,13:00,725,1415,175,1,9,8,1,9,170,1,13,201,1,9,6,1,9,198,1,13,719,1,18,10,A,7,10,A,7,3.9,A,7,-5.6,A,7,51,A,7,999,A,7,70,A,7,4.1,A,7,24100,B,7,3050,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,14:00,682,1415,271,1,9,123,1,9,211,1,13,294,1,9,125,1,9,234,1,13,520,1,18,10,A,7,9,A,7,4.4,A,7,-3.3,A,7,57,A,7,999,A,7,120,A,7,4.1,A,7,24100,B,7,3050,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,15:00,570,1415,274,1,13,294,1,9,155,1,13,293,1,13,291,1,9,174,1,13,325,1,21,9,A,7,6,A,7,4.4,A,7,-3.3,A,7,57,A,7,998,A,7,90,A,7,3.1,A,7,24100,B,7,7620,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,16:00,398,1415,175,1,13,225,1,9,111,1,13,184,1,13,198,1,9,128,1,13,221,1,21,10,A,7,4,A,7,5.0,A,7,-2.8,A,7,58,A,7,999,A,7,80,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,17:00,179,1415,60,1,13,55,1,9,53,1,13,65,1,13,34,1,9,60,1,13,111,1,21,10,A,7,8,A,7,3.3,A,7,-2.2,A,7,67,A,7,999,A,7,110,A,7,2.6,A,7,16100,B,7,7620,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,18:00,7,366,8,1,13,2,1,9,8,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,9,A,7,2.2,A,7,-2.2,A,7,73,A,7,999,A,7,90,A,7,2.6,A,7,16100,B,7,3660,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.7,A,7,-1.7,A,7,79,A,7,1000,A,7,140,A,7,1.5,A,7,16100,B,7,3660,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.1,A,7,-1.7,A,7,82,A,7,1000,A,7,110,A,7,2.1,A,7,11300,B,7,3660,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.1,A,7,-1.1,A,7,85,A,7,1000,A,7,120,A,7,3.1,A,7,12900,B,7,3660,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,0.6,A,7,-1.7,A,7,85,A,7,1000,A,7,110,A,7,2.6,A,7,12900,B,7,7620,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,0.0,A,7,-2.2,A,7,85,A,7,1000,A,7,120,A,7,2.6,A,7,12900,B,7,7620,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/02/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.0,A,7,-3.9,A,7,75,A,7,999,A,7,80,A,7,2.1,A,7,16100,B,7,7620,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/03/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,0.0,A,7,-5.6,A,7,67,A,7,999,A,7,70,A,7,2.6,A,7,16100,B,7,7620,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/03/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,0.0,A,7,-5.6,A,7,67,A,7,999,A,7,60,A,7,2.6,A,7,16100,B,7,7620,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/03/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-7.2,A,7,61,A,7,999,A,7,50,A,7,3.1,A,7,16100,B,7,2440,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/03/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-6.1,A,7,67,A,7,998,A,7,60,A,7,3.1,A,7,16100,B,7,2440,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/03/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-6.7,A,7,64,A,7,998,A,7,50,A,7,4.1,A,7,16100,B,7,2440,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/03/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-7.8,A,7,59,A,7,999,A,7,50,A,7,3.6,A,7,16100,B,7,1220,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/03/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-1.1,A,7,-5.6,A,7,72,A,7,999,A,7,40,A,7,4.1,A,7,11300,B,7,910,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/03/1988,08:00,24,649,5,1,13,7,1,9,4,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,-1.7,A,7,-5.6,A,7,75,A,7,998,A,7,40,A,7,4.1,A,7,11300,B,7,910,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,66,C,8 +01/03/1988,09:00,227,1415,39,1,13,6,1,9,38,1,13,45,1,13,1,1,9,45,1,13,141,1,21,10,A,7,10,A,7,-1.7,A,7,-5.6,A,7,75,A,7,999,A,7,50,A,7,4.6,A,7,11300,B,7,850,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +01/03/1988,10:00,439,1415,81,1,9,9,1,9,78,1,13,94,1,9,5,1,9,92,1,13,314,1,18,10,A,7,10,A,7,-1.7,A,7,-5.0,A,7,78,A,7,999,A,7,40,A,7,3.6,A,7,11300,B,7,850,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +01/03/1988,11:00,600,1415,115,1,9,6,1,9,112,1,13,134,1,9,4,1,9,132,1,13,476,1,18,10,A,7,10,A,7,-1.7,A,7,-4.4,A,7,82,A,7,998,A,7,50,A,7,5.2,A,7,8000,B,7,850,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +01/03/1988,12:00,698,1415,130,1,9,9,1,9,126,1,13,154,1,9,6,1,9,150,1,13,559,1,18,10,A,7,10,A,7,-1.7,A,7,-3.9,A,7,85,A,7,997,A,7,50,A,7,3.1,A,7,6400,B,7,760,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/03/1988,13:00,727,1415,126,1,9,5,1,9,124,1,13,150,1,9,4,1,9,148,1,13,562,1,18,10,A,7,10,A,7,-1.7,A,7,-3.9,A,7,85,A,7,995,A,7,30,A,7,3.6,A,7,6400,B,7,520,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/03/1988,14:00,684,1415,132,1,9,7,1,9,129,1,13,155,1,9,5,1,9,153,1,13,565,1,18,10,A,7,10,A,7,-1.7,A,7,-2.8,A,7,92,A,7,994,A,7,50,A,7,4.6,A,7,6400,B,7,240,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/03/1988,15:00,573,1415,133,1,9,4,1,9,131,1,13,152,1,9,3,1,9,151,1,13,526,1,18,10,A,7,10,A,7,-1.1,A,7,-2.8,A,7,89,A,7,994,A,7,60,A,7,3.6,A,7,6400,B,7,240,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/03/1988,16:00,402,1415,77,1,9,1,1,9,77,1,13,89,1,9,0,1,9,89,1,13,300,1,18,10,A,7,10,A,7,-1.7,A,7,-2.2,A,7,96,A,7,993,A,7,50,A,7,4.1,A,7,6400,B,7,180,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/03/1988,17:00,182,1415,32,1,13,1,1,9,32,1,13,37,1,13,0,1,9,37,1,13,115,1,21,10,A,7,10,A,7,-1.7,A,7,-2.8,A,7,92,A,7,991,A,7,50,A,7,4.6,A,7,8000,B,7,430,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/03/1988,18:00,8,366,3,1,13,0,1,9,3,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,-2.2,A,7,-3.3,A,7,92,A,7,991,A,7,40,A,7,4.1,A,7,6400,B,7,180,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/03/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.2,A,7,-3.3,A,7,92,A,7,991,A,7,40,A,7,3.6,A,7,8000,B,7,210,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/03/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.2,A,7,-3.3,A,7,92,A,7,990,A,7,50,A,7,4.1,A,7,8000,B,7,210,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/03/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.2,A,7,-3.3,A,7,92,A,7,990,A,7,10,A,7,3.1,A,7,11300,B,7,180,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/03/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.2,A,7,-3.9,A,7,89,A,7,989,A,7,20,A,7,3.1,A,7,11300,B,7,240,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/03/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.2,A,7,-2.8,A,7,96,A,7,989,A,7,30,A,7,1.5,A,7,6400,B,7,120,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/03/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.2,A,7,-3.3,A,7,92,A,7,988,A,7,360,A,7,2.6,A,7,6400,B,7,120,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/04/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-1.7,A,7,-2.8,A,7,92,A,7,988,A,7,360,A,7,3.1,A,7,6400,B,7,120,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/04/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-1.1,A,7,-2.2,A,7,92,A,7,989,A,7,340,A,7,3.1,A,7,6400,B,7,120,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/04/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-1.7,A,7,92,A,7,988,A,7,70,A,7,1.5,A,7,6400,B,7,120,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/04/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-1.1,A,7,96,A,7,987,A,7,0,A,7,0.0,A,7,6400,B,7,90,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/04/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-1.1,A,7,96,A,7,987,A,7,0,A,7,0.0,A,7,6400,B,7,90,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/04/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.0,A,7,-0.6,A,7,96,A,7,987,A,7,320,A,7,2.1,A,7,6400,B,7,90,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/04/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.0,A,7,-0.6,A,7,96,A,7,987,A,7,300,A,7,2.1,A,7,6400,B,7,60,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/04/1988,08:00,24,649,12,1,13,0,1,9,12,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,0.0,A,7,-0.6,A,7,96,A,7,988,A,7,270,A,7,2.1,A,7,4000,B,7,760,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,24,C,8 +01/04/1988,09:00,227,1415,81,1,13,1,1,9,81,1,13,88,1,13,0,1,9,88,1,13,231,1,21,10,A,7,10,A,7,0.6,A,7,-0.6,A,7,92,A,7,988,A,7,280,A,7,2.1,A,7,4000,B,7,850,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/04/1988,10:00,439,1415,224,1,13,302,1,9,129,1,13,235,1,13,276,1,9,149,1,13,263,1,21,5,A,7,5,A,7,1.1,A,7,0.0,A,7,92,A,7,989,A,7,250,A,7,3.6,A,7,4000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/04/1988,11:00,601,1415,290,1,13,358,1,9,137,1,13,306,1,13,348,1,9,157,1,13,272,1,21,7,A,7,7,A,7,1.7,A,7,0.0,A,7,89,A,7,989,A,7,300,A,7,3.6,A,7,4800,B,7,90,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/04/1988,12:00,700,1415,249,1,9,101,1,9,199,1,13,274,1,9,100,1,9,224,1,13,601,1,18,10,A,7,10,A,7,1.7,A,7,0.0,A,7,89,A,7,989,A,7,270,A,7,3.1,A,7,800,B,7,60,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/04/1988,13:00,729,1415,333,1,9,191,1,9,234,1,13,362,1,9,196,1,9,260,1,13,590,1,18,9,A,7,9,A,7,2.2,A,7,0.0,A,7,85,A,7,988,A,7,280,A,7,3.1,A,7,800,B,7,90,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/04/1988,14:00,687,1415,450,1,9,810,1,9,55,1,13,474,1,9,788,1,9,90,1,13,139,1,18,4,A,7,1,A,7,4.4,A,7,-1.1,A,7,68,A,7,988,A,7,270,A,7,3.6,A,7,11300,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,40,C,8 +01/04/1988,15:00,577,1415,367,1,9,614,1,9,117,1,13,378,1,9,579,1,9,142,1,13,224,1,18,10,A,7,2,A,7,5.0,A,7,0.0,A,7,70,A,7,987,A,7,240,A,7,4.1,A,7,11300,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/04/1988,16:00,405,1415,151,1,13,220,1,9,88,1,13,163,1,13,196,1,9,107,1,13,167,1,21,10,A,7,5,A,7,3.9,A,7,-1.7,A,7,67,A,7,987,A,7,230,A,7,3.1,A,7,11300,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/04/1988,17:00,185,1415,61,1,13,74,1,9,52,1,13,67,1,13,47,1,9,61,1,13,109,1,21,10,A,7,8,A,7,3.9,A,7,-2.2,A,7,65,A,7,987,A,7,240,A,7,4.1,A,7,11300,B,7,7620,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/04/1988,18:00,9,389,2,1,13,1,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,8,A,7,3.9,A,7,-2.8,A,7,62,A,7,988,A,7,270,A,7,4.6,A,7,16100,B,7,7620,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/04/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,2.2,A,7,-2.8,A,7,70,A,7,989,A,7,250,A,7,3.1,A,7,24100,B,7,7620,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/04/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,2.2,A,7,-4.4,A,7,62,A,7,989,A,7,290,A,7,4.1,A,7,24100,B,7,4880,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/04/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,1.7,A,7,-5.0,A,7,62,A,7,990,A,7,270,A,7,3.1,A,7,24100,B,7,7620,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/04/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.1,A,7,-8.3,A,7,50,A,7,991,A,7,290,A,7,4.6,A,7,24100,B,7,3660,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/04/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,1.1,A,7,-8.9,A,7,48,A,7,991,A,7,310,A,7,7.7,A,7,24100,B,7,3660,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/04/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,0.6,A,7,-9.4,A,7,48,A,7,992,A,7,290,A,7,5.7,A,7,24100,B,7,3660,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,-0.6,A,7,-11.7,A,7,43,A,7,992,A,7,310,A,7,5.7,A,7,24100,B,7,3660,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,-1.7,A,7,-13.3,A,7,41,A,7,993,A,7,320,A,7,3.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,-1.7,A,7,-15.0,A,7,36,A,7,993,A,7,310,A,7,5.2,A,7,24100,B,7,7620,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,-2.2,A,7,-15.0,A,7,37,A,7,993,A,7,330,A,7,6.2,A,7,24100,B,7,7620,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,-2.8,A,7,-14.4,A,7,41,A,7,994,A,7,320,A,7,3.1,A,7,24100,B,7,7620,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.8,A,7,-14.4,A,7,41,A,7,994,A,7,340,A,7,2.1,A,7,24100,B,7,3660,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,-3.3,A,7,-15.6,A,7,39,A,7,995,A,7,310,A,7,4.6,A,7,24100,B,7,6100,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,08:00,24,649,13,1,13,15,1,9,12,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,5,A,7,-3.3,A,7,-15.6,A,7,39,A,7,996,A,7,310,A,7,2.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,09:00,227,1415,88,1,13,164,1,9,62,1,13,93,1,13,109,1,9,75,1,13,118,1,21,10,A,7,5,A,7,-3.3,A,7,-16.7,A,7,35,A,7,997,A,7,330,A,7,5.2,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,10:00,440,1415,223,1,13,369,1,9,107,1,13,232,1,13,330,1,9,129,1,13,202,1,21,10,A,7,5,A,7,-3.3,A,7,-19.4,A,7,28,A,7,998,A,7,330,A,7,4.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,11:00,602,1415,303,1,13,335,1,9,159,1,13,324,1,13,337,1,9,180,1,13,335,1,21,10,A,7,4,A,7,-2.2,A,7,-20.0,A,7,24,A,7,998,A,7,310,A,7,6.2,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,12:00,702,1415,329,1,13,275,1,9,192,1,13,353,1,13,285,1,9,212,1,13,428,1,21,10,A,7,7,A,7,-2.2,A,7,-20.0,A,7,24,A,7,998,A,7,360,A,7,2.6,A,7,24100,B,7,3660,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,13:00,732,1415,239,1,9,65,1,9,206,1,13,264,1,9,65,1,9,230,1,13,634,1,18,10,A,7,9,A,7,-2.2,A,7,-20.0,A,7,24,A,7,997,A,7,330,A,7,3.6,A,7,24100,B,7,3660,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,14:00,690,1415,294,1,9,227,1,9,183,1,13,317,1,9,235,1,9,202,1,13,403,1,18,10,A,7,9,A,7,-1.1,A,7,-19.4,A,7,24,A,7,997,A,7,300,A,7,5.2,A,7,24100,B,7,3050,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,15:00,580,1415,161,1,9,6,1,9,159,1,13,182,1,9,5,1,9,181,1,13,605,1,18,10,A,7,10,A,7,-1.7,A,7,-19.4,A,7,25,A,7,996,A,7,310,A,7,3.1,A,7,24100,B,7,3050,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,16:00,408,1415,107,1,9,10,1,9,104,1,13,120,1,9,6,1,9,118,1,13,376,1,18,10,A,7,10,A,7,-1.7,A,7,-19.4,A,7,25,A,7,996,A,7,320,A,7,3.1,A,7,24100,B,7,2130,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,17:00,189,1415,71,1,13,233,1,9,41,1,13,76,1,13,142,1,9,57,1,13,73,1,21,5,A,7,5,A,7,-1.7,A,7,-18.9,A,7,26,A,7,997,A,7,290,A,7,3.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,18:00,10,413,8,1,13,15,1,9,6,1,13,0,1,13,0,1,9,0,1,13,0,1,21,3,A,7,3,A,7,-2.8,A,7,-18.3,A,7,29,A,7,996,A,7,10,A,7,2.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.9,A,7,-16.1,A,7,39,A,7,997,A,7,350,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-4.4,A,7,-15.0,A,7,44,A,7,997,A,7,340,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.0,A,7,-16.1,A,7,42,A,7,997,A,7,360,A,7,1.5,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.0,A,7,-16.7,A,7,40,A,7,997,A,7,340,A,7,2.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.1,A,7,-16.7,A,7,43,A,7,998,A,7,360,A,7,2.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/05/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.7,A,7,-15.0,A,7,52,A,7,997,A,7,10,A,7,3.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.1,A,7,-17.2,A,7,42,A,7,997,A,7,340,A,7,4.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,-5.6,A,7,-17.2,A,7,40,A,7,998,A,7,350,A,7,4.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,-7.2,A,7,-17.2,A,7,45,A,7,998,A,7,40,A,7,3.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,-8.3,A,7,-17.8,A,7,47,A,7,998,A,7,30,A,7,2.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,-8.3,A,7,-17.2,A,7,49,A,7,998,A,7,30,A,7,3.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,-8.3,A,7,-17.2,A,7,49,A,7,999,A,7,30,A,7,2.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,-8.9,A,7,-17.8,A,7,49,A,7,1000,A,7,50,A,7,3.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,08:00,24,648,13,1,13,19,1,9,11,1,13,0,1,13,0,1,9,0,1,13,0,1,21,7,A,7,3,A,7,-8.9,A,7,-18.3,A,7,47,A,7,1001,A,7,20,A,7,3.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,09:00,227,1415,89,1,13,216,1,9,54,1,13,92,1,13,146,1,9,69,1,13,98,1,21,8,A,7,4,A,7,-8.9,A,7,-18.3,A,7,47,A,7,1001,A,7,40,A,7,3.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,10:00,441,1415,260,1,9,598,1,9,72,1,13,269,1,9,535,1,9,102,1,13,137,1,18,6,A,7,2,A,7,-7.2,A,7,-18.3,A,7,41,A,7,1002,A,7,30,A,7,2.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,11:00,603,1415,378,1,13,609,1,9,117,1,13,390,1,13,581,1,9,141,1,13,228,1,21,8,A,7,3,A,7,-6.1,A,7,-18.3,A,7,38,A,7,1002,A,7,40,A,7,5.2,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,12:00,703,1415,487,1,9,848,1,9,64,1,13,511,1,9,826,1,9,99,1,13,150,1,18,3,A,7,1,A,7,-5.0,A,7,-18.3,A,7,35,A,7,1001,A,7,360,A,7,2.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,13:00,734,1415,474,1,9,797,1,9,60,1,13,499,1,9,780,1,9,93,1,13,150,1,18,3,A,7,1,A,7,-3.9,A,7,-19.4,A,7,29,A,7,1000,A,7,20,A,7,2.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,14:00,693,1415,441,1,9,763,1,9,67,1,13,475,1,9,753,1,9,104,1,13,155,1,18,3,A,7,1,A,7,-3.3,A,7,-19.4,A,7,28,A,7,999,A,7,320,A,7,1.5,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,15:00,583,1415,385,1,9,801,1,9,55,1,13,406,1,9,762,1,9,91,1,13,127,1,18,4,A,7,1,A,7,-3.3,A,7,-19.4,A,7,28,A,7,999,A,7,360,A,7,2.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,16:00,412,1415,146,1,13,177,1,9,94,1,13,156,1,13,158,1,9,110,1,13,181,1,21,9,A,7,6,A,7,-3.9,A,7,-19.4,A,7,29,A,7,999,A,7,60,A,7,2.1,A,7,24100,B,7,7620,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,17:00,193,1415,45,1,13,10,1,9,44,1,13,51,1,13,1,1,9,51,1,13,149,1,21,10,A,7,8,A,7,-4.4,A,7,-17.2,A,7,37,A,7,999,A,7,70,A,7,2.6,A,7,24100,B,7,6100,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,18:00,11,436,2,1,13,1,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,-5.6,A,7,-17.2,A,7,40,A,7,999,A,7,70,A,7,2.6,A,7,24100,B,7,6100,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-5.6,A,7,-16.7,A,7,42,A,7,1000,A,7,80,A,7,2.6,A,7,24100,B,7,6100,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,-5.6,A,7,-15.6,A,7,46,A,7,1001,A,7,50,A,7,2.1,A,7,24100,B,7,6100,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,-5.6,A,7,-17.2,A,7,40,A,7,1002,A,7,20,A,7,2.1,A,7,24100,B,7,6100,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-5.6,A,7,-15.6,A,7,46,A,7,1002,A,7,80,A,7,2.1,A,7,24100,B,7,6100,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-5.6,A,7,-16.1,A,7,44,A,7,1002,A,7,60,A,7,3.6,A,7,24100,B,7,3660,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/06/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-6.1,A,7,-17.8,A,7,40,A,7,1001,A,7,60,A,7,4.1,A,7,24100,B,7,3660,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/07/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,-6.7,A,7,-18.3,A,7,39,A,7,1002,A,7,50,A,7,3.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/07/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.2,A,7,-18.3,A,7,41,A,7,1002,A,7,60,A,7,5.2,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/07/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-7.2,A,7,-19.4,A,7,37,A,7,1002,A,7,40,A,7,4.1,A,7,24100,B,7,6100,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/07/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-6.7,A,7,-18.9,A,7,38,A,7,1003,A,7,60,A,7,5.2,A,7,24100,B,7,1830,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/07/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-7.2,A,7,-18.9,A,7,39,A,7,1003,A,7,40,A,7,2.6,A,7,24100,B,7,1220,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/07/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-7.2,A,7,-18.3,A,7,41,A,7,1004,A,7,60,A,7,3.6,A,7,24100,B,7,700,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/07/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-8.9,A,7,-11.7,A,7,81,A,7,1004,A,7,50,A,7,4.1,A,7,1600,B,7,120,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/07/1988,08:00,24,648,7,1,13,5,1,9,7,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,-8.9,A,7,-11.7,A,7,81,A,7,1003,A,7,60,A,7,5.2,A,7,1200,B,7,760,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,71,C,8 +01/07/1988,09:00,228,1415,53,1,13,7,1,9,52,1,13,60,1,13,1,1,9,59,1,13,179,1,21,10,A,7,10,A,7,-9.4,A,7,-11.7,A,7,84,A,7,1004,A,7,70,A,7,4.6,A,7,800,B,7,120,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,71,C,8 +01/07/1988,10:00,442,1415,106,1,9,6,1,9,104,1,13,120,1,9,4,1,9,119,1,13,391,1,18,10,A,7,10,A,7,-10.0,A,7,-12.2,A,7,84,A,7,1004,A,7,70,A,7,6.7,A,7,800,B,7,60,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,73,C,8 +01/07/1988,11:00,605,1415,198,1,9,8,1,9,194,1,13,221,1,9,7,1,9,218,1,13,704,1,18,10,A,7,10,A,7,-9.4,A,7,-11.7,A,7,84,A,7,1004,A,7,60,A,7,4.6,A,7,800,B,7,60,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/07/1988,12:00,705,1415,230,1,9,8,1,9,226,1,13,259,1,9,7,1,9,255,1,13,857,1,18,10,A,7,10,A,7,-9.4,A,7,-12.2,A,7,81,A,7,1003,A,7,60,A,7,5.2,A,7,800,B,7,60,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/07/1988,13:00,737,1415,227,1,9,1,1,9,227,1,13,257,1,9,1,1,9,257,1,13,885,1,18,10,A,7,10,A,7,-9.4,A,7,-12.2,A,7,81,A,7,1002,A,7,60,A,7,4.6,A,7,800,B,7,60,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/07/1988,14:00,696,1415,233,1,9,2,1,9,232,1,13,261,1,9,2,1,9,260,1,13,862,1,18,10,A,7,10,A,7,-9.4,A,7,-11.1,A,7,88,A,7,1001,A,7,60,A,7,3.6,A,7,800,B,7,60,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/07/1988,15:00,587,1415,183,1,9,0,1,9,182,1,13,204,1,9,0,1,9,204,1,13,664,1,18,10,A,7,10,A,7,-9.4,A,7,-11.1,A,7,88,A,7,1000,A,7,50,A,7,3.1,A,7,400,B,7,30,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/07/1988,16:00,416,1415,139,1,9,0,1,9,139,1,13,153,1,9,0,1,9,153,1,13,452,1,18,10,A,7,10,A,7,-9.4,A,7,-11.1,A,7,88,A,7,999,A,7,40,A,7,4.1,A,7,400,B,7,30,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/07/1988,17:00,196,1415,57,1,13,0,1,9,57,1,13,63,1,13,0,1,9,63,1,13,178,1,21,10,A,7,10,A,7,-9.4,A,7,-11.1,A,7,88,A,7,998,A,7,30,A,7,4.1,A,7,400,B,7,30,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/07/1988,18:00,12,460,9,1,13,0,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,-9.4,A,7,-11.1,A,7,88,A,7,998,A,7,10,A,7,4.1,A,7,400,B,7,30,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/07/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-9.4,A,7,-11.1,A,7,88,A,7,997,A,7,40,A,7,4.6,A,7,400,B,7,30,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/07/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-9.4,A,7,-11.1,A,7,88,A,7,996,A,7,30,A,7,5.7,A,7,400,B,7,30,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/07/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-9.4,A,7,-11.1,A,7,88,A,7,995,A,7,30,A,7,6.2,A,7,800,B,7,30,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/07/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-9.4,A,7,-11.7,A,7,84,A,7,995,A,7,40,A,7,6.7,A,7,800,B,7,30,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/07/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-9.4,A,7,-11.7,A,7,84,A,7,993,A,7,20,A,7,5.7,A,7,800,B,7,30,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/07/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-9.4,A,7,-11.1,A,7,88,A,7,992,A,7,30,A,7,6.7,A,7,3200,B,7,90,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-9.4,A,7,-11.1,A,7,88,A,7,991,A,7,10,A,7,4.1,A,7,4800,B,7,240,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-9.4,A,7,-11.1,A,7,88,A,7,991,A,7,30,A,7,5.7,A,7,4800,B,7,240,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-8.9,A,7,-11.7,A,7,81,A,7,990,A,7,40,A,7,5.7,A,7,3200,B,7,210,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-8.9,A,7,-10.6,A,7,88,A,7,990,A,7,40,A,7,5.2,A,7,11300,B,7,210,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-8.3,A,7,-10.0,A,7,88,A,7,989,A,7,20,A,7,4.6,A,7,9700,B,7,180,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,71,C,8 +01/08/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-8.3,A,7,-9.4,A,7,92,A,7,989,A,7,10,A,7,4.1,A,7,3200,B,7,150,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-8.3,A,7,-9.4,A,7,92,A,7,988,A,7,30,A,7,4.1,A,7,3200,B,7,150,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,08:00,24,648,15,1,13,0,1,9,15,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,-7.8,A,7,-8.9,A,7,92,A,7,988,A,7,20,A,7,4.1,A,7,3200,B,7,150,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,09:00,228,1415,97,1,13,1,1,9,96,1,13,102,1,13,0,1,9,102,1,13,246,1,21,10,A,7,10,A,7,-6.7,A,7,-7.8,A,7,92,A,7,988,A,7,20,A,7,3.6,A,7,3200,B,7,150,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,10:00,443,1415,191,1,9,1,1,9,190,1,13,205,1,9,1,1,9,205,1,13,543,1,18,10,A,7,10,A,7,-5.6,A,7,-7.2,A,7,88,A,7,988,A,7,350,A,7,3.6,A,7,4800,B,7,150,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,11:00,606,1415,268,1,9,1,1,9,267,1,13,291,1,9,1,1,9,291,1,13,820,1,18,10,A,7,10,A,7,-5.0,A,7,-6.1,A,7,92,A,7,988,A,7,360,A,7,2.6,A,7,4800,B,7,180,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,12:00,708,1415,318,1,9,0,1,9,318,1,13,348,1,9,0,1,9,348,1,13,1015,1,18,10,A,7,10,A,7,-3.9,A,7,-5.6,A,7,88,A,7,987,A,7,10,A,7,2.6,A,7,4800,B,7,210,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,13:00,739,1415,347,1,9,1,1,9,347,1,13,380,1,9,1,1,9,379,1,13,1091,1,18,10,A,7,10,A,7,-2.8,A,7,-4.4,A,7,89,A,7,986,A,7,350,A,7,3.6,A,7,4800,B,7,210,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,14:00,699,1415,308,1,9,1,1,9,308,1,13,338,1,9,1,1,9,338,1,13,992,1,18,10,A,7,10,A,7,-1.7,A,7,-3.9,A,7,85,A,7,985,A,7,350,A,7,2.1,A,7,11300,B,7,240,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/08/1988,15:00,590,1415,274,1,9,0,1,9,274,1,13,297,1,9,0,1,9,297,1,13,804,1,18,10,A,7,10,A,7,-1.1,A,7,-3.3,A,7,85,A,7,984,A,7,330,A,7,1.5,A,7,11300,B,7,270,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/08/1988,16:00,420,1415,190,1,9,0,1,9,190,1,13,204,1,9,0,1,9,204,1,13,515,1,18,10,A,7,10,A,7,-1.1,A,7,-2.8,A,7,89,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,310,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/08/1988,17:00,200,1415,77,1,13,0,1,9,77,1,13,83,1,13,0,1,9,83,1,13,208,1,21,10,A,7,10,A,7,-0.6,A,7,-2.8,A,7,85,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,1160,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/08/1988,18:00,13,483,12,1,13,0,1,9,12,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,-1.1,A,7,-2.8,A,7,89,A,7,987,A,7,230,A,7,2.6,A,7,11300,B,7,1160,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/08/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-1.1,A,7,-2.8,A,7,89,A,7,987,A,7,230,A,7,2.6,A,7,11300,B,7,1160,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/08/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-1.1,A,7,-2.8,A,7,89,A,7,987,A,7,240,A,7,3.1,A,7,11300,B,7,1160,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/08/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,-2.8,A,7,-3.9,A,7,92,A,7,987,A,7,230,A,7,3.1,A,7,11300,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/08/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,-3.9,A,7,-4.4,A,7,96,A,7,987,A,7,250,A,7,3.6,A,7,11300,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/08/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,-5.0,A,7,-5.6,A,7,96,A,7,988,A,7,270,A,7,2.6,A,7,11300,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/08/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,-5.0,A,7,-5.6,A,7,96,A,7,988,A,7,280,A,7,2.1,A,7,8000,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,-6.1,A,7,-6.7,A,7,96,A,7,988,A,7,300,A,7,3.6,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/09/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,-5.6,A,7,-6.7,A,7,92,A,7,988,A,7,290,A,7,3.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,-3.3,A,7,-6.1,A,7,81,A,7,989,A,7,290,A,7,3.6,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,-3.3,A,7,-6.1,A,7,81,A,7,989,A,7,300,A,7,3.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,-3.3,A,7,-6.1,A,7,81,A,7,989,A,7,330,A,7,2.6,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,-5.6,A,7,-7.2,A,7,88,A,7,990,A,7,360,A,7,2.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,-5.0,A,7,-7.2,A,7,85,A,7,991,A,7,10,A,7,2.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,08:00,24,648,8,1,13,6,1,9,7,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,7,A,7,-4.4,A,7,-6.7,A,7,85,A,7,991,A,7,350,A,7,2.6,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,09:00,229,1415,66,1,13,21,1,9,62,1,13,72,1,13,16,1,9,69,1,13,150,1,21,10,A,7,9,A,7,-4.4,A,7,-6.7,A,7,85,A,7,991,A,7,50,A,7,2.1,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,10:00,444,1415,193,1,9,91,1,9,164,1,13,211,1,9,85,1,9,184,1,13,403,1,18,10,A,7,9,A,7,-3.3,A,7,-7.2,A,7,75,A,7,991,A,7,40,A,7,2.6,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,11:00,608,1415,272,1,13,155,1,9,205,1,13,294,1,13,154,1,9,227,1,13,489,1,21,10,A,7,7,A,7,-2.2,A,7,-6.7,A,7,72,A,7,992,A,7,30,A,7,2.6,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,12:00,710,1415,358,1,9,57,1,9,329,1,13,391,1,9,58,1,9,362,1,13,870,1,18,10,A,7,9,A,7,-1.1,A,7,-6.7,A,7,66,A,7,992,A,7,10,A,7,2.6,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,13:00,742,1415,290,1,9,38,1,9,270,1,13,318,1,9,38,1,9,298,1,13,788,1,18,10,A,7,9,A,7,-0.6,A,7,-6.7,A,7,64,A,7,991,A,7,60,A,7,2.6,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,14:00,702,1415,307,1,9,1,1,9,307,1,13,337,1,9,1,1,9,337,1,13,995,1,18,10,A,7,10,A,7,-1.1,A,7,-7.2,A,7,64,A,7,991,A,7,70,A,7,2.1,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,15:00,594,1415,237,1,9,8,1,9,234,1,13,261,1,9,7,1,9,257,1,13,765,1,18,10,A,7,10,A,7,-0.6,A,7,-7.2,A,7,61,A,7,991,A,7,30,A,7,1.5,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,16:00,424,1415,213,1,13,179,1,9,160,1,13,228,1,13,162,1,9,180,1,13,358,1,21,10,A,7,7,A,7,-0.6,A,7,-7.2,A,7,61,A,7,991,A,7,70,A,7,1.5,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,17:00,204,1415,74,1,13,37,1,9,69,1,13,81,1,13,28,1,9,77,1,13,155,1,21,10,A,7,9,A,7,-1.1,A,7,-7.2,A,7,64,A,7,991,A,7,0,A,7,0.0,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,18:00,14,507,5,1,13,1,1,9,5,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,9,A,7,-1.7,A,7,-6.7,A,7,69,A,7,991,A,7,10,A,7,2.1,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-3.9,A,7,-7.2,A,7,78,A,7,992,A,7,40,A,7,1.5,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,-3.9,A,7,-6.7,A,7,81,A,7,992,A,7,60,A,7,2.1,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-6.1,A,7,-7.8,A,7,88,A,7,992,A,7,60,A,7,1.5,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,-6.1,A,7,-7.8,A,7,88,A,7,992,A,7,320,A,7,2.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,-8.3,A,7,-9.4,A,7,92,A,7,992,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/09/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,-9.4,A,7,-11.1,A,7,88,A,7,992,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,-9.4,A,7,-11.1,A,7,88,A,7,992,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,-10.6,A,7,-11.7,A,7,92,A,7,992,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,-9.4,A,7,-10.6,A,7,92,A,7,993,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,-8.9,A,7,-10.0,A,7,92,A,7,993,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/10/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,-10.0,A,7,-11.7,A,7,88,A,7,993,A,7,30,A,7,3.1,A,7,9700,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/10/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,-8.9,A,7,-10.6,A,7,88,A,7,994,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/10/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,-8.9,A,7,-10.6,A,7,88,A,7,995,A,7,10,A,7,2.1,A,7,9700,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/10/1988,08:00,25,648,22,1,13,130,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,-8.9,A,7,-10.0,A,7,92,A,7,996,A,7,40,A,7,3.1,A,7,9700,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +01/10/1988,09:00,230,1415,90,1,13,22,1,9,86,1,13,98,1,13,17,1,9,95,1,13,189,1,21,10,A,7,10,A,7,-7.8,A,7,-9.4,A,7,88,A,7,997,A,7,30,A,7,3.6,A,7,6400,B,7,310,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/10/1988,10:00,445,1415,166,1,9,47,1,9,151,1,13,181,1,9,44,1,9,168,1,13,382,1,18,10,A,7,10,A,7,-6.7,A,7,-8.3,A,7,88,A,7,998,A,7,40,A,7,2.6,A,7,6400,B,7,310,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/10/1988,11:00,610,1415,215,1,9,10,1,9,211,1,13,239,1,9,9,1,9,235,1,13,743,1,18,10,A,7,10,A,7,-5.0,A,7,-7.2,A,7,85,A,7,998,A,7,40,A,7,3.1,A,7,6400,B,7,370,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/10/1988,12:00,712,1415,241,1,9,5,1,9,238,1,13,270,1,9,4,1,9,268,1,13,890,1,18,10,A,7,10,A,7,-4.4,A,7,-7.8,A,7,78,A,7,997,A,7,70,A,7,5.2,A,7,6400,B,7,430,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/10/1988,13:00,745,1415,320,1,9,3,1,9,318,1,13,352,1,9,3,1,9,351,1,13,1067,1,18,10,A,7,10,A,7,-3.3,A,7,-7.8,A,7,72,A,7,997,A,7,60,A,7,3.6,A,7,11300,B,7,490,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/10/1988,14:00,706,1415,518,1,9,890,1,9,73,1,13,542,1,9,866,1,9,108,1,13,156,1,18,2,A,7,1,A,7,-2.8,A,7,-7.8,A,7,69,A,7,996,A,7,60,A,7,4.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,15:00,598,1415,405,1,9,828,1,9,55,1,13,427,1,9,791,1,9,92,1,13,129,1,18,0,A,7,0,A,7,-2.2,A,7,-7.8,A,7,66,A,7,996,A,7,50,A,7,3.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,16:00,428,1415,288,1,9,814,1,9,43,1,13,306,1,9,734,1,9,83,1,13,99,1,18,0,A,7,0,A,7,-2.2,A,7,-8.3,A,7,63,A,7,997,A,7,40,A,7,3.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,17:00,208,1415,113,1,13,597,1,9,27,1,13,122,1,13,445,1,9,56,1,13,56,1,21,0,A,7,0,A,7,-2.2,A,7,-8.3,A,7,63,A,7,997,A,7,40,A,7,2.6,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,18:00,16,507,18,1,13,98,1,9,7,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,-3.9,A,7,-8.3,A,7,72,A,7,997,A,7,10,A,7,2.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-4.4,A,7,-8.9,A,7,72,A,7,998,A,7,360,A,7,2.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.1,A,7,-9.4,A,7,78,A,7,998,A,7,20,A,7,2.6,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.2,A,7,-9.4,A,7,84,A,7,998,A,7,50,A,7,2.1,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.2,A,7,-9.4,A,7,84,A,7,998,A,7,360,A,7,2.6,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.8,A,7,-9.4,A,7,88,A,7,998,A,7,20,A,7,2.1,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/10/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.3,A,7,-10.0,A,7,88,A,7,998,A,7,20,A,7,2.6,A,7,19300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,-7.8,A,7,-10.0,A,7,84,A,7,998,A,7,10,A,7,3.6,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,-8.9,A,7,-11.1,A,7,84,A,7,998,A,7,360,A,7,2.1,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-10.0,A,7,-12.2,A,7,84,A,7,997,A,7,20,A,7,2.1,A,7,11300,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-11.1,A,7,-12.8,A,7,88,A,7,997,A,7,40,A,7,2.1,A,7,8000,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-11.7,A,7,-13.3,A,7,88,A,7,997,A,7,60,A,7,1.5,A,7,8000,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/11/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-11.7,A,7,-13.3,A,7,88,A,7,997,A,7,30,A,7,2.1,A,7,8000,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/11/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-11.1,A,7,-12.8,A,7,88,A,7,998,A,7,50,A,7,2.1,A,7,8000,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/11/1988,08:00,25,648,23,1,13,124,1,9,10,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,-11.7,A,7,-12.8,A,7,92,A,7,997,A,7,40,A,7,2.6,A,7,8000,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +01/11/1988,09:00,231,1414,134,1,13,616,1,9,32,1,13,136,1,13,457,1,9,61,1,13,62,1,21,0,A,7,0,A,7,-9.4,A,7,-11.7,A,7,84,A,7,997,A,7,70,A,7,3.1,A,7,8000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/11/1988,10:00,447,1414,309,1,9,816,1,9,49,1,13,324,1,9,741,1,9,88,1,13,105,1,18,0,A,7,0,A,7,-6.7,A,7,-10.6,A,7,74,A,7,997,A,7,60,A,7,4.1,A,7,8000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/11/1988,11:00,612,1414,456,1,9,904,1,9,63,1,13,478,1,9,866,1,9,102,1,13,136,1,18,0,A,7,0,A,7,-3.9,A,7,-10.0,A,7,63,A,7,998,A,7,40,A,7,2.6,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +01/11/1988,12:00,715,1414,548,1,9,940,1,9,71,1,13,573,1,9,916,1,9,108,1,13,156,1,18,0,A,7,0,A,7,-1.7,A,7,-9.4,A,7,56,A,7,997,A,7,70,A,7,3.6,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,13:00,748,1414,579,1,9,953,1,9,74,1,13,606,1,9,933,1,9,111,1,13,164,1,18,0,A,7,0,A,7,0.6,A,7,-9.4,A,7,48,A,7,996,A,7,40,A,7,3.6,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,14:00,709,1414,540,1,9,935,1,9,70,1,13,566,1,9,911,1,9,107,1,13,155,1,18,0,A,7,0,A,7,1.7,A,7,-8.9,A,7,46,A,7,996,A,7,330,A,7,3.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,15:00,601,1414,441,1,9,893,1,9,61,1,13,464,1,9,853,1,9,100,1,13,134,1,18,0,A,7,0,A,7,2.8,A,7,-8.3,A,7,44,A,7,995,A,7,40,A,7,2.6,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,16:00,432,1414,293,1,9,806,1,9,47,1,13,309,1,9,727,1,9,86,1,13,102,1,18,0,A,7,0,A,7,2.8,A,7,-8.9,A,7,42,A,7,995,A,7,10,A,7,2.6,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,17:00,213,1414,116,1,13,583,1,9,30,1,13,120,1,13,420,1,9,57,1,13,58,1,21,0,A,7,0,A,7,2.2,A,7,-8.9,A,7,44,A,7,995,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,18:00,17,530,18,1,13,89,1,9,8,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,-0.6,A,7,-8.3,A,7,56,A,7,995,A,7,360,A,7,1.5,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.2,A,7,-7.8,A,7,66,A,7,996,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.9,A,7,-7.8,A,7,75,A,7,996,A,7,280,A,7,1.5,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.9,A,7,-7.8,A,7,75,A,7,996,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.6,A,7,-9.4,A,7,74,A,7,996,A,7,270,A,7,1.5,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.2,A,7,-10.0,A,7,81,A,7,996,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/11/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.6,A,7,-8.9,A,7,78,A,7,995,A,7,310,A,7,2.1,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.3,A,7,-10.0,A,7,88,A,7,995,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-9.4,A,7,-11.1,A,7,88,A,7,994,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.9,A,7,-10.0,A,7,92,A,7,994,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-10.0,A,7,-11.7,A,7,88,A,7,995,A,7,240,A,7,2.1,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-12.2,A,7,-13.9,A,7,88,A,7,995,A,7,220,A,7,2.1,A,7,11300,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-11.1,A,7,-12.8,A,7,88,A,7,994,A,7,250,A,7,2.1,A,7,9700,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,-11.7,A,7,-13.3,A,7,88,A,7,994,A,7,240,A,7,1.5,A,7,9700,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/12/1988,08:00,25,648,20,1,13,24,1,9,17,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,3,A,7,-12.8,A,7,-14.4,A,7,88,A,7,995,A,7,220,A,7,2.6,A,7,6400,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/12/1988,09:00,232,1414,123,1,13,295,1,9,74,1,13,123,1,13,199,1,9,90,1,13,140,1,21,9,A,7,2,A,7,-9.4,A,7,-11.1,A,7,88,A,7,995,A,7,240,A,7,2.1,A,7,3200,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/12/1988,10:00,448,1414,271,1,13,439,1,9,131,1,13,277,1,13,394,1,9,151,1,13,254,1,21,8,A,7,3,A,7,-5.6,A,7,-8.3,A,7,81,A,7,996,A,7,210,A,7,3.1,A,7,3200,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/12/1988,11:00,614,1414,424,1,13,597,1,9,163,1,13,441,1,13,582,1,9,187,1,13,331,1,21,10,A,7,3,A,7,-1.1,A,7,-6.7,A,7,66,A,7,996,A,7,220,A,7,2.6,A,7,3200,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/12/1988,12:00,718,1414,478,1,13,522,1,9,213,1,13,495,1,13,522,1,9,229,1,13,465,1,21,10,A,7,4,A,7,2.8,A,7,-7.2,A,7,48,A,7,996,A,7,230,A,7,3.1,A,7,6400,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +01/12/1988,13:00,751,1414,518,1,13,490,1,9,257,1,13,549,1,13,512,1,9,276,1,13,618,1,21,10,A,7,5,A,7,4.4,A,7,-8.3,A,7,39,A,7,994,A,7,240,A,7,5.2,A,7,8000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +01/12/1988,14:00,713,1414,429,1,13,283,1,9,286,1,13,460,1,13,288,1,9,314,1,13,716,1,21,10,A,7,7,A,7,5.6,A,7,-8.3,A,7,36,A,7,993,A,7,220,A,7,4.6,A,7,11300,B,7,7620,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +01/12/1988,15:00,605,1414,403,1,9,346,1,9,255,1,13,417,1,9,346,1,9,268,1,13,603,1,18,10,A,7,8,A,7,5.6,A,7,-8.3,A,7,36,A,7,993,A,7,220,A,7,5.2,A,7,11300,B,7,7620,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,16:00,436,1414,296,1,13,531,1,9,133,1,13,302,1,13,471,1,9,156,1,13,258,1,21,10,A,7,3,A,7,5.6,A,7,-7.8,A,7,38,A,7,992,A,7,220,A,7,4.6,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,17:00,217,1414,94,1,13,120,1,9,76,1,13,101,1,13,82,1,9,88,1,13,161,1,21,10,A,7,3,A,7,4.4,A,7,-7.8,A,7,41,A,7,992,A,7,220,A,7,3.6,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,18:00,19,554,16,1,13,20,1,9,13,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,3,A,7,2.2,A,7,-7.8,A,7,48,A,7,992,A,7,200,A,7,3.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,1.1,A,7,-8.9,A,7,48,A,7,992,A,7,200,A,7,3.6,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,0.0,A,7,-9.4,A,7,50,A,7,992,A,7,220,A,7,2.6,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,-0.6,A,7,-9.4,A,7,52,A,7,992,A,7,240,A,7,2.6,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,-0.6,A,7,-8.3,A,7,56,A,7,991,A,7,230,A,7,3.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,-0.6,A,7,-8.3,A,7,56,A,7,990,A,7,210,A,7,4.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/12/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,0.0,A,7,-7.8,A,7,56,A,7,990,A,7,210,A,7,4.1,A,7,11300,B,7,7620,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,1.1,A,7,-6.7,A,7,57,A,7,989,A,7,220,A,7,4.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,1.1,A,7,-7.2,A,7,54,A,7,989,A,7,210,A,7,3.6,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,1.1,A,7,-6.7,A,7,57,A,7,988,A,7,220,A,7,4.1,A,7,11300,B,7,6100,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,0.6,A,7,-6.7,A,7,59,A,7,988,A,7,220,A,7,4.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,0.0,A,7,-6.7,A,7,61,A,7,988,A,7,250,A,7,3.1,A,7,11300,B,7,2130,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,1.1,A,7,-5.6,A,7,62,A,7,987,A,7,230,A,7,3.1,A,7,11300,B,7,1830,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.7,A,7,-5.6,A,7,59,A,7,988,A,7,250,A,7,3.6,A,7,11300,B,7,1220,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,08:00,26,648,14,1,13,2,1,9,13,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,2.2,A,7,-5.0,A,7,59,A,7,988,A,7,260,A,7,3.1,A,7,11300,B,7,1010,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,09:00,233,1414,50,1,13,2,1,9,49,1,13,56,1,13,0,1,9,56,1,13,173,1,21,10,A,7,10,A,7,1.1,A,7,-2.2,A,7,79,A,7,988,A,7,240,A,7,3.6,A,7,6400,B,7,910,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,10:00,450,1414,95,1,9,8,1,9,92,1,13,108,1,9,5,1,9,107,1,13,360,1,18,10,A,7,10,A,7,1.1,A,7,-0.6,A,7,89,A,7,987,A,7,210,A,7,4.1,A,7,4800,B,7,1370,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +01/13/1988,11:00,617,1414,219,1,9,1,1,9,218,1,13,242,1,9,1,1,9,242,1,13,762,1,18,10,A,7,10,A,7,2.8,A,7,-0.6,A,7,79,A,7,988,A,7,250,A,7,5.2,A,7,8000,B,7,2130,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/13/1988,12:00,721,1414,252,1,9,2,1,9,251,1,13,282,1,9,2,1,9,281,1,13,925,1,18,10,A,7,10,A,7,3.9,A,7,0.0,A,7,76,A,7,987,A,7,260,A,7,3.6,A,7,9700,B,7,2130,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +01/13/1988,13:00,755,1414,524,1,13,689,1,9,156,1,13,543,1,13,677,1,9,180,1,13,330,1,21,5,A,7,4,A,7,6.1,A,7,0.0,A,7,65,A,7,986,A,7,260,A,7,3.6,A,7,9700,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +01/13/1988,14:00,717,1414,506,1,9,751,1,9,125,1,13,530,1,9,740,1,9,153,1,13,266,1,18,2,A,7,2,A,7,8.3,A,7,-0.6,A,7,54,A,7,985,A,7,290,A,7,3.6,A,7,11300,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +01/13/1988,15:00,610,1414,339,1,13,529,1,9,112,1,13,353,1,13,507,1,9,134,1,13,222,1,21,4,A,7,4,A,7,8.9,A,7,-5.0,A,7,37,A,7,986,A,7,300,A,7,7.7,A,7,11300,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,16:00,440,1414,280,1,9,772,1,9,41,1,13,298,1,9,700,1,9,79,1,13,99,1,18,0,A,7,0,A,7,6.7,A,7,-5.0,A,7,44,A,7,987,A,7,320,A,7,7.7,A,7,11300,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,17:00,221,1414,121,1,13,614,1,9,26,1,13,130,1,13,467,1,9,56,1,13,59,1,21,0,A,7,0,A,7,4.4,A,7,-8.9,A,7,38,A,7,989,A,7,310,A,7,5.2,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,18:00,20,577,21,1,13,114,1,9,8,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,2.8,A,7,-8.3,A,7,44,A,7,990,A,7,310,A,7,6.2,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.6,A,7,-9.4,A,7,48,A,7,992,A,7,320,A,7,5.2,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.1,A,7,-10.0,A,7,51,A,7,993,A,7,320,A,7,4.1,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.7,A,7,-10.0,A,7,53,A,7,994,A,7,320,A,7,5.2,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.8,A,7,-11.1,A,7,53,A,7,995,A,7,320,A,7,4.1,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-11.1,A,7,55,A,7,995,A,7,340,A,7,3.6,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/13/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.9,A,7,-11.1,A,7,58,A,7,995,A,7,360,A,7,2.6,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.0,A,7,-12.2,A,7,57,A,7,995,A,7,300,A,7,2.1,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.6,A,7,-12.2,A,7,60,A,7,996,A,7,310,A,7,2.1,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.6,A,7,-13.3,A,7,55,A,7,997,A,7,350,A,7,2.1,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.6,A,7,-13.3,A,7,55,A,7,998,A,7,330,A,7,2.6,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.6,A,7,-13.9,A,7,52,A,7,998,A,7,340,A,7,2.6,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.1,A,7,-13.9,A,7,55,A,7,999,A,7,350,A,7,3.1,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.1,A,7,-13.9,A,7,55,A,7,999,A,7,340,A,7,4.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,08:00,26,672,16,1,13,36,1,9,12,1,13,15,1,13,9,1,9,14,1,13,20,1,21,0,A,7,0,A,7,-6.1,A,7,-14.4,A,7,52,A,7,1000,A,7,350,A,7,4.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,09:00,234,1414,77,1,13,57,1,9,67,1,13,84,1,13,44,1,9,76,1,13,160,1,21,8,A,7,4,A,7,-4.4,A,7,-14.4,A,7,46,A,7,1001,A,7,350,A,7,5.7,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,10:00,452,1414,222,1,13,201,1,9,158,1,13,239,1,13,186,1,9,179,1,13,357,1,21,9,A,7,7,A,7,-3.9,A,7,-13.3,A,7,48,A,7,1002,A,7,340,A,7,5.2,A,7,24100,B,7,3050,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,11:00,619,1414,272,1,13,211,1,9,179,1,13,297,1,13,212,1,9,203,1,13,429,1,21,7,A,7,6,A,7,-3.3,A,7,-13.9,A,7,44,A,7,1002,A,7,350,A,7,5.2,A,7,24100,B,7,3050,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,12:00,724,1414,501,1,9,713,1,9,134,1,13,521,1,9,701,1,9,160,1,13,283,1,18,2,A,7,2,A,7,-2.8,A,7,-13.9,A,7,43,A,7,1001,A,7,50,A,7,5.2,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,13:00,758,1414,513,1,9,637,1,9,171,1,13,528,1,9,623,1,9,192,1,13,357,1,18,5,A,7,2,A,7,-2.2,A,7,-13.9,A,7,41,A,7,1001,A,7,40,A,7,3.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,14:00,721,1414,514,1,13,617,1,9,199,1,13,536,1,13,618,1,9,220,1,13,431,1,21,7,A,7,3,A,7,-1.7,A,7,-13.9,A,7,39,A,7,1000,A,7,70,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,15:00,614,1414,336,1,13,344,1,9,187,1,13,357,1,13,347,1,9,206,1,13,409,1,21,8,A,7,4,A,7,-1.7,A,7,-15.0,A,7,36,A,7,1000,A,7,40,A,7,2.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,16:00,445,1414,238,1,13,336,1,9,133,1,13,252,1,13,308,1,9,154,1,13,273,1,21,8,A,7,5,A,7,-2.2,A,7,-14.4,A,7,39,A,7,1001,A,7,60,A,7,2.1,A,7,24100,B,7,7620,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,17:00,225,1414,77,1,13,90,1,9,63,1,13,84,1,13,63,1,9,74,1,13,134,1,21,9,A,7,5,A,7,-2.8,A,7,-13.9,A,7,43,A,7,1001,A,7,70,A,7,2.1,A,7,24100,B,7,7620,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,18:00,22,601,9,1,13,4,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,5,A,7,-3.3,A,7,-13.3,A,7,46,A,7,1001,A,7,80,A,7,3.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,-4.4,A,7,-13.3,A,7,50,A,7,1001,A,7,80,A,7,2.6,A,7,24100,B,7,7620,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,-4.4,A,7,-13.9,A,7,48,A,7,1002,A,7,110,A,7,2.6,A,7,24100,B,7,7620,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-4.4,A,7,-12.8,A,7,53,A,7,1002,A,7,120,A,7,3.1,A,7,24100,B,7,2440,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,-5.0,A,7,-13.3,A,7,53,A,7,1001,A,7,120,A,7,3.6,A,7,24100,B,7,7620,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,-5.0,A,7,-13.3,A,7,53,A,7,1001,A,7,130,A,7,3.1,A,7,24100,B,7,7620,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/14/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,-5.0,A,7,-12.8,A,7,55,A,7,1000,A,7,140,A,7,3.1,A,7,24100,B,7,2440,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,7,A,7,-6.1,A,7,-13.3,A,7,57,A,7,1000,A,7,120,A,7,3.1,A,7,24100,B,7,2440,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,-6.7,A,7,-13.3,A,7,60,A,7,1000,A,7,110,A,7,2.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-7.2,A,7,-15.6,A,7,52,A,7,1000,A,7,90,A,7,2.6,A,7,24100,B,7,2440,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-6.7,A,7,-13.3,A,7,60,A,7,999,A,7,60,A,7,2.6,A,7,24100,B,7,2440,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,-7.8,A,7,-13.3,A,7,65,A,7,999,A,7,40,A,7,3.1,A,7,24100,B,7,2440,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,6,A,7,-8.3,A,7,-13.3,A,7,68,A,7,999,A,7,40,A,7,2.6,A,7,24100,B,7,7620,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,-8.9,A,7,-13.9,A,7,68,A,7,999,A,7,20,A,7,2.6,A,7,24100,B,7,7620,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,08:00,27,672,9,1,13,1,1,9,9,1,13,11,1,13,0,1,9,11,1,13,33,1,21,10,A,7,10,A,7,-8.9,A,7,-13.9,A,7,68,A,7,1000,A,7,60,A,7,3.1,A,7,24100,B,7,2130,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,09:00,236,1414,121,1,13,445,1,9,46,1,13,123,1,13,315,1,9,70,1,13,81,1,21,4,A,7,1,A,7,-8.3,A,7,-13.3,A,7,68,A,7,1000,A,7,60,A,7,3.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,10:00,454,1414,219,1,9,482,1,9,63,1,13,230,1,9,438,1,9,88,1,13,123,1,18,2,A,7,1,A,7,-6.7,A,7,-13.9,A,7,57,A,7,1000,A,7,60,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,11:00,622,1414,445,1,9,856,1,9,68,1,13,471,1,9,829,1,9,105,1,13,148,1,18,0,A,7,0,A,7,-5.0,A,7,-13.9,A,7,50,A,7,999,A,7,60,A,7,2.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,12:00,727,1414,544,1,9,908,1,9,76,1,13,568,1,9,886,1,9,111,1,13,161,1,18,0,A,7,0,A,7,-3.3,A,7,-13.9,A,7,44,A,7,998,A,7,80,A,7,1.5,A,7,19300,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,13:00,762,1414,578,1,9,924,1,9,79,1,13,604,1,9,906,1,9,114,1,13,169,1,18,0,A,7,0,A,7,-1.7,A,7,-13.3,A,7,41,A,7,997,A,7,0,A,7,0.0,A,7,19300,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,14:00,725,1414,545,1,9,914,1,9,76,1,13,570,1,9,892,1,9,111,1,13,160,1,18,0,A,7,0,A,7,-1.1,A,7,-13.3,A,7,39,A,7,996,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,15:00,618,1414,444,1,9,864,1,9,67,1,13,467,1,9,828,1,9,103,1,13,138,1,18,0,A,7,0,A,7,-1.1,A,7,-12.8,A,7,41,A,7,995,A,7,160,A,7,1.5,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,16:00,449,1414,296,1,9,769,1,9,53,1,13,311,1,9,699,1,9,88,1,13,109,1,18,0,A,7,0,A,7,-0.6,A,7,-12.2,A,7,41,A,7,995,A,7,180,A,7,2.6,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,17:00,230,1414,121,1,13,541,1,9,35,1,13,125,1,13,399,1,9,59,1,13,65,1,21,0,A,7,0,A,7,-1.1,A,7,-12.8,A,7,41,A,7,995,A,7,170,A,7,1.5,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,18:00,24,624,19,1,13,79,1,9,10,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,-2.2,A,7,-12.8,A,7,45,A,7,995,A,7,140,A,7,1.5,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.9,A,7,-11.7,A,7,55,A,7,996,A,7,40,A,7,1.5,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.6,A,7,-11.7,A,7,63,A,7,996,A,7,180,A,7,2.6,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.0,A,7,-10.6,A,7,65,A,7,996,A,7,220,A,7,2.1,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.7,A,7,-11.1,A,7,71,A,7,996,A,7,230,A,7,2.1,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.7,A,7,-11.1,A,7,71,A,7,997,A,7,240,A,7,2.1,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/15/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.8,A,7,-11.1,A,7,77,A,7,997,A,7,150,A,7,2.1,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.8,A,7,-11.1,A,7,77,A,7,996,A,7,270,A,7,2.1,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.3,A,7,-11.1,A,7,81,A,7,996,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.3,A,7,-12.2,A,7,74,A,7,996,A,7,240,A,7,2.1,A,7,12900,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-9.4,A,7,-12.2,A,7,81,A,7,997,A,7,230,A,7,2.1,A,7,12900,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-10.0,A,7,-12.8,A,7,80,A,7,997,A,7,250,A,7,2.1,A,7,12900,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,-8.9,A,7,-12.2,A,7,77,A,7,997,A,7,220,A,7,1.5,A,7,12900,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.9,A,7,-12.2,A,7,77,A,7,997,A,7,250,A,7,1.5,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,08:00,27,672,26,1,13,147,1,9,10,1,13,17,1,13,59,1,9,15,1,13,19,1,21,0,A,7,0,A,7,-10.0,A,7,-12.8,A,7,80,A,7,998,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,09:00,238,1414,138,1,13,647,1,9,28,1,13,145,1,13,502,1,9,60,1,13,63,1,21,0,A,7,0,A,7,-7.2,A,7,-11.7,A,7,71,A,7,998,A,7,240,A,7,2.1,A,7,12900,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,10:00,456,1414,315,1,9,840,1,9,42,1,13,332,1,9,768,1,9,83,1,13,102,1,18,0,A,7,0,A,7,-1.1,A,7,-10.0,A,7,51,A,7,999,A,7,250,A,7,5.2,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,11:00,624,1414,460,1,9,916,1,9,54,1,13,485,1,9,881,1,9,94,1,13,131,1,18,0,A,7,0,A,7,1.1,A,7,-8.9,A,7,48,A,7,999,A,7,250,A,7,4.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,12:00,730,1414,557,1,9,957,1,9,61,1,13,585,1,9,936,1,9,100,1,13,151,1,18,0,A,7,0,A,7,2.2,A,7,-8.9,A,7,44,A,7,999,A,7,250,A,7,4.1,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,13:00,766,1414,586,1,9,963,1,9,63,1,13,616,1,9,946,1,9,101,1,13,157,1,18,0,A,7,0,A,7,3.9,A,7,-8.3,A,7,41,A,7,997,A,7,200,A,7,2.6,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,14:00,729,1414,552,1,9,952,1,9,61,1,13,582,1,9,931,1,9,100,1,13,151,1,18,0,A,7,0,A,7,4.4,A,7,-8.3,A,7,39,A,7,997,A,7,190,A,7,4.1,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,15:00,623,1414,455,1,9,915,1,9,54,1,13,483,1,9,879,1,9,94,1,13,131,1,18,0,A,7,0,A,7,5.0,A,7,-7.8,A,7,40,A,7,996,A,7,180,A,7,4.1,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,16:00,454,1414,282,1,9,741,1,9,46,1,13,300,1,9,676,1,9,82,1,13,105,1,18,2,A,7,1,A,7,5.6,A,7,-7.8,A,7,38,A,7,996,A,7,210,A,7,4.1,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,17:00,234,1414,117,1,13,368,1,9,57,1,13,122,1,13,252,1,9,80,1,13,104,1,21,4,A,7,2,A,7,4.4,A,7,-6.7,A,7,45,A,7,996,A,7,200,A,7,2.6,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,18:00,26,648,20,1,13,74,1,9,12,1,13,16,1,13,23,1,9,15,1,13,21,1,21,3,A,7,2,A,7,2.8,A,7,-7.2,A,7,48,A,7,996,A,7,160,A,7,2.6,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,2.2,A,7,-7.8,A,7,48,A,7,997,A,7,190,A,7,2.1,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,0.6,A,7,-7.8,A,7,54,A,7,997,A,7,200,A,7,2.6,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,0.0,A,7,-8.3,A,7,54,A,7,997,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,-1.7,A,7,-7.2,A,7,66,A,7,997,A,7,200,A,7,2.6,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,-1.7,A,7,-8.9,A,7,58,A,7,998,A,7,180,A,7,2.6,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/16/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,-2.2,A,7,-7.8,A,7,66,A,7,997,A,7,180,A,7,2.6,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,-2.8,A,7,-8.3,A,7,66,A,7,997,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,1,A,7,-3.3,A,7,-8.3,A,7,69,A,7,996,A,7,220,A,7,2.6,A,7,12900,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,5,A,7,-3.9,A,7,-8.3,A,7,72,A,7,997,A,7,210,A,7,2.6,A,7,12900,B,7,7620,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,8,A,7,-2.8,A,7,-7.8,A,7,69,A,7,996,A,7,230,A,7,2.6,A,7,12900,B,7,7620,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,-2.8,A,7,-7.8,A,7,69,A,7,996,A,7,220,A,7,2.6,A,7,12900,B,7,7620,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-3.3,A,7,-7.8,A,7,72,A,7,996,A,7,220,A,7,3.1,A,7,12900,B,7,2130,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.8,A,7,-7.8,A,7,69,A,7,996,A,7,220,A,7,2.6,A,7,19300,B,7,6100,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,08:00,28,671,9,1,13,1,1,9,9,1,13,11,1,13,0,1,9,11,1,13,33,1,21,10,A,7,10,A,7,-2.8,A,7,-6.7,A,7,75,A,7,996,A,7,200,A,7,2.6,A,7,16100,B,7,6100,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,09:00,240,1414,68,1,13,72,1,9,56,1,13,75,1,13,52,1,9,66,1,13,119,1,21,10,A,7,9,A,7,-0.6,A,7,-6.7,A,7,64,A,7,996,A,7,200,A,7,1.5,A,7,16100,B,7,2740,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,10:00,459,1414,169,1,9,50,1,9,152,1,13,184,1,9,47,1,9,169,1,13,389,1,18,10,A,7,9,A,7,1.1,A,7,-5.6,A,7,62,A,7,996,A,7,240,A,7,2.1,A,7,19300,B,7,2290,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,11:00,627,1414,122,1,9,3,1,9,120,1,13,142,1,9,2,1,9,141,1,13,513,1,18,10,A,7,9,A,7,6.7,A,7,-6.7,A,7,38,A,7,994,A,7,0,A,7,0.0,A,7,24100,B,7,3050,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,12:00,733,1414,244,1,9,20,1,9,233,1,13,275,1,9,18,1,9,266,1,13,897,1,18,10,A,7,10,A,7,5.6,A,7,-5.6,A,7,45,A,7,993,A,7,170,A,7,1.5,A,7,24100,B,7,2290,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,13:00,770,1414,228,1,9,0,1,9,228,1,13,259,1,9,0,1,9,259,1,13,914,1,18,10,A,7,10,A,7,7.2,A,7,-6.7,A,7,37,A,7,993,A,7,260,A,7,1.5,A,7,24100,B,7,2290,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,14:00,733,1414,195,1,9,6,1,9,192,1,13,224,1,9,5,1,9,221,1,13,790,1,18,10,A,7,10,A,7,6.7,A,7,-6.1,A,7,40,A,7,991,A,7,0,A,7,0.0,A,7,16100,B,7,910,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,15:00,627,1414,174,1,9,4,1,9,173,1,13,198,1,9,3,1,9,197,1,13,671,1,18,10,A,7,10,A,7,6.1,A,7,-5.6,A,7,43,A,7,991,A,7,0,A,7,0.0,A,7,16100,B,7,910,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,16:00,458,1414,73,1,9,1,1,9,72,1,13,85,1,9,1,1,9,85,1,13,299,1,18,10,A,7,10,A,7,6.1,A,7,-3.9,A,7,49,A,7,991,A,7,140,A,7,1.5,A,7,11300,B,7,760,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/17/1988,17:00,239,1414,32,1,13,0,1,9,32,1,13,37,1,13,0,1,9,37,1,13,124,1,21,10,A,7,10,A,7,3.9,A,7,-1.1,A,7,70,A,7,990,A,7,130,A,7,2.1,A,7,8000,B,7,760,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +01/17/1988,18:00,28,671,7,1,13,0,1,9,6,1,13,7,1,13,0,1,9,7,1,13,23,1,21,10,A,7,10,A,7,3.3,A,7,-0.6,A,7,76,A,7,990,A,7,20,A,7,2.1,A,7,8000,B,7,460,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +01/17/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,0.6,A,7,86,A,7,990,A,7,60,A,7,1.5,A,7,8000,B,7,460,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +01/17/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.2,A,7,0.0,A,7,85,A,7,991,A,7,300,A,7,4.6,A,7,8000,B,7,370,A,7,1.1,E,8,0.000,?,0,0.00,?,0,8,1,D,9,05,C,8 +01/17/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.2,A,7,0.0,A,7,85,A,7,990,A,7,40,A,7,2.1,A,7,4800,B,7,310,A,7,1.1,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +01/17/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.7,A,7,0.0,A,7,89,A,7,988,A,7,70,A,7,2.1,A,7,1600,B,7,210,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/17/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.7,A,7,0.0,A,7,89,A,7,988,A,7,330,A,7,3.1,A,7,1600,B,7,60,A,7,1.1,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +01/17/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.7,A,7,0.0,A,7,89,A,7,988,A,7,350,A,7,2.1,A,7,1600,B,7,60,A,7,1.1,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +01/18/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.7,A,7,-0.6,A,7,85,A,7,987,A,7,330,A,7,2.1,A,7,800,B,7,60,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/18/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.7,A,7,1.1,A,7,96,A,7,987,A,7,0,A,7,0.0,A,7,400,B,7,30,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/18/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.1,A,7,1.1,A,7,100,A,7,987,A,7,200,A,7,1.5,A,7,400,B,7,30,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/18/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.7,A,7,1.7,A,7,100,A,7,985,A,7,320,A,7,2.1,A,7,400,B,7,30,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/18/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.1,A,7,1.1,A,7,100,A,7,985,A,7,160,A,7,1.5,A,7,400,B,7,30,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/18/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.1,A,7,1.1,A,7,100,A,7,986,A,7,200,A,7,2.6,A,7,400,B,7,30,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/18/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.1,A,7,1.1,A,7,100,A,7,986,A,7,200,A,7,2.6,A,7,400,B,7,30,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/18/1988,08:00,29,695,16,1,13,0,1,9,16,1,13,18,1,13,0,1,9,18,1,13,53,1,21,10,A,7,10,A,7,1.7,A,7,1.7,A,7,100,A,7,986,A,7,220,A,7,4.1,A,7,200,B,7,30,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,12,C,8 +01/18/1988,09:00,242,1413,85,1,13,1,1,9,85,1,13,92,1,13,0,1,9,92,1,13,246,1,21,10,A,7,10,A,7,2.2,A,7,2.2,A,7,100,A,7,986,A,7,260,A,7,3.1,A,7,200,B,7,30,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/18/1988,10:00,461,1413,173,1,9,1,1,9,173,1,13,189,1,9,1,1,9,189,1,13,543,1,18,10,A,7,10,A,7,2.2,A,7,2.2,A,7,100,A,7,987,A,7,300,A,7,2.6,A,7,200,B,7,30,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/18/1988,11:00,630,1413,253,1,9,1,1,9,252,1,13,278,1,9,1,1,9,277,1,13,833,1,18,10,A,7,10,A,7,3.3,A,7,3.3,A,7,100,A,7,987,A,7,230,A,7,3.6,A,7,200,B,7,60,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/18/1988,12:00,737,1413,388,1,13,393,1,9,183,1,13,410,1,13,396,1,9,202,1,13,396,1,21,5,A,7,5,A,7,7.2,A,7,5.0,A,7,86,A,7,986,A,7,260,A,7,2.6,A,7,1600,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/18/1988,13:00,774,1413,552,1,9,882,1,9,68,1,13,579,1,9,867,1,9,103,1,13,164,1,18,3,A,7,1,A,7,9.4,A,7,5.6,A,7,77,A,7,986,A,7,270,A,7,2.6,A,7,8000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +01/18/1988,14:00,738,1413,515,1,9,873,1,9,60,1,13,544,1,9,855,1,9,96,1,13,151,1,18,2,A,7,1,A,7,12.8,A,7,7.2,A,7,69,A,7,985,A,7,280,A,7,2.1,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +01/18/1988,15:00,632,1413,416,1,9,793,1,9,62,1,13,438,1,9,763,1,9,96,1,13,139,1,18,2,A,7,1,A,7,15.0,A,7,7.8,A,7,62,A,7,985,A,7,280,A,7,1.5,A,7,11300,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/18/1988,16:00,463,1413,274,1,13,604,1,9,78,1,13,287,1,13,547,1,9,107,1,13,148,1,21,6,A,7,3,A,7,15.0,A,7,6.1,A,7,56,A,7,985,A,7,300,A,7,2.1,A,7,11300,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/18/1988,17:00,244,1413,92,1,13,166,1,9,64,1,13,98,1,13,115,1,9,78,1,13,122,1,21,9,A,7,5,A,7,13.9,A,7,6.1,A,7,60,A,7,986,A,7,290,A,7,2.1,A,7,11300,B,7,7620,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/18/1988,18:00,30,695,19,1,13,22,1,9,17,1,13,20,1,13,8,1,9,19,1,13,35,1,21,10,A,7,7,A,7,9.4,A,7,5.6,A,7,77,A,7,986,A,7,200,A,7,2.1,A,7,11300,B,7,7620,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/18/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,5.6,A,7,89,A,7,987,A,7,210,A,7,2.6,A,7,11300,B,7,6100,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/18/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,5.0,A,7,93,A,7,987,A,7,210,A,7,2.6,A,7,11300,B,7,6100,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/18/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,4.4,A,7,93,A,7,987,A,7,230,A,7,2.6,A,7,11300,B,7,6100,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/18/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,5.0,A,7,4.4,A,7,96,A,7,988,A,7,280,A,7,2.1,A,7,11300,B,7,6100,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/18/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,3.9,A,7,3.3,A,7,96,A,7,988,A,7,250,A,7,2.6,A,7,11300,B,7,6100,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/18/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,1.1,A,7,1.1,A,7,100,A,7,989,A,7,200,A,7,3.1,A,7,1600,B,7,6100,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/19/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.1,A,7,1.1,A,7,100,A,7,990,A,7,210,A,7,2.1,A,7,100,B,7,0,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/19/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.2,A,7,2.2,A,7,100,A,7,990,A,7,190,A,7,1.5,A,7,1200,B,7,1070,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/19/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.7,A,7,1.7,A,7,100,A,7,990,A,7,0,A,7,0.0,A,7,400,B,7,30,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/19/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,1.1,A,7,1.1,A,7,100,A,7,990,A,7,0,A,7,0.0,A,7,4800,B,7,1070,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/19/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.2,A,7,2.2,A,7,100,A,7,990,A,7,50,A,7,1.5,A,7,11300,B,7,1160,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/19/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,3.3,A,7,100,A,7,990,A,7,50,A,7,2.6,A,7,11300,B,7,1220,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/19/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,8,A,7,4.4,A,7,3.3,A,7,93,A,7,990,A,7,50,A,7,3.1,A,7,11300,B,7,1830,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/19/1988,08:00,29,695,15,1,13,4,1,9,15,1,13,17,1,13,0,1,9,17,1,13,50,1,21,10,A,7,9,A,7,5.0,A,7,3.3,A,7,89,A,7,991,A,7,60,A,7,4.6,A,7,11300,B,7,3050,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/19/1988,09:00,244,1413,64,1,13,9,1,9,62,1,13,71,1,13,2,1,9,70,1,13,207,1,21,10,A,7,10,A,7,5.6,A,7,2.8,A,7,83,A,7,991,A,7,60,A,7,6.2,A,7,11300,B,7,3050,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/19/1988,10:00,464,1413,146,1,9,2,1,9,145,1,13,162,1,9,1,1,9,161,1,13,498,1,18,10,A,7,10,A,7,5.6,A,7,1.7,A,7,76,A,7,991,A,7,70,A,7,5.2,A,7,12900,B,7,3050,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/19/1988,11:00,634,1413,174,1,9,7,1,9,170,1,13,197,1,9,5,1,9,194,1,13,667,1,18,10,A,7,10,A,7,5.6,A,7,1.1,A,7,73,A,7,991,A,7,60,A,7,5.2,A,7,12900,B,7,3050,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/19/1988,12:00,741,1413,164,1,9,12,1,9,157,1,13,190,1,9,9,1,9,186,1,13,685,1,18,10,A,7,10,A,7,5.0,A,7,1.7,A,7,79,A,7,991,A,7,40,A,7,3.6,A,7,11300,B,7,910,A,7,1.2,E,8,0.000,F,8,0.00,?,0,5,1,D,9,00,C,8 +01/19/1988,13:00,778,1413,162,1,9,4,1,9,160,1,13,190,1,9,3,1,9,188,1,13,711,1,18,10,A,7,10,A,7,4.4,A,7,2.8,A,7,89,A,7,990,A,7,50,A,7,5.2,A,7,8000,B,7,910,A,7,1.3,E,8,0.000,F,8,0.00,?,0,8,1,D,9,61,C,8 +01/19/1988,14:00,742,1413,154,1,9,9,1,9,150,1,13,181,1,9,7,1,9,178,1,13,661,1,18,10,A,7,10,A,7,3.9,A,7,2.8,A,7,93,A,7,989,A,7,60,A,7,5.2,A,7,6400,B,7,150,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/19/1988,15:00,636,1413,111,1,9,1,1,9,110,1,13,130,1,9,1,1,9,130,1,13,482,1,18,10,A,7,10,A,7,3.3,A,7,2.8,A,7,96,A,7,990,A,7,40,A,7,3.1,A,7,1600,B,7,120,A,7,1.3,E,8,0.000,F,8,0.00,?,0,10,1,D,9,45,C,8 +01/19/1988,16:00,468,1413,83,1,9,4,1,9,81,1,13,96,1,9,2,1,9,95,1,13,332,1,18,10,A,7,10,A,7,3.3,A,7,2.8,A,7,96,A,7,990,A,7,70,A,7,5.2,A,7,1600,B,7,120,A,7,1.3,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +01/19/1988,17:00,248,1413,42,1,13,1,1,9,42,1,13,48,1,13,0,1,9,48,1,13,157,1,21,10,A,7,10,A,7,3.3,A,7,2.8,A,7,96,A,7,988,A,7,70,A,7,5.2,A,7,1600,B,7,90,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/19/1988,18:00,32,718,9,1,13,0,1,9,8,1,13,10,1,13,0,1,9,10,1,13,30,1,21,10,A,7,10,A,7,2.8,A,7,2.8,A,7,100,A,7,987,A,7,60,A,7,4.1,A,7,1600,B,7,90,A,7,1.3,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +01/19/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.8,A,7,100,A,7,987,A,7,50,A,7,3.6,A,7,1600,B,7,60,A,7,1.3,E,8,0.000,?,0,0.00,?,0,8,1,D,9,45,C,8 +01/19/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.8,A,7,100,A,7,986,A,7,70,A,7,5.7,A,7,1600,B,7,60,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/19/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.8,A,7,100,A,7,985,A,7,70,A,7,4.1,A,7,1600,B,7,60,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/19/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.8,A,7,100,A,7,985,A,7,60,A,7,3.1,A,7,1600,B,7,60,A,7,1.3,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +01/19/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.8,A,7,100,A,7,984,A,7,40,A,7,2.6,A,7,1600,B,7,60,A,7,1.3,E,8,0.000,?,0,0.00,?,0,8,1,D,9,45,C,8 +01/19/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.2,A,7,96,A,7,984,A,7,60,A,7,3.6,A,7,1600,B,7,60,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.2,A,7,96,A,7,983,A,7,60,A,7,3.1,A,7,800,B,7,30,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.2,A,7,2.2,A,7,100,A,7,982,A,7,30,A,7,3.6,A,7,800,B,7,30,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.2,A,7,96,A,7,981,A,7,60,A,7,4.1,A,7,1200,B,7,30,A,7,1.2,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +01/20/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.2,A,7,96,A,7,981,A,7,40,A,7,3.6,A,7,1200,B,7,30,A,7,1.2,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +01/20/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.2,A,7,96,A,7,981,A,7,320,A,7,4.1,A,7,2400,B,7,30,A,7,1.2,E,8,0.000,?,0,0.00,?,0,8,1,D,9,45,C,8 +01/20/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.2,A,7,96,A,7,981,A,7,60,A,7,3.6,A,7,6400,B,7,90,A,7,1.2,E,8,0.000,?,0,0.00,?,0,46,1,D,9,45,C,8 +01/20/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.2,A,7,96,A,7,979,A,7,110,A,7,4.1,A,7,6400,B,7,90,A,7,1.2,E,8,0.000,?,0,0.00,?,0,18,1,D,9,45,C,8 +01/20/1988,08:00,30,718,11,1,13,0,1,9,11,1,13,13,1,13,0,1,9,13,1,13,39,1,21,10,A,7,10,A,7,2.8,A,7,2.2,A,7,96,A,7,979,A,7,40,A,7,2.6,A,7,4000,B,7,90,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,09:00,246,1413,79,1,13,0,1,9,79,1,13,86,1,13,0,1,9,86,1,13,241,1,21,10,A,7,10,A,7,2.8,A,7,2.2,A,7,96,A,7,980,A,7,10,A,7,3.1,A,7,2400,B,7,90,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,10:00,467,1413,157,1,9,0,1,9,157,1,13,173,1,9,0,1,9,173,1,13,523,1,18,10,A,7,10,A,7,3.3,A,7,2.8,A,7,96,A,7,980,A,7,10,A,7,1.5,A,7,1600,B,7,60,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,11:00,637,1413,228,1,9,1,1,9,227,1,13,253,1,9,1,1,9,252,1,13,799,1,18,10,A,7,10,A,7,3.9,A,7,3.3,A,7,96,A,7,979,A,7,0,A,7,0.0,A,7,800,B,7,30,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,12:00,744,1413,257,1,9,1,1,9,256,1,13,288,1,9,1,1,9,287,1,13,959,1,18,10,A,7,10,A,7,3.9,A,7,3.9,A,7,100,A,7,979,A,7,0,A,7,0.0,A,7,400,B,7,30,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,13:00,782,1413,270,1,9,1,1,9,269,1,13,303,1,9,1,1,9,303,1,13,1023,1,18,10,A,7,10,A,7,4.4,A,7,4.4,A,7,100,A,7,978,A,7,0,A,7,0.0,A,7,400,B,7,30,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,14:00,747,1413,274,1,9,1,1,9,274,1,13,307,1,9,1,1,9,306,1,13,998,1,18,10,A,7,10,A,7,6.1,A,7,6.1,A,7,100,A,7,977,A,7,230,A,7,2.6,A,7,400,B,7,30,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,11,C,8 +01/20/1988,15:00,641,1413,249,1,9,1,1,9,248,1,13,274,1,9,1,1,9,274,1,13,839,1,18,10,A,7,10,A,7,7.8,A,7,7.2,A,7,96,A,7,977,A,7,210,A,7,2.6,A,7,1600,B,7,90,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,16:00,472,1413,180,1,9,0,1,9,180,1,13,196,1,9,0,1,9,196,1,13,564,1,18,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,977,A,7,230,A,7,3.6,A,7,4000,B,7,120,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,17:00,253,1413,83,1,13,1,1,9,83,1,13,91,1,13,0,1,9,91,1,13,251,1,21,10,A,7,10,A,7,8.3,A,7,7.8,A,7,96,A,7,977,A,7,210,A,7,5.2,A,7,4000,B,7,120,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,18:00,34,742,16,1,13,0,1,9,16,1,13,18,1,13,0,1,9,18,1,13,54,1,21,10,A,7,10,A,7,8.9,A,7,8.9,A,7,100,A,7,977,A,7,210,A,7,3.6,A,7,400,B,7,60,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,977,A,7,210,A,7,6.2,A,7,3200,B,7,120,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,9.4,A,7,8.9,A,7,96,A,7,977,A,7,240,A,7,3.6,A,7,9700,B,7,180,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,12,C,8 +01/20/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,8.9,A,7,8.3,A,7,96,A,7,978,A,7,230,A,7,3.6,A,7,6400,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,978,A,7,230,A,7,4.1,A,7,6400,B,7,90,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,10.6,A,7,100,A,7,978,A,7,240,A,7,4.1,A,7,6400,B,7,90,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/20/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,10.6,A,7,100,A,7,977,A,7,240,A,7,3.6,A,7,6400,B,7,210,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/21/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,10.0,A,7,96,A,7,977,A,7,230,A,7,4.1,A,7,3200,B,7,150,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/21/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,10.0,A,7,96,A,7,977,A,7,240,A,7,4.1,A,7,1600,B,7,90,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +01/21/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,977,A,7,260,A,7,2.6,A,7,1600,B,7,30,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/21/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,9.4,A,7,100,A,7,977,A,7,250,A,7,3.6,A,7,400,B,7,30,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/21/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,8.3,A,7,100,A,7,977,A,7,260,A,7,3.1,A,7,200,B,7,0,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/21/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,7.2,A,7,100,A,7,978,A,7,260,A,7,2.1,A,7,200,B,7,0,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/21/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,5.6,A,7,100,A,7,977,A,7,150,A,7,2.6,A,7,200,B,7,0,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/21/1988,08:00,31,718,13,1,13,0,1,9,13,1,13,15,1,13,0,1,9,15,1,13,45,1,21,10,A,7,10,A,7,5.6,A,7,5.6,A,7,100,A,7,978,A,7,250,A,7,1.5,A,7,200,B,7,3050,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/21/1988,09:00,248,1413,60,1,13,0,1,9,60,1,13,67,1,13,0,1,9,67,1,13,205,1,21,10,A,7,10,A,7,6.1,A,7,5.6,A,7,96,A,7,978,A,7,320,A,7,2.1,A,7,8000,B,7,2440,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/21/1988,10:00,470,1413,159,1,9,17,1,9,153,1,13,175,1,9,12,1,9,171,1,13,518,1,18,9,A,7,8,A,7,8.9,A,7,3.9,A,7,71,A,7,979,A,7,340,A,7,3.1,A,7,11300,B,7,3660,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/21/1988,11:00,640,1413,198,1,9,55,1,9,173,1,13,218,1,9,54,1,9,193,1,13,512,1,18,10,A,7,9,A,7,9.4,A,7,3.3,A,7,66,A,7,980,A,7,40,A,7,1.5,A,7,16100,B,7,3660,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/21/1988,12:00,748,1413,214,1,9,0,1,9,214,1,13,244,1,9,0,1,9,244,1,13,861,1,18,10,A,7,10,A,7,10.0,A,7,2.2,A,7,59,A,7,979,A,7,360,A,7,1.5,A,7,16100,B,7,2440,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/21/1988,13:00,786,1413,250,1,9,50,1,9,222,1,13,275,1,9,50,1,9,247,1,13,705,1,18,10,A,7,9,A,7,10.6,A,7,1.1,A,7,52,A,7,979,A,7,0,A,7,0.0,A,7,19300,B,7,6100,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/21/1988,14:00,751,1413,279,1,9,53,1,9,250,1,13,305,1,9,53,1,9,277,1,13,751,1,18,10,A,7,9,A,7,10.6,A,7,1.1,A,7,52,A,7,978,A,7,360,A,7,2.6,A,7,24100,B,7,2740,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/21/1988,15:00,646,1413,299,1,13,170,1,9,221,1,13,323,1,13,171,1,9,244,1,13,536,1,21,8,A,7,6,A,7,11.7,A,7,1.1,A,7,49,A,7,978,A,7,20,A,7,2.1,A,7,24100,B,7,7620,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/21/1988,16:00,477,1413,176,1,13,205,1,9,107,1,13,190,1,13,193,1,9,125,1,13,209,1,21,10,A,7,7,A,7,11.1,A,7,0.6,A,7,49,A,7,978,A,7,350,A,7,3.1,A,7,24100,B,7,2130,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/21/1988,17:00,258,1413,41,1,13,15,1,9,38,1,13,45,1,13,12,1,9,43,1,13,103,1,21,10,A,7,10,A,7,10.6,A,7,0.6,A,7,50,A,7,978,A,7,350,A,7,2.1,A,7,24100,B,7,2130,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/21/1988,18:00,36,765,8,1,13,0,1,9,8,1,13,10,1,13,0,1,9,10,1,13,30,1,21,10,A,7,10,A,7,9.4,A,7,1.1,A,7,56,A,7,978,A,7,80,A,7,2.6,A,7,24100,B,7,2130,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/21/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,8.9,A,7,2.2,A,7,63,A,7,978,A,7,30,A,7,2.6,A,7,24100,B,7,2130,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/21/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,7.8,A,7,2.2,A,7,68,A,7,980,A,7,360,A,7,4.1,A,7,24100,B,7,2130,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/21/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,6.1,A,7,-1.1,A,7,60,A,7,980,A,7,20,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/21/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-1.7,A,7,65,A,7,981,A,7,20,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/21/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,-2.2,A,7,65,A,7,981,A,7,30,A,7,5.7,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/21/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-3.3,A,7,62,A,7,981,A,7,30,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-4.4,A,7,59,A,7,981,A,7,360,A,7,4.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,2.8,A,7,-4.4,A,7,59,A,7,981,A,7,20,A,7,4.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,-4.4,A,7,59,A,7,981,A,7,10,A,7,3.6,A,7,24100,B,7,1370,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,-4.4,A,7,59,A,7,981,A,7,10,A,7,4.1,A,7,24100,B,7,1370,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,-5.0,A,7,55,A,7,981,A,7,40,A,7,4.6,A,7,24100,B,7,1370,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,-4.4,A,7,57,A,7,982,A,7,10,A,7,4.6,A,7,16100,B,7,850,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,-4.4,A,7,59,A,7,983,A,7,40,A,7,3.6,A,7,16100,B,7,760,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,08:00,32,718,9,1,13,1,1,9,9,1,13,11,1,13,0,1,9,11,1,13,33,1,21,10,A,7,10,A,7,2.8,A,7,-4.4,A,7,59,A,7,983,A,7,40,A,7,3.1,A,7,24100,B,7,910,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,09:00,251,1412,49,1,13,1,1,9,49,1,13,56,1,13,0,1,9,56,1,13,178,1,21,10,A,7,10,A,7,2.8,A,7,-3.9,A,7,62,A,7,984,A,7,50,A,7,3.1,A,7,24100,B,7,1370,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,10:00,473,1412,177,1,9,136,1,9,131,1,13,193,1,9,128,1,9,149,1,13,297,1,18,8,A,7,8,A,7,3.3,A,7,-4.4,A,7,57,A,7,985,A,7,50,A,7,3.6,A,7,24100,B,7,1520,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,11:00,644,1412,181,1,9,3,1,9,180,1,13,206,1,9,2,1,9,204,1,13,700,1,18,10,A,7,10,A,7,4.4,A,7,-4.4,A,7,53,A,7,986,A,7,10,A,7,2.1,A,7,24100,B,7,1070,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,12:00,752,1412,456,1,9,352,1,9,268,1,13,482,1,9,367,1,9,285,1,13,651,1,18,8,A,7,8,A,7,5.6,A,7,-5.0,A,7,47,A,7,985,A,7,300,A,7,3.6,A,7,24100,B,7,1370,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,13:00,791,1412,381,1,9,256,1,9,237,1,13,408,1,9,270,1,9,257,1,13,569,1,18,8,A,7,8,A,7,6.7,A,7,-4.4,A,7,45,A,7,983,A,7,310,A,7,3.1,A,7,24100,B,7,1520,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,14:00,756,1412,426,1,13,446,1,9,187,1,13,450,1,13,451,1,9,208,1,13,410,1,21,5,A,7,5,A,7,7.2,A,7,-4.4,A,7,44,A,7,983,A,7,330,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,15:00,651,1412,191,1,9,91,1,9,149,1,13,212,1,9,93,1,9,169,1,13,362,1,18,9,A,7,9,A,7,6.7,A,7,-3.9,A,7,47,A,7,983,A,7,300,A,7,3.6,A,7,24100,B,7,1220,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,16:00,482,1412,136,1,9,78,1,9,109,1,13,150,1,9,74,1,9,124,1,13,248,1,18,9,A,7,9,A,7,6.7,A,7,-4.4,A,7,45,A,7,983,A,7,250,A,7,4.1,A,7,24100,B,7,1220,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,17:00,263,1412,79,1,13,28,1,9,73,1,13,86,1,13,22,1,9,81,1,13,178,1,21,10,A,7,9,A,7,5.6,A,7,-4.4,A,7,49,A,7,983,A,7,270,A,7,3.1,A,7,24100,B,7,1220,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,18:00,39,789,11,1,13,4,1,9,10,1,13,11,1,13,2,1,9,11,1,13,26,1,21,10,A,7,10,A,7,5.0,A,7,-5.6,A,7,47,A,7,984,A,7,320,A,7,3.6,A,7,16100,B,7,1370,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,-5.6,A,7,49,A,7,984,A,7,310,A,7,2.1,A,7,16100,B,7,1520,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,3.3,A,7,-4.4,A,7,57,A,7,985,A,7,300,A,7,2.1,A,7,16100,B,7,1520,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,-4.4,A,7,59,A,7,985,A,7,300,A,7,3.6,A,7,16100,B,7,1220,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,2.8,A,7,-5.6,A,7,55,A,7,985,A,7,310,A,7,2.6,A,7,16100,B,7,1370,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,2.8,A,7,-6.7,A,7,50,A,7,985,A,7,310,A,7,1.5,A,7,16100,B,7,1370,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/22/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,2.2,A,7,-6.1,A,7,55,A,7,985,A,7,290,A,7,1.5,A,7,16100,B,7,1370,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,2.2,A,7,-5.6,A,7,57,A,7,984,A,7,270,A,7,2.1,A,7,16100,B,7,1160,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,0.6,A,7,-6.1,A,7,61,A,7,984,A,7,270,A,7,2.1,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,1.1,A,7,-5.0,A,7,64,A,7,984,A,7,280,A,7,2.1,A,7,16100,B,7,1160,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,0.6,A,7,-5.6,A,7,64,A,7,984,A,7,270,A,7,2.6,A,7,16100,B,7,1160,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,-0.6,A,7,-6.1,A,7,67,A,7,983,A,7,280,A,7,2.6,A,7,16100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,0.0,A,7,-5.0,A,7,69,A,7,983,A,7,300,A,7,3.1,A,7,16100,B,7,1160,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.6,A,7,-5.6,A,7,64,A,7,984,A,7,280,A,7,3.1,A,7,16100,B,7,1220,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,08:00,34,741,16,1,13,48,1,9,12,1,13,16,1,13,13,1,9,15,1,13,20,1,21,1,A,7,1,A,7,-1.7,A,7,-6.7,A,7,69,A,7,984,A,7,280,A,7,2.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,09:00,254,1412,115,1,13,391,1,9,44,1,13,118,1,13,287,1,9,66,1,13,80,1,21,0,A,7,0,A,7,1.1,A,7,-5.6,A,7,62,A,7,984,A,7,200,A,7,2.1,A,7,11300,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,10:00,476,1412,300,1,9,693,1,9,65,1,13,308,1,9,634,1,9,93,1,13,125,1,18,0,A,7,0,A,7,2.8,A,7,-6.7,A,7,50,A,7,984,A,7,200,A,7,3.6,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,11:00,648,1412,449,1,9,799,1,9,81,1,13,468,1,9,774,1,9,112,1,13,168,1,18,0,A,7,0,A,7,5.0,A,7,-7.2,A,7,41,A,7,984,A,7,250,A,7,4.1,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,12:00,756,1412,547,1,9,850,1,9,91,1,13,576,1,9,840,1,9,124,1,13,201,1,18,0,A,7,0,A,7,6.1,A,7,-7.8,A,7,37,A,7,984,A,7,260,A,7,5.2,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,13:00,795,1412,579,1,9,860,1,9,95,1,13,612,1,9,854,1,9,129,1,13,215,1,18,0,A,7,0,A,7,6.7,A,7,-7.8,A,7,35,A,7,983,A,7,260,A,7,6.2,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,14:00,761,1412,511,1,9,798,1,9,81,1,13,546,1,9,793,1,9,117,1,13,187,1,18,1,A,7,1,A,7,6.7,A,7,-7.8,A,7,35,A,7,982,A,7,300,A,7,8.2,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,15:00,656,1412,407,1,9,665,1,9,99,1,13,431,1,9,651,1,9,127,1,13,207,1,18,1,A,7,1,A,7,7.2,A,7,-7.8,A,7,34,A,7,982,A,7,250,A,7,7.2,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,16:00,487,1412,306,1,9,700,1,9,66,1,13,317,1,9,644,1,9,94,1,13,128,1,18,0,A,7,0,A,7,7.2,A,7,-7.8,A,7,34,A,7,982,A,7,260,A,7,5.7,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,17:00,268,1412,134,1,13,478,1,9,45,1,13,140,1,13,360,1,9,72,1,13,82,1,21,0,A,7,0,A,7,6.1,A,7,-7.8,A,7,37,A,7,982,A,7,280,A,7,3.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,18:00,42,812,22,1,13,65,1,9,15,1,13,20,1,13,20,1,9,19,1,13,26,1,21,0,A,7,0,A,7,3.9,A,7,-7.2,A,7,45,A,7,983,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-7.2,A,7,48,A,7,983,A,7,170,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-6.7,A,7,57,A,7,984,A,7,190,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-7.2,A,7,54,A,7,984,A,7,180,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.6,A,7,-6.7,A,7,59,A,7,984,A,7,190,A,7,3.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.0,A,7,-6.7,A,7,61,A,7,984,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/23/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-0.6,A,7,-6.7,A,7,64,A,7,984,A,7,190,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.1,A,7,-6.7,A,7,66,A,7,984,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.2,A,7,-6.7,A,7,72,A,7,984,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.1,A,7,-6.1,A,7,69,A,7,985,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.8,A,7,-6.1,A,7,78,A,7,984,A,7,190,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-6.1,A,7,81,A,7,985,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.9,A,7,-6.7,A,7,81,A,7,985,A,7,210,A,7,3.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-6.1,A,7,81,A,7,985,A,7,190,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,08:00,35,765,19,1,13,52,1,9,14,1,13,18,1,13,15,1,9,17,1,13,24,1,21,0,A,7,0,A,7,-3.9,A,7,-6.1,A,7,85,A,7,986,A,7,220,A,7,3.1,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,09:00,257,1412,118,1,13,386,1,9,47,1,13,120,1,13,284,1,9,68,1,13,84,1,21,3,A,7,1,A,7,0.0,A,7,-4.4,A,7,72,A,7,987,A,7,220,A,7,3.1,A,7,12900,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,10:00,479,1412,167,1,13,106,1,9,131,1,13,182,1,13,100,1,9,148,1,13,298,1,21,9,A,7,6,A,7,3.9,A,7,-3.3,A,7,60,A,7,987,A,7,220,A,7,4.1,A,7,16100,B,7,7620,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,11:00,651,1412,225,1,9,54,1,9,200,1,13,247,1,9,53,1,9,222,1,13,579,1,18,9,A,7,9,A,7,4.4,A,7,-4.4,A,7,53,A,7,987,A,7,220,A,7,3.6,A,7,16100,B,7,7620,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,12:00,761,1412,544,1,9,833,1,9,94,1,13,571,1,9,823,1,9,125,1,13,206,1,18,0,A,7,0,A,7,7.2,A,7,-3.9,A,7,46,A,7,987,A,7,220,A,7,5.2,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,13:00,800,1412,552,1,9,799,1,9,100,1,13,581,1,9,792,1,9,130,1,13,224,1,18,1,A,7,1,A,7,8.9,A,7,-3.9,A,7,41,A,7,985,A,7,230,A,7,4.1,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,14:00,766,1412,536,1,9,771,1,9,118,1,13,568,1,9,770,1,9,149,1,13,265,1,18,6,A,7,1,A,7,10.0,A,7,-3.3,A,7,39,A,7,984,A,7,240,A,7,5.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,15:00,661,1412,407,1,9,540,1,9,155,1,13,432,1,9,535,1,9,180,1,13,318,1,18,9,A,7,2,A,7,10.6,A,7,-3.9,A,7,36,A,7,984,A,7,240,A,7,6.7,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,16:00,492,1412,276,1,13,454,1,9,119,1,13,291,1,13,420,1,9,143,1,13,228,1,21,10,A,7,4,A,7,10.0,A,7,-3.3,A,7,39,A,7,984,A,7,210,A,7,5.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,17:00,273,1412,113,1,13,150,1,9,84,1,13,122,1,13,115,1,9,100,1,13,180,1,21,10,A,7,5,A,7,10.0,A,7,-4.4,A,7,36,A,7,984,A,7,230,A,7,6.2,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,18:00,44,859,15,1,13,4,1,9,14,1,13,16,1,13,0,1,9,16,1,13,49,1,21,10,A,7,6,A,7,8.3,A,7,-3.9,A,7,42,A,7,985,A,7,220,A,7,3.6,A,7,24100,B,7,7620,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.7,A,7,-3.9,A,7,47,A,7,985,A,7,180,A,7,2.6,A,7,24100,B,7,7620,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,6.1,A,7,-4.4,A,7,47,A,7,985,A,7,190,A,7,2.6,A,7,24100,B,7,7620,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,6.1,A,7,-3.9,A,7,49,A,7,985,A,7,190,A,7,4.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,-3.3,A,7,51,A,7,984,A,7,190,A,7,4.6,A,7,24100,B,7,7620,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,6.7,A,7,-3.3,A,7,49,A,7,984,A,7,200,A,7,5.2,A,7,24100,B,7,1680,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/24/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,-3.3,A,7,51,A,7,984,A,7,190,A,7,3.6,A,7,24100,B,7,1370,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/25/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,-2.8,A,7,55,A,7,983,A,7,180,A,7,2.6,A,7,16100,B,7,1370,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/25/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,-2.8,A,7,55,A,7,983,A,7,190,A,7,3.1,A,7,16100,B,7,1220,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/25/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,-2.2,A,7,60,A,7,982,A,7,210,A,7,2.1,A,7,16100,B,7,1220,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/25/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,-0.6,A,7,70,A,7,982,A,7,190,A,7,2.1,A,7,16100,B,7,910,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/25/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,0.6,A,7,76,A,7,982,A,7,180,A,7,2.6,A,7,11300,B,7,760,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/25/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,2.2,A,7,89,A,7,982,A,7,180,A,7,2.6,A,7,11300,B,7,610,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +01/25/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,2.8,A,7,93,A,7,982,A,7,240,A,7,1.5,A,7,9700,B,7,550,A,7,1.3,E,8,0.000,?,0,0.00,?,0,5,1,D,9,61,C,8 +01/25/1988,08:00,36,765,7,1,13,3,1,9,7,1,13,8,1,13,2,1,9,8,1,13,18,1,21,10,A,7,10,A,7,3.9,A,7,2.8,A,7,93,A,7,981,A,7,320,A,7,1.5,A,7,4800,B,7,850,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/25/1988,09:00,260,1411,39,1,13,3,1,9,38,1,13,45,1,13,1,1,9,45,1,13,147,1,21,10,A,7,10,A,7,3.3,A,7,2.8,A,7,96,A,7,980,A,7,20,A,7,2.1,A,7,3200,B,7,520,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/25/1988,10:00,483,1411,102,1,9,3,1,9,101,1,13,117,1,9,2,1,9,116,1,13,399,1,18,10,A,7,10,A,7,3.3,A,7,2.8,A,7,96,A,7,980,A,7,350,A,7,2.1,A,7,3200,B,7,180,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/25/1988,11:00,655,1411,148,1,9,3,1,9,146,1,13,170,1,9,2,1,9,169,1,13,610,1,18,10,A,7,10,A,7,3.3,A,7,2.2,A,7,93,A,7,978,A,7,90,A,7,2.1,A,7,2400,B,7,150,A,7,1.2,E,8,0.000,F,8,0.00,?,0,8,1,D,9,45,C,8 +01/25/1988,12:00,765,1411,136,1,9,4,1,9,133,1,13,160,1,9,3,1,9,159,1,13,609,1,18,10,A,7,10,A,7,3.3,A,7,2.2,A,7,93,A,7,978,A,7,90,A,7,2.1,A,7,3200,B,7,150,A,7,1.2,E,8,0.000,F,8,0.00,?,0,13,1,D,9,45,C,8 +01/25/1988,13:00,804,1411,137,1,9,1,1,9,137,1,13,164,1,9,1,1,9,164,1,13,638,1,18,10,A,7,10,A,7,3.3,A,7,2.2,A,7,93,A,7,976,A,7,70,A,7,1.5,A,7,4000,B,7,210,A,7,1.2,E,8,0.000,F,8,0.00,?,0,10,1,D,9,45,C,8 +01/25/1988,14:00,770,1411,161,1,9,6,1,9,157,1,13,188,1,9,5,1,9,185,1,13,698,1,18,10,A,7,10,A,7,3.3,A,7,2.2,A,7,93,A,7,974,A,7,20,A,7,2.1,A,7,4000,B,7,210,A,7,1.2,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +01/25/1988,15:00,666,1411,121,1,9,4,1,9,120,1,13,143,1,9,3,1,9,142,1,13,527,1,18,10,A,7,10,A,7,3.3,A,7,2.2,A,7,93,A,7,974,A,7,360,A,7,1.5,A,7,4000,B,7,210,A,7,1.2,E,8,0.000,F,8,0.00,?,0,8,1,D,9,45,C,8 +01/25/1988,16:00,498,1411,108,1,9,1,1,9,108,1,13,124,1,9,1,1,9,124,1,13,426,1,18,10,A,7,10,A,7,2.8,A,7,1.7,A,7,93,A,7,974,A,7,330,A,7,2.1,A,7,4000,B,7,210,A,7,1.2,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +01/25/1988,17:00,278,1411,49,1,13,0,1,9,49,1,13,56,1,13,0,1,9,56,1,13,184,1,21,10,A,7,10,A,7,2.8,A,7,1.7,A,7,93,A,7,973,A,7,310,A,7,2.6,A,7,6400,B,7,120,A,7,1.2,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +01/25/1988,18:00,47,882,12,1,13,0,1,9,12,1,13,14,1,13,0,1,9,14,1,13,44,1,21,10,A,7,10,A,7,2.8,A,7,2.2,A,7,96,A,7,974,A,7,280,A,7,2.1,A,7,3200,B,7,90,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/25/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.2,A,7,96,A,7,974,A,7,290,A,7,2.6,A,7,3200,B,7,120,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/25/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,2.2,A,7,96,A,7,974,A,7,290,A,7,3.6,A,7,3200,B,7,610,A,7,1.2,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +01/25/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,2.2,A,7,1.1,A,7,93,A,7,974,A,7,310,A,7,3.6,A,7,11300,B,7,1370,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/25/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,1.1,A,7,0.0,A,7,92,A,7,975,A,7,260,A,7,3.1,A,7,11300,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/25/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.6,A,7,0.0,A,7,96,A,7,975,A,7,250,A,7,4.1,A,7,400,B,7,30,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/25/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-0.6,A,7,-1.1,A,7,96,A,7,976,A,7,240,A,7,4.1,A,7,6400,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/26/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.0,A,7,-2.2,A,7,85,A,7,976,A,7,260,A,7,3.6,A,7,11300,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +01/26/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-0.6,A,7,-3.3,A,7,82,A,7,976,A,7,250,A,7,5.2,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +01/26/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,0.6,A,7,-5.0,A,7,67,A,7,977,A,7,310,A,7,5.7,A,7,16100,B,7,1070,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,-1.1,A,7,-9.4,A,7,54,A,7,979,A,7,300,A,7,7.2,A,7,16100,B,7,1070,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,-3.3,A,7,-12.2,A,7,51,A,7,981,A,7,300,A,7,7.2,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,-5.0,A,7,-15.6,A,7,44,A,7,982,A,7,310,A,7,8.2,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,-6.1,A,7,-16.7,A,7,43,A,7,983,A,7,320,A,7,8.2,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,08:00,38,788,23,1,13,87,1,9,14,1,13,20,1,13,30,1,9,18,1,13,24,1,21,2,A,7,1,A,7,-6.7,A,7,-15.6,A,7,50,A,7,984,A,7,300,A,7,7.7,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,09:00,263,1411,141,1,13,556,1,9,37,1,13,144,1,13,431,1,9,63,1,13,71,1,21,0,A,7,0,A,7,-6.1,A,7,-16.1,A,7,46,A,7,985,A,7,300,A,7,7.2,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,10:00,486,1411,323,1,9,777,1,9,53,1,13,339,1,9,721,1,9,89,1,13,113,1,18,0,A,7,0,A,7,-5.0,A,7,-15.0,A,7,46,A,7,986,A,7,290,A,7,7.2,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,11:00,659,1411,469,1,9,877,1,9,58,1,13,494,1,9,849,1,9,95,1,13,139,1,18,1,A,7,1,A,7,-4.4,A,7,-14.4,A,7,46,A,7,987,A,7,300,A,7,6.7,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,12:00,770,1411,484,1,13,629,1,9,140,1,13,506,1,13,624,1,9,164,1,13,307,1,21,3,A,7,3,A,7,-3.3,A,7,-13.9,A,7,44,A,7,987,A,7,300,A,7,7.7,A,7,16100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,13:00,809,1411,394,1,13,380,1,9,175,1,13,422,1,13,388,1,9,199,1,13,396,1,21,6,A,7,6,A,7,-1.7,A,7,-12.8,A,7,43,A,7,987,A,7,250,A,7,6.7,A,7,16100,B,7,1160,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,14:00,776,1411,499,1,13,605,1,9,166,1,13,516,1,13,595,1,9,187,1,13,356,1,21,5,A,7,5,A,7,-2.8,A,7,-13.9,A,7,43,A,7,987,A,7,300,A,7,6.2,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,15:00,671,1411,332,1,13,460,1,9,114,1,13,364,1,13,459,1,9,145,1,13,228,1,21,5,A,7,5,A,7,-1.7,A,7,-13.9,A,7,39,A,7,987,A,7,260,A,7,7.2,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,16:00,503,1411,272,1,13,498,1,9,96,1,13,282,1,13,458,1,9,119,1,13,180,1,21,4,A,7,4,A,7,-2.2,A,7,-15.0,A,7,37,A,7,987,A,7,290,A,7,7.2,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,17:00,283,1411,145,1,13,486,1,9,49,1,13,151,1,13,373,1,9,76,1,13,89,1,21,2,A,7,2,A,7,-2.8,A,7,-16.7,A,7,34,A,7,989,A,7,310,A,7,6.7,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,18:00,50,905,29,1,13,131,1,9,16,1,13,26,1,13,50,1,9,23,1,13,28,1,21,0,A,7,0,A,7,-3.9,A,7,-17.2,A,7,35,A,7,990,A,7,310,A,7,5.2,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.0,A,7,-16.7,A,7,40,A,7,991,A,7,300,A,7,3.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.6,A,7,-15.6,A,7,46,A,7,992,A,7,330,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.1,A,7,-15.0,A,7,50,A,7,992,A,7,310,A,7,3.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.1,A,7,-14.4,A,7,52,A,7,992,A,7,300,A,7,3.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.7,A,7,-13.9,A,7,57,A,7,993,A,7,340,A,7,2.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/26/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.2,A,7,-13.9,A,7,59,A,7,994,A,7,300,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.8,A,7,-13.3,A,7,65,A,7,994,A,7,280,A,7,2.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.3,A,7,-12.8,A,7,71,A,7,994,A,7,320,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.9,A,7,-13.3,A,7,71,A,7,994,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.9,A,7,-13.3,A,7,71,A,7,994,A,7,300,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.3,A,7,-12.8,A,7,71,A,7,994,A,7,300,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.9,A,7,-13.3,A,7,71,A,7,995,A,7,300,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-9.4,A,7,-13.3,A,7,74,A,7,996,A,7,270,A,7,1.5,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,08:00,39,788,19,1,13,37,1,9,15,1,13,18,1,13,11,1,9,18,1,13,26,1,21,0,A,7,0,A,7,-9.4,A,7,-12.8,A,7,77,A,7,997,A,7,340,A,7,2.1,A,7,11300,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,09:00,266,1411,129,1,13,402,1,9,52,1,13,131,1,13,299,1,9,74,1,13,92,1,21,0,A,7,0,A,7,-5.6,A,7,-11.7,A,7,63,A,7,998,A,7,310,A,7,2.6,A,7,12900,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,10:00,490,1411,305,1,9,648,1,9,79,1,13,318,1,9,597,1,9,110,1,13,152,1,18,0,A,7,0,A,7,-3.9,A,7,-12.2,A,7,53,A,7,999,A,7,320,A,7,3.1,A,7,12900,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,11:00,664,1411,452,1,9,749,1,9,99,1,13,478,1,9,735,1,9,130,1,13,209,1,18,0,A,7,0,A,7,-2.2,A,7,-11.7,A,7,49,A,7,999,A,7,320,A,7,4.1,A,7,12900,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,12:00,774,1411,553,1,9,804,1,9,111,1,13,571,1,9,790,1,9,136,1,13,230,1,18,0,A,7,0,A,7,-0.6,A,7,-11.1,A,7,45,A,7,999,A,7,290,A,7,3.1,A,7,11300,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,13:00,814,1411,591,1,9,823,1,9,116,1,13,613,1,9,813,1,9,142,1,13,248,1,18,0,A,7,0,A,7,-0.6,A,7,-12.2,A,7,41,A,7,998,A,7,310,A,7,2.6,A,7,11300,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,14:00,781,1411,507,1,9,601,1,9,174,1,13,542,1,9,611,1,9,203,1,13,385,1,18,2,A,7,2,A,7,1.1,A,7,-11.7,A,7,38,A,7,998,A,7,300,A,7,5.2,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,15:00,676,1411,439,1,9,651,1,9,127,1,13,457,1,9,634,1,9,152,1,13,260,1,18,2,A,7,2,A,7,0.6,A,7,-12.8,A,7,37,A,7,997,A,7,260,A,7,3.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,16:00,508,1411,315,1,9,656,1,9,81,1,13,332,1,9,610,1,9,112,1,13,158,1,18,0,A,7,0,A,7,1.1,A,7,-13.9,A,7,32,A,7,998,A,7,280,A,7,4.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,17:00,288,1411,140,1,13,428,1,9,54,1,13,145,1,13,329,1,9,77,1,13,97,1,21,0,A,7,0,A,7,0.6,A,7,-15.0,A,7,30,A,7,998,A,7,300,A,7,2.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,18:00,53,929,25,1,13,54,1,9,19,1,13,24,1,13,18,1,9,23,1,13,33,1,21,0,A,7,0,A,7,-1.7,A,7,-13.3,A,7,41,A,7,999,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.8,A,7,-12.2,A,7,49,A,7,999,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.8,A,7,-11.1,A,7,53,A,7,1000,A,7,210,A,7,1.5,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-11.7,A,7,53,A,7,1000,A,7,210,A,7,1.5,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.6,A,7,-11.1,A,7,65,A,7,1001,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.7,A,7,-10.0,A,7,78,A,7,1001,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/27/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.7,A,7,-10.6,A,7,74,A,7,1001,A,7,260,A,7,1.5,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.7,A,7,-11.1,A,7,71,A,7,1001,A,7,190,A,7,1.5,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.2,A,7,-11.1,A,7,74,A,7,1001,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.8,A,7,-10.6,A,7,81,A,7,1001,A,7,230,A,7,1.5,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.3,A,7,-10.6,A,7,84,A,7,1001,A,7,220,A,7,1.5,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.8,A,7,-11.1,A,7,77,A,7,1001,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,-9.4,A,7,-11.7,A,7,84,A,7,1001,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,-6.7,A,7,-10.6,A,7,74,A,7,1002,A,7,230,A,7,1.5,A,7,12900,B,7,1160,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,08:00,41,811,23,1,13,73,1,9,16,1,13,21,1,13,26,1,9,20,1,13,28,1,21,3,A,7,3,A,7,-6.1,A,7,-10.0,A,7,74,A,7,1003,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,09:00,270,1410,104,1,13,87,1,9,87,1,13,111,1,13,66,1,9,99,1,13,187,1,21,7,A,7,7,A,7,-3.3,A,7,-7.2,A,7,75,A,7,1004,A,7,230,A,7,1.5,A,7,9700,B,7,1160,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +01/28/1988,10:00,494,1410,313,1,9,758,1,9,47,1,13,331,1,9,703,1,9,83,1,13,111,1,18,1,A,7,1,A,7,-0.6,A,7,-8.3,A,7,56,A,7,1004,A,7,210,A,7,2.6,A,7,9700,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +01/28/1988,11:00,668,1410,480,1,9,884,1,9,60,1,13,505,1,9,857,1,9,97,1,13,142,1,18,0,A,7,0,A,7,3.3,A,7,-8.9,A,7,41,A,7,1004,A,7,220,A,7,3.6,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +01/28/1988,12:00,779,1410,561,1,9,892,1,9,67,1,13,588,1,9,878,1,9,102,1,13,164,1,18,0,A,7,0,A,7,3.9,A,7,-8.9,A,7,39,A,7,1003,A,7,260,A,7,4.6,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,13:00,819,1410,614,1,9,935,1,9,70,1,13,644,1,9,923,1,9,106,1,13,173,1,18,0,A,7,0,A,7,5.0,A,7,-8.3,A,7,38,A,7,1002,A,7,280,A,7,5.2,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,14:00,786,1410,586,1,9,932,1,9,68,1,13,617,1,9,918,1,9,104,1,13,166,1,18,0,A,7,0,A,7,6.1,A,7,-8.3,A,7,35,A,7,1001,A,7,240,A,7,6.7,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,15:00,681,1410,492,1,9,894,1,9,61,1,13,519,1,9,868,1,9,98,1,13,145,1,18,0,A,7,0,A,7,6.1,A,7,-7.8,A,7,37,A,7,1001,A,7,250,A,7,6.2,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,16:00,513,1410,345,1,9,815,1,9,49,1,13,365,1,9,761,1,9,87,1,13,115,1,18,0,A,7,0,A,7,6.7,A,7,-7.8,A,7,35,A,7,1000,A,7,250,A,7,5.2,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,17:00,293,1410,164,1,13,633,1,9,35,1,13,173,1,13,512,1,9,66,1,13,72,1,21,0,A,7,0,A,7,5.6,A,7,-7.2,A,7,40,A,7,1000,A,7,230,A,7,4.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,18:00,56,952,33,1,13,171,1,9,16,1,13,28,1,13,79,1,9,23,1,13,29,1,21,0,A,7,0,A,7,3.9,A,7,-7.8,A,7,43,A,7,1001,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-7.2,A,7,52,A,7,1001,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.6,A,7,-7.2,A,7,56,A,7,1002,A,7,210,A,7,1.5,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-0.6,A,7,-6.7,A,7,64,A,7,1002,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.7,A,7,-6.7,A,7,69,A,7,1003,A,7,230,A,7,2.1,A,7,19300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.2,A,7,-6.7,A,7,72,A,7,1003,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/28/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.8,A,7,-7.2,A,7,72,A,7,1003,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-7.2,A,7,75,A,7,1003,A,7,240,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.9,A,7,-6.7,A,7,81,A,7,1003,A,7,60,A,7,1.5,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,-3.9,A,7,-6.7,A,7,81,A,7,1003,A,7,60,A,7,1.5,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,-4.4,A,7,-6.7,A,7,85,A,7,1003,A,7,70,A,7,1.5,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,-3.3,A,7,-6.7,A,7,78,A,7,1003,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,-5.0,A,7,-7.2,A,7,85,A,7,1004,A,7,360,A,7,2.6,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.9,A,7,-7.2,A,7,78,A,7,1004,A,7,60,A,7,2.6,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,08:00,43,834,33,1,13,204,1,9,12,1,13,24,1,13,105,1,9,18,1,13,25,1,21,0,A,7,0,A,7,-3.9,A,7,-6.7,A,7,81,A,7,1005,A,7,50,A,7,2.6,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,09:00,273,1410,161,1,13,690,1,9,26,1,13,170,1,13,558,1,9,62,1,13,67,1,21,0,A,7,0,A,7,-2.2,A,7,-6.1,A,7,75,A,7,1005,A,7,30,A,7,3.1,A,7,16100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,10:00,498,1410,343,1,9,859,1,9,38,1,13,364,1,9,799,1,9,80,1,13,101,1,18,0,A,7,0,A,7,0.6,A,7,-5.6,A,7,64,A,7,1005,A,7,80,A,7,3.1,A,7,16100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,11:00,672,1410,494,1,9,934,1,9,48,1,13,524,1,9,907,1,9,89,1,13,129,1,18,0,A,7,0,A,7,3.9,A,7,-5.6,A,7,51,A,7,1005,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,12:00,784,1410,592,1,9,967,1,9,54,1,13,626,1,9,953,1,9,94,1,13,148,1,18,0,A,7,0,A,7,7.8,A,7,-5.6,A,7,39,A,7,1005,A,7,240,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,13:00,824,1410,628,1,9,977,1,9,56,1,13,663,1,9,967,1,9,96,1,13,155,1,18,0,A,7,0,A,7,8.9,A,7,-5.6,A,7,36,A,7,1004,A,7,170,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,14:00,791,1410,598,1,9,969,1,9,54,1,13,633,1,9,956,1,9,94,1,13,148,1,18,0,A,7,0,A,7,11.1,A,7,-5.0,A,7,32,A,7,1002,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,15:00,687,1410,502,1,9,934,1,9,48,1,13,534,1,9,910,1,9,89,1,13,130,1,18,0,A,7,0,A,7,11.7,A,7,-3.9,A,7,34,A,7,1001,A,7,170,A,7,4.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,16:00,518,1410,353,1,9,852,1,9,41,1,13,377,1,9,798,1,9,82,1,13,107,1,18,1,A,7,0,A,7,11.7,A,7,-3.9,A,7,34,A,7,1001,A,7,190,A,7,5.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,17:00,298,1410,173,1,13,692,1,9,28,1,13,186,1,13,573,1,9,64,1,13,71,1,21,1,A,7,0,A,7,11.1,A,7,-3.9,A,7,35,A,7,1001,A,7,180,A,7,4.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,18:00,59,975,36,1,13,183,1,9,16,1,13,29,1,13,85,1,9,23,1,13,29,1,21,1,A,7,1,A,7,7.2,A,7,-3.9,A,7,46,A,7,1001,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,-3.9,A,7,46,A,7,1001,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-3.3,A,7,57,A,7,1001,A,7,220,A,7,2.1,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-3.3,A,7,67,A,7,1001,A,7,210,A,7,2.1,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,0,A,7,0.6,A,7,-3.9,A,7,73,A,7,1001,A,7,210,A,7,3.1,A,7,19300,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,0,A,7,1.1,A,7,-3.9,A,7,70,A,7,1001,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/29/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,0,A,7,1.1,A,7,-3.9,A,7,70,A,7,1000,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,1,A,7,2.2,A,7,-3.9,A,7,64,A,7,1001,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,1,A,7,1.1,A,7,-3.9,A,7,70,A,7,1000,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,2,A,7,0.6,A,7,-4.4,A,7,70,A,7,1000,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,2,A,7,1.7,A,7,-3.3,A,7,70,A,7,1000,A,7,210,A,7,4.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,2,A,7,3.3,A,7,-3.3,A,7,62,A,7,1000,A,7,220,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,2.8,A,7,-3.3,A,7,65,A,7,1000,A,7,220,A,7,5.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,1.7,A,7,-3.9,A,7,67,A,7,1000,A,7,220,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,08:00,45,834,28,1,13,55,1,9,22,1,13,26,1,13,17,1,9,26,1,13,40,1,21,6,A,7,2,A,7,1.1,A,7,-3.9,A,7,70,A,7,1001,A,7,220,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,09:00,277,1410,118,1,13,242,1,9,70,1,13,125,1,13,180,1,9,89,1,13,133,1,21,8,A,7,3,A,7,4.4,A,7,-2.2,A,7,62,A,7,1001,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,10:00,502,1410,292,1,13,535,1,9,101,1,13,300,1,13,490,1,9,125,1,13,188,1,21,7,A,7,3,A,7,8.3,A,7,-2.8,A,7,46,A,7,1001,A,7,220,A,7,5.7,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,11:00,677,1410,457,1,13,705,1,9,118,1,13,478,1,13,690,1,9,145,1,13,245,1,21,7,A,7,3,A,7,11.7,A,7,-2.2,A,7,38,A,7,1001,A,7,220,A,7,6.7,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,12:00,788,1410,401,1,13,384,1,9,186,1,13,427,1,13,391,1,9,207,1,13,417,1,21,8,A,7,4,A,7,13.9,A,7,-0.6,A,7,37,A,7,1001,A,7,220,A,7,7.7,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,13:00,829,1410,541,1,13,643,1,9,162,1,13,564,1,13,641,1,9,186,1,13,370,1,21,8,A,7,4,A,7,14.4,A,7,-0.6,A,7,36,A,7,1000,A,7,230,A,7,8.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,14:00,796,1410,507,1,13,586,1,9,176,1,13,544,1,13,598,1,9,205,1,13,395,1,21,9,A,7,4,A,7,15.0,A,7,-0.6,A,7,35,A,7,999,A,7,220,A,7,7.2,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,15:00,692,1410,391,1,13,426,1,9,182,1,13,410,1,13,425,1,9,201,1,13,385,1,21,9,A,7,4,A,7,15.6,A,7,0.0,A,7,35,A,7,998,A,7,240,A,7,9.3,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,16:00,524,1410,230,1,13,240,1,9,141,1,13,246,1,13,233,1,9,159,1,13,290,1,21,10,A,7,5,A,7,16.1,A,7,-0.6,A,7,32,A,7,998,A,7,210,A,7,6.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,17:00,303,1410,133,1,13,299,1,9,69,1,13,139,1,13,232,1,9,89,1,13,126,1,21,10,A,7,4,A,7,14.4,A,7,0.0,A,7,38,A,7,998,A,7,230,A,7,5.2,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,18:00,62,999,31,1,13,50,1,9,25,1,13,31,1,13,22,1,9,29,1,13,52,1,21,10,A,7,4,A,7,13.3,A,7,0.0,A,7,40,A,7,998,A,7,210,A,7,6.2,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,10.6,A,7,0.0,A,7,48,A,7,998,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,9.4,A,7,0.0,A,7,52,A,7,998,A,7,190,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,10.0,A,7,-0.6,A,7,48,A,7,999,A,7,190,A,7,2.6,A,7,24100,B,7,7620,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,7.8,A,7,-0.6,A,7,56,A,7,999,A,7,180,A,7,3.1,A,7,24100,B,7,7620,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,7.8,A,7,-1.1,A,7,54,A,7,999,A,7,180,A,7,3.1,A,7,24100,B,7,7620,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/30/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,8.9,A,7,-1.1,A,7,50,A,7,998,A,7,190,A,7,4.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,2,A,7,7.8,A,7,-1.7,A,7,52,A,7,999,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,7.2,A,7,-2.2,A,7,52,A,7,998,A,7,190,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,6.1,A,7,0.0,A,7,65,A,7,999,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,6.1,A,7,3.3,A,7,83,A,7,999,A,7,200,A,7,2.6,A,7,24100,B,7,1220,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,6.7,A,7,5.6,A,7,93,A,7,999,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,7,A,7,7.2,A,7,6.1,A,7,93,A,7,998,A,7,180,A,7,2.6,A,7,24100,B,7,1220,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,5.6,A,7,5.0,A,7,96,A,7,998,A,7,220,A,7,2.6,A,7,16100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,08:00,47,857,18,1,13,11,1,9,17,1,13,19,1,13,6,1,9,19,1,13,41,1,21,8,A,7,7,A,7,6.1,A,7,6.1,A,7,100,A,7,999,A,7,160,A,7,2.1,A,7,9700,B,7,1220,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,09:00,281,1409,98,1,13,169,1,9,64,1,13,104,1,13,127,1,9,79,1,13,119,1,21,7,A,7,7,A,7,8.9,A,7,7.2,A,7,89,A,7,999,A,7,240,A,7,2.1,A,7,11300,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +01/31/1988,10:00,506,1409,117,1,9,2,1,9,116,1,13,133,1,9,1,1,9,133,1,13,453,1,18,10,A,7,10,A,7,10.0,A,7,7.8,A,7,86,A,7,1000,A,7,240,A,7,2.6,A,7,11300,B,7,1220,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,11:00,682,1409,212,1,9,11,1,9,206,1,13,239,1,9,9,1,9,234,1,13,793,1,18,10,A,7,10,A,7,12.2,A,7,8.3,A,7,77,A,7,1000,A,7,200,A,7,3.1,A,7,11300,B,7,1370,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,12:00,793,1409,266,1,9,80,1,9,220,1,13,292,1,9,80,1,9,246,1,13,705,1,18,10,A,7,9,A,7,14.4,A,7,8.9,A,7,70,A,7,999,A,7,210,A,7,3.6,A,7,11300,B,7,1370,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,13:00,834,1409,418,1,13,358,1,9,206,1,13,457,1,13,381,1,9,231,1,13,493,1,21,7,A,7,6,A,7,17.2,A,7,10.0,A,7,63,A,7,998,A,7,220,A,7,5.7,A,7,11300,B,7,2440,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,14:00,802,1409,430,1,13,429,1,9,187,1,13,460,1,13,437,1,9,210,1,13,424,1,21,9,A,7,7,A,7,18.3,A,7,8.9,A,7,54,A,7,997,A,7,220,A,7,6.2,A,7,16100,B,7,3050,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,15:00,698,1409,249,1,9,79,1,9,210,1,13,274,1,9,79,1,9,235,1,13,627,1,18,10,A,7,9,A,7,17.8,A,7,7.8,A,7,52,A,7,996,A,7,220,A,7,6.7,A,7,16100,B,7,1220,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,16:00,529,1409,207,1,9,56,1,9,185,1,13,226,1,9,54,1,9,205,1,13,485,1,18,10,A,7,8,A,7,17.8,A,7,7.8,A,7,52,A,7,996,A,7,200,A,7,6.2,A,7,16100,B,7,3050,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,17:00,308,1409,117,1,13,52,1,9,106,1,13,128,1,13,44,1,9,119,1,13,249,1,21,10,A,7,8,A,7,16.7,A,7,7.8,A,7,56,A,7,996,A,7,190,A,7,4.6,A,7,24100,B,7,7620,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,18:00,66,1022,18,1,13,6,1,9,18,1,13,20,1,13,3,1,9,20,1,13,45,1,21,10,A,7,8,A,7,15.6,A,7,8.3,A,7,62,A,7,996,A,7,180,A,7,4.6,A,7,24100,B,7,7620,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,14.4,A,7,7.8,A,7,65,A,7,996,A,7,190,A,7,3.1,A,7,24100,B,7,1220,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.9,A,7,7.8,A,7,67,A,7,996,A,7,180,A,7,3.1,A,7,24100,B,7,1220,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,8.3,A,7,67,A,7,996,A,7,210,A,7,3.1,A,7,24100,B,7,1220,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.1,A,7,5.6,A,7,80,A,7,996,A,7,200,A,7,3.2,A,7,16100,B,7,910,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +01/31/1988,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.8,A,7,2.9,A,7,93,A,7,996,A,7,190,A,7,3.2,A,7,16100,B,7,400,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +01/31/1988,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.5,A,7,0.2,A,7,93,A,7,996,A,7,190,A,7,3.3,A,7,16100,B,7,610,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +02/01/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,5.2,A,7,-2.4,A,7,49,A,7,987,A,7,60,A,7,3.4,A,7,16000,B,7,1402,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,2.9,A,7,-5.1,A,7,42,A,7,987,A,7,60,A,7,3.5,A,7,16000,B,7,1402,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,0.6,A,7,-7.8,A,7,42,A,7,987,A,7,60,A,7,3.5,A,7,16000,B,7,1402,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.7,A,7,-10.6,A,7,46,A,7,987,A,7,60,A,7,3.6,A,7,16000,B,7,1341,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.7,A,7,-9.4,A,7,52,A,7,988,A,7,70,A,7,4.1,A,7,16000,B,7,1341,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.7,A,7,-7.8,A,7,59,A,7,988,A,7,90,A,7,3.6,A,7,16000,B,7,945,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.7,A,7,-6.7,A,7,65,A,7,989,A,7,90,A,7,2.6,A,7,16000,B,7,610,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,08:00,49,881,6,1,10,0,1,16,6,1,10,7,1,10,0,1,16,7,1,10,24,1,21,10,E,9,10,E,9,-1.7,A,7,-7.2,A,7,63,A,7,989,A,7,90,A,7,3.6,A,7,16000,B,7,610,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,09:00,285,1409,53,1,24,0,1,27,53,1,24,61,1,24,0,1,27,61,1,24,198,1,43,10,E,9,10,A,7,-1.7,A,7,-7.8,A,7,59,A,7,989,A,7,100,A,7,4.1,A,7,16000,B,7,671,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,10:00,511,1409,106,1,24,0,1,27,106,1,24,122,1,24,0,1,27,122,1,24,425,1,43,10,E,9,10,A,7,-1.7,A,7,-8.3,A,7,57,A,7,990,A,7,90,A,7,4.6,A,7,16000,B,7,792,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,11:00,687,1409,149,1,24,0,1,27,149,1,24,173,1,24,0,1,27,173,1,24,634,1,43,10,E,9,10,A,7,-1.7,A,7,-8.3,A,7,57,A,7,990,A,7,80,A,7,2.6,A,7,16000,B,7,1402,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,12:00,799,1409,177,1,24,0,1,27,177,1,24,207,1,24,0,1,27,207,1,24,780,1,43,10,E,9,10,A,7,-1.7,A,7,-8.9,A,7,54,A,7,990,A,7,100,A,7,2.6,A,7,16000,B,7,1006,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,13:00,840,1409,187,1,24,0,1,27,187,1,24,219,1,24,0,1,27,219,1,24,835,1,43,10,E,9,10,A,7,-1.1,A,7,-8.9,A,7,51,A,7,989,A,7,90,A,7,3.1,A,7,16000,B,7,1006,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,14:00,807,1409,179,1,10,0,1,16,179,1,10,209,1,10,0,1,16,209,1,10,791,1,21,10,E,9,10,E,9,-1.1,A,7,-8.9,A,7,51,A,7,988,A,7,110,A,7,2.6,A,7,16000,B,7,1006,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,15:00,703,1409,153,1,10,0,1,16,153,1,10,178,1,10,0,1,16,178,1,10,655,1,21,10,E,9,10,E,9,-1.1,A,7,-8.9,A,7,51,A,7,988,A,7,130,A,7,3.1,A,7,16000,B,7,701,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,16:00,535,1409,112,1,11,0,1,16,112,1,11,129,1,11,0,1,16,129,1,11,453,1,22,10,B,8,10,B,8,-1.1,A,7,-7.8,A,7,57,A,7,988,A,7,150,A,7,3.1,A,7,16000,B,7,701,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,17:00,314,1409,59,1,10,0,1,16,59,1,10,68,1,10,0,1,16,68,1,10,222,1,21,10,E,9,10,E,9,-1.1,A,7,-7.8,A,7,57,A,7,988,A,7,100,A,7,1.5,A,7,16000,B,7,701,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,18:00,69,1045,9,1,10,0,1,16,9,1,10,11,1,10,0,1,16,11,1,10,35,1,21,10,E,9,10,E,9,-1.1,A,7,-7.8,A,7,57,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,762,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.1,A,7,-7.8,A,7,57,A,7,989,A,7,130,A,7,1.5,A,7,16000,B,7,701,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-1.1,A,7,-7.8,A,7,57,A,7,989,A,7,120,A,7,2.6,A,7,16000,B,7,701,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.7,A,7,-7.2,A,7,63,A,7,989,A,7,120,A,7,2.6,A,7,16000,B,7,640,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.7,A,7,-7.2,A,7,63,A,7,988,A,7,130,A,7,4.1,A,7,16000,B,7,579,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.7,A,7,-7.2,A,7,63,A,7,988,A,7,110,A,7,3.6,A,7,16000,B,7,579,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/01/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.7,A,7,-7.2,A,7,63,A,7,989,A,7,150,A,7,2.1,A,7,16000,B,7,579,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/02/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-2.8,A,7,-5.6,A,7,79,A,7,989,A,7,10,A,7,1.5,A,7,8000,B,7,579,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/02/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-3.3,A,7,-4.4,A,7,91,A,7,988,A,7,50,A,7,3.1,A,7,8000,B,7,823,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-3.3,A,7,-4.4,A,7,91,A,7,987,A,7,50,A,7,2.1,A,7,16000,B,7,762,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/02/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-2.8,A,7,-3.3,A,7,96,A,7,987,A,7,50,A,7,3.1,A,7,4800,B,7,213,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-2.8,A,7,-3.3,A,7,96,A,7,988,A,7,50,A,7,2.1,A,7,6400,B,7,152,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-1.7,A,7,-2.2,A,7,96,A,7,987,A,7,50,A,7,2.1,A,7,5600,B,7,152,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-1.1,A,7,-1.7,A,7,95,A,7,987,A,7,60,A,7,4.6,A,7,8000,B,7,366,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,08:00,51,904,6,1,24,0,1,27,6,1,24,7,1,24,0,1,27,7,1,24,24,1,43,10,E,9,10,A,7,-0.6,A,7,-1.1,A,7,96,A,7,988,A,7,80,A,7,5.2,A,7,4000,B,7,213,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,09:00,289,1408,57,1,24,0,1,27,57,1,24,65,1,24,0,1,27,65,1,24,210,1,43,10,E,9,10,A,7,-0.6,A,7,-1.7,A,7,91,A,7,988,A,7,60,A,7,4.6,A,7,4000,B,7,518,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,10:00,516,1408,92,1,24,0,1,27,92,1,24,107,1,24,0,1,27,107,1,24,382,1,43,10,E,9,10,A,7,-0.6,A,7,-1.1,A,7,96,A,7,988,A,7,80,A,7,4.6,A,7,4000,B,7,213,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,11:00,691,1408,128,1,24,0,1,27,128,1,24,150,1,24,0,1,27,150,1,24,565,1,43,10,E,9,10,A,7,-0.6,A,7,-1.1,A,7,96,A,7,989,A,7,0,A,7,0.0,A,7,4000,B,7,396,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,12:00,804,1408,152,1,24,0,1,27,152,1,24,180,1,24,0,1,27,180,1,24,695,1,43,10,E,9,10,A,7,0.0,A,7,-0.6,A,7,95,A,7,988,A,7,0,A,7,0.0,A,7,800,B,7,213,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,13:00,845,1408,134,1,24,0,1,27,134,1,24,161,1,24,0,1,27,161,1,24,639,1,43,10,E,9,10,A,7,0.0,A,7,-1.1,A,7,91,A,7,985,A,7,30,A,7,4.1,A,7,3200,B,7,152,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,14:00,813,1408,128,1,10,0,1,16,128,1,10,154,1,10,0,1,16,154,1,10,606,1,21,10,E,9,10,E,9,0.0,A,7,-0.6,A,7,95,A,7,984,A,7,80,A,7,3.1,A,7,3200,B,7,183,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,15:00,709,1408,110,1,10,0,1,16,110,1,10,131,1,10,0,1,16,131,1,10,504,1,21,10,E,9,10,E,9,0.0,A,7,-0.6,A,7,95,A,7,984,A,7,60,A,7,5.2,A,7,3200,B,7,183,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,16:00,540,1408,97,1,24,0,1,27,97,1,24,113,1,24,0,1,27,113,1,24,407,1,43,10,E,9,10,A,7,0.0,A,7,-1.1,A,7,91,A,7,984,A,7,50,A,7,5.2,A,7,1600,B,7,244,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,17:00,319,1408,44,1,10,0,1,16,44,1,10,52,1,10,0,1,16,52,1,10,176,1,21,10,E,9,10,E,9,-1.1,A,7,-1.7,A,7,95,A,7,985,A,7,50,A,7,6.2,A,7,800,B,7,183,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,18:00,73,1068,11,1,10,0,1,16,11,1,10,13,1,10,0,1,16,13,1,10,42,1,21,10,E,9,10,E,9,-1.7,A,7,-2.2,A,7,96,A,7,984,A,7,50,A,7,5.2,A,7,1600,B,7,671,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-2.2,A,7,-2.8,A,7,95,A,7,983,A,7,50,A,7,6.2,A,7,1600,B,7,366,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/02/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-2.8,A,7,-3.9,A,7,91,A,7,983,A,7,60,A,7,7.2,A,7,8000,B,7,457,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/02/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-3.9,A,7,-5.0,A,7,91,A,7,983,A,7,60,A,7,8.2,A,7,2800,B,7,701,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/02/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-4.4,A,7,-16.7,A,7,33,A,7,983,A,7,50,A,7,7.7,A,7,4800,B,7,975,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/02/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-5.0,A,7,-11.6,B,8,56,A,7,983,A,7,40,A,7,7.7,A,7,4000,B,7,762,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/02/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-5.0,A,7,-6.7,A,7,86,A,7,982,A,7,40,A,7,7.7,A,7,5600,B,7,1067,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-5.6,A,7,-6.7,A,7,91,A,7,983,A,7,50,A,7,7.7,A,7,6400,B,7,762,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/03/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-5.6,A,7,-6.7,A,7,91,A,7,983,A,7,30,A,7,4.6,A,7,16000,B,7,1067,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-5.6,A,7,-6.7,A,7,91,A,7,983,A,7,30,A,7,5.7,A,7,11200,B,7,274,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-6.1,A,7,-6.7,A,7,95,A,7,982,A,7,50,A,7,5.2,A,7,8000,B,7,274,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/03/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-6.1,A,7,-7.8,A,7,86,A,7,984,A,7,30,A,7,6.2,A,7,11200,B,7,427,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-6.7,A,7,-7.8,A,7,91,A,7,984,A,7,60,A,7,6.7,A,7,16000,B,7,335,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-6.7,A,7,-7.8,A,7,91,A,7,985,A,7,50,A,7,5.7,A,7,16000,B,7,335,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,08:00,53,927,7,1,10,0,1,16,7,1,10,9,1,10,0,1,16,9,1,10,27,1,21,10,E,9,10,E,9,-6.7,A,7,-8.3,A,7,87,A,7,986,A,7,30,A,7,4.6,A,7,16000,B,7,1676,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,09:00,293,1408,53,1,24,0,1,27,53,1,24,61,1,24,0,1,27,61,1,24,200,1,43,10,E,9,10,A,7,-6.1,A,7,-8.3,A,7,83,A,7,987,A,7,30,A,7,5.2,A,7,16000,B,7,1311,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,10:00,520,1408,107,1,10,0,1,16,107,1,10,123,1,10,0,1,16,123,1,10,432,1,21,10,E,9,10,E,9,-5.6,A,7,-7.8,A,7,83,A,7,988,A,7,50,A,7,5.2,A,7,16000,B,7,1311,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,11:00,696,1408,150,1,24,0,1,27,150,1,24,174,1,24,0,1,27,174,1,24,642,1,43,10,E,9,10,A,7,-5.6,A,7,-7.8,A,7,83,A,7,988,A,7,10,A,7,4.6,A,7,16000,B,7,518,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,12:00,809,1408,178,1,10,0,1,16,178,1,10,208,1,10,0,1,16,208,1,10,789,1,21,10,E,9,10,E,9,-5.6,A,7,-7.8,A,7,83,A,7,987,A,7,30,A,7,5.2,A,7,16000,B,7,488,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,13:00,851,1408,189,1,24,0,1,27,189,1,24,221,1,24,0,1,27,221,1,24,847,1,43,10,E,9,10,A,7,-5.6,A,7,-8.3,A,7,79,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,1128,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,14:00,818,1408,181,1,25,0,1,28,181,1,25,212,1,25,0,1,28,212,1,25,804,1,45,10,B,8,10,B,8,-5.6,A,7,-7.8,A,7,83,A,7,987,A,7,30,A,7,4.6,A,7,16000,B,7,1067,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/03/1996,15:00,714,1408,155,1,25,0,1,28,155,1,25,180,1,25,0,1,28,180,1,25,667,1,45,10,B,8,10,B,8,-5.6,A,7,-7.2,A,7,87,A,7,987,A,7,40,A,7,5.2,A,7,8000,B,7,457,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/03/1996,16:00,546,1408,113,1,25,0,1,28,113,1,25,130,1,25,0,1,28,130,1,25,460,1,45,10,B,8,10,B,8,-5.6,A,7,-7.8,A,7,83,A,7,987,A,7,40,A,7,4.1,A,7,16000,B,7,1189,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/03/1996,17:00,324,1408,60,1,25,0,1,28,60,1,25,69,1,25,0,1,28,69,1,25,228,1,45,10,B,8,10,B,8,-5.6,A,7,-7.8,A,7,83,A,7,988,A,7,50,A,7,4.1,A,7,16000,B,7,1067,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,71,C,8 +02/03/1996,18:00,77,1091,10,1,10,0,1,16,10,1,10,12,1,10,0,1,16,12,1,10,39,1,21,10,E,9,10,E,9,-5.6,A,7,-7.2,A,7,87,A,7,989,A,7,50,A,7,4.1,A,7,11200,B,7,1128,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,71,C,8 +02/03/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-5.6,A,7,-7.2,A,7,87,A,7,990,A,7,360,A,7,2.6,A,7,11200,B,7,579,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,71,C,8 +02/03/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-6.7,A,7,-8.3,A,7,87,A,7,990,A,7,10,A,7,2.6,A,7,11200,B,7,1372,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-7.2,A,7,-9.4,A,7,82,A,7,990,A,7,30,A,7,3.1,A,7,11200,B,7,1676,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-7.2,A,7,-9.4,A,7,82,A,7,990,A,7,20,A,7,2.6,A,7,16000,B,7,2134,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-7.8,A,7,-10.6,A,7,78,A,7,991,A,7,360,A,7,4.1,A,7,16000,B,7,1372,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/03/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-8.3,A,7,-11.1,A,7,78,A,7,990,A,7,20,A,7,3.6,A,7,16000,B,7,1981,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-8.9,A,7,-11.7,A,7,78,A,7,991,A,7,350,A,7,3.1,A,7,16000,B,7,1524,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,71,C,8 +02/04/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-9.4,A,7,-12.2,A,7,78,A,7,991,A,7,360,A,7,3.1,A,7,4800,B,7,1341,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,71,C,8 +02/04/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-10.0,A,7,-12.8,A,7,78,A,7,992,A,7,360,A,7,3.1,A,7,5600,B,7,1128,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,71,C,8 +02/04/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-10.6,A,7,-12.8,A,7,82,A,7,993,A,7,10,A,7,3.6,A,7,4000,B,7,1311,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/04/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-11.7,A,7,-13.3,A,7,87,A,7,993,A,7,350,A,7,2.6,A,7,16000,B,7,1372,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-12.2,A,7,-15.0,A,7,77,A,7,994,A,7,10,A,7,4.1,A,7,16000,B,7,1402,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,E,9,4,E,9,-12.8,A,7,-15.6,A,7,77,A,7,995,A,7,340,A,7,2.1,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,08:00,56,927,21,1,11,156,1,16,11,1,11,22,1,11,74,1,16,17,1,11,21,1,22,4,B,8,4,B,8,-12.8,A,7,-16.1,A,7,74,A,7,995,A,7,360,A,7,2.1,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,09:00,298,1408,152,1,11,370,1,16,74,1,11,158,1,11,285,1,16,97,1,11,136,1,22,5,B,8,5,B,8,-11.7,A,7,-16.1,A,7,67,A,7,996,A,7,10,A,7,3.1,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,10:00,525,1408,250,1,11,322,1,16,130,1,11,269,1,11,313,1,16,152,1,11,263,1,22,6,B,8,6,B,8,-10.6,A,7,-15.0,A,7,67,A,7,997,A,7,20,A,7,3.1,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,11:00,701,1408,294,1,11,313,1,16,137,1,11,317,1,11,314,1,16,160,1,11,283,1,22,6,B,8,6,B,8,-10.0,A,7,-15.0,A,7,64,A,7,997,A,7,10,A,7,3.6,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,12:00,814,1408,477,1,11,440,1,16,222,1,11,501,1,11,448,1,16,240,1,11,517,1,22,7,B,8,7,B,8,-8.9,A,7,-14.4,A,7,61,A,7,997,A,7,10,A,7,4.1,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,13:00,856,1408,515,1,10,536,1,16,188,1,10,553,1,10,551,1,16,217,1,10,446,1,21,8,E,9,8,E,9,-8.9,A,7,-13.9,A,7,64,A,7,996,A,7,340,A,7,4.6,A,7,16000,B,7,792,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,14:00,824,1408,188,1,10,0,1,16,188,1,10,219,1,10,0,1,16,219,1,10,830,1,21,10,E,9,10,E,9,-7.8,A,7,-12.2,A,7,68,A,7,996,A,7,320,A,7,6.2,A,7,16000,B,7,732,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,15:00,720,1408,163,1,10,0,1,16,163,1,10,189,1,10,0,1,16,189,1,10,696,1,21,10,E,9,10,E,9,-8.9,A,7,-11.7,A,7,78,A,7,996,A,7,330,A,7,3.6,A,7,3200,B,7,792,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,71,C,8 +02/04/1996,16:00,551,1408,122,1,10,0,1,16,122,1,10,140,1,10,0,1,16,140,1,10,490,1,21,10,E,9,10,E,9,-7.8,A,7,-12.8,A,7,64,A,7,997,A,7,300,A,7,4.1,A,7,16000,B,7,945,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,17:00,329,1408,68,1,10,0,1,16,68,1,10,77,1,10,0,1,16,77,1,10,252,1,21,10,E,9,10,E,9,-8.3,A,7,-11.7,A,7,74,A,7,997,A,7,300,A,7,4.6,A,7,11200,B,7,975,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,18:00,80,1114,13,1,10,0,1,16,13,1,10,15,1,10,0,1,16,15,1,10,49,1,21,10,E,9,10,E,9,-8.3,A,7,-11.1,A,7,78,A,7,998,A,7,350,A,7,3.6,A,7,8000,B,7,823,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,71,C,8 +02/04/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,E,9,-10.0,A,7,-13.3,A,7,74,A,7,999,A,7,330,A,7,2.6,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-11.1,A,7,-15.0,A,7,70,A,7,1000,A,7,310,A,7,2.6,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-11.7,A,7,-16.7,A,7,63,A,7,1001,A,7,320,A,7,4.1,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-12.2,A,7,-17.2,A,7,63,A,7,1001,A,7,310,A,7,5.2,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-13.3,A,7,-17.2,A,7,70,A,7,1002,A,7,310,A,7,3.1,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/04/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-13.9,A,7,-17.2,A,7,74,A,7,1002,A,7,320,A,7,3.6,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,E,9,-14.4,A,7,-17.8,A,7,73,A,7,1002,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-14.4,A,7,-18.3,A,7,70,A,7,1002,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-15.0,A,7,-18.3,A,7,73,A,7,1002,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-15.6,A,7,-18.3,A,7,78,A,7,1002,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-16.7,A,7,-18.3,A,7,86,A,7,1002,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-16.7,A,7,-18.9,A,7,81,A,7,1003,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,E,9,-16.7,A,7,-18.9,A,7,81,A,7,1004,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,08:00,59,950,20,1,11,136,1,16,11,1,11,21,1,11,65,1,16,17,1,11,21,1,22,0,B,8,0,B,8,-16.1,A,7,-18.3,A,7,81,A,7,1004,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,09:00,302,1407,166,1,11,576,1,16,42,1,11,170,1,11,467,1,16,69,1,11,81,1,22,0,B,8,0,B,8,-13.3,A,7,-17.2,A,7,70,A,7,1004,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,10:00,530,1407,350,1,11,767,1,16,61,1,11,368,1,11,723,1,16,95,1,11,128,1,22,0,B,8,0,B,8,-11.7,A,7,-16.1,A,7,67,A,7,1004,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,11:00,707,1407,499,1,11,842,1,16,76,1,11,532,1,11,830,1,16,113,1,11,171,1,22,0,B,8,0,B,8,-10.6,A,7,-15.0,A,7,67,A,7,1004,A,7,230,A,7,2.1,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,12:00,820,1407,572,1,11,837,1,16,84,1,11,597,1,11,826,1,16,114,1,11,184,1,22,0,B,8,0,B,8,-8.9,A,7,-13.9,A,7,64,A,7,1003,A,7,260,A,7,3.1,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,13:00,862,1407,634,1,10,892,1,16,88,1,10,662,1,10,883,1,16,119,1,10,196,1,21,0,E,9,0,E,9,-7.8,A,7,-12.2,A,7,68,A,7,1002,A,7,260,A,7,3.1,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,14:00,830,1407,473,1,10,234,1,16,335,1,10,509,1,10,243,1,16,365,1,10,898,1,21,7,E,9,7,E,9,-6.7,A,7,-10.6,A,7,71,A,7,1001,A,7,250,A,7,3.6,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,15:00,726,1407,343,1,10,336,1,16,169,1,10,374,1,10,351,1,16,192,1,10,371,1,21,8,E,9,7,E,9,-6.1,A,7,-9.4,A,7,75,A,7,1000,A,7,260,A,7,3.6,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,16:00,557,1407,320,1,24,530,1,27,110,1,24,330,1,24,498,1,27,132,1,24,210,1,43,3,E,9,3,A,7,-6.1,A,7,-8.9,A,7,78,A,7,999,A,7,260,A,7,3.1,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,17:00,335,1407,183,1,24,579,1,27,45,1,24,188,1,24,485,1,27,72,1,24,88,1,43,2,E,9,2,A,7,-5.6,A,7,-8.3,A,7,79,A,7,999,A,7,250,A,7,3.6,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,18:00,84,1137,30,1,25,191,1,28,16,1,25,32,1,25,98,1,28,25,1,25,30,1,45,1,B,8,1,B,8,-6.1,A,7,-8.3,A,7,83,A,7,999,A,7,240,A,7,3.1,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,A,7,-6.7,A,7,-8.3,A,7,87,A,7,999,A,7,240,A,7,4.1,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-7.8,A,7,-8.9,A,7,91,A,7,999,A,7,250,A,7,2.1,A,7,11200,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-7.8,A,7,-8.9,A,7,91,A,7,999,A,7,230,A,7,2.1,A,7,11200,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-8.3,A,7,-9.4,A,7,91,A,7,999,A,7,240,A,7,2.6,A,7,11200,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-8.3,A,7,-9.4,A,7,91,A,7,999,A,7,220,A,7,1.5,A,7,11200,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/05/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-8.3,A,7,-10.0,A,7,86,A,7,998,A,7,250,A,7,2.1,A,7,11200,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,A,7,-9.4,A,7,-10.0,A,7,95,A,7,998,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-8.9,A,7,-10.0,A,7,91,A,7,998,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-8.3,A,7,-10.0,A,7,86,A,7,998,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-9.4,A,7,-10.6,A,7,90,A,7,999,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-10.6,A,7,-11.7,A,7,91,A,7,999,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-8.9,A,7,-10.0,A,7,91,A,7,1000,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,A,7,-9.4,A,7,-11.1,A,7,86,A,7,1000,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/06/1996,08:00,61,973,23,1,25,209,1,28,10,1,25,25,1,25,116,1,28,18,1,25,23,1,45,0,B,8,0,B,8,-9.4,A,7,-11.1,A,7,86,A,7,1001,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/06/1996,09:00,307,1407,177,1,25,653,1,28,35,1,25,188,1,25,544,1,28,69,1,25,77,1,45,0,B,8,0,B,8,-6.1,A,7,-10.0,A,7,71,A,7,1002,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,10:00,535,1407,364,1,25,825,1,28,50,1,25,384,1,25,776,1,28,88,1,25,118,1,45,0,B,8,0,B,8,-3.3,A,7,-8.3,A,7,65,A,7,1002,A,7,250,A,7,1.5,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,11:00,712,1407,519,1,25,901,1,28,62,1,25,546,1,25,879,1,28,99,1,25,150,1,45,0,B,8,0,B,8,-2.2,A,7,-9.4,A,7,54,A,7,1002,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,12:00,825,1407,620,1,25,937,1,28,70,1,25,651,1,25,926,1,28,106,1,25,174,1,45,0,B,8,0,B,8,-1.1,A,7,-8.3,A,7,54,A,7,1002,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,13:00,867,1407,658,1,24,948,1,27,73,1,24,690,1,24,940,1,27,108,1,24,185,1,43,0,E,9,0,A,7,-1.1,A,7,-6.7,A,7,62,A,7,1001,A,7,270,A,7,1.5,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,14:00,835,1407,628,1,25,939,1,28,70,1,25,659,1,25,929,1,28,106,1,25,176,1,45,0,B,8,0,B,8,-0.6,A,7,-6.7,A,7,60,A,7,1000,A,7,120,A,7,1.5,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,15:00,731,1407,535,1,25,907,1,28,64,1,25,564,1,25,888,1,28,101,1,25,154,1,45,0,B,8,0,B,8,0.6,A,7,-6.1,A,7,57,A,7,1000,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,16:00,562,1407,387,1,25,837,1,28,52,1,25,408,1,25,793,1,28,90,1,25,123,1,45,0,B,8,0,B,8,0.6,A,7,-5.0,A,7,63,A,7,999,A,7,230,A,7,2.1,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,17:00,340,1407,203,1,25,684,1,28,37,1,25,214,1,25,585,1,28,72,1,25,84,1,45,0,B,8,0,B,8,0.6,A,7,-4.4,A,7,66,A,7,1000,A,7,260,A,7,2.1,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,18:00,88,1161,36,1,25,280,1,28,15,1,25,39,1,25,163,1,28,26,1,25,31,1,45,0,B,8,0,B,8,0.0,A,7,-3.9,A,7,72,A,7,1000,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,E,9,-1.7,A,7,-2.8,A,7,91,A,7,1000,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,B,8,1,B,8,-2.2,A,7,-3.9,A,7,87,A,7,999,A,7,160,A,7,1.5,A,7,11200,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,B,8,2,B,8,-2.2,A,7,-3.3,A,7,91,A,7,1000,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/06/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,B,8,2,B,8,-3.9,A,7,-4.4,A,7,96,A,7,1000,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/06/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,B,8,3,B,8,-5.0,A,7,-5.6,A,7,95,A,7,999,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/06/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,E,9,4,E,9,-3.9,A,7,-4.4,A,7,96,A,7,999,A,7,180,A,7,1.5,A,7,5600,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/07/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,E,9,3,E,9,-3.9,A,7,-5.0,A,7,91,A,7,998,A,7,190,A,7,2.6,A,7,8000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/07/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,B,8,4,B,8,-3.9,A,7,-6.1,A,7,83,A,7,997,A,7,180,A,7,3.6,A,7,8000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/07/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,B,8,6,B,8,-3.9,A,7,-6.1,A,7,83,A,7,997,A,7,200,A,7,3.6,A,7,11200,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/07/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,B,8,7,B,8,-4.4,A,7,-6.7,A,7,82,A,7,997,A,7,210,A,7,3.1,A,7,8000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/07/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,B,8,9,B,8,-5.6,A,7,-6.7,A,7,91,A,7,997,A,7,180,A,7,2.1,A,7,8000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/07/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-4.4,A,7,-6.1,A,7,86,A,7,997,A,7,0,A,7,0.0,A,7,8000,B,7,1341,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/07/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-4.4,A,7,-6.1,A,7,86,A,7,997,A,7,0,A,7,0.0,A,7,8000,B,7,1280,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/07/1996,08:00,64,996,9,1,10,0,1,16,9,1,10,11,1,10,0,1,16,11,1,10,35,1,21,10,E,9,10,E,9,-3.9,A,7,-5.6,A,7,86,A,7,997,A,7,0,A,7,0.0,A,7,4800,B,7,1402,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/07/1996,09:00,311,1406,122,1,24,47,1,27,111,1,24,133,1,24,40,1,27,124,1,24,258,1,43,9,E,9,9,A,7,-2.8,A,7,-5.6,A,7,79,A,7,998,A,7,220,A,7,2.6,A,7,6400,B,7,1189,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +02/07/1996,10:00,540,1406,220,1,25,155,1,28,161,1,25,240,1,25,151,1,28,182,1,25,374,1,45,8,B,8,8,B,8,-1.1,A,7,-3.9,A,7,79,A,7,998,A,7,220,A,7,3.6,A,7,8000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +02/07/1996,11:00,717,1406,401,1,25,287,1,28,255,1,25,424,1,25,298,1,28,271,1,25,608,1,45,7,B,8,7,B,8,0.6,A,7,-3.9,A,7,69,A,7,997,A,7,210,A,7,5.2,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/07/1996,12:00,831,1406,426,1,25,280,1,28,261,1,25,457,1,25,297,1,28,281,1,25,652,1,45,7,B,8,6,B,8,1.7,A,7,-2.8,A,7,70,A,7,995,A,7,200,A,7,4.1,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/07/1996,13:00,873,1406,437,1,10,526,1,16,110,1,10,471,1,10,537,1,16,137,1,10,279,1,21,6,E,9,5,E,9,2.8,A,7,-2.2,A,7,68,A,7,994,A,7,220,A,7,3.6,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/07/1996,14:00,841,1406,450,1,11,442,1,16,185,1,11,483,1,11,454,1,16,211,1,11,433,1,22,6,B,8,6,B,8,4.4,A,7,-1.1,A,7,67,A,7,993,A,7,260,A,7,3.1,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/07/1996,15:00,737,1406,387,1,10,276,1,16,242,1,10,411,1,10,288,1,16,260,1,10,573,1,21,7,E,9,6,E,9,5.6,A,7,-0.6,A,7,64,A,7,992,A,7,240,A,7,3.6,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/07/1996,16:00,568,1406,113,1,24,0,1,27,113,1,24,131,1,24,0,1,27,131,1,24,469,1,43,10,E,9,10,A,7,5.6,A,7,-1.1,A,7,61,A,7,992,A,7,240,A,7,3.6,A,7,16000,B,7,1524,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/07/1996,17:00,345,1406,60,1,10,0,1,16,60,1,10,69,1,10,0,1,16,69,1,10,233,1,21,10,E,9,10,E,9,5.0,A,7,-0.6,A,7,67,A,7,991,A,7,320,A,7,2.6,A,7,16000,B,7,1829,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/07/1996,18:00,92,1184,13,1,10,0,1,16,13,1,10,15,1,10,0,1,16,15,1,10,49,1,21,10,E,9,10,E,9,2.8,A,7,-0.6,A,7,78,A,7,991,A,7,310,A,7,2.6,A,7,16000,B,7,1676,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/07/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,3.3,A,7,-0.6,A,7,75,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,1829,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/07/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,E,9,9,A,7,3.3,A,7,0.0,A,7,79,A,7,991,A,7,180,A,7,1.5,A,7,16000,B,7,2286,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/07/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,2.2,A,7,0.0,A,7,85,A,7,991,A,7,240,A,7,2.1,A,7,11200,B,7,2134,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/07/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,3.9,A,7,-1.1,A,7,69,A,7,991,A,7,250,A,7,4.1,A,7,16000,B,7,1524,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/07/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,2.8,A,7,0.6,A,7,85,A,7,991,A,7,240,A,7,4.1,A,7,11200,B,7,1463,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/07/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,2.8,A,7,1.1,A,7,89,A,7,990,A,7,240,A,7,4.6,A,7,11200,B,7,1676,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/08/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,2.8,A,7,1.1,A,7,89,A,7,989,A,7,240,A,7,4.6,A,7,16000,B,7,2438,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/08/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,2.8,A,7,1.1,A,7,89,A,7,989,A,7,240,A,7,4.1,A,7,16000,B,7,2896,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,2.8,A,7,1.1,A,7,89,A,7,988,A,7,230,A,7,4.6,A,7,16000,B,7,1524,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,2.8,A,7,1.1,A,7,89,A,7,988,A,7,240,A,7,4.6,A,7,16000,B,7,1402,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,E,9,9,A,7,3.3,A,7,0.6,A,7,82,A,7,987,A,7,240,A,7,5.2,A,7,16000,B,7,3048,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,3.3,A,7,0.6,A,7,82,A,7,987,A,7,240,A,7,4.1,A,7,16000,B,7,2438,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,3.3,A,7,0.6,A,7,82,A,7,987,A,7,240,A,7,5.2,A,7,16000,B,7,1981,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,08:00,67,1019,16,1,25,40,1,28,14,1,25,19,1,25,15,1,28,18,1,25,23,1,45,7,B,8,7,B,8,3.9,A,7,0.0,A,7,76,A,7,986,A,7,240,A,7,5.2,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,09:00,316,1406,126,1,24,234,1,27,73,1,24,134,1,24,187,1,27,92,1,24,137,1,43,3,E,9,3,A,7,4.4,A,7,0.0,A,7,73,A,7,986,A,7,240,A,7,5.2,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,10:00,545,1406,254,1,25,220,1,28,169,1,25,276,1,25,215,1,28,193,1,25,394,1,45,6,B,8,6,B,8,6.7,A,7,0.6,A,7,65,A,7,985,A,7,240,A,7,6.2,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,11:00,722,1406,274,1,24,167,1,27,188,1,24,302,1,24,173,1,27,213,1,24,473,1,43,9,E,9,9,A,7,6.7,A,7,0.0,A,7,62,A,7,985,A,7,240,A,7,5.7,A,7,16000,B,7,2743,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,12:00,836,1406,338,1,24,76,1,27,292,1,24,371,1,24,77,1,27,324,1,24,916,1,43,9,E,9,9,A,7,8.3,A,7,0.6,A,7,58,A,7,984,A,7,250,A,7,5.7,A,7,16000,B,7,2743,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,13:00,879,1406,357,1,24,153,1,27,261,1,24,392,1,24,161,1,27,291,1,24,724,1,43,8,E,9,8,A,7,8.9,A,7,1.1,A,7,58,A,7,983,A,7,250,A,7,6.2,A,7,16000,B,7,2591,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,14:00,847,1406,176,1,24,0,1,27,176,1,24,207,1,24,0,1,27,207,1,24,800,1,43,10,E,9,10,A,7,9.4,A,7,1.7,A,7,59,A,7,982,A,7,240,A,7,6.2,A,7,16000,B,7,2438,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,15:00,742,1406,458,1,24,620,1,27,131,1,24,481,1,24,614,1,27,155,1,24,284,1,43,3,E,9,3,A,7,9.4,A,7,2.2,A,7,61,A,7,981,A,7,230,A,7,5.2,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,16:00,573,1406,238,1,25,268,1,28,129,1,25,259,1,25,267,1,28,149,1,25,261,1,45,3,B,8,3,B,8,9.4,A,7,3.3,A,7,66,A,7,980,A,7,270,A,7,3.6,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,17:00,350,1406,199,1,25,448,1,28,87,1,25,206,1,25,370,1,28,114,1,25,161,1,45,4,B,8,4,B,8,11.1,A,7,5.0,A,7,66,A,7,979,A,7,240,A,7,7.7,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,18:00,96,1207,23,1,25,36,1,28,20,1,25,26,1,25,18,1,28,24,1,25,41,1,45,4,B,8,4,B,8,11.1,A,7,6.1,A,7,71,A,7,979,A,7,240,A,7,6.7,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,E,9,4,A,7,10.6,A,7,6.7,A,7,77,A,7,978,A,7,240,A,7,6.7,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,B,8,7,B,8,11.1,A,7,7.2,A,7,77,A,7,977,A,7,240,A,7,7.2,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,11.1,A,7,7.2,A,7,77,A,7,977,A,7,240,A,7,6.7,A,7,16000,B,7,2134,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/08/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,11.7,A,7,7.2,A,7,74,A,7,978,A,7,250,A,7,6.7,A,7,16000,B,7,945,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/08/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,10.6,A,7,7.8,A,7,83,A,7,977,A,7,260,A,7,4.6,A,7,16000,B,7,1524,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/08/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,11.1,A,7,7.8,A,7,80,A,7,976,A,7,250,A,7,5.2,A,7,16000,B,7,1829,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/09/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,10.6,A,7,9.4,A,7,92,A,7,977,A,7,260,A,7,7.2,A,7,8000,B,7,1433,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/09/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,9.4,A,7,8.9,A,7,97,A,7,976,A,7,260,A,7,3.6,A,7,8000,B,7,3048,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/09/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,9.4,A,7,8.9,A,7,97,A,7,976,A,7,260,A,7,4.1,A,7,8000,B,7,3353,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/09/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,9,A,7,9.4,A,7,8.9,A,7,97,A,7,976,A,7,260,A,7,4.6,A,7,8000,B,7,3353,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/09/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,E,9,2,A,7,8.3,A,7,7.8,A,7,97,A,7,976,A,7,270,A,7,4.1,A,7,8000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/09/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,B,8,1,B,8,6.7,A,7,5.6,A,7,93,A,7,976,A,7,300,A,7,3.1,A,7,11200,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,A,7,5.6,A,7,5.0,A,7,96,A,7,976,A,7,260,A,7,2.6,A,7,8000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/09/1996,08:00,71,1042,22,1,25,91,1,28,15,1,25,24,1,25,39,1,28,21,1,25,26,1,45,0,B,8,0,B,8,6.7,A,7,5.0,A,7,89,A,7,977,A,7,270,A,7,4.6,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,09:00,321,1405,166,1,25,480,1,28,56,1,25,171,1,25,387,1,28,82,1,25,102,1,45,0,B,8,0,B,8,8.9,A,7,5.6,A,7,80,A,7,977,A,7,280,A,7,4.6,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,10:00,550,1405,346,1,25,674,1,28,82,1,25,364,1,25,640,1,28,113,1,25,164,1,45,0,B,8,0,B,8,10.6,A,7,3.3,A,7,61,A,7,978,A,7,290,A,7,8.2,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,11:00,728,1405,503,1,25,774,1,28,102,1,25,521,1,25,757,1,28,127,1,25,209,1,45,0,B,8,0,B,8,12.2,A,7,1.7,A,7,49,A,7,978,A,7,290,A,7,8.2,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,12:00,842,1405,590,1,25,795,1,28,113,1,25,616,1,25,790,1,28,141,1,25,254,1,45,0,B,8,0,B,8,12.2,A,7,0.6,A,7,45,A,7,979,A,7,300,A,7,11.3,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,13:00,884,1405,620,1,10,799,1,16,117,1,10,650,1,10,797,1,16,146,1,10,275,1,21,0,E,9,0,E,9,12.8,A,7,-0.6,A,7,39,A,7,979,A,7,300,A,7,11.8,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,14:00,852,1405,605,1,11,809,1,16,114,1,11,632,1,11,804,1,16,143,1,11,259,1,22,0,B,8,0,B,8,12.8,A,7,-1.7,A,7,36,A,7,979,A,7,320,A,7,8.2,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,15:00,748,1405,514,1,11,770,1,16,104,1,11,533,1,11,756,1,16,129,1,11,216,1,22,0,B,8,0,B,8,12.8,A,7,-1.1,A,7,38,A,7,979,A,7,310,A,7,8.8,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,16:00,579,1405,349,1,11,640,1,16,85,1,11,368,1,11,615,1,16,114,1,11,172,1,22,0,B,8,0,B,8,12.8,A,7,-2.8,A,7,33,A,7,980,A,7,330,A,7,7.2,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,17:00,356,1405,191,1,11,517,1,16,60,1,11,198,1,11,433,1,16,88,1,11,111,1,22,0,B,8,0,B,8,11.7,A,7,-2.8,A,7,35,A,7,980,A,7,310,A,7,5.2,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,18:00,101,1230,34,1,11,137,1,16,22,1,11,36,1,11,65,1,16,31,1,11,38,1,22,0,B,8,0,B,8,10.6,A,7,-3.9,A,7,35,A,7,981,A,7,320,A,7,4.1,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,A,7,7.8,A,7,-3.9,A,7,42,A,7,982,A,7,290,A,7,2.1,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,6.1,A,7,-2.8,A,7,51,A,7,982,A,7,300,A,7,3.1,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,2.8,A,7,-1.7,A,7,71,A,7,982,A,7,200,A,7,2.6,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,4.4,A,7,-2.8,A,7,58,A,7,982,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,2.8,A,7,-2.2,A,7,68,A,7,982,A,7,250,A,7,1.5,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/09/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,2.2,A,7,-2.8,A,7,68,A,7,982,A,7,240,A,7,2.1,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,A,7,1.1,A,7,-2.2,A,7,77,A,7,982,A,7,280,A,7,2.6,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,2.2,A,7,-2.8,A,7,68,A,7,982,A,7,250,A,7,3.1,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,1.7,A,7,-2.8,A,7,70,A,7,983,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,2.8,A,7,-3.3,A,7,62,A,7,983,A,7,250,A,7,2.1,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-0.6,A,7,-2.8,A,7,83,A,7,983,A,7,230,A,7,2.6,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,1.1,A,7,-2.8,A,7,73,A,7,983,A,7,270,A,7,2.1,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,E,9,3.3,A,7,-2.8,A,7,63,A,7,983,A,7,270,A,7,2.6,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,08:00,74,1065,29,1,11,239,1,16,12,1,11,31,1,11,136,1,16,21,1,11,27,1,22,0,B,8,0,B,8,2.8,A,7,-2.8,A,7,65,A,7,984,A,7,230,A,7,2.1,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,09:00,326,1405,185,1,11,643,1,16,35,1,11,195,1,11,545,1,16,68,1,11,81,1,22,0,B,8,0,B,8,3.9,A,7,-0.6,A,7,72,A,7,985,A,7,230,A,7,2.6,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,10:00,555,1405,342,1,11,737,1,16,50,1,11,361,1,11,698,1,16,84,1,11,120,1,22,0,B,8,0,B,8,9.4,A,7,0.0,A,7,52,A,7,984,A,7,250,A,7,3.6,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,11:00,733,1405,514,1,11,865,1,16,62,1,11,541,1,11,847,1,16,97,1,11,153,1,22,1,B,8,0,B,8,11.7,A,7,0.0,A,7,44,A,7,984,A,7,220,A,7,4.6,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,12:00,848,1405,588,1,11,861,1,16,68,1,11,618,1,11,853,1,16,101,1,11,176,1,22,1,B,8,1,B,8,13.3,A,7,-0.6,A,7,38,A,7,983,A,7,210,A,7,6.2,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,13:00,890,1405,632,1,10,886,1,16,70,1,10,664,1,10,880,1,16,104,1,10,186,1,21,1,E,9,1,E,9,14.4,A,7,0.0,A,7,37,A,7,982,A,7,220,A,7,7.7,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,14:00,858,1405,606,1,11,879,1,16,68,1,11,636,1,11,871,1,16,102,1,11,178,1,22,1,B,8,1,B,8,16.1,A,7,0.0,A,7,33,A,7,981,A,7,240,A,7,5.7,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,15:00,754,1405,530,1,11,870,1,16,63,1,11,558,1,11,854,1,16,98,1,11,156,1,22,1,B,8,0,B,8,16.7,A,7,0.0,A,7,32,A,7,980,A,7,240,A,7,6.2,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,16:00,584,1405,390,1,11,813,1,16,52,1,11,412,1,11,775,1,16,89,1,11,125,1,22,0,B,8,0,B,8,16.7,A,7,0.0,A,7,32,A,7,980,A,7,230,A,7,4.1,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,17:00,361,1405,214,1,11,686,1,16,37,1,11,226,1,11,596,1,16,72,1,11,87,1,22,0,B,8,0,B,8,16.1,A,7,0.0,A,7,33,A,7,979,A,7,220,A,7,5.2,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,18:00,105,1253,43,1,11,314,1,16,17,1,11,46,1,11,188,1,16,29,1,11,35,1,22,0,B,8,0,B,8,13.3,A,7,0.0,A,7,40,A,7,979,A,7,210,A,7,4.6,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,E,9,11.7,A,7,0.0,A,7,44,A,7,979,A,7,210,A,7,3.6,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,10.6,A,7,0.0,A,7,48,A,7,978,A,7,220,A,7,3.6,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,10.0,A,7,0.0,A,7,50,A,7,978,A,7,220,A,7,4.1,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,10.0,A,7,0.0,A,7,50,A,7,977,A,7,220,A,7,4.1,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,11.7,A,7,3.3,A,7,56,A,7,977,A,7,240,A,7,5.7,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/10/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,11.7,A,7,5.6,A,7,66,A,7,976,A,7,230,A,7,5.7,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,A,7,11.7,A,7,6.7,A,7,71,A,7,976,A,7,250,A,7,4.6,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,9,A,7,10.6,A,7,7.8,A,7,83,A,7,975,A,7,250,A,7,4.1,A,7,16000,B,7,1829,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,B,8,8,B,8,9.4,A,7,7.8,A,7,90,A,7,974,A,7,230,A,7,4.1,A,7,11200,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,B,8,7,B,8,10.0,A,7,8.3,A,7,89,A,7,973,A,7,240,A,7,2.6,A,7,8000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/11/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,B,8,6,B,8,9.4,A,7,8.9,A,7,97,A,7,972,A,7,230,A,7,4.1,A,7,6400,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/11/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,B,8,5,B,8,10.0,A,7,8.9,A,7,93,A,7,972,A,7,240,A,7,4.1,A,7,6400,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/11/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,E,9,4,E,9,8.9,A,7,8.3,A,7,96,A,7,971,A,7,220,A,7,4.1,A,7,4800,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/11/1996,08:00,78,1088,21,1,10,55,1,16,17,1,10,23,1,10,22,1,16,22,1,10,29,1,21,3,E,9,3,E,9,10.6,A,7,9.4,A,7,92,A,7,971,A,7,240,A,7,4.1,A,7,4000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/11/1996,09:00,331,1404,40,1,10,0,1,16,40,1,10,47,1,10,0,1,16,47,1,10,164,1,21,10,E,9,10,E,9,12.2,A,7,11.1,A,7,93,A,7,971,A,7,250,A,7,4.6,A,7,5600,B,7,305,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/11/1996,10:00,561,1404,307,1,10,466,1,16,121,1,10,327,1,10,448,1,16,147,1,10,235,1,21,3,E,9,3,E,9,15.0,A,7,10.6,A,7,75,A,7,972,A,7,270,A,7,7.7,A,7,11200,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,11:00,739,1404,435,1,10,462,1,16,192,1,10,458,1,10,466,1,16,212,1,10,419,1,21,3,E,9,3,E,9,15.6,A,7,3.9,A,7,46,A,7,972,A,7,280,A,7,11.8,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,12:00,853,1404,580,1,11,704,1,16,152,1,11,611,1,11,707,1,16,179,1,11,362,1,22,1,B,8,1,B,8,16.1,A,7,0.6,A,7,35,A,7,972,A,7,280,A,7,11.8,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,13:00,896,1404,649,1,10,802,1,16,137,1,10,692,1,10,814,1,16,171,1,10,349,1,21,0,E,9,0,E,9,15.6,A,7,-1.7,A,7,30,A,7,971,A,7,270,A,7,10.3,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,14:00,864,1404,613,1,11,780,1,16,133,1,11,652,1,11,789,1,16,165,1,11,327,1,22,0,B,8,0,B,8,15.6,A,7,-3.3,A,7,26,A,7,971,A,7,280,A,7,7.2,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,15:00,759,1404,517,1,11,732,1,16,121,1,11,547,1,11,730,1,16,150,1,11,270,1,22,0,B,8,0,B,8,15.0,A,7,-4.4,A,7,25,A,7,971,A,7,280,A,7,9.8,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,16:00,590,1404,371,1,11,647,1,16,99,1,11,388,1,11,620,1,16,126,1,11,198,1,22,0,B,8,0,B,8,13.3,A,7,-4.4,A,7,28,A,7,972,A,7,310,A,7,8.8,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,17:00,366,1404,185,1,11,445,1,16,69,1,11,190,1,11,374,1,16,92,1,11,125,1,22,0,B,8,0,B,8,11.1,A,7,-5.6,A,7,29,A,7,973,A,7,310,A,7,9.8,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,18:00,109,1299,34,1,11,105,1,16,26,1,11,38,1,11,47,1,16,34,1,11,46,1,22,0,B,8,0,B,8,7.8,A,7,-6.1,A,7,35,A,7,974,A,7,310,A,7,9.3,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,E,9,6.1,A,7,-6.7,A,7,37,A,7,976,A,7,310,A,7,7.7,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,B,8,1,B,8,5.0,A,7,-6.1,A,7,42,A,7,976,A,7,310,A,7,7.7,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,E,9,2,A,7,4.4,A,7,-5.6,A,7,46,A,7,976,A,7,290,A,7,8.2,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,B,8,3,B,8,2.8,A,7,-5.6,A,7,51,A,7,977,A,7,290,A,7,8.2,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,B,8,3,B,8,1.7,A,7,-5.6,A,7,55,A,7,978,A,7,290,A,7,6.2,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/11/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,B,8,4,B,8,1.7,A,7,-5.6,A,7,55,A,7,978,A,7,300,A,7,8.2,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,E,9,4,E,9,1.7,A,7,-5.6,A,7,55,A,7,978,A,7,290,A,7,6.7,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,E,9,9,E,9,1.1,A,7,-6.1,A,7,55,A,7,978,A,7,290,A,7,5.2,A,7,16000,B,7,1981,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,E,9,8,E,9,1.1,A,7,-6.7,A,7,52,A,7,978,A,7,290,A,7,5.7,A,7,16000,B,7,1981,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,1.1,A,7,-6.7,A,7,52,A,7,978,A,7,310,A,7,5.2,A,7,16000,B,7,1829,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,B,8,9,B,8,0.6,A,7,-7.2,A,7,52,A,7,978,A,7,310,A,7,6.7,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,B,8,7,B,8,0.6,A,7,-7.8,A,7,49,A,7,978,A,7,310,A,7,4.1,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,E,9,6,E,9,-0.6,A,7,-7.2,A,7,57,A,7,979,A,7,300,A,7,5.2,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,08:00,81,1111,24,1,10,103,1,16,16,1,10,26,1,10,46,1,16,23,1,10,27,1,21,7,E,9,6,E,9,0.0,A,7,-7.8,A,7,52,A,7,980,A,7,290,A,7,5.2,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,09:00,336,1404,146,1,11,281,1,16,79,1,11,153,1,11,228,1,16,98,1,11,145,1,22,7,B,8,6,B,8,0.6,A,7,-8.3,A,7,47,A,7,980,A,7,300,A,7,7.7,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,10:00,566,1404,339,1,11,234,1,16,245,1,11,361,1,11,228,1,16,269,1,11,576,1,22,7,B,8,6,B,8,1.1,A,7,-8.3,A,7,46,A,7,981,A,7,300,A,7,5.7,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,11:00,745,1404,314,1,11,195,1,16,210,1,11,344,1,11,202,1,16,237,1,11,535,1,22,7,B,8,6,B,8,2.8,A,7,-10.0,A,7,35,A,7,981,A,7,310,A,7,8.8,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,12:00,859,1404,362,1,11,299,1,16,179,1,11,402,1,11,320,1,16,205,1,11,427,1,22,7,B,8,6,B,8,3.9,A,7,-10.6,A,7,31,A,7,980,A,7,310,A,7,7.7,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,13:00,902,1404,377,1,10,267,1,16,205,1,10,416,1,10,287,1,16,231,1,10,516,1,21,7,E,9,7,E,9,3.3,A,7,-10.0,A,7,34,A,7,980,A,7,300,A,7,7.2,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,14:00,870,1404,193,1,10,0,1,16,193,1,10,227,1,10,0,1,16,227,1,10,872,1,21,10,E,9,10,E,9,3.9,A,7,-10.0,A,7,32,A,7,980,A,7,330,A,7,6.2,A,7,16000,B,7,1829,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,15:00,765,1404,277,1,10,156,1,16,192,1,10,307,1,10,163,1,16,218,1,10,495,1,21,9,E,9,8,E,9,4.4,A,7,-10.0,A,7,31,A,7,980,A,7,310,A,7,8.2,A,7,16000,B,7,1981,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,16:00,595,1404,331,1,10,493,1,16,122,1,10,355,1,10,480,1,16,150,1,10,239,1,21,4,E,9,3,E,9,3.9,A,7,-11.1,A,7,29,A,7,980,A,7,340,A,7,7.2,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,17:00,372,1404,142,1,11,345,1,16,51,1,11,150,1,11,296,1,16,71,1,11,98,1,22,5,B,8,4,B,8,2.8,A,7,-12.2,A,7,29,A,7,981,A,7,310,A,7,7.2,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,18:00,114,1322,32,1,11,106,1,16,23,1,11,35,1,11,52,1,16,30,1,11,40,1,22,6,B,8,5,B,8,1.7,A,7,-12.2,A,7,31,A,7,982,A,7,310,A,7,6.2,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,E,9,7,E,9,0.6,A,7,-11.7,A,7,35,A,7,983,A,7,320,A,7,4.6,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,E,9,9,A,7,-0.6,A,7,-12.2,A,7,37,A,7,984,A,7,300,A,7,5.2,A,7,16000,B,7,1676,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,E,9,8,E,9,-1.1,A,7,-11.7,A,7,40,A,7,985,A,7,300,A,7,5.2,A,7,16000,B,7,1829,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,E,9,8,E,9,-1.7,A,7,-12.8,A,7,38,A,7,985,A,7,320,A,7,5.7,A,7,16000,B,7,1676,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.7,A,7,-12.2,A,7,40,A,7,986,A,7,300,A,7,5.2,A,7,16000,B,7,1829,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/12/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,E,9,8,E,9,-1.7,A,7,-11.7,A,7,42,A,7,986,A,7,310,A,7,4.1,A,7,16000,B,7,1676,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-2.2,A,7,-10.6,A,7,48,A,7,987,A,7,310,A,7,3.6,A,7,16000,B,7,1524,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,B,8,8,B,8,-3.3,A,7,-10.6,A,7,53,A,7,986,A,7,320,A,7,3.1,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,B,8,7,B,8,-3.9,A,7,-10.6,A,7,56,A,7,986,A,7,300,A,7,4.1,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,B,8,5,B,8,-5.0,A,7,-10.6,A,7,61,A,7,986,A,7,270,A,7,4.1,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,B,8,3,B,8,-5.0,A,7,-11.1,A,7,59,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,B,8,2,B,8,-5.0,A,7,-11.1,A,7,59,A,7,987,A,7,270,A,7,1.5,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,E,9,-5.6,A,7,-11.1,A,7,62,A,7,988,A,7,270,A,7,2.1,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,08:00,85,1134,34,1,11,267,1,16,14,1,11,36,1,11,155,1,16,24,1,11,30,1,22,0,B,8,0,B,8,-5.0,A,7,-9.4,A,7,68,A,7,989,A,7,260,A,7,2.6,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,09:00,342,1403,204,1,11,683,1,16,38,1,11,216,1,11,586,1,16,73,1,11,84,1,22,0,B,8,0,B,8,-2.2,A,7,-13.3,A,7,38,A,7,989,A,7,320,A,7,4.6,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,10:00,572,1403,395,1,11,838,1,16,54,1,11,417,1,11,796,1,16,92,1,11,126,1,22,0,B,8,0,B,8,-0.6,A,7,-13.3,A,7,33,A,7,989,A,7,310,A,7,5.2,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,11:00,750,1403,552,1,11,909,1,16,66,1,11,581,1,11,892,1,16,102,1,11,159,1,22,0,B,8,0,B,8,0.6,A,7,-12.2,A,7,33,A,7,989,A,7,260,A,7,4.1,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,12:00,865,1403,654,1,11,942,1,16,73,1,11,686,1,11,934,1,16,108,1,11,185,1,22,0,B,8,0,B,8,2.2,A,7,-11.1,A,7,33,A,7,988,A,7,220,A,7,4.6,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,13:00,908,1403,693,1,10,953,1,16,76,1,10,726,1,10,948,1,16,111,1,10,197,1,21,0,E,9,0,E,9,2.8,A,7,-11.7,A,7,30,A,7,987,A,7,240,A,7,3.1,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,14:00,876,1403,638,1,11,904,1,16,73,1,11,669,1,11,897,1,16,107,1,11,187,1,22,1,B,8,0,B,8,3.9,A,7,-11.7,A,7,28,A,7,986,A,7,270,A,7,5.7,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,15:00,771,1403,533,1,11,850,1,16,66,1,11,561,1,11,836,1,16,100,1,11,162,1,22,1,B,8,1,B,8,4.4,A,7,-11.1,A,7,28,A,7,984,A,7,210,A,7,5.7,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,16:00,601,1403,361,1,11,662,1,16,77,1,11,385,1,11,644,1,16,108,1,11,161,1,22,2,B,8,1,B,8,5.0,A,7,-11.1,A,7,27,A,7,984,A,7,230,A,7,5.2,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,17:00,377,1403,211,1,11,591,1,16,52,1,11,222,1,11,510,1,16,84,1,11,100,1,22,2,B,8,2,B,8,5.0,A,7,-10.0,A,7,30,A,7,983,A,7,220,A,7,6.2,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,18:00,118,1345,47,1,11,279,1,16,23,1,11,50,1,11,153,1,16,36,1,11,42,1,22,3,B,8,2,B,8,3.9,A,7,-8.9,A,7,35,A,7,982,A,7,220,A,7,4.1,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,E,9,2,E,9,3.9,A,7,-8.3,A,7,37,A,7,982,A,7,210,A,7,4.6,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,B,8,2,B,8,3.3,A,7,-8.3,A,7,39,A,7,981,A,7,200,A,7,5.2,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,E,9,2,A,7,2.8,A,7,-7.8,A,7,42,A,7,980,A,7,220,A,7,5.7,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,B,8,6,B,8,2.8,A,7,-7.2,A,7,44,A,7,979,A,7,220,A,7,6.2,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,3.3,A,7,-7.2,A,7,43,A,7,978,A,7,220,A,7,5.7,A,7,16000,B,7,3658,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/13/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,B,8,9,B,8,4.4,A,7,-6.1,A,7,44,A,7,977,A,7,240,A,7,7.2,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,E,9,8,A,7,3.9,A,7,-5.6,A,7,47,A,7,976,A,7,230,A,7,6.2,A,7,16000,B,7,3658,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,B,8,7,B,8,3.9,A,7,-5.6,A,7,47,A,7,974,A,7,220,A,7,6.2,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,B,8,6,B,8,4.4,A,7,-5.6,A,7,46,A,7,972,A,7,220,A,7,7.2,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,B,8,4,B,8,5.6,A,7,-5.6,A,7,42,A,7,971,A,7,230,A,7,7.7,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,B,8,3,B,8,5.0,A,7,-5.6,A,7,44,A,7,971,A,7,250,A,7,6.2,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,E,9,2,A,7,5.0,A,7,-5.0,A,7,46,A,7,972,A,7,250,A,7,5.2,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,A,7,3.3,A,7,-5.0,A,7,52,A,7,972,A,7,240,A,7,4.1,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,08:00,89,1157,34,1,25,234,1,28,16,1,25,36,1,25,122,1,28,27,1,25,30,1,45,1,B,8,1,B,8,3.9,A,7,-5.0,A,7,50,A,7,972,A,7,240,A,7,4.6,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,09:00,347,1403,189,1,25,594,1,28,42,1,25,197,1,25,506,1,28,71,1,25,86,1,45,3,B,8,1,B,8,5.0,A,7,-4.4,A,7,48,A,7,972,A,7,250,A,7,6.2,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,10:00,577,1403,366,1,25,650,1,28,98,1,25,382,1,25,620,1,28,126,1,25,194,1,45,4,B,8,2,B,8,7.8,A,7,-3.9,A,7,42,A,7,971,A,7,250,A,7,8.2,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,11:00,756,1403,385,1,25,506,1,28,112,1,25,409,1,25,506,1,28,135,1,25,252,1,45,5,B,8,3,B,8,8.3,A,7,-3.3,A,7,42,A,7,971,A,7,240,A,7,7.2,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,12:00,871,1403,503,1,25,564,1,28,153,1,25,531,1,25,568,1,28,177,1,25,373,1,45,7,B,8,3,B,8,11.1,A,7,-2.2,A,7,39,A,7,970,A,7,230,A,7,8.2,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,13:00,914,1403,482,1,24,341,1,27,260,1,24,524,1,24,366,1,27,285,1,24,686,1,43,8,E,9,4,A,7,12.2,A,7,-2.8,A,7,34,A,7,969,A,7,260,A,7,7.2,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,14:00,881,1403,358,1,24,77,1,27,310,1,24,394,1,24,79,1,27,344,1,24,1002,1,43,10,E,9,9,A,7,12.2,A,7,-1.7,A,7,37,A,7,969,A,7,240,A,7,6.2,A,7,16000,B,7,2286,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,15:00,777,1403,170,1,24,0,1,27,170,1,24,198,1,24,0,1,27,198,1,24,748,1,43,10,E,9,10,A,7,12.8,A,7,-1.7,A,7,36,A,7,969,A,7,260,A,7,6.7,A,7,16000,B,7,2286,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,16:00,606,1403,128,1,10,0,1,16,128,1,10,148,1,10,0,1,16,148,1,10,533,1,21,10,E,9,10,E,9,11.7,A,7,-1.1,A,7,41,A,7,970,A,7,280,A,7,8.2,A,7,16000,B,7,2134,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,17:00,382,1403,74,1,10,0,1,16,74,1,10,85,1,10,0,1,16,85,1,10,286,1,21,10,E,9,10,E,9,11.1,A,7,-0.6,A,7,44,A,7,970,A,7,270,A,7,5.2,A,7,16000,B,7,1829,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,18:00,123,1367,18,1,10,0,1,16,18,1,10,21,1,10,0,1,16,21,1,10,67,1,21,10,E,9,10,E,9,10.0,A,7,0.0,A,7,50,A,7,971,A,7,260,A,7,5.2,A,7,16000,B,7,1829,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,9.4,A,7,0.0,A,7,52,A,7,972,A,7,260,A,7,3.1,A,7,16000,B,7,1829,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,B,8,9,B,8,7.8,A,7,0.0,A,7,58,A,7,972,A,7,310,A,7,2.1,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,B,8,9,B,8,6.7,A,7,0.0,A,7,62,A,7,972,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,E,9,8,E,9,4.4,A,7,0.0,A,7,73,A,7,972,A,7,190,A,7,2.1,A,7,16000,B,7,1981,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,5.6,A,7,0.0,A,7,67,A,7,972,A,7,220,A,7,2.1,A,7,16000,B,7,2134,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/14/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,6.7,A,7,0.0,A,7,62,A,7,972,A,7,0,A,7,0.0,A,7,16000,B,7,2134,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,6.1,A,7,0.0,A,7,65,A,7,971,A,7,0,A,7,0.0,A,7,16000,B,7,2286,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/15/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,6.1,A,7,0.0,A,7,65,A,7,971,A,7,40,A,7,4.1,A,7,16000,B,7,2286,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/15/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,5.0,A,7,0.0,A,7,70,A,7,971,A,7,190,A,7,1.5,A,7,16000,B,7,1402,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/15/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,5.0,A,7,0.0,A,7,70,A,7,971,A,7,330,A,7,1.5,A,7,8000,B,7,1219,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/15/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,5.0,A,7,0.0,A,7,70,A,7,971,A,7,300,A,7,1.5,A,7,8000,B,7,1341,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/15/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,5.0,A,7,0.0,A,7,70,A,7,971,A,7,230,A,7,2.6,A,7,8000,B,7,1402,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/15/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,5.0,A,7,0.0,A,7,70,A,7,972,A,7,310,A,7,2.6,A,7,8000,B,7,2286,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +02/15/1996,08:00,93,1180,28,1,10,42,1,16,25,1,10,31,1,10,21,1,16,30,1,10,52,1,21,9,E,9,9,E,9,4.4,A,7,-0.6,A,7,70,A,7,973,A,7,260,A,7,1.5,A,7,5600,B,7,2286,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +02/15/1996,09:00,353,1402,134,1,11,113,1,16,105,1,11,145,1,11,97,1,16,120,1,11,230,1,22,7,B,8,7,B,8,7.8,A,7,-0.6,A,7,55,A,7,974,A,7,10,A,7,2.1,A,7,11200,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,10:00,583,1402,265,1,11,334,1,16,126,1,11,282,1,11,324,1,16,147,1,11,247,1,22,6,B,8,6,B,8,8.3,A,7,-0.6,A,7,53,A,7,974,A,7,340,A,7,5.2,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,11:00,762,1402,384,1,11,461,1,16,133,1,11,421,1,11,469,1,16,165,1,11,285,1,22,5,B,8,5,B,8,9.4,A,7,-1.7,A,7,45,A,7,975,A,7,320,A,7,4.6,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,12:00,877,1402,608,1,10,777,1,16,121,1,10,633,1,10,773,1,16,148,1,10,278,1,21,3,E,9,3,E,9,10.0,A,7,-1.1,A,7,45,A,7,975,A,7,320,A,7,4.1,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,13:00,920,1402,270,1,10,122,1,16,190,1,10,304,1,10,130,1,16,218,1,10,545,1,21,8,E,9,8,E,9,11.1,A,7,-2.8,A,7,37,A,7,974,A,7,340,A,7,4.1,A,7,16000,B,7,1494,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,14:00,887,1402,441,1,10,393,1,16,193,1,10,477,1,10,405,1,16,219,1,10,475,1,21,3,E,9,3,E,9,11.7,A,7,-2.2,A,7,37,A,7,973,A,7,340,A,7,2.6,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,15:00,782,1402,420,1,10,548,1,16,114,1,10,447,1,10,551,1,16,139,1,10,262,1,21,3,E,9,3,E,9,12.2,A,7,-1.1,A,7,39,A,7,973,A,7,200,A,7,2.1,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,16:00,612,1402,363,1,10,524,1,16,134,1,10,386,1,10,513,1,16,162,1,10,266,1,21,3,E,9,3,E,9,12.8,A,7,-3.9,A,7,30,A,7,973,A,7,240,A,7,2.6,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,17:00,387,1402,226,1,11,614,1,16,57,1,11,238,1,11,533,1,16,90,1,11,109,1,22,3,B,8,3,B,8,12.2,A,7,-2.8,A,7,34,A,7,974,A,7,290,A,7,3.1,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,18:00,127,1390,53,1,11,294,1,16,26,1,11,56,1,11,163,1,16,40,1,11,46,1,22,3,B,8,3,B,8,11.1,A,7,-3.9,A,7,33,A,7,974,A,7,50,A,7,1.5,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,E,9,4,E,9,7.8,A,7,-2.2,A,7,48,A,7,974,A,7,50,A,7,2.6,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,E,9,9,A,7,7.8,A,7,-4.4,A,7,40,A,7,974,A,7,50,A,7,6.2,A,7,16000,B,7,2743,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,6.1,A,7,-5.6,A,7,41,A,7,975,A,7,60,A,7,6.2,A,7,16000,B,7,1829,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,4.4,A,7,-5.0,A,7,48,A,7,975,A,7,50,A,7,7.2,A,7,16000,B,7,1829,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,3.9,A,7,-5.6,A,7,47,A,7,975,A,7,70,A,7,7.2,A,7,16000,B,7,1524,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/15/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,3.3,A,7,-5.6,A,7,49,A,7,975,A,7,60,A,7,7.2,A,7,16000,B,7,1676,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/16/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,2.8,A,7,-4.4,A,7,57,A,7,974,A,7,50,A,7,8.2,A,7,16000,B,7,1402,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,71,C,8 +02/16/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,1.7,A,7,-2.2,A,7,74,A,7,973,A,7,50,A,7,7.2,A,7,16000,B,7,579,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,71,C,8 +02/16/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,1.1,A,7,-1.1,A,7,84,A,7,973,A,7,60,A,7,7.2,A,7,11200,B,7,335,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,71,C,8 +02/16/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,0.6,A,7,-1.1,A,7,87,A,7,972,A,7,70,A,7,7.2,A,7,11200,B,7,274,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/16/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,0.0,A,7,-1.7,A,7,87,A,7,972,A,7,70,A,7,9.3,A,7,5600,B,7,396,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/16/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-0.6,A,7,-2.2,A,7,88,A,7,972,A,7,60,A,7,7.2,A,7,5600,B,7,396,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/16/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.1,A,7,-2.8,A,7,87,A,7,973,A,7,50,A,7,5.2,A,7,5600,B,7,305,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/16/1996,08:00,98,1203,14,1,10,0,1,16,14,1,10,17,1,10,0,1,16,17,1,10,53,1,21,10,E,9,10,E,9,-1.7,A,7,-2.8,A,7,91,A,7,973,A,7,50,A,7,6.7,A,7,800,B,7,366,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/16/1996,09:00,358,1401,46,1,10,0,1,16,46,1,10,54,1,10,0,1,16,54,1,10,190,1,21,10,E,9,10,E,9,-2.2,A,7,-3.9,A,7,87,A,7,973,A,7,40,A,7,7.2,A,7,800,B,7,396,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/16/1996,10:00,589,1401,110,1,10,0,1,16,110,1,10,128,1,10,0,1,16,128,1,10,467,1,21,10,E,9,10,E,9,-2.2,A,7,-3.3,A,7,91,A,7,973,A,7,10,A,7,4.6,A,7,800,B,7,427,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/16/1996,11:00,768,1401,130,1,10,0,1,16,130,1,10,155,1,10,0,1,16,155,1,10,600,1,21,10,E,9,10,E,9,-2.2,A,7,-3.3,A,7,91,A,7,974,A,7,30,A,7,3.6,A,7,800,B,7,305,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/16/1996,12:00,883,1401,129,1,24,0,1,27,129,1,24,157,1,24,0,1,27,157,1,24,631,1,43,10,E,9,10,A,7,-2.2,A,7,-3.9,A,7,87,A,7,974,A,7,20,A,7,5.2,A,7,400,B,7,122,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/16/1996,13:00,926,1401,196,1,10,0,1,16,196,1,10,232,1,10,0,1,16,232,1,10,909,1,21,10,E,9,10,E,9,-1.7,A,7,-4.4,A,7,80,A,7,974,A,7,350,A,7,4.1,A,7,1200,B,7,610,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,71,C,8 +02/16/1996,14:00,893,1401,131,1,24,0,1,27,131,1,24,159,1,24,0,1,27,159,1,24,642,1,43,10,E,9,10,A,7,-2.2,A,7,-3.9,A,7,87,A,7,974,A,7,350,A,7,5.2,A,7,800,B,7,183,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/16/1996,15:00,788,1401,134,1,10,0,1,16,134,1,10,160,1,10,0,1,16,160,1,10,622,1,21,10,E,9,10,E,9,-1.1,A,7,-3.3,A,7,83,A,7,974,A,7,10,A,7,4.1,A,7,1200,B,7,244,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/16/1996,16:00,617,1401,98,1,10,0,1,16,98,1,10,116,1,10,0,1,16,116,1,10,434,1,21,10,E,9,10,E,9,-1.1,A,7,-2.8,A,7,87,A,7,975,A,7,320,A,7,2.6,A,7,800,B,7,305,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/16/1996,17:00,392,1401,63,1,10,0,1,16,63,1,10,73,1,10,0,1,16,73,1,10,254,1,21,10,E,9,10,E,9,-1.1,A,7,-3.3,A,7,83,A,7,975,A,7,330,A,7,3.6,A,7,2400,B,7,884,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/16/1996,18:00,132,1401,22,1,24,0,1,27,22,1,24,25,1,24,0,1,27,25,1,24,79,1,43,10,E,9,10,A,7,-1.1,A,7,-7.8,A,7,57,A,7,976,A,7,10,A,7,3.1,A,7,16000,B,7,1311,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/16/1996,19:00,0,12,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,10,E,9,10,A,7,-1.1,A,7,-10.6,A,7,44,A,7,977,A,7,340,A,7,4.1,A,7,16000,B,7,2134,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/16/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-1.7,A,7,-11.1,A,7,44,A,7,978,A,7,330,A,7,4.1,A,7,16000,B,7,2438,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/16/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,E,9,3,E,9,-2.2,A,7,-12.8,A,7,40,A,7,979,A,7,340,A,7,4.6,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/16/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,E,9,3,E,9,-3.3,A,7,-12.8,A,7,44,A,7,979,A,7,340,A,7,4.6,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/16/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,B,8,2,B,8,-3.9,A,7,-12.8,A,7,46,A,7,980,A,7,310,A,7,4.1,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/16/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,B,8,1,B,8,-4.4,A,7,-12.8,A,7,48,A,7,980,A,7,320,A,7,5.7,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,E,9,-5.0,A,7,-13.9,A,7,46,A,7,980,A,7,310,A,7,8.8,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,B,8,3,B,8,-5.6,A,7,-14.4,A,7,46,A,7,980,A,7,310,A,7,4.6,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,B,8,6,B,8,-6.1,A,7,-15.6,A,7,43,A,7,980,A,7,310,A,7,4.6,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,B,8,6,B,8,-6.1,A,7,-15.6,A,7,43,A,7,980,A,7,300,A,7,5.7,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,B,8,6,B,8,-7.2,A,7,-15.0,A,7,50,A,7,980,A,7,270,A,7,3.6,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,B,8,6,B,8,-6.7,A,7,-15.6,A,7,45,A,7,981,A,7,300,A,7,6.7,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,B,8,2,B,8,-7.2,A,7,-15.6,A,7,47,A,7,981,A,7,300,A,7,5.7,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,08:00,102,1226,39,1,11,191,1,16,23,1,11,40,1,11,100,1,16,32,1,11,41,1,22,4,B,8,3,B,8,-6.7,A,7,-15.0,A,7,48,A,7,982,A,7,300,A,7,4.6,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,09:00,364,1401,153,1,11,167,1,16,109,1,11,165,1,11,145,1,16,127,1,11,240,1,22,5,B,8,4,B,8,-5.0,A,7,-15.0,A,7,41,A,7,982,A,7,340,A,7,4.6,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,10:00,595,1401,381,1,11,548,1,16,148,1,11,400,1,11,533,1,16,173,1,11,296,1,22,6,B,8,5,B,8,-4.4,A,7,-15.0,A,7,39,A,7,982,A,7,300,A,7,4.6,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,11:00,774,1401,392,1,11,348,1,16,199,1,11,425,1,11,367,1,16,222,1,11,460,1,22,7,B,8,5,B,8,-3.3,A,7,-14.4,A,7,38,A,7,981,A,7,290,A,7,3.6,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,12:00,889,1401,384,1,11,165,1,16,280,1,11,421,1,11,174,1,16,311,1,11,784,1,22,9,B,8,6,B,8,-2.8,A,7,-14.4,A,7,36,A,7,981,A,7,260,A,7,3.6,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,13:00,932,1401,471,1,10,272,1,16,290,1,10,508,1,10,292,1,16,314,1,10,792,1,21,10,E,9,7,E,9,-2.2,A,7,-13.9,A,7,36,A,7,979,A,7,270,A,7,3.6,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,14:00,899,1401,289,1,10,47,1,16,259,1,10,319,1,10,48,1,16,288,1,10,884,1,21,10,E,9,10,E,9,-1.1,A,7,-12.8,A,7,36,A,7,978,A,7,260,A,7,4.1,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,15:00,794,1401,435,1,11,167,1,16,340,1,11,465,1,11,172,1,16,368,1,11,893,1,22,9,B,8,9,B,8,-0.6,A,7,-12.2,A,7,37,A,7,977,A,7,240,A,7,4.6,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,16:00,623,1401,270,1,10,100,1,16,226,1,10,296,1,10,99,1,16,252,1,10,620,1,21,8,E,9,8,E,9,0.0,A,7,-11.7,A,7,37,A,7,976,A,7,250,A,7,3.1,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,17:00,398,1401,105,1,10,20,1,16,100,1,10,119,1,10,11,1,16,116,1,10,363,1,21,10,E,9,10,E,9,0.6,A,7,-10.0,A,7,41,A,7,975,A,7,210,A,7,1.5,A,7,16000,B,7,2743,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,18:00,137,1401,55,1,10,160,1,16,40,1,10,58,1,10,75,1,16,51,1,10,76,1,21,9,E,9,9,E,9,0.0,A,7,-10.0,A,7,43,A,7,975,A,7,230,A,7,1.5,A,7,16000,B,7,3353,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,19:00,0,35,0,1,10,2,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,5,E,9,5,E,9,0.0,A,7,-11.1,A,7,39,A,7,975,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,-1.1,A,7,-11.1,A,7,42,A,7,975,A,7,0,A,7,0.0,A,7,16000,B,7,3048,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.7,A,7,-8.3,A,7,57,A,7,975,A,7,180,A,7,1.5,A,7,16000,B,7,2591,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.7,A,7,-8.3,A,7,57,A,7,975,A,7,240,A,7,1.5,A,7,16000,B,7,3048,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.1,A,7,-8.9,A,7,51,A,7,975,A,7,250,A,7,3.1,A,7,16000,B,7,3048,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/17/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,E,9,8,E,9,-1.7,A,7,-10.6,A,7,46,A,7,975,A,7,270,A,7,2.6,A,7,16000,B,7,2896,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,A,7,-2.2,A,7,-10.6,A,7,48,A,7,975,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,B,8,5,B,8,-2.8,A,7,-10.0,A,7,54,A,7,975,A,7,290,A,7,3.6,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.7,A,7,-9.4,A,7,52,A,7,976,A,7,280,A,7,1.5,A,7,16000,B,7,1524,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,-1.1,A,7,-7.2,A,7,60,A,7,976,A,7,230,A,7,2.6,A,7,16000,B,7,1524,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,0.0,A,7,-7.2,A,7,54,A,7,977,A,7,270,A,7,3.6,A,7,16000,B,7,1524,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,E,9,8,E,9,0.0,A,7,-7.8,A,7,52,A,7,977,A,7,290,A,7,2.6,A,7,16000,B,7,1524,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,E,9,-2.8,A,7,-8.3,A,7,62,A,7,978,A,7,260,A,7,1.5,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,08:00,107,1272,41,1,11,252,1,16,20,1,11,44,1,11,136,1,16,32,1,11,37,1,22,1,B,8,1,B,8,-1.1,A,7,-8.9,A,7,51,A,7,980,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,09:00,370,1400,227,1,11,614,1,16,65,1,11,235,1,11,520,1,16,97,1,11,120,1,22,2,B,8,2,B,8,1.1,A,7,-9.4,A,7,41,A,7,981,A,7,360,A,7,4.6,A,7,16000,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,10:00,601,1400,378,1,11,680,1,16,86,1,11,400,1,11,659,1,16,116,1,11,177,1,22,4,B,8,3,B,8,2.2,A,7,-9.4,A,7,38,A,7,982,A,7,320,A,7,5.7,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,11:00,780,1400,418,1,11,420,1,16,183,1,11,444,1,11,427,1,16,206,1,11,409,1,22,5,B,8,4,B,8,2.8,A,7,-8.3,A,7,40,A,7,982,A,7,340,A,7,2.6,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,12:00,895,1400,535,1,11,471,1,16,233,1,11,566,1,11,485,1,16,255,1,11,588,1,22,6,B,8,5,B,8,3.3,A,7,-7.8,A,7,41,A,7,982,A,7,310,A,7,2.6,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,13:00,937,1400,578,1,10,502,1,16,241,1,10,614,1,10,519,1,16,265,1,10,640,1,21,7,E,9,6,E,9,3.9,A,7,-7.8,A,7,39,A,7,982,A,7,320,A,7,1.5,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,14:00,905,1400,525,1,11,482,1,16,213,1,11,562,1,11,498,1,16,239,1,11,539,1,22,6,B,8,5,B,8,5.0,A,7,-7.8,A,7,36,A,7,981,A,7,310,A,7,4.1,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,15:00,799,1400,395,1,11,454,1,16,136,1,11,436,1,11,465,1,16,169,1,11,301,1,22,5,B,8,4,B,8,5.6,A,7,-8.3,A,7,33,A,7,981,A,7,300,A,7,2.6,A,7,16000,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,16:00,628,1400,324,1,11,334,1,16,174,1,11,347,1,11,339,1,16,194,1,11,375,1,22,4,B,8,3,B,8,5.0,A,7,-8.9,A,7,33,A,7,981,A,7,80,A,7,2.1,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,17:00,403,1400,243,1,11,645,1,16,57,1,11,249,1,11,568,1,16,85,1,11,108,1,22,2,B,8,2,B,8,5.6,A,7,-8.9,A,7,31,A,7,982,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,18:00,142,1400,58,1,11,307,1,16,27,1,11,59,1,11,173,1,16,42,1,11,48,1,22,1,B,8,1,B,8,3.3,A,7,-8.3,A,7,39,A,7,982,A,7,100,A,7,1.5,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,19:00,0,58,0,1,10,4,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,0,E,9,0,E,9,2.2,A,7,-8.3,A,7,42,A,7,983,A,7,110,A,7,2.1,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,1.7,A,7,-8.9,A,7,41,A,7,983,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,1.1,A,7,-8.3,A,7,46,A,7,983,A,7,150,A,7,2.1,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,0.0,A,7,-8.9,A,7,47,A,7,984,A,7,140,A,7,2.1,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,0.0,A,7,-8.3,A,7,49,A,7,985,A,7,150,A,7,3.6,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/18/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,-0.6,A,7,-8.9,A,7,49,A,7,985,A,7,160,A,7,2.6,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,E,9,-1.1,A,7,-8.9,A,7,51,A,7,985,A,7,160,A,7,1.5,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,B,8,1,B,8,-1.7,A,7,-8.3,A,7,57,A,7,985,A,7,160,A,7,3.1,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,B,8,2,B,8,-1.7,A,7,-8.9,A,7,54,A,7,986,A,7,160,A,7,1.5,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,B,8,3,B,8,-1.1,A,7,-8.9,A,7,51,A,7,986,A,7,100,A,7,1.5,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,B,8,4,B,8,-1.7,A,7,-8.9,A,7,54,A,7,987,A,7,80,A,7,2.1,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,B,8,5,B,8,-2.8,A,7,-8.3,A,7,62,A,7,987,A,7,50,A,7,2.1,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,E,9,6,E,9,-2.8,A,7,-7.8,A,7,65,A,7,988,A,7,90,A,7,2.1,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,08:00,112,1295,26,1,10,6,1,16,26,1,10,30,1,10,0,1,16,30,1,10,89,1,21,9,E,9,8,E,9,-1.7,A,7,-7.2,A,7,63,A,7,988,A,7,30,A,7,2.1,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,09:00,375,1400,201,1,10,123,1,16,168,1,10,219,1,10,112,1,16,189,1,10,372,1,21,10,E,9,8,E,9,-1.1,A,7,-6.1,A,7,66,A,7,989,A,7,50,A,7,2.1,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,10:00,607,1400,257,1,11,395,1,16,85,1,11,272,1,11,384,1,16,105,1,11,176,1,22,8,B,8,6,B,8,1.1,A,7,-4.4,A,7,64,A,7,989,A,7,90,A,7,1.5,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,11:00,786,1400,346,1,11,200,1,16,233,1,11,379,1,11,208,1,16,261,1,11,609,1,22,7,B,8,5,B,8,3.9,A,7,-2.8,A,7,60,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,12:00,901,1400,648,1,11,776,1,16,148,1,11,687,1,11,786,1,16,180,1,11,377,1,22,5,B,8,3,B,8,8.3,A,7,-0.6,A,7,53,A,7,988,A,7,190,A,7,4.6,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,13:00,943,1400,623,1,10,737,1,16,126,1,10,654,1,10,738,1,16,155,1,10,316,1,21,4,E,9,2,E,9,10.6,A,7,0.0,A,7,48,A,7,987,A,7,190,A,7,4.1,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,14:00,911,1400,582,1,11,647,1,16,161,1,11,615,1,11,653,1,16,188,1,11,411,1,22,4,B,8,2,B,8,12.2,A,7,0.0,A,7,43,A,7,987,A,7,170,A,7,5.2,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,15:00,805,1400,495,1,11,574,1,16,164,1,11,514,1,11,570,1,16,185,1,11,366,1,22,5,B,8,3,B,8,13.3,A,7,-0.6,A,7,38,A,7,986,A,7,180,A,7,5.7,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,16:00,633,1400,394,1,11,614,1,16,116,1,11,410,1,11,594,1,16,141,1,11,234,1,22,6,B,8,3,B,8,13.9,A,7,0.0,A,7,38,A,7,986,A,7,190,A,7,4.1,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,17:00,408,1400,201,1,11,234,1,16,132,1,11,209,1,11,208,1,16,148,1,11,273,1,22,6,B,8,4,B,8,12.8,A,7,-0.6,A,7,39,A,7,986,A,7,160,A,7,3.6,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,18:00,146,1400,60,1,10,163,1,16,43,1,10,63,1,10,81,1,16,54,1,10,82,1,21,7,E,9,5,E,9,12.2,A,7,0.0,A,7,43,A,7,986,A,7,160,A,7,5.7,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,19:00,0,82,0,1,10,6,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,3,E,9,3,E,9,11.1,A,7,0.0,A,7,46,A,7,986,A,7,150,A,7,4.1,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,E,9,3,A,7,10.6,A,7,0.0,A,7,48,A,7,986,A,7,140,A,7,4.1,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,B,8,6,B,8,10.0,A,7,0.0,A,7,50,A,7,986,A,7,150,A,7,4.6,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,E,9,9,A,7,8.9,A,7,0.0,A,7,54,A,7,987,A,7,170,A,7,3.1,A,7,16000,B,7,1219,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,E,9,9,A,7,8.9,A,7,2.2,A,7,63,A,7,987,A,7,140,A,7,2.6,A,7,16000,B,7,1311,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/19/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,9.4,A,7,1.7,A,7,59,A,7,987,A,7,150,A,7,3.1,A,7,16000,B,7,1128,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/20/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,8.9,A,7,1.7,A,7,61,A,7,987,A,7,150,A,7,3.6,A,7,16000,B,7,2896,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/20/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,8.9,A,7,1.7,A,7,61,A,7,986,A,7,140,A,7,2.6,A,7,16000,B,7,2743,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/20/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,3,A,7,8.3,A,7,2.2,A,7,65,A,7,986,A,7,150,A,7,3.1,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/20/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,8.9,A,7,2.8,A,7,66,A,7,985,A,7,120,A,7,1.5,A,7,16000,B,7,1158,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/20/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,8.3,A,7,3.3,A,7,71,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,975,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/20/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,6.7,A,7,3.9,A,7,82,A,7,985,A,7,50,A,7,2.1,A,7,11200,B,7,945,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +02/20/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,6.7,A,7,5.0,A,7,89,A,7,985,A,7,80,A,7,3.6,A,7,8000,B,7,457,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,08:00,117,1317,13,1,24,0,1,27,13,1,24,16,1,24,0,1,27,16,1,24,50,1,43,10,E,9,10,A,7,6.1,A,7,5.6,A,7,97,A,7,986,A,7,30,A,7,2.1,A,7,2400,B,7,335,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,09:00,381,1399,50,1,24,0,1,27,50,1,24,59,1,24,0,1,27,59,1,24,208,1,43,10,E,9,10,A,7,6.7,A,7,6.1,A,7,96,A,7,985,A,7,90,A,7,4.1,A,7,2000,B,7,152,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,10:00,613,1399,90,1,24,0,1,27,90,1,24,107,1,24,0,1,27,107,1,24,403,1,43,10,E,9,10,A,7,7.8,A,7,7.8,A,7,100,A,7,985,A,7,100,A,7,3.1,A,7,800,B,7,91,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,11:00,792,1399,121,1,24,0,1,27,121,1,24,145,1,24,0,1,27,145,1,24,573,1,43,10,E,9,10,A,7,10.6,A,7,10.0,A,7,96,A,7,984,A,7,180,A,7,4.1,A,7,800,B,7,152,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,12:00,907,1399,141,1,24,0,1,27,141,1,24,171,1,24,0,1,27,171,1,24,688,1,43,10,E,9,10,A,7,11.7,A,7,11.1,A,7,96,A,7,984,A,7,190,A,7,4.6,A,7,3200,B,7,152,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,13:00,949,1399,148,1,24,0,1,27,148,1,24,180,1,24,0,1,27,180,1,24,730,1,43,10,E,9,10,A,7,11.7,A,7,11.1,A,7,96,A,7,983,A,7,190,A,7,4.1,A,7,3200,B,7,152,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,14:00,917,1399,171,1,24,0,1,27,171,1,24,204,1,24,0,1,27,204,1,24,812,1,43,10,E,9,10,A,7,12.2,A,7,11.7,A,7,97,A,7,982,A,7,200,A,7,3.1,A,7,3200,B,7,213,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,15:00,811,1399,149,1,10,0,1,16,149,1,10,177,1,10,0,1,16,177,1,10,688,1,21,10,E,9,10,E,9,12.2,A,7,11.7,A,7,97,A,7,982,A,7,210,A,7,2.6,A,7,3200,B,7,396,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,16:00,639,1399,135,1,24,0,1,27,135,1,24,157,1,24,0,1,27,157,1,24,570,1,43,10,E,9,10,A,7,12.2,A,7,11.7,A,7,97,A,7,983,A,7,220,A,7,1.5,A,7,3200,B,7,549,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,17:00,413,1399,79,1,24,0,1,27,79,1,24,91,1,24,0,1,27,91,1,24,311,1,43,10,E,9,10,A,7,12.2,A,7,11.7,A,7,97,A,7,983,A,7,190,A,7,1.5,A,7,4800,B,7,884,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,18:00,151,1399,22,1,10,0,1,16,22,1,10,26,1,10,0,1,16,26,1,10,82,1,21,10,E,9,10,E,9,11.7,A,7,11.7,A,7,100,A,7,984,A,7,190,A,7,2.1,A,7,3200,B,7,701,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,19:00,1,105,0,1,10,2,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,6,E,9,6,E,9,10.6,A,7,10.6,A,7,100,A,7,983,A,7,170,A,7,2.1,A,7,2000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,9.4,A,7,9.4,A,7,100,A,7,984,A,7,0,A,7,0.0,A,7,400,B,7,30,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,9.4,A,7,9.4,A,7,100,A,7,985,A,7,320,A,7,2.1,A,7,300,B,7,30,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,8.9,A,7,8.9,A,7,100,A,7,985,A,7,0,A,7,0.0,A,7,300,B,7,244,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,7.8,A,7,7.8,A,7,100,A,7,985,A,7,310,A,7,2.6,A,7,800,B,7,30,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/20/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,7.8,A,7,7.8,A,7,100,A,7,985,A,7,0,A,7,0.0,A,7,300,B,7,61,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,8.3,A,7,8.3,A,7,100,A,7,985,A,7,320,A,7,2.6,A,7,1200,B,7,30,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,8.3,A,7,8.3,A,7,100,A,7,985,A,7,310,A,7,1.5,A,7,4800,B,7,152,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,8.3,A,7,8.3,A,7,100,A,7,985,A,7,300,A,7,3.1,A,7,4800,B,7,91,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,8.3,A,7,8.3,A,7,100,A,7,985,A,7,300,A,7,3.6,A,7,1600,B,7,30,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,7.8,A,7,7.8,A,7,100,A,7,985,A,7,0,A,7,0.0,A,7,400,B,7,30,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,7.8,A,7,7.8,A,7,100,A,7,985,A,7,0,A,7,0.0,A,7,400,B,7,30,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,7.2,A,7,7.2,A,7,100,A,7,986,A,7,0,A,7,0.0,A,7,300,B,7,30,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,08:00,123,1340,13,1,24,0,1,27,13,1,24,16,1,24,0,1,27,16,1,24,51,1,43,10,E,9,10,A,7,7.2,A,7,7.2,A,7,100,A,7,986,A,7,0,A,7,0.0,A,7,300,B,7,30,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,09:00,387,1398,54,1,24,0,1,27,54,1,24,64,1,24,0,1,27,64,1,24,223,1,43,10,E,9,10,A,7,7.2,A,7,7.2,A,7,100,A,7,987,A,7,0,A,7,0.0,A,7,300,B,7,30,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,10:00,619,1398,94,1,24,0,1,27,94,1,24,112,1,24,0,1,27,112,1,24,420,1,43,10,E,9,10,A,7,7.8,A,7,7.8,A,7,100,A,7,988,A,7,230,A,7,1.5,A,7,300,B,7,30,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,11:00,798,1398,125,1,24,0,1,27,125,1,24,150,1,24,0,1,27,150,1,24,591,1,43,10,E,9,10,A,7,8.3,A,7,8.3,A,7,100,A,7,987,A,7,200,A,7,3.1,A,7,800,B,7,30,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,12:00,913,1398,144,1,10,0,1,16,144,1,10,174,1,10,0,1,16,174,1,10,703,1,21,10,E,9,10,E,9,8.9,A,7,8.9,A,7,100,A,7,987,A,7,90,A,7,1.5,A,7,1200,B,7,30,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,13:00,955,1398,151,1,10,0,1,16,151,1,10,183,1,10,0,1,16,183,1,10,744,1,21,10,E,9,10,E,9,11.1,A,7,9.4,A,7,89,A,7,986,A,7,220,A,7,2.1,A,7,6400,B,7,152,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,14:00,922,1398,441,1,10,308,1,16,237,1,10,482,1,10,331,1,16,263,1,10,622,1,21,6,E,9,6,E,9,12.8,A,7,10.0,A,7,83,A,7,985,A,7,260,A,7,2.6,A,7,11200,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/21/1996,15:00,816,1398,532,1,11,716,1,16,114,1,11,569,1,11,724,1,16,145,1,11,272,1,22,5,B,8,5,B,8,14.4,A,7,10.0,A,7,75,A,7,984,A,7,220,A,7,2.6,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/21/1996,16:00,644,1398,435,1,11,788,1,16,72,1,11,461,1,11,768,1,16,106,1,11,157,1,22,5,B,8,4,B,8,15.0,A,7,10.0,A,7,72,A,7,984,A,7,220,A,7,2.6,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/21/1996,17:00,418,1398,257,1,11,589,1,16,81,1,11,264,1,11,516,1,16,110,1,11,148,1,22,4,B,8,4,B,8,14.4,A,7,10.0,A,7,75,A,7,983,A,7,200,A,7,2.6,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/21/1996,18:00,156,1398,48,1,11,190,1,16,27,1,11,52,1,11,105,1,16,40,1,11,47,1,22,3,B,8,3,B,8,13.3,A,7,10.0,A,7,80,A,7,984,A,7,210,A,7,3.1,A,7,11200,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/21/1996,19:00,1,128,0,1,10,15,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,3,E,9,2,E,9,11.1,A,7,9.4,A,7,89,A,7,984,A,7,250,A,7,2.1,A,7,11200,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,B,8,3,B,8,10.6,A,7,9.4,A,7,92,A,7,984,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,B,8,3,B,8,8.9,A,7,8.3,A,7,96,A,7,985,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,B,8,3,B,8,8.3,A,7,8.3,A,7,100,A,7,985,A,7,0,A,7,0.0,A,7,4000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,B,8,4,B,8,7.2,A,7,7.2,A,7,100,A,7,985,A,7,0,A,7,0.0,A,7,1600,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/21/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,B,8,4,B,8,7.8,A,7,7.8,A,7,100,A,7,984,A,7,240,A,7,1.5,A,7,2000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,E,9,4,E,9,8.3,A,7,7.8,A,7,97,A,7,983,A,7,230,A,7,2.1,A,7,2800,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,B,8,6,B,8,8.9,A,7,8.9,A,7,100,A,7,983,A,7,210,A,7,2.1,A,7,2000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,B,8,8,B,8,8.9,A,7,8.3,A,7,96,A,7,983,A,7,280,A,7,1.5,A,7,1600,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,8.9,A,7,8.9,A,7,100,A,7,982,A,7,0,A,7,0.0,A,7,400,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,7.2,A,7,7.2,A,7,100,A,7,982,A,7,0,A,7,0.0,A,7,400,B,7,30,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,E,9,8.3,A,7,8.3,A,7,100,A,7,983,A,7,0,A,7,0.0,A,7,400,B,7,3353,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,9,E,9,8.3,A,7,8.3,A,7,100,A,7,983,A,7,60,A,7,1.5,A,7,400,B,7,152,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,08:00,128,1363,26,1,24,26,1,27,24,1,24,30,1,24,14,1,27,28,1,24,50,1,43,9,E,9,9,A,7,8.9,A,7,8.9,A,7,100,A,7,984,A,7,0,A,7,0.0,A,7,400,B,7,518,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,09:00,393,1398,150,1,25,309,1,28,63,1,25,163,1,25,269,1,28,87,1,25,113,1,45,9,B,8,8,B,8,10.6,A,7,10.6,A,7,100,A,7,983,A,7,200,A,7,2.1,A,7,1200,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,10:00,625,1398,359,1,25,300,1,28,224,1,25,376,1,25,303,1,28,240,1,25,511,1,45,9,B,8,6,B,8,12.2,A,7,11.1,A,7,93,A,7,983,A,7,250,A,7,1.5,A,7,1200,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,11:00,804,1398,339,1,10,300,1,16,166,1,10,375,1,10,319,1,16,191,1,10,379,1,21,8,E,9,5,E,9,13.9,A,7,11.7,A,7,87,A,7,983,A,7,230,A,7,2.1,A,7,4000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,12:00,919,1398,624,1,24,784,1,27,108,1,24,663,1,24,788,1,27,143,1,24,276,1,43,2,E,9,2,A,7,13.9,A,7,11.7,A,7,87,A,7,983,A,7,0,A,7,0.0,A,7,4000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,13:00,961,1398,310,1,10,1,1,16,309,1,10,356,1,10,1,1,16,355,1,10,1291,1,21,10,E,9,9,E,9,13.9,A,7,11.7,A,7,87,A,7,982,A,7,0,A,7,0.0,A,7,4000,B,7,2743,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,14:00,928,1398,340,1,10,35,1,16,317,1,10,374,1,10,36,1,16,350,1,10,1068,1,21,10,E,9,9,E,9,13.9,A,7,12.2,A,7,89,A,7,981,A,7,190,A,7,2.6,A,7,4800,B,7,2896,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,15:00,822,1398,217,1,10,112,1,16,151,1,10,245,1,10,118,1,16,175,1,10,403,1,21,9,E,9,9,E,9,15.0,A,7,12.8,A,7,87,A,7,980,A,7,200,A,7,2.1,A,7,4800,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,16:00,649,1398,136,1,24,0,1,27,136,1,24,158,1,24,0,1,27,158,1,24,578,1,43,10,E,9,10,A,7,15.6,A,7,12.2,A,7,80,A,7,980,A,7,170,A,7,2.1,A,7,4800,B,7,1219,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +02/22/1996,17:00,423,1398,224,1,24,478,1,27,79,1,24,231,1,24,421,1,27,103,1,24,146,1,43,3,E,9,3,A,7,15.6,A,7,12.2,A,7,80,A,7,980,A,7,190,A,7,2.1,A,7,8000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +02/22/1996,18:00,160,1398,37,1,24,38,1,27,33,1,24,41,1,24,23,1,27,39,1,24,69,1,43,9,E,9,9,A,7,15.6,A,7,12.2,A,7,80,A,7,981,A,7,0,A,7,0.0,A,7,6400,B,7,1433,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +02/22/1996,19:00,1,151,0,1,24,0,1,27,0,1,24,0,1,24,0,1,27,0,1,24,0,1,43,10,E,9,10,A,7,14.4,A,7,12.2,A,7,87,A,7,981,A,7,70,A,7,1.5,A,7,8000,B,7,2896,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,13.9,A,7,12.2,A,7,89,A,7,981,A,7,50,A,7,2.1,A,7,8000,B,7,1097,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,E,9,3,A,7,13.3,A,7,11.7,A,7,90,A,7,982,A,7,30,A,7,2.1,A,7,6400,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,13.3,A,7,12.2,A,7,93,A,7,982,A,7,0,A,7,0.0,A,7,5600,B,7,1006,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,E,9,9,A,7,12.2,A,7,11.7,A,7,97,A,7,981,A,7,0,A,7,0.0,A,7,4000,B,7,762,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/22/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,E,9,9,A,7,12.2,A,7,12.2,A,7,100,A,7,981,A,7,70,A,7,2.1,A,7,2400,B,7,1372,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,11.7,A,7,11.7,A,7,100,A,7,981,A,7,10,A,7,2.1,A,7,300,B,7,30,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,11.7,A,7,11.7,A,7,100,A,7,980,A,7,50,A,7,3.1,A,7,300,B,7,30,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,11.7,A,7,11.7,A,7,100,A,7,980,A,7,50,A,7,2.1,A,7,300,B,7,30,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,11.7,A,7,11.7,A,7,100,A,7,980,A,7,40,A,7,1.5,A,7,300,B,7,30,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,11.1,A,7,11.1,A,7,100,A,7,981,A,7,40,A,7,2.1,A,7,300,B,7,30,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,11.1,A,7,11.1,A,7,100,A,7,981,A,7,80,A,7,3.6,A,7,800,B,7,30,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,07:00,0,12,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,10,E,9,10,A,7,10.6,A,7,10.6,A,7,100,A,7,981,A,7,80,A,7,2.6,A,7,400,B,7,30,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,08:00,134,1397,16,1,24,0,1,27,16,1,24,19,1,24,0,1,27,19,1,24,61,1,43,10,E,9,10,A,7,11.1,A,7,11.1,A,7,100,A,7,982,A,7,70,A,7,2.0,A,7,0,B,7,30,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,09:00,399,1397,43,1,24,0,1,27,43,1,24,52,1,24,0,1,27,52,1,24,185,1,43,10,E,9,10,A,7,11.1,A,7,11.1,A,7,100,A,7,982,A,7,100,A,7,2.5,A,7,0,B,7,30,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,10:00,631,1397,82,1,24,0,1,27,82,1,24,99,1,24,0,1,27,99,1,24,376,1,43,10,E,9,10,A,7,11.1,A,7,11.1,A,7,100,A,7,982,A,7,70,A,7,2.5,A,7,2400,B,7,30,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,11:00,811,1397,114,1,24,0,1,27,114,1,24,138,1,24,0,1,27,138,1,24,550,1,43,10,E,9,10,A,7,12.7,A,7,11.6,A,7,93,A,7,982,A,7,50,A,7,3.0,A,7,6400,B,7,90,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,12:00,925,1397,135,1,24,0,1,27,135,1,24,164,1,24,0,1,27,164,1,24,669,1,43,10,E,9,10,A,7,13.8,A,7,11.6,A,7,87,A,7,982,A,7,70,A,7,2.0,A,7,6400,B,7,90,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,13:00,967,1397,171,1,24,0,1,27,171,1,24,206,1,24,0,1,27,206,1,24,831,1,43,10,E,9,10,A,7,13.9,A,7,11.7,A,7,87,A,7,981,A,7,170,A,7,1.5,A,7,6400,B,7,274,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,14:00,934,1397,164,1,24,0,1,27,164,1,24,197,1,24,0,1,27,197,1,24,791,1,43,10,E,9,10,A,7,15.0,A,7,12.2,A,7,83,A,7,980,A,7,180,A,7,3.1,A,7,8000,B,7,335,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +02/23/1996,15:00,827,1397,141,1,24,0,1,27,141,1,24,169,1,24,0,1,27,169,1,24,664,1,43,10,E,9,10,A,7,15.0,A,7,12.2,A,7,83,A,7,979,A,7,170,A,7,4.1,A,7,6400,B,7,305,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +02/23/1996,16:00,655,1397,123,1,24,0,1,27,123,1,24,144,1,24,0,1,27,144,1,24,536,1,43,10,E,9,10,A,7,15.6,A,7,12.2,A,7,80,A,7,979,A,7,0,A,7,0.0,A,7,6400,B,7,792,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +02/23/1996,17:00,428,1397,125,1,24,34,1,27,115,1,24,138,1,24,31,1,27,128,1,24,307,1,43,10,E,9,9,A,7,16.1,A,7,12.2,A,7,78,A,7,979,A,7,140,A,7,1.5,A,7,6400,B,7,853,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +02/23/1996,18:00,165,1397,44,1,25,60,1,28,36,1,25,47,1,25,36,1,28,43,1,25,75,1,45,5,B,8,5,B,8,15.0,A,7,12.2,A,7,83,A,7,979,A,7,0,A,7,0.0,A,7,800,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +02/23/1996,19:00,2,175,0,1,24,1,1,27,0,1,24,0,1,24,0,1,27,0,1,24,0,1,43,0,E,9,0,A,7,13.9,A,7,12.2,A,7,89,A,7,978,A,7,40,A,7,2.1,A,7,6400,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,B,8,5,B,8,13.3,A,7,11.7,A,7,90,A,7,978,A,7,0,A,7,0.0,A,7,800,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,9,A,7,12.2,A,7,11.1,A,7,93,A,7,978,A,7,80,A,7,1.5,A,7,4800,B,7,1158,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,9,A,7,11.1,A,7,10.6,A,7,97,A,7,978,A,7,0,A,7,0.0,A,7,4800,B,7,1158,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,B,8,9,B,8,11.1,A,7,10.6,A,7,97,A,7,977,A,7,210,A,7,3.1,A,7,800,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/23/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,9,A,7,13.3,A,7,12.2,A,7,93,A,7,977,A,7,240,A,7,6.2,A,7,4800,B,7,427,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/24/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,14.4,A,7,13.3,A,7,93,A,7,977,A,7,240,A,7,3.6,A,7,800,B,7,427,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/24/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,9,A,7,15.0,A,7,13.9,A,7,93,A,7,975,A,7,240,A,7,6.7,A,7,800,B,7,457,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/24/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,E,9,3,A,7,14.4,A,7,13.9,A,7,97,A,7,975,A,7,240,A,7,5.2,A,7,800,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/24/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,14.4,A,7,13.8,A,7,96,A,7,975,A,7,240,A,7,4.6,A,7,3200,B,7,91,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/24/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,15.0,A,7,14.4,A,7,96,A,7,975,A,7,250,A,7,6.2,A,7,800,B,7,91,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/24/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,15.0,A,7,14.4,A,7,96,A,7,976,A,7,260,A,7,5.2,A,7,4800,B,7,152,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/24/1996,07:00,0,35,0,1,24,0,1,27,0,1,24,0,1,24,0,1,27,0,1,24,0,1,43,0,E,9,0,A,7,15.0,A,7,11.7,A,7,81,A,7,979,A,7,320,A,7,6.2,A,7,8000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +02/24/1996,08:00,140,1396,53,1,25,231,1,28,30,1,25,56,1,25,119,1,28,44,1,25,53,1,45,0,B,8,0,B,8,14.4,A,7,1.1,A,7,40,A,7,981,A,7,310,A,7,6.7,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,09:00,406,1396,234,1,25,592,1,28,62,1,25,245,1,25,521,1,28,93,1,25,118,1,45,0,B,8,0,B,8,13.3,A,7,-4.4,A,7,28,A,7,982,A,7,350,A,7,4.6,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,10:00,637,1396,428,1,25,749,1,28,86,1,25,444,1,25,723,1,28,113,1,25,173,1,45,0,B,8,0,B,8,14.4,A,7,-2.8,A,7,30,A,7,983,A,7,330,A,7,5.2,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,11:00,817,1396,587,1,25,826,1,28,103,1,25,617,1,25,821,1,28,134,1,25,235,1,45,0,B,8,0,B,8,15.0,A,7,-2.8,A,7,28,A,7,984,A,7,290,A,7,7.7,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,12:00,931,1396,690,1,25,864,1,28,114,1,25,731,1,25,868,1,28,150,1,25,292,1,45,0,B,8,0,B,8,15.0,A,7,-5.0,A,7,24,A,7,984,A,7,280,A,7,7.2,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,13:00,973,1396,728,1,24,876,1,27,117,1,24,773,1,24,882,1,27,156,1,24,317,1,43,0,E,9,0,A,7,16.1,A,7,-6.7,A,7,19,A,7,984,A,7,310,A,7,7.7,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,14:00,940,1396,698,1,25,866,1,28,114,1,25,739,1,25,871,1,28,151,1,25,295,1,45,0,B,8,0,B,8,17.2,A,7,-7.2,A,7,17,A,7,983,A,7,320,A,7,7.7,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,15:00,833,1396,602,1,25,833,1,28,105,1,25,633,1,25,830,1,28,137,1,25,242,1,45,0,B,8,0,B,8,18.3,A,7,-7.2,A,7,16,A,7,983,A,7,310,A,7,7.7,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,16:00,660,1396,448,1,25,762,1,28,88,1,25,466,1,25,739,1,28,115,1,25,180,1,45,0,B,8,0,B,8,18.9,A,7,-6.7,A,7,16,A,7,983,A,7,310,A,7,5.7,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,17:00,433,1396,256,1,25,618,1,28,65,1,25,269,1,25,555,1,28,97,1,25,125,1,45,0,B,8,0,B,8,18.3,A,7,-7.2,A,7,16,A,7,984,A,7,300,A,7,6.7,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,18:00,170,1396,70,1,25,287,1,28,35,1,25,71,1,25,175,1,28,50,1,25,61,1,45,0,B,8,0,B,8,15.6,A,7,-6.7,A,7,20,A,7,985,A,7,320,A,7,2.6,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,19:00,2,198,0,1,24,4,1,27,0,1,24,0,1,24,0,1,27,0,1,24,0,1,43,0,E,9,0,A,7,13.3,A,7,-6.1,A,7,24,A,7,987,A,7,300,A,7,3.6,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,11.7,A,7,-6.7,A,7,25,A,7,987,A,7,310,A,7,2.1,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,10.0,A,7,-6.1,A,7,30,A,7,988,A,7,300,A,7,2.6,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,8.3,A,7,-5.0,A,7,37,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,8.3,A,7,-5.0,A,7,37,A,7,988,A,7,300,A,7,4.1,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/24/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,8.3,A,7,-6.1,A,7,33,A,7,989,A,7,310,A,7,2.1,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,A,7,7.2,A,7,-6.1,A,7,36,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,7.2,A,7,-5.6,A,7,38,A,7,989,A,7,280,A,7,2.1,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,7.2,A,7,-6.1,A,7,36,A,7,989,A,7,300,A,7,3.1,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,6.1,A,7,-4.4,A,7,45,A,7,989,A,7,290,A,7,2.6,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,6.7,A,7,-5.6,A,7,39,A,7,989,A,7,250,A,7,1.5,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,6.1,A,7,-5.0,A,7,43,A,7,989,A,7,310,A,7,2.1,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,07:00,0,58,0,1,24,5,1,27,0,1,24,0,1,24,0,1,27,0,1,24,0,1,43,0,E,9,0,A,7,6.7,A,7,-3.3,A,7,47,A,7,990,A,7,300,A,7,2.1,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,08:00,146,1396,63,1,25,360,1,28,25,1,25,64,1,25,208,1,28,43,1,25,45,1,45,0,B,8,0,B,8,8.9,A,7,-3.3,A,7,41,A,7,990,A,7,300,A,7,2.6,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,09:00,412,1396,253,1,25,695,1,28,47,1,25,265,1,25,622,1,28,80,1,25,98,1,45,0,B,8,0,B,8,12.8,A,7,-3.3,A,7,31,A,7,991,A,7,280,A,7,3.1,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,10:00,644,1396,448,1,25,829,1,28,65,1,25,470,1,25,800,1,28,100,1,25,143,1,45,0,B,8,0,B,8,16.7,A,7,-5.6,A,7,20,A,7,990,A,7,270,A,7,4.1,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,11:00,823,1396,605,1,25,892,1,28,78,1,25,632,1,25,881,1,28,111,1,25,182,1,45,0,B,8,0,B,8,17.8,A,7,-6.1,A,7,18,A,7,990,A,7,290,A,7,4.1,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,12:00,938,1396,706,1,25,923,1,28,86,1,25,737,1,25,919,1,28,118,1,25,217,1,45,0,B,8,0,B,8,19.4,A,7,-4.4,A,7,19,A,7,990,A,7,260,A,7,3.1,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,13:00,979,1396,743,1,24,932,1,27,89,1,24,775,1,24,929,1,27,121,1,24,233,1,43,0,E,9,0,A,7,20.6,A,7,-5.0,A,7,17,A,7,989,A,7,260,A,7,4.1,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,14:00,945,1396,712,1,25,923,1,28,87,1,25,743,1,25,919,1,28,119,1,25,220,1,45,0,B,8,0,B,8,21.7,A,7,-5.6,A,7,15,A,7,988,A,7,250,A,7,5.7,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,15:00,838,1396,616,1,25,893,1,28,79,1,25,644,1,25,883,1,28,112,1,25,186,1,45,0,B,8,0,B,8,22.2,A,7,-4.4,A,7,16,A,7,987,A,7,220,A,7,5.2,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,16:00,665,1396,464,1,25,833,1,28,67,1,25,487,1,25,807,1,28,101,1,25,148,1,45,0,B,8,0,B,8,22.2,A,7,-4.4,A,7,16,A,7,986,A,7,240,A,7,5.7,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,17:00,438,1396,272,1,25,709,1,28,49,1,25,286,1,25,645,1,28,83,1,25,103,1,45,0,B,8,0,B,8,20.0,A,7,-4.4,A,7,18,A,7,986,A,7,230,A,7,5.2,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,18:00,175,1396,80,1,25,409,1,28,28,1,25,80,1,25,274,1,28,45,1,25,52,1,45,0,B,8,0,B,8,17.8,A,7,-4.4,A,7,21,A,7,986,A,7,230,A,7,3.1,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,19:00,3,198,0,1,24,16,1,27,0,1,24,0,1,24,0,1,27,0,1,24,0,1,43,0,E,9,0,A,7,17.2,A,7,-5.0,A,7,20,A,7,987,A,7,210,A,7,2.1,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,15.0,A,7,-3.9,A,7,26,A,7,986,A,7,210,A,7,1.5,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,14.4,A,7,-2.8,A,7,30,A,7,986,A,7,230,A,7,4.1,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,14.4,A,7,-2.2,A,7,31,A,7,985,A,7,240,A,7,4.1,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,13.9,A,7,-2.2,A,7,32,A,7,985,A,7,240,A,7,4.6,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/25/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,12.8,A,7,-2.2,A,7,34,A,7,985,A,7,240,A,7,3.1,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,A,7,11.7,A,7,-1.7,A,7,39,A,7,985,A,7,230,A,7,2.1,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,11.1,A,7,-1.7,A,7,40,A,7,984,A,7,240,A,7,2.1,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,10.6,A,7,-1.7,A,7,42,A,7,984,A,7,220,A,7,1.5,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,10.0,A,7,-1.7,A,7,43,A,7,984,A,7,230,A,7,3.1,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,8.9,A,7,-1.1,A,7,49,A,7,984,A,7,240,A,7,3.1,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,8.3,A,7,-0.6,A,7,53,A,7,984,A,7,250,A,7,3.6,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,07:00,1,81,0,1,24,10,1,27,0,1,24,0,1,24,0,1,27,0,1,24,0,1,43,0,E,9,0,A,7,7.2,A,7,-0.6,A,7,57,A,7,984,A,7,230,A,7,2.6,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,08:00,152,1395,68,1,25,407,1,28,23,1,25,68,1,25,260,1,28,40,1,25,44,1,45,0,B,8,0,B,8,10.0,A,7,0.0,A,7,50,A,7,984,A,7,240,A,7,3.1,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,09:00,418,1395,257,1,25,717,1,28,42,1,25,272,1,25,645,1,28,78,1,25,98,1,45,0,B,8,0,B,8,13.3,A,7,1.1,A,7,43,A,7,984,A,7,220,A,7,2.6,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,10:00,650,1395,450,1,25,840,1,28,58,1,25,474,1,25,813,1,28,94,1,25,139,1,45,0,B,8,0,B,8,17.2,A,7,0.6,A,7,33,A,7,984,A,7,240,A,7,4.1,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,11:00,829,1395,605,1,25,899,1,28,70,1,25,635,1,25,889,1,28,104,1,25,176,1,45,0,B,8,0,B,8,21.1,A,7,2.8,A,7,30,A,7,983,A,7,230,A,7,3.6,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,12:00,944,1395,705,1,25,928,1,28,77,1,25,738,1,25,925,1,28,111,1,25,208,1,45,0,B,8,0,B,8,23.3,A,7,4.4,A,7,29,A,7,983,A,7,260,A,7,6.7,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,13:00,985,1395,742,1,24,938,1,27,80,1,24,777,1,24,936,1,27,113,1,24,224,1,43,0,E,9,0,A,7,24.4,A,7,7.2,A,7,33,A,7,982,A,7,250,A,7,8.2,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,14:00,951,1395,712,1,25,930,1,28,78,1,25,746,1,25,927,1,28,112,1,25,211,1,45,0,B,8,0,B,8,24.4,A,7,6.7,A,7,32,A,7,981,A,7,240,A,7,6.2,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,15:00,844,1395,618,1,25,904,1,28,71,1,25,649,1,25,895,1,28,105,1,25,180,1,45,0,B,8,0,B,8,24.4,A,7,7.8,A,7,35,A,7,980,A,7,240,A,7,5.7,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,16:00,671,1395,468,1,25,849,1,28,60,1,25,493,1,25,824,1,28,96,1,25,143,1,45,0,B,8,0,B,8,24.4,A,7,8.9,A,7,37,A,7,980,A,7,250,A,7,5.2,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,17:00,443,1395,278,1,25,736,1,28,44,1,25,294,1,25,670,1,28,80,1,25,103,1,45,0,B,8,0,B,8,23.3,A,7,8.9,A,7,40,A,7,980,A,7,250,A,7,3.1,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,18:00,179,1395,85,1,25,456,1,28,26,1,25,86,1,25,310,1,28,46,1,25,51,1,45,0,B,8,0,B,8,21.7,A,7,9.4,A,7,45,A,7,981,A,7,220,A,7,2.1,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,19:00,3,221,0,1,24,27,1,27,0,1,24,0,1,24,0,1,27,0,1,24,0,1,43,0,E,9,0,A,7,18.9,A,7,9.4,A,7,54,A,7,981,A,7,240,A,7,2.6,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,19.4,A,7,9.4,A,7,52,A,7,982,A,7,270,A,7,2.6,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,16.7,A,7,8.9,A,7,60,A,7,982,A,7,240,A,7,1.5,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,16.7,A,7,8.9,A,7,60,A,7,982,A,7,290,A,7,2.1,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,14.4,A,7,8.9,A,7,70,A,7,982,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/26/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,15.6,A,7,8.9,A,7,64,A,7,982,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,A,7,13.3,A,7,8.9,A,7,75,A,7,982,A,7,100,A,7,4.1,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,12.2,A,7,5.6,A,7,64,A,7,982,A,7,70,A,7,3.6,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,11.1,A,7,3.3,A,7,59,A,7,982,A,7,80,A,7,2.1,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,11.1,A,7,3.9,A,7,61,A,7,982,A,7,50,A,7,3.1,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,11.1,A,7,3.3,A,7,59,A,7,982,A,7,60,A,7,2.6,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,9.4,A,7,4.4,A,7,71,A,7,983,A,7,90,A,7,2.6,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,07:00,1,128,0,1,24,22,1,27,0,1,24,0,1,24,0,1,27,0,1,24,0,1,43,0,E,9,0,A,7,9.4,A,7,4.4,A,7,71,A,7,983,A,7,100,A,7,2.6,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,08:00,158,1394,74,1,25,462,1,28,21,1,25,77,1,25,318,1,28,41,1,25,45,1,45,1,B,8,1,B,8,10.6,A,7,5.0,A,7,68,A,7,984,A,7,90,A,7,2.6,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,09:00,424,1394,250,1,25,696,1,28,37,1,25,264,1,25,629,1,28,72,1,25,94,1,45,1,B,8,1,B,8,12.2,A,7,4.4,A,7,59,A,7,984,A,7,100,A,7,2.1,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,10:00,656,1394,427,1,25,753,1,28,72,1,25,453,1,25,737,1,28,105,1,25,159,1,45,2,B,8,2,B,8,15.0,A,7,3.9,A,7,47,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,11:00,836,1394,564,1,25,742,1,28,118,1,25,602,1,25,752,1,28,150,1,25,287,1,45,2,B,8,2,B,8,17.2,A,7,5.0,A,7,44,A,7,984,A,7,190,A,7,2.6,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,12:00,950,1394,698,1,24,818,1,27,140,1,24,724,1,24,815,1,27,167,1,24,342,1,43,3,E,9,3,A,7,19.4,A,7,6.7,A,7,44,A,7,983,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,13:00,991,1394,752,1,24,956,1,27,72,1,24,789,1,24,955,1,27,108,1,24,213,1,43,0,E,9,0,A,7,20.0,A,7,7.8,A,7,45,A,7,982,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,14:00,957,1394,722,1,25,949,1,28,70,1,25,758,1,25,947,1,28,106,1,25,201,1,45,0,B,8,0,B,8,21.7,A,7,8.9,A,7,44,A,7,981,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,15:00,849,1394,627,1,25,924,1,28,64,1,25,660,1,25,916,1,28,100,1,25,172,1,45,0,B,8,0,B,8,22.8,A,7,9.4,A,7,42,A,7,980,A,7,160,A,7,2.6,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,16:00,676,1394,477,1,25,872,1,28,54,1,25,504,1,25,848,1,28,91,1,25,138,1,45,0,B,8,0,B,8,24.4,A,7,10.6,A,7,42,A,7,979,A,7,230,A,7,4.1,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,17:00,448,1394,286,1,25,766,1,28,40,1,25,304,1,25,700,1,28,78,1,25,100,1,45,0,B,8,0,B,8,23.3,A,7,11.1,A,7,46,A,7,979,A,7,220,A,7,2.6,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,18:00,184,1394,90,1,25,504,1,28,23,1,25,95,1,25,364,1,28,47,1,25,51,1,45,0,B,8,0,B,8,22.2,A,7,11.1,A,7,49,A,7,979,A,7,220,A,7,2.6,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,19:00,4,244,1,1,24,40,1,27,0,1,24,0,1,24,0,1,27,0,1,24,0,1,43,0,E,9,0,A,7,21.7,A,7,12.2,A,7,55,A,7,978,A,7,210,A,7,3.1,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,20.0,A,7,12.2,A,7,61,A,7,978,A,7,190,A,7,3.1,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,18.9,A,7,12.2,A,7,65,A,7,978,A,7,200,A,7,3.6,A,7,11200,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,19.4,A,7,12.8,A,7,66,A,7,978,A,7,230,A,7,4.1,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,18.9,A,7,13.3,A,7,70,A,7,977,A,7,240,A,7,6.2,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/27/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,18.3,A,7,13.3,A,7,73,A,7,976,A,7,240,A,7,4.6,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,E,9,0,A,7,18.3,A,7,13.9,A,7,76,A,7,975,A,7,230,A,7,4.1,A,7,11200,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,B,8,2,B,8,18.3,A,7,13.9,A,7,76,A,7,975,A,7,240,A,7,7.7,A,7,11200,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,E,9,3,A,7,17.8,A,7,13.9,A,7,78,A,7,975,A,7,250,A,7,6.2,A,7,11200,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,E,9,2,A,7,17.2,A,7,13.8,A,7,80,A,7,975,A,7,260,A,7,5.2,A,7,11200,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,10,A,7,17.2,A,7,13.9,A,7,81,A,7,975,A,7,350,A,7,3.1,A,7,11200,B,7,2286,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,E,9,9,A,7,16.7,A,7,13.9,A,7,84,A,7,974,A,7,230,A,7,2.6,A,7,11200,B,7,3048,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,07:00,1,151,0,1,24,0,1,27,0,1,24,0,1,24,0,1,27,0,1,24,0,1,43,8,E,9,8,A,7,16.1,A,7,13.9,A,7,87,A,7,975,A,7,250,A,7,4.1,A,7,11200,B,7,2743,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/28/1996,08:00,164,1394,63,1,24,286,1,27,30,1,24,65,1,24,174,1,27,45,1,24,54,1,43,2,E,9,2,A,7,16.1,A,7,14.4,A,7,90,A,7,975,A,7,240,A,7,4.6,A,7,6400,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/28/1996,09:00,431,1394,156,1,25,289,1,28,66,1,25,170,1,25,260,1,28,90,1,25,119,1,45,5,B,8,4,B,8,16.7,A,7,14.4,A,7,86,A,7,975,A,7,250,A,7,4.1,A,7,8000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +02/28/1996,10:00,663,1394,384,1,25,432,1,28,178,1,25,401,1,25,428,1,28,196,1,25,372,1,45,7,B,8,7,B,8,17.8,A,7,13.8,A,7,77,A,7,976,A,7,250,A,7,5.7,A,7,11200,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,11:00,842,1394,251,1,24,43,1,27,225,1,24,277,1,24,43,1,27,250,1,24,753,1,43,10,E,9,9,A,7,18.9,A,7,13.3,A,7,70,A,7,976,A,7,260,A,7,6.2,A,7,16000,B,7,1829,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,12:00,956,1394,615,1,24,698,1,27,136,1,24,661,1,24,714,1,27,170,1,24,379,1,43,2,E,9,2,A,7,19.4,A,7,13.3,A,7,68,A,7,976,A,7,260,A,7,6.2,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,13:00,997,1394,629,1,24,486,1,27,281,1,24,665,1,24,504,1,27,303,1,24,824,1,43,6,E,9,4,A,7,19.4,A,7,8.9,A,7,51,A,7,976,A,7,330,A,7,7.2,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,14:00,963,1394,645,1,24,656,1,27,192,1,24,677,1,24,661,1,27,219,1,24,518,1,43,2,E,9,2,A,7,17.8,A,7,6.1,A,7,46,A,7,976,A,7,320,A,7,7.7,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,15:00,855,1394,603,1,25,840,1,28,87,1,25,628,1,25,831,1,28,117,1,25,196,1,45,2,B,8,2,B,8,18.3,A,7,0.6,A,7,30,A,7,976,A,7,310,A,7,8.2,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,16:00,681,1394,444,1,25,738,1,28,83,1,25,466,1,25,722,1,28,112,1,25,178,1,45,2,B,8,2,B,8,17.8,A,7,-2.2,A,7,25,A,7,976,A,7,290,A,7,7.7,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,17:00,453,1394,258,1,25,551,1,28,79,1,25,268,1,25,497,1,28,106,1,25,149,1,45,2,B,8,2,B,8,17.8,A,7,-1.1,A,7,27,A,7,977,A,7,290,A,7,5.2,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,18:00,188,1394,81,1,25,338,1,28,36,1,25,83,1,25,218,1,28,54,1,25,64,1,45,1,B,8,1,B,8,15.6,A,7,-6.1,A,7,21,A,7,977,A,7,300,A,7,3.1,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,19:00,5,267,0,1,25,13,1,28,0,1,25,0,1,25,0,1,28,0,1,25,0,1,45,1,B,8,1,B,8,13.9,A,7,-4.4,A,7,27,A,7,978,A,7,280,A,7,5.2,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,B,8,1,B,8,13.9,A,7,-5.0,A,7,25,A,7,979,A,7,290,A,7,7.7,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,B,8,1,B,8,12.8,A,7,-5.6,A,7,26,A,7,980,A,7,290,A,7,7.7,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,B,8,1,B,8,11.6,A,7,-4.6,A,7,31,A,7,981,A,7,290,A,7,7.0,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,10.4,A,7,-3.7,A,7,34,A,7,981,A,7,310,A,7,6.4,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +02/28/1996,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,B,8,0,B,8,9.2,A,7,-2.8,A,7,35,A,7,982,A,7,340,A,7,5.7,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +03/01/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.0,A,7,-2.0,A,7,46,A,7,996,A,7,350,A,7,5.1,A,7,24100,B,7,1680,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.8,A,7,-1.1,A,7,50,A,7,996,A,7,360,A,7,4.4,A,7,24100,B,7,1830,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,-0.2,A,7,49,A,7,996,A,7,360,A,7,3.8,A,7,24100,B,7,1830,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,0.6,A,7,76,A,7,997,A,7,10,A,7,3.1,A,7,11300,B,7,1830,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,1.1,A,7,82,A,7,996,A,7,0,A,7,0.0,A,7,24100,B,7,1830,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +03/01/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,3.3,A,7,1.7,A,7,89,A,7,997,A,7,360,A,7,2.1,A,7,24100,B,7,3050,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,07:00,2,197,3,1,13,3,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,8,A,7,4,A,7,2.8,A,7,0.6,A,7,86,A,7,997,A,7,100,A,7,3.1,A,7,19300,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,08:00,173,1393,68,1,13,164,1,9,48,1,13,72,1,13,92,1,9,60,1,13,91,1,21,7,A,7,2,A,7,3.9,A,7,-2.8,A,7,62,A,7,998,A,7,60,A,7,5.2,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +03/01/1990,09:00,440,1393,224,1,13,424,1,9,92,1,13,240,1,13,382,1,9,119,1,13,171,1,21,7,A,7,3,A,7,3.9,A,7,-3.3,A,7,60,A,7,999,A,7,60,A,7,6.2,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,10:00,672,1393,354,1,13,449,1,9,139,1,13,382,1,13,448,1,9,165,1,13,284,1,21,8,A,7,4,A,7,6.7,A,7,-3.3,A,7,49,A,7,999,A,7,90,A,7,5.2,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,11:00,851,1393,484,1,13,339,1,9,277,1,13,519,1,13,361,1,9,298,1,13,711,1,21,9,A,7,7,A,7,7.2,A,7,-3.9,A,7,46,A,7,999,A,7,60,A,7,4.6,A,7,24100,B,7,3660,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,12:00,965,1393,729,1,9,878,1,9,122,1,13,772,1,9,882,1,9,159,1,13,323,1,18,5,A,7,0,A,7,9.4,A,7,-3.9,A,7,39,A,7,998,A,7,70,A,7,1.5,A,7,19300,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,13:00,1006,1393,544,1,13,271,1,9,349,1,13,586,1,13,292,1,9,375,1,13,1064,1,21,6,A,7,5,A,7,9.4,A,7,-4.4,A,7,38,A,7,998,A,7,60,A,7,4.1,A,7,19300,B,7,7620,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,14:00,971,1393,555,1,13,388,1,9,285,1,13,604,1,13,418,1,9,312,1,13,809,1,21,7,A,7,7,A,7,9.4,A,7,-6.1,A,7,33,A,7,997,A,7,140,A,7,3.6,A,7,16100,B,7,2130,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,15:00,863,1393,324,1,9,8,1,9,319,1,13,365,1,9,8,1,9,360,1,13,1224,1,18,10,A,7,10,A,7,10.0,A,7,-5.0,A,7,35,A,7,996,A,7,120,A,7,3.1,A,7,11300,B,7,1830,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,16:00,688,1393,144,1,9,1,1,9,143,1,13,167,1,9,1,1,9,167,1,13,619,1,18,10,A,7,10,A,7,9.4,A,7,-4.4,A,7,38,A,7,996,A,7,160,A,7,2.6,A,7,11300,B,7,1680,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,17:00,460,1393,109,1,9,4,1,9,108,1,13,124,1,9,2,1,9,123,1,13,413,1,18,10,A,7,10,A,7,9.4,A,7,-4.4,A,7,38,A,7,995,A,7,190,A,7,2.6,A,7,11300,B,7,1520,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,18:00,195,1393,37,1,13,6,1,9,37,1,13,43,1,13,0,1,9,43,1,13,132,1,21,10,A,7,10,A,7,8.9,A,7,-4.4,A,7,39,A,7,995,A,7,180,A,7,2.6,A,7,16100,B,7,1460,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,19:00,6,313,4,1,13,0,1,9,4,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,8.3,A,7,-3.9,A,7,42,A,7,995,A,7,180,A,7,2.1,A,7,24100,B,7,1430,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,-3.9,A,7,42,A,7,995,A,7,170,A,7,2.6,A,7,16100,B,7,1680,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,-1.7,A,7,54,A,7,995,A,7,180,A,7,2.1,A,7,16100,B,7,2740,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,-1.1,A,7,60,A,7,995,A,7,210,A,7,2.1,A,7,16100,B,7,3050,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,6.1,A,7,-2.2,A,7,56,A,7,994,A,7,200,A,7,2.1,A,7,16100,B,7,3050,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/01/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,5.0,A,7,-1.7,A,7,62,A,7,994,A,7,230,A,7,2.1,A,7,16100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/02/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,4.4,A,7,-0.6,A,7,70,A,7,993,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/02/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,0.0,A,7,73,A,7,992,A,7,220,A,7,2.6,A,7,24100,B,7,2290,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/02/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,5.0,A,7,-0.6,A,7,68,A,7,991,A,7,140,A,7,1.5,A,7,24100,B,7,3350,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/02/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,3.9,A,7,0.0,A,7,76,A,7,991,A,7,250,A,7,2.6,A,7,16100,B,7,3660,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/02/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,1.1,A,7,79,A,7,991,A,7,220,A,7,2.6,A,7,12900,B,7,2900,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/02/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,1.7,A,7,79,A,7,990,A,7,230,A,7,2.6,A,7,11300,B,7,2900,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/02/1990,07:00,3,220,2,1,13,0,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,5.0,A,7,1.7,A,7,79,A,7,990,A,7,230,A,7,3.1,A,7,6400,B,7,3050,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/02/1990,08:00,179,1392,40,1,13,2,1,9,40,1,13,45,1,13,0,1,9,45,1,13,136,1,21,10,A,7,10,A,7,6.1,A,7,2.8,A,7,80,A,7,990,A,7,210,A,7,3.6,A,7,6400,B,7,1980,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/02/1990,09:00,447,1392,80,1,9,4,1,9,78,1,13,92,1,9,2,1,9,91,1,13,318,1,18,10,A,7,10,A,7,7.2,A,7,3.3,A,7,77,A,7,990,A,7,240,A,7,3.6,A,7,6400,B,7,2290,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/02/1990,10:00,679,1392,139,1,9,3,1,9,137,1,13,162,1,9,2,1,9,161,1,13,594,1,18,10,A,7,10,A,7,8.3,A,7,4.4,A,7,77,A,7,990,A,7,220,A,7,4.6,A,7,6400,B,7,1830,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/02/1990,11:00,857,1392,178,1,9,1,1,9,177,1,13,210,1,9,1,1,9,209,1,13,812,1,18,10,A,7,10,A,7,8.9,A,7,5.0,A,7,77,A,7,990,A,7,230,A,7,3.6,A,7,6400,B,7,640,A,7,1.4,E,8,0.000,F,8,0.00,?,0,3,1,D,9,05,C,8 +03/02/1990,12:00,971,1392,207,1,9,1,1,9,206,1,13,245,1,9,1,1,9,245,1,13,969,1,18,10,A,7,10,A,7,8.3,A,7,6.1,A,7,86,A,7,989,A,7,240,A,7,3.6,A,7,6400,B,7,640,A,7,1.5,E,8,0.000,F,8,0.00,?,0,3,1,D,9,05,C,8 +03/02/1990,13:00,1012,1392,211,1,9,2,1,9,210,1,13,252,1,9,2,1,9,251,1,13,1001,1,18,10,A,7,10,A,7,8.3,A,7,6.7,A,7,89,A,7,988,A,7,240,A,7,3.1,A,7,3200,B,7,910,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/02/1990,14:00,977,1392,232,1,9,1,1,9,231,1,13,273,1,9,1,1,9,272,1,13,1062,1,18,10,A,7,10,A,7,8.3,A,7,7.2,A,7,93,A,7,986,A,7,240,A,7,2.6,A,7,2400,B,7,400,A,7,1.6,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +03/02/1990,15:00,868,1392,185,1,9,2,1,9,184,1,13,218,1,9,2,1,9,217,1,13,842,1,18,10,A,7,10,A,7,8.9,A,7,7.8,A,7,93,A,7,985,A,7,280,A,7,2.6,A,7,2400,B,7,150,A,7,1.7,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +03/02/1990,16:00,694,1392,143,1,9,1,1,9,143,1,13,168,1,9,1,1,9,167,1,13,621,1,18,10,A,7,10,A,7,8.9,A,7,7.8,A,7,93,A,7,984,A,7,240,A,7,1.5,A,7,2400,B,7,150,A,7,1.7,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +03/02/1990,17:00,465,1392,100,1,9,1,1,9,99,1,13,114,1,9,1,1,9,114,1,13,389,1,18,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,984,A,7,300,A,7,1.5,A,7,2400,B,7,150,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/02/1990,18:00,200,1392,36,1,13,1,1,9,36,1,13,41,1,13,0,1,9,41,1,13,131,1,21,10,A,7,10,A,7,9.4,A,7,8.3,A,7,93,A,7,984,A,7,160,A,7,2.1,A,7,1600,B,7,150,A,7,1.7,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +03/02/1990,19:00,7,336,4,1,13,0,1,9,4,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,8.9,A,7,8.9,A,7,100,A,7,983,A,7,150,A,7,2.1,A,7,1600,B,7,120,A,7,1.8,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +03/02/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.9,A,7,100,A,7,983,A,7,150,A,7,2.1,A,7,1600,B,7,120,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/02/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,8.9,A,7,96,A,7,983,A,7,30,A,7,1.5,A,7,1600,B,7,120,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/02/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.9,A,7,100,A,7,982,A,7,90,A,7,2.6,A,7,400,B,7,120,A,7,1.8,E,8,0.000,?,0,0.00,?,0,10,1,D,9,45,C,8 +03/02/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,981,A,7,140,A,7,3.6,A,7,800,B,7,90,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/02/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,980,A,7,110,A,7,2.6,A,7,800,B,7,90,A,7,1.8,E,8,0.000,?,0,0.00,?,0,18,1,D,9,45,C,8 +03/03/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,979,A,7,180,A,7,2.1,A,7,2400,B,7,90,A,7,1.8,E,8,0.000,?,0,0.00,?,0,25,1,D,9,45,C,8 +03/03/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,978,A,7,0,A,7,0.0,A,7,2400,B,7,90,A,7,1.9,E,8,0.000,?,0,0.00,?,0,10,1,D,9,45,C,8 +03/03/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,9.4,A,7,100,A,7,977,A,7,40,A,7,1.5,A,7,400,B,7,90,A,7,1.8,E,8,0.000,?,0,0.00,?,0,8,1,D,9,45,C,8 +03/03/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.9,A,7,100,A,7,976,A,7,30,A,7,2.1,A,7,400,B,7,60,A,7,1.8,E,8,0.000,?,0,0.00,?,0,20,1,D,9,45,C,8 +03/03/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,8.3,A,7,100,A,7,976,A,7,340,A,7,3.6,A,7,1600,B,7,90,A,7,1.7,E,8,0.000,?,0,0.00,?,0,15,1,D,9,45,C,8 +03/03/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,8.3,A,7,100,A,7,976,A,7,10,A,7,3.1,A,7,1600,B,7,90,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/03/1990,07:00,4,267,3,1,13,0,1,9,3,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,977,A,7,30,A,7,3.1,A,7,800,B,7,90,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/03/1990,08:00,186,1392,32,1,13,0,1,9,32,1,13,37,1,13,0,1,9,37,1,13,117,1,21,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,977,A,7,30,A,7,4.1,A,7,2000,B,7,90,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,40,C,8 +03/03/1990,09:00,453,1392,152,1,9,0,1,9,152,1,13,168,1,9,0,1,9,168,1,13,509,1,18,10,A,7,10,A,7,9.4,A,7,8.9,A,7,96,A,7,977,A,7,40,A,7,4.1,A,7,9700,B,7,210,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/03/1990,10:00,685,1392,143,1,9,0,1,9,143,1,13,167,1,9,0,1,9,167,1,13,617,1,18,10,A,7,10,A,7,9.4,A,7,8.3,A,7,93,A,7,977,A,7,40,A,7,3.6,A,7,6400,B,7,730,A,7,1.7,E,8,0.000,F,8,0.00,?,0,20,1,D,9,45,C,8 +03/03/1990,11:00,864,1392,185,1,9,2,1,9,184,1,13,218,1,9,2,1,9,217,1,13,840,1,18,10,A,7,10,A,7,9.4,A,7,8.9,A,7,96,A,7,977,A,7,10,A,7,3.6,A,7,9700,B,7,240,A,7,1.8,E,8,0.000,F,8,0.00,?,0,25,1,D,9,45,C,8 +03/03/1990,12:00,977,1392,202,1,9,1,1,9,202,1,13,241,1,9,1,1,9,241,1,13,957,1,18,10,A,7,10,A,7,10.0,A,7,8.9,A,7,93,A,7,978,A,7,360,A,7,3.1,A,7,9700,B,7,240,A,7,1.8,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +03/03/1990,13:00,1018,1392,218,1,9,1,1,9,218,1,13,260,1,9,1,1,9,260,1,13,1034,1,18,10,A,7,10,A,7,10.6,A,7,9.4,A,7,93,A,7,978,A,7,340,A,7,5.7,A,7,9700,B,7,270,A,7,1.9,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +03/03/1990,14:00,982,1392,461,1,9,280,1,9,264,1,13,506,1,9,302,1,9,292,1,13,750,1,18,10,A,7,9,A,7,10.0,A,7,7.2,A,7,83,A,7,977,A,7,40,A,7,2.6,A,7,11300,B,7,1220,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/03/1990,15:00,873,1392,461,1,13,449,1,9,180,1,13,501,1,13,463,1,9,210,1,13,437,1,21,6,A,7,4,A,7,13.3,A,7,7.2,A,7,67,A,7,977,A,7,360,A,7,4.1,A,7,16100,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/03/1990,16:00,699,1392,355,1,13,432,1,9,139,1,13,385,1,13,434,1,9,166,1,13,288,1,21,5,A,7,4,A,7,13.9,A,7,3.3,A,7,49,A,7,977,A,7,350,A,7,3.6,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/03/1990,17:00,470,1392,287,1,9,702,1,9,52,1,13,305,1,9,649,1,9,85,1,13,110,1,18,3,A,7,1,A,7,13.9,A,7,0.0,A,7,39,A,7,978,A,7,350,A,7,3.1,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/03/1990,18:00,204,1392,77,1,13,248,1,9,42,1,13,83,1,13,159,1,9,59,1,13,75,1,21,6,A,7,3,A,7,12.8,A,7,0.6,A,7,44,A,7,978,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/03/1990,19:00,8,359,10,1,13,32,1,9,5,1,13,0,1,13,0,1,9,0,1,13,0,1,21,3,A,7,1,A,7,10.6,A,7,0.6,A,7,50,A,7,979,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/03/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,6.1,A,7,3.3,A,7,83,A,7,979,A,7,270,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +03/03/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,5.6,A,7,2.2,A,7,79,A,7,980,A,7,290,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/03/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,6.7,A,7,1.7,A,7,71,A,7,981,A,7,290,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/03/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,8.3,A,7,-0.6,A,7,54,A,7,982,A,7,330,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/03/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,7.2,A,7,-1.1,A,7,56,A,7,982,A,7,350,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,-1.1,A,7,58,A,7,982,A,7,340,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,-1.1,A,7,60,A,7,982,A,7,350,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-3.3,A,7,55,A,7,983,A,7,350,A,7,4.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-4.4,A,7,53,A,7,984,A,7,10,A,7,3.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-5.0,A,7,55,A,7,984,A,7,20,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-5.6,A,7,57,A,7,986,A,7,30,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,07:00,5,290,7,1,13,27,1,9,3,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,2.2,A,7,-6.1,A,7,55,A,7,987,A,7,350,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,08:00,192,1391,93,1,13,501,1,9,26,1,13,98,1,13,351,1,9,49,1,13,52,1,21,0,A,7,0,A,7,3.9,A,7,-7.2,A,7,45,A,7,988,A,7,20,A,7,3.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,09:00,460,1391,298,1,9,782,1,9,43,1,13,319,1,9,718,1,9,81,1,13,104,1,18,0,A,7,0,A,7,5.6,A,7,-7.2,A,7,40,A,7,989,A,7,30,A,7,4.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,10:00,691,1391,496,1,9,886,1,9,58,1,13,526,1,9,864,1,9,95,1,13,144,1,18,0,A,7,0,A,7,6.1,A,7,-4.4,A,7,47,A,7,989,A,7,60,A,7,3.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,11:00,870,1391,658,1,9,946,1,9,69,1,13,694,1,9,939,1,9,105,1,13,182,1,18,0,A,7,0,A,7,7.2,A,7,-4.4,A,7,44,A,7,989,A,7,90,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,12:00,983,1391,760,1,9,972,1,9,76,1,13,800,1,9,971,1,9,111,1,13,218,1,18,0,A,7,0,A,7,8.9,A,7,-5.0,A,7,37,A,7,989,A,7,60,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,13:00,1023,1391,799,1,9,984,1,9,78,1,13,840,1,9,984,1,9,113,1,13,234,1,18,0,A,7,0,A,7,10.6,A,7,-6.7,A,7,30,A,7,989,A,7,60,A,7,4.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,14:00,988,1391,767,1,9,977,1,9,76,1,13,807,1,9,976,1,9,111,1,13,219,1,18,0,A,7,0,A,7,11.1,A,7,-4.4,A,7,34,A,7,988,A,7,40,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,15:00,879,1391,669,1,9,952,1,9,70,1,13,705,1,9,946,1,9,106,1,13,185,1,18,0,A,7,0,A,7,11.1,A,7,-5.6,A,7,31,A,7,988,A,7,340,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,16:00,703,1391,512,1,9,900,1,9,59,1,13,542,1,9,879,1,9,96,1,13,147,1,18,0,A,7,0,A,7,12.2,A,7,-5.6,A,7,29,A,7,988,A,7,170,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,17:00,475,1391,314,1,9,794,1,9,44,1,13,334,1,9,733,1,9,82,1,13,107,1,18,0,A,7,0,A,7,12.2,A,7,-5.0,A,7,30,A,7,988,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,18:00,209,1391,105,1,13,530,1,9,27,1,13,110,1,13,384,1,9,52,1,13,55,1,21,0,A,7,0,A,7,10.0,A,7,-3.3,A,7,39,A,7,989,A,7,150,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,19:00,9,359,11,1,13,42,1,9,5,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,8.3,A,7,-3.3,A,7,44,A,7,989,A,7,130,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,-2.8,A,7,49,A,7,990,A,7,120,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,-2.2,A,7,56,A,7,990,A,7,130,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-1.1,A,7,65,A,7,990,A,7,150,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-1.1,A,7,65,A,7,990,A,7,150,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/04/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,-1.7,A,7,67,A,7,991,A,7,150,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-1.7,A,7,70,A,7,991,A,7,170,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-1.7,A,7,73,A,7,992,A,7,170,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-1.7,A,7,76,A,7,992,A,7,180,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,1.7,A,7,-1.7,A,7,79,A,7,992,A,7,340,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,0.6,A,7,-1.7,A,7,85,A,7,993,A,7,70,A,7,1.5,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,0.6,A,7,-1.7,A,7,85,A,7,994,A,7,130,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,07:00,7,313,5,1,13,15,1,9,3,1,13,0,1,13,0,1,9,0,1,13,0,1,21,5,A,7,2,A,7,0.0,A,7,-1.7,A,7,89,A,7,994,A,7,130,A,7,1.5,A,7,11300,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,08:00,199,1390,86,1,13,328,1,9,40,1,13,88,1,13,216,1,9,57,1,13,70,1,21,5,A,7,2,A,7,2.2,A,7,-0.6,A,7,82,A,7,995,A,7,70,A,7,1.5,A,7,6400,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,09:00,466,1390,224,1,9,370,1,9,102,1,13,239,1,9,339,1,9,125,1,13,192,1,18,5,A,7,2,A,7,5.6,A,7,0.0,A,7,68,A,7,995,A,7,180,A,7,2.6,A,7,9700,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/05/1990,10:00,698,1390,401,1,13,478,1,9,162,1,13,428,1,13,479,1,9,186,1,13,341,1,21,7,A,7,3,A,7,7.8,A,7,1.1,A,7,63,A,7,996,A,7,190,A,7,2.6,A,7,11300,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/05/1990,11:00,876,1390,586,1,13,696,1,9,149,1,13,622,1,13,703,1,9,178,1,13,370,1,21,6,A,7,3,A,7,10.0,A,7,1.7,A,7,57,A,7,996,A,7,200,A,7,2.1,A,7,11300,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,12:00,989,1390,705,1,9,772,1,9,157,1,13,755,1,9,788,1,9,192,1,13,455,1,18,5,A,7,2,A,7,12.2,A,7,3.3,A,7,55,A,7,995,A,7,200,A,7,3.6,A,7,11300,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,13:00,1029,1390,696,1,13,708,1,9,174,1,13,744,1,13,722,1,9,208,1,13,534,1,21,8,A,7,4,A,7,13.9,A,7,3.3,A,7,49,A,7,994,A,7,190,A,7,3.6,A,7,12900,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,14:00,993,1390,335,1,9,63,1,9,290,1,13,370,1,9,64,1,9,324,1,13,1062,1,18,10,A,7,9,A,7,14.4,A,7,3.3,A,7,48,A,7,994,A,7,190,A,7,3.6,A,7,11300,B,7,7620,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,15:00,884,1390,587,1,13,728,1,9,125,1,13,630,1,13,741,1,9,158,1,13,320,1,21,7,A,7,3,A,7,15.6,A,7,3.3,A,7,44,A,7,993,A,7,140,A,7,4.1,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,16:00,708,1390,453,1,9,691,1,9,102,1,13,483,1,9,688,1,9,132,1,13,224,1,18,6,A,7,2,A,7,15.6,A,7,2.8,A,7,43,A,7,993,A,7,170,A,7,5.2,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,17:00,479,1390,288,1,9,690,1,9,51,1,13,306,1,9,641,1,9,84,1,13,110,1,18,1,A,7,1,A,7,15.6,A,7,2.2,A,7,41,A,7,993,A,7,220,A,7,3.1,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,18:00,213,1390,104,1,13,492,1,9,30,1,13,108,1,13,357,1,9,53,1,13,59,1,21,0,A,7,0,A,7,13.3,A,7,3.3,A,7,51,A,7,993,A,7,190,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,19:00,10,382,11,1,13,37,1,9,6,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,10.6,A,7,2.2,A,7,57,A,7,993,A,7,160,A,7,3.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,2.2,A,7,61,A,7,993,A,7,160,A,7,3.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,2.2,A,7,59,A,7,994,A,7,190,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,2.2,A,7,68,A,7,994,A,7,180,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,2.2,A,7,68,A,7,994,A,7,180,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/05/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,1.7,A,7,68,A,7,994,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.6,A,7,1.7,A,7,76,A,7,994,A,7,190,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,1.1,A,7,71,A,7,994,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.6,A,7,0.0,A,7,68,A,7,994,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,-0.6,A,7,63,A,7,994,A,7,310,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,0.0,A,7,82,A,7,994,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,0.0,A,7,85,A,7,995,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,07:00,8,359,2,1,13,0,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,6,A,7,3,A,7,2.8,A,7,0.0,A,7,82,A,7,995,A,7,260,A,7,1.5,A,7,11300,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,08:00,205,1389,62,1,13,99,1,9,48,1,13,67,1,13,62,1,9,57,1,13,88,1,21,7,A,7,3,A,7,5.6,A,7,2.2,A,7,79,A,7,996,A,7,220,A,7,2.1,A,7,11300,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,09:00,473,1389,222,1,9,308,1,9,118,1,13,239,1,9,291,1,9,140,1,13,235,1,18,5,A,7,2,A,7,11.1,A,7,4.4,A,7,64,A,7,996,A,7,250,A,7,2.1,A,7,11300,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,10:00,704,1389,465,1,9,676,1,9,124,1,13,489,1,9,666,1,9,150,1,13,264,1,18,1,A,7,0,A,7,15.0,A,7,1.7,A,7,41,A,7,996,A,7,270,A,7,3.6,A,7,11300,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,11:00,883,1389,601,1,9,717,1,9,148,1,13,639,1,9,725,1,9,178,1,13,371,1,18,1,A,7,0,A,7,17.2,A,7,2.2,A,7,37,A,7,996,A,7,250,A,7,3.6,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,12:00,995,1389,728,1,9,797,1,9,158,1,13,779,1,9,813,1,9,194,1,13,463,1,18,0,A,7,0,A,7,18.3,A,7,2.2,A,7,34,A,7,995,A,7,260,A,7,3.1,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,13:00,1035,1389,759,1,9,798,1,9,167,1,13,814,1,9,815,1,9,205,1,13,521,1,18,1,A,7,0,A,7,19.4,A,7,2.2,A,7,32,A,7,995,A,7,280,A,7,2.1,A,7,19300,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,14:00,999,1389,681,1,9,722,1,9,164,1,13,728,1,9,736,1,9,198,1,13,481,1,18,1,A,7,1,A,7,20.6,A,7,2.8,A,7,31,A,7,994,A,7,160,A,7,1.5,A,7,19300,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,15:00,889,1389,628,1,9,756,1,9,146,1,13,668,1,9,765,1,9,177,1,13,370,1,18,0,A,7,0,A,7,20.6,A,7,2.8,A,7,31,A,7,993,A,7,210,A,7,3.1,A,7,19300,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,16:00,713,1389,474,1,9,679,1,9,126,1,13,497,1,9,670,1,9,152,1,13,269,1,18,1,A,7,0,A,7,20.6,A,7,1.1,A,7,28,A,7,993,A,7,120,A,7,2.6,A,7,19300,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,17:00,484,1389,275,1,9,533,1,9,91,1,13,286,1,9,488,1,9,116,1,13,171,1,18,0,A,7,0,A,7,20.0,A,7,1.7,A,7,30,A,7,993,A,7,200,A,7,2.1,A,7,19300,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,18:00,218,1389,86,1,13,233,1,9,50,1,13,90,1,13,155,1,9,66,1,13,90,1,21,0,A,7,0,A,7,17.2,A,7,2.2,A,7,37,A,7,994,A,7,210,A,7,3.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,19:00,11,405,6,1,13,3,1,9,6,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,16.7,A,7,1.1,A,7,35,A,7,994,A,7,190,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,2.2,A,7,46,A,7,994,A,7,180,A,7,1.5,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,3.3,A,7,57,A,7,995,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,3.3,A,7,57,A,7,997,A,7,50,A,7,4.6,A,7,24100,B,7,2440,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,2.8,A,7,51,A,7,998,A,7,60,A,7,7.7,A,7,24100,B,7,2740,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/06/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,7,A,7,10.6,A,7,1.7,A,7,55,A,7,999,A,7,40,A,7,6.7,A,7,19300,B,7,2590,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,8.9,A,7,1.1,A,7,59,A,7,999,A,7,60,A,7,7.7,A,7,19300,B,7,2440,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,6.7,A,7,1.1,A,7,68,A,7,1000,A,7,50,A,7,6.7,A,7,19300,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,0.0,A,7,70,A,7,1001,A,7,60,A,7,7.7,A,7,16100,B,7,760,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,-0.6,A,7,70,A,7,1001,A,7,50,A,7,8.2,A,7,11300,B,7,760,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,-1.1,A,7,70,A,7,1003,A,7,50,A,7,6.7,A,7,11300,B,7,760,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,-1.7,A,7,73,A,7,1004,A,7,40,A,7,6.7,A,7,11300,B,7,670,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,07:00,10,382,7,1,13,3,1,9,7,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,8,A,7,2.2,A,7,-2.2,A,7,73,A,7,1004,A,7,60,A,7,7.7,A,7,11300,B,7,3050,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,08:00,212,1389,81,1,13,90,1,9,67,1,13,87,1,13,62,1,9,77,1,13,142,1,21,10,A,7,5,A,7,2.2,A,7,-3.3,A,7,67,A,7,1006,A,7,60,A,7,8.8,A,7,8000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,09:00,480,1389,219,1,13,245,1,9,136,1,13,234,1,13,232,1,9,154,1,13,278,1,21,10,A,7,5,A,7,2.8,A,7,-3.9,A,7,62,A,7,1006,A,7,50,A,7,7.7,A,7,8000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/07/1990,10:00,711,1389,262,1,13,193,1,9,164,1,13,287,1,13,201,1,9,184,1,13,358,1,21,10,A,7,5,A,7,3.3,A,7,-6.7,A,7,48,A,7,1007,A,7,50,A,7,7.7,A,7,9700,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/07/1990,11:00,889,1389,616,1,13,708,1,9,165,1,13,650,1,13,713,1,9,193,1,13,411,1,21,10,A,7,4,A,7,4.4,A,7,-6.7,A,7,45,A,7,1007,A,7,60,A,7,8.2,A,7,11300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/07/1990,12:00,1001,1389,646,1,13,553,1,9,248,1,13,693,1,13,575,1,9,278,1,13,728,1,21,10,A,7,3,A,7,5.6,A,7,-6.7,A,7,41,A,7,1007,A,7,50,A,7,6.2,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,13:00,1041,1389,727,1,13,716,1,9,192,1,13,772,1,13,727,1,9,225,1,13,597,1,21,10,A,7,3,A,7,6.7,A,7,-7.2,A,7,37,A,7,1006,A,7,80,A,7,6.2,A,7,16100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,14:00,1004,1389,691,1,13,703,1,9,184,1,13,732,1,13,713,1,9,215,1,13,538,1,21,8,A,7,3,A,7,7.8,A,7,-8.3,A,7,31,A,7,1006,A,7,40,A,7,5.2,A,7,19300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,15:00,894,1389,583,1,13,611,1,9,191,1,13,608,1,13,611,1,9,214,1,13,468,1,21,10,A,7,4,A,7,7.8,A,7,-8.3,A,7,31,A,7,1005,A,7,50,A,7,5.2,A,7,19300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,16:00,718,1389,444,1,13,527,1,9,173,1,13,473,1,13,531,1,9,197,1,13,371,1,21,10,A,7,4,A,7,7.8,A,7,-8.3,A,7,31,A,7,1005,A,7,60,A,7,6.2,A,7,19300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,17:00,489,1389,277,1,13,580,1,9,74,1,13,292,1,13,538,1,9,102,1,13,145,1,21,10,A,7,4,A,7,7.2,A,7,-7.8,A,7,34,A,7,1005,A,7,80,A,7,4.6,A,7,19300,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,18:00,222,1389,81,1,13,110,1,9,63,1,13,87,1,13,77,1,9,75,1,13,134,1,21,10,A,7,5,A,7,6.1,A,7,-8.3,A,7,35,A,7,1006,A,7,80,A,7,3.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,19:00,13,428,11,1,13,14,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,5,A,7,5.0,A,7,-7.8,A,7,40,A,7,1006,A,7,70,A,7,4.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,4.4,A,7,-7.8,A,7,41,A,7,1006,A,7,70,A,7,3.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,3.9,A,7,-7.8,A,7,43,A,7,1007,A,7,60,A,7,4.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,2.8,A,7,-8.3,A,7,44,A,7,1006,A,7,70,A,7,3.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,2.2,A,7,-9.4,A,7,42,A,7,1006,A,7,70,A,7,3.6,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/07/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,1.7,A,7,-9.4,A,7,44,A,7,1006,A,7,70,A,7,3.1,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,0.0,A,7,-8.3,A,7,54,A,7,1006,A,7,110,A,7,2.6,A,7,19300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,-0.6,A,7,-8.3,A,7,56,A,7,1006,A,7,110,A,7,3.1,A,7,19300,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,-0.6,A,7,-7.8,A,7,59,A,7,1005,A,7,90,A,7,2.1,A,7,19300,B,7,7620,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-6.7,A,7,64,A,7,1005,A,7,120,A,7,2.6,A,7,19300,B,7,3660,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-7.2,A,7,61,A,7,1005,A,7,110,A,7,2.6,A,7,19300,B,7,3660,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-6.7,A,7,64,A,7,1005,A,7,90,A,7,2.6,A,7,19300,B,7,3660,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,07:00,11,405,6,1,13,2,1,9,5,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,8,A,7,-0.6,A,7,-6.7,A,7,64,A,7,1005,A,7,20,A,7,2.1,A,7,12900,B,7,7620,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,08:00,218,1388,46,1,13,9,1,9,45,1,13,53,1,13,1,1,9,52,1,13,160,1,21,10,A,7,9,A,7,-0.6,A,7,-7.2,A,7,61,A,7,1005,A,7,90,A,7,3.6,A,7,12900,B,7,7620,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,09:00,486,1388,184,1,9,146,1,9,134,1,13,202,1,9,139,1,9,153,1,13,306,1,18,10,A,7,8,A,7,0.0,A,7,-7.2,A,7,59,A,7,1006,A,7,80,A,7,2.6,A,7,16100,B,7,7620,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,10:00,717,1388,212,1,9,75,1,9,174,1,13,234,1,9,74,1,9,196,1,13,552,1,18,10,A,7,9,A,7,1.1,A,7,-7.8,A,7,52,A,7,1006,A,7,60,A,7,2.6,A,7,16100,B,7,3660,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,11:00,895,1388,459,1,9,294,1,9,270,1,13,497,1,9,315,1,9,293,1,13,712,1,18,10,A,7,9,A,7,2.8,A,7,-7.8,A,7,46,A,7,1005,A,7,0,A,7,0.0,A,7,16100,B,7,3350,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,12:00,1007,1388,428,1,9,122,1,9,340,1,13,469,1,9,129,1,9,375,1,13,1070,1,18,10,A,7,8,A,7,4.4,A,7,-9.4,A,7,36,A,7,1004,A,7,20,A,7,2.1,A,7,16100,B,7,3350,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,13:00,1046,1388,341,1,9,12,1,9,332,1,13,395,1,9,11,1,9,386,1,13,1426,1,18,10,A,7,10,A,7,5.6,A,7,-9.4,A,7,33,A,7,1004,A,7,80,A,7,1.5,A,7,16100,B,7,3350,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,14:00,1009,1388,303,1,9,6,1,9,299,1,13,352,1,9,5,1,9,348,1,13,1304,1,18,10,A,7,10,A,7,5.6,A,7,-10.0,A,7,32,A,7,1003,A,7,250,A,7,2.6,A,7,19300,B,7,3660,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,15:00,899,1388,260,1,9,10,1,9,253,1,13,300,1,9,9,1,9,294,1,13,1089,1,18,10,A,7,10,A,7,5.6,A,7,-10.0,A,7,32,A,7,1002,A,7,200,A,7,2.6,A,7,19300,B,7,3350,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,16:00,723,1388,232,1,9,3,1,9,231,1,13,263,1,9,3,1,9,261,1,13,895,1,18,10,A,7,10,A,7,6.1,A,7,-8.3,A,7,35,A,7,1002,A,7,160,A,7,3.1,A,7,19300,B,7,3350,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,17:00,493,1388,148,1,9,6,1,9,146,1,13,166,1,9,4,1,9,164,1,13,526,1,18,10,A,7,10,A,7,5.6,A,7,-8.3,A,7,36,A,7,1001,A,7,150,A,7,2.1,A,7,19300,B,7,3050,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,18:00,226,1388,65,1,13,3,1,9,65,1,13,72,1,13,1,1,9,72,1,13,208,1,21,10,A,7,10,A,7,5.6,A,7,-7.2,A,7,40,A,7,1001,A,7,160,A,7,2.6,A,7,16100,B,7,940,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,19:00,14,451,5,1,13,0,1,9,5,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,5.6,A,7,-6.1,A,7,43,A,7,1001,A,7,170,A,7,2.6,A,7,11300,B,7,850,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,-5.6,A,7,45,A,7,1001,A,7,170,A,7,1.5,A,7,11300,B,7,700,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,-3.9,A,7,51,A,7,1001,A,7,170,A,7,1.5,A,7,11300,B,7,2130,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,-2.8,A,7,58,A,7,1001,A,7,200,A,7,2.6,A,7,11300,B,7,2290,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +03/08/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,-1.7,A,7,62,A,7,1000,A,7,210,A,7,3.1,A,7,11300,B,7,1830,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/08/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,-3.9,A,7,55,A,7,999,A,7,240,A,7,3.1,A,7,11300,B,7,610,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/09/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,-1.1,A,7,73,A,7,998,A,7,240,A,7,3.1,A,7,11300,B,7,460,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/09/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.2,A,7,1.1,A,7,93,A,7,998,A,7,230,A,7,4.6,A,7,9700,B,7,460,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +03/09/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.2,A,7,0.6,A,7,89,A,7,997,A,7,250,A,7,2.1,A,7,8000,B,7,150,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,51,C,8 +03/09/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,1.7,A,7,93,A,7,996,A,7,250,A,7,3.1,A,7,6400,B,7,150,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,51,C,8 +03/09/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,1.7,A,7,93,A,7,996,A,7,220,A,7,3.6,A,7,6400,B,7,240,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/09/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,2.2,A,7,93,A,7,996,A,7,260,A,7,2.6,A,7,6400,B,7,240,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/09/1990,07:00,13,451,3,1,13,0,1,9,3,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,3.3,A,7,2.8,A,7,96,A,7,996,A,7,230,A,7,3.1,A,7,2400,B,7,150,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/09/1990,08:00,225,1387,33,1,13,2,1,9,33,1,13,39,1,13,0,1,9,39,1,13,126,1,21,10,A,7,10,A,7,3.9,A,7,3.3,A,7,96,A,7,996,A,7,210,A,7,4.1,A,7,2400,B,7,150,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/09/1990,09:00,493,1387,167,1,9,1,1,9,166,1,13,184,1,9,1,1,9,184,1,13,567,1,18,10,A,7,10,A,7,5.6,A,7,4.4,A,7,93,A,7,995,A,7,230,A,7,5.2,A,7,2400,B,7,460,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/09/1990,10:00,724,1387,237,1,9,0,1,9,237,1,13,267,1,9,0,1,9,267,1,13,910,1,18,10,A,7,10,A,7,8.3,A,7,6.7,A,7,89,A,7,996,A,7,230,A,7,4.6,A,7,4400,B,7,1520,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/09/1990,11:00,901,1387,312,1,9,0,1,9,312,1,13,355,1,9,0,1,9,355,1,13,1251,1,18,10,A,7,10,A,7,8.3,A,7,6.7,A,7,89,A,7,995,A,7,260,A,7,4.6,A,7,4400,B,7,240,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/09/1990,12:00,1013,1387,355,1,9,2,1,9,354,1,13,407,1,9,2,1,9,406,1,13,1459,1,18,10,A,7,10,A,7,11.1,A,7,7.8,A,7,80,A,7,995,A,7,260,A,7,5.7,A,7,11300,B,7,310,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/09/1990,13:00,1052,1387,411,1,9,1,1,9,410,1,13,468,1,9,1,1,9,467,1,13,1626,1,18,10,A,7,10,A,7,11.7,A,7,7.8,A,7,77,A,7,994,A,7,240,A,7,7.7,A,7,11300,B,7,1830,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/09/1990,14:00,1015,1387,563,1,9,360,1,9,301,1,13,615,1,9,389,1,9,330,1,13,908,1,18,10,A,7,9,A,7,12.8,A,7,8.3,A,7,75,A,7,993,A,7,260,A,7,6.7,A,7,11300,B,7,400,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +03/09/1990,15:00,904,1387,553,1,13,590,1,9,169,1,13,582,1,13,594,1,9,194,1,13,429,1,21,4,A,7,4,A,7,14.4,A,7,9.4,A,7,72,A,7,992,A,7,240,A,7,6.7,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/09/1990,16:00,728,1387,459,1,9,650,1,9,118,1,13,484,1,9,646,1,9,145,1,13,258,1,18,3,A,7,1,A,7,14.4,A,7,10.0,A,7,75,A,7,991,A,7,240,A,7,7.2,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/09/1990,17:00,498,1387,285,1,9,560,1,9,85,1,13,298,1,9,519,1,9,111,1,13,164,1,18,2,A,7,2,A,7,13.9,A,7,10.0,A,7,78,A,7,991,A,7,230,A,7,5.7,A,7,12900,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/09/1990,18:00,231,1387,104,1,13,391,1,9,40,1,13,108,1,13,278,1,9,62,1,13,73,1,21,1,A,7,1,A,7,12.8,A,7,10.0,A,7,83,A,7,991,A,7,220,A,7,5.7,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/09/1990,19:00,15,474,11,1,13,25,1,9,8,1,13,0,1,13,0,1,9,0,1,13,0,1,21,3,A,7,2,A,7,11.1,A,7,9.4,A,7,90,A,7,992,A,7,230,A,7,4.6,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/09/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,10.0,A,7,8.9,A,7,93,A,7,992,A,7,220,A,7,3.6,A,7,11300,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/09/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,10.0,A,7,9.4,A,7,96,A,7,992,A,7,230,A,7,5.2,A,7,8000,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/09/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,10.0,A,7,9.4,A,7,96,A,7,992,A,7,220,A,7,4.6,A,7,8000,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/09/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,10.0,A,7,8.9,A,7,93,A,7,992,A,7,240,A,7,4.6,A,7,8000,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/09/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,8.9,A,7,96,A,7,992,A,7,270,A,7,2.6,A,7,8000,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/10/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,8.3,A,7,96,A,7,992,A,7,260,A,7,3.1,A,7,4800,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/10/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,8.9,A,7,96,A,7,992,A,7,310,A,7,3.1,A,7,4800,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +03/10/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,7.8,A,7,7.2,A,7,96,A,7,992,A,7,310,A,7,2.6,A,7,800,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/10/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,8.3,A,7,90,A,7,992,A,7,320,A,7,4.1,A,7,11300,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/10/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,11.1,A,7,7.8,A,7,80,A,7,993,A,7,340,A,7,3.1,A,7,11300,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,10.0,A,7,7.2,A,7,83,A,7,994,A,7,310,A,7,3.6,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,07:00,15,474,9,1,13,27,1,9,6,1,13,0,1,13,0,1,9,0,1,13,0,1,21,1,A,7,1,A,7,8.3,A,7,6.1,A,7,86,A,7,994,A,7,300,A,7,4.1,A,7,19300,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,08:00,232,1386,100,1,13,332,1,9,47,1,13,104,1,13,234,1,9,65,1,13,83,1,21,1,A,7,1,A,7,12.8,A,7,8.3,A,7,75,A,7,995,A,7,310,A,7,3.6,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,09:00,499,1386,291,1,9,664,1,9,55,1,13,311,1,9,622,1,9,86,1,13,117,1,18,0,A,7,0,A,7,15.6,A,7,8.9,A,7,65,A,7,995,A,7,320,A,7,3.6,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,10:00,730,1386,510,1,9,828,1,9,77,1,13,549,1,9,822,1,9,115,1,13,178,1,18,0,A,7,0,A,7,18.9,A,7,8.9,A,7,53,A,7,996,A,7,350,A,7,3.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,11:00,907,1386,661,1,9,877,1,9,90,1,13,692,1,9,871,1,9,120,1,13,213,1,18,0,A,7,0,A,7,20.0,A,7,8.3,A,7,47,A,7,995,A,7,360,A,7,2.6,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,12:00,1019,1386,722,1,9,797,1,9,138,1,13,761,1,9,801,1,9,171,1,13,389,1,18,3,A,7,1,A,7,21.1,A,7,8.9,A,7,46,A,7,995,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,13:00,1057,1386,740,1,9,794,1,9,136,1,13,785,1,9,800,1,9,173,1,13,416,1,18,3,A,7,2,A,7,21.7,A,7,8.3,A,7,43,A,7,994,A,7,270,A,7,2.6,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,14:00,1020,1386,763,1,9,891,1,9,109,1,13,792,1,9,889,1,9,136,1,13,271,1,18,2,A,7,0,A,7,22.8,A,7,7.2,A,7,37,A,7,993,A,7,320,A,7,4.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,15:00,909,1386,639,1,9,803,1,9,113,1,13,676,1,9,805,1,9,146,1,13,283,1,18,4,A,7,0,A,7,23.9,A,7,8.3,A,7,37,A,7,992,A,7,230,A,7,4.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,16:00,732,1386,481,1,9,740,1,9,91,1,13,507,1,9,730,1,9,120,1,13,199,1,18,4,A,7,1,A,7,23.3,A,7,8.3,A,7,38,A,7,992,A,7,280,A,7,3.6,A,7,19300,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,17:00,502,1386,291,1,9,573,1,9,85,1,13,305,1,9,532,1,9,112,1,13,164,1,18,4,A,7,2,A,7,22.8,A,7,8.9,A,7,41,A,7,991,A,7,230,A,7,2.6,A,7,19300,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,18:00,235,1386,104,1,13,379,1,9,40,1,13,108,1,13,272,1,9,61,1,13,73,1,21,3,A,7,1,A,7,20.6,A,7,8.9,A,7,47,A,7,992,A,7,200,A,7,3.1,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,19:00,17,497,10,1,13,33,1,9,6,1,13,0,1,13,0,1,9,0,1,13,0,1,21,1,A,7,1,A,7,18.9,A,7,8.9,A,7,53,A,7,992,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,16.7,A,7,9.4,A,7,63,A,7,993,A,7,230,A,7,3.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,16.7,A,7,8.9,A,7,60,A,7,993,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,14.4,A,7,9.4,A,7,72,A,7,993,A,7,210,A,7,3.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,9.4,A,7,72,A,7,993,A,7,200,A,7,2.6,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/10/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,13.3,A,7,9.4,A,7,78,A,7,993,A,7,220,A,7,3.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,14.4,A,7,10.0,A,7,75,A,7,992,A,7,200,A,7,2.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,12.8,A,7,9.4,A,7,80,A,7,992,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,13.3,A,7,10.0,A,7,80,A,7,992,A,7,250,A,7,3.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,12.2,A,7,10.0,A,7,86,A,7,992,A,7,230,A,7,3.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,11.7,A,7,9.4,A,7,86,A,7,992,A,7,230,A,7,2.6,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,10.6,A,7,9.4,A,7,93,A,7,993,A,7,200,A,7,3.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,07:00,18,520,13,1,13,42,1,9,8,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,9.4,A,7,8.9,A,7,96,A,7,993,A,7,200,A,7,3.1,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,08:00,239,1386,114,1,13,477,1,9,35,1,13,119,1,13,359,1,9,57,1,13,67,1,21,0,A,7,0,A,7,13.9,A,7,11.7,A,7,87,A,7,993,A,7,220,A,7,4.1,A,7,12900,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,09:00,506,1386,318,1,9,730,1,9,55,1,13,341,1,9,686,1,9,89,1,13,118,1,18,0,A,7,0,A,7,17.8,A,7,13.3,A,7,75,A,7,994,A,7,210,A,7,3.1,A,7,12900,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,10:00,737,1386,468,1,9,675,1,9,112,1,13,499,1,9,674,1,9,140,1,13,249,1,18,6,A,7,2,A,7,20.0,A,7,13.3,A,7,66,A,7,994,A,7,210,A,7,4.1,A,7,16100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,11:00,914,1386,555,1,13,621,1,9,148,1,13,593,1,13,630,1,9,176,1,13,388,1,21,4,A,7,3,A,7,22.8,A,7,14.4,A,7,60,A,7,994,A,7,230,A,7,4.6,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,12:00,1025,1386,669,1,9,777,1,9,96,1,13,698,1,9,776,1,9,122,1,13,262,1,18,1,A,7,1,A,7,25.0,A,7,14.4,A,7,52,A,7,994,A,7,250,A,7,3.1,A,7,19300,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,13:00,1063,1386,757,1,9,888,1,9,78,1,13,795,1,9,890,1,9,110,1,13,250,1,18,1,A,7,1,A,7,25.6,A,7,13.9,A,7,49,A,7,993,A,7,240,A,7,5.2,A,7,19300,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,14:00,1025,1386,588,1,13,540,1,9,189,1,13,623,1,13,548,1,9,216,1,13,574,1,21,4,A,7,3,A,7,27.2,A,7,13.3,A,7,42,A,7,992,A,7,240,A,7,5.2,A,7,19300,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,15:00,914,1386,581,1,13,673,1,9,139,1,13,623,1,13,685,1,9,170,1,13,367,1,21,7,A,7,3,A,7,27.2,A,7,13.3,A,7,42,A,7,991,A,7,260,A,7,4.1,A,7,19300,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,16:00,737,1386,487,1,9,679,1,9,127,1,13,513,1,9,674,1,9,154,1,13,278,1,18,7,A,7,1,A,7,27.2,A,7,13.3,A,7,42,A,7,991,A,7,230,A,7,4.1,A,7,19300,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,17:00,507,1386,291,1,9,526,1,9,100,1,13,301,1,9,486,1,9,123,1,13,188,1,18,9,A,7,2,A,7,26.7,A,7,13.3,A,7,44,A,7,991,A,7,220,A,7,4.1,A,7,19300,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,18:00,239,1386,87,1,13,108,1,9,68,1,13,94,1,13,79,1,9,80,1,13,145,1,21,7,A,7,4,A,7,23.9,A,7,12.8,A,7,50,A,7,991,A,7,240,A,7,3.6,A,7,16100,B,7,7620,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,19:00,18,520,14,1,13,16,1,9,12,1,13,0,1,13,0,1,9,0,1,13,0,1,21,6,A,7,4,A,7,22.2,A,7,12.8,A,7,55,A,7,992,A,7,200,A,7,2.1,A,7,16100,B,7,7620,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,20.6,A,7,12.8,A,7,61,A,7,992,A,7,200,A,7,2.6,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,18.9,A,7,12.8,A,7,68,A,7,992,A,7,210,A,7,3.1,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.8,A,7,12.8,A,7,73,A,7,992,A,7,210,A,7,3.1,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.8,A,7,12.8,A,7,73,A,7,992,A,7,230,A,7,3.6,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/11/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,17.8,A,7,12.2,A,7,70,A,7,992,A,7,240,A,7,3.1,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,17.2,A,7,12.2,A,7,73,A,7,992,A,7,210,A,7,3.1,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,16.7,A,7,12.2,A,7,75,A,7,992,A,7,210,A,7,2.1,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,15.6,A,7,11.7,A,7,78,A,7,992,A,7,230,A,7,3.1,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,11.7,A,7,81,A,7,992,A,7,240,A,7,3.1,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,15.0,A,7,11.7,A,7,81,A,7,992,A,7,230,A,7,3.1,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,14.4,A,7,11.7,A,7,84,A,7,992,A,7,240,A,7,2.6,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,07:00,20,542,11,1,13,3,1,9,11,1,13,0,1,13,0,1,9,0,1,13,0,1,21,9,A,7,4,A,7,14.4,A,7,11.7,A,7,84,A,7,993,A,7,230,A,7,4.1,A,7,19300,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,08:00,245,1385,87,1,13,138,1,9,63,1,13,92,1,13,97,1,9,75,1,13,119,1,21,10,A,7,5,A,7,16.7,A,7,12.8,A,7,78,A,7,994,A,7,250,A,7,3.1,A,7,19300,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,09:00,513,1385,284,1,9,460,1,9,116,1,13,303,1,9,433,1,9,142,1,13,222,1,18,5,A,7,2,A,7,20.0,A,7,13.3,A,7,66,A,7,994,A,7,280,A,7,3.1,A,7,14500,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,10:00,743,1385,473,1,13,515,1,9,199,1,13,499,1,13,520,1,9,219,1,13,440,1,21,10,A,7,3,A,7,23.9,A,7,13.3,A,7,52,A,7,994,A,7,260,A,7,4.1,A,7,16100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,11:00,920,1385,571,1,13,483,1,9,251,1,13,605,1,13,499,1,9,273,1,13,663,1,21,10,A,7,5,A,7,26.1,A,7,12.8,A,7,44,A,7,994,A,7,330,A,7,2.6,A,7,19300,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,12:00,1031,1385,669,1,13,582,1,9,237,1,13,725,1,13,606,1,9,273,1,13,730,1,21,10,A,7,5,A,7,27.2,A,7,11.7,A,7,38,A,7,994,A,7,270,A,7,4.1,A,7,16100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,13:00,1068,1385,551,1,13,316,1,9,308,1,13,605,1,13,342,1,9,340,1,13,1006,1,21,10,A,7,5,A,7,28.3,A,7,11.1,A,7,34,A,7,993,A,7,290,A,7,4.1,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,14:00,1030,1385,718,1,13,644,1,9,241,1,13,749,1,13,645,1,9,268,1,13,716,1,21,10,A,7,4,A,7,28.9,A,7,11.1,A,7,33,A,7,992,A,7,230,A,7,3.6,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,15:00,919,1385,562,1,13,481,1,9,243,1,13,596,1,13,497,1,9,266,1,13,639,1,21,10,A,7,3,A,7,29.4,A,7,10.6,A,7,31,A,7,991,A,7,240,A,7,4.6,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,16:00,742,1385,424,1,13,384,1,9,219,1,13,456,1,13,402,1,9,240,1,13,510,1,21,10,A,7,5,A,7,28.9,A,7,10.0,A,7,31,A,7,991,A,7,270,A,7,3.1,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,17:00,511,1385,208,1,13,192,1,9,137,1,13,222,1,13,186,1,9,153,1,13,280,1,21,10,A,7,6,A,7,28.3,A,7,10.0,A,7,32,A,7,990,A,7,260,A,7,3.1,A,7,24100,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,18:00,244,1385,82,1,13,67,1,9,71,1,13,90,1,13,49,1,9,81,1,13,152,1,21,10,A,7,6,A,7,25.6,A,7,11.1,A,7,41,A,7,991,A,7,220,A,7,3.6,A,7,16100,B,7,7620,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,19:00,19,542,2,1,13,1,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,7,A,7,24.4,A,7,10.6,A,7,42,A,7,991,A,7,210,A,7,2.6,A,7,16100,B,7,7620,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,21.1,A,7,11.1,A,7,53,A,7,991,A,7,210,A,7,3.1,A,7,16100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,17.8,A,7,11.7,A,7,68,A,7,991,A,7,210,A,7,3.1,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,4,A,7,18.3,A,7,11.7,A,7,65,A,7,991,A,7,260,A,7,2.6,A,7,16100,B,7,7620,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,4,A,7,19.4,A,7,11.1,A,7,59,A,7,991,A,7,230,A,7,3.6,A,7,16100,B,7,7620,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/12/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,18.3,A,7,11.1,A,7,63,A,7,991,A,7,230,A,7,2.6,A,7,16100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,0,A,7,16.1,A,7,10.6,A,7,70,A,7,991,A,7,240,A,7,3.1,A,7,16100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,0,A,7,16.7,A,7,11.1,A,7,70,A,7,991,A,7,240,A,7,2.6,A,7,16100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,0,A,7,13.9,A,7,10.6,A,7,81,A,7,991,A,7,220,A,7,4.1,A,7,16100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,2,A,7,14.4,A,7,11.1,A,7,81,A,7,990,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,16.1,A,7,10.6,A,7,70,A,7,991,A,7,180,A,7,2.1,A,7,16100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,15.6,A,7,10.6,A,7,72,A,7,991,A,7,340,A,7,2.1,A,7,24100,B,7,7620,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,07:00,23,565,10,1,13,5,1,9,10,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,6,A,7,16.7,A,7,10.6,A,7,67,A,7,992,A,7,300,A,7,3.1,A,7,24100,B,7,7620,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,08:00,252,1384,77,1,13,50,1,9,68,1,13,84,1,13,40,1,9,77,1,13,167,1,21,10,A,7,5,A,7,15.6,A,7,11.7,A,7,78,A,7,993,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,09:00,519,1384,239,1,13,291,1,9,131,1,13,258,1,13,283,1,9,151,1,13,265,1,21,10,A,7,4,A,7,21.1,A,7,12.2,A,7,57,A,7,993,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,10:00,749,1384,511,1,13,728,1,9,120,1,13,544,1,13,727,1,9,149,1,13,268,1,21,5,A,7,3,A,7,26.1,A,7,10.6,A,7,38,A,7,993,A,7,350,A,7,2.1,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,11:00,926,1384,636,1,9,781,1,9,116,1,13,675,1,9,784,1,9,149,1,13,296,1,18,3,A,7,2,A,7,27.8,A,7,10.6,A,7,34,A,7,992,A,7,320,A,7,2.1,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,12:00,1036,1384,735,1,13,727,1,9,192,1,13,780,1,13,738,1,9,225,1,13,596,1,21,9,A,7,4,A,7,28.3,A,7,10.0,A,7,32,A,7,991,A,7,180,A,7,2.1,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,13:00,1074,1384,734,1,13,670,1,9,215,1,13,775,1,13,679,1,9,247,1,13,710,1,21,9,A,7,3,A,7,28.3,A,7,9.4,A,7,31,A,7,990,A,7,300,A,7,3.1,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,14:00,1035,1384,717,1,9,711,1,9,187,1,13,762,1,9,723,1,9,220,1,13,581,1,18,7,A,7,2,A,7,29.4,A,7,10.0,A,7,30,A,7,990,A,7,260,A,7,2.6,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,15:00,923,1384,441,1,13,420,1,9,161,1,13,488,1,13,436,1,9,197,1,13,413,1,21,6,A,7,3,A,7,28.9,A,7,9.4,A,7,30,A,7,989,A,7,270,A,7,2.6,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,16:00,746,1384,390,1,13,345,1,9,205,1,13,423,1,13,362,1,9,227,1,13,472,1,21,8,A,7,5,A,7,28.3,A,7,9.4,A,7,31,A,7,989,A,7,260,A,7,2.6,A,7,24100,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,17:00,515,1384,244,1,13,248,1,9,152,1,13,259,1,13,240,1,9,169,1,13,317,1,21,9,A,7,6,A,7,27.2,A,7,9.4,A,7,33,A,7,988,A,7,270,A,7,3.1,A,7,24100,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,18:00,248,1384,70,1,13,3,1,9,70,1,13,78,1,13,1,1,9,78,1,13,228,1,21,10,A,7,8,A,7,26.1,A,7,9.4,A,7,35,A,7,988,A,7,280,A,7,2.1,A,7,11300,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,19:00,21,565,10,1,13,2,1,9,10,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,9,A,7,24.4,A,7,9.4,A,7,39,A,7,988,A,7,270,A,7,1.5,A,7,11300,B,7,2740,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,5,A,7,20.6,A,7,12.2,A,7,59,A,7,989,A,7,200,A,7,3.1,A,7,11300,B,7,7620,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,22.2,A,7,10.6,A,7,48,A,7,989,A,7,200,A,7,2.6,A,7,11300,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,5,A,7,20.0,A,7,10.6,A,7,55,A,7,989,A,7,190,A,7,2.6,A,7,11300,B,7,7620,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,17.8,A,7,11.7,A,7,68,A,7,989,A,7,200,A,7,2.6,A,7,11300,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/13/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,17.8,A,7,10.6,A,7,63,A,7,988,A,7,240,A,7,3.6,A,7,11300,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,17.8,A,7,10.0,A,7,61,A,7,988,A,7,230,A,7,2.1,A,7,16100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,16.1,A,7,10.0,A,7,67,A,7,988,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,10.0,A,7,70,A,7,988,A,7,230,A,7,2.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,15.0,A,7,10.0,A,7,72,A,7,987,A,7,220,A,7,2.6,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,1,A,7,13.9,A,7,10.0,A,7,78,A,7,988,A,7,220,A,7,2.6,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,14.4,A,7,10.6,A,7,78,A,7,988,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,07:00,25,611,8,1,13,2,1,9,8,1,13,10,1,13,0,1,9,10,1,13,30,1,21,10,A,7,9,A,7,13.9,A,7,10.6,A,7,81,A,7,988,A,7,200,A,7,3.1,A,7,12900,B,7,4570,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,08:00,259,1383,81,1,13,96,1,9,63,1,13,89,1,13,73,1,9,75,1,13,135,1,21,10,A,7,6,A,7,15.0,A,7,12.2,A,7,84,A,7,989,A,7,210,A,7,3.1,A,7,11300,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,09:00,526,1383,240,1,13,325,1,9,118,1,13,256,1,13,308,1,9,138,1,13,227,1,21,10,A,7,5,A,7,20.0,A,7,13.3,A,7,66,A,7,990,A,7,230,A,7,4.1,A,7,12900,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,10:00,756,1383,428,1,13,473,1,9,171,1,13,459,1,13,480,1,9,196,1,13,375,1,21,9,A,7,4,A,7,22.8,A,7,12.8,A,7,53,A,7,989,A,7,260,A,7,4.1,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,11:00,932,1383,650,1,9,859,1,9,74,1,13,684,1,9,856,1,9,106,1,13,203,1,18,1,A,7,1,A,7,25.6,A,7,13.3,A,7,47,A,7,989,A,7,260,A,7,5.2,A,7,16100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,12:00,1042,1383,729,1,9,883,1,9,66,1,13,769,1,9,885,1,9,101,1,13,218,1,18,1,A,7,1,A,7,26.7,A,7,12.2,A,7,41,A,7,989,A,7,230,A,7,4.1,A,7,19300,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,13:00,1079,1383,723,1,9,681,1,9,193,1,13,770,1,9,694,1,9,227,1,13,653,1,18,8,A,7,2,A,7,27.2,A,7,12.2,A,7,39,A,7,988,A,7,200,A,7,6.2,A,7,22500,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,14:00,1040,1383,676,1,13,589,1,9,234,1,13,707,1,13,592,1,9,260,1,13,714,1,21,10,A,7,5,A,7,26.7,A,7,12.2,A,7,41,A,7,987,A,7,240,A,7,5.2,A,7,24100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,15:00,928,1383,469,1,13,266,1,9,291,1,13,507,1,13,285,1,9,315,1,13,801,1,21,10,A,7,7,A,7,27.2,A,7,10.6,A,7,35,A,7,987,A,7,220,A,7,7.7,A,7,24100,B,7,7620,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,16:00,751,1383,323,1,13,245,1,9,190,1,13,351,1,13,258,1,9,211,1,13,433,1,21,10,A,7,6,A,7,26.1,A,7,11.1,A,7,39,A,7,986,A,7,200,A,7,6.2,A,7,24100,B,7,7620,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,17:00,520,1383,249,1,13,193,1,9,177,1,13,269,1,13,187,1,9,199,1,13,410,1,21,10,A,7,6,A,7,25.0,A,7,11.1,A,7,42,A,7,986,A,7,210,A,7,5.2,A,7,24100,B,7,7620,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,18:00,252,1383,59,1,13,7,1,9,58,1,13,67,1,13,2,1,9,66,1,13,203,1,21,10,A,7,10,A,7,23.9,A,7,11.1,A,7,45,A,7,986,A,7,210,A,7,5.2,A,7,19300,B,7,7620,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,19:00,23,565,7,1,13,1,1,9,7,1,13,8,1,13,0,1,9,8,1,13,26,1,21,10,A,7,10,A,7,21.7,A,7,11.7,A,7,53,A,7,987,A,7,180,A,7,4.1,A,7,19300,B,7,3050,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,5,A,7,21.1,A,7,11.7,A,7,55,A,7,988,A,7,190,A,7,4.1,A,7,19300,B,7,7620,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,20.6,A,7,11.7,A,7,57,A,7,988,A,7,190,A,7,3.6,A,7,19300,B,7,7620,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,11.7,A,7,61,A,7,988,A,7,190,A,7,4.1,A,7,19300,B,7,2740,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,13.3,A,7,66,A,7,989,A,7,200,A,7,5.2,A,7,19300,B,7,7620,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/14/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,13.9,A,7,70,A,7,989,A,7,200,A,7,6.2,A,7,19300,B,7,7620,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,18.3,A,7,13.9,A,7,76,A,7,988,A,7,180,A,7,5.2,A,7,24100,B,7,7620,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,17.2,A,7,13.9,A,7,81,A,7,988,A,7,200,A,7,4.6,A,7,24100,B,7,7620,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,16.1,A,7,13.9,A,7,87,A,7,988,A,7,200,A,7,4.1,A,7,16100,B,7,7620,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.0,A,7,13.9,A,7,93,A,7,988,A,7,200,A,7,3.6,A,7,16100,B,7,850,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,15.6,A,7,14.4,A,7,93,A,7,988,A,7,200,A,7,3.6,A,7,16100,B,7,760,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,15.6,A,7,14.4,A,7,93,A,7,989,A,7,180,A,7,3.6,A,7,16100,B,7,610,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,07:00,28,634,7,1,13,0,1,9,7,1,13,8,1,13,0,1,9,8,1,13,27,1,21,10,A,7,10,A,7,15.6,A,7,14.4,A,7,93,A,7,990,A,7,210,A,7,3.1,A,7,16100,B,7,610,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,08:00,266,1383,65,1,13,4,1,9,65,1,13,74,1,13,1,1,9,73,1,13,224,1,21,10,A,7,10,A,7,17.2,A,7,15.6,A,7,90,A,7,990,A,7,190,A,7,4.1,A,7,16100,B,7,7620,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,09:00,533,1383,180,1,9,70,1,9,153,1,13,198,1,9,67,1,9,172,1,13,427,1,18,9,A,7,8,A,7,19.4,A,7,15.6,A,7,78,A,7,990,A,7,220,A,7,5.7,A,7,16100,B,7,7620,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,10:00,762,1383,341,1,13,135,1,9,267,1,13,370,1,13,140,1,9,293,1,13,692,1,21,8,A,7,6,A,7,21.7,A,7,16.1,A,7,71,A,7,990,A,7,220,A,7,6.2,A,7,16100,B,7,910,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,11:00,938,1383,226,1,9,12,1,9,217,1,13,265,1,9,10,1,9,259,1,13,996,1,18,10,A,7,10,A,7,21.7,A,7,15.0,A,7,66,A,7,990,A,7,200,A,7,6.7,A,7,24100,B,7,910,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,12:00,1048,1383,505,1,9,275,1,9,297,1,13,554,1,9,298,1,9,328,1,13,939,1,18,8,A,7,8,A,7,21.7,A,7,14.4,A,7,64,A,7,990,A,7,230,A,7,6.2,A,7,16100,B,7,910,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,13:00,1084,1383,627,1,9,376,1,9,333,1,13,686,1,9,407,1,9,365,1,13,1130,1,18,9,A,7,8,A,7,23.3,A,7,15.0,A,7,60,A,7,989,A,7,230,A,7,4.1,A,7,16100,B,7,1980,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,14:00,1045,1383,155,1,9,4,1,9,151,1,13,189,1,9,3,1,9,187,1,13,770,1,18,10,A,7,10,A,7,20.6,A,7,16.7,A,7,79,A,7,989,A,7,210,A,7,5.2,A,7,6400,B,7,1520,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +03/15/1990,15:00,933,1383,279,1,9,2,1,9,277,1,13,321,1,9,2,1,9,320,1,13,1187,1,18,10,A,7,10,A,7,20.6,A,7,17.8,A,7,84,A,7,988,A,7,180,A,7,2.6,A,7,11300,B,7,2130,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/15/1990,16:00,755,1383,188,1,9,7,1,9,184,1,13,218,1,9,6,1,9,214,1,13,788,1,18,10,A,7,10,A,7,21.1,A,7,16.7,A,7,76,A,7,988,A,7,230,A,7,4.1,A,7,11300,B,7,1370,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,17:00,524,1383,136,1,9,7,1,9,133,1,13,154,1,9,5,1,9,152,1,13,513,1,18,10,A,7,10,A,7,20.0,A,7,17.2,A,7,84,A,7,987,A,7,150,A,7,3.1,A,7,16100,B,7,2290,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,18:00,256,1383,44,1,13,3,1,9,43,1,13,50,1,13,1,1,9,50,1,13,163,1,21,10,A,7,10,A,7,20.0,A,7,16.7,A,7,81,A,7,988,A,7,150,A,7,2.6,A,7,16100,B,7,2740,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,19:00,24,588,8,1,13,0,1,9,8,1,13,9,1,13,0,1,9,9,1,13,30,1,21,10,A,7,10,A,7,18.9,A,7,16.7,A,7,87,A,7,987,A,7,100,A,7,2.6,A,7,19300,B,7,2740,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,17.2,A,7,90,A,7,989,A,7,180,A,7,4.6,A,7,4800,B,7,1250,A,7,3.0,E,8,0.000,?,0,0.00,?,0,18,1,D,9,02,C,8 +03/15/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.8,A,7,97,A,7,988,A,7,180,A,7,3.6,A,7,19300,B,7,2740,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/15/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,18.3,A,7,17.2,A,7,93,A,7,988,A,7,170,A,7,4.6,A,7,19300,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,6,A,7,18.3,A,7,17.2,A,7,93,A,7,989,A,7,180,A,7,4.1,A,7,16100,B,7,700,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/15/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,989,A,7,170,A,7,5.2,A,7,16100,B,7,610,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,988,A,7,180,A,7,5.2,A,7,11300,B,7,490,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,988,A,7,180,A,7,4.6,A,7,11300,B,7,370,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +03/16/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.8,A,7,97,A,7,987,A,7,170,A,7,4.1,A,7,11300,B,7,340,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,987,A,7,180,A,7,5.2,A,7,11300,B,7,400,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,987,A,7,180,A,7,5.2,A,7,11300,B,7,340,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,17.2,A,7,90,A,7,987,A,7,200,A,7,5.7,A,7,16100,B,7,370,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,07:00,31,679,9,1,13,0,1,9,9,1,13,11,1,13,0,1,9,11,1,13,33,1,21,10,A,7,10,A,7,18.9,A,7,17.2,A,7,90,A,7,987,A,7,200,A,7,6.7,A,7,11300,B,7,370,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,08:00,272,1382,81,1,13,2,1,9,81,1,13,90,1,13,1,1,9,90,1,13,262,1,21,10,A,7,10,A,7,18.9,A,7,17.2,A,7,90,A,7,988,A,7,210,A,7,7.2,A,7,11300,B,7,370,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +03/16/1990,09:00,539,1382,158,1,9,1,1,9,158,1,13,178,1,9,1,1,9,178,1,13,585,1,18,10,A,7,10,A,7,20.6,A,7,17.8,A,7,84,A,7,988,A,7,190,A,7,7.7,A,7,12900,B,7,430,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,10:00,768,1382,252,1,9,1,1,9,251,1,13,285,1,9,1,1,9,284,1,13,984,1,18,10,A,7,10,A,7,22.2,A,7,18.3,A,7,79,A,7,988,A,7,190,A,7,7.2,A,7,12900,B,7,430,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,11:00,944,1382,347,1,9,0,1,9,347,1,13,394,1,9,0,1,9,394,1,13,1379,1,18,10,A,7,10,A,7,20.6,A,7,18.3,A,7,87,A,7,988,A,7,200,A,7,6.2,A,7,11300,B,7,520,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,12:00,1053,1382,231,1,9,2,1,9,229,1,13,275,1,9,2,1,9,274,1,13,1093,1,18,10,A,7,10,A,7,20.0,A,7,18.3,A,7,90,A,7,988,A,7,180,A,7,6.2,A,7,4800,B,7,520,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,13:00,1090,1382,375,1,9,1,1,9,374,1,13,433,1,9,1,1,9,432,1,13,1576,1,18,10,A,7,10,A,7,21.7,A,7,18.9,A,7,84,A,7,987,A,7,200,A,7,6.7,A,7,6400,B,7,430,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/16/1990,14:00,1050,1382,374,1,9,1,1,9,373,1,13,429,1,9,1,1,9,428,1,13,1542,1,18,10,A,7,10,A,7,22.2,A,7,17.8,A,7,76,A,7,986,A,7,180,A,7,7.7,A,7,11300,B,7,610,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,25,C,8 +03/16/1990,15:00,937,1382,333,1,9,0,1,9,333,1,13,379,1,9,0,1,9,379,1,13,1339,1,18,10,A,7,10,A,7,21.1,A,7,18.3,A,7,84,A,7,985,A,7,230,A,7,2.6,A,7,11300,B,7,1830,A,7,3.2,E,8,0.000,F,8,0.00,?,0,8,1,D,9,00,C,8 +03/16/1990,16:00,759,1382,269,1,9,0,1,9,269,1,13,302,1,9,0,1,9,302,1,13,1017,1,18,10,A,7,10,A,7,22.8,A,7,17.8,A,7,74,A,7,984,A,7,170,A,7,6.2,A,7,11300,B,7,3050,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,17:00,528,1382,177,1,9,1,1,9,177,1,13,197,1,9,1,1,9,197,1,13,618,1,18,10,A,7,10,A,7,22.2,A,7,17.2,A,7,73,A,7,984,A,7,190,A,7,5.2,A,7,16100,B,7,2440,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,18:00,260,1382,73,1,13,0,1,9,73,1,13,81,1,13,0,1,9,81,1,13,240,1,21,10,A,7,10,A,7,21.7,A,7,17.2,A,7,76,A,7,983,A,7,190,A,7,3.6,A,7,19300,B,7,1830,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,19:00,26,610,14,1,13,0,1,9,14,1,13,16,1,13,0,1,9,16,1,13,48,1,21,10,A,7,10,A,7,20.6,A,7,17.8,A,7,84,A,7,983,A,7,160,A,7,3.1,A,7,19300,B,7,1370,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.7,A,7,16.7,A,7,73,A,7,983,A,7,170,A,7,5.7,A,7,19300,B,7,1460,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.7,A,7,16.7,A,7,73,A,7,983,A,7,180,A,7,6.2,A,7,24100,B,7,1830,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,20.6,A,7,16.1,A,7,76,A,7,983,A,7,180,A,7,6.2,A,7,24100,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,20.0,A,7,15.6,A,7,76,A,7,983,A,7,180,A,7,4.6,A,7,24100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/16/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,19.4,A,7,16.1,A,7,81,A,7,983,A,7,170,A,7,6.7,A,7,24100,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/17/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,20.0,A,7,16.7,A,7,81,A,7,982,A,7,180,A,7,8.2,A,7,24100,B,7,610,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/17/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,16.1,A,7,81,A,7,982,A,7,200,A,7,7.2,A,7,24100,B,7,610,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/17/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,15.6,A,7,78,A,7,981,A,7,200,A,7,6.2,A,7,24100,B,7,2440,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/17/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,16.1,A,7,87,A,7,980,A,7,190,A,7,4.6,A,7,9700,B,7,760,A,7,2.8,E,8,0.000,?,0,0.00,?,0,3,1,D,9,00,C,8 +03/17/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,16.7,A,7,93,A,7,980,A,7,190,A,7,3.6,A,7,9700,B,7,490,A,7,2.8,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +03/17/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,979,A,7,180,A,7,6.7,A,7,11300,B,7,400,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/17/1990,07:00,35,702,15,1,13,0,1,9,15,1,13,17,1,13,0,1,9,17,1,13,52,1,21,10,A,7,10,A,7,20.0,A,7,17.8,A,7,87,A,7,979,A,7,190,A,7,7.7,A,7,11300,B,7,400,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/17/1990,08:00,279,1381,71,1,13,0,1,9,71,1,13,79,1,13,0,1,9,79,1,13,244,1,21,10,A,7,10,A,7,20.0,A,7,17.8,A,7,87,A,7,979,A,7,180,A,7,6.7,A,7,11300,B,7,370,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +03/17/1990,09:00,546,1381,178,1,9,1,1,9,177,1,13,198,1,9,1,1,9,197,1,13,632,1,18,10,A,7,10,A,7,20.6,A,7,17.8,A,7,84,A,7,978,A,7,220,A,7,6.7,A,7,11300,B,7,460,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/17/1990,10:00,775,1381,267,1,9,0,1,9,267,1,13,301,1,9,0,1,9,301,1,13,1028,1,18,10,A,7,10,A,7,21.1,A,7,17.8,A,7,81,A,7,978,A,7,200,A,7,8.8,A,7,11300,B,7,460,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/17/1990,11:00,950,1381,332,1,9,0,1,9,332,1,13,379,1,9,0,1,9,379,1,13,1349,1,18,10,A,7,10,A,7,21.1,A,7,17.8,A,7,81,A,7,978,A,7,210,A,7,6.7,A,7,11300,B,7,460,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/17/1990,12:00,1059,1381,214,1,9,1,1,9,213,1,13,257,1,9,1,1,9,256,1,13,1033,1,18,10,A,7,10,A,7,19.4,A,7,17.8,A,7,90,A,7,977,A,7,190,A,7,7.7,A,7,2400,B,7,370,A,7,3.0,E,8,0.000,F,8,0.00,?,0,18,1,D,9,00,C,8 +03/17/1990,13:00,1095,1381,427,1,9,0,1,9,427,1,13,488,1,9,0,1,9,488,1,13,1709,1,18,10,A,7,10,A,7,19.4,A,7,17.2,A,7,87,A,7,977,A,7,220,A,7,6.2,A,7,9700,B,7,370,A,7,2.9,E,8,0.000,F,8,0.00,?,0,10,1,D,9,45,C,8 +03/17/1990,14:00,1055,1381,392,1,9,2,1,9,391,1,13,449,1,9,2,1,9,448,1,13,1590,1,18,10,A,7,10,A,7,18.9,A,7,16.7,A,7,87,A,7,977,A,7,210,A,7,5.2,A,7,11300,B,7,610,A,7,2.8,E,8,0.000,F,8,0.00,?,0,3,1,D,9,25,C,8 +03/17/1990,15:00,942,1381,210,1,9,2,1,9,209,1,13,249,1,9,2,1,9,248,1,13,970,1,18,10,A,7,10,A,7,17.8,A,7,16.7,A,7,93,A,7,977,A,7,230,A,7,5.7,A,7,8000,B,7,400,A,7,2.8,E,8,0.000,F,8,0.00,?,0,8,1,D,9,00,C,8 +03/17/1990,16:00,764,1381,149,1,9,1,1,9,149,1,13,176,1,9,1,1,9,176,1,13,673,1,18,10,A,7,10,A,7,16.1,A,7,15.0,A,7,93,A,7,976,A,7,200,A,7,5.2,A,7,8000,B,7,520,A,7,2.6,E,8,0.000,F,8,0.00,?,0,25,1,D,9,45,C,8 +03/17/1990,17:00,532,1381,96,1,9,1,1,9,96,1,13,113,1,9,1,1,9,112,1,13,404,1,18,10,A,7,10,A,7,16.1,A,7,15.6,A,7,97,A,7,976,A,7,230,A,7,5.7,A,7,4800,B,7,240,A,7,2.7,E,8,0.000,F,8,0.00,?,0,28,1,D,9,45,C,8 +03/17/1990,18:00,265,1381,47,1,13,0,1,9,47,1,13,54,1,13,0,1,9,54,1,13,176,1,21,10,A,7,10,A,7,15.6,A,7,15.0,A,7,97,A,7,977,A,7,250,A,7,8.8,A,7,9700,B,7,240,A,7,2.6,E,8,0.000,F,8,0.00,?,0,18,1,D,9,45,C,8 +03/17/1990,19:00,28,633,12,1,13,0,1,9,12,1,13,14,1,13,0,1,9,14,1,13,43,1,21,10,A,7,10,A,7,14.4,A,7,13.3,A,7,93,A,7,977,A,7,260,A,7,4.6,A,7,24100,B,7,1980,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/17/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,9.4,A,7,78,A,7,979,A,7,300,A,7,3.1,A,7,24100,B,7,760,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,21,C,8 +03/17/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,11.1,A,7,90,A,7,979,A,7,30,A,7,2.1,A,7,24100,B,7,1100,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/17/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,11.7,A,7,93,A,7,978,A,7,330,A,7,3.1,A,7,24100,B,7,1680,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/17/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.2,A,7,9.4,A,7,83,A,7,979,A,7,290,A,7,2.6,A,7,24100,B,7,3660,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/17/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,8.9,A,7,83,A,7,979,A,7,290,A,7,2.6,A,7,24100,B,7,3660,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,7.8,A,7,77,A,7,980,A,7,300,A,7,5.7,A,7,24100,B,7,3660,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,7.2,A,7,74,A,7,980,A,7,310,A,7,4.6,A,7,24100,B,7,3050,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +03/18/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,6.7,A,7,74,A,7,980,A,7,310,A,7,3.1,A,7,24100,B,7,3050,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,4.4,A,7,69,A,7,981,A,7,300,A,7,3.6,A,7,24100,B,7,3050,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,8.3,A,7,2.2,A,7,66,A,7,982,A,7,300,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,2.2,A,7,76,A,7,983,A,7,250,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,07:00,38,748,18,1,13,25,1,9,15,1,13,18,1,13,10,1,9,18,1,13,31,1,21,0,A,7,0,A,7,6.7,A,7,1.7,A,7,71,A,7,983,A,7,300,A,7,3.1,A,7,19300,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,08:00,286,1380,131,1,13,376,1,9,55,1,13,136,1,13,291,1,9,76,1,13,99,1,21,0,A,7,0,A,7,10.0,A,7,2.8,A,7,61,A,7,985,A,7,290,A,7,3.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,09:00,552,1380,340,1,9,633,1,9,89,1,13,359,1,9,602,1,9,117,1,13,177,1,18,0,A,7,0,A,7,12.2,A,7,2.8,A,7,53,A,7,986,A,7,290,A,7,4.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,10:00,781,1380,541,1,9,754,1,9,117,1,13,579,1,9,758,1,9,148,1,13,271,1,18,0,A,7,0,A,7,13.3,A,7,1.7,A,7,45,A,7,987,A,7,290,A,7,5.7,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,11:00,956,1380,665,1,9,736,1,9,157,1,13,710,1,9,749,1,9,190,1,13,436,1,18,2,A,7,2,A,7,14.4,A,7,1.7,A,7,42,A,7,987,A,7,290,A,7,5.2,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,12:00,1064,1380,761,1,13,688,1,9,232,1,13,799,1,13,694,1,9,263,1,13,749,1,21,4,A,7,3,A,7,15.0,A,7,0.6,A,7,38,A,7,987,A,7,260,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,13:00,1100,1380,802,1,9,779,1,9,182,1,13,860,1,9,797,1,9,222,1,13,652,1,18,3,A,7,2,A,7,16.1,A,7,0.6,A,7,35,A,7,987,A,7,280,A,7,5.7,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,14:00,1060,1380,727,1,9,720,1,9,174,1,13,777,1,9,736,1,9,210,1,13,574,1,18,2,A,7,0,A,7,16.7,A,7,-2.2,A,7,28,A,7,986,A,7,280,A,7,6.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,15:00,946,1380,656,1,9,729,1,9,157,1,13,699,1,9,741,1,9,189,1,13,430,1,18,6,A,7,1,A,7,17.2,A,7,-0.6,A,7,30,A,7,986,A,7,270,A,7,6.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,16:00,768,1380,501,1,9,580,1,9,179,1,13,536,1,9,590,1,9,206,1,13,398,1,18,8,A,7,2,A,7,16.7,A,7,0.0,A,7,33,A,7,986,A,7,280,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,17:00,536,1380,307,1,9,442,1,9,136,1,13,322,1,9,421,1,9,158,1,13,266,1,18,8,A,7,2,A,7,16.7,A,7,-1.1,A,7,30,A,7,986,A,7,290,A,7,6.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,18:00,269,1380,113,1,13,207,1,9,73,1,13,119,1,13,153,1,9,90,1,13,140,1,21,9,A,7,3,A,7,16.1,A,7,-2.8,A,7,28,A,7,987,A,7,290,A,7,4.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,19:00,30,656,13,1,13,3,1,9,12,1,13,14,1,13,0,1,9,14,1,13,43,1,21,10,A,7,5,A,7,13.9,A,7,-1.7,A,7,34,A,7,988,A,7,300,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,11.7,A,7,-1.1,A,7,42,A,7,989,A,7,280,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,7,A,7,11.1,A,7,0.6,A,7,49,A,7,990,A,7,270,A,7,2.6,A,7,24100,B,7,7620,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,9.4,A,7,1.7,A,7,59,A,7,990,A,7,250,A,7,2.1,A,7,24100,B,7,7620,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,2.8,A,7,64,A,7,990,A,7,190,A,7,2.1,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/18/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,3.3,A,7,66,A,7,990,A,7,260,A,7,2.1,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,8.9,A,7,3.3,A,7,69,A,7,990,A,7,190,A,7,2.1,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,4.4,A,7,71,A,7,990,A,7,240,A,7,1.5,A,7,24100,B,7,5490,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,3.9,A,7,71,A,7,990,A,7,240,A,7,1.5,A,7,24100,B,7,4570,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,4.4,A,7,71,A,7,990,A,7,160,A,7,1.5,A,7,24100,B,7,4570,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,3.9,A,7,74,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,4570,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,4,A,7,8.3,A,7,4.4,A,7,77,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,07:00,41,770,22,1,13,32,1,9,19,1,13,23,1,13,13,1,9,22,1,13,39,1,21,7,A,7,3,A,7,7.2,A,7,3.9,A,7,80,A,7,989,A,7,100,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,08:00,293,1379,110,1,13,124,1,9,84,1,13,120,1,13,99,1,9,99,1,13,182,1,21,10,A,7,6,A,7,11.1,A,7,4.4,A,7,64,A,7,990,A,7,150,A,7,3.1,A,7,19300,B,7,7620,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,09:00,559,1379,245,1,9,223,1,9,156,1,13,263,1,9,221,1,9,173,1,13,327,1,18,10,A,7,8,A,7,15.6,A,7,2.2,A,7,41,A,7,990,A,7,170,A,7,4.1,A,7,19300,B,7,7620,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,10:00,787,1379,303,1,9,67,1,9,265,1,13,333,1,9,68,1,9,294,1,13,824,1,18,10,A,7,8,A,7,15.6,A,7,3.3,A,7,44,A,7,990,A,7,210,A,7,5.2,A,7,16100,B,7,7620,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,11:00,961,1379,253,1,9,13,1,9,244,1,13,297,1,9,11,1,9,289,1,13,1103,1,18,10,A,7,10,A,7,16.7,A,7,4.4,A,7,45,A,7,989,A,7,200,A,7,6.2,A,7,16100,B,7,6100,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,12:00,1070,1379,415,1,9,89,1,9,346,1,13,458,1,9,91,1,9,387,1,13,1341,1,18,9,A,7,9,A,7,17.8,A,7,5.0,A,7,43,A,7,988,A,7,190,A,7,7.2,A,7,16100,B,7,7620,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,13:00,1105,1379,583,1,9,437,1,9,233,1,13,639,1,9,457,1,9,272,1,13,837,1,18,9,A,7,8,A,7,19.4,A,7,5.0,A,7,39,A,7,988,A,7,200,A,7,7.7,A,7,16100,B,7,7620,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,14:00,1064,1379,731,1,13,674,1,9,212,1,13,772,1,13,683,1,9,244,1,13,693,1,21,8,A,7,3,A,7,20.0,A,7,4.4,A,7,36,A,7,986,A,7,200,A,7,7.2,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,15:00,951,1379,635,1,13,617,1,9,211,1,13,663,1,13,618,1,9,235,1,13,559,1,21,8,A,7,4,A,7,19.4,A,7,3.3,A,7,35,A,7,985,A,7,220,A,7,8.8,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,16:00,772,1379,495,1,13,637,1,9,139,1,13,520,1,13,635,1,9,164,1,13,312,1,21,7,A,7,3,A,7,19.4,A,7,3.9,A,7,36,A,7,984,A,7,190,A,7,6.7,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,17:00,541,1379,280,1,13,358,1,9,140,1,13,293,1,13,341,1,9,159,1,13,275,1,21,9,A,7,3,A,7,19.4,A,7,3.3,A,7,35,A,7,984,A,7,210,A,7,7.2,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,18:00,273,1379,102,1,13,111,1,9,80,1,13,110,1,13,86,1,9,93,1,13,172,1,21,10,A,7,7,A,7,18.3,A,7,2.8,A,7,36,A,7,983,A,7,200,A,7,7.2,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,19:00,31,678,18,1,13,4,1,9,18,1,13,20,1,13,0,1,9,20,1,13,59,1,21,10,A,7,9,A,7,16.1,A,7,3.9,A,7,44,A,7,984,A,7,180,A,7,4.6,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,15.0,A,7,2.2,A,7,42,A,7,984,A,7,190,A,7,3.6,A,7,24100,B,7,7620,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.0,A,7,3.9,A,7,48,A,7,984,A,7,320,A,7,6.2,A,7,24100,B,7,2290,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,2.2,A,7,59,A,7,986,A,7,330,A,7,6.2,A,7,24100,B,7,2290,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,1.1,A,7,61,A,7,986,A,7,340,A,7,5.7,A,7,24100,B,7,2440,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/19/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,1.1,A,7,73,A,7,986,A,7,10,A,7,4.6,A,7,24100,B,7,1980,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,0.0,A,7,79,A,7,987,A,7,360,A,7,4.1,A,7,24100,B,7,2130,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +03/20/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,1.7,A,7,-0.6,A,7,85,A,7,987,A,7,20,A,7,5.2,A,7,16100,B,7,1220,A,7,1.0,E,8,0.000,?,0,0.00,?,0,3,1,D,9,61,C,8 +03/20/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.0,A,7,-0.6,A,7,96,A,7,987,A,7,360,A,7,4.1,A,7,4000,B,7,180,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +03/20/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.0,A,7,-0.6,A,7,96,A,7,987,A,7,30,A,7,5.2,A,7,4000,B,7,210,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/20/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-2.2,A,7,89,A,7,988,A,7,20,A,7,5.7,A,7,1600,B,7,340,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/20/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-2.2,A,7,89,A,7,988,A,7,360,A,7,4.6,A,7,16100,B,7,1370,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/20/1990,07:00,45,793,17,1,13,7,1,9,16,1,13,18,1,13,4,1,9,18,1,13,39,1,21,8,A,7,8,A,7,-0.6,A,7,-2.8,A,7,85,A,7,989,A,7,10,A,7,5.2,A,7,16100,B,7,1980,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,71,C,8 +03/20/1990,08:00,300,1379,124,1,13,166,1,9,89,1,13,131,1,13,130,1,9,103,1,13,175,1,21,4,A,7,4,A,7,0.0,A,7,-4.4,A,7,72,A,7,990,A,7,360,A,7,4.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,22,C,8 +03/20/1990,09:00,565,1379,350,1,9,582,1,9,114,1,13,364,1,9,550,1,9,138,1,13,219,1,18,2,A,7,2,A,7,1.7,A,7,-4.4,A,7,64,A,7,990,A,7,350,A,7,5.2,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,10:00,793,1379,481,1,9,611,1,9,131,1,13,510,1,9,613,1,9,156,1,13,303,1,18,2,A,7,2,A,7,2.8,A,7,-4.4,A,7,59,A,7,990,A,7,360,A,7,7.7,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,11:00,967,1379,674,1,13,724,1,9,168,1,13,717,1,13,735,1,9,200,1,13,473,1,21,3,A,7,3,A,7,4.4,A,7,-5.0,A,7,51,A,7,990,A,7,340,A,7,7.7,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,12:00,1075,1379,534,1,13,318,1,9,287,1,13,590,1,13,345,1,9,320,1,13,945,1,21,6,A,7,6,A,7,4.4,A,7,-5.6,A,7,49,A,7,990,A,7,350,A,7,5.2,A,7,24100,B,7,1370,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,13:00,1110,1379,865,1,13,739,1,9,271,1,13,902,1,13,741,1,9,304,1,13,954,1,21,6,A,7,6,A,7,5.6,A,7,-6.1,A,7,43,A,7,990,A,7,340,A,7,4.6,A,7,24100,B,7,1070,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,14:00,1069,1379,694,1,13,525,1,9,288,1,13,742,1,13,547,1,9,317,1,13,974,1,21,7,A,7,7,A,7,5.0,A,7,-6.7,A,7,43,A,7,989,A,7,340,A,7,7.2,A,7,24100,B,7,1520,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,15:00,955,1379,571,1,13,573,1,9,175,1,13,604,1,13,580,1,9,201,1,13,480,1,21,3,A,7,3,A,7,6.1,A,7,-7.8,A,7,37,A,7,989,A,7,340,A,7,6.7,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,16:00,776,1379,530,1,9,783,1,9,90,1,13,563,1,9,779,1,9,123,1,13,208,1,18,1,A,7,1,A,7,6.1,A,7,-7.2,A,7,38,A,7,989,A,7,350,A,7,6.7,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,17:00,545,1379,342,1,9,685,1,9,72,1,13,356,1,9,648,1,9,99,1,13,144,1,18,0,A,7,0,A,7,5.6,A,7,-9.4,A,7,33,A,7,989,A,7,340,A,7,7.7,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,18:00,277,1379,142,1,13,486,1,9,45,1,13,148,1,13,375,1,9,72,1,13,83,1,21,0,A,7,0,A,7,4.4,A,7,-10.0,A,7,35,A,7,990,A,7,320,A,7,6.2,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,19:00,33,701,21,1,13,53,1,9,14,1,13,18,1,13,16,1,9,17,1,13,24,1,21,0,A,7,0,A,7,2.2,A,7,-9.4,A,7,42,A,7,990,A,7,320,A,7,5.7,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-8.9,A,7,46,A,7,991,A,7,320,A,7,5.2,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-8.3,A,7,50,A,7,992,A,7,320,A,7,6.2,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.0,A,7,-7.8,A,7,56,A,7,992,A,7,310,A,7,4.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.0,A,7,-7.8,A,7,56,A,7,992,A,7,310,A,7,3.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/20/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-0.6,A,7,-7.2,A,7,61,A,7,992,A,7,330,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.7,A,7,-7.2,A,7,66,A,7,992,A,7,300,A,7,4.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.1,A,7,-7.2,A,7,64,A,7,992,A,7,310,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-0.6,A,7,-7.8,A,7,59,A,7,992,A,7,340,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.1,A,7,-7.2,A,7,64,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.8,A,7,-6.1,A,7,78,A,7,993,A,7,240,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-6.7,A,7,78,A,7,993,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,07:00,49,838,31,1,13,140,1,9,15,1,13,25,1,13,64,1,9,21,1,13,28,1,21,0,A,7,0,A,7,-3.3,A,7,-5.6,A,7,85,A,7,994,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,08:00,306,1378,172,1,13,627,1,9,36,1,13,183,1,13,519,1,9,68,1,13,75,1,21,0,A,7,0,A,7,1.1,A,7,-5.0,A,7,64,A,7,994,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,09:00,572,1378,389,1,9,811,1,9,56,1,13,414,1,9,773,1,9,92,1,13,129,1,18,1,A,7,0,A,7,3.9,A,7,-5.6,A,7,51,A,7,995,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,10:00,799,1378,591,1,9,898,1,9,73,1,13,623,1,9,886,1,9,107,1,13,176,1,18,1,A,7,0,A,7,6.7,A,7,-6.1,A,7,40,A,7,995,A,7,160,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,11:00,973,1378,750,1,9,953,1,9,80,1,13,788,1,9,951,1,9,114,1,13,224,1,18,0,A,7,0,A,7,8.9,A,7,-6.1,A,7,34,A,7,995,A,7,270,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,12:00,1081,1378,852,1,9,978,1,9,86,1,13,890,1,9,980,1,9,120,1,13,276,1,18,0,A,7,0,A,7,10.6,A,7,-5.0,A,7,34,A,7,995,A,7,270,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,13:00,1115,1378,883,1,9,984,1,9,88,1,13,922,1,9,987,1,9,121,1,13,300,1,18,0,A,7,0,A,7,11.7,A,7,-4.4,A,7,32,A,7,994,A,7,270,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,14:00,1073,1378,847,1,9,978,1,9,86,1,13,885,1,9,980,1,9,120,1,13,273,1,18,0,A,7,0,A,7,13.3,A,7,-3.9,A,7,30,A,7,993,A,7,310,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,15:00,959,1378,740,1,9,950,1,9,79,1,13,775,1,9,948,1,9,113,1,13,218,1,18,0,A,7,0,A,7,15.0,A,7,-3.3,A,7,28,A,7,992,A,7,220,A,7,4.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,16:00,780,1378,578,1,9,902,1,9,68,1,13,608,1,9,889,1,9,103,1,13,168,1,18,0,A,7,0,A,7,15.6,A,7,-3.9,A,7,26,A,7,992,A,7,250,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,17:00,549,1378,374,1,9,810,1,9,53,1,13,396,1,9,767,1,9,90,1,13,123,1,18,0,A,7,0,A,7,15.0,A,7,-3.9,A,7,27,A,7,992,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,18:00,281,1378,156,1,13,603,1,9,34,1,13,163,1,13,485,1,9,64,1,13,70,1,21,0,A,7,0,A,7,13.3,A,7,-3.9,A,7,30,A,7,992,A,7,210,A,7,3.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,19:00,35,700,27,1,13,109,1,9,14,1,13,21,1,13,39,1,9,19,1,13,24,1,21,0,A,7,0,A,7,11.7,A,7,-3.3,A,7,35,A,7,992,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,-3.3,A,7,41,A,7,993,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,-1.7,A,7,52,A,7,994,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,-1.1,A,7,58,A,7,994,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,-2.2,A,7,56,A,7,994,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/21/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-2.2,A,7,60,A,7,994,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,-2.8,A,7,53,A,7,994,A,7,190,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-2.8,A,7,60,A,7,993,A,7,190,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-2.8,A,7,65,A,7,993,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-3.3,A,7,62,A,7,993,A,7,220,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-2.8,A,7,73,A,7,994,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-3.3,A,7,67,A,7,995,A,7,210,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,07:00,53,861,29,1,13,107,1,9,17,1,13,26,1,13,43,1,9,23,1,13,30,1,21,0,A,7,0,A,7,1.1,A,7,-2.2,A,7,79,A,7,995,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,08:00,313,1377,170,1,13,566,1,9,44,1,13,177,1,13,467,1,9,70,1,13,85,1,21,0,A,7,0,A,7,6.7,A,7,-0.6,A,7,60,A,7,995,A,7,210,A,7,3.6,A,7,16100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,09:00,578,1377,353,1,9,625,1,9,93,1,13,373,1,9,600,1,9,120,1,13,188,1,18,8,A,7,1,A,7,11.1,A,7,-1.1,A,7,43,A,7,995,A,7,210,A,7,4.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,10:00,806,1377,532,1,9,666,1,9,145,1,13,562,1,9,667,1,9,171,1,13,335,1,18,10,A,7,1,A,7,13.9,A,7,-1.1,A,7,36,A,7,996,A,7,240,A,7,5.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,11:00,979,1377,689,1,9,746,1,9,161,1,13,737,1,9,760,1,9,195,1,13,464,1,18,10,A,7,1,A,7,16.7,A,7,-1.1,A,7,30,A,7,995,A,7,200,A,7,6.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,12:00,1086,1377,788,1,9,794,1,9,164,1,13,823,1,9,795,1,9,194,1,13,512,1,18,9,A,7,1,A,7,17.8,A,7,-1.1,A,7,28,A,7,994,A,7,210,A,7,7.7,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,13:00,1120,1377,874,1,9,899,1,9,143,1,13,929,1,9,908,1,9,188,1,13,506,1,18,5,A,7,0,A,7,18.9,A,7,-0.6,A,7,27,A,7,993,A,7,210,A,7,7.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,14:00,1078,1377,831,1,9,931,1,9,103,1,13,863,1,9,931,1,9,132,1,13,303,1,18,0,A,7,0,A,7,19.4,A,7,-1.1,A,7,25,A,7,992,A,7,240,A,7,7.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,15:00,964,1377,727,1,9,903,1,9,96,1,13,757,1,9,900,1,9,126,1,13,239,1,18,0,A,7,0,A,7,19.4,A,7,-1.1,A,7,25,A,7,991,A,7,210,A,7,8.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,16:00,784,1377,568,1,9,848,1,9,86,1,13,608,1,9,847,1,9,124,1,13,204,1,18,1,A,7,0,A,7,19.4,A,7,-0.6,A,7,26,A,7,990,A,7,200,A,7,6.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,17:00,553,1377,328,1,9,580,1,9,96,1,13,343,1,9,550,1,9,121,1,13,189,1,18,7,A,7,1,A,7,18.9,A,7,-0.6,A,7,27,A,7,990,A,7,200,A,7,8.8,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,18:00,285,1377,132,1,13,337,1,9,64,1,13,140,1,13,257,1,9,87,1,13,116,1,21,6,A,7,2,A,7,18.3,A,7,-0.6,A,7,28,A,7,990,A,7,200,A,7,9.3,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,19:00,37,723,20,1,13,40,1,9,16,1,13,20,1,13,12,1,9,19,1,13,27,1,21,5,A,7,2,A,7,16.1,A,7,-0.6,A,7,32,A,7,990,A,7,210,A,7,6.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,15.0,A,7,0.6,A,7,38,A,7,990,A,7,200,A,7,5.2,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,4,A,7,15.0,A,7,0.6,A,7,38,A,7,990,A,7,190,A,7,3.6,A,7,24100,B,7,6100,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,13.3,A,7,1.1,A,7,44,A,7,990,A,7,190,A,7,5.2,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,11.7,A,7,1.7,A,7,51,A,7,990,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/22/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,11.7,A,7,1.1,A,7,49,A,7,990,A,7,240,A,7,5.2,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,11.7,A,7,1.7,A,7,51,A,7,990,A,7,220,A,7,5.2,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,12.2,A,7,1.1,A,7,47,A,7,990,A,7,220,A,7,5.2,A,7,24100,B,7,3050,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,11.1,A,7,2.2,A,7,55,A,7,989,A,7,210,A,7,5.2,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,10.0,A,7,2.8,A,7,61,A,7,989,A,7,220,A,7,4.6,A,7,22500,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,8.9,A,7,3.3,A,7,69,A,7,990,A,7,220,A,7,4.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,2.8,A,7,68,A,7,991,A,7,240,A,7,4.1,A,7,19300,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,07:00,57,906,30,1,13,115,1,9,17,1,13,27,1,13,47,1,9,23,1,13,29,1,21,0,A,7,0,A,7,8.3,A,7,1.7,A,7,63,A,7,991,A,7,240,A,7,4.1,A,7,19300,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,08:00,320,1376,173,1,13,570,1,9,43,1,13,181,1,13,475,1,9,70,1,13,85,1,21,0,A,7,0,A,7,12.2,A,7,0.0,A,7,43,A,7,992,A,7,270,A,7,2.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,09:00,585,1376,389,1,9,766,1,9,67,1,13,415,1,9,738,1,9,100,1,13,144,1,18,1,A,7,0,A,7,15.6,A,7,0.0,A,7,35,A,7,992,A,7,230,A,7,2.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,10:00,812,1376,589,1,9,863,1,9,83,1,13,618,1,9,852,1,9,114,1,13,186,1,18,0,A,7,0,A,7,17.8,A,7,0.0,A,7,30,A,7,993,A,7,270,A,7,4.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,11:00,984,1376,748,1,9,915,1,9,95,1,13,780,1,9,913,1,9,125,1,13,246,1,18,0,A,7,0,A,7,20.0,A,7,0.0,A,7,26,A,7,992,A,7,300,A,7,7.2,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,12:00,1091,1376,806,1,9,895,1,9,98,1,13,839,1,9,896,1,9,127,1,13,304,1,18,1,A,7,1,A,7,21.1,A,7,0.0,A,7,25,A,7,992,A,7,290,A,7,6.7,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,13:00,1124,1376,871,1,9,941,1,9,104,1,13,906,1,9,943,1,9,133,1,13,339,1,18,0,A,7,0,A,7,21.7,A,7,0.0,A,7,24,A,7,991,A,7,300,A,7,6.2,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,14:00,1082,1376,824,1,9,919,1,9,101,1,13,856,1,9,920,1,9,130,1,13,303,1,18,0,A,7,0,A,7,22.8,A,7,0.0,A,7,22,A,7,990,A,7,280,A,7,7.2,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,15:00,968,1376,732,1,9,893,1,9,104,1,13,760,1,9,889,1,9,132,1,13,247,1,18,2,A,7,0,A,7,23.3,A,7,-1.1,A,7,20,A,7,990,A,7,320,A,7,5.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,16:00,788,1376,569,1,9,839,1,9,90,1,13,607,1,9,837,1,9,126,1,13,211,1,18,2,A,7,0,A,7,23.3,A,7,-0.6,A,7,21,A,7,989,A,7,320,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,17:00,557,1376,335,1,9,673,1,9,64,1,13,355,1,9,643,1,9,94,1,13,136,1,18,4,A,7,1,A,7,22.8,A,7,-0.6,A,7,21,A,7,990,A,7,300,A,7,4.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,18:00,289,1376,140,1,13,369,1,9,63,1,13,148,1,13,283,1,9,88,1,13,114,1,21,6,A,7,2,A,7,21.7,A,7,-0.6,A,7,23,A,7,989,A,7,260,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,19:00,39,745,23,1,13,70,1,9,14,1,13,19,1,13,26,1,9,18,1,13,24,1,21,3,A,7,1,A,7,19.4,A,7,-1.1,A,7,25,A,7,990,A,7,340,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,16.7,A,7,3.3,A,7,41,A,7,990,A,7,340,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,15.0,A,7,4.4,A,7,50,A,7,990,A,7,360,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,12.8,A,7,3.9,A,7,55,A,7,991,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.2,A,7,3.9,A,7,57,A,7,991,A,7,60,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/23/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,3.9,A,7,59,A,7,991,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,3.3,A,7,64,A,7,991,A,7,60,A,7,2.6,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,10.6,A,7,2.8,A,7,59,A,7,991,A,7,50,A,7,3.1,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,10.6,A,7,2.2,A,7,57,A,7,991,A,7,40,A,7,3.1,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,1.7,A,7,51,A,7,991,A,7,50,A,7,4.6,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,2.8,A,7,64,A,7,992,A,7,60,A,7,5.7,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,6,A,7,8.3,A,7,2.8,A,7,68,A,7,992,A,7,60,A,7,6.7,A,7,16100,B,7,2440,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,07:00,62,928,21,1,13,10,1,9,19,1,13,22,1,13,6,1,9,21,1,13,47,1,21,7,A,7,6,A,7,7.8,A,7,2.8,A,7,71,A,7,993,A,7,60,A,7,6.2,A,7,16100,B,7,2440,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,08:00,326,1375,130,1,13,29,1,9,123,1,13,142,1,13,25,1,9,136,1,13,286,1,21,7,A,7,6,A,7,8.3,A,7,2.8,A,7,68,A,7,993,A,7,60,A,7,7.2,A,7,16100,B,7,2440,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,09:00,591,1375,186,1,9,10,1,9,182,1,13,209,1,9,8,1,9,206,1,13,679,1,18,10,A,7,10,A,7,8.9,A,7,2.8,A,7,66,A,7,994,A,7,80,A,7,5.7,A,7,16100,B,7,3050,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,10:00,818,1375,554,1,13,582,1,9,210,1,13,589,1,13,596,1,9,234,1,13,495,1,21,10,A,7,6,A,7,9.4,A,7,2.8,A,7,64,A,7,994,A,7,60,A,7,5.2,A,7,16100,B,7,3660,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,11:00,990,1375,675,1,9,731,1,9,151,1,13,726,1,9,748,1,9,186,1,13,447,1,18,4,A,7,2,A,7,11.7,A,7,2.8,A,7,55,A,7,994,A,7,50,A,7,4.6,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,12:00,1096,1375,626,1,13,410,1,9,300,1,13,669,1,13,427,1,9,327,1,13,1081,1,21,8,A,7,7,A,7,12.2,A,7,2.8,A,7,53,A,7,993,A,7,70,A,7,4.6,A,7,16100,B,7,3050,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,13:00,1129,1375,293,1,9,1,1,9,293,1,13,348,1,9,1,1,9,347,1,13,1353,1,18,10,A,7,10,A,7,12.8,A,7,2.2,A,7,49,A,7,993,A,7,30,A,7,2.1,A,7,16100,B,7,2740,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,14:00,1087,1375,296,1,9,4,1,9,292,1,13,348,1,9,4,1,9,345,1,13,1332,1,18,10,A,7,10,A,7,13.3,A,7,2.8,A,7,49,A,7,992,A,7,50,A,7,3.1,A,7,16100,B,7,2440,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,15:00,972,1375,269,1,9,7,1,9,264,1,13,314,1,9,6,1,9,310,1,13,1177,1,18,10,A,7,10,A,7,11.7,A,7,1.1,A,7,49,A,7,991,A,7,350,A,7,5.2,A,7,16100,B,7,2440,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,16:00,792,1375,236,1,9,1,1,9,236,1,13,271,1,9,1,1,9,270,1,13,968,1,18,10,A,7,10,A,7,9.4,A,7,0.6,A,7,54,A,7,991,A,7,50,A,7,5.2,A,7,16100,B,7,2440,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,17:00,560,1375,176,1,9,1,1,9,175,1,13,196,1,9,1,1,9,196,1,13,641,1,18,10,A,7,10,A,7,8.3,A,7,0.6,A,7,58,A,7,992,A,7,360,A,7,5.2,A,7,12900,B,7,1980,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,18:00,293,1375,71,1,13,1,1,9,71,1,13,80,1,13,0,1,9,80,1,13,250,1,21,10,A,7,10,A,7,7.2,A,7,1.1,A,7,66,A,7,991,A,7,40,A,7,5.2,A,7,12900,B,7,1830,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,19:00,41,768,14,1,13,0,1,9,13,1,13,15,1,13,0,1,9,15,1,13,47,1,21,10,A,7,10,A,7,5.6,A,7,3.3,A,7,86,A,7,992,A,7,50,A,7,5.2,A,7,8000,B,7,1830,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/24/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,2.8,A,7,89,A,7,992,A,7,40,A,7,4.1,A,7,8000,B,7,2590,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,21,C,8 +03/24/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,2.8,A,7,89,A,7,993,A,7,50,A,7,4.1,A,7,9700,B,7,1520,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/24/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,2.2,A,7,86,A,7,993,A,7,50,A,7,3.6,A,7,8000,B,7,240,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/24/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,1.1,A,7,82,A,7,993,A,7,50,A,7,4.1,A,7,9700,B,7,210,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/24/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,0.0,A,7,76,A,7,993,A,7,50,A,7,4.6,A,7,9700,B,7,210,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/25/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,-0.6,A,7,73,A,7,993,A,7,50,A,7,4.1,A,7,9700,B,7,180,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/25/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,-0.6,A,7,73,A,7,993,A,7,40,A,7,3.6,A,7,9700,B,7,180,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +03/25/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,-0.6,A,7,73,A,7,993,A,7,60,A,7,3.6,A,7,9700,B,7,180,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/25/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,0.0,A,7,76,A,7,993,A,7,60,A,7,4.6,A,7,9700,B,7,180,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/25/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,-0.6,A,7,76,A,7,993,A,7,50,A,7,4.1,A,7,9700,B,7,180,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +03/25/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,-0.6,A,7,76,A,7,993,A,7,60,A,7,5.2,A,7,9700,B,7,180,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/25/1990,07:00,66,974,20,1,13,1,1,9,19,1,13,22,1,13,0,1,9,22,1,13,66,1,21,10,A,7,10,A,7,3.3,A,7,-0.6,A,7,76,A,7,993,A,7,70,A,7,4.6,A,7,4000,B,7,120,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/25/1990,08:00,333,1375,91,1,13,2,1,9,91,1,13,102,1,13,1,1,9,102,1,13,314,1,21,10,A,7,10,A,7,3.9,A,7,0.0,A,7,76,A,7,994,A,7,70,A,7,4.1,A,7,4000,B,7,120,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/25/1990,09:00,598,1375,222,1,9,1,1,9,222,1,13,246,1,9,1,1,9,246,1,13,767,1,18,10,A,7,10,A,7,3.9,A,7,0.0,A,7,76,A,7,995,A,7,40,A,7,4.1,A,7,4000,B,7,90,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/25/1990,10:00,824,1375,280,1,9,1,1,9,280,1,13,318,1,9,1,1,9,318,1,13,1107,1,18,10,A,7,10,A,7,3.9,A,7,1.7,A,7,86,A,7,995,A,7,40,A,7,4.1,A,7,4000,B,7,90,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/25/1990,11:00,995,1375,352,1,9,1,1,9,351,1,13,403,1,9,1,1,9,402,1,13,1443,1,18,10,A,7,10,A,7,4.4,A,7,2.8,A,7,89,A,7,995,A,7,30,A,7,2.6,A,7,4000,B,7,90,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/25/1990,12:00,1101,1375,428,1,9,2,1,9,426,1,13,490,1,9,2,1,9,488,1,13,1716,1,18,10,A,7,10,A,7,5.6,A,7,2.8,A,7,83,A,7,995,A,7,60,A,7,2.6,A,7,11300,B,7,270,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +03/25/1990,13:00,1134,1375,591,1,13,381,1,9,277,1,13,640,1,13,398,1,9,310,1,13,1086,1,21,8,A,7,7,A,7,8.3,A,7,2.8,A,7,68,A,7,994,A,7,80,A,7,3.1,A,7,11300,B,7,460,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/25/1990,14:00,1091,1375,581,1,9,310,1,9,335,1,13,635,1,9,336,1,9,368,1,13,1162,1,18,8,A,7,8,A,7,10.6,A,7,3.9,A,7,64,A,7,993,A,7,70,A,7,3.1,A,7,16100,B,7,460,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/25/1990,15:00,976,1375,614,1,13,554,1,9,222,1,13,666,1,13,576,1,9,256,1,13,631,1,21,7,A,7,3,A,7,12.8,A,7,-0.6,A,7,40,A,7,992,A,7,50,A,7,2.1,A,7,16100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/25/1990,16:00,796,1375,529,1,13,614,1,9,174,1,13,549,1,13,608,1,9,196,1,13,387,1,21,5,A,7,5,A,7,12.8,A,7,0.0,A,7,42,A,7,992,A,7,60,A,7,4.1,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/25/1990,17:00,564,1375,232,1,13,292,1,9,113,1,13,250,1,13,283,1,9,134,1,13,218,1,21,5,A,7,5,A,7,11.7,A,7,0.0,A,7,45,A,7,992,A,7,80,A,7,3.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/25/1990,18:00,296,1375,138,1,13,399,1,9,53,1,13,143,1,13,315,1,9,75,1,13,97,1,21,5,A,7,4,A,7,11.1,A,7,-2.2,A,7,40,A,7,992,A,7,50,A,7,3.1,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/25/1990,19:00,44,790,21,1,13,11,1,9,19,1,13,22,1,13,6,1,9,21,1,13,46,1,21,6,A,7,6,A,7,10.0,A,7,-3.3,A,7,39,A,7,992,A,7,100,A,7,2.6,A,7,19300,B,7,1010,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/25/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,9.4,A,7,-5.6,A,7,35,A,7,992,A,7,70,A,7,3.6,A,7,19300,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/25/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,9.4,A,7,5.0,A,7,74,A,7,993,A,7,80,A,7,3.1,A,7,16100,B,7,1520,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/25/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,5.0,A,7,77,A,7,993,A,7,90,A,7,4.6,A,7,12900,B,7,1520,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/25/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,5.0,A,7,77,A,7,993,A,7,80,A,7,2.6,A,7,11300,B,7,1370,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/25/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,5.6,A,7,83,A,7,993,A,7,130,A,7,2.1,A,7,9700,B,7,1370,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,6.1,A,7,89,A,7,993,A,7,80,A,7,2.6,A,7,11300,B,7,1310,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +03/26/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,6.1,A,7,89,A,7,993,A,7,70,A,7,2.6,A,7,8000,B,7,1520,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,25,C,8 +03/26/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,6.1,A,7,93,A,7,992,A,7,80,A,7,3.1,A,7,8000,B,7,180,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/26/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,6.1,A,7,93,A,7,992,A,7,70,A,7,3.6,A,7,8000,B,7,310,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/26/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,6.1,A,7,93,A,7,993,A,7,50,A,7,3.1,A,7,8000,B,7,210,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/26/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.7,A,7,4.4,A,7,86,A,7,994,A,7,40,A,7,2.6,A,7,8000,B,7,790,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/26/1990,07:00,71,996,10,1,13,6,1,9,10,1,13,12,1,13,3,1,9,11,1,13,27,1,21,10,A,7,10,A,7,6.7,A,7,3.3,A,7,80,A,7,994,A,7,50,A,7,4.1,A,7,11300,B,7,760,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/26/1990,08:00,340,1374,76,1,13,5,1,9,75,1,13,86,1,13,2,1,9,86,1,13,277,1,21,10,A,7,10,A,7,6.7,A,7,2.2,A,7,74,A,7,995,A,7,70,A,7,5.7,A,7,11300,B,7,1130,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +03/26/1990,09:00,604,1374,161,1,9,2,1,9,161,1,13,184,1,9,2,1,9,184,1,13,635,1,18,10,A,7,10,A,7,7.2,A,7,-0.6,A,7,58,A,7,995,A,7,30,A,7,5.2,A,7,16100,B,7,1220,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,10:00,829,1374,452,1,13,340,1,9,248,1,13,489,1,13,362,1,9,270,1,13,619,1,21,10,A,7,6,A,7,8.9,A,7,-0.6,A,7,52,A,7,995,A,7,50,A,7,4.1,A,7,16100,B,7,7620,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,11:00,1001,1374,603,1,13,550,1,9,204,1,13,635,1,13,555,1,9,230,1,13,596,1,21,10,A,7,5,A,7,10.6,A,7,0.0,A,7,48,A,7,995,A,7,120,A,7,3.1,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,12:00,1106,1374,806,1,9,761,1,9,195,1,13,861,1,9,777,1,9,234,1,13,712,1,18,7,A,7,2,A,7,12.8,A,7,-0.6,A,7,40,A,7,994,A,7,360,A,7,4.1,A,7,16100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,13:00,1138,1374,798,1,13,715,1,9,206,1,13,851,1,13,730,1,9,245,1,13,812,1,21,6,A,7,3,A,7,13.3,A,7,-0.6,A,7,39,A,7,993,A,7,270,A,7,2.6,A,7,19300,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,14:00,1095,1374,762,1,9,731,1,9,180,1,13,817,1,9,748,1,9,219,1,13,646,1,18,3,A,7,2,A,7,13.9,A,7,-0.6,A,7,37,A,7,992,A,7,350,A,7,5.2,A,7,19300,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,15:00,980,1374,628,1,13,504,1,9,269,1,13,667,1,13,523,1,9,293,1,13,781,1,21,8,A,7,5,A,7,15.0,A,7,-0.6,A,7,35,A,7,991,A,7,340,A,7,2.6,A,7,19300,B,7,7620,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,16:00,800,1374,301,1,9,47,1,9,274,1,13,331,1,9,48,1,9,303,1,13,858,1,18,10,A,7,10,A,7,14.4,A,7,-2.2,A,7,32,A,7,991,A,7,290,A,7,2.6,A,7,16100,B,7,7620,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,17:00,568,1374,137,1,9,0,1,9,137,1,13,157,1,9,0,1,9,157,1,13,548,1,18,10,A,7,10,A,7,13.3,A,7,-2.2,A,7,34,A,7,991,A,7,320,A,7,2.6,A,7,12900,B,7,7620,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,18:00,300,1374,71,1,13,3,1,9,70,1,13,80,1,13,1,1,9,79,1,13,250,1,21,10,A,7,10,A,7,12.8,A,7,-1.7,A,7,37,A,7,991,A,7,330,A,7,1.5,A,7,16100,B,7,2900,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,19:00,46,813,9,1,13,1,1,9,9,1,13,11,1,13,0,1,9,11,1,13,34,1,21,10,A,7,10,A,7,12.2,A,7,-1.1,A,7,40,A,7,991,A,7,350,A,7,1.5,A,7,16100,B,7,2900,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,0.6,A,7,49,A,7,991,A,7,50,A,7,3.1,A,7,24100,B,7,3350,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,0.0,A,7,47,A,7,992,A,7,60,A,7,2.6,A,7,24100,B,7,3350,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,10.0,A,7,1.7,A,7,57,A,7,992,A,7,30,A,7,2.6,A,7,24100,B,7,3350,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,-0.6,A,7,50,A,7,993,A,7,20,A,7,4.1,A,7,24100,B,7,1980,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/26/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,-3.3,A,7,44,A,7,993,A,7,30,A,7,6.7,A,7,24100,B,7,1980,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,-4.4,A,7,44,A,7,994,A,7,20,A,7,5.2,A,7,16100,B,7,3660,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.7,A,7,-4.4,A,7,45,A,7,994,A,7,20,A,7,4.1,A,7,11300,B,7,1980,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,-4.4,A,7,47,A,7,993,A,7,50,A,7,2.6,A,7,11300,B,7,1980,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,5.6,A,7,-4.4,A,7,49,A,7,994,A,7,20,A,7,2.6,A,7,11300,B,7,1830,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,5.6,A,7,-3.9,A,7,51,A,7,994,A,7,20,A,7,3.1,A,7,11300,B,7,1980,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,4.4,A,7,-3.9,A,7,55,A,7,995,A,7,30,A,7,2.6,A,7,11300,B,7,1980,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,07:00,76,1041,26,1,13,15,1,9,24,1,13,28,1,13,9,1,9,27,1,13,58,1,21,8,A,7,7,A,7,3.9,A,7,-3.9,A,7,57,A,7,995,A,7,10,A,7,2.1,A,7,24100,B,7,1980,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,08:00,346,1373,166,1,13,283,1,9,95,1,13,176,1,13,238,1,9,116,1,13,186,1,21,5,A,7,4,A,7,6.1,A,7,-3.9,A,7,49,A,7,996,A,7,30,A,7,5.7,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,09:00,610,1373,416,1,9,801,1,9,63,1,13,440,1,9,770,1,9,97,1,13,138,1,18,0,A,7,0,A,7,7.8,A,7,-4.4,A,7,42,A,7,996,A,7,40,A,7,4.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,10:00,835,1373,606,1,9,870,1,9,80,1,13,637,1,9,861,1,9,112,1,13,189,1,18,0,A,7,0,A,7,9.4,A,7,-4.4,A,7,38,A,7,997,A,7,50,A,7,5.2,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,11:00,1006,1373,773,1,9,932,1,9,91,1,13,806,1,9,931,1,9,122,1,13,251,1,18,0,A,7,0,A,7,10.0,A,7,-4.4,A,7,36,A,7,997,A,7,60,A,7,5.2,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,12:00,1111,1373,877,1,9,964,1,9,98,1,13,913,1,9,966,1,9,129,1,13,320,1,18,0,A,7,0,A,7,11.7,A,7,-4.4,A,7,32,A,7,996,A,7,340,A,7,3.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,13:00,1143,1373,902,1,9,965,1,9,100,1,13,938,1,9,967,1,9,131,1,13,349,1,18,0,A,7,0,A,7,11.7,A,7,-4.4,A,7,32,A,7,995,A,7,340,A,7,4.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,14:00,1099,1373,864,1,9,958,1,9,97,1,13,898,1,9,960,1,9,128,1,13,310,1,18,0,A,7,0,A,7,12.8,A,7,-3.9,A,7,31,A,7,995,A,7,70,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,15:00,984,1373,754,1,9,928,1,9,90,1,13,787,1,9,926,1,9,121,1,13,241,1,18,0,A,7,0,A,7,13.3,A,7,-3.9,A,7,30,A,7,994,A,7,70,A,7,4.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,16:00,804,1373,595,1,9,885,1,9,78,1,13,624,1,9,874,1,9,111,1,13,181,1,18,0,A,7,0,A,7,13.3,A,7,-3.3,A,7,32,A,7,993,A,7,180,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,17:00,572,1373,391,1,9,797,1,9,61,1,13,418,1,9,767,1,9,98,1,13,134,1,18,0,A,7,0,A,7,13.9,A,7,-4.4,A,7,28,A,7,994,A,7,100,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,18:00,304,1373,169,1,13,590,1,9,40,1,13,176,1,13,485,1,9,68,1,13,80,1,21,0,A,7,0,A,7,12.8,A,7,-5.0,A,7,29,A,7,994,A,7,50,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,19:00,48,835,30,1,13,116,1,9,16,1,13,25,1,13,45,1,9,22,1,13,28,1,21,0,A,7,0,A,7,10.0,A,7,-3.9,A,7,38,A,7,994,A,7,100,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,-3.9,A,7,41,A,7,994,A,7,110,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,0,A,7,8.3,A,7,-2.8,A,7,46,A,7,995,A,7,110,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,1,A,7,7.8,A,7,-2.8,A,7,48,A,7,995,A,7,100,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,5.6,A,7,-2.2,A,7,58,A,7,996,A,7,140,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/27/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,1,A,7,6.7,A,7,-2.8,A,7,51,A,7,996,A,7,150,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,5.6,A,7,-2.8,A,7,55,A,7,996,A,7,170,A,7,2.6,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,5.6,A,7,-2.2,A,7,58,A,7,996,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,4.4,A,7,-1.1,A,7,68,A,7,996,A,7,50,A,7,2.1,A,7,16100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,2.8,A,7,-1.1,A,7,76,A,7,997,A,7,30,A,7,2.1,A,7,16100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,1.7,A,7,-1.7,A,7,79,A,7,997,A,7,30,A,7,2.6,A,7,16100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,1.7,A,7,-1.1,A,7,82,A,7,997,A,7,60,A,7,2.6,A,7,11300,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,07:00,81,1063,39,1,13,70,1,9,31,1,13,38,1,13,28,1,9,36,1,13,57,1,21,10,A,7,3,A,7,1.7,A,7,-0.6,A,7,85,A,7,998,A,7,30,A,7,3.1,A,7,11300,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,08:00,353,1372,164,1,13,332,1,9,81,1,13,175,1,13,278,1,9,103,1,13,149,1,21,10,A,7,3,A,7,3.3,A,7,0.6,A,7,82,A,7,999,A,7,50,A,7,3.1,A,7,11300,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,09:00,616,1372,360,1,13,548,1,9,115,1,13,376,1,13,529,1,9,137,1,13,231,1,21,10,A,7,3,A,7,5.6,A,7,0.6,A,7,71,A,7,999,A,7,50,A,7,2.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,10:00,841,1372,498,1,13,523,1,9,179,1,13,541,1,13,538,1,9,210,1,13,425,1,21,10,A,7,4,A,7,7.2,A,7,0.0,A,7,61,A,7,999,A,7,90,A,7,3.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,11:00,1011,1372,581,1,13,441,1,9,256,1,13,623,1,13,459,1,9,284,1,13,780,1,21,10,A,7,5,A,7,9.4,A,7,0.0,A,7,52,A,7,999,A,7,140,A,7,3.1,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,12:00,1116,1372,705,1,13,569,1,9,243,1,13,742,1,13,575,1,9,273,1,13,892,1,21,10,A,7,4,A,7,11.7,A,7,0.6,A,7,47,A,7,998,A,7,90,A,7,2.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,13:00,1147,1372,727,1,13,589,1,9,235,1,13,769,1,13,597,1,9,268,1,13,940,1,21,10,A,7,4,A,7,13.3,A,7,1.1,A,7,44,A,7,997,A,7,110,A,7,2.1,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,14:00,1104,1372,794,1,13,757,1,9,187,1,13,851,1,13,774,1,9,227,1,13,684,1,21,10,A,7,5,A,7,13.9,A,7,0.6,A,7,40,A,7,996,A,7,190,A,7,2.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,15:00,988,1372,460,1,13,316,1,9,233,1,13,511,1,13,342,1,9,264,1,13,664,1,21,8,A,7,4,A,7,15.0,A,7,0.6,A,7,38,A,7,995,A,7,130,A,7,2.1,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,16:00,807,1372,449,1,13,419,1,9,203,1,13,477,1,13,428,1,9,225,1,13,473,1,21,8,A,7,4,A,7,15.0,A,7,1.7,A,7,41,A,7,994,A,7,120,A,7,4.1,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,17:00,575,1372,232,1,13,159,1,9,166,1,13,254,1,13,158,1,9,188,1,13,393,1,21,8,A,7,4,A,7,15.0,A,7,0.0,A,7,36,A,7,994,A,7,150,A,7,3.1,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,18:00,308,1372,157,1,13,246,1,9,102,1,13,163,1,13,195,1,9,120,1,13,206,1,21,10,A,7,2,A,7,13.3,A,7,0.0,A,7,40,A,7,994,A,7,150,A,7,4.1,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,19:00,50,835,30,1,13,53,1,9,24,1,13,30,1,13,23,1,9,28,1,13,50,1,21,10,A,7,2,A,7,12.2,A,7,-0.6,A,7,42,A,7,994,A,7,140,A,7,3.6,A,7,16100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,11.1,A,7,-0.6,A,7,45,A,7,994,A,7,110,A,7,3.1,A,7,24100,B,7,4570,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,-1.1,A,7,42,A,7,995,A,7,130,A,7,3.6,A,7,24100,B,7,2290,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,-1.7,A,7,40,A,7,995,A,7,120,A,7,3.6,A,7,24100,B,7,1680,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,-1.1,A,7,43,A,7,994,A,7,120,A,7,4.6,A,7,24100,B,7,3660,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/28/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,-0.6,A,7,45,A,7,995,A,7,110,A,7,3.1,A,7,19300,B,7,1680,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/29/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,2.8,A,7,64,A,7,994,A,7,110,A,7,3.6,A,7,12900,B,7,1680,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +03/29/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,5.0,A,7,83,A,7,994,A,7,130,A,7,2.1,A,7,11300,B,7,1520,A,7,1.4,E,8,0.000,?,0,0.00,?,0,13,1,D,9,61,C,8 +03/29/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,6.7,A,7,96,A,7,994,A,7,60,A,7,3.1,A,7,8000,B,7,1010,A,7,1.6,E,8,0.000,?,0,0.00,?,0,28,1,D,9,61,C,8 +03/29/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,6.7,A,7,96,A,7,994,A,7,60,A,7,4.1,A,7,6400,B,7,1370,A,7,1.6,E,8,0.000,?,0,0.00,?,0,46,1,D,9,45,C,8 +03/29/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,6.7,A,7,96,A,7,994,A,7,30,A,7,3.6,A,7,6400,B,7,150,A,7,1.6,E,8,0.000,?,0,0.00,?,0,15,1,D,9,45,C,8 +03/29/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,6.7,A,7,96,A,7,993,A,7,40,A,7,5.2,A,7,4800,B,7,120,A,7,1.6,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +03/29/1990,07:00,86,1086,16,1,13,25,1,9,13,1,13,17,1,13,13,1,9,16,1,13,27,1,21,10,A,7,10,A,7,6.7,A,7,6.1,A,7,96,A,7,994,A,7,40,A,7,5.7,A,7,4800,B,7,150,A,7,1.5,E,8,0.000,F,8,0.00,?,0,18,1,D,9,45,C,8 +03/29/1990,08:00,360,1371,48,1,9,7,1,9,46,1,13,57,1,9,3,1,9,56,1,13,191,1,18,10,A,7,10,A,7,6.7,A,7,6.1,A,7,96,A,7,994,A,7,60,A,7,6.7,A,7,3200,B,7,150,A,7,1.5,E,8,0.000,F,8,0.00,?,0,25,1,D,9,45,C,8 +03/29/1990,09:00,622,1371,93,1,9,7,1,9,90,1,13,111,1,9,4,1,9,109,1,13,408,1,18,10,A,7,10,A,7,6.7,A,7,6.1,A,7,96,A,7,995,A,7,60,A,7,8.8,A,7,6400,B,7,240,A,7,1.5,E,8,0.000,F,8,0.00,?,0,13,1,D,9,45,C,8 +03/29/1990,10:00,847,1371,135,1,9,10,1,9,129,1,13,164,1,9,7,1,9,159,1,13,626,1,18,10,A,7,10,A,7,6.7,A,7,6.1,A,7,96,A,7,995,A,7,60,A,7,7.2,A,7,6400,B,7,310,A,7,1.5,E,8,0.000,F,8,0.00,?,0,15,1,D,9,45,C,8 +03/29/1990,11:00,1017,1371,186,1,9,5,1,9,182,1,13,225,1,9,4,1,9,222,1,13,897,1,18,10,A,7,10,A,7,6.7,A,7,5.6,A,7,93,A,7,995,A,7,60,A,7,7.2,A,7,6400,B,7,310,A,7,1.5,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +03/29/1990,12:00,1121,1371,214,1,9,1,1,9,213,1,13,259,1,9,1,1,9,259,1,13,1052,1,18,10,A,7,10,A,7,6.7,A,7,5.6,A,7,93,A,7,994,A,7,60,A,7,7.7,A,7,8000,B,7,240,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/29/1990,13:00,1152,1371,219,1,9,0,1,9,219,1,13,266,1,9,0,1,9,266,1,13,1081,1,18,10,A,7,10,A,7,6.7,A,7,6.1,A,7,96,A,7,994,A,7,50,A,7,6.7,A,7,8000,B,7,210,A,7,1.5,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +03/29/1990,14:00,1108,1371,225,1,9,4,1,9,222,1,13,272,1,9,3,1,9,269,1,13,1085,1,18,10,A,7,10,A,7,6.7,A,7,5.6,A,7,93,A,7,993,A,7,60,A,7,6.7,A,7,8000,B,7,150,A,7,1.5,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +03/29/1990,15:00,991,1371,205,1,9,2,1,9,204,1,13,245,1,9,2,1,9,244,1,13,976,1,18,10,A,7,10,A,7,6.7,A,7,6.1,A,7,96,A,7,993,A,7,50,A,7,6.2,A,7,8000,B,7,210,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/29/1990,16:00,811,1371,159,1,9,1,1,9,159,1,13,189,1,9,1,1,9,188,1,13,732,1,18,10,A,7,10,A,7,6.7,A,7,6.1,A,7,96,A,7,993,A,7,50,A,7,5.7,A,7,8000,B,7,210,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/29/1990,17:00,579,1371,108,1,9,1,1,9,108,1,13,127,1,9,1,1,9,126,1,13,461,1,18,10,A,7,10,A,7,6.7,A,7,6.1,A,7,96,A,7,993,A,7,50,A,7,6.2,A,7,8000,B,7,240,A,7,1.5,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +03/29/1990,18:00,312,1371,50,1,13,0,1,9,50,1,13,58,1,13,0,1,9,58,1,13,196,1,21,10,A,7,10,A,7,6.1,A,7,5.0,A,7,93,A,7,993,A,7,50,A,7,5.7,A,7,6400,B,7,240,A,7,1.4,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +03/29/1990,19:00,53,857,12,1,13,0,1,9,12,1,13,14,1,13,0,1,9,14,1,13,45,1,21,10,A,7,10,A,7,5.6,A,7,4.4,A,7,93,A,7,993,A,7,40,A,7,5.7,A,7,8000,B,7,270,A,7,1.4,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +03/29/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,5.0,A,7,96,A,7,993,A,7,40,A,7,6.2,A,7,6400,B,7,210,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/29/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,4.4,A,7,93,A,7,992,A,7,40,A,7,7.2,A,7,3200,B,7,180,A,7,1.4,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +03/29/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,4.4,A,7,93,A,7,993,A,7,40,A,7,5.2,A,7,3200,B,7,180,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/29/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,4.4,A,7,96,A,7,993,A,7,30,A,7,4.1,A,7,2400,B,7,150,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/29/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,4.4,A,7,93,A,7,993,A,7,30,A,7,4.1,A,7,2400,B,7,150,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,4.4,A,7,93,A,7,992,A,7,40,A,7,4.6,A,7,2400,B,7,150,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,4.4,A,7,93,A,7,991,A,7,30,A,7,5.2,A,7,9700,B,7,150,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,4.4,A,7,96,A,7,991,A,7,20,A,7,5.7,A,7,9700,B,7,150,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,4.4,A,7,96,A,7,991,A,7,30,A,7,4.6,A,7,6400,B,7,150,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,4.4,A,7,96,A,7,992,A,7,20,A,7,3.6,A,7,6400,B,7,150,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,4.4,A,7,96,A,7,991,A,7,40,A,7,4.1,A,7,6400,B,7,150,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,07:00,91,1131,24,1,13,0,1,9,24,1,13,27,1,13,0,1,9,27,1,13,82,1,21,10,A,7,10,A,7,5.6,A,7,4.4,A,7,93,A,7,991,A,7,50,A,7,4.6,A,7,9700,B,7,210,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,08:00,366,1371,113,1,9,1,1,9,113,1,13,125,1,9,1,1,9,125,1,13,378,1,18,10,A,7,10,A,7,5.6,A,7,4.4,A,7,93,A,7,992,A,7,20,A,7,3.1,A,7,9700,B,7,180,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,20,C,8 +03/30/1990,09:00,628,1371,206,1,9,0,1,9,205,1,13,230,1,9,0,1,9,230,1,13,763,1,18,10,A,7,10,A,7,6.1,A,7,4.4,A,7,89,A,7,992,A,7,20,A,7,2.6,A,7,9700,B,7,180,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,10:00,852,1371,289,1,9,1,1,9,289,1,13,329,1,9,1,1,9,329,1,13,1158,1,18,10,A,7,10,A,7,6.7,A,7,5.0,A,7,89,A,7,992,A,7,40,A,7,3.6,A,7,12900,B,7,240,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,11:00,1022,1371,368,1,9,1,1,9,367,1,13,421,1,9,1,1,9,421,1,13,1509,1,18,10,A,7,10,A,7,7.8,A,7,5.0,A,7,83,A,7,992,A,7,40,A,7,3.1,A,7,12900,B,7,240,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/30/1990,12:00,1125,1371,393,1,9,1,1,9,393,1,13,456,1,9,1,1,9,455,1,13,1655,1,18,10,A,7,10,A,7,8.3,A,7,5.6,A,7,83,A,7,991,A,7,40,A,7,4.1,A,7,12900,B,7,310,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/30/1990,13:00,1156,1371,403,1,9,2,1,9,401,1,13,467,1,9,2,1,9,466,1,13,1693,1,18,10,A,7,10,A,7,9.4,A,7,6.1,A,7,80,A,7,990,A,7,60,A,7,4.1,A,7,12900,B,7,340,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/30/1990,14:00,1111,1371,395,1,9,2,1,9,394,1,13,457,1,9,2,1,9,455,1,13,1649,1,18,10,A,7,10,A,7,10.0,A,7,6.7,A,7,80,A,7,990,A,7,50,A,7,3.1,A,7,16100,B,7,460,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/30/1990,15:00,995,1371,355,1,9,1,1,9,354,1,13,406,1,9,1,1,9,405,1,13,1453,1,18,10,A,7,10,A,7,11.1,A,7,6.7,A,7,74,A,7,989,A,7,30,A,7,2.6,A,7,19300,B,7,490,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/30/1990,16:00,815,1371,286,1,9,1,1,9,286,1,13,324,1,9,1,1,9,324,1,13,1115,1,18,10,A,7,10,A,7,11.1,A,7,7.2,A,7,77,A,7,989,A,7,70,A,7,3.1,A,7,19300,B,7,520,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/30/1990,17:00,583,1371,193,1,9,1,1,9,192,1,13,215,1,9,1,1,9,215,1,13,697,1,18,10,A,7,10,A,7,11.1,A,7,7.2,A,7,77,A,7,989,A,7,80,A,7,3.1,A,7,19300,B,7,520,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/30/1990,18:00,315,1371,82,1,13,0,1,9,82,1,13,92,1,13,0,1,9,92,1,13,285,1,21,10,A,7,10,A,7,11.1,A,7,7.8,A,7,80,A,7,988,A,7,120,A,7,3.1,A,7,11300,B,7,490,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/30/1990,19:00,55,879,13,1,13,0,1,9,13,1,13,15,1,13,0,1,9,15,1,13,48,1,21,10,A,7,10,A,7,10.0,A,7,7.8,A,7,86,A,7,988,A,7,110,A,7,3.6,A,7,9700,B,7,490,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/30/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,8.3,A,7,90,A,7,988,A,7,30,A,7,2.1,A,7,4800,B,7,400,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,8.3,A,7,93,A,7,988,A,7,60,A,7,3.1,A,7,4800,B,7,240,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,988,A,7,360,A,7,2.1,A,7,2400,B,7,120,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,988,A,7,60,A,7,2.6,A,7,800,B,7,90,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/30/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,987,A,7,30,A,7,2.1,A,7,800,B,7,90,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/31/1990,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,987,A,7,30,A,7,2.6,A,7,800,B,7,90,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +03/31/1990,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,8.3,A,7,100,A,7,987,A,7,50,A,7,3.1,A,7,2400,B,7,90,A,7,1.7,E,8,0.000,?,0,0.00,?,0,36,1,D,9,45,C,8 +03/31/1990,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,985,A,7,20,A,7,2.6,A,7,2400,B,7,90,A,7,1.7,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +03/31/1990,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,985,A,7,50,A,7,2.6,A,7,2400,B,7,90,A,7,1.7,E,8,0.000,?,0,0.00,?,0,8,1,D,9,45,C,8 +03/31/1990,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,985,A,7,60,A,7,3.1,A,7,2400,B,7,90,A,7,1.7,E,8,0.000,?,0,0.00,?,0,8,1,D,9,45,C,8 +03/31/1990,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,985,A,7,90,A,7,3.1,A,7,2400,B,7,90,A,7,1.7,E,8,0.000,?,0,0.00,?,0,13,1,D,9,45,C,8 +03/31/1990,07:00,97,1153,15,1,13,0,1,9,15,1,13,18,1,13,0,1,9,18,1,13,56,1,21,10,A,7,10,A,7,8.9,A,7,8.9,A,7,100,A,7,985,A,7,70,A,7,2.6,A,7,4800,B,7,120,A,7,1.8,E,8,0.000,F,8,0.00,?,0,8,1,D,9,45,C,8 +03/31/1990,08:00,372,1370,72,1,9,0,1,9,72,1,13,83,1,9,0,1,9,83,1,13,280,1,18,10,A,7,10,A,7,9.4,A,7,8.9,A,7,96,A,7,985,A,7,100,A,7,3.1,A,7,4800,B,7,120,A,7,1.8,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +03/31/1990,09:00,635,1370,132,1,9,1,1,9,132,1,13,154,1,9,1,1,9,154,1,13,564,1,18,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,985,A,7,360,A,7,2.1,A,7,8000,B,7,120,A,7,1.9,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +03/31/1990,10:00,858,1370,325,1,9,2,1,9,324,1,13,367,1,9,2,1,9,366,1,13,1244,1,18,10,A,7,10,A,7,11.1,A,7,10.0,A,7,93,A,7,985,A,7,10,A,7,2.1,A,7,9700,B,7,120,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/31/1990,11:00,1027,1370,370,1,9,0,1,9,370,1,13,424,1,9,0,1,9,424,1,13,1522,1,18,10,A,7,10,A,7,12.2,A,7,10.6,A,7,90,A,7,985,A,7,40,A,7,1.5,A,7,9700,B,7,180,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/31/1990,12:00,1130,1370,395,1,9,0,1,9,395,1,13,457,1,9,0,1,9,457,1,13,1663,1,18,10,A,7,10,A,7,13.3,A,7,10.6,A,7,83,A,7,984,A,7,280,A,7,1.5,A,7,12900,B,7,240,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +03/31/1990,13:00,1160,1370,413,1,9,0,1,9,412,1,13,477,1,9,0,1,9,477,1,13,1724,1,18,10,A,7,10,A,7,14.4,A,7,11.1,A,7,81,A,7,984,A,7,190,A,7,1.5,A,7,12900,B,7,270,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/31/1990,14:00,1115,1370,388,1,9,2,1,9,386,1,13,449,1,9,2,1,9,447,1,13,1631,1,18,10,A,7,10,A,7,15.0,A,7,12.2,A,7,84,A,7,983,A,7,210,A,7,2.6,A,7,16100,B,7,370,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +03/31/1990,15:00,999,1370,377,1,9,1,1,9,376,1,13,429,1,9,1,1,9,429,1,13,1509,1,18,10,A,7,10,A,7,16.7,A,7,12.8,A,7,78,A,7,983,A,7,280,A,7,3.1,A,7,16100,B,7,460,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/31/1990,16:00,818,1370,282,1,9,66,1,9,243,1,13,311,1,9,67,1,9,271,1,13,795,1,18,10,A,7,9,A,7,17.2,A,7,13.3,A,7,78,A,7,983,A,7,200,A,7,3.6,A,7,16100,B,7,460,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/31/1990,17:00,586,1370,355,1,13,545,1,9,122,1,13,381,1,13,532,1,9,153,1,13,239,1,21,10,A,7,4,A,7,17.8,A,7,13.3,A,7,75,A,7,982,A,7,160,A,7,2.6,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/31/1990,18:00,319,1370,109,1,13,183,1,9,67,1,13,118,1,13,149,1,9,84,1,13,123,1,21,7,A,7,7,A,7,16.7,A,7,13.3,A,7,81,A,7,982,A,7,210,A,7,2.6,A,7,16100,B,7,7620,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/31/1990,19:00,57,902,13,1,13,8,1,9,13,1,13,15,1,13,4,1,9,15,1,13,33,1,21,8,A,7,8,A,7,15.6,A,7,12.8,A,7,84,A,7,982,A,7,240,A,7,2.6,A,7,16100,B,7,7620,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +03/31/1990,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,14.4,A,7,12.8,A,7,90,A,7,982,A,7,250,A,7,2.1,A,7,16100,B,7,7620,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/31/1990,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,11.7,A,7,11.1,A,7,96,A,7,983,A,7,250,A,7,3.1,A,7,12900,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/31/1990,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.7,A,7,9.8,A,7,93,A,7,983,A,7,230,A,7,3.0,A,7,11300,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/31/1990,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,0,A,7,9.8,A,7,8.6,A,7,100,A,7,983,A,7,270,A,7,2.8,A,7,11300,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +03/31/1990,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,8.8,A,7,7.3,A,7,96,A,7,983,A,7,240,A,7,2.7,A,7,6400,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,0,A,7,7.9,A,7,6.0,A,7,68,A,7,982,A,7,310,A,7,2.5,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +04/01/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,6.9,A,7,4.7,A,7,74,A,7,983,A,7,310,A,7,2.4,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,6.0,A,7,3.5,A,7,71,A,7,983,A,7,310,A,7,2.2,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,0,A,7,5.0,A,7,2.2,A,7,82,A,7,984,A,7,10,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,5.6,A,7,2.2,A,7,79,A,7,984,A,7,10,A,7,3.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,6.1,A,7,2.2,A,7,76,A,7,985,A,7,30,A,7,3.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,07:00,105,1197,48,1,13,237,1,9,22,1,13,45,1,13,128,1,9,33,1,13,40,1,21,0,A,7,0,A,7,7.8,A,7,3.3,A,7,74,A,7,986,A,7,40,A,7,4.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/01/1980,08:00,381,1368,227,1,9,655,1,9,45,1,13,238,1,9,577,1,9,77,1,13,94,1,18,0,A,7,0,A,7,10.6,A,7,3.9,A,7,64,A,7,987,A,7,10,A,7,3.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,09:00,643,1368,446,1,9,814,1,9,65,1,13,470,1,9,787,1,9,99,1,13,145,1,18,0,A,7,0,A,7,12.8,A,7,3.3,A,7,53,A,7,989,A,7,30,A,7,4.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,10:00,865,1368,645,1,9,892,1,9,80,1,13,674,1,9,885,1,9,112,1,13,197,1,18,0,A,7,0,A,7,13.9,A,7,3.9,A,7,51,A,7,989,A,7,120,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,11:00,1034,1368,713,1,9,802,1,9,106,1,13,738,1,9,801,1,9,131,1,13,284,1,18,1,A,7,1,A,7,14.4,A,7,3.3,A,7,48,A,7,990,A,7,60,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,12:00,1136,1368,790,1,9,778,1,9,144,1,13,841,1,9,787,1,9,186,1,13,542,1,18,2,A,7,2,A,7,15.6,A,7,4.4,A,7,48,A,7,989,A,7,120,A,7,4.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/01/1980,13:00,1166,1368,835,1,9,829,1,9,127,1,13,859,1,9,830,1,9,150,1,13,428,1,18,2,A,7,2,A,7,16.7,A,7,4.4,A,7,45,A,7,989,A,7,100,A,7,3.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/01/1980,14:00,1120,1368,821,1,9,860,1,9,115,1,13,847,1,9,861,1,9,140,1,13,358,1,18,2,A,7,2,A,7,17.2,A,7,4.4,A,7,43,A,7,989,A,7,80,A,7,3.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,15:00,1003,1368,602,1,9,662,1,9,115,1,13,644,1,9,670,1,9,151,1,13,340,1,18,1,A,7,1,A,7,17.8,A,7,3.9,A,7,40,A,7,988,A,7,100,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,16:00,823,1368,559,1,9,800,1,9,77,1,13,584,1,9,792,1,9,107,1,13,185,1,18,0,A,7,0,A,7,18.3,A,7,3.9,A,7,39,A,7,988,A,7,130,A,7,3.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,17:00,591,1368,400,1,9,785,1,9,61,1,13,421,1,9,752,1,9,95,1,13,135,1,18,0,A,7,0,A,7,18.9,A,7,3.3,A,7,36,A,7,988,A,7,190,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,18:00,324,1368,184,1,13,609,1,9,41,1,13,192,1,13,512,1,9,71,1,13,83,1,21,0,A,7,0,A,7,17.8,A,7,3.3,A,7,38,A,7,988,A,7,150,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,19:00,61,923,36,1,13,151,1,9,19,1,13,32,1,13,63,1,9,27,1,13,33,1,21,0,A,7,0,A,7,15.6,A,7,3.9,A,7,46,A,7,989,A,7,130,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/01/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,3.9,A,7,49,A,7,989,A,7,140,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.3,A,7,4.4,A,7,55,A,7,990,A,7,130,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,4.4,A,7,62,A,7,990,A,7,150,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,3.9,A,7,64,A,7,990,A,7,160,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/01/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,3.9,A,7,66,A,7,990,A,7,180,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/02/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,4.4,A,7,69,A,7,990,A,7,170,A,7,3.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/02/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,9.4,A,7,5.0,A,7,74,A,7,990,A,7,180,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/02/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,0,A,7,8.9,A,7,5.6,A,7,80,A,7,990,A,7,190,A,7,3.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/02/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,0,A,7,8.3,A,7,6.1,A,7,86,A,7,990,A,7,180,A,7,2.6,A,7,11300,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/02/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,7.2,A,7,86,A,7,990,A,7,180,A,7,4.1,A,7,11300,B,7,150,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/02/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,7.8,A,7,89,A,7,991,A,7,190,A,7,3.6,A,7,3200,B,7,150,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/02/1980,07:00,110,1242,23,1,13,6,1,9,23,1,13,27,1,13,0,1,9,27,1,13,82,1,21,10,A,7,10,A,7,10.0,A,7,8.3,A,7,89,A,7,991,A,7,210,A,7,3.6,A,7,3200,B,7,150,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,44,C,8 +04/02/1980,08:00,388,1367,145,1,9,57,1,9,129,1,13,159,1,9,52,1,9,144,1,13,323,1,18,10,A,7,9,A,7,11.1,A,7,8.3,A,7,83,A,7,991,A,7,210,A,7,4.6,A,7,4000,B,7,210,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/02/1980,09:00,649,1367,299,1,9,79,1,9,262,1,13,328,1,9,79,1,9,290,1,13,717,1,18,9,A,7,8,A,7,12.8,A,7,8.9,A,7,77,A,7,991,A,7,200,A,7,5.2,A,7,6400,B,7,310,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/02/1980,10:00,871,1367,584,1,13,664,1,9,160,1,13,614,1,13,669,1,9,187,1,13,398,1,21,7,A,7,3,A,7,15.0,A,7,9.4,A,7,70,A,7,991,A,7,220,A,7,4.1,A,7,8000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/02/1980,11:00,1038,1367,609,1,13,544,1,9,195,1,13,644,1,13,553,1,9,223,1,13,621,1,21,7,A,7,3,A,7,16.7,A,7,8.9,A,7,60,A,7,990,A,7,230,A,7,4.1,A,7,8000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/02/1980,12:00,1140,1367,767,1,13,668,1,9,209,1,13,816,1,13,681,1,9,246,1,13,839,1,21,7,A,7,3,A,7,18.3,A,7,9.4,A,7,56,A,7,989,A,7,250,A,7,5.2,A,7,8000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/02/1980,13:00,1170,1367,817,1,13,676,1,9,238,1,13,864,1,13,686,1,9,275,1,13,1027,1,21,10,A,7,5,A,7,20.0,A,7,8.9,A,7,49,A,7,988,A,7,230,A,7,4.6,A,7,8000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/02/1980,14:00,1124,1367,715,1,13,561,1,9,254,1,13,750,1,13,566,1,9,284,1,13,957,1,21,10,A,7,6,A,7,20.6,A,7,8.9,A,7,47,A,7,988,A,7,230,A,7,5.2,A,7,8000,B,7,7620,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/02/1980,15:00,1007,1367,626,1,9,489,1,9,266,1,13,668,1,9,508,1,9,293,1,13,811,1,18,10,A,7,8,A,7,21.1,A,7,9.4,A,7,47,A,7,987,A,7,200,A,7,8.2,A,7,8000,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/02/1980,16:00,826,1367,423,1,13,361,1,9,204,1,13,450,1,13,370,1,9,225,1,13,485,1,21,10,A,7,5,A,7,21.7,A,7,8.9,A,7,44,A,7,985,A,7,210,A,7,6.2,A,7,8000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/02/1980,17:00,595,1367,356,1,13,473,1,9,151,1,13,375,1,13,462,1,9,173,1,13,304,1,21,10,A,7,3,A,7,21.1,A,7,7.8,A,7,42,A,7,985,A,7,240,A,7,4.6,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/02/1980,18:00,328,1367,116,1,13,202,1,9,68,1,13,126,1,13,166,1,9,86,1,13,125,1,21,10,A,7,5,A,7,20.0,A,7,7.8,A,7,45,A,7,985,A,7,240,A,7,4.1,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/02/1980,19:00,63,946,30,1,13,35,1,9,26,1,13,31,1,13,16,1,9,30,1,13,54,1,21,10,A,7,3,A,7,18.3,A,7,8.9,A,7,54,A,7,985,A,7,210,A,7,4.1,A,7,11300,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/02/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,16.7,A,7,8.3,A,7,58,A,7,985,A,7,170,A,7,2.6,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/02/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,16.1,A,7,8.9,A,7,63,A,7,986,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/02/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,16.1,A,7,8.9,A,7,63,A,7,986,A,7,220,A,7,3.1,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/02/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,5,A,7,15.6,A,7,9.4,A,7,67,A,7,986,A,7,210,A,7,2.6,A,7,16100,B,7,7620,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/02/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,4,A,7,14.4,A,7,9.4,A,7,72,A,7,986,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/03/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,13.9,A,7,9.4,A,7,75,A,7,986,A,7,230,A,7,2.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/03/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,13.3,A,7,9.4,A,7,78,A,7,985,A,7,230,A,7,2.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/03/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,12.2,A,7,9.4,A,7,83,A,7,985,A,7,240,A,7,2.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/03/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,10.6,A,7,8.3,A,7,86,A,7,985,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/03/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,10.6,A,7,8.9,A,7,90,A,7,986,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/03/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,3,A,7,9.4,A,7,7.2,A,7,86,A,7,987,A,7,10,A,7,2.1,A,7,8000,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +04/03/1980,07:00,116,1264,47,1,13,190,1,9,27,1,13,48,1,13,95,1,9,39,1,13,48,1,21,1,A,7,0,A,7,10.0,A,7,8.9,A,7,93,A,7,988,A,7,30,A,7,3.6,A,7,6400,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/03/1980,08:00,394,1367,224,1,9,582,1,9,57,1,13,236,1,9,512,1,9,88,1,13,110,1,18,1,A,7,0,A,7,11.7,A,7,8.3,A,7,80,A,7,988,A,7,40,A,7,6.2,A,7,8000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/03/1980,09:00,654,1367,439,1,9,744,1,9,83,1,13,460,1,9,725,1,9,112,1,13,175,1,18,1,A,7,0,A,7,13.9,A,7,7.8,A,7,67,A,7,989,A,7,30,A,7,4.1,A,7,8000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/03/1980,10:00,876,1367,632,1,9,826,1,9,103,1,13,673,1,9,830,1,9,140,1,13,259,1,18,1,A,7,0,A,7,15.6,A,7,8.9,A,7,65,A,7,989,A,7,60,A,7,3.1,A,7,8000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/03/1980,11:00,1043,1367,781,1,9,861,1,9,123,1,13,835,1,9,872,1,9,168,1,13,387,1,18,2,A,7,0,A,7,17.2,A,7,10.0,A,7,63,A,7,989,A,7,70,A,7,3.6,A,7,8000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/03/1980,12:00,1145,1367,875,1,9,877,1,9,139,1,13,898,1,9,877,1,9,162,1,13,417,1,18,3,A,7,0,A,7,19.4,A,7,10.6,A,7,57,A,7,988,A,7,340,A,7,2.1,A,7,9700,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/03/1980,13:00,1173,1367,785,1,13,626,1,9,247,1,13,829,1,13,635,1,9,282,1,13,1077,1,21,7,A,7,4,A,7,21.1,A,7,11.1,A,7,53,A,7,988,A,7,260,A,7,1.5,A,7,9700,B,7,7620,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/03/1980,14:00,1128,1367,571,1,13,338,1,9,291,1,13,613,1,13,353,1,9,321,1,13,1146,1,21,8,A,7,6,A,7,22.2,A,7,11.1,A,7,50,A,7,987,A,7,240,A,7,4.1,A,7,9700,B,7,3660,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/03/1980,15:00,1010,1367,489,1,13,317,1,9,255,1,13,541,1,13,343,1,9,286,1,13,762,1,21,8,A,7,7,A,7,22.2,A,7,10.6,A,7,48,A,7,985,A,7,160,A,7,3.1,A,7,9700,B,7,2130,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/03/1980,16:00,830,1367,219,1,9,3,1,9,217,1,13,254,1,9,3,1,9,252,1,13,941,1,18,10,A,7,10,A,7,21.7,A,7,11.1,A,7,51,A,7,985,A,7,200,A,7,3.6,A,7,11300,B,7,1520,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/03/1980,17:00,598,1367,153,1,9,4,1,9,151,1,13,175,1,9,3,1,9,173,1,13,606,1,18,10,A,7,10,A,7,21.1,A,7,11.7,A,7,55,A,7,984,A,7,210,A,7,3.1,A,7,11300,B,7,1520,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/03/1980,18:00,331,1367,62,1,13,4,1,9,61,1,13,71,1,13,2,1,9,71,1,13,235,1,21,10,A,7,10,A,7,19.4,A,7,13.9,A,7,70,A,7,985,A,7,200,A,7,5.2,A,7,11300,B,7,1160,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/03/1980,19:00,66,968,8,1,13,1,1,9,8,1,13,10,1,13,0,1,9,10,1,13,31,1,21,10,A,7,10,A,7,17.8,A,7,15.0,A,7,84,A,7,984,A,7,190,A,7,5.2,A,7,4000,B,7,1160,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/03/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.2,A,7,15.0,A,7,87,A,7,983,A,7,180,A,7,3.6,A,7,11300,B,7,310,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +04/03/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,15.6,A,7,93,A,7,983,A,7,180,A,7,3.1,A,7,11300,B,7,240,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/03/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,15.6,A,7,93,A,7,982,A,7,180,A,7,3.6,A,7,11300,B,7,240,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/03/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,15.6,A,7,97,A,7,982,A,7,180,A,7,4.1,A,7,4800,B,7,180,A,7,2.7,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +04/03/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,15.6,A,7,97,A,7,981,A,7,190,A,7,4.1,A,7,11300,B,7,150,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +04/04/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,15.6,A,7,97,A,7,980,A,7,170,A,7,3.1,A,7,3200,B,7,90,A,7,2.7,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +04/04/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,16.1,A,7,100,A,7,979,A,7,220,A,7,3.6,A,7,3200,B,7,90,A,7,2.8,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +04/04/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,16.1,A,7,100,A,7,978,A,7,220,A,7,4.1,A,7,9700,B,7,120,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +04/04/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,16.1,A,7,97,A,7,977,A,7,220,A,7,4.1,A,7,11300,B,7,210,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,15.6,A,7,93,A,7,976,A,7,220,A,7,3.6,A,7,11300,B,7,270,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/04/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,15.6,A,7,93,A,7,976,A,7,220,A,7,5.2,A,7,8000,B,7,180,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/04/1980,07:00,122,1309,37,1,13,2,1,9,37,1,13,41,1,13,0,1,9,41,1,13,116,1,21,10,A,7,10,A,7,16.7,A,7,16.1,A,7,97,A,7,976,A,7,230,A,7,3.6,A,7,8000,B,7,240,A,7,2.8,E,8,0.000,F,8,0.00,?,0,3,1,D,9,21,C,8 +04/04/1980,08:00,400,1366,70,1,9,6,1,9,69,1,13,82,1,9,3,1,9,81,1,13,278,1,18,10,A,7,10,A,7,17.2,A,7,16.1,A,7,93,A,7,975,A,7,230,A,7,4.1,A,7,9700,B,7,270,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/04/1980,09:00,660,1366,220,1,9,61,1,9,191,1,13,242,1,9,60,1,9,213,1,13,573,1,18,10,A,7,9,A,7,17.8,A,7,16.1,A,7,90,A,7,975,A,7,260,A,7,4.1,A,7,11300,B,7,370,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,10:00,881,1366,387,1,13,157,1,9,285,1,13,423,1,13,165,1,9,316,1,13,807,1,21,10,A,7,7,A,7,20.6,A,7,16.7,A,7,79,A,7,974,A,7,250,A,7,5.7,A,7,11300,B,7,3960,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,11:00,1048,1366,485,1,13,277,1,9,273,1,13,537,1,13,300,1,9,305,1,13,869,1,21,5,A,7,5,A,7,21.7,A,7,15.6,A,7,68,A,7,973,A,7,250,A,7,5.2,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,12:00,1149,1366,729,1,9,488,1,9,318,1,13,779,1,9,509,1,9,350,1,13,1333,1,18,8,A,7,8,A,7,23.9,A,7,14.4,A,7,56,A,7,972,A,7,230,A,7,6.2,A,7,16100,B,7,1040,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,13:00,1177,1366,643,1,9,413,1,9,287,1,13,698,1,9,432,1,9,324,1,13,1299,1,18,8,A,7,8,A,7,22.2,A,7,11.7,A,7,51,A,7,971,A,7,250,A,7,7.2,A,7,16100,B,7,1220,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/04/1980,14:00,1131,1366,759,1,13,682,1,9,193,1,13,812,1,13,698,1,9,232,1,13,763,1,21,5,A,7,5,A,7,23.3,A,7,12.2,A,7,50,A,7,971,A,7,250,A,7,6.2,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,15:00,1014,1366,728,1,9,808,1,9,128,1,13,772,1,9,815,1,9,166,1,13,376,1,18,2,A,7,2,A,7,24.4,A,7,3.3,A,7,25,A,7,971,A,7,290,A,7,7.2,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,16:00,833,1366,591,1,9,866,1,9,63,1,13,623,1,9,859,1,9,97,1,13,170,1,18,1,A,7,1,A,7,23.9,A,7,0.6,A,7,22,A,7,970,A,7,280,A,7,7.7,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,17:00,601,1366,414,1,9,814,1,9,56,1,13,437,1,9,782,1,9,92,1,13,133,1,18,0,A,7,0,A,7,22.2,A,7,-1.7,A,7,20,A,7,971,A,7,290,A,7,7.7,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,18:00,335,1366,197,1,13,649,1,9,38,1,13,207,1,13,554,1,9,71,1,13,80,1,21,0,A,7,0,A,7,20.0,A,7,0.0,A,7,26,A,7,972,A,7,290,A,7,7.7,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,19:00,68,990,39,1,13,194,1,9,18,1,13,33,1,13,96,1,9,26,1,13,33,1,21,0,A,7,0,A,7,17.2,A,7,-0.6,A,7,30,A,7,974,A,7,310,A,7,7.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/04/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,-1.1,A,7,39,A,7,976,A,7,310,A,7,8.8,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,-1.7,A,7,40,A,7,977,A,7,310,A,7,6.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,-1.7,A,7,43,A,7,978,A,7,310,A,7,7.7,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,-1.1,A,7,46,A,7,978,A,7,300,A,7,5.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/04/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,-0.6,A,7,52,A,7,978,A,7,270,A,7,4.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,8.9,A,7,-1.1,A,7,50,A,7,979,A,7,300,A,7,3.6,A,7,24100,B,7,3660,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +04/05/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,-1.1,A,7,50,A,7,979,A,7,320,A,7,3.6,A,7,24100,B,7,1220,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,-1.1,A,7,52,A,7,980,A,7,300,A,7,5.7,A,7,24100,B,7,1220,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,7.2,A,7,-1.7,A,7,54,A,7,980,A,7,310,A,7,5.7,A,7,24100,B,7,1220,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.7,A,7,-2.2,A,7,53,A,7,980,A,7,310,A,7,5.2,A,7,24100,B,7,1220,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,6.7,A,7,-2.2,A,7,53,A,7,981,A,7,310,A,7,5.2,A,7,24100,B,7,1310,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,07:00,128,1331,32,1,13,26,1,9,29,1,13,35,1,13,17,1,9,33,1,13,71,1,21,7,A,7,7,A,7,6.7,A,7,-3.3,A,7,49,A,7,983,A,7,340,A,7,7.2,A,7,24100,B,7,1220,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,08:00,406,1365,170,1,13,237,1,9,99,1,13,182,1,13,214,1,9,118,1,13,192,1,21,4,A,7,4,A,7,7.8,A,7,-3.9,A,7,44,A,7,984,A,7,330,A,7,7.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,09:00,666,1365,427,1,13,603,1,9,134,1,13,444,1,13,588,1,9,157,1,13,274,1,21,4,A,7,4,A,7,9.4,A,7,-3.3,A,7,41,A,7,985,A,7,330,A,7,6.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,10:00,886,1365,536,1,13,527,1,9,194,1,13,580,1,13,545,1,9,226,1,13,489,1,21,4,A,7,4,A,7,10.0,A,7,-3.3,A,7,39,A,7,985,A,7,350,A,7,7.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,11:00,1053,1365,757,1,9,749,1,9,179,1,13,808,1,9,765,1,9,216,1,13,594,1,18,2,A,7,2,A,7,11.1,A,7,-3.3,A,7,37,A,7,986,A,7,330,A,7,6.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,12:00,1153,1365,898,1,9,902,1,9,135,1,13,923,1,9,902,1,9,158,1,13,426,1,18,0,A,7,0,A,7,12.2,A,7,-3.3,A,7,34,A,7,985,A,7,310,A,7,5.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,13:00,1181,1365,922,1,9,906,1,9,137,1,13,947,1,9,907,1,9,160,1,13,472,1,18,0,A,7,0,A,7,13.9,A,7,-3.3,A,7,30,A,7,985,A,7,320,A,7,5.7,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/05/1980,14:00,1135,1365,889,1,9,907,1,9,134,1,13,914,1,9,907,1,9,158,1,13,400,1,18,0,A,7,0,A,7,14.4,A,7,-3.3,A,7,29,A,7,984,A,7,340,A,7,5.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,15:00,1017,1365,772,1,9,868,1,9,124,1,13,821,1,9,877,1,9,166,1,13,370,1,18,0,A,7,0,A,7,15.6,A,7,-3.3,A,7,27,A,7,984,A,7,350,A,7,5.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,16:00,836,1365,614,1,9,825,1,9,109,1,13,646,1,9,823,1,9,140,1,13,255,1,18,0,A,7,0,A,7,16.1,A,7,-3.9,A,7,25,A,7,984,A,7,340,A,7,5.2,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,17:00,605,1365,402,1,9,716,1,9,85,1,13,427,1,9,699,1,9,117,1,13,178,1,18,0,A,7,0,A,7,16.1,A,7,-3.3,A,7,26,A,7,984,A,7,300,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,18:00,339,1365,183,1,13,512,1,9,56,1,13,190,1,13,427,1,9,84,1,13,104,1,21,0,A,7,0,A,7,15.0,A,7,-3.3,A,7,28,A,7,984,A,7,330,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,19:00,71,990,34,1,13,98,1,9,23,1,13,32,1,13,43,1,9,29,1,13,41,1,21,0,A,7,0,A,7,12.8,A,7,-3.9,A,7,31,A,7,985,A,7,320,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/05/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,-3.3,A,7,37,A,7,986,A,7,320,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,-3.3,A,7,41,A,7,987,A,7,340,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,-3.3,A,7,44,A,7,987,A,7,340,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,-3.3,A,7,44,A,7,988,A,7,330,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/05/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-1.7,A,7,62,A,7,988,A,7,340,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,-2.2,A,7,65,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/06/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-1.7,A,7,70,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-1.7,A,7,79,A,7,989,A,7,250,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-2.2,A,7,73,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-2.8,A,7,76,A,7,990,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,06:00,0,11,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,2,A,7,1,A,7,1.7,A,7,-2.8,A,7,73,A,7,991,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +04/06/1980,07:00,134,1364,51,1,13,176,1,9,33,1,13,52,1,13,89,1,9,43,1,13,59,1,21,6,A,7,1,A,7,2.2,A,7,-1.7,A,7,76,A,7,991,A,7,80,A,7,1.5,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +04/06/1980,08:00,412,1364,234,1,9,573,1,9,61,1,13,246,1,9,511,1,9,91,1,13,118,1,18,5,A,7,1,A,7,9.4,A,7,-0.6,A,7,50,A,7,992,A,7,360,A,7,1.5,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,09:00,671,1364,437,1,9,631,1,9,126,1,13,455,1,9,618,1,9,150,1,13,262,1,18,7,A,7,2,A,7,13.3,A,7,-1.1,A,7,37,A,7,992,A,7,60,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,10:00,891,1364,609,1,9,662,1,9,176,1,13,638,1,9,666,1,9,202,1,13,445,1,18,10,A,7,2,A,7,14.4,A,7,-2.2,A,7,32,A,7,992,A,7,140,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,11:00,1057,1364,632,1,9,519,1,9,230,1,13,690,1,9,542,1,9,269,1,13,765,1,18,7,A,7,2,A,7,15.6,A,7,-2.2,A,7,30,A,7,992,A,7,110,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,12:00,1157,1364,852,1,9,824,1,9,153,1,13,904,1,9,832,1,9,196,1,13,610,1,18,5,A,7,2,A,7,16.7,A,7,-1.1,A,7,30,A,7,991,A,7,160,A,7,4.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,13:00,1185,1364,853,1,9,775,1,9,178,1,13,892,1,9,779,1,9,214,1,13,749,1,18,6,A,7,2,A,7,17.2,A,7,-2.8,A,7,26,A,7,991,A,7,290,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/06/1980,14:00,1138,1364,703,1,13,524,1,9,266,1,13,765,1,13,548,1,9,307,1,13,1076,1,21,7,A,7,3,A,7,17.8,A,7,-2.2,A,7,26,A,7,990,A,7,190,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,15:00,1020,1364,722,1,13,779,1,9,139,1,13,760,1,13,783,1,9,172,1,13,404,1,21,7,A,7,3,A,7,18.9,A,7,-2.2,A,7,24,A,7,990,A,7,220,A,7,4.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,16:00,839,1364,401,1,13,241,1,9,252,1,13,432,1,13,257,1,9,274,1,13,637,1,21,7,A,7,6,A,7,18.3,A,7,-2.8,A,7,24,A,7,989,A,7,270,A,7,3.1,A,7,24100,B,7,7620,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,17:00,608,1364,265,1,9,150,1,9,198,1,13,288,1,9,151,1,9,220,1,13,476,1,18,10,A,7,8,A,7,17.2,A,7,-2.8,A,7,26,A,7,989,A,7,270,A,7,2.6,A,7,24100,B,7,7620,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,18:00,342,1364,73,1,13,17,1,9,69,1,13,81,1,13,15,1,9,77,1,13,188,1,21,10,A,7,9,A,7,16.7,A,7,-2.2,A,7,28,A,7,989,A,7,230,A,7,2.1,A,7,24100,B,7,7620,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,19:00,74,1012,25,1,13,10,1,9,24,1,13,27,1,13,6,1,9,27,1,13,58,1,21,10,A,7,8,A,7,15.6,A,7,-1.1,A,7,32,A,7,989,A,7,210,A,7,2.6,A,7,24100,B,7,6100,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/06/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,13.3,A,7,-1.1,A,7,37,A,7,989,A,7,180,A,7,1.5,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,11.7,A,7,0.6,A,7,47,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,10.0,A,7,1.1,A,7,54,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,10.0,A,7,0.0,A,7,50,A,7,990,A,7,160,A,7,1.5,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/06/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,9.4,A,7,0.0,A,7,52,A,7,990,A,7,170,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,10.0,A,7,0.0,A,7,50,A,7,990,A,7,170,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/07/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,8.3,A,7,0.0,A,7,56,A,7,990,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,9.4,A,7,0.6,A,7,54,A,7,990,A,7,190,A,7,2.1,A,7,24100,B,7,7620,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,8,A,7,8.9,A,7,1.1,A,7,59,A,7,990,A,7,200,A,7,2.1,A,7,24100,B,7,3660,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,2.2,A,7,59,A,7,990,A,7,190,A,7,2.6,A,7,24100,B,7,3660,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,06:00,0,34,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,9,A,7,8,A,7,10.0,A,7,2.8,A,7,61,A,7,990,A,7,180,A,7,2.6,A,7,24100,B,7,3660,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,07:00,141,1363,37,1,13,7,1,9,36,1,13,41,1,13,0,1,9,41,1,13,117,1,21,8,A,7,7,A,7,10.0,A,7,4.4,A,7,69,A,7,990,A,7,140,A,7,1.5,A,7,24100,B,7,3660,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/07/1980,08:00,418,1363,111,1,9,54,1,9,95,1,13,123,1,9,49,1,9,108,1,13,263,1,18,9,A,7,9,A,7,11.7,A,7,4.4,A,7,62,A,7,991,A,7,160,A,7,3.6,A,7,16100,B,7,1070,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,09:00,677,1363,196,1,9,8,1,9,192,1,13,223,1,9,7,1,9,220,1,13,769,1,18,10,A,7,10,A,7,12.2,A,7,6.7,A,7,69,A,7,991,A,7,180,A,7,3.6,A,7,16100,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,10:00,896,1363,297,1,9,10,1,9,291,1,13,341,1,9,9,1,9,335,1,13,1207,1,18,10,A,7,10,A,7,12.8,A,7,7.8,A,7,72,A,7,992,A,7,180,A,7,3.1,A,7,11300,B,7,2130,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,11:00,1062,1363,262,1,9,20,1,9,246,1,13,311,1,9,17,1,9,298,1,13,1164,1,18,10,A,7,10,A,7,14.4,A,7,7.8,A,7,65,A,7,992,A,7,160,A,7,2.6,A,7,11300,B,7,2130,A,7,1.7,E,8,0.000,F,8,0.00,?,0,3,1,D,9,61,C,8 +04/07/1980,12:00,1161,1363,191,1,9,8,1,9,185,1,13,237,1,9,6,1,9,231,1,13,940,1,18,10,A,7,10,A,7,12.8,A,7,10.0,A,7,83,A,7,992,A,7,150,A,7,2.6,A,7,6400,B,7,1250,A,7,1.9,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +04/07/1980,13:00,1188,1363,346,1,9,11,1,9,337,1,13,410,1,9,10,1,9,401,1,13,1523,1,18,10,A,7,10,A,7,13.3,A,7,11.1,A,7,87,A,7,991,A,7,90,A,7,2.6,A,7,9700,B,7,3660,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/07/1980,14:00,1141,1363,397,1,9,5,1,9,392,1,13,460,1,9,5,1,9,456,1,13,1664,1,18,10,A,7,10,A,7,15.0,A,7,11.7,A,7,81,A,7,991,A,7,90,A,7,3.6,A,7,11300,B,7,2130,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,15:00,1023,1363,311,1,9,2,1,9,309,1,13,361,1,9,2,1,9,360,1,13,1356,1,18,10,A,7,10,A,7,16.1,A,7,11.7,A,7,75,A,7,991,A,7,140,A,7,3.6,A,7,11300,B,7,2130,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,16:00,843,1363,161,1,9,3,1,9,159,1,13,192,1,9,2,1,9,190,1,13,746,1,18,10,A,7,10,A,7,15.0,A,7,11.1,A,7,78,A,7,991,A,7,140,A,7,2.6,A,7,11300,B,7,3660,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,80,C,8 +04/07/1980,17:00,611,1363,206,1,9,1,1,9,205,1,13,230,1,9,1,1,9,229,1,13,751,1,18,10,A,7,10,A,7,15.0,A,7,11.7,A,7,81,A,7,991,A,7,120,A,7,3.1,A,7,11300,B,7,1220,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,18:00,346,1363,118,1,13,0,1,9,118,1,13,129,1,13,0,1,9,129,1,13,375,1,21,10,A,7,10,A,7,15.0,A,7,9.4,A,7,70,A,7,991,A,7,130,A,7,2.1,A,7,11300,B,7,1370,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,19:00,77,1034,29,1,13,0,1,9,29,1,13,32,1,13,0,1,9,32,1,13,92,1,21,10,A,7,10,A,7,15.0,A,7,8.9,A,7,67,A,7,991,A,7,130,A,7,3.6,A,7,11300,B,7,1370,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/07/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.0,A,7,8.9,A,7,67,A,7,991,A,7,150,A,7,2.1,A,7,11300,B,7,1070,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,10.0,A,7,75,A,7,992,A,7,140,A,7,3.6,A,7,16100,B,7,1070,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.0,A,7,10.0,A,7,72,A,7,992,A,7,150,A,7,3.1,A,7,16100,B,7,1070,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/07/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.0,A,7,10.0,A,7,72,A,7,992,A,7,160,A,7,3.1,A,7,16100,B,7,1070,A,7,1.9,E,8,0.000,?,0,0.00,?,0,3,1,D,9,00,C,8 +04/07/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.9,A,7,10.6,A,7,80,A,7,991,A,7,170,A,7,5.2,A,7,11300,B,7,1070,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +04/08/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,11.1,A,7,87,A,7,992,A,7,160,A,7,2.6,A,7,16100,B,7,940,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,25,C,8 +04/08/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,11.1,A,7,87,A,7,991,A,7,170,A,7,2.1,A,7,16100,B,7,1220,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/08/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,11.7,A,7,93,A,7,991,A,7,150,A,7,2.1,A,7,16100,B,7,1220,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/08/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,11.7,A,7,93,A,7,991,A,7,150,A,7,2.6,A,7,16100,B,7,1520,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/08/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,11.7,A,7,90,A,7,991,A,7,150,A,7,2.6,A,7,16100,B,7,1520,A,7,2.1,E,8,0.000,?,0,0.00,?,0,3,1,D,9,00,C,8 +04/08/1980,06:00,0,57,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,10,A,7,10,A,7,13.3,A,7,11.7,A,7,90,A,7,991,A,7,150,A,7,2.6,A,7,11300,B,7,1520,A,7,2.1,E,8,0.000,?,0,0.00,?,0,5,1,D,9,80,C,8 +04/08/1980,07:00,147,1362,20,1,13,0,1,9,20,1,13,23,1,13,0,1,9,23,1,13,75,1,21,10,A,7,10,A,7,13.3,A,7,12.2,A,7,93,A,7,991,A,7,140,A,7,2.6,A,7,11300,B,7,1520,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,80,C,8 +04/08/1980,08:00,424,1362,76,1,9,1,1,9,75,1,13,88,1,9,1,1,9,87,1,13,304,1,18,10,A,7,10,A,7,13.9,A,7,11.7,A,7,87,A,7,990,A,7,140,A,7,2.6,A,7,11300,B,7,700,A,7,2.2,E,8,0.000,F,8,0.00,?,0,5,1,D,9,80,C,8 +04/08/1980,09:00,682,1362,141,1,9,1,1,9,140,1,13,164,1,9,1,1,9,164,1,13,612,1,18,10,A,7,10,A,7,14.4,A,7,12.8,A,7,90,A,7,990,A,7,160,A,7,3.1,A,7,6400,B,7,1520,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/08/1980,10:00,901,1362,335,1,9,1,1,9,334,1,13,380,1,9,1,1,9,379,1,13,1318,1,18,10,A,7,10,A,7,15.6,A,7,13.3,A,7,87,A,7,990,A,7,150,A,7,4.1,A,7,8000,B,7,1310,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/08/1980,11:00,1066,1362,424,1,9,84,1,9,358,1,13,467,1,9,86,1,9,400,1,13,1393,1,18,9,A,7,9,A,7,17.8,A,7,13.9,A,7,78,A,7,989,A,7,160,A,7,6.2,A,7,16100,B,7,3050,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/08/1980,12:00,1165,1362,457,1,9,59,1,9,407,1,13,505,1,9,61,1,9,453,1,13,1766,1,18,10,A,7,10,A,7,20.0,A,7,13.9,A,7,68,A,7,988,A,7,160,A,7,5.2,A,7,11300,B,7,1370,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/08/1980,13:00,1192,1362,436,1,9,8,1,9,428,1,13,505,1,9,8,1,9,498,1,13,1787,1,18,10,A,7,10,A,7,21.7,A,7,13.3,A,7,59,A,7,987,A,7,150,A,7,7.2,A,7,11300,B,7,670,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/08/1980,14:00,1145,1362,402,1,9,10,1,9,393,1,13,466,1,9,10,1,9,458,1,13,1669,1,18,10,A,7,10,A,7,20.6,A,7,12.2,A,7,59,A,7,986,A,7,170,A,7,6.2,A,7,16100,B,7,1220,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/08/1980,15:00,1027,1362,275,1,9,8,1,9,269,1,13,324,1,9,7,1,9,318,1,13,1230,1,18,10,A,7,10,A,7,20.6,A,7,12.8,A,7,61,A,7,985,A,7,140,A,7,5.7,A,7,16100,B,7,1130,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/08/1980,16:00,846,1362,168,1,9,0,1,9,167,1,13,198,1,9,0,1,9,198,1,13,778,1,18,10,A,7,10,A,7,17.8,A,7,15.6,A,7,87,A,7,984,A,7,140,A,7,5.2,A,7,9700,B,7,850,A,7,2.7,E,8,0.000,F,8,0.00,?,0,38,1,D,9,80,C,8 +04/08/1980,17:00,614,1362,136,1,9,7,1,9,133,1,13,158,1,9,5,1,9,156,1,13,560,1,18,10,A,7,10,A,7,16.7,A,7,15.6,A,7,93,A,7,984,A,7,160,A,7,4.1,A,7,3200,B,7,120,A,7,2.7,E,8,0.000,F,8,0.00,?,0,23,1,D,9,45,C,8 +04/08/1980,18:00,349,1362,55,1,13,1,1,9,55,1,13,64,1,13,0,1,9,64,1,13,220,1,21,10,A,7,10,A,7,16.7,A,7,15.0,A,7,90,A,7,983,A,7,160,A,7,5.2,A,7,3200,B,7,340,A,7,2.6,E,8,0.000,F,8,0.00,?,0,8,1,D,9,45,C,8 +04/08/1980,19:00,79,1056,20,1,13,0,1,9,20,1,13,23,1,13,0,1,9,23,1,13,70,1,21,10,A,7,10,A,7,16.1,A,7,15.0,A,7,93,A,7,983,A,7,160,A,7,7.2,A,7,11300,B,7,340,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,21,C,8 +04/08/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,14.4,A,7,90,A,7,983,A,7,160,A,7,8.8,A,7,11300,B,7,310,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/08/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,14.4,A,7,93,A,7,983,A,7,150,A,7,7.7,A,7,16100,B,7,240,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/08/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,14.4,A,7,93,A,7,982,A,7,150,A,7,6.7,A,7,16100,B,7,180,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/08/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,15.0,A,7,97,A,7,981,A,7,180,A,7,6.7,A,7,8000,B,7,150,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/08/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,15.0,A,7,97,A,7,980,A,7,170,A,7,6.2,A,7,6400,B,7,120,A,7,2.6,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +04/09/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,16.1,A,7,97,A,7,980,A,7,170,A,7,6.2,A,7,6400,B,7,120,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/09/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,16.1,A,7,97,A,7,979,A,7,170,A,7,5.2,A,7,6400,B,7,120,A,7,2.8,E,8,0.000,?,0,0.00,?,0,51,1,D,9,45,C,8 +04/09/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,13.9,A,7,90,A,7,980,A,7,300,A,7,4.1,A,7,16100,B,7,760,A,7,2.4,E,8,0.000,?,0,0.00,?,0,140,1,D,9,61,C,8 +04/09/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.0,A,7,13.9,A,7,93,A,7,980,A,7,340,A,7,3.6,A,7,8000,B,7,850,A,7,2.4,E,8,0.000,?,0,0.00,?,0,3,1,D,9,80,C,8 +04/09/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,13.3,A,7,93,A,7,980,A,7,120,A,7,1.5,A,7,16100,B,7,910,A,7,2.3,E,8,0.000,?,0,0.00,?,0,8,1,D,9,00,C,8 +04/09/1980,06:00,1,102,1,1,13,0,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,9,A,7,7,A,7,13.9,A,7,13.3,A,7,96,A,7,981,A,7,60,A,7,2.6,A,7,11300,B,7,1520,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,07:00,153,1362,45,1,13,62,1,9,38,1,13,49,1,13,36,1,9,45,1,13,79,1,21,6,A,7,6,A,7,14.4,A,7,13.9,A,7,96,A,7,981,A,7,120,A,7,1.5,A,7,11300,B,7,1520,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +04/09/1980,08:00,430,1362,190,1,13,255,1,9,110,1,13,204,1,13,235,1,9,129,1,13,217,1,21,5,A,7,5,A,7,16.1,A,7,13.3,A,7,84,A,7,981,A,7,70,A,7,1.5,A,7,16100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,09:00,688,1362,392,1,13,436,1,9,172,1,13,415,1,13,437,1,9,193,1,13,365,1,21,4,A,7,4,A,7,17.2,A,7,11.7,A,7,70,A,7,981,A,7,80,A,7,2.1,A,7,16100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,10:00,906,1362,493,1,13,433,1,9,204,1,13,532,1,13,448,1,9,233,1,13,530,1,21,6,A,7,5,A,7,17.8,A,7,11.1,A,7,65,A,7,980,A,7,90,A,7,3.6,A,7,16100,B,7,7620,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,11:00,1070,1362,687,1,13,589,1,9,224,1,13,723,1,13,596,1,9,253,1,13,759,1,21,5,A,7,5,A,7,20.0,A,7,12.8,A,7,63,A,7,980,A,7,200,A,7,3.1,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,12:00,1169,1362,731,1,13,507,1,9,295,1,13,790,1,13,530,1,9,333,1,13,1316,1,21,6,A,7,6,A,7,21.7,A,7,12.2,A,7,55,A,7,979,A,7,210,A,7,5.2,A,7,16100,B,7,850,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,13:00,1195,1362,680,1,13,394,1,9,334,1,13,729,1,13,412,1,9,366,1,13,1631,1,21,7,A,7,3,A,7,22.2,A,7,10.0,A,7,46,A,7,978,A,7,260,A,7,5.2,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +04/09/1980,14:00,1148,1362,780,1,9,623,1,9,254,1,13,820,1,9,630,1,9,287,1,13,1035,1,18,6,A,7,2,A,7,22.8,A,7,7.8,A,7,38,A,7,977,A,7,200,A,7,6.7,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,15:00,1030,1362,779,1,13,772,1,9,195,1,13,824,1,13,784,1,9,230,1,13,616,1,21,5,A,7,3,A,7,22.8,A,7,7.2,A,7,37,A,7,976,A,7,240,A,7,6.7,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,16:00,849,1362,585,1,9,694,1,9,153,1,13,617,1,9,699,1,9,181,1,13,374,1,18,2,A,7,2,A,7,22.8,A,7,7.2,A,7,37,A,7,976,A,7,240,A,7,6.2,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,17:00,618,1362,374,1,9,550,1,9,124,1,13,387,1,9,530,1,9,146,1,13,247,1,18,1,A,7,1,A,7,22.2,A,7,3.9,A,7,30,A,7,976,A,7,240,A,7,5.2,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,18:00,353,1362,182,1,13,441,1,9,68,1,13,187,1,13,370,1,9,91,1,13,124,1,21,1,A,7,1,A,7,21.1,A,7,2.8,A,7,30,A,7,976,A,7,230,A,7,5.2,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,19:00,82,1078,32,1,13,82,1,9,23,1,13,32,1,13,34,1,9,29,1,13,40,1,21,1,A,7,1,A,7,18.9,A,7,1.7,A,7,32,A,7,976,A,7,240,A,7,3.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/09/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,2.8,A,7,40,A,7,977,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,3.3,A,7,44,A,7,978,A,7,220,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,3.3,A,7,46,A,7,978,A,7,250,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.3,A,7,3.3,A,7,51,A,7,978,A,7,250,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/09/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.2,A,7,3.3,A,7,55,A,7,978,A,7,260,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,3.3,A,7,61,A,7,978,A,7,270,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/10/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.2,A,7,0.6,A,7,45,A,7,978,A,7,280,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,1.1,A,7,56,A,7,978,A,7,190,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,1.7,A,7,61,A,7,978,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,2.2,A,7,71,A,7,978,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,06:00,1,125,2,1,13,1,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,6.1,A,7,2.8,A,7,79,A,7,979,A,7,190,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,07:00,159,1361,65,1,13,293,1,9,31,1,13,66,1,13,176,1,9,46,1,13,55,1,21,0,A,7,0,A,7,8.9,A,7,3.9,A,7,71,A,7,980,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/10/1980,08:00,436,1361,264,1,9,641,1,9,59,1,13,273,1,9,581,1,9,87,1,13,116,1,18,0,A,7,0,A,7,12.8,A,7,3.9,A,7,55,A,7,980,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,09:00,693,1361,483,1,9,785,1,9,83,1,13,510,1,9,773,1,9,115,1,13,183,1,18,0,A,7,0,A,7,16.1,A,7,3.3,A,7,43,A,7,980,A,7,330,A,7,3.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,10:00,911,1361,677,1,9,859,1,9,101,1,13,702,1,9,854,1,9,129,1,13,226,1,18,0,A,7,0,A,7,17.2,A,7,3.3,A,7,40,A,7,981,A,7,290,A,7,4.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,11:00,1075,1361,687,1,13,592,1,9,219,1,13,724,1,13,600,1,9,249,1,13,752,1,21,5,A,7,5,A,7,18.3,A,7,4.4,A,7,40,A,7,981,A,7,300,A,7,3.1,A,7,16100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,12:00,1173,1361,898,1,13,842,1,9,171,1,13,942,1,13,847,1,9,210,1,13,703,1,21,3,A,7,3,A,7,18.3,A,7,2.8,A,7,36,A,7,980,A,7,260,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,13:00,1199,1361,880,1,9,878,1,9,106,1,13,911,1,9,881,1,9,133,1,13,439,1,18,1,A,7,1,A,7,19.4,A,7,4.4,A,7,37,A,7,980,A,7,280,A,7,3.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +04/10/1980,14:00,1151,1361,843,1,9,869,1,9,108,1,13,873,1,9,871,1,9,135,1,13,383,1,18,1,A,7,1,A,7,19.4,A,7,3.3,A,7,35,A,7,980,A,7,260,A,7,3.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,15:00,1033,1361,655,1,9,667,1,9,148,1,13,706,1,9,686,1,9,185,1,13,483,1,18,1,A,7,1,A,7,20.0,A,7,3.3,A,7,33,A,7,979,A,7,270,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,16:00,852,1361,545,1,9,656,1,9,135,1,13,581,1,9,665,1,9,164,1,13,337,1,18,3,A,7,2,A,7,20.6,A,7,2.8,A,7,31,A,7,979,A,7,270,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,17:00,621,1361,394,1,9,652,1,9,97,1,13,416,1,9,637,1,9,125,1,13,202,1,18,2,A,7,2,A,7,20.6,A,7,2.2,A,7,30,A,7,979,A,7,250,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,18:00,356,1361,196,1,9,504,1,9,65,1,13,203,1,9,425,1,9,92,1,13,120,1,18,2,A,7,2,A,7,19.4,A,7,1.7,A,7,31,A,7,979,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,19:00,85,1100,37,1,13,111,1,9,25,1,13,36,1,13,51,1,9,32,1,13,44,1,21,3,A,7,2,A,7,17.8,A,7,2.2,A,7,35,A,7,980,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/10/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,16.1,A,7,2.8,A,7,41,A,7,981,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,12.8,A,7,4.4,A,7,57,A,7,981,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,13.9,A,7,2.8,A,7,47,A,7,982,A,7,260,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,10.6,A,7,5.0,A,7,69,A,7,982,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/10/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,10.6,A,7,4.4,A,7,66,A,7,983,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,3.3,A,7,71,A,7,983,A,7,260,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +04/11/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,0.6,A,7,50,A,7,983,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,1.7,A,7,66,A,7,983,A,7,250,A,7,1.5,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,2.8,A,7,74,A,7,984,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,1.7,A,7,79,A,7,985,A,7,250,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,06:00,2,147,2,1,13,3,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,3,A,7,1,A,7,5.0,A,7,1.1,A,7,76,A,7,986,A,7,240,A,7,1.5,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,07:00,165,1360,54,1,13,51,1,9,48,1,13,59,1,13,31,1,9,55,1,13,101,1,21,8,A,7,7,A,7,8.3,A,7,3.3,A,7,71,A,7,987,A,7,230,A,7,1.5,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +04/11/1980,08:00,442,1360,264,1,9,621,1,9,63,1,13,279,1,9,566,1,9,95,1,13,123,1,18,4,A,7,1,A,7,13.9,A,7,3.9,A,7,51,A,7,988,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,09:00,698,1360,469,1,9,770,1,9,73,1,13,502,1,9,763,1,9,109,1,13,169,1,18,1,A,7,1,A,7,17.8,A,7,0.6,A,7,32,A,7,988,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,10:00,916,1360,690,1,9,890,1,9,90,1,13,718,1,9,886,1,9,120,1,13,221,1,18,0,A,7,0,A,7,19.4,A,7,0.6,A,7,28,A,7,989,A,7,290,A,7,2.6,A,7,32200,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,11:00,1079,1360,780,1,9,809,1,9,137,1,13,828,1,9,818,1,9,178,1,13,458,1,18,1,A,7,1,A,7,20.0,A,7,0.0,A,7,26,A,7,988,A,7,310,A,7,4.1,A,7,32200,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,12:00,1176,1360,814,1,13,672,1,9,232,1,13,864,1,13,684,1,9,271,1,13,1044,1,21,4,A,7,4,A,7,21.7,A,7,1.1,A,7,26,A,7,989,A,7,280,A,7,2.1,A,7,32200,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,13:00,1202,1360,490,1,9,192,1,9,319,1,13,544,1,9,209,1,9,359,1,13,1452,1,18,9,A,7,8,A,7,21.1,A,7,2.2,A,7,29,A,7,988,A,7,210,A,7,3.1,A,7,32200,B,7,7620,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +04/11/1980,14:00,1154,1360,800,1,13,736,1,9,175,1,13,836,1,13,739,1,9,208,1,13,675,1,21,7,A,7,3,A,7,22.2,A,7,1.7,A,7,26,A,7,988,A,7,190,A,7,3.6,A,7,32200,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,15:00,1036,1360,735,1,9,825,1,9,106,1,13,761,1,9,824,1,9,132,1,13,288,1,18,1,A,7,1,A,7,22.8,A,7,2.8,A,7,27,A,7,987,A,7,210,A,7,3.6,A,7,32200,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,16:00,855,1360,634,1,9,872,1,9,86,1,13,661,1,9,865,1,9,117,1,13,200,1,18,0,A,7,0,A,7,22.8,A,7,1.7,A,7,25,A,7,987,A,7,230,A,7,2.6,A,7,32200,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,17:00,624,1360,409,1,9,731,1,9,75,1,13,432,1,9,711,1,9,105,1,13,161,1,18,2,A,7,0,A,7,22.8,A,7,1.7,A,7,25,A,7,987,A,7,240,A,7,3.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,18:00,359,1360,186,1,13,445,1,9,69,1,13,192,1,13,376,1,9,92,1,13,126,1,21,6,A,7,3,A,7,21.7,A,7,2.8,A,7,29,A,7,987,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,19:00,88,1099,31,1,13,76,1,9,23,1,13,32,1,13,32,1,9,29,1,13,40,1,21,7,A,7,4,A,7,20.0,A,7,1.7,A,7,30,A,7,987,A,7,170,A,7,2.1,A,7,24100,B,7,7620,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/11/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,5,A,7,18.9,A,7,2.2,A,7,33,A,7,987,A,7,190,A,7,2.1,A,7,24100,B,7,7620,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,5,A,7,17.2,A,7,2.8,A,7,38,A,7,987,A,7,180,A,7,2.1,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,13.9,A,7,3.3,A,7,49,A,7,987,A,7,150,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,5,A,7,15.0,A,7,2.2,A,7,42,A,7,987,A,7,180,A,7,2.1,A,7,24100,B,7,7620,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/11/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,13.9,A,7,2.8,A,7,47,A,7,987,A,7,180,A,7,2.6,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/12/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,13.9,A,7,3.3,A,7,49,A,7,987,A,7,220,A,7,2.1,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/12/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,13.3,A,7,3.3,A,7,51,A,7,987,A,7,210,A,7,1.5,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/12/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,13.3,A,7,3.3,A,7,51,A,7,986,A,7,190,A,7,2.1,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/12/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,3.3,A,7,51,A,7,985,A,7,180,A,7,1.5,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/12/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,3.9,A,7,53,A,7,985,A,7,190,A,7,1.5,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/12/1980,06:00,2,193,0,1,13,0,1,9,0,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,12.2,A,7,4.4,A,7,59,A,7,985,A,7,230,A,7,1.5,A,7,24100,B,7,2130,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/12/1980,07:00,171,1359,37,1,13,0,1,9,37,1,13,42,1,13,0,1,9,42,1,13,128,1,21,10,A,7,10,A,7,12.8,A,7,5.6,A,7,62,A,7,987,A,7,200,A,7,2.1,A,7,24100,B,7,2130,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +04/12/1980,08:00,447,1359,92,1,9,1,1,9,92,1,13,106,1,9,1,1,9,106,1,13,365,1,18,10,A,7,10,A,7,14.4,A,7,5.6,A,7,55,A,7,987,A,7,230,A,7,2.1,A,7,24100,B,7,1830,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/12/1980,09:00,703,1359,227,1,9,0,1,9,227,1,13,257,1,9,0,1,9,257,1,13,880,1,18,10,A,7,10,A,7,15.6,A,7,5.0,A,7,50,A,7,987,A,7,250,A,7,3.1,A,7,24100,B,7,1830,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/12/1980,10:00,920,1359,155,1,9,6,1,9,151,1,13,188,1,9,4,1,9,185,1,13,742,1,18,10,A,7,10,A,7,15.6,A,7,6.7,A,7,56,A,7,987,A,7,200,A,7,2.6,A,7,24100,B,7,1830,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,80,C,8 +04/12/1980,11:00,1083,1359,316,1,9,0,1,9,315,1,13,369,1,9,0,1,9,369,1,13,1411,1,18,10,A,7,10,A,7,17.2,A,7,8.9,A,7,58,A,7,985,A,7,250,A,7,2.6,A,7,24100,B,7,4570,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/12/1980,12:00,1180,1359,374,1,9,3,1,9,372,1,13,439,1,9,3,1,9,437,1,13,1629,1,18,10,A,7,10,A,7,17.2,A,7,8.9,A,7,58,A,7,985,A,7,220,A,7,2.6,A,7,24100,B,7,640,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/12/1980,13:00,1205,1359,416,1,9,3,1,9,413,1,13,485,1,9,3,1,9,483,1,13,1757,1,18,10,A,7,10,A,7,17.8,A,7,8.9,A,7,56,A,7,983,A,7,180,A,7,2.6,A,7,24100,B,7,4570,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/12/1980,14:00,1157,1359,383,1,9,2,1,9,382,1,13,448,1,9,2,1,9,446,1,13,1647,1,18,10,A,7,10,A,7,18.3,A,7,8.9,A,7,54,A,7,982,A,7,180,A,7,2.6,A,7,24100,B,7,1830,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/12/1980,15:00,1038,1359,210,1,9,0,1,9,210,1,13,252,1,9,0,1,9,252,1,13,1020,1,18,10,A,7,10,A,7,16.7,A,7,11.7,A,7,73,A,7,981,A,7,340,A,7,4.1,A,7,9700,B,7,1070,A,7,2.1,E,8,0.000,F,8,0.00,?,0,20,1,D,9,61,C,8 +04/12/1980,16:00,858,1359,167,1,9,1,1,9,166,1,13,198,1,9,1,1,9,198,1,13,780,1,18,10,A,7,10,A,7,14.4,A,7,13.3,A,7,93,A,7,980,A,7,350,A,7,2.6,A,7,6400,B,7,910,A,7,2.3,E,8,0.000,F,8,0.00,?,0,25,1,D,9,45,C,8 +04/12/1980,17:00,627,1359,112,1,9,0,1,9,112,1,13,132,1,9,0,1,9,132,1,13,493,1,18,10,A,7,10,A,7,13.9,A,7,12.8,A,7,93,A,7,980,A,7,10,A,7,3.1,A,7,3200,B,7,120,A,7,2.3,E,8,0.000,F,8,0.00,?,0,51,1,D,9,45,C,8 +04/12/1980,18:00,363,1359,62,1,9,1,1,9,61,1,13,71,1,9,0,1,9,71,1,13,243,1,18,10,A,7,10,A,7,13.9,A,7,13.3,A,7,96,A,7,981,A,7,20,A,7,2.6,A,7,4800,B,7,1070,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/12/1980,19:00,91,1121,30,1,13,1,1,9,29,1,13,32,1,13,0,1,9,32,1,13,94,1,21,10,A,7,9,A,7,13.3,A,7,12.8,A,7,96,A,7,981,A,7,30,A,7,2.1,A,7,4800,B,7,1070,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +04/12/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.9,A,7,13.3,A,7,96,A,7,982,A,7,10,A,7,1.5,A,7,4800,B,7,120,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/12/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.9,A,7,13.3,A,7,96,A,7,983,A,7,260,A,7,2.1,A,7,4800,B,7,120,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/12/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,12.8,A,7,96,A,7,983,A,7,260,A,7,2.1,A,7,4800,B,7,120,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/12/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,13.3,A,7,100,A,7,983,A,7,240,A,7,2.1,A,7,4800,B,7,120,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/12/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,12.8,A,7,96,A,7,983,A,7,250,A,7,2.6,A,7,4800,B,7,120,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,12.2,A,7,93,A,7,982,A,7,280,A,7,2.1,A,7,4800,B,7,90,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +04/13/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.2,A,7,96,A,7,983,A,7,250,A,7,2.1,A,7,4800,B,7,90,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,982,A,7,240,A,7,2.1,A,7,4800,B,7,90,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,982,A,7,230,A,7,2.1,A,7,400,B,7,30,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.2,A,7,96,A,7,982,A,7,30,A,7,2.1,A,7,400,B,7,30,A,7,2.2,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +04/13/1980,06:00,3,215,1,1,13,0,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,983,A,7,210,A,7,1.5,A,7,200,B,7,30,A,7,2.3,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +04/13/1980,07:00,177,1359,21,1,13,2,1,9,21,1,13,25,1,13,0,1,9,25,1,13,82,1,21,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,983,A,7,0,A,7,0.0,A,7,200,B,7,30,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,08:00,453,1359,62,1,9,7,1,9,60,1,13,74,1,9,3,1,9,73,1,13,259,1,18,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,984,A,7,0,A,7,0.0,A,7,400,B,7,30,A,7,2.3,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +04/13/1980,09:00,708,1359,125,1,9,2,1,9,124,1,13,148,1,9,1,1,9,148,1,13,565,1,18,10,A,7,10,A,7,14.4,A,7,13.3,A,7,93,A,7,983,A,7,0,A,7,0.0,A,7,800,B,7,60,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,10:00,925,1359,153,1,9,1,1,9,153,1,13,186,1,9,1,1,9,186,1,13,751,1,18,10,A,7,10,A,7,14.4,A,7,14.4,A,7,100,A,7,984,A,7,0,A,7,0.0,A,7,1600,B,7,120,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,11:00,1087,1359,311,1,9,1,1,9,310,1,13,365,1,9,1,1,9,364,1,13,1397,1,18,10,A,7,10,A,7,16.1,A,7,14.4,A,7,90,A,7,983,A,7,90,A,7,2.6,A,7,4800,B,7,150,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,12:00,1183,1359,434,1,9,7,1,9,428,1,13,504,1,9,7,1,9,498,1,13,1784,1,18,10,A,7,10,A,7,15.6,A,7,14.4,A,7,93,A,7,983,A,7,100,A,7,2.6,A,7,9700,B,7,210,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,13:00,1208,1359,247,1,9,5,1,9,243,1,13,301,1,9,4,1,9,297,1,13,1190,1,18,10,A,7,10,A,7,15.6,A,7,15.0,A,7,97,A,7,982,A,7,120,A,7,2.6,A,7,9700,B,7,270,A,7,2.6,E,8,0.000,F,8,0.00,?,0,10,1,D,9,45,C,8 +04/13/1980,14:00,1160,1359,235,1,9,3,1,9,233,1,13,286,1,9,2,1,9,284,1,13,1141,1,18,10,A,7,10,A,7,15.6,A,7,15.0,A,7,97,A,7,982,A,7,150,A,7,2.6,A,7,2400,B,7,150,A,7,2.6,E,8,0.000,F,8,0.00,?,0,15,1,D,9,45,C,8 +04/13/1980,15:00,1041,1359,240,1,9,0,1,9,240,1,13,286,1,9,0,1,9,286,1,13,1136,1,18,10,A,7,10,A,7,15.6,A,7,15.6,A,7,100,A,7,980,A,7,110,A,7,2.1,A,7,2400,B,7,120,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,16:00,860,1359,314,1,9,1,1,9,313,1,13,355,1,9,1,1,9,355,1,13,1230,1,18,10,A,7,10,A,7,16.1,A,7,15.6,A,7,97,A,7,979,A,7,140,A,7,2.6,A,7,4000,B,7,150,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,17:00,630,1359,202,1,9,0,1,9,202,1,13,227,1,9,0,1,9,227,1,13,761,1,18,10,A,7,10,A,7,16.7,A,7,15.6,A,7,93,A,7,979,A,7,80,A,7,2.1,A,7,6400,B,7,180,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,18:00,366,1359,114,1,9,1,1,9,114,1,13,126,1,9,1,1,9,126,1,13,382,1,18,10,A,7,10,A,7,16.7,A,7,15.6,A,7,93,A,7,979,A,7,70,A,7,2.1,A,7,4800,B,7,150,A,7,2.7,E,8,0.000,F,8,0.00,?,0,124,1,D,9,45,C,8 +04/13/1980,19:00,94,1143,17,1,13,0,1,9,17,1,13,20,1,13,0,1,9,20,1,13,63,1,21,10,A,7,10,A,7,16.1,A,7,15.6,A,7,97,A,7,979,A,7,80,A,7,2.6,A,7,1300,B,7,90,A,7,2.7,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +04/13/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,15.6,A,7,100,A,7,980,A,7,80,A,7,2.1,A,7,4000,B,7,90,A,7,2.7,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +04/13/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,16.1,A,7,100,A,7,979,A,7,90,A,7,4.1,A,7,2400,B,7,60,A,7,2.8,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +04/13/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,16.1,A,7,100,A,7,979,A,7,130,A,7,2.6,A,7,2400,B,7,60,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,16.7,A,7,100,A,7,979,A,7,90,A,7,2.1,A,7,2400,B,7,60,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/13/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,17.2,A,7,97,A,7,978,A,7,170,A,7,3.1,A,7,6400,B,7,210,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/14/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,977,A,7,170,A,7,4.1,A,7,11300,B,7,340,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/14/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,976,A,7,170,A,7,3.6,A,7,11300,B,7,370,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,18.3,A,7,97,A,7,976,A,7,170,A,7,3.1,A,7,16100,B,7,430,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,18.3,A,7,97,A,7,975,A,7,160,A,7,3.1,A,7,16100,B,7,490,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +04/14/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,18.3,A,7,97,A,7,974,A,7,160,A,7,3.6,A,7,11300,B,7,370,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,06:00,4,238,2,1,13,0,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,18.9,A,7,18.3,A,7,97,A,7,973,A,7,160,A,7,3.6,A,7,8000,B,7,340,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/14/1980,07:00,183,1358,26,1,13,0,1,9,26,1,13,30,1,13,0,1,9,30,1,13,99,1,21,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,973,A,7,180,A,7,5.2,A,7,8000,B,7,340,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/14/1980,08:00,458,1358,135,1,9,1,1,9,135,1,13,151,1,9,1,1,9,151,1,13,485,1,18,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,972,A,7,180,A,7,4.6,A,7,11300,B,7,1370,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,09:00,713,1358,222,1,9,1,1,9,221,1,13,251,1,9,1,1,9,251,1,13,874,1,18,10,A,7,10,A,7,20.6,A,7,18.9,A,7,90,A,7,972,A,7,170,A,7,4.1,A,7,16100,B,7,340,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,10:00,929,1358,318,1,9,0,1,9,318,1,13,364,1,9,0,1,9,364,1,13,1309,1,18,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,971,A,7,170,A,7,6.2,A,7,11300,B,7,210,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,11:00,1091,1358,375,1,9,1,1,9,374,1,13,434,1,9,1,1,9,433,1,13,1589,1,18,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,969,A,7,170,A,7,8.8,A,7,11300,B,7,340,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,12:00,1187,1358,422,1,9,0,1,9,422,1,13,491,1,9,0,1,9,491,1,13,1771,1,18,10,A,7,10,A,7,20.6,A,7,19.4,A,7,93,A,7,969,A,7,170,A,7,6.7,A,7,11300,B,7,340,A,7,3.3,E,8,0.000,F,8,0.00,?,0,13,1,D,9,00,C,8 +04/14/1980,13:00,1212,1358,272,1,9,1,1,9,272,1,13,329,1,9,1,1,9,329,1,13,1303,1,18,10,A,7,10,A,7,20.0,A,7,20.0,A,7,100,A,7,970,A,7,220,A,7,6.2,A,7,11300,B,7,270,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,80,C,8 +04/14/1980,14:00,1163,1358,506,1,9,255,1,9,287,1,13,565,1,9,278,1,9,326,1,13,1168,1,18,8,A,7,8,A,7,19.4,A,7,18.3,A,7,93,A,7,970,A,7,210,A,7,7.2,A,7,11300,B,7,340,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,15:00,1044,1358,621,1,13,448,1,9,276,1,13,664,1,13,467,1,9,304,1,13,914,1,21,6,A,7,6,A,7,18.9,A,7,14.4,A,7,76,A,7,970,A,7,200,A,7,5.7,A,7,24100,B,7,760,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,16:00,863,1358,545,1,13,509,1,9,221,1,13,580,1,13,524,1,9,246,1,13,552,1,21,6,A,7,6,A,7,19.4,A,7,12.8,A,7,66,A,7,970,A,7,190,A,7,7.2,A,7,24100,B,7,760,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,17:00,633,1358,348,1,13,485,1,9,122,1,13,377,1,13,482,1,9,152,1,13,244,1,21,3,A,7,3,A,7,17.2,A,7,7.8,A,7,54,A,7,970,A,7,220,A,7,7.2,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,18:00,369,1358,156,1,13,222,1,9,96,1,13,166,1,13,193,1,9,114,1,13,186,1,21,6,A,7,6,A,7,16.7,A,7,6.7,A,7,52,A,7,971,A,7,230,A,7,5.7,A,7,24100,B,7,1520,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,19:00,97,1165,33,1,13,57,1,9,27,1,13,35,1,13,29,1,9,33,1,13,56,1,21,4,A,7,4,A,7,15.0,A,7,6.1,A,7,56,A,7,972,A,7,230,A,7,5.2,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +04/14/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,13.3,A,7,5.6,A,7,60,A,7,973,A,7,230,A,7,4.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,12.2,A,7,4.4,A,7,59,A,7,974,A,7,230,A,7,6.2,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,2.2,A,7,55,A,7,974,A,7,230,A,7,6.2,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,0.6,A,7,52,A,7,975,A,7,230,A,7,5.2,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/14/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,1.1,A,7,61,A,7,975,A,7,230,A,7,4.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,0.6,A,7,63,A,7,975,A,7,240,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/15/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,-0.6,A,7,60,A,7,975,A,7,240,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,6.1,A,7,0.6,A,7,68,A,7,975,A,7,240,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.6,A,7,1.1,A,7,73,A,7,974,A,7,240,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,0.6,A,7,76,A,7,974,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,06:00,5,283,5,1,13,18,1,9,3,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,4.4,A,7,0.6,A,7,76,A,7,974,A,7,220,A,7,2.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,07:00,189,1357,89,1,13,435,1,9,29,1,13,90,1,13,303,1,9,48,1,13,55,1,21,0,A,7,0,A,7,6.1,A,7,1.1,A,7,71,A,7,975,A,7,230,A,7,2.6,A,7,11300,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/15/1980,08:00,464,1357,296,1,9,723,1,9,50,1,13,315,1,9,671,1,9,85,1,13,108,1,18,0,A,7,0,A,7,8.3,A,7,1.1,A,7,61,A,7,975,A,7,240,A,7,4.6,A,7,11300,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,09:00,718,1357,517,1,9,846,1,9,68,1,13,541,1,9,829,1,9,102,1,13,160,1,18,0,A,7,0,A,7,10.0,A,7,1.7,A,7,57,A,7,975,A,7,230,A,7,6.7,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,10:00,933,1357,662,1,9,793,1,9,116,1,13,702,1,9,798,1,9,151,1,13,308,1,18,2,A,7,2,A,7,11.1,A,7,2.2,A,7,55,A,7,975,A,7,230,A,7,6.2,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,11:00,1094,1357,378,1,9,98,1,9,300,1,13,422,1,9,105,1,9,338,1,13,1092,1,18,9,A,7,9,A,7,12.2,A,7,2.2,A,7,51,A,7,975,A,7,260,A,7,7.2,A,7,24100,B,7,850,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,12:00,1190,1357,297,1,9,29,1,9,272,1,13,330,1,9,29,1,9,304,1,13,1304,1,18,10,A,7,10,A,7,10.6,A,7,-0.6,A,7,46,A,7,975,A,7,240,A,7,5.2,A,7,24100,B,7,850,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,13:00,1215,1357,363,1,9,6,1,9,357,1,13,429,1,9,5,1,9,424,1,13,1598,1,18,10,A,7,10,A,7,10.0,A,7,0.6,A,7,52,A,7,976,A,7,260,A,7,4.1,A,7,24100,B,7,850,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/15/1980,14:00,1166,1357,321,1,9,12,1,9,311,1,13,382,1,9,11,1,9,372,1,13,1431,1,18,10,A,7,10,A,7,10.0,A,7,0.6,A,7,52,A,7,976,A,7,290,A,7,5.2,A,7,24100,B,7,1010,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,15:00,1047,1357,362,1,9,6,1,9,358,1,13,419,1,9,6,1,9,414,1,13,1515,1,18,10,A,7,10,A,7,10.0,A,7,1.1,A,7,54,A,7,976,A,7,290,A,7,4.6,A,7,24100,B,7,1520,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,16:00,866,1357,260,1,9,9,1,9,254,1,13,300,1,9,8,1,9,294,1,13,1082,1,18,10,A,7,10,A,7,10.6,A,7,-1.1,A,7,45,A,7,976,A,7,280,A,7,3.1,A,7,24100,B,7,1520,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,17:00,636,1357,183,1,9,2,1,9,182,1,13,208,1,9,2,1,9,207,1,13,717,1,18,10,A,7,10,A,7,10.0,A,7,-1.1,A,7,46,A,7,977,A,7,250,A,7,3.1,A,7,24100,B,7,1680,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,18:00,373,1357,152,1,13,98,1,9,125,1,13,164,1,13,86,1,9,140,1,13,277,1,21,7,A,7,5,A,7,10.0,A,7,-0.6,A,7,48,A,7,977,A,7,270,A,7,4.1,A,7,24100,B,7,3660,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,19:00,100,1187,32,1,13,16,1,9,30,1,13,34,1,13,10,1,9,34,1,13,72,1,21,9,A,7,8,A,7,9.4,A,7,-1.1,A,7,48,A,7,978,A,7,270,A,7,3.6,A,7,24100,B,7,1680,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/15/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,-1.1,A,7,50,A,7,979,A,7,270,A,7,3.1,A,7,24100,B,7,1980,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,1.7,A,7,66,A,7,980,A,7,290,A,7,5.2,A,7,24100,B,7,1680,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,-0.6,A,7,54,A,7,980,A,7,280,A,7,6.7,A,7,24100,B,7,2290,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,7.8,A,7,-0.6,A,7,56,A,7,981,A,7,300,A,7,6.2,A,7,24100,B,7,3050,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/15/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,7.2,A,7,-0.6,A,7,58,A,7,982,A,7,280,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,5.0,A,7,0.0,A,7,70,A,7,982,A,7,260,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/16/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,5.6,A,7,0.6,A,7,71,A,7,982,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,5,A,7,5.0,A,7,1.1,A,7,76,A,7,982,A,7,220,A,7,2.6,A,7,24100,B,7,2740,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,3.9,A,7,0.6,A,7,79,A,7,982,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,4.4,A,7,1.1,A,7,79,A,7,982,A,7,240,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,06:00,6,305,0,1,13,1,1,9,0,1,13,0,1,13,0,1,9,0,1,13,0,1,21,2,A,7,2,A,7,5.0,A,7,1.7,A,7,79,A,7,983,A,7,250,A,7,3.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,07:00,194,1356,77,1,13,235,1,9,44,1,13,81,1,13,149,1,9,60,1,13,79,1,21,0,A,7,0,A,7,6.1,A,7,1.7,A,7,73,A,7,983,A,7,250,A,7,3.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/16/1980,08:00,469,1356,276,1,9,559,1,9,82,1,13,286,1,9,513,1,9,109,1,13,157,1,18,0,A,7,0,A,7,9.4,A,7,2.2,A,7,61,A,7,984,A,7,270,A,7,4.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,09:00,723,1356,385,1,13,365,1,9,190,1,13,417,1,13,383,1,9,213,1,13,430,1,21,6,A,7,6,A,7,10.0,A,7,-1.1,A,7,46,A,7,985,A,7,310,A,7,8.2,A,7,24100,B,7,1070,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,10:00,937,1356,545,1,13,418,1,9,256,1,13,578,1,13,433,1,9,278,1,13,709,1,21,5,A,7,5,A,7,11.1,A,7,-1.1,A,7,43,A,7,985,A,7,300,A,7,6.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,11:00,1098,1356,676,1,9,541,1,9,237,1,13,710,1,9,547,1,9,266,1,13,861,1,18,2,A,7,2,A,7,12.8,A,7,-1.1,A,7,39,A,7,986,A,7,300,A,7,5.7,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,12:00,1193,1356,918,1,9,856,1,9,164,1,13,971,1,9,864,1,9,209,1,13,743,1,18,0,A,7,0,A,7,13.9,A,7,-3.3,A,7,30,A,7,986,A,7,300,A,7,7.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,13:00,1217,1356,957,1,9,880,1,9,166,1,13,1014,1,9,889,1,9,214,1,13,822,1,18,0,A,7,0,A,7,15.0,A,7,-2.8,A,7,29,A,7,986,A,7,300,A,7,6.7,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/16/1980,14:00,1168,1356,915,1,9,872,1,9,162,1,13,965,1,9,880,1,9,206,1,13,674,1,18,0,A,7,0,A,7,15.6,A,7,-4.4,A,7,25,A,7,986,A,7,330,A,7,6.7,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,15:00,1049,1356,803,1,9,843,1,9,151,1,13,842,1,9,847,1,9,185,1,13,462,1,18,0,A,7,0,A,7,16.1,A,7,-4.4,A,7,24,A,7,987,A,7,290,A,7,5.7,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,16:00,869,1356,633,1,9,782,1,9,132,1,13,676,1,9,795,1,9,166,1,13,338,1,18,0,A,7,0,A,7,16.1,A,7,-6.1,A,7,21,A,7,987,A,7,320,A,7,4.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,17:00,639,1356,425,1,9,682,1,9,104,1,13,448,1,9,668,1,9,132,1,13,218,1,18,0,A,7,0,A,7,15.6,A,7,-7.2,A,7,20,A,7,988,A,7,330,A,7,4.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,18:00,376,1356,203,1,9,483,1,9,70,1,13,210,1,9,415,1,9,95,1,13,129,1,18,0,A,7,0,A,7,15.0,A,7,-7.8,A,7,20,A,7,989,A,7,330,A,7,5.2,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/16/1980,19:00,103,1209,39,1,13,98,1,9,28,1,13,39,1,13,44,1,9,35,1,13,50,1,21,0,A,7,0,A,7,12.2,A,7,-7.2,A,7,25,A,7,989,A,7,330,A,7,3.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/16/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,-6.1,A,7,32,A,7,990,A,7,320,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,-5.6,A,7,35,A,7,992,A,7,330,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,-4.4,A,7,45,A,7,992,A,7,10,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,-5.6,A,7,43,A,7,993,A,7,20,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/16/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-6.1,A,7,47,A,7,993,A,7,10,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-6.1,A,7,47,A,7,993,A,7,10,A,7,3.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/17/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-5.6,A,7,55,A,7,993,A,7,50,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-5.6,A,7,59,A,7,994,A,7,310,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-5.6,A,7,62,A,7,994,A,7,340,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.0,A,7,-5.0,A,7,69,A,7,994,A,7,60,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,06:00,8,328,7,1,13,17,1,9,4,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,-0.6,A,7,-5.6,A,7,69,A,7,994,A,7,50,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,07:00,200,1355,94,1,13,403,1,9,34,1,13,96,1,13,273,1,9,56,1,13,62,1,21,0,A,7,0,A,7,2.8,A,7,-3.3,A,7,65,A,7,995,A,7,40,A,7,1.5,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/17/1980,08:00,474,1355,303,1,9,700,1,9,59,1,13,317,1,9,649,1,9,90,1,13,121,1,18,0,A,7,0,A,7,6.7,A,7,-3.9,A,7,47,A,7,995,A,7,50,A,7,3.6,A,7,19300,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,09:00,728,1355,528,1,9,833,1,9,80,1,13,563,1,9,828,1,9,117,1,13,185,1,18,0,A,7,0,A,7,9.4,A,7,-5.6,A,7,35,A,7,996,A,7,80,A,7,3.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,10:00,942,1355,722,1,9,899,1,9,97,1,13,750,1,9,895,1,9,126,1,13,237,1,18,0,A,7,0,A,7,10.6,A,7,-4.4,A,7,35,A,7,996,A,7,30,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,11:00,1102,1355,866,1,9,926,1,9,112,1,13,895,1,9,927,1,9,139,1,13,346,1,18,1,A,7,0,A,7,12.2,A,7,-4.4,A,7,31,A,7,996,A,7,100,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,12:00,1197,1355,953,1,9,944,1,9,118,1,13,982,1,9,946,1,9,145,1,13,474,1,18,1,A,7,0,A,7,12.8,A,7,-5.6,A,7,28,A,7,995,A,7,30,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,13:00,1220,1355,972,1,9,944,1,9,120,1,13,1001,1,9,947,1,9,146,1,13,524,1,18,1,A,7,0,A,7,14.4,A,7,-3.3,A,7,29,A,7,995,A,7,220,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,14:00,1171,1355,930,1,9,921,1,9,133,1,13,956,1,9,922,1,9,157,1,13,462,1,18,3,A,7,0,A,7,15.0,A,7,-5.6,A,7,24,A,7,994,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,15:00,1052,1355,820,1,9,896,1,9,123,1,13,845,1,9,895,1,9,148,1,13,317,1,18,3,A,7,0,A,7,15.6,A,7,-5.0,A,7,24,A,7,993,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,16:00,872,1355,597,1,9,752,1,9,113,1,13,629,1,9,753,1,9,143,1,13,276,1,18,4,A,7,1,A,7,17.2,A,7,-3.9,A,7,24,A,7,993,A,7,240,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,17:00,642,1355,416,1,9,640,1,9,113,1,13,436,1,9,625,1,9,139,1,13,234,1,18,9,A,7,1,A,7,16.7,A,7,-3.9,A,7,24,A,7,992,A,7,290,A,7,3.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,18:00,379,1355,204,1,9,451,1,9,78,1,13,217,1,9,390,1,9,108,1,13,142,1,18,9,A,7,1,A,7,16.1,A,7,-3.9,A,7,25,A,7,992,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,19:00,106,1231,45,1,13,113,1,9,32,1,13,45,1,13,51,1,9,40,1,13,58,1,21,8,A,7,2,A,7,14.4,A,7,-3.9,A,7,28,A,7,992,A,7,210,A,7,1.5,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/17/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,12.2,A,7,-1.7,A,7,38,A,7,992,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,10.6,A,7,-0.6,A,7,46,A,7,992,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,10.0,A,7,-0.6,A,7,48,A,7,992,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,7.8,A,7,1.7,A,7,66,A,7,992,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/17/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,7.2,A,7,2.2,A,7,71,A,7,991,A,7,200,A,7,1.5,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,4,A,7,6.7,A,7,1.7,A,7,71,A,7,991,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +04/18/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,0.6,A,7,58,A,7,991,A,7,210,A,7,2.1,A,7,24100,B,7,7620,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,0.6,A,7,58,A,7,990,A,7,200,A,7,2.1,A,7,24100,B,7,7620,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,1.7,A,7,63,A,7,990,A,7,210,A,7,2.1,A,7,24100,B,7,7620,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,1.7,A,7,66,A,7,990,A,7,200,A,7,2.1,A,7,24100,B,7,7620,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,06:00,9,373,2,1,13,0,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,7.8,A,7,2.2,A,7,68,A,7,991,A,7,200,A,7,2.1,A,7,24100,B,7,7620,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,07:00,206,1355,83,1,13,151,1,9,60,1,13,87,1,13,96,1,9,72,1,13,115,1,21,8,A,7,5,A,7,8.3,A,7,3.3,A,7,71,A,7,991,A,7,220,A,7,2.6,A,7,24100,B,7,7620,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +04/18/1980,08:00,479,1355,279,1,13,584,1,9,72,1,13,293,1,13,543,1,9,101,1,13,142,1,21,5,A,7,3,A,7,11.7,A,7,4.4,A,7,62,A,7,991,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,09:00,732,1355,491,1,9,750,1,9,85,1,13,520,1,9,744,1,9,117,1,13,194,1,18,5,A,7,2,A,7,14.4,A,7,4.4,A,7,51,A,7,992,A,7,250,A,7,3.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,10:00,946,1355,657,1,9,720,1,9,153,1,13,700,1,9,734,1,9,186,1,13,431,1,18,3,A,7,2,A,7,17.2,A,7,3.3,A,7,40,A,7,992,A,7,290,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,11:00,1105,1355,698,1,9,678,1,9,144,1,13,740,1,9,685,1,9,180,1,13,513,1,18,3,A,7,2,A,7,18.3,A,7,2.8,A,7,36,A,7,991,A,7,220,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,12:00,1200,1355,886,1,9,885,1,9,102,1,13,919,1,9,888,1,9,130,1,13,438,1,18,3,A,7,1,A,7,19.4,A,7,2.8,A,7,33,A,7,991,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,13:00,1223,1355,905,1,9,864,1,9,123,1,13,931,1,9,866,1,9,147,1,13,540,1,18,5,A,7,2,A,7,20.6,A,7,1.7,A,7,29,A,7,990,A,7,240,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/18/1980,14:00,1174,1355,847,1,9,856,1,9,105,1,13,877,1,9,859,1,9,132,1,13,409,1,18,5,A,7,1,A,7,21.1,A,7,3.3,A,7,31,A,7,990,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,15:00,1055,1355,754,1,9,827,1,9,110,1,13,780,1,9,827,1,9,135,1,13,307,1,18,6,A,7,1,A,7,22.2,A,7,0.6,A,7,24,A,7,989,A,7,310,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,16:00,874,1355,612,1,9,788,1,9,104,1,13,652,1,9,792,1,9,139,1,13,262,1,18,5,A,7,1,A,7,21.7,A,7,1.7,A,7,27,A,7,989,A,7,180,A,7,4.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,17:00,645,1355,437,1,9,737,1,9,87,1,13,456,1,9,716,1,9,114,1,13,179,1,18,1,A,7,1,A,7,21.7,A,7,1.1,A,7,26,A,7,989,A,7,170,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,18:00,383,1355,227,1,9,586,1,9,63,1,13,238,1,9,510,1,9,94,1,13,119,1,18,2,A,7,2,A,7,21.1,A,7,0.0,A,7,25,A,7,989,A,7,190,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,19:00,109,1230,40,1,13,159,1,9,23,1,13,40,1,13,79,1,9,33,1,13,40,1,21,3,A,7,2,A,7,20.0,A,7,2.2,A,7,31,A,7,989,A,7,80,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,15.6,A,7,1.1,A,7,38,A,7,990,A,7,60,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,0.6,A,7,40,A,7,990,A,7,70,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.3,A,7,0.0,A,7,40,A,7,990,A,7,60,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.3,A,7,-0.6,A,7,39,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/18/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.2,A,7,0.6,A,7,45,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,2.2,A,7,59,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/19/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,2.2,A,7,59,A,7,990,A,7,180,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,3.3,A,7,68,A,7,990,A,7,20,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,3.3,A,7,77,A,7,990,A,7,350,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,3.3,A,7,80,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,06:00,10,395,5,1,13,1,1,9,5,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,6.1,A,7,3.3,A,7,83,A,7,991,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,07:00,211,1354,79,1,13,176,1,9,52,1,13,84,1,13,114,1,9,66,1,13,96,1,21,0,A,7,0,A,7,8.9,A,7,6.1,A,7,83,A,7,991,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/19/1980,08:00,484,1354,270,1,9,474,1,9,101,1,13,289,1,9,443,1,9,130,1,13,190,1,18,0,A,7,0,A,7,13.3,A,7,7.2,A,7,67,A,7,991,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,09:00,737,1354,486,1,9,630,1,9,143,1,13,507,1,9,624,1,9,167,1,13,312,1,18,0,A,7,0,A,7,16.1,A,7,7.2,A,7,56,A,7,991,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,10:00,950,1354,680,1,9,721,1,9,174,1,13,719,1,9,731,1,9,205,1,13,487,1,18,0,A,7,0,A,7,17.8,A,7,8.3,A,7,54,A,7,991,A,7,150,A,7,2.6,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,11:00,1109,1354,826,1,9,770,1,9,194,1,13,881,1,9,787,1,9,235,1,13,741,1,18,0,A,7,0,A,7,20.0,A,7,8.9,A,7,49,A,7,991,A,7,150,A,7,2.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,12:00,1203,1354,865,1,13,650,1,9,287,1,13,907,1,13,655,1,9,324,1,13,1415,1,21,4,A,7,4,A,7,21.1,A,7,7.8,A,7,42,A,7,991,A,7,30,A,7,2.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,13:00,1226,1354,844,1,13,585,1,9,314,1,13,914,1,13,612,1,9,359,1,13,1753,1,21,5,A,7,5,A,7,22.2,A,7,7.8,A,7,40,A,7,990,A,7,150,A,7,2.6,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +04/19/1980,14:00,1176,1354,722,1,13,411,1,9,365,1,13,765,1,13,428,1,9,392,1,13,1719,1,21,6,A,7,6,A,7,21.1,A,7,5.6,A,7,36,A,7,990,A,7,60,A,7,1.5,A,7,24100,B,7,1220,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,15:00,1057,1354,712,1,13,547,1,9,284,1,13,761,1,13,570,1,9,315,1,13,972,1,21,6,A,7,6,A,7,22.8,A,7,6.1,A,7,34,A,7,989,A,7,120,A,7,3.6,A,7,24100,B,7,1520,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,16:00,877,1354,536,1,13,497,1,9,213,1,13,573,1,13,513,1,9,240,1,13,539,1,21,3,A,7,3,A,7,23.3,A,7,5.6,A,7,32,A,7,989,A,7,90,A,7,2.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,17:00,648,1354,367,1,13,442,1,9,156,1,13,390,1,13,440,1,9,179,1,13,322,1,21,3,A,7,3,A,7,22.8,A,7,5.6,A,7,33,A,7,989,A,7,120,A,7,3.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,18:00,386,1354,178,1,9,337,1,9,83,1,13,190,1,9,293,1,9,106,1,13,152,1,18,1,A,7,1,A,7,21.7,A,7,4.4,A,7,33,A,7,988,A,7,130,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,19:00,113,1252,32,1,13,52,1,9,26,1,13,34,1,13,28,1,9,32,1,13,54,1,21,1,A,7,1,A,7,18.9,A,7,3.9,A,7,37,A,7,989,A,7,170,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/19/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,4.4,A,7,45,A,7,989,A,7,170,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,5.0,A,7,55,A,7,989,A,7,140,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,5.6,A,7,54,A,7,990,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,8.3,A,7,67,A,7,990,A,7,180,A,7,2.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/19/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,8.9,A,7,72,A,7,991,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,8.9,A,7,77,A,7,991,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/20/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,8.9,A,7,83,A,7,991,A,7,220,A,7,1.5,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,8.9,A,7,83,A,7,991,A,7,220,A,7,1.5,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,8.3,A,7,89,A,7,990,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,7.2,A,7,93,A,7,990,A,7,190,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,06:00,12,417,10,1,13,26,1,9,6,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,7.8,A,7,6.7,A,7,93,A,7,990,A,7,210,A,7,2.1,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,07:00,216,1353,101,1,13,415,1,9,35,1,13,105,1,13,292,1,9,58,1,13,65,1,21,0,A,7,0,A,7,10.6,A,7,8.9,A,7,90,A,7,990,A,7,210,A,7,2.1,A,7,11300,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/20/1980,08:00,489,1353,309,1,9,693,1,9,58,1,13,324,1,9,648,1,9,89,1,13,122,1,18,0,A,7,0,A,7,14.4,A,7,10.6,A,7,78,A,7,990,A,7,180,A,7,2.6,A,7,11300,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,09:00,741,1353,486,1,9,712,1,9,95,1,13,509,1,9,704,1,9,123,1,13,210,1,18,1,A,7,1,A,7,17.8,A,7,10.0,A,7,61,A,7,990,A,7,210,A,7,3.6,A,7,16100,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,10:00,953,1353,685,1,9,757,1,9,151,1,13,732,1,9,773,1,9,186,1,13,432,1,18,2,A,7,2,A,7,19.4,A,7,8.3,A,7,49,A,7,990,A,7,220,A,7,2.6,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,11:00,1112,1353,766,1,9,748,1,9,150,1,13,809,1,9,755,1,9,187,1,13,541,1,18,7,A,7,2,A,7,20.6,A,7,8.9,A,7,47,A,7,989,A,7,230,A,7,2.6,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,12:00,1206,1353,803,1,9,608,1,9,261,1,13,848,1,9,616,1,9,298,1,13,1315,1,18,7,A,7,2,A,7,22.2,A,7,8.3,A,7,41,A,7,988,A,7,180,A,7,3.6,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,13:00,1228,1353,909,1,13,772,1,9,208,1,13,979,1,13,792,1,9,258,1,13,1164,1,21,5,A,7,4,A,7,23.3,A,7,7.8,A,7,37,A,7,987,A,7,250,A,7,3.6,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +04/20/1980,14:00,1179,1353,853,1,13,715,1,9,229,1,13,906,1,13,728,1,9,270,1,13,1059,1,21,5,A,7,5,A,7,23.3,A,7,4.4,A,7,29,A,7,986,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,15:00,1059,1353,682,1,13,552,1,9,250,1,13,740,1,13,576,1,9,287,1,13,854,1,21,7,A,7,7,A,7,23.9,A,7,6.1,A,7,32,A,7,985,A,7,180,A,7,3.1,A,7,16100,B,7,1520,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,16:00,879,1353,569,1,13,593,1,9,184,1,13,595,1,13,595,1,9,207,1,13,459,1,21,7,A,7,3,A,7,23.9,A,7,5.0,A,7,30,A,7,984,A,7,90,A,7,2.1,A,7,16100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,17:00,651,1353,372,1,9,500,1,9,132,1,13,402,1,9,499,1,9,161,1,13,268,1,18,7,A,7,2,A,7,23.9,A,7,6.1,A,7,32,A,7,983,A,7,230,A,7,2.1,A,7,16100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,18:00,389,1353,198,1,9,447,1,9,70,1,13,205,1,9,389,1,9,93,1,13,130,1,18,6,A,7,2,A,7,23.3,A,7,5.6,A,7,32,A,7,983,A,7,210,A,7,2.1,A,7,16100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,19:00,116,1274,48,1,13,167,1,9,30,1,13,48,1,13,83,1,9,40,1,13,53,1,21,6,A,7,2,A,7,21.1,A,7,5.0,A,7,35,A,7,983,A,7,230,A,7,2.6,A,7,16100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/20/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,17.8,A,7,5.0,A,7,43,A,7,983,A,7,170,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,17.2,A,7,5.6,A,7,46,A,7,983,A,7,210,A,7,1.5,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,16.1,A,7,5.0,A,7,48,A,7,983,A,7,190,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,6.1,A,7,58,A,7,983,A,7,180,A,7,1.5,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/20/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,13.9,A,7,5.0,A,7,55,A,7,982,A,7,180,A,7,1.5,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.2,A,7,6.7,A,7,69,A,7,982,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/21/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.2,A,7,6.1,A,7,67,A,7,981,A,7,230,A,7,1.5,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,1,A,7,11.7,A,7,6.1,A,7,69,A,7,981,A,7,230,A,7,1.5,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,10.6,A,7,6.1,A,7,74,A,7,981,A,7,240,A,7,1.5,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,4,A,7,11.1,A,7,6.1,A,7,72,A,7,980,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,06:00,14,462,11,1,13,11,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,9,A,7,3,A,7,10.0,A,7,6.1,A,7,77,A,7,981,A,7,0,A,7,0.0,A,7,19300,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,07:00,222,1352,84,1,13,173,1,9,56,1,13,89,1,13,116,1,9,70,1,13,104,1,21,9,A,7,4,A,7,12.8,A,7,6.7,A,7,67,A,7,981,A,7,360,A,7,2.6,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/21/1980,08:00,494,1352,225,1,13,301,1,9,115,1,13,243,1,13,291,1,9,137,1,13,227,1,21,6,A,7,4,A,7,17.2,A,7,6.1,A,7,48,A,7,982,A,7,20,A,7,5.2,A,7,16100,B,7,7620,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,09:00,745,1352,459,1,9,577,1,9,141,1,13,480,1,9,573,1,9,164,1,13,311,1,18,7,A,7,2,A,7,19.4,A,7,7.2,A,7,45,A,7,982,A,7,10,A,7,5.7,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,10:00,957,1352,606,1,13,639,1,9,154,1,13,648,1,13,652,1,9,185,1,13,443,1,21,5,A,7,3,A,7,21.1,A,7,8.3,A,7,44,A,7,982,A,7,40,A,7,5.7,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,11:00,1115,1352,729,1,13,647,1,9,194,1,13,778,1,13,662,1,9,231,1,13,756,1,21,7,A,7,4,A,7,21.1,A,7,6.7,A,7,39,A,7,982,A,7,10,A,7,3.6,A,7,16100,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,12:00,1209,1352,880,1,13,795,1,9,169,1,13,930,1,13,802,1,9,212,1,13,816,1,21,3,A,7,3,A,7,22.8,A,7,7.2,A,7,37,A,7,982,A,7,10,A,7,4.6,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,13:00,1231,1352,772,1,13,613,1,9,213,1,13,829,1,13,628,1,9,255,1,13,1206,1,21,6,A,7,6,A,7,23.3,A,7,8.3,A,7,38,A,7,981,A,7,30,A,7,4.1,A,7,16100,B,7,3050,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +04/21/1980,14:00,1181,1352,841,1,13,735,1,9,199,1,13,904,1,13,754,1,9,244,1,13,939,1,21,5,A,7,5,A,7,23.9,A,7,6.1,A,7,32,A,7,981,A,7,10,A,7,3.1,A,7,16100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,15:00,1062,1352,750,1,13,694,1,9,204,1,13,794,1,13,706,1,9,238,1,13,696,1,21,5,A,7,5,A,7,23.3,A,7,6.7,A,7,34,A,7,981,A,7,60,A,7,2.6,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,16:00,882,1352,514,1,13,472,1,9,206,1,13,553,1,13,488,1,9,234,1,13,524,1,21,5,A,7,5,A,7,22.2,A,7,5.6,A,7,34,A,7,981,A,7,30,A,7,3.1,A,7,16100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,17:00,653,1352,425,1,9,742,1,9,68,1,13,457,1,9,730,1,9,103,1,13,155,1,18,0,A,7,0,A,7,23.9,A,7,5.0,A,7,30,A,7,980,A,7,100,A,7,3.1,A,7,16100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,18:00,392,1352,230,1,9,633,1,9,47,1,13,241,1,9,563,1,9,78,1,13,98,1,18,0,A,7,0,A,7,22.8,A,7,2.8,A,7,27,A,7,980,A,7,70,A,7,2.1,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,19:00,119,1296,52,1,13,263,1,9,24,1,13,51,1,13,146,1,9,37,1,13,43,1,21,0,A,7,0,A,7,21.1,A,7,3.9,A,7,32,A,7,980,A,7,80,A,7,2.1,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/21/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.3,A,7,4.4,A,7,40,A,7,981,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,6.1,A,7,56,A,7,981,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.3,A,7,6.7,A,7,64,A,7,982,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,6.1,A,7,77,A,7,982,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/21/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,6.1,A,7,80,A,7,982,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,5.0,A,7,74,A,7,982,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/22/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,5.0,A,7,77,A,7,982,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,4.4,A,7,74,A,7,982,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,3.9,A,7,80,A,7,983,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,4.4,A,7,80,A,7,983,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,06:00,16,484,8,1,13,1,1,9,8,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,6.7,A,7,2.8,A,7,76,A,7,983,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,07:00,227,1352,83,1,13,140,1,9,59,1,13,87,1,13,95,1,9,71,1,13,111,1,21,0,A,7,0,A,7,10.6,A,7,6.7,A,7,77,A,7,984,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/22/1980,08:00,499,1352,270,1,9,414,1,9,117,1,13,285,1,9,390,1,9,141,1,13,224,1,18,0,A,7,0,A,7,16.1,A,7,5.6,A,7,50,A,7,984,A,7,310,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,09:00,749,1352,490,1,9,582,1,9,167,1,13,526,1,9,592,1,9,197,1,13,368,1,18,0,A,7,0,A,7,18.9,A,7,3.3,A,7,36,A,7,984,A,7,340,A,7,3.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,10:00,961,1352,690,1,9,683,1,9,204,1,13,722,1,9,688,1,9,232,1,13,571,1,18,0,A,7,0,A,7,20.6,A,7,-0.6,A,7,24,A,7,984,A,7,360,A,7,4.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,11:00,1118,1352,840,1,9,739,1,9,228,1,13,888,1,9,750,1,9,266,1,13,885,1,18,0,A,7,0,A,7,21.7,A,7,-2.2,A,7,20,A,7,984,A,7,360,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,12:00,1211,1352,931,1,9,769,1,9,241,1,13,989,1,9,783,1,9,286,1,13,1254,1,18,0,A,7,0,A,7,22.2,A,7,-2.2,A,7,19,A,7,983,A,7,340,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,13:00,1233,1352,951,1,9,774,1,9,244,1,13,1012,1,9,788,1,9,291,1,13,1388,1,18,0,A,7,0,A,7,23.9,A,7,-2.2,A,7,18,A,7,982,A,7,290,A,7,4.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/22/1980,14:00,1183,1352,900,1,9,757,1,9,237,1,13,955,1,9,770,1,9,280,1,13,1116,1,18,0,A,7,0,A,7,25.0,A,7,-0.6,A,7,19,A,7,981,A,7,280,A,7,4.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,15:00,1064,1352,786,1,9,718,1,9,220,1,13,828,1,9,727,1,9,254,1,13,749,1,18,0,A,7,0,A,7,26.7,A,7,1.1,A,7,19,A,7,980,A,7,270,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,16:00,884,1352,617,1,9,651,1,9,191,1,13,643,1,9,652,1,9,216,1,13,478,1,18,0,A,7,0,A,7,26.7,A,7,-0.6,A,7,17,A,7,979,A,7,260,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,17:00,656,1352,390,1,9,507,1,9,145,1,13,419,1,9,506,1,9,172,1,13,298,1,18,1,A,7,1,A,7,26.7,A,7,1.1,A,7,19,A,7,978,A,7,260,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,18:00,395,1352,138,1,13,148,1,9,95,1,13,152,1,13,134,1,9,113,1,13,212,1,21,4,A,7,4,A,7,25.6,A,7,0.6,A,7,19,A,7,978,A,7,300,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +04/22/1980,19:00,123,1318,33,1,13,18,1,9,31,1,13,36,1,13,12,1,9,35,1,13,75,1,21,3,A,7,3,A,7,22.8,A,7,2.8,A,7,27,A,7,978,A,7,270,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +04/22/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,20.6,A,7,3.3,A,7,32,A,7,978,A,7,240,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.3,A,7,3.9,A,7,39,A,7,978,A,7,230,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,19.4,A,7,3.3,A,7,35,A,7,977,A,7,270,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.3,A,7,3.3,A,7,37,A,7,977,A,7,260,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/22/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.3,A,7,2.8,A,7,36,A,7,977,A,7,260,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.8,A,7,2.8,A,7,37,A,7,976,A,7,240,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/23/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,2.8,A,7,40,A,7,976,A,7,230,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.1,A,7,3.3,A,7,43,A,7,975,A,7,240,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,3.9,A,7,48,A,7,975,A,7,250,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,4.4,A,7,53,A,7,975,A,7,240,A,7,1.5,A,7,19300,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,06:00,17,507,7,1,13,5,1,9,6,1,13,0,1,13,0,1,9,0,1,13,0,1,21,2,A,7,1,A,7,15.6,A,7,5.0,A,7,50,A,7,975,A,7,240,A,7,2.1,A,7,16100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,07:00,232,1351,90,1,13,250,1,9,47,1,13,95,1,13,174,1,9,65,1,13,84,1,21,2,A,7,1,A,7,19.4,A,7,6.1,A,7,42,A,7,975,A,7,240,A,7,3.1,A,7,16100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/23/1980,08:00,504,1351,279,1,9,469,1,9,104,1,13,298,1,9,443,1,9,133,1,13,197,1,18,5,A,7,1,A,7,20.6,A,7,7.2,A,7,42,A,7,975,A,7,250,A,7,3.1,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,09:00,754,1351,505,1,9,690,1,9,120,1,13,535,1,9,692,1,9,149,1,13,274,1,18,0,A,7,0,A,7,23.3,A,7,8.3,A,7,38,A,7,974,A,7,260,A,7,3.6,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,10:00,964,1351,648,1,9,666,1,9,172,1,13,687,1,9,677,1,9,203,1,13,495,1,18,3,A,7,1,A,7,26.7,A,7,8.3,A,7,31,A,7,974,A,7,260,A,7,5.2,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,11:00,1121,1351,827,1,9,788,1,9,172,1,13,863,1,9,790,1,9,205,1,13,617,1,18,2,A,7,0,A,7,28.9,A,7,6.7,A,7,25,A,7,974,A,7,290,A,7,6.7,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,12:00,1214,1351,936,1,9,852,1,9,169,1,13,990,1,9,860,1,9,215,1,13,838,1,18,0,A,7,0,A,7,30.0,A,7,6.7,A,7,23,A,7,973,A,7,310,A,7,6.7,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,13:00,1236,1351,937,1,9,835,1,9,171,1,13,991,1,9,843,1,9,218,1,13,930,1,18,2,A,7,1,A,7,31.1,A,7,7.8,A,7,23,A,7,973,A,7,300,A,7,5.2,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +04/23/1980,14:00,1186,1351,849,1,9,779,1,9,164,1,13,897,1,9,786,1,9,205,1,13,734,1,18,2,A,7,1,A,7,31.7,A,7,8.3,A,7,23,A,7,972,A,7,290,A,7,5.7,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,15:00,1066,1351,768,1,9,783,1,9,150,1,13,808,1,9,788,1,9,185,1,13,483,1,18,2,A,7,1,A,7,31.7,A,7,7.2,A,7,22,A,7,971,A,7,270,A,7,7.2,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,16:00,887,1351,599,1,9,705,1,9,136,1,13,640,1,9,718,1,9,168,1,13,358,1,18,2,A,7,1,A,7,31.7,A,7,7.2,A,7,22,A,7,971,A,7,270,A,7,7.2,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,17:00,659,1351,412,1,9,624,1,9,108,1,13,434,1,9,614,1,9,134,1,13,229,1,18,0,A,7,0,A,7,31.1,A,7,8.3,A,7,24,A,7,971,A,7,280,A,7,4.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,18:00,398,1351,213,1,9,475,1,9,73,1,13,220,1,9,416,1,9,97,1,13,136,1,18,0,A,7,0,A,7,29.4,A,7,7.2,A,7,25,A,7,972,A,7,300,A,7,4.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,19:00,126,1340,46,1,13,121,1,9,32,1,13,47,1,13,58,1,9,41,1,13,58,1,21,0,A,7,0,A,7,27.2,A,7,7.8,A,7,29,A,7,972,A,7,260,A,7,3.1,A,7,19300,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/23/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,24.4,A,7,8.3,A,7,36,A,7,972,A,7,240,A,7,2.6,A,7,19300,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.8,A,7,8.9,A,7,41,A,7,973,A,7,230,A,7,2.1,A,7,19300,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.2,A,7,8.9,A,7,43,A,7,973,A,7,260,A,7,2.1,A,7,19300,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,21.1,A,7,8.9,A,7,46,A,7,973,A,7,260,A,7,2.1,A,7,19300,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/23/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,20.0,A,7,8.9,A,7,49,A,7,973,A,7,290,A,7,1.5,A,7,19300,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,18.3,A,7,8.9,A,7,54,A,7,973,A,7,340,A,7,2.6,A,7,19300,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/24/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,10.0,A,7,70,A,7,973,A,7,230,A,7,1.5,A,7,19300,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,10.6,A,7,78,A,7,973,A,7,0,A,7,0.0,A,7,19300,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,9.4,A,7,75,A,7,973,A,7,0,A,7,0.0,A,7,19300,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,12.2,A,7,9.4,A,7,83,A,7,974,A,7,230,A,7,2.1,A,7,19300,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,06:00,19,529,8,1,13,8,1,9,7,1,13,0,1,13,0,1,9,0,1,13,0,1,21,3,A,7,1,A,7,12.8,A,7,9.4,A,7,80,A,7,974,A,7,250,A,7,1.5,A,7,12900,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +04/24/1980,07:00,237,1350,81,1,13,89,1,9,66,1,13,89,1,13,66,1,9,77,1,13,141,1,21,9,A,7,3,A,7,15.6,A,7,12.2,A,7,81,A,7,975,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +04/24/1980,08:00,508,1350,277,1,13,440,1,9,111,1,13,294,1,13,417,1,9,137,1,13,212,1,21,9,A,7,3,A,7,20.0,A,7,12.2,A,7,61,A,7,975,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,09:00,757,1350,352,1,13,222,1,9,228,1,13,387,1,13,231,1,9,257,1,13,595,1,21,9,A,7,4,A,7,21.7,A,7,10.6,A,7,49,A,7,975,A,7,60,A,7,2.1,A,7,16100,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,10:00,968,1350,643,1,13,566,1,9,237,1,13,691,1,13,588,1,9,269,1,13,686,1,21,7,A,7,3,A,7,24.4,A,7,12.2,A,7,47,A,7,975,A,7,180,A,7,2.1,A,7,11300,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,11:00,1124,1350,782,1,9,710,1,9,190,1,13,838,1,9,727,1,9,231,1,13,764,1,18,3,A,7,1,A,7,27.2,A,7,11.1,A,7,37,A,7,975,A,7,240,A,7,3.6,A,7,11300,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,12:00,1217,1350,885,1,9,787,1,9,174,1,13,932,1,9,793,1,9,216,1,13,870,1,18,4,A,7,1,A,7,27.8,A,7,9.4,A,7,32,A,7,974,A,7,190,A,7,4.1,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,13:00,1238,1350,769,1,13,566,1,9,249,1,13,817,1,13,576,1,9,288,1,13,1453,1,21,4,A,7,3,A,7,28.9,A,7,10.0,A,7,31,A,7,973,A,7,190,A,7,2.6,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +04/24/1980,14:00,1188,1350,835,1,13,689,1,9,228,1,13,889,1,13,703,1,9,269,1,13,1098,1,21,4,A,7,3,A,7,29.4,A,7,7.8,A,7,26,A,7,973,A,7,240,A,7,6.2,A,7,11300,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,15:00,1069,1350,610,1,13,462,1,9,245,1,13,664,1,13,483,1,9,281,1,13,857,1,21,5,A,7,4,A,7,29.4,A,7,8.9,A,7,28,A,7,971,A,7,210,A,7,5.2,A,7,11300,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,16:00,889,1350,608,1,13,684,1,9,158,1,13,644,1,13,692,1,9,187,1,13,410,1,21,3,A,7,3,A,7,28.9,A,7,7.2,A,7,26,A,7,971,A,7,210,A,7,7.2,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,17:00,662,1350,334,1,13,352,1,9,161,1,13,353,1,13,352,1,9,181,1,13,336,1,21,6,A,7,3,A,7,28.9,A,7,6.7,A,7,25,A,7,970,A,7,220,A,7,5.2,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,18:00,402,1350,196,1,13,314,1,9,103,1,13,204,1,13,276,1,9,122,1,13,194,1,21,7,A,7,5,A,7,27.8,A,7,5.6,A,7,24,A,7,971,A,7,230,A,7,5.2,A,7,11300,B,7,7620,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/24/1980,19:00,129,1350,36,1,13,22,1,9,34,1,13,39,1,13,14,1,9,38,1,13,80,1,21,7,A,7,6,A,7,23.3,A,7,7.2,A,7,36,A,7,972,A,7,330,A,7,6.2,A,7,11300,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,80,C,8 +04/24/1980,20:00,0,11,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,10,A,7,10,A,7,17.8,A,7,12.2,A,7,70,A,7,974,A,7,350,A,7,6.2,A,7,11300,B,7,1520,A,7,2.2,E,8,0.000,?,0,0.00,?,0,33,1,D,9,80,C,8 +04/24/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,13.9,A,7,84,A,7,975,A,7,360,A,7,4.1,A,7,16100,B,7,1680,A,7,2.4,E,8,0.000,?,0,0.00,?,0,13,1,D,9,80,C,8 +04/24/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.2,A,7,14.4,A,7,84,A,7,975,A,7,300,A,7,5.2,A,7,16100,B,7,1520,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +04/24/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,16.7,A,7,14.4,A,7,87,A,7,974,A,7,190,A,7,2.1,A,7,16100,B,7,1520,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +04/24/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,15.6,A,7,14.4,A,7,93,A,7,974,A,7,250,A,7,2.1,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,13.9,A,7,13.3,A,7,96,A,7,975,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/25/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,13.9,A,7,13.3,A,7,96,A,7,975,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,13.3,A,7,12.8,A,7,96,A,7,975,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,12.2,A,7,11.7,A,7,96,A,7,975,A,7,340,A,7,1.5,A,7,16100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,13.3,A,7,12.8,A,7,96,A,7,975,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,06:00,21,551,10,1,13,9,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,3,A,7,1,A,7,12.2,A,7,11.7,A,7,96,A,7,976,A,7,230,A,7,1.5,A,7,9700,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,11,C,8 +04/25/1980,07:00,242,1349,87,1,13,148,1,9,60,1,13,92,1,13,105,1,9,73,1,13,112,1,21,3,A,7,3,A,7,14.4,A,7,13.3,A,7,93,A,7,977,A,7,240,A,7,1.5,A,7,11300,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/25/1980,08:00,513,1349,137,1,9,36,1,9,124,1,13,151,1,9,34,1,9,138,1,13,358,1,18,9,A,7,9,A,7,18.3,A,7,15.0,A,7,81,A,7,977,A,7,260,A,7,2.1,A,7,11300,B,7,3660,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,09:00,761,1349,445,1,13,437,1,9,198,1,13,470,1,13,445,1,9,219,1,13,448,1,21,7,A,7,6,A,7,21.1,A,7,13.9,A,7,64,A,7,978,A,7,230,A,7,2.1,A,7,11300,B,7,3660,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,10:00,971,1349,414,1,9,69,1,9,364,1,13,455,1,9,71,1,9,404,1,13,1284,1,18,9,A,7,9,A,7,20.6,A,7,13.9,A,7,66,A,7,978,A,7,240,A,7,2.1,A,7,11300,B,7,3660,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,11:00,1127,1349,689,1,13,469,1,9,296,1,13,740,1,13,490,1,9,330,1,13,1208,1,21,7,A,7,6,A,7,22.2,A,7,13.3,A,7,57,A,7,978,A,7,310,A,7,3.6,A,7,11300,B,7,3660,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,12:00,1219,1349,848,1,13,550,1,9,350,1,13,907,1,13,575,1,9,387,1,13,1942,1,21,7,A,7,6,A,7,23.9,A,7,12.8,A,7,50,A,7,978,A,7,290,A,7,2.6,A,7,11300,B,7,3660,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,13:00,1240,1349,770,1,13,570,1,9,245,1,13,819,1,13,581,1,9,284,1,13,1450,1,21,4,A,7,3,A,7,25.0,A,7,13.3,A,7,48,A,7,978,A,7,290,A,7,4.1,A,7,11300,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +04/25/1980,14:00,1190,1349,906,1,9,850,1,9,155,1,13,964,1,9,860,1,9,203,1,13,716,1,18,0,A,7,0,A,7,25.0,A,7,13.3,A,7,48,A,7,977,A,7,80,A,7,2.6,A,7,11300,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,15:00,1071,1349,736,1,9,702,1,9,178,1,13,788,1,9,719,1,9,216,1,13,631,1,18,1,A,7,1,A,7,26.7,A,7,13.3,A,7,44,A,7,977,A,7,190,A,7,1.5,A,7,11300,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,16:00,892,1349,315,1,9,61,1,9,275,1,13,347,1,9,62,1,9,306,1,13,949,1,18,9,A,7,9,A,7,26.1,A,7,13.3,A,7,45,A,7,977,A,7,310,A,7,2.1,A,7,11300,B,7,1520,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,17:00,664,1349,186,1,9,106,1,9,134,1,13,209,1,9,109,1,9,155,1,13,332,1,18,9,A,7,8,A,7,25.6,A,7,15.0,A,7,52,A,7,977,A,7,360,A,7,3.1,A,7,16100,B,7,1520,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,18:00,405,1349,149,1,13,169,1,9,99,1,13,160,1,13,153,1,9,115,1,13,192,1,21,8,A,7,6,A,7,24.4,A,7,14.4,A,7,54,A,7,977,A,7,50,A,7,2.1,A,7,16100,B,7,1520,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,19:00,133,1349,36,1,13,38,1,9,32,1,13,39,1,13,21,1,9,37,1,13,67,1,21,8,A,7,6,A,7,22.2,A,7,15.0,A,7,64,A,7,978,A,7,70,A,7,2.6,A,7,16100,B,7,3660,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/25/1980,20:00,0,11,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,8,A,7,7,A,7,20.0,A,7,16.1,A,7,78,A,7,978,A,7,40,A,7,2.1,A,7,16100,B,7,3050,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,20.0,A,7,15.6,A,7,76,A,7,979,A,7,350,A,7,3.1,A,7,11300,B,7,1520,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/25/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,980,A,7,80,A,7,1.5,A,7,11300,B,7,1520,A,7,2.9,E,8,0.000,?,0,0.00,?,0,13,1,D,9,00,C,8 +04/25/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,17.2,A,7,97,A,7,980,A,7,40,A,7,2.6,A,7,11300,B,7,1520,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/25/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,17.2,A,7,97,A,7,980,A,7,40,A,7,1.5,A,7,8000,B,7,1520,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/26/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,17.2,A,7,16.7,A,7,97,A,7,979,A,7,50,A,7,2.6,A,7,6400,B,7,1680,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +04/26/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,16.1,A,7,14.4,A,7,90,A,7,980,A,7,60,A,7,2.6,A,7,16100,B,7,1680,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.0,A,7,12.8,A,7,87,A,7,980,A,7,50,A,7,2.1,A,7,16100,B,7,2440,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.9,A,7,11.1,A,7,83,A,7,980,A,7,40,A,7,3.1,A,7,11300,B,7,2740,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,11.1,A,7,87,A,7,980,A,7,50,A,7,3.1,A,7,11300,B,7,340,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,06:00,23,596,7,1,13,0,1,9,7,1,13,8,1,13,0,1,9,8,1,13,26,1,21,10,A,7,10,A,7,12.8,A,7,10.6,A,7,86,A,7,980,A,7,70,A,7,3.6,A,7,11300,B,7,270,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,07:00,247,1349,39,1,13,8,1,9,37,1,13,45,1,13,1,1,9,45,1,13,143,1,21,10,A,7,10,A,7,12.8,A,7,8.3,A,7,75,A,7,981,A,7,90,A,7,4.1,A,7,11300,B,7,460,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/26/1980,08:00,517,1349,109,1,9,2,1,9,108,1,13,126,1,9,1,1,9,125,1,13,442,1,18,10,A,7,10,A,7,12.8,A,7,7.2,A,7,69,A,7,981,A,7,90,A,7,4.1,A,7,16100,B,7,520,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,09:00,765,1349,115,1,9,8,1,9,111,1,13,140,1,9,6,1,9,137,1,13,532,1,18,10,A,7,10,A,7,12.8,A,7,8.9,A,7,77,A,7,981,A,7,60,A,7,5.2,A,7,11300,B,7,610,A,7,1.8,E,8,0.000,F,8,0.00,?,0,41,1,D,9,61,C,8 +04/26/1980,10:00,974,1349,205,1,9,8,1,9,199,1,13,245,1,9,6,1,9,240,1,13,956,1,18,10,A,7,10,A,7,10.6,A,7,9.4,A,7,93,A,7,981,A,7,40,A,7,4.1,A,7,4000,B,7,1070,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/26/1980,11:00,1130,1349,358,1,9,6,1,9,354,1,13,420,1,9,6,1,9,416,1,13,1557,1,18,10,A,7,10,A,7,12.2,A,7,9.4,A,7,83,A,7,981,A,7,50,A,7,3.6,A,7,11300,B,7,6100,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,12:00,1222,1349,395,1,9,3,1,9,392,1,13,464,1,9,3,1,9,462,1,13,1710,1,18,10,A,7,10,A,7,13.3,A,7,9.4,A,7,78,A,7,981,A,7,50,A,7,3.6,A,7,11300,B,7,610,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,13:00,1243,1349,400,1,9,1,1,9,400,1,13,472,1,9,1,1,9,471,1,13,1744,1,18,10,A,7,10,A,7,12.8,A,7,8.9,A,7,77,A,7,981,A,7,10,A,7,3.1,A,7,11300,B,7,520,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/26/1980,14:00,1192,1349,437,1,9,1,1,9,436,1,13,508,1,9,1,1,9,507,1,13,1814,1,18,10,A,7,10,A,7,14.4,A,7,9.4,A,7,72,A,7,980,A,7,40,A,7,4.1,A,7,11300,B,7,3050,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,15:00,1073,1349,698,1,13,512,1,9,290,1,13,746,1,13,534,1,9,321,1,13,1037,1,21,8,A,7,7,A,7,16.7,A,7,11.1,A,7,70,A,7,980,A,7,20,A,7,4.1,A,7,11300,B,7,3050,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,16:00,894,1349,421,1,9,250,1,9,255,1,13,458,1,9,268,1,9,280,1,13,679,1,18,8,A,7,8,A,7,15.6,A,7,10.6,A,7,72,A,7,980,A,7,20,A,7,3.6,A,7,11300,B,7,3050,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,17:00,667,1349,144,1,9,1,1,9,143,1,13,167,1,9,1,1,9,167,1,13,618,1,18,10,A,7,10,A,7,15.0,A,7,10.0,A,7,72,A,7,980,A,7,50,A,7,2.6,A,7,11300,B,7,3660,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,18:00,408,1349,72,1,9,5,1,9,70,1,13,83,1,9,2,1,9,83,1,13,284,1,18,10,A,7,10,A,7,13.9,A,7,10.0,A,7,78,A,7,980,A,7,60,A,7,2.6,A,7,11300,B,7,3050,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,19:00,136,1349,31,1,13,0,1,9,31,1,13,35,1,13,0,1,9,35,1,13,104,1,21,10,A,7,10,A,7,13.3,A,7,8.9,A,7,75,A,7,979,A,7,60,A,7,2.6,A,7,11300,B,7,2590,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/26/1980,20:00,0,34,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,10,A,7,10,A,7,12.2,A,7,8.9,A,7,80,A,7,980,A,7,50,A,7,2.6,A,7,11300,B,7,2590,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,7.8,A,7,77,A,7,980,A,7,60,A,7,2.6,A,7,11300,B,7,2440,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,11.1,A,7,7.8,A,7,80,A,7,980,A,7,70,A,7,3.1,A,7,11300,B,7,2440,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,10.6,A,7,8.3,A,7,86,A,7,979,A,7,50,A,7,2.6,A,7,11300,B,7,2440,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/26/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,10.0,A,7,7.8,A,7,86,A,7,979,A,7,40,A,7,2.6,A,7,11300,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/27/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,9.4,A,7,7.8,A,7,89,A,7,978,A,7,60,A,7,2.6,A,7,11300,B,7,1370,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +04/27/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,9.4,A,7,7.8,A,7,89,A,7,978,A,7,60,A,7,2.1,A,7,8000,B,7,1520,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/27/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,7.8,A,7,89,A,7,978,A,7,40,A,7,2.1,A,7,8000,B,7,210,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/27/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,7.2,A,7,89,A,7,978,A,7,30,A,7,2.1,A,7,8000,B,7,210,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/27/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,8.3,A,7,93,A,7,977,A,7,70,A,7,1.5,A,7,8000,B,7,670,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +04/27/1980,06:00,26,618,7,1,13,1,1,9,7,1,13,8,1,13,0,1,9,8,1,13,27,1,21,10,A,7,10,A,7,10.0,A,7,8.9,A,7,93,A,7,978,A,7,100,A,7,2.1,A,7,1600,B,7,120,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/27/1980,07:00,252,1348,64,1,13,0,1,9,64,1,13,71,1,13,0,1,9,71,1,13,219,1,21,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,977,A,7,60,A,7,2.6,A,7,1600,B,7,120,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,21,C,8 +04/27/1980,08:00,521,1348,139,1,9,2,1,9,138,1,13,157,1,9,1,1,9,157,1,13,531,1,18,10,A,7,10,A,7,10.6,A,7,10.0,A,7,96,A,7,977,A,7,70,A,7,2.6,A,7,1600,B,7,120,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/27/1980,09:00,769,1348,146,1,9,6,1,9,143,1,13,174,1,9,4,1,9,171,1,13,660,1,18,10,A,7,10,A,7,11.1,A,7,10.6,A,7,96,A,7,977,A,7,80,A,7,2.1,A,7,1600,B,7,120,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/27/1980,10:00,978,1348,233,1,9,3,1,9,231,1,13,276,1,9,2,1,9,274,1,13,1078,1,18,10,A,7,10,A,7,11.7,A,7,11.1,A,7,96,A,7,977,A,7,150,A,7,2.1,A,7,1600,B,7,120,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/27/1980,11:00,1133,1348,366,1,9,0,1,9,366,1,13,428,1,9,0,1,9,428,1,13,1594,1,18,10,A,7,10,A,7,15.6,A,7,14.4,A,7,93,A,7,976,A,7,170,A,7,4.1,A,7,3200,B,7,150,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/27/1980,12:00,1224,1348,452,1,9,0,1,9,452,1,13,526,1,9,0,1,9,526,1,13,1874,1,18,10,A,7,10,A,7,20.0,A,7,15.6,A,7,76,A,7,974,A,7,210,A,7,4.1,A,7,4800,B,7,610,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/27/1980,13:00,1245,1348,793,1,13,526,1,9,307,1,13,864,1,13,551,1,9,354,1,13,1903,1,21,7,A,7,7,A,7,22.2,A,7,13.3,A,7,57,A,7,974,A,7,200,A,7,6.2,A,7,11300,B,7,760,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +04/27/1980,14:00,1194,1348,653,1,9,398,1,9,300,1,13,708,1,9,417,1,9,338,1,13,1511,1,18,9,A,7,8,A,7,22.2,A,7,13.3,A,7,57,A,7,972,A,7,200,A,7,6.2,A,7,11300,B,7,1070,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/27/1980,15:00,1075,1348,513,1,9,212,1,9,344,1,13,566,1,9,226,1,9,386,1,13,1229,1,18,9,A,7,9,A,7,20.0,A,7,15.0,A,7,73,A,7,972,A,7,350,A,7,4.1,A,7,11300,B,7,1220,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/27/1980,16:00,896,1348,565,1,13,600,1,9,166,1,13,596,1,13,606,1,9,192,1,13,433,1,21,4,A,7,4,A,7,21.1,A,7,14.4,A,7,66,A,7,972,A,7,360,A,7,3.1,A,7,8000,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/27/1980,17:00,669,1348,292,1,13,268,1,9,159,1,13,319,1,13,278,1,9,180,1,13,343,1,21,6,A,7,6,A,7,20.0,A,7,14.4,A,7,71,A,7,972,A,7,10,A,7,3.1,A,7,8000,B,7,1070,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/27/1980,18:00,411,1348,119,1,13,92,1,9,91,1,13,132,1,13,85,1,9,106,1,13,204,1,21,7,A,7,7,A,7,17.2,A,7,13.3,A,7,78,A,7,973,A,7,340,A,7,5.2,A,7,11300,B,7,1070,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,80,C,8 +04/27/1980,19:00,140,1348,37,1,13,89,1,9,28,1,13,40,1,13,44,1,9,35,1,13,49,1,21,7,A,7,7,A,7,16.7,A,7,11.7,A,7,73,A,7,973,A,7,360,A,7,2.6,A,7,11300,B,7,1220,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,25,C,8 +04/27/1980,20:00,0,56,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,8,A,7,7,A,7,15.6,A,7,11.7,A,7,78,A,7,974,A,7,330,A,7,2.6,A,7,16100,B,7,1830,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/27/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,7,A,7,14.4,A,7,11.7,A,7,84,A,7,975,A,7,10,A,7,2.1,A,7,16100,B,7,2130,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/27/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,12.8,A,7,11.1,A,7,90,A,7,974,A,7,10,A,7,2.1,A,7,16100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/27/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,11.7,A,7,10.6,A,7,93,A,7,975,A,7,50,A,7,2.1,A,7,16100,B,7,1520,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/27/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,11.7,A,7,8.9,A,7,83,A,7,976,A,7,30,A,7,2.6,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,10.6,A,7,7.8,A,7,83,A,7,976,A,7,10,A,7,2.6,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +04/28/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,10.0,A,7,6.1,A,7,77,A,7,975,A,7,350,A,7,3.1,A,7,16100,B,7,1520,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,4.4,A,7,69,A,7,975,A,7,350,A,7,3.6,A,7,16100,B,7,1520,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,9.4,A,7,4.4,A,7,71,A,7,974,A,7,350,A,7,3.1,A,7,16100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,4.4,A,7,71,A,7,974,A,7,340,A,7,2.1,A,7,16100,B,7,2130,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,06:00,28,640,10,1,13,1,1,9,10,1,13,12,1,13,0,1,9,12,1,13,36,1,21,9,A,7,9,A,7,9.4,A,7,3.9,A,7,69,A,7,974,A,7,330,A,7,2.6,A,7,16100,B,7,2590,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,07:00,256,1347,53,1,13,23,1,9,49,1,13,59,1,13,18,1,9,55,1,13,129,1,21,9,A,7,9,A,7,10.0,A,7,4.4,A,7,69,A,7,975,A,7,320,A,7,3.1,A,7,11300,B,7,2590,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +04/28/1980,08:00,525,1347,117,1,9,53,1,9,96,1,13,129,1,9,50,1,9,109,1,13,291,1,18,10,A,7,10,A,7,11.1,A,7,3.9,A,7,61,A,7,975,A,7,320,A,7,2.6,A,7,11300,B,7,2440,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,09:00,772,1347,174,1,9,10,1,9,168,1,13,204,1,9,8,1,9,199,1,13,753,1,18,10,A,7,10,A,7,11.7,A,7,4.4,A,7,62,A,7,975,A,7,340,A,7,3.6,A,7,11300,B,7,2440,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,10:00,981,1347,445,1,13,103,1,9,370,1,13,490,1,13,106,1,9,412,1,13,1316,1,21,8,A,7,7,A,7,13.3,A,7,4.4,A,7,55,A,7,975,A,7,340,A,7,4.6,A,7,11300,B,7,1680,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,11:00,1135,1347,780,1,13,625,1,9,253,1,13,820,1,13,632,1,9,286,1,13,1030,1,21,7,A,7,6,A,7,15.6,A,7,6.1,A,7,54,A,7,975,A,7,330,A,7,2.6,A,7,11300,B,7,3050,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,12:00,1226,1347,954,1,9,897,1,9,136,1,13,979,1,9,899,1,9,159,1,13,599,1,18,0,A,7,0,A,7,16.7,A,7,5.6,A,7,48,A,7,974,A,7,330,A,7,2.1,A,7,16100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,13:00,1247,1347,872,1,13,692,1,9,230,1,13,933,1,13,708,1,9,276,1,13,1421,1,21,3,A,7,3,A,7,17.8,A,7,4.4,A,7,42,A,7,973,A,7,310,A,7,4.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +04/28/1980,14:00,1196,1347,607,1,13,406,1,9,245,1,13,670,1,13,426,1,9,291,1,13,1236,1,21,4,A,7,4,A,7,18.9,A,7,4.4,A,7,39,A,7,973,A,7,300,A,7,4.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,15:00,1077,1347,774,1,13,756,1,9,169,1,13,805,1,13,757,1,9,198,1,13,543,1,21,3,A,7,3,A,7,19.4,A,7,3.9,A,7,36,A,7,973,A,7,290,A,7,5.2,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,16:00,898,1347,615,1,13,627,1,9,196,1,13,640,1,13,628,1,9,220,1,13,501,1,21,3,A,7,3,A,7,18.3,A,7,3.3,A,7,37,A,7,973,A,7,280,A,7,6.2,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,17:00,672,1347,439,1,9,689,1,9,96,1,13,468,1,9,684,1,9,126,1,13,209,1,18,1,A,7,1,A,7,18.3,A,7,2.2,A,7,34,A,7,973,A,7,300,A,7,4.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,18:00,414,1347,215,1,9,364,1,9,104,1,13,225,1,9,324,1,9,126,1,13,196,1,18,2,A,7,2,A,7,17.2,A,7,2.2,A,7,37,A,7,973,A,7,280,A,7,4.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,19:00,143,1347,48,1,13,187,1,9,29,1,13,52,1,13,100,1,9,41,1,13,51,1,21,1,A,7,1,A,7,15.0,A,7,2.2,A,7,42,A,7,974,A,7,270,A,7,2.6,A,7,19300,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +04/28/1980,20:00,0,79,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,0,A,7,0,A,7,12.8,A,7,2.8,A,7,51,A,7,975,A,7,270,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,3.3,A,7,57,A,7,975,A,7,270,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,3.9,A,7,66,A,7,975,A,7,270,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,3.3,A,7,66,A,7,975,A,7,260,A,7,2.1,A,7,19300,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/28/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,3.9,A,7,74,A,7,975,A,7,230,A,7,1.5,A,7,19300,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,7.2,A,7,2.8,A,7,74,A,7,975,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +04/29/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,7.2,A,7,3.3,A,7,77,A,7,974,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,5.6,A,7,3.3,A,7,86,A,7,974,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,6.1,A,7,3.9,A,7,86,A,7,974,A,7,240,A,7,2.1,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,4.4,A,7,2.8,A,7,89,A,7,974,A,7,210,A,7,1.5,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,06:00,30,662,10,1,13,5,1,9,10,1,13,11,1,13,3,1,9,11,1,13,25,1,21,2,A,7,2,A,7,5.0,A,7,3.3,A,7,89,A,7,974,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/29/1980,07:00,261,1347,104,1,13,220,1,9,61,1,13,108,1,13,163,1,9,77,1,13,110,1,21,2,A,7,1,A,7,7.8,A,7,5.0,A,7,83,A,7,974,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/29/1980,08:00,529,1347,294,1,9,384,1,9,143,1,13,306,1,9,366,1,9,162,1,13,282,1,18,3,A,7,2,A,7,12.2,A,7,3.3,A,7,55,A,7,975,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/29/1980,09:00,776,1347,506,1,13,555,1,9,186,1,13,540,1,13,567,1,9,213,1,13,424,1,21,6,A,7,3,A,7,13.9,A,7,5.0,A,7,55,A,7,975,A,7,180,A,7,3.1,A,7,8000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +04/29/1980,10:00,984,1347,640,1,13,531,1,9,251,1,13,685,1,13,552,1,9,281,1,13,751,1,21,8,A,7,4,A,7,15.6,A,7,5.0,A,7,50,A,7,975,A,7,180,A,7,3.6,A,7,11300,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,11:00,1138,1347,299,1,9,22,1,9,281,1,13,332,1,9,22,1,9,313,1,13,1259,1,18,10,A,7,10,A,7,15.0,A,7,4.4,A,7,50,A,7,974,A,7,230,A,7,2.6,A,7,11300,B,7,3050,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,12:00,1228,1347,485,1,9,95,1,9,399,1,13,537,1,9,98,1,9,448,1,13,1996,1,18,9,A,7,8,A,7,15.6,A,7,6.1,A,7,54,A,7,973,A,7,130,A,7,3.1,A,7,11300,B,7,3050,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,13:00,1249,1347,532,1,9,121,1,9,420,1,13,589,1,9,129,1,9,468,1,13,2260,1,18,9,A,7,9,A,7,17.8,A,7,5.0,A,7,43,A,7,972,A,7,170,A,7,4.6,A,7,11300,B,7,1520,A,7,1.4,E,8,0.000,F,8,0.00,?,0,46,1,D,9,03,C,8 +04/29/1980,14:00,1198,1347,214,1,9,22,1,9,195,1,13,239,1,9,22,1,9,219,1,13,987,1,18,10,A,7,10,A,7,12.2,A,7,9.4,A,7,83,A,7,973,A,7,250,A,7,6.7,A,7,1600,B,7,180,A,7,1.8,E,8,0.000,F,8,0.00,?,0,10,1,D,9,81,C,8 +04/29/1980,15:00,1079,1347,160,1,9,4,1,9,157,1,13,198,1,9,3,1,9,196,1,13,808,1,18,10,A,7,10,A,7,10.6,A,7,8.9,A,7,90,A,7,972,A,7,310,A,7,4.1,A,7,11300,B,7,1130,A,7,1.8,E,8,0.000,F,8,0.00,?,0,8,1,D,9,80,C,8 +04/29/1980,16:00,901,1347,241,1,9,3,1,9,239,1,13,281,1,9,3,1,9,279,1,13,1063,1,18,10,A,7,10,A,7,10.6,A,7,8.3,A,7,86,A,7,973,A,7,260,A,7,2.6,A,7,11300,B,7,1070,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,17:00,675,1347,206,1,9,56,1,9,178,1,13,227,1,9,55,1,9,199,1,13,552,1,18,10,A,7,9,A,7,10.0,A,7,8.3,A,7,89,A,7,972,A,7,280,A,7,2.6,A,7,11300,B,7,1520,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,18:00,417,1347,201,1,9,325,1,9,101,1,13,211,1,9,290,1,9,121,1,13,189,1,18,3,A,7,2,A,7,10.6,A,7,7.8,A,7,83,A,7,972,A,7,300,A,7,2.1,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,19:00,147,1347,46,1,13,91,1,9,36,1,13,49,1,13,46,1,9,44,1,13,65,1,21,0,A,7,0,A,7,10.0,A,7,8.3,A,7,89,A,7,973,A,7,250,A,7,2.1,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +04/29/1980,20:00,1,101,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,0,A,7,0,A,7,8.9,A,7,7.8,A,7,93,A,7,973,A,7,240,A,7,2.1,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,7.8,A,7,6.7,A,7,93,A,7,974,A,7,190,A,7,2.1,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,3,A,7,7.2,A,7,7.2,A,7,100,A,7,974,A,7,230,A,7,1.5,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,7.2,A,7,6.7,A,7,96,A,7,974,A,7,220,A,7,2.1,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/29/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,5.6,A,7,96,A,7,973,A,7,230,A,7,2.1,A,7,11300,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,6.1,A,7,5.0,A,7,93,A,7,973,A,7,220,A,7,2.1,A,7,11300,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +04/30/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,5.6,A,7,5.0,A,7,96,A,7,973,A,7,230,A,7,2.1,A,7,11300,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.6,A,7,3.9,A,7,89,A,7,972,A,7,230,A,7,2.1,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,5.0,A,7,3.9,A,7,93,A,7,972,A,7,230,A,7,2.1,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,6.1,A,7,4.4,A,7,89,A,7,972,A,7,240,A,7,2.1,A,7,16100,B,7,1830,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,06:00,32,684,9,1,13,3,1,9,8,1,13,9,1,13,2,1,9,9,1,13,21,1,21,10,A,7,10,A,7,6.1,A,7,5.0,A,7,93,A,7,973,A,7,230,A,7,1.5,A,7,11300,B,7,1070,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,07:00,265,1346,73,1,13,7,1,9,71,1,13,81,1,13,2,1,9,80,1,13,241,1,21,10,A,7,10,A,7,6.7,A,7,5.6,A,7,93,A,7,974,A,7,230,A,7,2.1,A,7,11300,B,7,1680,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,08:00,533,1346,81,1,9,6,1,9,78,1,13,96,1,9,3,1,9,94,1,13,344,1,18,10,A,7,10,A,7,7.2,A,7,5.6,A,7,89,A,7,974,A,7,250,A,7,3.6,A,7,4800,B,7,1070,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +04/30/1980,09:00,779,1346,225,1,9,3,1,9,223,1,13,258,1,9,3,1,9,257,1,13,934,1,18,10,A,7,10,A,7,8.9,A,7,6.1,A,7,83,A,7,974,A,7,250,A,7,2.6,A,7,11300,B,7,980,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,10:00,986,1346,290,1,9,6,1,9,286,1,13,339,1,9,5,1,9,335,1,13,1269,1,18,10,A,7,10,A,7,10.0,A,7,7.8,A,7,86,A,7,974,A,7,250,A,7,4.1,A,7,11300,B,7,1070,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,11:00,1140,1346,333,1,9,4,1,9,330,1,13,393,1,9,4,1,9,390,1,13,1488,1,18,10,A,7,10,A,7,11.7,A,7,6.1,A,7,69,A,7,975,A,7,290,A,7,5.2,A,7,11300,B,7,1680,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,12:00,1230,1346,391,1,9,4,1,9,387,1,13,461,1,9,4,1,9,457,1,13,1701,1,18,10,A,7,10,A,7,12.2,A,7,7.2,A,7,72,A,7,975,A,7,270,A,7,5.2,A,7,11300,B,7,1250,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,13:00,1251,1346,830,1,13,585,1,9,285,1,13,875,1,13,592,1,9,324,1,13,1782,1,21,3,A,7,3,A,7,15.0,A,7,7.2,A,7,60,A,7,975,A,7,310,A,7,4.1,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +04/30/1980,14:00,1200,1346,621,1,9,330,1,9,326,1,13,690,1,9,359,1,9,369,1,13,1534,1,18,8,A,7,8,A,7,15.0,A,7,6.1,A,7,56,A,7,975,A,7,290,A,7,6.2,A,7,11300,B,7,1830,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,15:00,1081,1346,593,1,13,386,1,9,283,1,13,637,1,13,403,1,9,313,1,13,1035,1,21,6,A,7,6,A,7,16.1,A,7,6.7,A,7,54,A,7,975,A,7,320,A,7,6.2,A,7,11300,B,7,2130,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,16:00,903,1346,538,1,13,525,1,9,185,1,13,587,1,13,545,1,9,221,1,13,481,1,21,4,A,7,4,A,7,15.0,A,7,6.1,A,7,56,A,7,975,A,7,330,A,7,6.7,A,7,11300,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,17:00,677,1346,284,1,13,243,1,9,162,1,13,310,1,13,253,1,9,183,1,13,351,1,21,6,A,7,6,A,7,14.4,A,7,6.1,A,7,58,A,7,975,A,7,330,A,7,5.2,A,7,11300,B,7,1220,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,18:00,420,1346,175,1,9,218,1,9,108,1,13,188,1,9,200,1,9,126,1,13,212,1,18,8,A,7,8,A,7,13.9,A,7,6.1,A,7,60,A,7,976,A,7,330,A,7,5.2,A,7,11300,B,7,1220,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,19:00,150,1346,32,1,13,15,1,9,30,1,13,35,1,13,10,1,9,34,1,13,75,1,21,9,A,7,8,A,7,12.8,A,7,5.6,A,7,62,A,7,977,A,7,310,A,7,3.6,A,7,11300,B,7,1220,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +04/30/1980,20:00,1,123,1,1,13,0,1,9,0,1,13,0,1,13,0,1,9,0,1,13,0,1,21,9,A,7,8,A,7,11.1,A,7,5.6,A,7,69,A,7,977,A,7,310,A,7,2.6,A,7,11300,B,7,7620,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,7,A,7,10.0,A,7,5.6,A,7,74,A,7,977,A,7,320,A,7,2.6,A,7,11300,B,7,7620,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,4,A,7,10.6,A,7,5.8,A,7,74,A,7,977,A,7,320,A,7,2.2,A,7,11300,B,7,7620,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,4,A,7,11.1,A,7,6.1,A,7,80,A,7,977,A,7,240,A,7,1.9,A,7,11300,B,7,7620,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +04/30/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,11.7,A,7,6.3,A,7,74,A,7,977,A,7,290,A,7,1.5,A,7,16100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.2,A,7,6.5,A,7,62,A,7,984,A,7,180,A,7,1.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,6.7,A,7,60,A,7,984,A,7,190,A,7,0.7,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,13.3,A,7,7.0,A,7,65,A,7,984,A,7,200,A,7,0.4,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,13.9,A,7,7.2,A,7,64,A,7,984,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,12.8,A,7,8.3,A,7,75,A,7,983,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,06:00,33,707,10,1,13,5,1,9,10,1,13,11,1,13,3,1,9,11,1,13,26,1,21,6,A,7,6,A,7,12.8,A,7,8.9,A,7,77,A,7,983,A,7,210,A,7,3.1,A,7,24100,B,7,7620,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,07:00,268,1346,87,1,13,74,1,9,73,1,13,96,1,13,58,1,9,84,1,13,157,1,21,8,A,7,8,A,7,15.6,A,7,9.4,A,7,67,A,7,984,A,7,210,A,7,3.6,A,7,24100,B,7,6710,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,08:00,535,1346,193,1,9,57,1,9,170,1,13,211,1,9,55,1,9,189,1,13,470,1,18,9,A,7,9,A,7,17.8,A,7,7.8,A,7,52,A,7,984,A,7,220,A,7,4.1,A,7,24100,B,7,6710,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,09:00,781,1346,503,1,9,594,1,9,158,1,13,525,1,9,591,1,9,181,1,13,358,1,18,8,A,7,2,A,7,20.6,A,7,10.0,A,7,51,A,7,983,A,7,220,B,8,3.4,B,8,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,10:00,988,1346,699,1,9,726,1,9,166,1,13,746,1,9,741,1,9,201,1,13,504,1,18,6,A,7,2,A,7,25.0,A,7,11.7,A,7,43,A,7,983,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,11:00,1142,1346,714,1,13,519,1,9,273,1,13,776,1,13,543,1,9,314,1,13,1165,1,21,10,A,7,4,A,7,27.2,A,7,11.7,A,7,38,A,7,983,A,7,220,A,7,4.1,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,12:00,1232,1346,877,1,13,696,1,9,239,1,13,935,1,13,710,1,9,283,1,13,1384,1,21,6,A,7,3,A,7,28.3,A,7,10.0,A,7,32,A,7,982,A,7,220,A,7,4.1,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,13:00,1252,1346,803,1,13,585,1,9,258,1,13,853,1,13,595,1,9,298,1,13,1634,1,21,7,A,7,5,A,7,29.4,A,7,9.4,A,7,29,A,7,981,A,7,240,A,7,4.1,A,7,24100,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,14:00,1201,1346,851,1,13,673,1,9,251,1,13,903,1,13,683,1,9,291,1,13,1277,1,21,6,A,7,3,A,7,31.1,A,7,8.9,A,7,25,A,7,981,A,7,260,A,7,4.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,15:00,1083,1346,798,1,13,727,1,9,213,1,13,845,1,13,739,1,9,249,1,13,768,1,21,7,A,7,5,A,7,30.0,A,7,8.3,A,7,26,A,7,980,A,7,270,A,7,3.6,A,7,24100,B,7,3660,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,16:00,904,1346,354,1,13,119,1,9,274,1,13,390,1,13,126,1,9,305,1,13,800,1,21,8,A,7,7,A,7,29.4,A,7,9.4,A,7,29,A,7,980,A,7,300,A,7,3.1,A,7,24100,B,7,3050,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,17:00,679,1346,347,1,13,429,1,9,132,1,13,378,1,13,432,1,9,160,1,13,273,1,21,8,A,7,5,A,7,28.3,A,7,10.0,A,7,32,A,7,979,A,7,300,A,7,3.1,A,7,24100,B,7,3050,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,18:00,421,1346,203,1,13,350,1,9,95,1,13,216,1,13,314,1,9,118,1,13,177,1,21,5,A,7,4,A,7,27.8,A,7,10.0,A,7,33,A,7,979,A,7,260,A,7,2.6,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,19:00,152,1346,50,1,13,136,1,9,35,1,13,54,1,13,71,1,9,46,1,13,63,1,21,4,A,7,3,A,7,26.7,A,7,10.0,A,7,35,A,7,979,A,7,270,A,7,2.1,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,20:00,1,123,0,1,13,0,1,9,0,1,13,0,1,13,0,1,9,0,1,13,0,1,21,2,A,7,2,A,7,25.0,A,7,8.9,A,7,36,A,7,979,A,7,280,A,7,2.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.9,A,7,9.4,A,7,40,A,7,980,A,7,270,A,7,2.1,A,7,24100,B,7,3050,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,23.9,A,7,10.6,A,7,43,A,7,980,A,7,290,A,7,2.6,A,7,24100,B,7,1680,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,21.7,A,7,11.7,A,7,53,A,7,980,A,7,270,A,7,2.1,A,7,24100,B,7,1680,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/01/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,21.1,A,7,12.2,A,7,57,A,7,981,A,7,270,A,7,2.1,A,7,24100,B,7,1370,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,20.0,A,7,12.2,A,7,61,A,7,981,A,7,360,A,7,3.1,A,7,24100,B,7,1680,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,18.3,A,7,11.7,A,7,65,A,7,981,A,7,350,A,7,3.1,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,16.7,A,7,8.3,A,7,58,A,7,982,A,7,350,A,7,2.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,14.4,A,7,6.7,A,7,60,A,7,982,A,7,340,A,7,2.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,13.3,A,7,6.1,A,7,62,A,7,983,A,7,320,A,7,2.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,06:00,36,729,12,1,13,1,1,9,12,1,13,14,1,13,0,1,9,14,1,13,43,1,21,9,A,7,4,A,7,12.8,A,7,3.9,A,7,55,A,7,984,A,7,320,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,07:00,272,1345,86,1,13,82,1,9,69,1,13,94,1,13,65,1,9,81,1,13,149,1,21,5,A,7,4,A,7,14.4,A,7,3.3,A,7,48,A,7,984,A,7,290,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,08:00,539,1345,272,1,13,332,1,9,139,1,13,293,1,13,329,1,9,161,1,13,285,1,21,3,A,7,3,A,7,16.1,A,7,3.9,A,7,44,A,7,985,A,7,270,A,7,3.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,09:00,785,1345,522,1,9,646,1,9,146,1,13,549,1,9,646,1,9,171,1,13,336,1,18,0,A,7,0,A,7,17.2,A,7,3.9,A,7,41,A,7,985,A,7,320,A,7,4.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,10:00,991,1345,725,1,9,741,1,9,178,1,13,769,1,9,754,1,9,212,1,13,539,1,18,1,A,7,0,A,7,18.9,A,7,4.4,A,7,39,A,7,985,A,7,310,A,7,3.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,11:00,1144,1345,865,1,9,790,1,9,192,1,13,895,1,9,789,1,9,222,1,13,727,1,18,0,A,7,0,A,7,20.0,A,7,3.9,A,7,35,A,7,985,A,7,300,A,7,3.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,12:00,1234,1345,949,1,9,813,1,9,203,1,13,988,1,9,814,1,9,239,1,13,1085,1,18,0,A,7,0,A,7,21.1,A,7,3.9,A,7,32,A,7,985,A,7,310,A,7,3.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,13:00,1254,1345,973,1,9,824,1,9,204,1,13,1014,1,9,826,1,9,242,1,13,1207,1,18,0,A,7,0,A,7,22.2,A,7,2.2,A,7,27,A,7,984,A,7,340,A,7,3.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,14:00,1203,1345,921,1,9,807,1,9,199,1,13,957,1,9,807,1,9,233,1,13,929,1,18,0,A,7,0,A,7,22.8,A,7,2.8,A,7,27,A,7,983,A,7,320,A,7,5.2,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,15:00,1084,1345,816,1,9,783,1,9,186,1,13,874,1,9,801,1,9,227,1,13,684,1,18,0,A,7,0,A,7,23.3,A,7,2.2,A,7,25,A,7,983,A,7,310,A,7,4.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,16:00,906,1345,648,1,9,720,1,9,163,1,13,686,1,9,729,1,9,193,1,13,434,1,18,0,A,7,0,A,7,23.9,A,7,1.7,A,7,23,A,7,983,A,7,300,A,7,4.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,17:00,681,1345,444,1,9,623,1,9,130,1,13,465,1,9,612,1,9,154,1,13,274,1,18,0,A,7,0,A,7,23.3,A,7,0.6,A,7,22,A,7,983,A,7,320,A,7,5.2,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,18:00,424,1345,225,1,9,438,1,9,88,1,13,241,1,9,394,1,9,116,1,13,163,1,18,0,A,7,0,A,7,22.2,A,7,0.6,A,7,24,A,7,983,A,7,310,A,7,4.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,19:00,155,1345,49,1,13,104,1,9,38,1,13,53,1,13,55,1,9,47,1,13,69,1,21,0,A,7,0,A,7,20.0,A,7,1.1,A,7,29,A,7,984,A,7,320,A,7,4.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,20:00,1,146,0,1,13,0,1,9,0,1,13,0,1,13,0,1,9,0,1,13,0,1,21,1,A,7,1,A,7,18.3,A,7,0.6,A,7,30,A,7,985,A,7,310,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,0.0,A,7,31,A,7,986,A,7,320,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,0.0,A,7,35,A,7,987,A,7,340,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,0.0,A,7,39,A,7,988,A,7,350,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/02/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,-0.6,A,7,40,A,7,988,A,7,360,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,-0.6,A,7,43,A,7,989,A,7,20,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,-0.6,A,7,47,A,7,989,A,7,360,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,-0.6,A,7,48,A,7,990,A,7,330,A,7,4.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,-1.1,A,7,50,A,7,990,A,7,350,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,-2.2,A,7,48,A,7,990,A,7,340,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,06:00,38,751,22,1,13,75,1,9,14,1,13,20,1,13,27,1,9,18,1,13,24,1,21,0,A,7,0,A,7,7.2,A,7,-2.2,A,7,52,A,7,991,A,7,350,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,07:00,276,1344,144,1,13,506,1,9,41,1,13,151,1,13,396,1,9,70,1,13,77,1,21,0,A,7,0,A,7,8.9,A,7,-1.1,A,7,50,A,7,992,A,7,350,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,08:00,543,1344,360,1,9,735,1,9,64,1,13,380,1,9,702,1,9,96,1,13,136,1,18,0,A,7,0,A,7,10.0,A,7,-1.7,A,7,45,A,7,992,A,7,360,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,09:00,788,1344,568,1,9,815,1,9,90,1,13,605,1,9,815,1,9,126,1,13,215,1,18,3,A,7,1,A,7,11.7,A,7,-2.2,A,7,38,A,7,993,A,7,350,A,7,4.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,10:00,994,1344,663,1,9,731,1,9,123,1,13,706,1,9,738,1,9,159,1,13,362,1,18,2,A,7,1,A,7,13.3,A,7,-4.4,A,7,29,A,7,993,A,7,320,A,7,4.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,11:00,1146,1344,904,1,9,909,1,9,129,1,13,931,1,9,910,1,9,153,1,13,432,1,18,2,A,7,2,A,7,15.0,A,7,-2.8,A,7,30,A,7,992,A,7,300,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,12:00,1236,1344,933,1,9,906,1,9,99,1,13,967,1,9,910,1,9,128,1,13,510,1,18,1,A,7,1,A,7,16.7,A,7,-4.4,A,7,23,A,7,992,A,7,330,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,13:00,1256,1344,883,1,9,784,1,9,150,1,13,951,1,9,797,1,9,205,1,13,943,1,18,2,A,7,2,A,7,17.2,A,7,-5.0,A,7,22,A,7,991,A,7,320,A,7,4.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,14:00,1205,1344,826,1,9,725,1,9,175,1,13,869,1,9,730,1,9,213,1,13,849,1,18,2,A,7,2,A,7,17.8,A,7,-5.0,A,7,21,A,7,990,A,7,330,A,7,4.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,15:00,1086,1344,803,1,9,868,1,9,102,1,13,833,1,9,869,1,9,130,1,13,325,1,18,1,A,7,1,A,7,18.9,A,7,-5.0,A,7,20,A,7,989,A,7,360,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,16:00,909,1344,620,1,9,777,1,9,96,1,13,670,1,9,787,1,9,138,1,13,263,1,18,1,A,7,1,A,7,18.9,A,7,-5.6,A,7,19,A,7,989,A,7,330,A,7,3.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,17:00,684,1344,439,1,9,696,1,9,86,1,13,463,1,9,684,1,9,114,1,13,187,1,18,1,A,7,1,A,7,18.9,A,7,-7.2,A,7,16,A,7,989,A,7,310,A,7,3.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,18:00,427,1344,255,1,9,642,1,9,53,1,13,268,1,9,583,1,9,83,1,13,109,1,18,1,A,7,1,A,7,17.8,A,7,-7.2,A,7,18,A,7,989,A,7,320,A,7,3.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,19:00,159,1344,60,1,13,266,1,9,30,1,13,63,1,13,161,1,9,44,1,13,54,1,21,1,A,7,1,A,7,16.1,A,7,-5.0,A,7,23,A,7,989,A,7,350,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,20:00,2,168,1,1,13,3,1,9,0,1,13,0,1,13,0,1,9,0,1,13,0,1,21,1,A,7,1,A,7,13.3,A,7,-6.7,A,7,25,A,7,990,A,7,340,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,-6.1,A,7,30,A,7,991,A,7,350,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,-6.7,A,7,27,A,7,991,A,7,340,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,-6.1,A,7,32,A,7,992,A,7,330,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/03/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,-5.6,A,7,35,A,7,992,A,7,360,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,-6.7,A,7,33,A,7,992,A,7,350,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,-6.7,A,7,33,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-6.1,A,7,45,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-3.9,A,7,60,A,7,993,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-3.9,A,7,67,A,7,993,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,06:00,41,773,17,1,13,18,1,9,15,1,13,18,1,13,7,1,9,17,1,13,31,1,21,0,A,7,0,A,7,2.2,A,7,-2.8,A,7,70,A,7,994,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,07:00,280,1344,113,1,13,206,1,9,70,1,13,120,1,13,158,1,9,87,1,13,132,1,21,3,A,7,3,A,7,6.7,A,7,-2.2,A,7,54,A,7,995,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,08:00,546,1344,312,1,9,492,1,9,112,1,13,335,1,9,475,1,9,142,1,13,216,1,18,2,A,7,2,A,7,10.6,A,7,-2.8,A,7,40,A,7,995,A,7,70,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,09:00,791,1344,558,1,9,720,1,9,134,1,13,590,1,9,724,1,9,163,1,13,315,1,18,1,A,7,0,A,7,13.3,A,7,-4.4,A,7,29,A,7,995,A,7,50,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,10:00,996,1344,747,1,9,742,1,9,197,1,13,788,1,9,752,1,9,230,1,13,597,1,18,6,A,7,0,A,7,14.4,A,7,-3.9,A,7,28,A,7,995,A,7,50,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,11:00,1149,1344,890,1,9,796,1,9,209,1,13,950,1,9,813,1,9,253,1,13,908,1,18,5,A,7,0,A,7,16.1,A,7,-3.9,A,7,25,A,7,995,A,7,340,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,12:00,1238,1344,898,1,9,706,1,9,247,1,13,956,1,9,719,1,9,292,1,13,1477,1,18,7,A,7,2,A,7,16.7,A,7,-2.8,A,7,27,A,7,994,A,7,270,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,13:00,1257,1344,902,1,9,708,1,9,239,1,13,965,1,9,723,1,9,286,1,13,1578,1,18,6,A,7,2,A,7,17.8,A,7,-3.9,A,7,23,A,7,994,A,7,180,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,14:00,1206,1344,934,1,9,830,1,9,189,1,13,977,1,9,833,1,9,227,1,13,911,1,18,2,A,7,0,A,7,19.4,A,7,-3.9,A,7,20,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,15:00,1088,1344,820,1,9,805,1,9,168,1,13,855,1,9,807,1,9,200,1,13,561,1,18,1,A,7,0,A,7,20.6,A,7,-3.3,A,7,20,A,7,991,A,7,190,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,16:00,911,1344,663,1,9,766,1,9,145,1,13,709,1,9,780,1,9,179,1,13,394,1,18,0,A,7,0,A,7,20.6,A,7,-3.3,A,7,20,A,7,991,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,17:00,686,1344,458,1,9,672,1,9,117,1,13,484,1,9,665,1,9,144,1,13,252,1,18,0,A,7,0,A,7,20.6,A,7,-2.2,A,7,22,A,7,990,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,18:00,430,1344,238,1,9,497,1,9,81,1,13,248,1,9,445,1,9,105,1,13,151,1,18,0,A,7,0,A,7,19.4,A,7,-2.2,A,7,23,A,7,989,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,19:00,162,1344,56,1,13,153,1,9,38,1,13,59,1,13,88,1,9,48,1,13,68,1,21,0,A,7,0,A,7,17.2,A,7,-1.1,A,7,29,A,7,989,A,7,170,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,20:00,2,190,1,1,13,0,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,15.0,A,7,-0.6,A,7,35,A,7,989,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,0.0,A,7,42,A,7,990,A,7,180,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.2,A,7,1.1,A,7,47,A,7,990,A,7,190,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,1.1,A,7,52,A,7,990,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/04/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,2.2,A,7,66,A,7,989,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,1.7,A,7,59,A,7,989,A,7,190,A,7,1.5,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,1.7,A,7,61,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,1.7,A,7,63,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,2.8,A,7,64,A,7,989,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,3.9,A,7,71,A,7,989,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,06:00,43,795,21,1,13,49,1,9,16,1,13,20,1,13,16,1,9,19,1,13,27,1,21,0,A,7,0,A,7,10.0,A,7,4.4,A,7,69,A,7,990,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,07:00,284,1343,124,1,13,316,1,9,58,1,13,132,1,13,244,1,9,81,1,13,104,1,21,3,A,7,3,A,7,12.2,A,7,5.0,A,7,62,A,7,990,A,7,220,A,7,3.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,08:00,550,1343,314,1,9,487,1,9,115,1,13,337,1,9,471,1,9,144,1,13,223,1,18,6,A,7,2,A,7,15.0,A,7,6.1,A,7,56,A,7,991,A,7,220,A,7,3.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,09:00,794,1343,522,1,9,594,1,9,172,1,13,543,1,9,590,1,9,194,1,13,390,1,18,7,A,7,2,A,7,18.3,A,7,7.2,A,7,49,A,7,991,A,7,220,A,7,3.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,10:00,999,1343,696,1,13,649,1,9,213,1,13,730,1,13,655,1,9,242,1,13,643,1,21,6,A,7,3,A,7,22.2,A,7,7.2,A,7,38,A,7,990,A,7,260,A,7,4.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,11:00,1151,1343,827,1,13,681,1,9,244,1,13,874,1,13,691,1,9,281,1,13,1055,1,21,6,A,7,3,A,7,22.8,A,7,6.7,A,7,36,A,7,990,A,7,240,A,7,4.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,12:00,1240,1343,782,1,13,524,1,9,298,1,13,854,1,13,549,1,9,346,1,13,1838,1,21,6,A,7,4,A,7,24.4,A,7,7.8,A,7,35,A,7,989,A,7,230,A,7,4.6,A,7,24100,B,7,7620,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,13:00,1259,1343,862,1,13,606,1,9,293,1,13,908,1,13,612,1,9,333,1,13,1934,1,21,6,A,7,3,A,7,24.4,A,7,7.8,A,7,35,A,7,989,A,7,240,A,7,4.6,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,14:00,1208,1343,846,1,9,767,1,9,156,1,13,903,1,9,777,1,9,203,1,13,788,1,18,3,A,7,1,A,7,25.6,A,7,8.9,A,7,35,A,7,988,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,15:00,1090,1343,807,1,9,848,1,9,120,1,13,834,1,9,848,1,9,144,1,13,355,1,18,1,A,7,1,A,7,26.1,A,7,8.3,A,7,33,A,7,987,A,7,210,A,7,4.1,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,16:00,913,1343,666,1,9,814,1,9,114,1,13,708,1,9,819,1,9,150,1,13,299,1,18,0,A,7,0,A,7,25.6,A,7,8.3,A,7,34,A,7,986,A,7,200,A,7,4.1,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,17:00,689,1343,466,1,9,731,1,9,93,1,13,488,1,9,717,1,9,120,1,13,197,1,18,0,A,7,0,A,7,25.6,A,7,8.3,A,7,34,A,7,986,A,7,220,A,7,4.1,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,18:00,433,1343,248,1,9,570,1,9,66,1,13,262,1,9,517,1,9,95,1,13,128,1,18,0,A,7,0,A,7,24.4,A,7,10.0,A,7,40,A,7,985,A,7,200,A,7,3.6,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,19:00,165,1343,62,1,13,240,1,9,34,1,13,67,1,13,139,1,9,50,1,13,60,1,21,0,A,7,0,A,7,22.8,A,7,10.0,A,7,45,A,7,986,A,7,210,A,7,3.6,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,20:00,3,190,2,1,13,2,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,20.0,A,7,10.0,A,7,53,A,7,986,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.3,A,7,10.6,A,7,61,A,7,987,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.3,A,7,11.1,A,7,63,A,7,987,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.9,A,7,11.1,A,7,61,A,7,987,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/05/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.3,A,7,11.1,A,7,63,A,7,987,A,7,220,A,7,3.1,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,11.1,A,7,70,A,7,987,A,7,200,A,7,1.5,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,13.3,A,7,78,A,7,987,A,7,260,A,7,2.1,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.1,A,7,13.9,A,7,87,A,7,987,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,13.9,A,7,90,A,7,987,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,13.3,A,7,93,A,7,987,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,06:00,45,817,23,1,13,65,1,9,16,1,13,21,1,13,21,1,9,20,1,13,27,1,21,0,A,7,0,A,7,13.9,A,7,13.3,A,7,97,A,7,988,A,7,200,A,7,2.1,A,7,16100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,07:00,288,1342,145,1,13,456,1,9,47,1,13,150,1,13,361,1,9,73,1,13,87,1,21,1,A,7,0,A,7,16.1,A,7,15.0,A,7,93,A,7,988,A,7,200,A,7,2.6,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,08:00,553,1342,354,1,9,686,1,9,72,1,13,370,1,9,654,1,9,100,1,13,147,1,18,0,A,7,0,A,7,19.4,A,7,15.6,A,7,78,A,7,988,A,7,230,A,7,3.6,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,09:00,796,1342,563,1,9,790,1,9,94,1,13,598,1,9,790,1,9,128,1,13,224,1,18,0,A,7,0,A,7,22.2,A,7,16.1,A,7,69,A,7,988,A,7,270,A,7,2.6,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,10:00,1001,1342,746,1,9,851,1,9,111,1,13,772,1,9,849,1,9,137,1,13,280,1,18,0,A,7,0,A,7,25.0,A,7,15.6,A,7,56,A,7,988,A,7,220,A,7,2.1,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,11:00,1153,1342,883,1,9,885,1,9,122,1,13,910,1,9,886,1,9,147,1,13,432,1,18,0,A,7,0,A,7,27.2,A,7,15.0,A,7,47,A,7,987,A,7,230,A,7,3.6,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,12:00,1241,1342,962,1,9,902,1,9,127,1,13,990,1,9,905,1,9,151,1,13,629,1,18,0,A,7,0,A,7,27.8,A,7,15.0,A,7,46,A,7,987,A,7,250,A,7,3.1,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,13:00,1261,1342,922,1,9,816,1,9,155,1,13,991,1,9,829,1,9,211,1,13,1006,1,18,2,A,7,2,A,7,28.9,A,7,15.0,A,7,43,A,7,986,A,7,260,A,7,4.1,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,14:00,1210,1342,798,1,13,634,1,9,226,1,13,852,1,13,648,1,9,267,1,13,1211,1,21,4,A,7,4,A,7,28.9,A,7,15.0,A,7,43,A,7,985,A,7,220,A,7,3.1,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,15:00,1092,1342,716,1,13,564,1,9,257,1,13,778,1,13,590,1,9,298,1,13,964,1,21,6,A,7,4,A,7,29.4,A,7,14.4,A,7,40,A,7,984,A,7,200,A,7,3.6,A,7,11300,B,7,7620,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,16:00,915,1342,436,1,13,223,1,9,285,1,13,481,1,13,236,1,9,320,1,13,842,1,21,7,A,7,6,A,7,30.6,A,7,14.4,A,7,38,A,7,984,A,7,190,A,7,3.6,A,7,11300,B,7,7620,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,17:00,691,1342,254,1,9,91,1,9,208,1,13,280,1,9,91,1,9,233,1,13,636,1,18,9,A,7,8,A,7,27.8,A,7,13.9,A,7,43,A,7,984,A,7,200,A,7,3.6,A,7,11300,B,7,3050,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,18:00,436,1342,161,1,13,82,1,9,135,1,13,177,1,13,76,1,9,152,1,13,356,1,21,9,A,7,6,A,7,27.2,A,7,14.4,A,7,46,A,7,983,A,7,210,A,7,4.1,A,7,11300,B,7,7620,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,19:00,169,1342,44,1,13,20,1,9,41,1,13,48,1,13,14,1,9,46,1,13,100,1,21,10,A,7,8,A,7,25.6,A,7,14.4,A,7,50,A,7,984,A,7,210,A,7,2.6,A,7,11300,B,7,7620,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,20:00,3,213,2,1,13,0,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,9,A,7,25.0,A,7,14.4,A,7,52,A,7,984,A,7,250,A,7,2.6,A,7,11300,B,7,7620,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,23.3,A,7,15.6,A,7,62,A,7,984,A,7,240,A,7,2.6,A,7,11300,B,7,7620,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,22.2,A,7,15.6,A,7,66,A,7,985,A,7,240,A,7,2.1,A,7,11300,B,7,7620,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,21.1,A,7,16.1,A,7,73,A,7,985,A,7,220,A,7,2.1,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/06/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,20.0,A,7,16.1,A,7,78,A,7,985,A,7,260,A,7,2.1,A,7,24100,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.9,A,7,16.1,A,7,84,A,7,984,A,7,0,A,7,0.0,A,7,12900,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,17.2,A,7,15.6,A,7,90,A,7,984,A,7,230,A,7,2.1,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,18.3,A,7,16.1,A,7,87,A,7,984,A,7,230,A,7,2.6,A,7,16100,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,17.2,A,7,15.6,A,7,90,A,7,984,A,7,230,A,7,2.6,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,17.2,A,7,15.6,A,7,90,A,7,984,A,7,240,A,7,2.6,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,06:00,48,839,26,1,13,26,1,9,23,1,13,27,1,13,11,1,9,26,1,13,47,1,21,8,A,7,4,A,7,17.8,A,7,16.1,A,7,90,A,7,984,A,7,250,A,7,1.5,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,07:00,292,1342,128,1,13,204,1,9,84,1,13,135,1,13,160,1,9,100,1,13,163,1,21,8,A,7,3,A,7,19.4,A,7,16.7,A,7,84,A,7,984,A,7,240,A,7,1.5,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,08:00,556,1342,337,1,9,635,1,9,74,1,13,359,1,9,614,1,9,104,1,13,153,1,18,4,A,7,1,A,7,23.3,A,7,17.2,A,7,69,A,7,985,A,7,280,A,7,3.1,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,09:00,799,1342,541,1,9,770,1,9,82,1,13,583,1,9,774,1,9,121,1,13,205,1,18,1,A,7,1,A,7,26.1,A,7,16.1,A,7,54,A,7,985,A,7,290,A,7,5.2,A,7,6400,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,10:00,1003,1342,684,1,13,674,1,9,180,1,13,727,1,13,686,1,9,213,1,13,560,1,21,3,A,7,3,A,7,27.2,A,7,16.1,A,7,51,A,7,985,A,7,290,A,7,3.6,A,7,8000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/07/1986,11:00,1155,1342,861,1,9,868,1,9,114,1,13,890,1,9,870,1,9,140,1,13,419,1,18,2,A,7,2,A,7,28.3,A,7,16.1,A,7,48,A,7,984,A,7,330,A,7,4.1,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/07/1986,12:00,1243,1342,956,1,9,916,1,9,108,1,13,990,1,9,920,1,9,136,1,13,567,1,18,0,A,7,0,A,7,29.4,A,7,16.7,A,7,46,A,7,984,A,7,300,A,7,4.1,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,13:00,1262,1342,793,1,13,405,1,9,412,1,13,874,1,13,441,1,9,458,1,13,2554,1,21,6,A,7,6,A,7,30.6,A,7,15.6,A,7,40,A,7,983,A,7,310,A,7,3.6,A,7,11300,B,7,1220,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,14:00,1211,1342,822,1,13,681,1,9,207,1,13,884,1,13,699,1,9,252,1,13,1125,1,21,4,A,7,4,A,7,30.6,A,7,16.1,A,7,42,A,7,982,A,7,190,A,7,2.1,A,7,8000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,15:00,1093,1342,700,1,13,580,1,9,227,1,13,739,1,13,588,1,9,258,1,13,842,1,21,4,A,7,4,A,7,31.7,A,7,15.0,A,7,36,A,7,982,A,7,290,A,7,4.6,A,7,8000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/07/1986,16:00,917,1342,616,1,13,630,1,9,187,1,13,648,1,13,635,1,9,213,1,13,498,1,21,3,A,7,3,A,7,31.7,A,7,15.0,A,7,36,A,7,981,A,7,230,A,7,4.1,A,7,9700,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/07/1986,17:00,693,1342,450,1,9,675,1,9,103,1,13,480,1,9,673,1,9,132,1,13,227,1,18,2,A,7,2,A,7,31.7,A,7,14.4,A,7,35,A,7,980,A,7,260,A,7,4.1,A,7,9700,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/07/1986,18:00,439,1342,240,1,9,557,1,9,59,1,13,255,1,9,510,1,9,88,1,13,117,1,18,2,A,7,2,A,7,29.4,A,7,17.2,A,7,48,A,7,980,A,7,200,A,7,3.6,A,7,9700,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/07/1986,19:00,172,1342,67,1,13,260,1,9,35,1,13,69,1,13,163,1,9,49,1,13,62,1,21,5,A,7,5,A,7,27.8,A,7,16.1,A,7,49,A,7,980,A,7,210,A,7,3.6,A,7,9700,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/07/1986,20:00,4,235,0,1,13,1,1,9,0,1,13,0,1,13,0,1,9,0,1,13,0,1,21,8,A,7,8,A,7,26.7,A,7,16.1,A,7,52,A,7,980,A,7,270,A,7,4.1,A,7,11300,B,7,1220,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/07/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,23.9,A,7,16.7,A,7,64,A,7,980,A,7,250,A,7,2.6,A,7,12900,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/07/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,22.8,A,7,16.1,A,7,66,A,7,980,A,7,220,A,7,2.1,A,7,12900,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,21.1,A,7,16.7,A,7,76,A,7,980,A,7,220,A,7,2.1,A,7,12900,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/07/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,21.1,A,7,16.7,A,7,76,A,7,980,A,7,250,A,7,2.6,A,7,12900,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,4,A,7,20.6,A,7,17.2,A,7,81,A,7,980,A,7,250,A,7,3.1,A,7,12900,B,7,7620,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,20.0,A,7,16.1,A,7,78,A,7,980,A,7,0,A,7,0.0,A,7,12900,B,7,7620,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +05/08/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,20.0,A,7,16.1,A,7,78,A,7,980,A,7,0,A,7,0.0,A,7,12900,B,7,7620,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,5,A,7,18.9,A,7,15.6,A,7,81,A,7,980,A,7,0,A,7,0.0,A,7,12900,B,7,7620,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,18.3,A,7,15.6,A,7,84,A,7,980,A,7,0,A,7,0.0,A,7,12900,B,7,7620,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,06:00,50,861,17,1,13,0,1,9,17,1,13,19,1,13,0,1,9,19,1,13,59,1,21,10,A,7,9,A,7,16.7,A,7,15.0,A,7,90,A,7,979,A,7,90,A,7,2.1,A,7,12900,B,7,7620,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,07:00,296,1341,99,1,13,42,1,9,89,1,13,108,1,13,35,1,9,100,1,13,220,1,21,10,A,7,5,A,7,20.6,A,7,15.0,A,7,71,A,7,980,A,7,240,A,7,1.5,A,7,12900,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,08:00,560,1341,244,1,13,176,1,9,171,1,13,267,1,13,175,1,9,193,1,13,404,1,21,7,A,7,6,A,7,22.8,A,7,15.0,A,7,62,A,7,980,A,7,80,A,7,3.1,A,7,16100,B,7,7620,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,09:00,802,1341,494,1,13,428,1,9,238,1,13,517,1,13,437,1,9,255,1,13,570,1,21,6,A,7,3,A,7,23.3,A,7,15.0,A,7,60,A,7,981,A,7,60,A,7,4.1,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,10:00,1005,1341,642,1,13,506,1,9,262,1,13,687,1,13,527,1,9,292,1,13,823,1,21,4,A,7,3,A,7,25.0,A,7,15.0,A,7,54,A,7,981,A,7,10,A,7,5.2,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,11:00,1156,1341,547,1,13,134,1,9,432,1,13,600,1,13,143,1,9,477,1,13,1814,1,21,8,A,7,7,A,7,24.4,A,7,15.0,A,7,56,A,7,981,A,7,360,A,7,5.2,A,7,16100,B,7,3660,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,12:00,1244,1341,871,1,13,568,1,9,343,1,13,938,1,13,594,1,9,386,1,13,2195,1,21,7,A,7,5,A,7,25.0,A,7,15.0,A,7,54,A,7,981,A,7,330,A,7,5.7,A,7,24100,B,7,7620,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,13:00,1264,1341,804,1,13,493,1,9,339,1,13,870,1,13,516,1,9,382,1,13,2396,1,21,6,A,7,5,A,7,24.4,A,7,15.6,A,7,58,A,7,981,A,7,340,A,7,5.2,A,7,24100,B,7,7620,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,14:00,1213,1341,612,1,9,194,1,9,437,1,13,674,1,9,207,1,9,486,1,13,2120,1,18,8,A,7,8,A,7,26.1,A,7,15.6,A,7,52,A,7,980,A,7,40,A,7,3.6,A,7,24100,B,7,3050,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,15:00,1095,1341,703,1,13,436,1,9,346,1,13,741,1,13,454,1,9,369,1,13,1336,1,21,10,A,7,4,A,7,25.6,A,7,15.0,A,7,52,A,7,980,A,7,340,A,7,2.6,A,7,24100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,16:00,919,1341,554,1,13,346,1,9,318,1,13,597,1,13,372,1,9,342,1,13,904,1,21,10,A,7,4,A,7,26.1,A,7,15.0,A,7,51,A,7,979,A,7,20,A,7,2.6,A,7,24100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,17:00,696,1341,377,1,13,302,1,9,221,1,13,404,1,13,315,1,9,240,1,13,512,1,21,10,A,7,5,A,7,25.6,A,7,15.0,A,7,52,A,7,980,A,7,20,A,7,3.1,A,7,24100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,18:00,442,1341,215,1,13,249,1,9,134,1,13,228,1,13,232,1,9,152,1,13,274,1,21,9,A,7,3,A,7,24.4,A,7,15.6,A,7,58,A,7,980,A,7,80,A,7,2.6,A,7,24100,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,19:00,175,1341,54,1,13,40,1,9,49,1,13,59,1,13,28,1,9,56,1,13,116,1,21,10,A,7,3,A,7,23.3,A,7,15.6,A,7,62,A,7,980,A,7,90,A,7,2.1,A,7,24100,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,20:00,4,257,1,1,13,0,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,8,A,7,2,A,7,22.2,A,7,15.6,A,7,66,A,7,980,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,2,A,7,20.6,A,7,15.6,A,7,73,A,7,981,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,2,A,7,18.9,A,7,15.0,A,7,78,A,7,981,A,7,80,A,7,2.6,A,7,24100,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,2,A,7,18.3,A,7,13.9,A,7,76,A,7,982,A,7,140,A,7,2.1,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/08/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.8,A,7,12.8,A,7,73,A,7,982,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,17.2,A,7,12.8,A,7,75,A,7,982,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,16.7,A,7,13.9,A,7,84,A,7,982,A,7,10,A,7,3.1,A,7,24100,B,7,1400,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,16.1,A,7,13.3,A,7,84,A,7,982,A,7,70,A,7,2.6,A,7,16100,B,7,1310,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,15.0,A,7,12.8,A,7,87,A,7,983,A,7,60,A,7,2.1,A,7,16100,B,7,1310,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,12.8,A,7,84,A,7,983,A,7,50,A,7,2.6,A,7,16100,B,7,1400,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,06:00,53,883,14,1,13,9,1,9,13,1,13,15,1,13,5,1,9,15,1,13,33,1,21,9,A,7,9,A,7,15.6,A,7,12.8,A,7,84,A,7,984,A,7,60,A,7,3.6,A,7,16100,B,7,1680,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,07:00,299,1341,45,1,13,7,1,9,44,1,13,53,1,13,2,1,9,53,1,13,175,1,21,10,A,7,10,A,7,15.6,A,7,11.7,A,7,78,A,7,986,A,7,50,A,7,6.7,A,7,16100,B,7,1680,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,08:00,563,1341,125,1,9,1,1,9,125,1,13,145,1,9,1,1,9,145,1,13,516,1,18,10,A,7,10,A,7,13.9,A,7,10.0,A,7,78,A,7,987,A,7,40,A,7,7.7,A,7,16100,B,7,1680,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,09:00,804,1341,349,1,9,136,1,9,267,1,13,381,1,9,142,1,9,295,1,13,722,1,18,9,A,7,9,A,7,14.4,A,7,10.0,A,7,75,A,7,989,A,7,70,A,7,5.2,A,7,16100,B,7,550,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,10:00,1007,1341,605,1,9,458,1,9,261,1,13,649,1,9,477,1,9,290,1,13,823,1,18,8,A,7,8,A,7,14.4,A,7,10.0,A,7,75,A,7,988,A,7,50,A,7,4.6,A,7,16100,B,7,580,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,11:00,1158,1341,584,1,9,261,1,9,358,1,13,642,1,9,284,1,9,396,1,13,1528,1,18,9,A,7,9,A,7,16.1,A,7,10.0,A,7,67,A,7,988,A,7,30,A,7,5.2,A,7,16100,B,7,610,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,12:00,1246,1341,422,1,9,10,1,9,413,1,13,497,1,9,10,1,9,488,1,13,1786,1,18,10,A,7,10,A,7,16.1,A,7,10.0,A,7,67,A,7,988,A,7,50,A,7,4.6,A,7,16100,B,7,670,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,13:00,1265,1341,330,1,9,14,1,9,317,1,13,398,1,9,12,1,9,386,1,13,1486,1,18,10,A,7,10,A,7,15.6,A,7,10.0,A,7,70,A,7,988,A,7,70,A,7,5.7,A,7,11300,B,7,670,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,14:00,1214,1341,328,1,9,11,1,9,318,1,13,392,1,9,10,1,9,383,1,13,1474,1,18,10,A,7,10,A,7,15.0,A,7,10.0,A,7,72,A,7,989,A,7,30,A,7,4.6,A,7,11300,B,7,640,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,15:00,1097,1341,301,1,9,4,1,9,299,1,13,357,1,9,4,1,9,354,1,13,1372,1,18,10,A,7,10,A,7,15.6,A,7,10.0,A,7,70,A,7,989,A,7,40,A,7,5.2,A,7,11300,B,7,700,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,16:00,920,1341,264,1,9,5,1,9,261,1,13,308,1,9,4,1,9,305,1,13,1149,1,18,10,A,7,10,A,7,15.0,A,7,10.0,A,7,72,A,7,989,A,7,50,A,7,5.2,A,7,12900,B,7,700,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,17:00,698,1341,200,1,9,2,1,9,199,1,13,229,1,9,2,1,9,228,1,13,810,1,18,10,A,7,10,A,7,15.0,A,7,9.4,A,7,70,A,7,989,A,7,70,A,7,5.2,A,7,12900,B,7,700,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,18:00,444,1341,124,1,9,2,1,9,123,1,13,139,1,9,1,1,9,139,1,13,452,1,18,10,A,7,10,A,7,15.0,A,7,8.9,A,7,67,A,7,988,A,7,40,A,7,4.6,A,7,16100,B,7,760,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,19:00,178,1341,40,1,13,0,1,9,40,1,13,45,1,13,0,1,9,45,1,13,138,1,21,10,A,7,10,A,7,14.4,A,7,8.9,A,7,70,A,7,989,A,7,50,A,7,4.1,A,7,16100,B,7,760,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,20:00,5,279,3,1,13,0,1,9,3,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,13.9,A,7,8.9,A,7,72,A,7,989,A,7,60,A,7,2.6,A,7,16100,B,7,1160,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,8.9,A,7,75,A,7,990,A,7,60,A,7,2.6,A,7,16100,B,7,980,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,9.4,A,7,78,A,7,990,A,7,80,A,7,3.1,A,7,16100,B,7,980,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,8.9,A,7,75,A,7,990,A,7,70,A,7,3.1,A,7,16100,B,7,980,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/09/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,8.3,A,7,75,A,7,991,A,7,80,A,7,4.1,A,7,24100,B,7,910,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.2,A,7,7.8,A,7,75,A,7,991,A,7,90,A,7,3.1,A,7,24100,B,7,910,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,9.4,A,7,7.2,A,7,86,A,7,991,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,8.9,A,7,7.2,A,7,89,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,8.3,A,7,6.7,A,7,89,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,5.6,A,7,93,A,7,990,A,7,290,A,7,2.1,A,7,16100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,06:00,55,904,23,1,13,49,1,9,19,1,13,24,1,13,17,1,9,23,1,13,33,1,21,0,A,7,0,A,7,5.6,A,7,4.4,A,7,93,A,7,991,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,07:00,303,1340,145,1,13,395,1,9,56,1,13,149,1,13,317,1,9,78,1,13,102,1,21,0,A,7,0,A,7,10.0,A,7,7.2,A,7,83,A,7,992,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,08:00,565,1340,359,1,9,642,1,9,88,1,13,378,1,9,619,1,9,117,1,13,179,1,18,0,A,7,0,A,7,13.3,A,7,7.8,A,7,69,A,7,992,A,7,320,A,7,2.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,09:00,807,1340,573,1,9,760,1,9,116,1,13,597,1,9,754,1,9,142,1,13,259,1,18,0,A,7,0,A,7,15.0,A,7,7.2,A,7,60,A,7,992,A,7,20,A,7,2.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,10:00,1009,1340,758,1,9,825,1,9,136,1,13,800,1,9,831,1,9,173,1,13,404,1,18,0,A,7,0,A,7,16.7,A,7,2.8,A,7,40,A,7,992,A,7,360,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,11:00,1160,1340,897,1,9,863,1,9,149,1,13,956,1,9,874,1,9,198,1,13,642,1,18,0,A,7,0,A,7,17.2,A,7,3.9,A,7,41,A,7,991,A,7,300,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,12:00,1247,1340,915,1,9,817,1,9,154,1,13,983,1,9,830,1,9,209,1,13,944,1,18,3,A,7,1,A,7,18.3,A,7,2.8,A,7,36,A,7,991,A,7,20,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,13:00,1266,1340,993,1,9,883,1,9,157,1,13,1014,1,9,884,1,9,176,1,13,843,1,18,0,A,7,0,A,7,19.4,A,7,3.3,A,7,35,A,7,990,A,7,360,A,7,4.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,14:00,1215,1340,948,1,9,870,1,9,158,1,13,1011,1,9,881,1,9,210,1,13,831,1,18,1,A,7,0,A,7,21.1,A,7,3.3,A,7,31,A,7,989,A,7,310,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,15:00,1098,1340,829,1,9,832,1,9,148,1,13,879,1,9,840,1,9,189,1,13,531,1,18,1,A,7,0,A,7,21.1,A,7,4.4,A,7,34,A,7,988,A,7,10,A,7,3.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,16:00,922,1340,672,1,9,788,1,9,131,1,13,705,1,9,789,1,9,161,1,13,334,1,18,1,A,7,0,A,7,21.7,A,7,3.3,A,7,30,A,7,987,A,7,60,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,17:00,700,1340,476,1,9,714,1,9,104,1,13,508,1,9,713,1,9,134,1,13,231,1,18,0,A,7,0,A,7,21.7,A,7,3.3,A,7,30,A,7,987,A,7,20,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,18:00,447,1340,258,1,9,558,1,9,73,1,13,271,1,9,509,1,9,101,1,13,141,1,18,0,A,7,0,A,7,20.6,A,7,4.4,A,7,35,A,7,987,A,7,100,A,7,3.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,19:00,182,1340,70,1,13,236,1,9,39,1,13,75,1,13,145,1,9,55,1,13,69,1,21,0,A,7,0,A,7,18.3,A,7,4.4,A,7,40,A,7,987,A,7,60,A,7,1.5,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,20:00,5,301,3,1,13,2,1,9,3,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,16.7,A,7,5.0,A,7,46,A,7,987,A,7,80,A,7,1.5,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,5.6,A,7,56,A,7,987,A,7,90,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,5.6,A,7,58,A,7,987,A,7,120,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.2,A,7,5.0,A,7,62,A,7,987,A,7,170,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/10/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,5.6,A,7,69,A,7,987,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,5.6,A,7,77,A,7,988,A,7,200,A,7,1.5,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,5.6,A,7,72,A,7,987,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,5.6,A,7,83,A,7,987,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,5.6,A,7,86,A,7,987,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,3.9,A,7,83,A,7,986,A,7,210,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,06:00,57,926,28,1,13,91,1,9,19,1,13,27,1,13,37,1,9,24,1,13,33,1,21,0,A,7,0,A,7,7.2,A,7,5.6,A,7,89,A,7,985,A,7,200,A,7,2.1,A,7,11300,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,07:00,306,1339,160,1,13,488,1,9,49,1,13,167,1,13,396,1,9,76,1,13,92,1,21,1,A,7,0,A,7,11.7,A,7,7.2,A,7,74,A,7,985,A,7,200,A,7,1.5,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,08:00,568,1339,309,1,13,357,1,9,158,1,13,332,1,13,358,1,9,180,1,13,333,1,21,6,A,7,3,A,7,15.6,A,7,7.2,A,7,58,A,7,985,A,7,200,A,7,3.6,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,09:00,809,1339,528,1,9,660,1,9,129,1,13,561,1,9,667,1,9,157,1,13,312,1,18,6,A,7,2,A,7,18.3,A,7,9.4,A,7,56,A,7,985,A,7,220,A,7,4.1,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,10:00,1011,1339,600,1,13,460,1,9,253,1,13,646,1,13,479,1,9,284,1,13,803,1,21,5,A,7,5,A,7,20.6,A,7,10.6,A,7,53,A,7,984,A,7,260,A,7,5.7,A,7,11300,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,11:00,1161,1339,691,1,13,560,1,9,204,1,13,739,1,13,573,1,9,241,1,13,935,1,21,3,A,7,3,A,7,22.8,A,7,12.2,A,7,52,A,7,984,A,7,210,A,7,5.2,A,7,11300,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,12:00,1249,1339,971,1,9,904,1,9,127,1,13,999,1,9,907,1,9,151,1,13,663,1,18,0,A,7,0,A,7,25.0,A,7,13.9,A,7,50,A,7,982,A,7,250,A,7,5.2,A,7,11300,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,13:00,1268,1339,980,1,9,899,1,9,129,1,13,1008,1,9,902,1,9,153,1,13,747,1,18,0,A,7,0,A,7,26.7,A,7,15.0,A,7,49,A,7,981,A,7,280,A,7,4.1,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,14:00,1217,1339,870,1,13,636,1,9,292,1,13,914,1,13,641,1,9,330,1,13,1601,1,21,7,A,7,7,A,7,26.7,A,7,15.0,A,7,49,A,7,981,A,7,260,A,7,4.6,A,7,9700,B,7,1220,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,15:00,1100,1339,422,1,9,65,1,9,369,1,13,466,1,9,67,1,9,411,1,13,1523,1,18,8,A,7,8,A,7,27.2,A,7,14.4,A,7,46,A,7,980,A,7,250,A,7,3.6,A,7,9700,B,7,1220,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/11/1986,16:00,924,1339,402,1,9,94,1,9,337,1,13,442,1,9,96,1,9,376,1,13,1159,1,18,10,A,7,9,A,7,27.8,A,7,13.3,A,7,41,A,7,979,A,7,300,A,7,4.1,A,7,9700,B,7,1220,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/11/1986,17:00,703,1339,362,1,13,227,1,9,244,1,13,394,1,13,234,1,9,272,1,13,619,1,21,6,A,7,6,A,7,25.6,A,7,15.6,A,7,54,A,7,978,A,7,120,A,7,2.6,A,7,9700,B,7,1220,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/11/1986,18:00,450,1339,264,1,13,507,1,9,95,1,13,272,1,13,457,1,9,118,1,13,175,1,21,3,A,7,3,A,7,26.7,A,7,16.1,A,7,52,A,7,978,A,7,140,A,7,1.5,A,7,8000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/11/1986,19:00,185,1339,54,1,13,104,1,9,40,1,13,58,1,13,63,1,9,50,1,13,72,1,21,4,A,7,3,A,7,25.0,A,7,15.0,A,7,54,A,7,978,A,7,260,A,7,3.1,A,7,8000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/11/1986,20:00,6,301,2,1,13,4,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,2,A,7,2,A,7,22.2,A,7,16.1,A,7,69,A,7,979,A,7,50,A,7,2.6,A,7,8000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/11/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,21.1,A,7,15.0,A,7,68,A,7,979,A,7,250,A,7,3.1,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/11/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,20.6,A,7,15.0,A,7,71,A,7,979,A,7,290,A,7,2.1,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,18.3,A,7,16.1,A,7,87,A,7,979,A,7,90,A,7,1.5,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/11/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,18.3,A,7,16.7,A,7,90,A,7,980,A,7,40,A,7,2.6,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/12/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,18.3,A,7,16.7,A,7,90,A,7,980,A,7,30,A,7,3.6,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/12/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,16.7,A,7,12.2,A,7,75,A,7,980,A,7,40,A,7,3.6,A,7,11300,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/12/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,15.6,A,7,10.0,A,7,70,A,7,980,A,7,30,A,7,4.1,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/12/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,14.4,A,7,8.3,A,7,67,A,7,981,A,7,30,A,7,5.2,A,7,11300,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/12/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,13.3,A,7,7.8,A,7,69,A,7,981,A,7,40,A,7,4.1,A,7,11300,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/12/1986,06:00,60,948,22,1,13,30,1,9,19,1,13,23,1,13,14,1,9,22,1,13,39,1,21,4,A,7,2,A,7,12.2,A,7,7.8,A,7,75,A,7,982,A,7,20,A,7,5.2,A,7,11300,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/12/1986,07:00,309,1339,144,1,13,194,1,9,99,1,13,150,1,13,156,1,9,114,1,13,198,1,21,7,A,7,3,A,7,12.2,A,7,7.8,A,7,75,A,7,983,A,7,40,A,7,7.2,A,7,11300,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/12/1986,08:00,571,1339,241,1,13,195,1,9,158,1,13,265,1,13,195,1,9,181,1,13,376,1,21,7,A,7,6,A,7,12.8,A,7,8.9,A,7,77,A,7,984,A,7,40,A,7,7.7,A,7,16100,B,7,3050,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/12/1986,09:00,811,1339,370,1,13,229,1,9,231,1,13,401,1,13,244,1,9,253,1,13,570,1,21,7,A,7,7,A,7,14.4,A,7,10.0,A,7,75,A,7,984,A,7,20,A,7,6.2,A,7,16100,B,7,3050,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/12/1986,10:00,1013,1339,606,1,13,391,1,9,310,1,13,662,1,13,423,1,9,341,1,13,983,1,21,7,A,7,7,A,7,15.6,A,7,10.6,A,7,72,A,7,984,A,7,30,A,7,5.2,A,7,11300,B,7,520,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/12/1986,11:00,1163,1339,590,1,9,253,1,9,370,1,13,648,1,9,275,1,9,408,1,13,1612,1,18,8,A,7,8,A,7,18.3,A,7,11.7,A,7,65,A,7,984,A,7,40,A,7,4.1,A,7,11300,B,7,3050,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/12/1986,12:00,1250,1339,275,1,9,12,1,9,264,1,13,335,1,9,10,1,9,326,1,13,1284,1,18,10,A,7,10,A,7,18.9,A,7,11.7,A,7,63,A,7,983,A,7,20,A,7,4.1,A,7,9700,B,7,3050,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/12/1986,13:00,1269,1339,411,1,9,14,1,9,398,1,13,487,1,9,13,1,9,475,1,13,1754,1,18,10,A,7,10,A,7,20.6,A,7,12.2,A,7,59,A,7,983,A,7,90,A,7,2.6,A,7,8000,B,7,3050,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/12/1986,14:00,1218,1339,669,1,9,374,1,9,329,1,13,722,1,9,391,1,9,365,1,13,1886,1,18,8,A,7,8,A,7,21.1,A,7,11.7,A,7,55,A,7,983,A,7,110,A,7,2.6,A,7,6400,B,7,3050,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/12/1986,15:00,1101,1339,266,1,9,13,1,9,255,1,13,318,1,9,11,1,9,309,1,13,1217,1,18,10,A,7,10,A,7,21.1,A,7,11.7,A,7,55,A,7,982,A,7,260,A,7,1.5,A,7,6400,B,7,2440,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/12/1986,16:00,926,1339,267,1,9,10,1,9,260,1,13,311,1,9,9,1,9,305,1,13,1151,1,18,10,A,7,10,A,7,20.6,A,7,12.8,A,7,61,A,7,982,A,7,220,A,7,2.6,A,7,6400,B,7,2440,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/12/1986,17:00,705,1339,158,1,9,4,1,9,156,1,13,185,1,9,3,1,9,183,1,13,682,1,18,10,A,7,10,A,7,20.0,A,7,12.8,A,7,63,A,7,982,A,7,0,A,7,0.0,A,7,4800,B,7,2440,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/12/1986,18:00,453,1339,131,1,9,4,1,9,130,1,13,147,1,9,3,1,9,146,1,13,474,1,18,10,A,7,10,A,7,19.4,A,7,13.3,A,7,68,A,7,982,A,7,230,A,7,2.6,A,7,4800,B,7,2130,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/12/1986,19:00,188,1339,38,1,13,2,1,9,38,1,13,43,1,13,0,1,9,43,1,13,135,1,21,10,A,7,10,A,7,18.3,A,7,13.3,A,7,73,A,7,982,A,7,300,A,7,2.1,A,7,4800,B,7,2130,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/12/1986,20:00,7,324,3,1,13,0,1,9,3,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,17.2,A,7,13.9,A,7,81,A,7,982,A,7,300,A,7,1.5,A,7,4800,B,7,2130,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/12/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,13.9,A,7,84,A,7,982,A,7,300,A,7,2.1,A,7,8000,B,7,2130,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/12/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,13.3,A,7,81,A,7,983,A,7,330,A,7,1.5,A,7,8000,B,7,2440,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/12/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,16.7,A,7,13.3,A,7,81,A,7,982,A,7,240,A,7,2.1,A,7,8000,B,7,2440,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/12/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,13.3,A,7,81,A,7,983,A,7,60,A,7,1.5,A,7,8000,B,7,2740,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/13/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,13.9,A,7,87,A,7,983,A,7,90,A,7,2.1,A,7,8000,B,7,640,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/13/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,13.9,A,7,87,A,7,984,A,7,90,A,7,1.5,A,7,8000,B,7,460,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/13/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,15.0,A,7,90,A,7,982,A,7,150,A,7,3.1,A,7,9700,B,7,460,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/13/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,15.0,A,7,93,A,7,982,A,7,160,A,7,3.1,A,7,9700,B,7,460,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/13/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,15.0,A,7,97,A,7,983,A,7,110,A,7,3.6,A,7,9700,B,7,460,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/13/1986,06:00,62,948,9,1,13,0,1,9,9,1,13,11,1,13,0,1,9,11,1,13,35,1,21,10,A,7,10,A,7,14.4,A,7,12.8,A,7,90,A,7,983,A,7,120,A,7,2.1,A,7,8000,B,7,460,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/13/1986,07:00,312,1338,47,1,13,0,1,9,47,1,13,55,1,13,0,1,9,55,1,13,188,1,21,10,A,7,10,A,7,13.9,A,7,13.3,A,7,97,A,7,984,A,7,80,A,7,2.1,A,7,9700,B,7,460,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/13/1986,08:00,574,1338,114,1,9,2,1,9,113,1,13,133,1,9,1,1,9,132,1,13,481,1,18,10,A,7,10,A,7,13.3,A,7,13.3,A,7,100,A,7,984,A,7,40,A,7,2.6,A,7,9700,B,7,270,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/13/1986,09:00,813,1338,154,1,9,0,1,9,154,1,13,183,1,9,0,1,9,183,1,13,721,1,18,10,A,7,10,A,7,13.3,A,7,13.3,A,7,100,A,7,985,A,7,70,A,7,3.1,A,7,2400,B,7,210,A,7,2.3,E,8,0.000,F,8,0.00,?,0,30,1,D,9,45,C,8 +05/13/1986,10:00,1015,1338,209,1,9,0,1,9,209,1,13,251,1,9,0,1,9,251,1,13,1013,1,18,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,985,A,7,70,A,7,2.6,A,7,2400,B,7,210,A,7,2.3,E,8,0.000,F,8,0.00,?,0,38,1,D,9,45,C,8 +05/13/1986,11:00,1164,1338,239,1,9,1,1,9,238,1,13,290,1,9,1,1,9,289,1,13,1165,1,18,10,A,7,10,A,7,12.2,A,7,12.2,A,7,100,A,7,985,A,7,40,A,7,4.6,A,7,6400,B,7,210,A,7,2.2,E,8,0.000,F,8,0.00,?,0,8,1,D,9,45,C,8 +05/13/1986,12:00,1251,1338,271,1,9,0,1,9,271,1,13,330,1,9,0,1,9,330,1,13,1312,1,18,10,A,7,10,A,7,12.2,A,7,12.2,A,7,100,A,7,985,A,7,40,A,7,4.6,A,7,6400,B,7,210,A,7,2.2,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +05/13/1986,13:00,1270,1338,287,1,9,1,1,9,286,1,13,348,1,9,1,1,9,348,1,13,1373,1,18,10,A,7,10,A,7,11.7,A,7,11.7,A,7,100,A,7,985,A,7,60,A,7,3.6,A,7,6400,B,7,120,A,7,2.1,E,8,0.000,F,8,0.00,?,0,58,1,D,9,45,C,8 +05/13/1986,14:00,1219,1338,280,1,9,0,1,9,280,1,13,338,1,9,0,1,9,338,1,13,1339,1,18,10,A,7,10,A,7,11.1,A,7,10.6,A,7,96,A,7,985,A,7,40,A,7,3.6,A,7,6400,B,7,120,A,7,2.0,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +05/13/1986,15:00,1103,1338,405,1,9,1,1,9,404,1,13,468,1,9,1,1,9,467,1,13,1685,1,18,10,A,7,10,A,7,11.7,A,7,11.1,A,7,96,A,7,985,A,7,30,A,7,3.6,A,7,6400,B,7,120,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/13/1986,16:00,928,1338,347,1,9,0,1,9,347,1,13,395,1,9,0,1,9,395,1,13,1392,1,18,10,A,7,10,A,7,12.2,A,7,11.7,A,7,96,A,7,985,A,7,40,A,7,4.6,A,7,4000,B,7,120,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/13/1986,17:00,707,1338,222,1,9,1,1,9,222,1,13,253,1,9,1,1,9,252,1,13,880,1,18,10,A,7,10,A,7,11.7,A,7,11.1,A,7,96,A,7,985,A,7,40,A,7,5.2,A,7,4000,B,7,120,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/13/1986,18:00,455,1338,134,1,9,0,1,9,134,1,13,150,1,9,0,1,9,150,1,13,485,1,18,10,A,7,10,A,7,11.7,A,7,11.1,A,7,96,A,7,985,A,7,20,A,7,4.6,A,7,1600,B,7,60,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/13/1986,19:00,191,1338,43,1,13,0,1,9,43,1,13,48,1,13,0,1,9,48,1,13,149,1,21,10,A,7,10,A,7,11.1,A,7,10.6,A,7,96,A,7,985,A,7,20,A,7,4.1,A,7,400,B,7,30,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/13/1986,20:00,8,346,4,1,13,0,1,9,4,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,11.1,A,7,10.6,A,7,96,A,7,986,A,7,20,A,7,4.6,A,7,1600,B,7,60,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/13/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,10.6,A,7,96,A,7,986,A,7,10,A,7,4.1,A,7,1200,B,7,30,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/13/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,11.1,A,7,100,A,7,987,A,7,10,A,7,3.6,A,7,1200,B,7,30,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/13/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,11.7,A,7,100,A,7,987,A,7,30,A,7,3.6,A,7,1600,B,7,60,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/13/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.2,A,7,12.2,A,7,100,A,7,987,A,7,50,A,7,4.1,A,7,1600,B,7,60,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.2,A,7,12.2,A,7,100,A,7,987,A,7,60,A,7,3.1,A,7,2400,B,7,60,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,11.7,A,7,100,A,7,987,A,7,30,A,7,4.1,A,7,1600,B,7,60,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +05/14/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,11.7,A,7,100,A,7,986,A,7,40,A,7,5.2,A,7,1600,B,7,30,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,11.7,A,7,100,A,7,987,A,7,30,A,7,3.6,A,7,1200,B,7,30,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,11.1,A,7,100,A,7,987,A,7,30,A,7,3.6,A,7,1200,B,7,30,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,06:00,65,970,14,1,13,0,1,9,14,1,13,16,1,13,0,1,9,16,1,13,51,1,21,10,A,7,10,A,7,11.1,A,7,11.1,A,7,100,A,7,988,A,7,50,A,7,3.6,A,7,1600,B,7,30,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,07:00,315,1337,92,1,13,0,1,9,92,1,13,102,1,13,0,1,9,102,1,13,311,1,21,10,A,7,10,A,7,10.6,A,7,10.6,A,7,100,A,7,989,A,7,30,A,7,3.6,A,7,2400,B,7,60,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,08:00,576,1337,106,1,9,1,1,9,105,1,13,124,1,9,1,1,9,124,1,13,455,1,18,10,A,7,10,A,7,10.6,A,7,10.6,A,7,100,A,7,989,A,7,60,A,7,4.1,A,7,1200,B,7,60,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,20,C,8 +05/14/1986,09:00,815,1337,169,1,9,1,1,9,168,1,13,200,1,9,1,1,9,199,1,13,775,1,18,10,A,7,10,A,7,11.1,A,7,11.1,A,7,100,A,7,990,A,7,30,A,7,3.6,A,7,1600,B,7,60,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,20,C,8 +05/14/1986,10:00,1017,1337,213,1,9,1,1,9,212,1,13,255,1,9,1,1,9,255,1,13,1026,1,18,10,A,7,10,A,7,11.1,A,7,11.1,A,7,100,A,7,990,A,7,20,A,7,3.1,A,7,1600,B,7,90,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,11:00,1166,1337,265,1,9,1,1,9,264,1,13,319,1,9,1,1,9,318,1,13,1266,1,18,10,A,7,10,A,7,11.1,A,7,11.1,A,7,100,A,7,990,A,7,40,A,7,3.6,A,7,1600,B,7,90,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,12:00,1253,1337,267,1,9,0,1,9,266,1,13,324,1,9,0,1,9,324,1,13,1293,1,18,10,A,7,10,A,7,11.7,A,7,11.7,A,7,100,A,7,990,A,7,70,A,7,3.1,A,7,1600,B,7,90,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,13:00,1271,1337,436,1,9,2,1,9,435,1,13,514,1,9,2,1,9,512,1,13,1862,1,18,10,A,7,10,A,7,12.2,A,7,12.2,A,7,100,A,7,990,A,7,10,A,7,3.1,A,7,1600,B,7,90,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,20,C,8 +05/14/1986,14:00,1221,1337,452,1,9,1,1,9,451,1,13,526,1,9,1,1,9,526,1,13,1876,1,18,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,990,A,7,350,A,7,2.6,A,7,3200,B,7,90,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +05/14/1986,15:00,1104,1337,370,1,9,1,1,9,370,1,13,432,1,9,1,1,9,431,1,13,1596,1,18,10,A,7,10,A,7,13.3,A,7,12.8,A,7,97,A,7,989,A,7,70,A,7,2.6,A,7,3200,B,7,90,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,16:00,930,1337,297,1,9,1,1,9,296,1,13,342,1,9,1,1,9,342,1,13,1262,1,18,10,A,7,10,A,7,13.9,A,7,13.3,A,7,97,A,7,989,A,7,20,A,7,3.1,A,7,3200,B,7,150,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,17:00,709,1337,232,1,9,1,1,9,231,1,13,262,1,9,1,1,9,262,1,13,904,1,18,10,A,7,10,A,7,13.3,A,7,12.8,A,7,97,A,7,989,A,7,40,A,7,3.6,A,7,3200,B,7,120,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,18:00,458,1337,127,1,9,0,1,9,127,1,13,143,1,9,0,1,9,143,1,13,470,1,18,10,A,7,10,A,7,13.3,A,7,12.8,A,7,97,A,7,989,A,7,90,A,7,3.6,A,7,1600,B,7,90,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,19:00,194,1337,54,1,13,0,1,9,54,1,13,60,1,13,0,1,9,60,1,13,175,1,21,10,A,7,10,A,7,13.3,A,7,12.8,A,7,97,A,7,990,A,7,50,A,7,2.6,A,7,1600,B,7,90,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,20:00,9,368,4,1,13,0,1,9,4,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,12.8,A,7,12.2,A,7,97,A,7,990,A,7,70,A,7,3.1,A,7,1600,B,7,90,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +05/14/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,990,A,7,30,A,7,3.1,A,7,1600,B,7,60,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,990,A,7,30,A,7,3.1,A,7,1600,B,7,30,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,991,A,7,10,A,7,3.1,A,7,1600,B,7,30,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/14/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,991,A,7,30,A,7,2.6,A,7,1600,B,7,60,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/15/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,991,A,7,40,A,7,2.1,A,7,1600,B,7,30,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/15/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,991,A,7,50,A,7,2.1,A,7,1600,B,7,30,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/15/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,991,A,7,360,A,7,1.5,A,7,800,B,7,30,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/15/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,991,A,7,20,A,7,2.1,A,7,400,B,7,0,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/15/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,991,A,7,30,A,7,2.1,A,7,800,B,7,30,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/15/1986,06:00,67,991,24,1,13,0,1,9,24,1,13,27,1,13,0,1,9,27,1,13,78,1,21,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,991,A,7,50,A,7,2.6,A,7,400,B,7,30,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/15/1986,07:00,318,1337,81,1,13,0,1,9,81,1,13,91,1,13,0,1,9,91,1,13,287,1,21,10,A,7,10,A,7,13.3,A,7,13.3,A,7,100,A,7,992,A,7,80,A,7,1.5,A,7,200,B,7,0,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/15/1986,08:00,578,1337,164,1,9,1,1,9,164,1,13,186,1,9,1,1,9,186,1,13,637,1,18,10,A,7,10,A,7,13.3,A,7,13.3,A,7,100,A,7,993,A,7,350,A,7,2.1,A,7,400,B,7,0,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/15/1986,09:00,817,1337,282,1,9,1,1,9,282,1,13,321,1,9,1,1,9,321,1,13,1127,1,18,10,A,7,10,A,7,15.0,A,7,15.0,A,7,100,A,7,993,A,7,0,A,7,0.0,A,7,1200,B,7,60,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/15/1986,10:00,1018,1337,380,1,9,0,1,9,379,1,13,435,1,9,0,1,9,435,1,13,1558,1,18,10,A,7,10,A,7,16.7,A,7,16.1,A,7,97,A,7,993,A,7,70,A,7,1.5,A,7,2400,B,7,120,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/15/1986,11:00,1167,1337,445,1,9,1,1,9,444,1,13,515,1,9,1,1,9,514,1,13,1825,1,18,10,A,7,10,A,7,18.9,A,7,16.7,A,7,87,A,7,992,A,7,0,A,7,0.0,A,7,4000,B,7,180,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/15/1986,12:00,1254,1337,441,1,9,1,1,9,440,1,13,517,1,9,1,1,9,516,1,13,1866,1,18,10,A,7,10,A,7,20.0,A,7,17.2,A,7,84,A,7,992,A,7,240,A,7,2.1,A,7,8000,B,7,460,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/15/1986,13:00,1272,1337,427,1,9,126,1,9,308,1,13,484,1,9,136,1,9,354,1,13,1901,1,18,8,A,7,8,A,7,20.6,A,7,17.2,A,7,81,A,7,992,A,7,270,A,7,3.1,A,7,8000,B,7,370,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/15/1986,14:00,1222,1337,760,1,13,470,1,9,330,1,13,820,1,13,492,1,9,370,1,13,1936,1,21,6,A,7,6,A,7,23.3,A,7,17.8,A,7,71,A,7,992,A,7,170,A,7,2.1,A,7,8000,B,7,550,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/15/1986,15:00,1106,1337,658,1,13,330,1,9,385,1,13,715,1,13,358,1,9,419,1,13,1479,1,21,6,A,7,6,A,7,23.3,A,7,16.7,A,7,66,A,7,991,A,7,280,A,7,3.6,A,7,8000,B,7,610,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/15/1986,16:00,931,1337,596,1,13,505,1,9,245,1,13,637,1,13,523,1,9,271,1,13,683,1,21,3,A,7,3,A,7,24.4,A,7,16.1,A,7,60,A,7,991,A,7,240,A,7,3.1,A,7,8000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/15/1986,17:00,711,1337,447,1,9,547,1,9,157,1,13,481,1,9,554,1,9,186,1,13,337,1,18,2,A,7,0,A,7,24.4,A,7,16.1,A,7,60,A,7,991,A,7,260,A,7,3.6,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/15/1986,18:00,460,1337,236,1,9,320,1,9,126,1,13,252,1,9,303,1,9,148,1,13,254,1,18,6,A,7,1,A,7,23.3,A,7,16.7,A,7,66,A,7,991,A,7,270,A,7,2.6,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/15/1986,19:00,197,1337,55,1,13,75,1,9,44,1,13,61,1,13,51,1,9,53,1,13,93,1,21,4,A,7,3,A,7,22.2,A,7,16.7,A,7,71,A,7,991,A,7,300,A,7,2.1,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/15/1986,20:00,9,390,2,1,13,0,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,3,A,7,2,A,7,19.4,A,7,16.7,A,7,84,A,7,991,A,7,150,A,7,1.5,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/15/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,18.3,A,7,16.7,A,7,90,A,7,991,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/15/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,17.2,A,7,16.7,A,7,97,A,7,991,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/15/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,1,A,7,16.7,A,7,16.7,A,7,100,A,7,991,A,7,200,A,7,2.1,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/15/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,1,A,7,15.6,A,7,15.6,A,7,100,A,7,991,A,7,200,A,7,1.5,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,15.6,A,7,15.6,A,7,100,A,7,990,A,7,190,A,7,2.6,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,15.6,A,7,15.0,A,7,97,A,7,990,A,7,200,A,7,1.5,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,15.0,A,7,15.0,A,7,100,A,7,990,A,7,180,A,7,1.5,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,13.9,A,7,13.9,A,7,100,A,7,990,A,7,220,A,7,2.6,A,7,9700,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,14.4,A,7,14.4,A,7,100,A,7,990,A,7,190,A,7,1.5,A,7,8000,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/16/1986,06:00,69,1013,30,1,13,28,1,9,27,1,13,32,1,13,13,1,9,31,1,13,56,1,21,10,A,7,4,A,7,15.0,A,7,14.4,A,7,97,A,7,991,A,7,200,A,7,1.5,A,7,6400,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/16/1986,07:00,321,1336,145,1,13,336,1,9,65,1,13,155,1,13,274,1,9,89,1,13,117,1,21,7,A,7,3,A,7,17.2,A,7,15.6,A,7,90,A,7,991,A,7,200,A,7,3.1,A,7,8000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/16/1986,08:00,581,1336,359,1,9,593,1,9,102,1,13,376,1,9,572,1,9,127,1,13,206,1,18,3,A,7,2,A,7,18.9,A,7,16.7,A,7,87,A,7,991,A,7,220,A,7,3.6,A,7,9700,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +05/16/1986,09:00,819,1336,438,1,13,415,1,9,183,1,13,472,1,13,427,1,9,210,1,13,435,1,21,9,A,7,4,A,7,22.8,A,7,16.1,A,7,66,A,7,991,A,7,220,A,7,4.1,A,7,9700,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/16/1986,10:00,1020,1336,460,1,9,205,1,9,303,1,13,509,1,9,219,1,9,342,1,13,1012,1,18,10,A,7,8,A,7,23.3,A,7,16.7,A,7,66,A,7,991,A,7,230,A,7,3.6,A,7,11300,B,7,3050,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/16/1986,11:00,1168,1336,593,1,13,352,1,9,285,1,13,645,1,13,369,1,9,322,1,13,1356,1,21,10,A,7,7,A,7,24.4,A,7,16.1,A,7,60,A,7,991,A,7,250,A,7,4.6,A,7,11300,B,7,3050,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,12:00,1255,1336,564,1,9,140,1,9,432,1,13,623,1,9,150,1,9,482,1,13,2469,1,18,10,A,7,8,A,7,25.6,A,7,16.1,A,7,56,A,7,991,A,7,200,A,7,6.2,A,7,11300,B,7,3050,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,13:00,1273,1336,485,1,9,165,1,9,327,1,13,545,1,9,177,1,9,376,1,13,2034,1,18,9,A,7,9,A,7,27.2,A,7,16.1,A,7,51,A,7,990,A,7,200,A,7,5.2,A,7,11300,B,7,3050,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,14:00,1223,1336,887,1,13,718,1,9,229,1,13,948,1,13,734,1,9,275,1,13,1328,1,21,7,A,7,5,A,7,28.3,A,7,15.0,A,7,44,A,7,989,A,7,240,A,7,4.6,A,7,11300,B,7,7620,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,15:00,1107,1336,801,1,13,705,1,9,217,1,13,850,1,13,718,1,9,254,1,13,849,1,21,8,A,7,4,A,7,27.8,A,7,13.9,A,7,43,A,7,988,A,7,190,A,7,5.2,A,7,11300,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,16:00,933,1336,549,1,13,490,1,9,207,1,13,596,1,13,509,1,9,240,1,13,571,1,21,9,A,7,5,A,7,28.3,A,7,13.3,A,7,40,A,7,988,A,7,190,A,7,4.6,A,7,11300,B,7,7620,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,17:00,713,1336,267,1,9,59,1,9,236,1,13,294,1,9,59,1,9,262,1,13,719,1,18,10,A,7,8,A,7,26.7,A,7,11.7,A,7,39,A,7,989,A,7,250,A,7,4.1,A,7,11300,B,7,3660,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,18:00,463,1336,104,1,9,66,1,9,81,1,13,117,1,9,63,1,9,95,1,13,185,1,18,10,A,7,10,A,7,20.6,A,7,15.0,A,7,71,A,7,989,A,7,310,A,7,5.2,A,7,11300,B,7,3660,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,19:00,200,1336,40,1,13,5,1,9,39,1,13,45,1,13,0,1,9,45,1,13,141,1,21,10,A,7,10,A,7,20.0,A,7,15.6,A,7,76,A,7,988,A,7,260,A,7,2.6,A,7,11300,B,7,7620,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,17,C,8 +05/16/1986,20:00,10,412,1,1,13,0,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,20.6,A,7,16.7,A,7,79,A,7,989,A,7,280,A,7,3.1,A,7,11300,B,7,2130,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,27,C,8 +05/16/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,20.6,A,7,15.6,A,7,73,A,7,989,A,7,270,A,7,3.6,A,7,11300,B,7,7620,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +05/16/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,18.9,A,7,15.6,A,7,81,A,7,989,A,7,270,A,7,4.1,A,7,12900,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,17.2,A,7,15.0,A,7,87,A,7,988,A,7,210,A,7,2.1,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/16/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,1,A,7,16.7,A,7,15.0,A,7,90,A,7,987,A,7,170,A,7,1.5,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,15.0,A,7,14.4,A,7,97,A,7,987,A,7,190,A,7,3.1,A,7,11300,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,15.0,A,7,97,A,7,987,A,7,220,A,7,2.6,A,7,8000,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +05/17/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,15.6,A,7,100,A,7,986,A,7,220,A,7,2.6,A,7,200,B,7,0,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/17/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,15.0,A,7,15.0,A,7,100,A,7,986,A,7,0,A,7,0.0,A,7,1600,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/17/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,15.0,A,7,15.0,A,7,100,A,7,987,A,7,220,A,7,3.1,A,7,2400,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/17/1986,06:00,71,1035,23,1,13,15,1,9,22,1,13,25,1,13,9,1,9,25,1,13,53,1,21,8,A,7,3,A,7,15.6,A,7,15.0,A,7,97,A,7,987,A,7,220,A,7,2.1,A,7,2400,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/17/1986,07:00,323,1336,69,1,13,0,1,9,69,1,13,79,1,13,0,1,9,79,1,13,258,1,21,10,A,7,10,A,7,16.1,A,7,15.6,A,7,97,A,7,987,A,7,210,A,7,2.6,A,7,800,B,7,30,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/17/1986,08:00,583,1336,139,1,9,37,1,9,123,1,13,153,1,9,36,1,9,138,1,13,378,1,18,10,A,7,9,A,7,17.8,A,7,16.1,A,7,90,A,7,987,A,7,210,A,7,3.1,A,7,2400,B,7,60,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/17/1986,09:00,821,1336,553,1,9,658,1,9,148,1,13,583,1,9,662,1,9,175,1,13,358,1,18,0,A,7,0,A,7,20.6,A,7,17.2,A,7,81,A,7,987,A,7,240,A,7,2.6,A,7,8000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/17/1986,10:00,1021,1336,731,1,9,728,1,9,174,1,13,780,1,9,744,1,9,210,1,13,568,1,18,0,A,7,0,A,7,23.9,A,7,17.2,A,7,66,A,7,987,A,7,250,A,7,2.6,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/17/1986,11:00,1169,1336,878,1,9,784,1,9,191,1,13,913,1,9,785,1,9,224,1,13,815,1,18,0,A,7,0,A,7,25.6,A,7,16.1,A,7,56,A,7,987,A,7,270,A,7,1.5,A,7,12900,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,12:00,1256,1336,886,1,9,694,1,9,233,1,13,950,1,9,710,1,9,281,1,13,1588,1,18,2,A,7,2,A,7,27.2,A,7,15.6,A,7,49,A,7,986,A,7,220,A,7,1.5,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,13:00,1274,1336,701,1,13,442,1,9,279,1,13,775,1,13,464,1,9,331,1,13,2158,1,21,6,A,7,6,A,7,27.8,A,7,15.0,A,7,46,A,7,985,A,7,190,A,7,3.6,A,7,16100,B,7,1070,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,14:00,1224,1336,936,1,13,679,1,9,313,1,13,979,1,13,682,1,9,352,1,13,1788,1,21,6,A,7,6,A,7,27.8,A,7,15.6,A,7,47,A,7,985,A,7,170,A,7,1.5,A,7,16100,B,7,1070,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,15:00,1108,1336,770,1,13,574,1,9,294,1,13,829,1,13,599,1,9,330,1,13,1175,1,21,6,A,7,6,A,7,28.3,A,7,15.6,A,7,46,A,7,984,A,7,170,A,7,2.6,A,7,16100,B,7,1220,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,16:00,935,1336,523,1,13,385,1,9,254,1,13,557,1,13,399,1,9,277,1,13,714,1,21,6,A,7,6,A,7,28.3,A,7,15.6,A,7,46,A,7,984,A,7,220,A,7,3.1,A,7,16100,B,7,1220,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,17:00,716,1336,226,1,13,68,1,9,190,1,13,249,1,13,68,1,9,213,1,13,606,1,21,6,A,7,6,A,7,28.3,A,7,15.0,A,7,44,A,7,983,A,7,230,A,7,3.6,A,7,16100,B,7,1370,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,18:00,466,1336,195,1,13,133,1,9,149,1,13,212,1,13,126,1,9,168,1,13,340,1,21,7,A,7,7,A,7,26.7,A,7,15.0,A,7,49,A,7,983,A,7,230,A,7,3.1,A,7,16100,B,7,1370,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,19:00,203,1336,51,1,13,29,1,9,46,1,13,55,1,13,22,1,9,52,1,13,116,1,21,8,A,7,8,A,7,26.1,A,7,16.7,A,7,56,A,7,984,A,7,300,A,7,3.1,A,7,16100,B,7,1370,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,20:00,11,412,2,1,13,0,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,8,A,7,8,A,7,23.3,A,7,17.8,A,7,71,A,7,984,A,7,210,A,7,2.1,A,7,16100,B,7,1520,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,22.2,A,7,17.2,A,7,73,A,7,985,A,7,220,A,7,3.1,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,20.6,A,7,16.7,A,7,79,A,7,985,A,7,200,A,7,2.1,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,19.4,A,7,16.7,A,7,84,A,7,985,A,7,200,A,7,1.5,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/17/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,18.9,A,7,16.1,A,7,84,A,7,985,A,7,180,A,7,2.1,A,7,16100,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,17.8,A,7,16.1,A,7,90,A,7,984,A,7,190,A,7,2.6,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.8,A,7,16.1,A,7,90,A,7,984,A,7,190,A,7,2.1,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,15.6,A,7,93,A,7,984,A,7,200,A,7,2.1,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,17.8,A,7,16.1,A,7,90,A,7,984,A,7,210,A,7,3.1,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,16.1,A,7,93,A,7,984,A,7,180,A,7,3.1,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,06:00,73,1035,25,1,13,13,1,9,24,1,13,27,1,13,8,1,9,27,1,13,57,1,21,0,A,7,0,A,7,17.8,A,7,16.1,A,7,90,A,7,985,A,7,210,A,7,4.1,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,07:00,326,1335,140,1,13,245,1,9,80,1,13,149,1,13,203,1,9,100,1,13,152,1,21,0,A,7,0,A,7,19.4,A,7,16.7,A,7,84,A,7,985,A,7,220,A,7,4.1,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,08:00,585,1335,339,1,9,469,1,9,134,1,13,361,1,9,459,1,9,160,1,13,266,1,18,0,A,7,0,A,7,21.1,A,7,16.7,A,7,76,A,7,985,A,7,190,A,7,5.7,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,09:00,823,1335,518,1,9,550,1,9,179,1,13,561,1,9,566,1,9,211,1,13,427,1,18,1,A,7,1,A,7,23.3,A,7,16.7,A,7,66,A,7,985,A,7,220,A,7,5.2,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,10:00,1022,1335,704,1,9,608,1,9,238,1,13,735,1,9,612,1,9,265,1,13,752,1,18,2,A,7,2,A,7,23.9,A,7,17.8,A,7,69,A,7,985,A,7,190,A,7,5.2,A,7,24100,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,11:00,1170,1335,814,1,13,541,1,9,338,1,13,869,1,13,565,1,9,373,1,13,1640,1,21,7,A,7,3,A,7,26.7,A,7,17.2,A,7,56,A,7,985,A,7,200,A,7,7.2,A,7,24100,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,12:00,1257,1335,668,1,9,170,1,9,508,1,13,731,1,9,181,1,9,560,1,13,2941,1,18,10,A,7,8,A,7,26.7,A,7,16.7,A,7,54,A,7,984,A,7,210,A,7,5.2,A,7,24100,B,7,3660,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,13:00,1275,1335,887,1,13,579,1,9,333,1,13,963,1,13,606,1,9,382,1,13,2613,1,21,5,A,7,4,A,7,28.3,A,7,17.8,A,7,53,A,7,983,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,14:00,1225,1335,590,1,13,155,1,9,448,1,13,649,1,13,165,1,9,497,1,13,2301,1,21,6,A,7,6,A,7,27.2,A,7,16.7,A,7,53,A,7,983,A,7,210,A,7,6.2,A,7,24100,B,7,1220,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,15:00,1110,1335,538,1,13,281,1,9,305,1,13,596,1,13,306,1,9,342,1,13,1152,1,21,7,A,7,7,A,7,26.7,A,7,15.6,A,7,51,A,7,982,A,7,170,A,7,5.2,A,7,24100,B,7,1220,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,16:00,936,1335,361,1,13,122,1,9,275,1,13,399,1,13,130,1,9,308,1,13,834,1,21,7,A,7,7,A,7,25.6,A,7,16.1,A,7,56,A,7,982,A,7,190,A,7,5.2,A,7,24100,B,7,1220,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,17:00,718,1335,252,1,13,100,1,9,199,1,13,279,1,13,104,1,9,223,1,13,509,1,21,7,A,7,7,A,7,25.6,A,7,15.6,A,7,54,A,7,982,A,7,180,A,7,6.2,A,7,24100,B,7,1220,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,18:00,468,1335,177,1,13,97,1,9,144,1,13,194,1,13,92,1,9,161,1,13,329,1,21,7,A,7,7,A,7,25.0,A,7,15.0,A,7,54,A,7,982,A,7,170,A,7,4.1,A,7,24100,B,7,2440,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,19:00,206,1335,66,1,13,23,1,9,62,1,13,72,1,13,17,1,9,69,1,13,147,1,21,7,A,7,7,A,7,23.9,A,7,15.6,A,7,60,A,7,982,A,7,170,A,7,3.6,A,7,24100,B,7,2440,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,20:00,12,434,4,1,13,0,1,9,4,1,13,0,1,13,0,1,9,0,1,13,0,1,21,8,A,7,8,A,7,22.2,A,7,16.1,A,7,69,A,7,982,A,7,170,A,7,2.6,A,7,24100,B,7,2440,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,21.7,A,7,15.6,A,7,68,A,7,983,A,7,190,A,7,3.1,A,7,24100,B,7,2440,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,21.7,A,7,16.7,A,7,73,A,7,983,A,7,180,A,7,4.1,A,7,24100,B,7,7620,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,21.1,A,7,16.7,A,7,76,A,7,983,A,7,180,A,7,5.2,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/18/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,20.6,A,7,16.7,A,7,79,A,7,984,A,7,190,A,7,4.1,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,19.4,A,7,16.7,A,7,84,A,7,983,A,7,190,A,7,3.6,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,18.9,A,7,16.7,A,7,87,A,7,983,A,7,180,A,7,3.1,A,7,19300,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,17.8,A,7,16.1,A,7,90,A,7,983,A,7,180,A,7,3.1,A,7,19300,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,17.8,A,7,15.6,A,7,87,A,7,983,A,7,190,A,7,4.1,A,7,19300,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,17.8,A,7,16.7,A,7,93,A,7,983,A,7,180,A,7,3.1,A,7,19300,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,06:00,76,1057,15,1,13,4,1,9,15,1,13,18,1,13,0,1,9,18,1,13,55,1,21,7,A,7,7,A,7,18.3,A,7,17.2,A,7,93,A,7,983,A,7,170,A,7,4.6,A,7,19300,B,7,2440,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,07:00,328,1335,43,1,13,1,1,9,42,1,13,50,1,13,0,1,9,50,1,13,173,1,21,10,A,7,10,A,7,18.9,A,7,17.2,A,7,90,A,7,983,A,7,180,A,7,4.1,A,7,12900,B,7,240,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,08:00,587,1335,113,1,9,1,1,9,113,1,13,133,1,9,1,1,9,132,1,13,487,1,18,10,A,7,10,A,7,20.0,A,7,17.2,A,7,84,A,7,984,A,7,200,A,7,4.1,A,7,11300,B,7,270,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,09:00,824,1335,136,1,9,4,1,9,134,1,13,165,1,9,3,1,9,163,1,13,646,1,18,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,984,A,7,170,A,7,3.1,A,7,4800,B,7,340,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,10:00,1024,1335,167,1,9,3,1,9,165,1,13,205,1,9,2,1,9,203,1,13,835,1,18,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,984,A,7,170,A,7,3.1,A,7,2400,B,7,120,A,7,3.1,E,8,0.000,F,8,0.00,?,0,30,1,D,9,45,C,8 +05/19/1986,11:00,1171,1335,253,1,9,6,1,9,248,1,13,307,1,9,5,1,9,303,1,13,1206,1,18,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,984,A,7,190,A,7,3.6,A,7,6400,B,7,180,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/19/1986,12:00,1258,1335,392,1,9,2,1,9,391,1,13,465,1,9,2,1,9,464,1,13,1729,1,18,10,A,7,10,A,7,20.6,A,7,18.9,A,7,90,A,7,984,A,7,200,A,7,4.1,A,7,9700,B,7,240,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/19/1986,13:00,1276,1335,391,1,9,3,1,9,387,1,13,463,1,9,3,1,9,461,1,13,1725,1,18,10,A,7,10,A,7,21.7,A,7,18.3,A,7,81,A,7,983,A,7,200,A,7,5.2,A,7,11300,B,7,400,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/19/1986,14:00,1226,1335,399,1,9,3,1,9,396,1,13,470,1,9,3,1,9,467,1,13,1730,1,18,10,A,7,10,A,7,23.9,A,7,17.2,A,7,66,A,7,982,A,7,170,A,7,4.1,A,7,11300,B,7,910,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,15:00,1111,1335,399,1,9,1,1,9,399,1,13,463,1,9,1,1,9,462,1,13,1679,1,18,10,A,7,10,A,7,23.9,A,7,17.8,A,7,69,A,7,981,A,7,190,A,7,4.1,A,7,11300,B,7,910,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,16:00,938,1335,308,1,9,1,1,9,308,1,13,356,1,9,1,1,9,355,1,13,1304,1,18,10,A,7,10,A,7,23.3,A,7,18.3,A,7,74,A,7,981,A,7,180,A,7,4.1,A,7,16100,B,7,1070,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,17:00,720,1335,221,1,9,0,1,9,221,1,13,252,1,9,0,1,9,252,1,13,889,1,18,10,A,7,10,A,7,23.3,A,7,17.2,A,7,69,A,7,981,A,7,190,A,7,3.6,A,7,16100,B,7,1070,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,18:00,471,1335,77,1,9,1,1,9,77,1,13,91,1,9,1,1,9,91,1,13,326,1,18,10,A,7,10,A,7,20.6,A,7,17.8,A,7,84,A,7,982,A,7,160,A,7,5.2,A,7,6400,B,7,1070,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,19:00,209,1335,32,1,13,0,1,9,32,1,13,37,1,13,0,1,9,37,1,13,122,1,21,10,A,7,10,A,7,18.9,A,7,18.3,A,7,97,A,7,982,A,7,150,A,7,4.1,A,7,6400,B,7,1070,A,7,3.2,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +05/19/1986,20:00,13,456,6,1,13,0,1,9,6,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,18.3,A,7,17.8,A,7,97,A,7,981,A,7,180,A,7,5.2,A,7,11300,B,7,150,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/19/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,982,A,7,170,A,7,5.7,A,7,11300,B,7,150,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.8,A,7,97,A,7,982,A,7,180,A,7,3.6,A,7,9700,B,7,180,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/19/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,17.2,A,7,97,A,7,981,A,7,180,A,7,4.1,A,7,6400,B,7,120,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +05/19/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,18.3,A,7,100,A,7,981,A,7,180,A,7,4.1,A,7,11300,B,7,150,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/20/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.8,A,7,97,A,7,981,A,7,180,A,7,4.6,A,7,11300,B,7,610,A,7,3.1,E,8,0.000,?,0,0.00,?,0,5,1,D,9,80,C,8 +05/20/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,17.2,A,7,97,A,7,980,A,7,180,A,7,4.6,A,7,11300,B,7,610,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +05/20/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.2,A,7,17.2,A,7,100,A,7,980,A,7,200,A,7,3.6,A,7,11300,B,7,150,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/20/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.2,A,7,16.7,A,7,97,A,7,980,A,7,230,A,7,3.1,A,7,11300,B,7,150,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/20/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.2,A,7,16.7,A,7,97,A,7,980,A,7,160,A,7,2.1,A,7,6400,B,7,150,A,7,2.9,E,8,0.000,?,0,0.00,?,0,5,1,D,9,80,C,8 +05/20/1986,06:00,78,1078,25,1,13,0,1,9,25,1,13,28,1,13,0,1,9,28,1,13,82,1,21,10,A,7,10,A,7,17.8,A,7,16.7,A,7,93,A,7,981,A,7,220,A,7,2.6,A,7,3200,B,7,120,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/20/1986,07:00,330,1334,94,1,13,0,1,9,94,1,13,105,1,13,0,1,9,105,1,13,324,1,21,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,981,A,7,180,A,7,2.1,A,7,3200,B,7,120,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/20/1986,08:00,589,1334,204,1,9,1,1,9,203,1,13,227,1,9,1,1,9,227,1,13,738,1,18,10,A,7,10,A,7,18.3,A,7,17.8,A,7,97,A,7,981,A,7,250,A,7,2.6,A,7,3200,B,7,240,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +05/20/1986,09:00,826,1334,278,1,9,1,1,9,277,1,13,317,1,9,1,1,9,316,1,13,1124,1,18,10,A,7,10,A,7,20.0,A,7,17.8,A,7,87,A,7,981,A,7,220,A,7,2.6,A,7,4800,B,7,180,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/20/1986,10:00,1025,1334,344,1,9,0,1,9,344,1,13,398,1,9,0,1,9,398,1,13,1473,1,18,10,A,7,10,A,7,21.1,A,7,17.8,A,7,81,A,7,981,A,7,240,A,7,2.1,A,7,11300,B,7,430,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/20/1986,11:00,1172,1334,420,1,9,1,1,9,419,1,13,489,1,9,1,1,9,488,1,13,1767,1,18,10,A,7,10,A,7,21.1,A,7,17.2,A,7,79,A,7,981,A,7,180,A,7,3.1,A,7,11300,B,7,460,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/20/1986,12:00,1258,1334,390,1,9,121,1,9,275,1,13,443,1,9,131,1,9,319,1,13,1610,1,18,9,A,7,9,A,7,19.4,A,7,18.3,A,7,93,A,7,980,A,7,250,A,7,1.5,A,7,3200,B,7,370,A,7,3.1,E,8,0.000,F,8,0.00,?,0,33,1,D,9,00,C,8 +05/20/1986,13:00,1277,1334,226,1,9,3,1,9,223,1,13,280,1,9,2,1,9,278,1,13,1122,1,18,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,980,A,7,200,A,7,2.6,A,7,4800,B,7,460,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/20/1986,14:00,1227,1334,566,1,9,247,1,9,339,1,13,631,1,9,269,1,9,383,1,13,1832,1,18,8,A,7,8,A,7,22.2,A,7,17.2,A,7,73,A,7,980,A,7,200,A,7,4.6,A,7,11300,B,7,910,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/20/1986,15:00,1112,1334,743,1,13,572,1,9,266,1,13,808,1,13,598,1,9,308,1,13,1072,1,21,6,A,7,6,A,7,22.8,A,7,17.2,A,7,71,A,7,979,A,7,190,A,7,4.1,A,7,11300,B,7,2440,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/20/1986,16:00,940,1334,482,1,13,314,1,9,261,1,13,528,1,13,339,1,9,289,1,13,737,1,21,5,A,7,5,A,7,23.9,A,7,17.2,A,7,66,A,7,978,A,7,210,A,7,4.1,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/20/1986,17:00,722,1334,304,1,13,143,1,9,227,1,13,333,1,13,148,1,9,253,1,13,583,1,21,7,A,7,6,A,7,21.7,A,7,16.1,A,7,71,A,7,978,A,7,210,A,7,3.1,A,7,11300,B,7,7620,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/20/1986,18:00,473,1334,183,1,13,122,1,9,140,1,13,200,1,13,117,1,9,158,1,13,321,1,21,7,A,7,7,A,7,23.3,A,7,16.7,A,7,66,A,7,979,A,7,240,A,7,3.1,A,7,11300,B,7,1010,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/20/1986,19:00,212,1334,66,1,13,99,1,9,51,1,13,73,1,13,70,1,9,62,1,13,108,1,21,5,A,7,5,A,7,20.0,A,7,12.2,A,7,61,A,7,980,A,7,300,A,7,3.6,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/20/1986,20:00,14,478,6,1,13,4,1,9,6,1,13,0,1,13,0,1,9,0,1,13,0,1,21,4,A,7,4,A,7,17.2,A,7,13.3,A,7,78,A,7,980,A,7,340,A,7,2.1,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +05/20/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,16.7,A,7,13.9,A,7,84,A,7,980,A,7,40,A,7,2.1,A,7,16100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/20/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,15.6,A,7,14.4,A,7,93,A,7,980,A,7,320,A,7,2.6,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/20/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,15.6,A,7,14.4,A,7,93,A,7,980,A,7,360,A,7,3.1,A,7,11300,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/20/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,5,A,7,16.1,A,7,13.9,A,7,87,A,7,981,A,7,40,A,7,3.1,A,7,11300,B,7,1520,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,15.0,A,7,13.9,A,7,93,A,7,981,A,7,350,A,7,3.6,A,7,11300,B,7,1220,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,15.0,A,7,13.9,A,7,93,A,7,981,A,7,340,A,7,3.1,A,7,12900,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,15.0,A,7,13.9,A,7,93,A,7,981,A,7,360,A,7,2.6,A,7,12900,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,13.9,A,7,11.7,A,7,87,A,7,981,A,7,10,A,7,2.1,A,7,12900,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,13.3,A,7,11.1,A,7,87,A,7,981,A,7,350,A,7,2.6,A,7,12900,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,06:00,80,1078,31,1,13,98,1,9,21,1,13,30,1,13,43,1,9,27,1,13,37,1,21,2,A,7,2,A,7,12.8,A,7,10.6,A,7,87,A,7,981,A,7,330,A,7,2.6,A,7,12900,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,07:00,333,1334,161,1,13,388,1,9,64,1,13,172,1,13,321,1,9,92,1,13,115,1,21,2,A,7,2,A,7,14.4,A,7,11.7,A,7,84,A,7,981,A,7,340,A,7,2.1,A,7,12900,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,08:00,590,1334,374,1,9,670,1,9,78,1,13,391,1,9,646,1,9,104,1,13,161,1,18,2,A,7,2,A,7,16.7,A,7,10.0,A,7,65,A,7,982,A,7,350,A,7,3.6,A,7,12900,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,09:00,827,1334,601,1,9,796,1,9,107,1,13,633,1,9,796,1,9,139,1,13,255,1,18,2,A,7,2,A,7,17.8,A,7,10.0,A,7,61,A,7,982,A,7,340,A,7,2.6,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,10:00,1026,1334,778,1,9,879,1,9,102,1,13,807,1,9,879,1,9,130,1,13,290,1,18,1,A,7,1,A,7,18.9,A,7,10.0,A,7,57,A,7,981,A,7,320,A,7,3.1,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,11:00,1173,1334,793,1,13,652,1,9,218,1,13,846,1,13,666,1,9,259,1,13,1053,1,21,4,A,7,4,A,7,20.0,A,7,9.4,A,7,51,A,7,982,A,7,360,A,7,2.6,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,12:00,1259,1334,971,1,13,761,1,9,252,1,13,1036,1,13,776,1,9,302,1,13,1765,1,21,6,A,7,6,A,7,21.7,A,7,10.6,A,7,49,A,7,981,A,7,310,A,7,1.5,A,7,11300,B,7,1830,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,13:00,1278,1334,815,1,13,518,1,9,318,1,13,890,1,13,543,1,9,368,1,13,2562,1,21,6,A,7,6,A,7,22.8,A,7,10.6,A,7,46,A,7,980,A,7,180,A,7,2.1,A,7,11300,B,7,1160,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,14:00,1228,1334,789,1,13,511,1,9,318,1,13,856,1,13,535,1,9,362,1,13,1943,1,21,7,A,7,7,A,7,22.2,A,7,11.1,A,7,50,A,7,980,A,7,230,A,7,4.1,A,7,11300,B,7,1220,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,15:00,1113,1334,700,1,13,475,1,9,304,1,13,752,1,13,496,1,9,337,1,13,1240,1,21,7,A,7,7,A,7,23.9,A,7,10.0,A,7,42,A,7,979,A,7,250,A,7,3.6,A,7,11300,B,7,1220,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,16:00,941,1334,637,1,13,614,1,9,204,1,13,667,1,13,618,1,9,230,1,13,564,1,21,6,A,7,6,A,7,23.9,A,7,9.4,A,7,40,A,7,979,A,7,290,A,7,2.1,A,7,11300,B,7,1220,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,17:00,724,1334,366,1,13,293,1,9,208,1,13,396,1,13,308,1,9,229,1,13,481,1,21,5,A,7,5,A,7,23.9,A,7,10.0,A,7,42,A,7,979,A,7,320,A,7,4.6,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,18:00,476,1334,270,1,13,489,1,9,97,1,13,291,1,13,457,1,9,128,1,13,182,1,21,4,A,7,4,A,7,22.2,A,7,11.1,A,7,50,A,7,979,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,19:00,215,1334,81,1,13,168,1,9,55,1,13,87,1,13,111,1,9,69,1,13,102,1,21,4,A,7,4,A,7,21.1,A,7,10.0,A,7,49,A,7,979,A,7,320,A,7,4.1,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,20:00,15,478,6,1,13,17,1,9,4,1,13,0,1,13,0,1,9,0,1,13,0,1,21,4,A,7,4,A,7,19.4,A,7,13.9,A,7,70,A,7,979,A,7,330,A,7,5.2,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,17.8,A,7,8.9,A,7,56,A,7,980,A,7,340,A,7,4.6,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,16.7,A,7,7.8,A,7,56,A,7,981,A,7,360,A,7,4.6,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,15.6,A,7,6.7,A,7,56,A,7,981,A,7,360,A,7,4.1,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/21/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,15.0,A,7,7.2,A,7,60,A,7,981,A,7,350,A,7,3.6,A,7,11300,B,7,1250,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,14.4,A,7,5.6,A,7,56,A,7,981,A,7,340,A,7,4.6,A,7,11300,B,7,1310,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,5.6,A,7,62,A,7,980,A,7,360,A,7,2.6,A,7,11300,B,7,1220,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,6.1,A,7,69,A,7,980,A,7,20,A,7,2.6,A,7,11300,B,7,1220,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,12.2,A,7,6.1,A,7,67,A,7,980,A,7,30,A,7,2.1,A,7,11300,B,7,1370,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,10.6,A,7,6.7,A,7,77,A,7,980,A,7,330,A,7,2.1,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,06:00,82,1100,24,1,13,15,1,9,23,1,13,26,1,13,9,1,9,26,1,13,56,1,21,8,A,7,8,A,7,11.7,A,7,6.1,A,7,69,A,7,981,A,7,20,A,7,3.1,A,7,11300,B,7,1310,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,07:00,335,1333,135,1,13,156,1,9,95,1,13,146,1,13,134,1,9,113,1,13,208,1,21,6,A,7,6,A,7,12.2,A,7,6.1,A,7,67,A,7,981,A,7,20,A,7,3.6,A,7,11300,B,7,1310,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,08:00,592,1333,190,1,9,7,1,9,187,1,13,214,1,9,6,1,9,211,1,13,705,1,18,10,A,7,10,A,7,13.9,A,7,6.7,A,7,62,A,7,982,A,7,350,A,7,4.6,A,7,11300,B,7,1310,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,09:00,828,1333,566,1,9,530,1,9,237,1,13,596,1,9,544,1,9,258,1,13,584,1,18,8,A,7,8,A,7,15.0,A,7,5.6,A,7,54,A,7,982,A,7,360,A,7,6.7,A,7,16100,B,7,1520,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,10:00,1027,1333,606,1,9,385,1,9,309,1,13,663,1,9,417,1,9,341,1,13,1005,1,18,8,A,7,8,A,7,17.2,A,7,6.7,A,7,50,A,7,982,A,7,40,A,7,5.2,A,7,16100,B,7,1680,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,11:00,1174,1333,671,1,9,414,1,9,305,1,13,724,1,9,433,1,9,342,1,13,1500,1,18,8,A,7,8,A,7,17.8,A,7,7.2,A,7,50,A,7,982,A,7,360,A,7,3.1,A,7,16100,B,7,1830,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,12:00,1260,1333,931,1,13,756,1,9,216,1,13,1004,1,13,776,1,9,269,1,13,1535,1,21,4,A,7,4,A,7,18.9,A,7,7.8,A,7,49,A,7,982,A,7,340,A,7,2.6,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,13:00,1279,1333,952,1,13,797,1,9,186,1,13,1006,1,13,804,1,9,233,1,13,1396,1,21,3,A,7,3,A,7,20.6,A,7,7.8,A,7,44,A,7,981,A,7,300,A,7,4.1,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,14:00,1229,1333,880,1,13,653,1,9,277,1,13,929,1,13,661,1,9,318,1,13,1654,1,21,6,A,7,6,A,7,23.3,A,7,8.3,A,7,38,A,7,981,A,7,260,A,7,4.6,A,7,16100,B,7,1220,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,15:00,1115,1333,575,1,13,344,1,9,287,1,13,620,1,13,359,1,9,319,1,13,1172,1,21,7,A,7,7,A,7,21.7,A,7,5.0,A,7,34,A,7,980,A,7,280,A,7,4.6,A,7,24100,B,7,1520,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,16:00,943,1333,475,1,13,234,1,9,309,1,13,514,1,13,252,1,9,335,1,13,901,1,21,7,A,7,7,A,7,21.1,A,7,6.1,A,7,38,A,7,980,A,7,330,A,7,2.6,A,7,24100,B,7,1520,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,17:00,726,1333,422,1,13,479,1,9,162,1,13,454,1,13,486,1,9,189,1,13,353,1,21,4,A,7,4,A,7,22.2,A,7,5.6,A,7,34,A,7,980,A,7,290,A,7,4.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,18:00,478,1333,222,1,9,457,1,9,59,1,13,238,1,9,429,1,9,84,1,13,120,1,18,1,A,7,1,A,7,20.6,A,7,4.4,A,7,35,A,7,981,A,7,320,A,7,4.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,19:00,218,1333,100,1,13,422,1,9,33,1,13,106,1,13,300,1,9,57,1,13,62,1,21,0,A,7,0,A,7,18.3,A,7,6.7,A,7,47,A,7,982,A,7,310,A,7,3.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,20:00,16,500,10,1,13,31,1,9,6,1,13,0,1,13,0,1,9,0,1,13,0,1,21,1,A,7,1,A,7,17.2,A,7,6.7,A,7,50,A,7,982,A,7,330,A,7,2.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,15.6,A,7,6.7,A,7,56,A,7,983,A,7,20,A,7,2.6,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,15.0,A,7,7.2,A,7,60,A,7,983,A,7,360,A,7,2.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,14.4,A,7,8.3,A,7,67,A,7,983,A,7,10,A,7,2.1,A,7,16100,B,7,2130,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/22/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,13.9,A,7,7.2,A,7,64,A,7,984,A,7,340,A,7,2.1,A,7,16100,B,7,1980,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,12.2,A,7,7.8,A,7,75,A,7,983,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,10.6,A,7,5.0,A,7,69,A,7,983,A,7,350,A,7,1.5,A,7,16100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,10.0,A,7,8.9,A,7,93,A,7,983,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,7.8,A,7,93,A,7,983,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,8.3,A,7,93,A,7,983,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,06:00,83,1122,29,1,13,46,1,9,25,1,13,31,1,13,22,1,9,30,1,13,52,1,21,0,A,7,0,A,7,9.4,A,7,6.1,A,7,80,A,7,984,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,07:00,337,1332,158,1,13,348,1,9,70,1,13,168,1,13,289,1,9,95,1,13,127,1,21,1,A,7,1,A,7,13.9,A,7,10.0,A,7,78,A,7,985,A,7,270,A,7,2.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,08:00,594,1332,305,1,13,364,1,9,143,1,13,323,1,13,357,1,9,164,1,13,287,1,21,3,A,7,3,A,7,17.2,A,7,8.3,A,7,56,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,09:00,829,1332,513,1,13,495,1,9,205,1,13,548,1,13,509,1,9,231,1,13,499,1,21,3,A,7,3,A,7,18.3,A,7,6.7,A,7,47,A,7,985,A,7,230,A,7,1.5,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,10:00,1028,1332,521,1,9,220,1,9,351,1,13,572,1,9,234,1,9,391,1,13,1190,1,18,8,A,7,8,A,7,20.0,A,7,5.6,A,7,39,A,7,985,A,7,230,A,7,2.6,A,7,16100,B,7,3660,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,11:00,1175,1332,660,1,13,379,1,9,325,1,13,709,1,13,396,1,9,358,1,13,1610,1,21,4,A,7,4,A,7,21.7,A,7,6.7,A,7,38,A,7,985,A,7,240,A,7,4.1,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,12:00,1261,1332,322,1,9,4,1,9,318,1,13,387,1,9,3,1,9,384,1,13,1490,1,18,10,A,7,10,A,7,20.6,A,7,6.7,A,7,41,A,7,985,A,7,240,A,7,4.1,A,7,11300,B,7,3660,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,13:00,1280,1332,389,1,9,8,1,9,381,1,13,463,1,9,7,1,9,456,1,13,1708,1,18,10,A,7,10,A,7,19.4,A,7,7.2,A,7,45,A,7,985,A,7,250,A,7,5.7,A,7,11300,B,7,1520,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,14:00,1230,1332,393,1,9,1,1,9,392,1,13,464,1,9,1,1,9,463,1,13,1721,1,18,10,A,7,10,A,7,17.2,A,7,8.9,A,7,58,A,7,985,A,7,260,A,7,3.6,A,7,11300,B,7,2440,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,15:00,1116,1332,277,1,9,1,1,9,276,1,13,330,1,9,1,1,9,330,1,13,1299,1,18,10,A,7,10,A,7,16.7,A,7,10.0,A,7,65,A,7,984,A,7,270,A,7,4.1,A,7,11300,B,7,2740,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,16:00,944,1332,278,1,9,5,1,9,275,1,13,324,1,9,4,1,9,321,1,13,1213,1,18,10,A,7,10,A,7,16.7,A,7,11.1,A,7,70,A,7,984,A,7,270,A,7,3.1,A,7,11300,B,7,1520,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,17:00,728,1332,248,1,9,4,1,9,246,1,13,281,1,9,4,1,9,279,1,13,959,1,18,10,A,7,10,A,7,17.2,A,7,10.6,A,7,65,A,7,984,A,7,250,A,7,2.6,A,7,11300,B,7,1520,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,18:00,480,1332,81,1,9,3,1,9,80,1,13,95,1,9,2,1,9,95,1,13,339,1,18,10,A,7,10,A,7,16.7,A,7,12.2,A,7,75,A,7,984,A,7,230,A,7,2.6,A,7,11300,B,7,2740,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,19:00,220,1332,45,1,13,1,1,9,45,1,13,51,1,13,0,1,9,51,1,13,162,1,21,10,A,7,10,A,7,16.1,A,7,12.2,A,7,78,A,7,984,A,7,240,A,7,2.1,A,7,11300,B,7,2740,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,80,C,8 +05/23/1986,20:00,17,522,8,1,13,0,1,9,8,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,16.1,A,7,11.7,A,7,75,A,7,984,A,7,270,A,7,1.5,A,7,11300,B,7,2740,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,25,C,8 +05/23/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,12.2,A,7,81,A,7,984,A,7,260,A,7,1.5,A,7,11300,B,7,2130,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.0,A,7,12.2,A,7,84,A,7,985,A,7,330,A,7,2.1,A,7,11300,B,7,1370,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/23/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,12.8,A,7,84,A,7,984,A,7,0,A,7,0.0,A,7,11300,B,7,1520,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +05/23/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.0,A,7,13.3,A,7,90,A,7,985,A,7,280,A,7,1.5,A,7,11300,B,7,1680,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.0,A,7,13.3,A,7,90,A,7,984,A,7,310,A,7,2.1,A,7,11300,B,7,1520,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,13.3,A,7,93,A,7,984,A,7,250,A,7,2.1,A,7,9700,B,7,1310,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +05/24/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,13.3,A,7,93,A,7,985,A,7,0,A,7,0.0,A,7,8000,B,7,1490,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/24/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,13.3,A,7,93,A,7,985,A,7,230,A,7,2.6,A,7,8000,B,7,1520,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/24/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,13.3,A,7,93,A,7,985,A,7,240,A,7,1.5,A,7,8000,B,7,1280,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/24/1986,06:00,85,1121,24,1,13,0,1,9,24,1,13,27,1,13,0,1,9,27,1,13,81,1,21,10,A,7,10,A,7,15.0,A,7,13.3,A,7,90,A,7,986,A,7,300,A,7,1.5,A,7,8000,B,7,1010,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/24/1986,07:00,338,1332,140,1,13,65,1,9,123,1,13,152,1,13,57,1,9,138,1,13,296,1,21,10,A,7,7,A,7,16.7,A,7,13.3,A,7,81,A,7,986,A,7,330,A,7,2.6,A,7,9700,B,7,7620,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/24/1986,08:00,595,1332,279,1,13,264,1,9,161,1,13,300,1,13,268,1,9,180,1,13,342,1,21,3,A,7,3,A,7,18.9,A,7,13.3,A,7,70,A,7,987,A,7,40,A,7,2.1,A,7,11300,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/24/1986,09:00,830,1332,596,1,9,808,1,9,91,1,13,639,1,9,813,1,9,131,1,13,230,1,18,1,A,7,0,A,7,18.9,A,7,12.8,A,7,68,A,7,987,A,7,60,A,7,2.1,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,10:00,1028,1332,773,1,9,869,1,9,102,1,13,802,1,9,869,1,9,130,1,13,292,1,18,0,A,7,0,A,7,21.7,A,7,12.2,A,7,55,A,7,986,A,7,70,A,7,3.1,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,11:00,1175,1332,901,1,9,889,1,9,116,1,13,930,1,9,891,1,9,142,1,13,468,1,18,1,A,7,0,A,7,22.8,A,7,12.8,A,7,53,A,7,986,A,7,320,A,7,2.1,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,12:00,1261,1332,864,1,9,732,1,9,170,1,13,920,1,9,741,1,9,217,1,13,1157,1,18,3,A,7,2,A,7,24.4,A,7,12.2,A,7,47,A,7,986,A,7,270,A,7,3.6,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,13:00,1280,1332,936,1,13,732,1,9,232,1,13,1006,1,13,750,1,9,284,1,13,1881,1,21,10,A,7,3,A,7,26.1,A,7,13.9,A,7,47,A,7,986,A,7,290,A,7,5.2,A,7,11300,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,14:00,1231,1332,512,1,9,192,1,9,335,1,13,572,1,9,209,1,9,378,1,13,1851,1,18,9,A,7,8,A,7,26.7,A,7,13.3,A,7,44,A,7,985,A,7,270,A,7,3.6,A,7,11300,B,7,7620,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,15:00,1117,1332,484,1,9,172,1,9,340,1,13,537,1,9,184,1,9,383,1,13,1336,1,18,10,A,7,9,A,7,26.1,A,7,15.0,A,7,51,A,7,985,A,7,270,A,7,5.2,A,7,11300,B,7,7620,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,16:00,946,1332,346,1,9,101,1,9,274,1,13,383,1,9,107,1,9,306,1,13,841,1,18,10,A,7,9,A,7,26.1,A,7,15.0,A,7,51,A,7,985,A,7,270,A,7,3.1,A,7,11300,B,7,3050,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,17:00,729,1332,350,1,9,192,1,9,245,1,13,382,1,9,199,1,9,273,1,13,632,1,18,10,A,7,8,A,7,26.1,A,7,15.6,A,7,52,A,7,984,A,7,250,A,7,2.6,A,7,11300,B,7,3050,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,18:00,483,1332,175,1,13,149,1,9,122,1,13,194,1,13,144,1,9,142,1,13,280,1,21,10,A,7,5,A,7,25.6,A,7,15.0,A,7,52,A,7,984,A,7,280,A,7,2.1,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,19:00,223,1332,48,1,13,10,1,9,47,1,13,55,1,13,2,1,9,55,1,13,168,1,21,10,A,7,10,A,7,25.0,A,7,15.6,A,7,56,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,2440,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,20:00,19,544,2,1,13,0,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,23.3,A,7,16.7,A,7,66,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,2440,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,17.8,A,7,81,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,2440,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,21.7,A,7,16.7,A,7,73,A,7,986,A,7,0,A,7,0.0,A,7,11300,B,7,2440,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,20.6,A,7,17.2,A,7,81,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/24/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,20.0,A,7,16.7,A,7,81,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,2130,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/25/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,19.4,A,7,16.1,A,7,81,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/25/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,16.1,A,7,87,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,3050,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/25/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,18.3,A,7,16.1,A,7,87,A,7,986,A,7,280,A,7,1.5,A,7,11300,B,7,3050,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/25/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,7,A,7,18.3,A,7,16.1,A,7,87,A,7,986,A,7,360,A,7,2.6,A,7,11300,B,7,3050,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/25/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,6,A,7,17.8,A,7,15.0,A,7,84,A,7,986,A,7,10,A,7,4.1,A,7,9700,B,7,7620,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/25/1986,06:00,87,1143,19,1,13,9,1,9,18,1,13,21,1,13,5,1,9,20,1,13,46,1,21,10,A,7,9,A,7,17.2,A,7,14.4,A,7,84,A,7,987,A,7,20,A,7,1.5,A,7,9700,B,7,1980,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/25/1986,07:00,340,1331,65,1,13,2,1,9,65,1,13,75,1,13,1,1,9,75,1,13,252,1,21,10,A,7,10,A,7,17.2,A,7,13.9,A,7,81,A,7,986,A,7,30,A,7,3.1,A,7,8000,B,7,2440,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/25/1986,08:00,596,1331,145,1,9,8,1,9,142,1,13,168,1,9,6,1,9,165,1,13,586,1,18,10,A,7,10,A,7,18.3,A,7,13.9,A,7,76,A,7,987,A,7,20,A,7,3.1,A,7,9700,B,7,3050,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,09:00,832,1331,464,1,13,354,1,9,243,1,13,504,1,13,378,1,9,267,1,13,615,1,21,9,A,7,5,A,7,19.4,A,7,14.4,A,7,73,A,7,987,A,7,330,A,7,3.1,A,7,8000,B,7,7620,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,10:00,1029,1331,335,1,9,10,1,9,327,1,13,389,1,9,9,1,9,382,1,13,1429,1,18,10,A,7,10,A,7,22.2,A,7,15.6,A,7,66,A,7,987,A,7,50,A,7,2.6,A,7,8000,B,7,7620,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,11:00,1176,1331,276,1,9,7,1,9,269,1,13,332,1,9,6,1,9,327,1,13,1289,1,18,10,A,7,10,A,7,22.2,A,7,15.0,A,7,64,A,7,987,A,7,70,A,7,2.6,A,7,8000,B,7,7620,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,12:00,1262,1331,409,1,9,12,1,9,398,1,13,485,1,9,11,1,9,474,1,13,1754,1,18,10,A,7,10,A,7,22.2,A,7,15.0,A,7,64,A,7,987,A,7,350,A,7,3.6,A,7,8000,B,7,6100,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,13:00,1281,1331,456,1,9,5,1,9,452,1,13,537,1,9,5,1,9,532,1,13,1916,1,18,10,A,7,10,A,7,23.3,A,7,15.0,A,7,60,A,7,986,A,7,50,A,7,3.6,A,7,8000,B,7,6100,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,14:00,1232,1331,355,1,9,1,1,9,354,1,13,422,1,9,1,1,9,421,1,13,1604,1,18,10,A,7,10,A,7,23.3,A,7,15.6,A,7,62,A,7,986,A,7,70,A,7,3.6,A,7,8000,B,7,6100,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,15:00,1118,1331,381,1,9,3,1,9,379,1,13,444,1,9,3,1,9,442,1,13,1630,1,18,10,A,7,10,A,7,22.2,A,7,16.1,A,7,69,A,7,986,A,7,50,A,7,2.6,A,7,8000,B,7,3050,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,16:00,947,1331,277,1,9,2,1,9,276,1,13,323,1,9,2,1,9,322,1,13,1218,1,18,10,A,7,10,A,7,22.2,A,7,16.1,A,7,69,A,7,985,A,7,40,A,7,3.1,A,7,8000,B,7,3660,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,17:00,731,1331,223,1,9,3,1,9,221,1,13,254,1,9,3,1,9,253,1,13,899,1,18,10,A,7,10,A,7,21.7,A,7,16.7,A,7,73,A,7,985,A,7,40,A,7,5.2,A,7,8000,B,7,3660,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,18:00,485,1331,133,1,9,2,1,9,132,1,13,150,1,9,1,1,9,150,1,13,499,1,18,10,A,7,10,A,7,21.1,A,7,16.7,A,7,76,A,7,985,A,7,20,A,7,3.6,A,7,8000,B,7,3660,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,19:00,226,1331,64,1,13,1,1,9,64,1,13,71,1,13,0,1,9,71,1,13,209,1,21,10,A,7,10,A,7,20.6,A,7,17.2,A,7,81,A,7,985,A,7,30,A,7,3.1,A,7,6400,B,7,3660,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,20:00,20,544,9,1,13,0,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,20.0,A,7,16.1,A,7,78,A,7,986,A,7,40,A,7,2.6,A,7,6400,B,7,3660,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,16.1,A,7,81,A,7,986,A,7,40,A,7,3.1,A,7,4000,B,7,3660,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,15.6,A,7,81,A,7,987,A,7,50,A,7,3.6,A,7,4000,B,7,2130,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,15.6,A,7,84,A,7,987,A,7,50,A,7,2.6,A,7,4000,B,7,2590,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/25/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,15.6,A,7,84,A,7,987,A,7,50,A,7,3.1,A,7,4000,B,7,2130,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,15.6,A,7,87,A,7,986,A,7,60,A,7,2.6,A,7,4000,B,7,2130,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,15.0,A,7,84,A,7,986,A,7,40,A,7,3.1,A,7,4000,B,7,760,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.2,A,7,15.0,A,7,87,A,7,985,A,7,50,A,7,3.6,A,7,4000,B,7,670,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,15.0,A,7,84,A,7,985,A,7,50,A,7,3.1,A,7,4000,B,7,580,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,15.0,A,7,84,A,7,986,A,7,30,A,7,2.6,A,7,4000,B,7,580,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,06:00,88,1142,28,1,13,0,1,9,28,1,13,31,1,13,0,1,9,31,1,13,91,1,21,10,A,7,10,A,7,17.2,A,7,15.0,A,7,87,A,7,987,A,7,40,A,7,3.6,A,7,4000,B,7,550,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,07:00,342,1331,87,1,13,1,1,9,87,1,13,98,1,13,0,1,9,98,1,13,313,1,21,10,A,7,10,A,7,17.2,A,7,15.6,A,7,90,A,7,987,A,7,60,A,7,3.6,A,7,4000,B,7,700,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,08:00,598,1331,205,1,9,0,1,9,204,1,13,228,1,9,0,1,9,228,1,13,749,1,18,10,A,7,10,A,7,17.8,A,7,15.6,A,7,87,A,7,987,A,7,70,A,7,4.1,A,7,4000,B,7,760,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,09:00,832,1331,161,1,9,1,1,9,160,1,13,191,1,9,1,1,9,191,1,13,753,1,18,10,A,7,10,A,7,17.2,A,7,16.7,A,7,97,A,7,988,A,7,60,A,7,3.6,A,7,4000,B,7,180,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,10:00,1030,1331,205,1,9,1,1,9,205,1,13,248,1,9,1,1,9,248,1,13,1004,1,18,10,A,7,10,A,7,17.2,A,7,16.7,A,7,97,A,7,988,A,7,70,A,7,3.6,A,7,4000,B,7,180,A,7,2.9,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +05/26/1986,11:00,1177,1331,409,1,9,1,1,9,408,1,13,478,1,9,1,1,9,477,1,13,1741,1,18,10,A,7,10,A,7,18.3,A,7,16.1,A,7,87,A,7,988,A,7,110,A,7,4.1,A,7,4000,B,7,760,A,7,2.8,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +05/26/1986,12:00,1262,1331,267,1,9,0,1,9,266,1,13,325,1,9,0,1,9,325,1,13,1296,1,18,10,A,7,10,A,7,18.3,A,7,14.4,A,7,78,A,7,988,A,7,90,A,7,3.1,A,7,8000,B,7,760,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/26/1986,13:00,1282,1331,294,1,9,1,1,9,293,1,13,357,1,9,1,1,9,356,1,13,1404,1,18,10,A,7,10,A,7,18.9,A,7,15.6,A,7,81,A,7,988,A,7,90,A,7,4.1,A,7,8000,B,7,760,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,14:00,1233,1331,428,1,9,1,1,9,427,1,13,502,1,9,1,1,9,501,1,13,1823,1,18,10,A,7,10,A,7,20.0,A,7,15.0,A,7,73,A,7,988,A,7,100,A,7,3.6,A,7,9700,B,7,2130,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,15:00,1119,1331,405,1,9,0,1,9,405,1,13,469,1,9,0,1,9,469,1,13,1701,1,18,10,A,7,10,A,7,20.6,A,7,15.0,A,7,71,A,7,988,A,7,100,A,7,3.1,A,7,9700,B,7,2740,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,16:00,949,1331,350,1,9,1,1,9,349,1,13,400,1,9,1,1,9,399,1,13,1423,1,18,10,A,7,10,A,7,20.0,A,7,13.9,A,7,68,A,7,987,A,7,90,A,7,4.1,A,7,9700,B,7,1520,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,17:00,733,1331,240,1,9,0,1,9,240,1,13,272,1,9,0,1,9,272,1,13,950,1,18,10,A,7,10,A,7,20.6,A,7,14.4,A,7,68,A,7,987,A,7,90,A,7,2.6,A,7,9700,B,7,3050,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,18:00,487,1331,108,1,9,27,1,9,98,1,13,119,1,9,25,1,9,110,1,13,289,1,18,10,A,7,9,A,7,20.0,A,7,12.8,A,7,63,A,7,987,A,7,80,A,7,2.1,A,7,11300,B,7,7620,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/26/1986,19:00,228,1331,75,1,13,78,1,9,62,1,13,82,1,13,57,1,9,72,1,13,132,1,21,10,A,7,8,A,7,19.4,A,7,12.8,A,7,66,A,7,987,A,7,30,A,7,1.5,A,7,11300,B,7,7620,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/26/1986,20:00,21,566,3,1,13,0,1,9,3,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,9,A,7,18.3,A,7,13.9,A,7,76,A,7,988,A,7,70,A,7,1.5,A,7,11300,B,7,7620,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/26/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,16.1,A,7,87,A,7,988,A,7,0,A,7,0.0,A,7,11300,B,7,1310,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/26/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,15.6,A,7,84,A,7,988,A,7,0,A,7,0.0,A,7,11300,B,7,1310,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/26/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,15.6,A,7,87,A,7,988,A,7,0,A,7,0.0,A,7,11300,B,7,1310,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/26/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,15.6,A,7,87,A,7,988,A,7,0,A,7,0.0,A,7,11300,B,7,1310,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/27/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.2,A,7,15.6,A,7,90,A,7,988,A,7,240,A,7,2.6,A,7,9700,B,7,1310,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/27/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.2,A,7,15.6,A,7,90,A,7,988,A,7,50,A,7,3.1,A,7,6400,B,7,520,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +05/27/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.2,A,7,15.6,A,7,90,A,7,988,A,7,70,A,7,2.1,A,7,6400,B,7,850,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/27/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,16.1,A,7,97,A,7,988,A,7,90,A,7,3.1,A,7,4800,B,7,1370,A,7,2.8,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +05/27/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.2,A,7,16.1,A,7,93,A,7,988,A,7,100,A,7,3.1,A,7,4800,B,7,1220,A,7,2.8,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +05/27/1986,06:00,90,1164,16,1,13,1,1,9,16,1,13,19,1,13,0,1,9,19,1,13,59,1,21,10,A,7,10,A,7,17.2,A,7,16.1,A,7,93,A,7,988,A,7,130,A,7,3.6,A,7,4800,B,7,490,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/27/1986,07:00,343,1331,67,1,13,4,1,9,66,1,13,77,1,13,2,1,9,77,1,13,256,1,21,10,A,7,10,A,7,17.2,A,7,15.6,A,7,90,A,7,989,A,7,120,A,7,3.1,A,7,6400,B,7,550,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/27/1986,08:00,599,1331,78,1,9,5,1,9,76,1,13,95,1,9,3,1,9,93,1,13,351,1,18,10,A,7,10,A,7,17.2,A,7,15.6,A,7,90,A,7,989,A,7,130,A,7,3.6,A,7,6400,B,7,1370,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +05/27/1986,09:00,833,1331,283,1,9,0,1,9,283,1,13,323,1,9,0,1,9,323,1,13,1148,1,18,10,A,7,10,A,7,17.8,A,7,16.1,A,7,90,A,7,989,A,7,150,A,7,4.1,A,7,6400,B,7,550,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/27/1986,10:00,1031,1331,209,1,9,6,1,9,205,1,13,253,1,9,5,1,9,249,1,13,1004,1,18,10,A,7,10,A,7,17.2,A,7,16.1,A,7,93,A,7,989,A,7,140,A,7,5.2,A,7,6400,B,7,460,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/27/1986,11:00,1177,1331,238,1,9,1,1,9,237,1,13,290,1,9,1,1,9,289,1,13,1164,1,18,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,989,A,7,170,A,7,4.1,A,7,6400,B,7,460,A,7,3.0,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +05/27/1986,12:00,1263,1331,226,1,9,3,1,9,223,1,13,279,1,9,2,1,9,277,1,13,1120,1,18,10,A,7,10,A,7,19.4,A,7,17.2,A,7,87,A,7,989,A,7,170,A,7,5.2,A,7,6400,B,7,460,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/27/1986,13:00,1282,1331,399,1,9,3,1,9,396,1,13,474,1,9,3,1,9,471,1,13,1757,1,18,10,A,7,10,A,7,20.0,A,7,18.3,A,7,90,A,7,988,A,7,180,A,7,3.1,A,7,6400,B,7,460,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/27/1986,14:00,1233,1331,472,1,9,1,1,9,471,1,13,549,1,9,1,1,9,548,1,13,1937,1,18,10,A,7,10,A,7,20.6,A,7,18.3,A,7,87,A,7,988,A,7,180,A,7,5.2,A,7,6400,B,7,370,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,21,C,8 +05/27/1986,15:00,1120,1331,401,1,9,1,1,9,400,1,13,465,1,9,1,1,9,464,1,13,1689,1,18,10,A,7,10,A,7,22.2,A,7,17.8,A,7,76,A,7,988,A,7,160,A,7,3.6,A,7,9700,B,7,370,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/27/1986,16:00,950,1331,322,1,9,1,1,9,322,1,13,371,1,9,1,1,9,371,1,13,1355,1,18,10,A,7,10,A,7,21.1,A,7,17.8,A,7,81,A,7,987,A,7,190,A,7,2.6,A,7,9700,B,7,340,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/27/1986,17:00,735,1331,245,1,9,0,1,9,245,1,13,278,1,9,0,1,9,278,1,13,964,1,18,10,A,7,10,A,7,21.1,A,7,17.8,A,7,81,A,7,986,A,7,200,A,7,2.6,A,7,11300,B,7,460,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/27/1986,18:00,489,1331,147,1,9,1,1,9,147,1,13,165,1,9,1,1,9,165,1,13,539,1,18,10,A,7,10,A,7,21.1,A,7,17.8,A,7,81,A,7,986,A,7,210,A,7,3.1,A,7,11300,B,7,520,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/27/1986,19:00,231,1331,77,1,13,30,1,9,71,1,13,83,1,13,24,1,9,79,1,13,169,1,21,10,A,7,5,A,7,20.6,A,7,17.8,A,7,84,A,7,986,A,7,180,A,7,2.6,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/27/1986,20:00,22,588,9,1,13,1,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,5,A,7,18.9,A,7,17.2,A,7,90,A,7,987,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/27/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,17.8,A,7,90,A,7,987,A,7,190,A,7,2.1,A,7,8000,B,7,850,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/27/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,17.8,A,7,90,A,7,987,A,7,190,A,7,3.1,A,7,6400,B,7,700,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/27/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,987,A,7,0,A,7,0.0,A,7,4000,B,7,150,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/27/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,987,A,7,190,A,7,3.6,A,7,4000,B,7,150,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/28/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,987,A,7,190,A,7,2.6,A,7,4000,B,7,150,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/28/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,986,A,7,190,A,7,3.6,A,7,4000,B,7,150,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +05/28/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,985,A,7,210,A,7,3.6,A,7,4000,B,7,150,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/28/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,19.4,A,7,17.8,A,7,90,A,7,986,A,7,200,A,7,3.6,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/28/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,17.8,A,7,90,A,7,986,A,7,210,A,7,3.1,A,7,11300,B,7,3050,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,06:00,91,1164,20,1,13,1,1,9,20,1,13,23,1,13,0,1,9,23,1,13,71,1,21,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,987,A,7,210,A,7,2.1,A,7,6400,B,7,2440,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,07:00,345,1330,75,1,9,1,1,9,75,1,13,86,1,9,0,1,9,86,1,13,283,1,18,10,A,7,10,A,7,19.4,A,7,17.8,A,7,90,A,7,987,A,7,220,A,7,2.6,A,7,8000,B,7,2130,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/28/1986,08:00,600,1330,297,1,13,318,1,9,154,1,13,322,1,13,324,1,9,175,1,13,324,1,21,7,A,7,6,A,7,20.6,A,7,17.2,A,7,81,A,7,987,A,7,230,A,7,5.2,A,7,11300,B,7,2440,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +05/28/1986,09:00,834,1330,327,1,13,178,1,9,216,1,13,364,1,13,188,1,9,246,1,13,599,1,21,7,A,7,7,A,7,23.9,A,7,19.4,A,7,76,A,7,987,A,7,220,A,7,4.1,A,7,11300,B,7,3050,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,10:00,1031,1330,478,1,9,82,1,9,415,1,13,527,1,9,85,1,9,461,1,13,1548,1,18,10,A,7,9,A,7,23.9,A,7,18.3,A,7,71,A,7,987,A,7,260,A,7,3.6,A,7,16100,B,7,3050,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,11:00,1178,1330,442,1,9,53,1,9,395,1,13,488,1,9,55,1,9,440,1,13,1841,1,18,10,A,7,10,A,7,25.0,A,7,18.3,A,7,67,A,7,987,A,7,280,A,7,2.6,A,7,16100,B,7,3050,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,12:00,1263,1330,510,1,9,82,1,9,432,1,13,564,1,9,84,1,9,483,1,13,2442,1,18,10,A,7,9,A,7,26.7,A,7,16.7,A,7,54,A,7,986,A,7,280,A,7,4.1,A,7,11300,B,7,3050,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,13:00,1283,1330,908,1,13,639,1,9,291,1,13,961,1,13,647,1,9,335,1,13,2409,1,21,10,A,7,5,A,7,28.3,A,7,16.7,A,7,49,A,7,985,A,7,280,A,7,4.1,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,14:00,1234,1330,324,1,9,35,1,9,292,1,13,360,1,9,36,1,9,327,1,13,1586,1,18,10,A,7,10,A,7,28.9,A,7,15.6,A,7,44,A,7,985,A,7,270,A,7,4.1,A,7,11300,B,7,1070,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,15:00,1121,1330,285,1,9,5,1,9,281,1,13,340,1,9,4,1,9,337,1,13,1319,1,18,10,A,7,10,A,7,27.2,A,7,16.7,A,7,53,A,7,985,A,7,260,A,7,7.7,A,7,11300,B,7,1220,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,16:00,952,1330,564,1,9,422,1,9,262,1,13,600,1,9,438,1,9,286,1,13,762,1,18,8,A,7,8,A,7,25.0,A,7,17.2,A,7,62,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,1220,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,17:00,737,1330,256,1,9,108,1,9,196,1,13,283,1,9,113,1,9,221,1,13,508,1,18,9,A,7,9,A,7,26.1,A,7,18.3,A,7,62,A,7,984,A,7,0,A,7,0.0,A,7,11300,B,7,1220,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,18:00,492,1330,161,1,9,104,1,9,122,1,13,177,1,9,101,1,9,140,1,13,281,1,18,8,A,7,8,A,7,25.0,A,7,19.4,A,7,71,A,7,984,A,7,0,A,7,0.0,A,7,16100,B,7,3050,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,19:00,234,1330,59,1,13,43,1,9,52,1,13,65,1,13,33,1,9,59,1,13,133,1,21,8,A,7,8,A,7,24.4,A,7,19.4,A,7,74,A,7,984,A,7,0,A,7,0.0,A,7,16100,B,7,3050,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,20:00,23,610,9,1,13,1,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,8,A,7,8,A,7,23.3,A,7,20.0,A,7,82,A,7,984,A,7,0,A,7,0.0,A,7,16100,B,7,3050,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,22.2,A,7,18.9,A,7,82,A,7,985,A,7,0,A,7,0.0,A,7,16100,B,7,3050,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,21.1,A,7,19.4,A,7,90,A,7,985,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,21.1,A,7,19.4,A,7,90,A,7,985,A,7,0,A,7,0.0,A,7,12900,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/28/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,20.0,A,7,18.9,A,7,93,A,7,985,A,7,0,A,7,0.0,A,7,12900,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,19.4,A,7,17.8,A,7,90,A,7,985,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,19.4,A,7,18.3,A,7,93,A,7,985,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,18.9,A,7,18.3,A,7,97,A,7,985,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.8,A,7,97,A,7,985,A,7,0,A,7,0.0,A,7,16100,B,7,2740,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,18.9,A,7,17.8,A,7,93,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,2440,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,06:00,93,1186,19,1,13,16,1,9,17,1,13,20,1,13,10,1,9,19,1,13,44,1,21,7,A,7,7,A,7,19.4,A,7,18.3,A,7,93,A,7,985,A,7,0,A,7,0.0,A,7,8000,B,7,7620,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,07:00,346,1330,112,1,13,124,1,9,80,1,13,124,1,13,108,1,9,96,1,13,176,1,21,5,A,7,4,A,7,21.1,A,7,18.9,A,7,87,A,7,985,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/29/1986,08:00,601,1330,255,1,13,205,1,9,163,1,13,275,1,13,209,1,9,181,1,13,347,1,21,5,A,7,5,A,7,23.9,A,7,17.2,A,7,66,A,7,985,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/29/1986,09:00,835,1330,455,1,13,384,1,9,213,1,13,484,1,13,395,1,9,235,1,13,524,1,21,6,A,7,6,A,7,23.9,A,7,18.9,A,7,74,A,7,985,A,7,310,A,7,2.6,A,7,11300,B,7,2740,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/29/1986,10:00,1032,1330,657,1,13,494,1,9,273,1,13,704,1,13,515,1,9,304,1,13,919,1,21,6,A,7,6,A,7,26.7,A,7,17.8,A,7,58,A,7,985,A,7,350,A,7,2.1,A,7,11300,B,7,3050,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,11:00,1178,1330,678,1,13,354,1,9,364,1,13,747,1,13,385,1,9,405,1,13,1690,1,21,6,A,7,5,A,7,27.8,A,7,18.3,A,7,57,A,7,985,A,7,350,A,7,2.6,A,7,11300,B,7,3050,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,12:00,1264,1330,815,1,13,516,1,9,323,1,13,886,1,13,541,1,9,371,1,13,2429,1,21,7,A,7,4,A,7,28.3,A,7,17.8,A,7,53,A,7,984,A,7,340,A,7,1.5,A,7,11300,B,7,3660,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,13:00,1283,1330,562,1,13,189,1,9,380,1,13,628,1,13,203,1,9,432,1,13,2582,1,21,9,A,7,7,A,7,28.3,A,7,15.6,A,7,46,A,7,984,A,7,360,A,7,2.6,A,7,11300,B,7,3660,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,14:00,1235,1330,645,1,13,317,1,9,351,1,13,718,1,13,345,1,9,397,1,13,1997,1,21,10,A,7,7,A,7,29.4,A,7,17.2,A,7,48,A,7,984,A,7,360,A,7,4.6,A,7,11300,B,7,3660,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,15:00,1122,1330,493,1,13,214,1,9,312,1,13,546,1,13,233,1,9,349,1,13,1228,1,21,10,A,7,7,A,7,28.9,A,7,17.8,A,7,51,A,7,983,A,7,340,A,7,3.1,A,7,11300,B,7,7620,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,16:00,953,1330,295,1,9,4,1,9,292,1,13,342,1,9,4,1,9,339,1,13,1272,1,18,10,A,7,10,A,7,28.9,A,7,18.3,A,7,53,A,7,983,A,7,340,A,7,2.6,A,7,9700,B,7,7620,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/29/1986,17:00,739,1330,159,1,9,9,1,9,154,1,13,187,1,9,7,1,9,183,1,13,692,1,18,10,A,7,10,A,7,28.3,A,7,18.3,A,7,55,A,7,983,A,7,340,A,7,2.1,A,7,9700,B,7,6100,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/29/1986,18:00,494,1330,108,1,9,2,1,9,107,1,13,124,1,9,1,1,9,124,1,13,432,1,18,10,A,7,10,A,7,27.2,A,7,18.3,A,7,58,A,7,983,A,7,360,A,7,2.1,A,7,9700,B,7,7620,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/29/1986,19:00,236,1330,35,1,13,15,1,9,33,1,13,39,1,13,12,1,9,37,1,13,90,1,21,9,A,7,9,A,7,26.1,A,7,18.9,A,7,65,A,7,982,A,7,20,A,7,2.1,A,7,9700,B,7,6100,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/29/1986,20:00,24,609,9,1,13,4,1,9,9,1,13,10,1,13,2,1,9,10,1,13,23,1,21,8,A,7,7,A,7,25.0,A,7,19.4,A,7,71,A,7,982,A,7,0,A,7,0.0,A,7,11300,B,7,6100,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,04,C,8 +05/29/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,23.9,A,7,19.4,A,7,76,A,7,983,A,7,0,A,7,0.0,A,7,11300,B,7,6100,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,21.7,A,7,19.4,A,7,87,A,7,983,A,7,0,A,7,0.0,A,7,11300,B,7,6100,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,22.2,A,7,19.4,A,7,84,A,7,983,A,7,0,A,7,0.0,A,7,11300,B,7,1520,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/29/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,22.2,A,7,20.0,A,7,87,A,7,983,A,7,0,A,7,0.0,A,7,11300,B,7,1520,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,21.7,A,7,20.0,A,7,90,A,7,983,A,7,350,A,7,2.1,A,7,11300,B,7,1520,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,21.7,A,7,19.4,A,7,87,A,7,982,A,7,340,A,7,2.1,A,7,11300,B,7,1520,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,21.7,A,7,20.0,A,7,90,A,7,982,A,7,340,A,7,1.5,A,7,9700,B,7,1520,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,21.7,A,7,20.0,A,7,90,A,7,982,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/30/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,20.6,A,7,18.9,A,7,90,A,7,982,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +05/30/1986,06:00,94,1185,23,1,13,20,1,9,21,1,13,25,1,13,12,1,9,24,1,13,52,1,21,3,A,7,2,A,7,20.0,A,7,18.9,A,7,93,A,7,982,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/30/1986,07:00,347,1329,107,1,13,76,1,9,87,1,13,117,1,13,66,1,9,100,1,13,191,1,21,5,A,7,4,A,7,21.7,A,7,18.9,A,7,84,A,7,982,A,7,280,A,7,1.5,A,7,9700,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +05/30/1986,08:00,602,1329,333,1,9,413,1,9,146,1,13,353,1,9,407,1,9,168,1,13,295,1,18,3,A,7,2,A,7,25.0,A,7,18.9,A,7,69,A,7,983,A,7,310,A,7,2.1,A,7,11300,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +05/30/1986,09:00,835,1329,523,1,13,535,1,9,186,1,13,565,1,13,552,1,9,217,1,13,452,1,21,8,A,7,3,A,7,26.1,A,7,18.3,A,7,62,A,7,983,A,7,310,A,7,2.6,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,10:00,1032,1329,688,1,9,539,1,9,268,1,13,738,1,9,562,1,9,301,1,13,902,1,18,8,A,7,2,A,7,27.8,A,7,17.8,A,7,55,A,7,983,A,7,360,A,7,2.6,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,11:00,1178,1329,868,1,9,670,1,9,273,1,13,912,1,9,677,1,9,311,1,13,1337,1,18,10,A,7,1,A,7,28.9,A,7,19.4,A,7,57,A,7,982,A,7,230,A,7,1.5,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,12:00,1264,1329,846,1,9,513,1,9,357,1,13,911,1,9,537,1,9,399,1,13,2706,1,18,10,A,7,2,A,7,30.0,A,7,20.6,A,7,57,A,7,982,A,7,340,A,7,2.1,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,13:00,1284,1329,803,1,13,416,1,9,401,1,13,857,1,13,435,1,9,437,1,13,3490,1,21,10,A,7,4,A,7,30.6,A,7,19.4,A,7,52,A,7,981,A,7,270,A,7,3.1,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,14:00,1236,1329,773,1,13,304,1,9,490,1,13,839,1,13,330,1,9,531,1,13,2885,1,21,10,A,7,7,A,7,30.0,A,7,16.7,A,7,45,A,7,980,A,7,290,A,7,5.2,A,7,11300,B,7,7620,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,15:00,1123,1329,689,1,13,420,1,9,334,1,13,733,1,13,438,1,9,362,1,13,1422,1,21,10,A,7,5,A,7,30.0,A,7,16.7,A,7,45,A,7,980,A,7,320,A,7,2.6,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,16:00,954,1329,535,1,13,356,1,9,279,1,13,584,1,13,384,1,9,308,1,13,813,1,21,10,A,7,4,A,7,28.3,A,7,17.2,A,7,51,A,7,979,A,7,40,A,7,4.1,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,17:00,740,1329,306,1,13,113,1,9,243,1,13,334,1,13,117,1,9,269,1,13,632,1,21,10,A,7,7,A,7,27.8,A,7,17.8,A,7,55,A,7,979,A,7,30,A,7,2.1,A,7,11300,B,7,7620,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,18:00,496,1329,175,1,9,56,1,9,155,1,13,193,1,9,53,1,9,173,1,13,424,1,18,10,A,7,8,A,7,27.2,A,7,18.3,A,7,58,A,7,979,A,7,20,A,7,1.5,A,7,11300,B,7,7620,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,19:00,238,1329,63,1,13,21,1,9,60,1,13,70,1,13,16,1,9,67,1,13,150,1,21,10,A,7,8,A,7,25.6,A,7,18.3,A,7,64,A,7,979,A,7,360,A,7,2.6,A,7,11300,B,7,7620,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,20:00,25,631,6,1,13,0,1,9,6,1,13,7,1,13,0,1,9,7,1,13,23,1,21,10,A,7,10,A,7,23.9,A,7,18.3,A,7,71,A,7,980,A,7,40,A,7,2.6,A,7,11300,B,7,2440,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.9,A,7,18.3,A,7,71,A,7,980,A,7,10,A,7,2.6,A,7,11300,B,7,2440,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.9,A,7,18.3,A,7,71,A,7,980,A,7,310,A,7,2.6,A,7,11300,B,7,1830,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,18.3,A,7,74,A,7,980,A,7,0,A,7,0.0,A,7,11300,B,7,2440,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/30/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,16.7,A,7,76,A,7,981,A,7,180,A,7,2.1,A,7,11300,B,7,2130,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/31/1986,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,21.1,A,7,17.2,A,7,79,A,7,980,A,7,0,A,7,0.0,A,7,11300,B,7,2130,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/31/1986,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,18.3,A,7,87,A,7,980,A,7,240,A,7,2.6,A,7,11300,B,7,2440,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/31/1986,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,19.4,A,7,17.8,A,7,90,A,7,980,A,7,230,A,7,3.1,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/31/1986,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,20.0,A,7,17.8,A,7,87,A,7,980,A,7,260,A,7,3.6,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/31/1986,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,19.4,A,7,17.2,A,7,87,A,7,980,A,7,270,A,7,2.6,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/31/1986,06:00,95,1185,28,1,13,14,1,9,27,1,13,31,1,13,9,1,9,30,1,13,65,1,21,10,A,7,7,A,7,20.0,A,7,16.1,A,7,78,A,7,980,A,7,300,A,7,3.6,A,7,11300,B,7,7620,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/31/1986,07:00,348,1329,69,1,9,22,1,9,63,1,13,76,1,9,19,1,9,71,1,13,176,1,18,10,A,7,9,A,7,20.6,A,7,16.7,A,7,79,A,7,981,A,7,320,A,7,2.6,A,7,11300,B,7,7620,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/31/1986,08:00,602,1329,343,1,13,450,1,9,139,1,13,365,1,13,444,1,9,164,1,13,279,1,21,7,A,7,3,A,7,22.2,A,7,16.7,A,7,71,A,7,981,A,7,330,A,7,2.1,A,7,9700,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +05/31/1986,09:00,836,1329,539,1,13,571,1,9,179,1,13,561,1,13,571,1,9,201,1,13,431,1,21,7,A,7,5,A,7,23.9,A,7,16.1,A,7,62,A,7,981,A,7,310,A,7,3.6,A,7,9700,B,7,7620,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,10:00,1032,1329,625,1,13,532,1,9,211,1,13,659,1,13,539,1,9,239,1,13,699,1,21,4,A,7,4,A,7,26.7,A,7,17.8,A,7,58,A,7,981,A,7,30,A,7,2.6,A,7,9700,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,11:00,1179,1329,897,1,9,846,1,9,145,1,13,918,1,9,847,1,9,166,1,13,541,1,18,0,A,7,0,A,7,27.8,A,7,18.3,A,7,57,A,7,981,A,7,350,A,7,2.1,A,7,9700,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,12:00,1264,1329,883,1,13,695,1,9,220,1,13,950,1,13,713,1,9,270,1,13,1642,1,21,4,A,7,4,A,7,28.9,A,7,18.9,A,7,55,A,7,980,A,7,330,A,7,4.1,A,7,9700,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,13:00,1284,1329,856,1,13,561,1,9,313,1,13,937,1,13,588,1,9,367,1,13,2723,1,21,5,A,7,5,A,7,29.4,A,7,19.4,A,7,55,A,7,980,A,7,320,A,7,3.1,A,7,9700,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,14:00,1236,1329,663,1,13,339,1,9,348,1,13,739,1,13,369,1,9,395,1,13,1997,1,21,7,A,7,7,A,7,27.8,A,7,13.9,A,7,43,A,7,979,A,7,40,A,7,3.1,A,7,8000,B,7,1520,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,15:00,1124,1329,771,1,9,666,1,9,207,1,13,823,1,9,680,1,9,246,1,13,869,1,18,1,A,7,1,A,7,30.6,A,7,13.9,A,7,36,A,7,979,A,7,300,A,7,3.1,A,7,8000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,16:00,956,1329,641,1,9,670,1,9,160,1,13,685,1,9,684,1,9,192,1,13,470,1,18,2,A,7,2,A,7,29.4,A,7,13.9,A,7,39,A,7,979,A,7,340,A,7,1.5,A,7,8000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,17:00,742,1329,476,1,9,680,1,9,97,1,13,501,1,9,674,1,9,124,1,13,216,1,18,1,A,7,1,A,7,30.0,A,7,12.8,A,7,35,A,7,978,A,7,310,A,7,3.1,A,7,8000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,18:00,498,1329,301,1,9,599,1,9,78,1,13,318,1,9,563,1,9,106,1,13,155,1,18,0,A,7,0,A,7,28.9,A,7,13.3,A,7,38,A,7,978,A,7,310,A,7,2.1,A,7,8000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,19:00,241,1329,99,1,13,268,1,9,51,1,13,105,1,13,192,1,9,70,1,13,91,1,21,4,A,7,1,A,7,28.3,A,7,13.9,A,7,41,A,7,979,A,7,300,A,7,2.1,A,7,8000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,20:00,27,653,11,1,13,14,1,9,9,1,13,11,1,13,5,1,9,11,1,13,18,1,21,3,A,7,2,A,7,26.1,A,7,15.0,A,7,51,A,7,979,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,23.9,A,7,15.6,A,7,60,A,7,979,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,23.3,A,7,16.0,A,7,66,A,7,980,A,7,0,A,7,0.3,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +05/31/1986,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,22.8,A,7,16.4,A,7,78,A,7,980,A,7,0,A,7,0.6,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +05/31/1986,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.2,A,7,16.8,A,7,76,A,7,980,A,7,0,A,7,0.9,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/01/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,21.7,A,7,17.1,A,7,79,A,7,990,A,7,240,A,7,1.2,A,7,11300,B,7,3660,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/01/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,21.1,A,7,17.5,A,7,79,A,7,990,A,7,290,A,7,1.5,A,7,16100,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/01/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,20.6,A,7,17.9,A,7,84,A,7,989,A,7,250,A,7,1.8,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/01/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,20.0,A,7,18.3,A,7,90,A,7,989,A,7,230,A,7,2.1,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/01/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,19.4,A,7,17.8,A,7,90,A,7,990,A,7,240,A,7,2.6,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/01/1989,06:00,97,1207,35,1,13,92,1,9,26,1,13,36,1,13,39,1,9,33,1,13,46,1,21,0,A,7,0,A,7,20.0,A,7,18.3,A,7,90,A,7,991,A,7,300,A,7,2.6,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/01/1989,07:00,349,1328,181,1,9,445,1,9,64,1,13,187,1,9,376,1,9,88,1,13,118,1,18,0,A,7,0,A,7,23.3,A,7,17.8,A,7,71,A,7,991,A,7,320,A,7,3.1,A,7,6400,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/01/1989,08:00,603,1328,385,1,9,637,1,9,95,1,13,405,1,9,622,1,9,123,1,13,198,1,18,0,A,7,0,A,7,26.7,A,7,18.3,A,7,60,A,7,991,A,7,330,A,7,3.6,A,7,8000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/01/1989,09:00,836,1328,588,1,9,739,1,9,122,1,13,612,1,9,735,1,9,148,1,13,281,1,18,0,A,7,0,A,7,28.3,A,7,18.9,A,7,57,A,7,991,A,7,320,A,7,3.1,A,7,9700,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/01/1989,10:00,1033,1328,763,1,9,797,1,9,142,1,13,804,1,9,803,1,9,178,1,13,447,1,18,0,A,7,0,A,7,30.0,A,7,18.9,A,7,51,A,7,991,A,7,350,A,7,3.6,A,7,11300,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/01/1989,11:00,1179,1328,895,1,9,833,1,9,154,1,13,953,1,9,844,1,9,203,1,13,732,1,18,0,A,7,0,A,7,31.1,A,7,18.9,A,7,48,A,7,991,A,7,300,A,7,4.1,A,7,11300,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/01/1989,12:00,1265,1328,916,1,9,768,1,9,183,1,13,968,1,9,775,1,9,228,1,13,1289,1,18,2,A,7,2,A,7,31.1,A,7,18.9,A,7,48,A,7,990,A,7,300,A,7,3.1,A,7,9700,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/01/1989,13:00,1285,1328,900,1,13,681,1,9,241,1,13,966,1,13,697,1,9,291,1,13,2071,1,21,4,A,7,4,A,7,32.2,A,7,18.9,A,7,45,A,7,990,A,7,300,A,7,4.1,A,7,9700,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/01/1989,14:00,1237,1328,875,1,13,723,1,9,201,1,13,946,1,13,744,1,9,252,1,13,1298,1,21,3,A,7,3,A,7,32.8,A,7,19.4,A,7,45,A,7,989,A,7,240,A,7,2.6,A,7,9700,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/01/1989,15:00,1126,1328,648,1,13,495,1,9,229,1,13,687,1,13,503,1,9,260,1,13,957,1,21,3,A,7,3,A,7,32.8,A,7,19.4,A,7,45,A,7,989,A,7,230,A,7,4.1,A,7,9700,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/01/1989,16:00,957,1328,685,1,13,721,1,9,166,1,13,730,1,13,735,1,9,199,1,13,488,1,21,3,A,7,3,A,7,32.8,A,7,19.4,A,7,45,A,7,988,A,7,260,A,7,4.1,A,7,9700,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/01/1989,17:00,744,1328,487,1,9,652,1,9,123,1,13,517,1,9,653,1,9,150,1,13,281,1,18,2,A,7,2,A,7,32.2,A,7,20.0,A,7,48,A,7,988,A,7,240,A,7,4.6,A,7,9700,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/01/1989,18:00,501,1328,285,1,13,494,1,9,100,1,13,295,1,13,460,1,9,122,1,13,190,1,21,4,A,7,3,A,7,31.7,A,7,19.4,A,7,48,A,7,987,A,7,230,A,7,3.1,A,7,8000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/01/1989,19:00,244,1328,92,1,13,196,1,9,56,1,13,98,1,13,140,1,9,73,1,13,103,1,21,5,A,7,2,A,7,29.4,A,7,20.0,A,7,57,A,7,987,A,7,220,A,7,3.1,A,7,8000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/01/1989,20:00,28,653,10,1,13,12,1,9,8,1,13,10,1,13,5,1,9,10,1,13,16,1,21,2,A,7,1,A,7,27.2,A,7,20.0,A,7,65,A,7,987,A,7,210,A,7,2.6,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/01/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,26.1,A,7,20.0,A,7,69,A,7,988,A,7,220,A,7,2.6,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/01/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.6,A,7,20.0,A,7,72,A,7,988,A,7,240,A,7,2.6,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/01/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.0,A,7,19.4,A,7,71,A,7,988,A,7,250,A,7,1.5,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/01/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,23.9,A,7,19.4,A,7,76,A,7,988,A,7,250,A,7,2.6,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/02/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.2,A,7,19.4,A,7,84,A,7,987,A,7,230,A,7,3.1,A,7,9700,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/02/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.8,A,7,20.0,A,7,84,A,7,987,A,7,270,A,7,3.1,A,7,9700,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.2,A,7,20.0,A,7,87,A,7,987,A,7,290,A,7,2.6,A,7,9700,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.2,A,7,20.0,A,7,87,A,7,987,A,7,270,A,7,2.6,A,7,9700,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,21.7,A,7,19.4,A,7,87,A,7,987,A,7,300,A,7,2.6,A,7,9700,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,06:00,98,1206,33,1,13,52,1,9,27,1,13,35,1,13,26,1,9,32,1,13,56,1,21,0,A,7,0,A,7,22.2,A,7,18.9,A,7,82,A,7,987,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,07:00,350,1328,170,1,9,365,1,9,74,1,13,181,1,9,308,1,9,99,1,13,135,1,18,0,A,7,0,A,7,24.4,A,7,20.0,A,7,76,A,7,987,A,7,230,A,7,2.6,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,08:00,604,1328,370,1,9,562,1,9,114,1,13,385,1,9,544,1,9,137,1,13,231,1,18,0,A,7,0,A,7,27.2,A,7,20.0,A,7,65,A,7,988,A,7,290,A,7,3.1,A,7,8000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,09:00,837,1328,574,1,9,676,1,9,148,1,13,607,1,9,683,1,9,176,1,13,367,1,18,0,A,7,0,A,7,30.0,A,7,20.0,A,7,55,A,7,987,A,7,340,A,7,3.1,A,7,9700,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,10:00,1033,1328,750,1,9,741,1,9,172,1,13,802,1,9,759,1,9,210,1,13,584,1,18,0,A,7,0,A,7,30.6,A,7,18.9,A,7,50,A,7,987,A,7,310,A,7,4.6,A,7,9700,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,11:00,1179,1328,880,1,9,778,1,9,188,1,13,918,1,9,780,1,9,223,1,13,858,1,18,0,A,7,0,A,7,31.7,A,7,19.4,A,7,48,A,7,987,A,7,300,A,7,5.2,A,7,9700,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,12:00,1265,1328,959,1,9,799,1,9,197,1,13,1006,1,9,803,1,9,240,1,13,1379,1,18,0,A,7,0,A,7,32.2,A,7,20.0,A,7,48,A,7,987,A,7,280,A,7,5.2,A,7,9700,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,13:00,1285,1328,941,1,9,771,1,9,194,1,13,991,1,9,776,1,9,238,1,13,1578,1,18,1,A,7,1,A,7,32.2,A,7,18.9,A,7,45,A,7,986,A,7,240,A,7,3.1,A,7,9700,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,14:00,1238,1328,884,1,13,674,1,9,255,1,13,940,1,13,686,1,9,299,1,13,1634,1,21,3,A,7,3,A,7,33.3,A,7,18.9,A,7,42,A,7,985,A,7,260,A,7,4.1,A,7,8000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,15:00,1126,1328,473,1,13,278,1,9,237,1,13,521,1,13,291,1,9,274,1,13,1003,1,21,5,A,7,5,A,7,33.9,A,7,18.9,A,7,41,A,7,984,A,7,260,A,7,4.1,A,7,8000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/02/1989,16:00,959,1328,172,1,9,13,1,9,163,1,13,209,1,9,10,1,9,202,1,13,810,1,18,10,A,7,10,A,7,28.3,A,7,17.2,A,7,51,A,7,985,A,7,250,A,7,10.3,A,7,2400,B,7,1520,A,7,3.0,E,8,0.000,F,8,0.00,?,0,13,1,D,9,05,C,8 +06/02/1989,17:00,746,1328,209,1,9,9,1,9,204,1,13,241,1,9,7,1,9,237,1,13,861,1,18,10,A,7,10,A,7,21.7,A,7,19.4,A,7,87,A,7,986,A,7,320,A,7,4.1,A,7,8000,B,7,1980,A,7,3.4,E,8,0.000,F,8,0.00,?,0,124,1,D,9,05,C,8 +06/02/1989,18:00,502,1328,61,1,9,6,1,9,59,1,13,74,1,9,3,1,9,73,1,13,265,1,18,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,986,A,7,30,A,7,2.6,A,7,6400,B,7,910,A,7,3.5,E,8,0.000,F,8,0.00,?,0,84,1,D,9,45,C,8 +06/02/1989,19:00,246,1328,63,1,13,31,1,9,57,1,13,69,1,13,25,1,9,64,1,13,146,1,21,8,A,7,8,A,7,21.7,A,7,18.9,A,7,84,A,7,986,A,7,0,A,7,0.0,A,7,11300,B,7,2130,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/02/1989,20:00,29,675,14,1,13,1,1,9,14,1,13,16,1,13,0,1,9,16,1,13,48,1,21,8,A,7,7,A,7,20.6,A,7,18.9,A,7,90,A,7,985,A,7,20,A,7,2.1,A,7,11300,B,7,3050,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,25,C,8 +06/02/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,5,A,7,20.0,A,7,18.9,A,7,93,A,7,986,A,7,30,A,7,1.5,A,7,24100,B,7,7620,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/02/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,20.0,A,7,18.3,A,7,90,A,7,985,A,7,350,A,7,1.5,A,7,24100,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/02/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,18.9,A,7,18.3,A,7,97,A,7,985,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/02/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,19.4,A,7,18.9,A,7,97,A,7,986,A,7,240,A,7,2.1,A,7,24100,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,18.9,A,7,18.3,A,7,97,A,7,986,A,7,210,A,7,1.5,A,7,16100,B,7,2130,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,19.4,A,7,18.3,A,7,93,A,7,985,A,7,210,A,7,2.1,A,7,16100,B,7,1980,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,8,A,7,18.9,A,7,18.9,A,7,100,A,7,985,A,7,240,A,7,2.1,A,7,16100,B,7,2130,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,18.9,A,7,17.8,A,7,93,A,7,985,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,18.9,A,7,17.8,A,7,93,A,7,985,A,7,280,A,7,2.1,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,06:00,99,1228,36,1,13,63,1,9,30,1,13,39,1,13,32,1,9,36,1,13,62,1,21,9,A,7,2,A,7,18.9,A,7,17.8,A,7,93,A,7,985,A,7,300,A,7,2.1,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,07:00,351,1328,181,1,9,435,1,9,66,1,13,186,1,9,368,1,9,89,1,13,121,1,18,7,A,7,2,A,7,20.0,A,7,18.3,A,7,90,A,7,986,A,7,320,A,7,2.6,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,08:00,604,1328,365,1,9,515,1,9,130,1,13,391,1,9,509,1,9,159,1,13,260,1,18,5,A,7,2,A,7,22.2,A,7,18.9,A,7,82,A,7,986,A,7,290,A,7,2.6,A,7,16100,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,09:00,837,1328,525,1,13,562,1,9,170,1,13,549,1,13,564,1,9,193,1,13,414,1,21,5,A,7,3,A,7,25.0,A,7,18.3,A,7,67,A,7,986,A,7,320,A,7,2.1,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,10:00,1033,1328,706,1,9,782,1,9,97,1,13,733,1,9,783,1,9,123,1,13,290,1,18,3,A,7,2,A,7,27.2,A,7,19.4,A,7,63,A,7,986,A,7,80,A,7,2.1,A,7,16100,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,11:00,1179,1328,800,1,13,632,1,9,238,1,13,850,1,13,643,1,9,277,1,13,1189,1,21,4,A,7,3,A,7,28.9,A,7,18.9,A,7,55,A,7,985,A,7,340,A,7,1.5,A,7,11300,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,12:00,1265,1328,913,1,9,775,1,9,173,1,13,971,1,9,784,1,9,222,1,13,1237,1,18,3,A,7,2,A,7,29.4,A,7,19.4,A,7,55,A,7,985,A,7,240,A,7,2.1,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,13:00,1285,1328,971,1,13,862,1,9,136,1,13,997,1,13,865,1,9,158,1,13,952,1,21,3,A,7,3,A,7,29.4,A,7,17.8,A,7,50,A,7,984,A,7,320,A,7,2.1,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,14:00,1238,1328,853,1,13,643,1,9,252,1,13,907,1,13,655,1,9,295,1,13,1623,1,21,4,A,7,4,A,7,30.6,A,7,18.3,A,7,48,A,7,983,A,7,170,A,7,3.6,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,15:00,1127,1328,646,1,13,482,1,9,236,1,13,712,1,13,505,1,9,282,1,13,1002,1,21,4,A,7,4,A,7,30.6,A,7,18.3,A,7,48,A,7,982,A,7,190,A,7,4.6,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,16:00,960,1328,685,1,9,769,1,9,130,1,13,724,1,9,773,1,9,163,1,13,361,1,18,4,A,7,2,A,7,30.0,A,7,17.8,A,7,48,A,7,982,A,7,220,A,7,5.2,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,17:00,747,1328,434,1,9,492,1,9,158,1,13,471,1,9,502,1,9,188,1,13,350,1,18,6,A,7,2,A,7,30.0,A,7,18.3,A,7,50,A,7,981,A,7,230,A,7,4.1,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,18:00,504,1328,286,1,9,472,1,9,108,1,13,307,1,9,448,1,9,136,1,13,206,1,18,8,A,7,2,A,7,29.4,A,7,18.3,A,7,51,A,7,981,A,7,250,A,7,3.1,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,19:00,248,1328,72,1,13,45,1,9,64,1,13,79,1,13,36,1,9,73,1,13,160,1,21,8,A,7,7,A,7,27.8,A,7,19.4,A,7,61,A,7,981,A,7,210,A,7,2.1,A,7,16100,B,7,7620,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,20:00,30,697,14,1,13,25,1,9,12,1,13,15,1,13,10,1,9,14,1,13,25,1,21,4,A,7,3,A,7,25.0,A,7,19.4,A,7,71,A,7,981,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,24.4,A,7,20.0,A,7,76,A,7,982,A,7,320,A,7,1.5,A,7,16100,B,7,1980,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,22.8,A,7,20.0,A,7,84,A,7,982,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,21.7,A,7,20.0,A,7,90,A,7,982,A,7,220,A,7,2.6,A,7,16100,B,7,3660,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/03/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,23.3,A,7,18.9,A,7,76,A,7,982,A,7,240,A,7,4.6,A,7,16100,B,7,3660,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,23.3,A,7,17.8,A,7,71,A,7,982,A,7,230,A,7,4.6,A,7,16100,B,7,3660,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,22.2,A,7,16.7,A,7,71,A,7,982,A,7,230,A,7,4.1,A,7,16100,B,7,3660,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,21.1,A,7,17.2,A,7,79,A,7,982,A,7,230,A,7,4.1,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,21.1,A,7,16.7,A,7,76,A,7,982,A,7,240,A,7,4.1,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,1,A,7,20.6,A,7,16.1,A,7,76,A,7,982,A,7,230,A,7,5.2,A,7,16100,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,06:00,99,1228,33,1,13,38,1,9,29,1,13,35,1,13,19,1,9,34,1,13,60,1,21,8,A,7,1,A,7,20.6,A,7,16.7,A,7,79,A,7,982,A,7,230,A,7,4.1,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,07:00,352,1327,150,1,13,228,1,9,90,1,13,160,1,13,196,1,9,108,1,13,173,1,21,5,A,7,3,A,7,21.7,A,7,17.2,A,7,76,A,7,982,A,7,220,A,7,4.1,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,08:00,605,1327,346,1,9,470,1,9,131,1,13,370,1,9,464,1,9,158,1,13,262,1,18,2,A,7,2,A,7,23.9,A,7,18.9,A,7,74,A,7,982,A,7,230,A,7,4.6,A,7,16100,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,09:00,837,1327,513,1,9,502,1,9,196,1,13,552,1,9,517,1,9,225,1,13,480,1,18,2,A,7,2,A,7,25.0,A,7,19.4,A,7,71,A,7,982,A,7,210,A,7,3.1,A,7,16100,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,10:00,1033,1327,714,1,9,709,1,9,161,1,13,767,1,9,728,1,9,199,1,13,550,1,18,3,A,7,1,A,7,27.8,A,7,19.4,A,7,61,A,7,983,A,7,260,A,7,3.6,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,11:00,1179,1327,841,1,9,723,1,9,197,1,13,905,1,9,743,1,9,243,1,13,998,1,18,2,A,7,2,A,7,28.9,A,7,18.9,A,7,55,A,7,983,A,7,260,A,7,4.6,A,7,11300,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,12:00,1265,1327,862,1,13,624,1,9,265,1,13,915,1,13,635,1,9,309,1,13,1992,1,21,4,A,7,3,A,7,29.4,A,7,18.9,A,7,53,A,7,983,A,7,240,A,7,6.2,A,7,11300,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,13:00,1286,1327,930,1,13,649,1,9,300,1,13,982,1,13,656,1,9,345,1,13,2597,1,21,4,A,7,4,A,7,30.0,A,7,18.3,A,7,50,A,7,982,A,7,280,A,7,4.6,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,14:00,1239,1327,815,1,13,542,1,9,309,1,13,889,1,13,568,1,9,357,1,13,2044,1,21,5,A,7,4,A,7,31.1,A,7,17.8,A,7,45,A,7,982,A,7,240,A,7,3.1,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,15:00,1128,1327,468,1,13,204,1,9,295,1,13,522,1,13,222,1,9,332,1,13,1177,1,21,6,A,7,6,A,7,31.1,A,7,18.3,A,7,47,A,7,981,A,7,250,A,7,3.6,A,7,16100,B,7,1520,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,16:00,961,1327,503,1,13,370,1,9,236,1,13,543,1,13,385,1,9,264,1,13,693,1,21,6,A,7,6,A,7,31.1,A,7,18.3,A,7,47,A,7,981,A,7,220,A,7,6.2,A,7,16100,B,7,1520,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,17:00,749,1327,299,1,9,82,1,9,252,1,13,328,1,9,83,1,9,281,1,13,786,1,18,8,A,7,8,A,7,29.4,A,7,19.4,A,7,55,A,7,981,A,7,10,A,7,1.5,A,7,16100,B,7,1520,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,18:00,506,1327,90,1,9,4,1,9,88,1,13,105,1,9,2,1,9,104,1,13,375,1,18,10,A,7,10,A,7,27.2,A,7,20.6,A,7,67,A,7,981,A,7,230,A,7,10.3,A,7,16100,B,7,1220,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,19:00,250,1327,27,1,13,12,1,9,24,1,13,29,1,13,9,1,9,27,1,13,68,1,21,10,A,7,8,A,7,21.7,A,7,19.4,A,7,87,A,7,983,A,7,350,A,7,2.6,A,7,11300,B,7,1220,A,7,3.4,E,8,0.000,F,8,0.00,?,0,8,1,D,9,17,C,8 +06/04/1989,20:00,32,697,9,1,13,0,1,9,9,1,13,11,1,13,0,1,9,11,1,13,33,1,21,10,A,7,9,A,7,20.6,A,7,19.4,A,7,93,A,7,983,A,7,100,A,7,2.1,A,7,16100,B,7,3050,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,80,C,8 +06/04/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,983,A,7,230,A,7,3.6,A,7,19300,B,7,1830,A,7,3.5,E,8,0.000,?,0,0.00,?,0,3,1,D,9,80,C,8 +06/04/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,20.6,A,7,20.0,A,7,97,A,7,984,A,7,40,A,7,2.6,A,7,19300,B,7,3350,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/04/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,984,A,7,230,A,7,2.1,A,7,16100,B,7,1220,A,7,3.5,E,8,0.000,?,0,0.00,?,0,3,1,D,9,00,C,8 +06/04/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,984,A,7,160,A,7,2.6,A,7,16100,B,7,3050,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +06/05/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,19.4,A,7,93,A,7,983,A,7,170,A,7,3.6,A,7,16100,B,7,3050,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.9,A,7,97,A,7,983,A,7,170,A,7,2.6,A,7,16100,B,7,3050,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +06/05/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,19.4,A,7,97,A,7,983,A,7,210,A,7,3.1,A,7,11300,B,7,1520,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,19.4,A,7,97,A,7,983,A,7,230,A,7,2.1,A,7,11300,B,7,1520,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,19.4,A,7,18.9,A,7,97,A,7,983,A,7,230,A,7,3.1,A,7,11300,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,06:00,100,1227,29,1,13,0,1,9,29,1,13,32,1,13,0,1,9,32,1,13,95,1,21,10,A,7,10,A,7,20.0,A,7,19.4,A,7,97,A,7,983,A,7,230,A,7,3.6,A,7,3200,B,7,120,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,07:00,352,1327,58,1,9,3,1,9,57,1,13,67,1,9,1,1,9,67,1,13,230,1,18,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,983,A,7,230,A,7,5.2,A,7,3200,B,7,180,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/05/1989,08:00,605,1327,157,1,9,3,1,9,155,1,13,179,1,9,2,1,9,178,1,13,630,1,18,10,A,7,10,A,7,21.1,A,7,19.4,A,7,90,A,7,984,A,7,210,A,7,3.6,A,7,3200,B,7,180,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +06/05/1989,09:00,837,1327,269,1,9,5,1,9,266,1,13,309,1,9,4,1,9,306,1,13,1108,1,18,10,A,7,10,A,7,22.8,A,7,20.0,A,7,84,A,7,984,A,7,250,A,7,2.6,A,7,4800,B,7,370,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/05/1989,10:00,1033,1327,657,1,13,425,1,9,325,1,13,691,1,13,442,1,9,347,1,13,1117,1,21,6,A,7,6,A,7,24.4,A,7,20.6,A,7,79,A,7,984,A,7,250,A,7,2.6,A,7,11300,B,7,1830,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/05/1989,11:00,1179,1327,780,1,13,480,1,9,352,1,13,831,1,13,501,1,9,385,1,13,1811,1,21,5,A,7,5,A,7,26.1,A,7,20.6,A,7,72,A,7,983,A,7,230,A,7,4.1,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,12:00,1266,1327,818,1,9,539,1,9,303,1,13,896,1,9,565,1,9,356,1,13,2339,1,18,2,A,7,2,A,7,27.2,A,7,20.6,A,7,67,A,7,983,A,7,240,A,7,4.6,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,13:00,1286,1327,926,1,9,648,1,9,297,1,13,979,1,9,656,1,9,342,1,13,2585,1,18,2,A,7,2,A,7,28.9,A,7,19.4,A,7,57,A,7,982,A,7,260,A,7,5.2,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,14:00,1239,1327,855,1,13,524,1,9,365,1,13,916,1,13,548,1,9,404,1,13,2439,1,21,4,A,7,4,A,7,30.0,A,7,18.9,A,7,51,A,7,981,A,7,230,A,7,4.6,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,15:00,1129,1327,554,1,9,225,1,9,362,1,13,607,1,9,244,1,9,398,1,13,1481,1,18,8,A,7,8,A,7,29.4,A,7,18.9,A,7,53,A,7,980,A,7,210,A,7,5.7,A,7,11300,B,7,2440,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,16:00,962,1327,411,1,9,80,1,9,353,1,13,453,1,9,82,1,9,393,1,13,1263,1,18,8,A,7,8,A,7,29.4,A,7,19.4,A,7,55,A,7,980,A,7,220,A,7,5.2,A,7,11300,B,7,7620,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,17:00,750,1327,373,1,9,254,1,9,230,1,13,402,1,9,268,1,9,250,1,13,550,1,18,8,A,7,8,A,7,29.4,A,7,19.4,A,7,55,A,7,980,A,7,210,A,7,5.2,A,7,11300,B,7,7620,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,18:00,508,1327,60,1,9,30,1,9,49,1,13,67,1,9,28,1,9,56,1,13,157,1,18,8,A,7,8,A,7,26.7,A,7,19.4,A,7,65,A,7,980,A,7,190,A,7,4.1,A,7,11300,B,7,910,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,19:00,252,1327,31,1,13,1,1,9,31,1,13,37,1,13,0,1,9,37,1,13,125,1,21,10,A,7,10,A,7,22.8,A,7,19.4,A,7,82,A,7,982,A,7,30,A,7,2.6,A,7,800,B,7,90,A,7,3.4,E,8,0.000,F,8,0.00,?,0,66,1,D,9,17,C,8 +06/05/1989,20:00,33,719,8,1,13,0,1,9,8,1,13,10,1,13,0,1,9,10,1,13,30,1,21,10,A,7,10,A,7,21.1,A,7,19.4,A,7,90,A,7,982,A,7,320,A,7,2.6,A,7,11300,B,7,1070,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/05/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,981,A,7,160,A,7,2.6,A,7,11300,B,7,1070,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +06/05/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,19.4,A,7,97,A,7,982,A,7,160,A,7,5.2,A,7,11300,B,7,7620,A,7,3.4,E,8,0.000,?,0,0.00,?,0,3,1,D,9,80,C,8 +06/05/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.9,A,7,97,A,7,981,A,7,150,A,7,3.1,A,7,11300,B,7,2130,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/05/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.9,A,7,97,A,7,981,A,7,180,A,7,4.1,A,7,11300,B,7,210,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +06/06/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,8,A,7,19.4,A,7,18.3,A,7,93,A,7,980,A,7,200,A,7,4.1,A,7,11300,B,7,270,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.9,A,7,97,A,7,980,A,7,240,A,7,3.1,A,7,11300,B,7,240,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +06/06/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,980,A,7,240,A,7,4.6,A,7,11300,B,7,270,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.9,A,7,97,A,7,980,A,7,230,A,7,3.6,A,7,11300,B,7,270,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,51,C,8 +06/06/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.3,A,7,90,A,7,981,A,7,230,A,7,4.1,A,7,11300,B,7,1040,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,06:00,101,1227,21,1,13,6,1,9,20,1,13,23,1,13,4,1,9,22,1,13,51,1,21,10,A,7,8,A,7,19.4,A,7,18.3,A,7,93,A,7,981,A,7,230,A,7,4.1,A,7,11300,B,7,4570,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,07:00,352,1326,93,1,9,3,1,9,92,1,13,104,1,9,2,1,9,104,1,13,331,1,18,10,A,7,10,A,7,20.0,A,7,18.3,A,7,90,A,7,981,A,7,240,A,7,3.1,A,7,11300,B,7,400,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,08:00,605,1326,150,1,9,23,1,9,140,1,13,166,1,9,22,1,9,156,1,13,430,1,18,10,A,7,10,A,7,20.0,A,7,18.3,A,7,90,A,7,982,A,7,220,A,7,2.6,A,7,11300,B,7,400,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +06/06/1989,09:00,837,1326,277,1,9,3,1,9,276,1,13,318,1,9,3,1,9,316,1,13,1136,1,18,10,A,7,10,A,7,21.1,A,7,18.9,A,7,87,A,7,982,A,7,240,A,7,3.1,A,7,11300,B,7,400,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,10:00,1033,1326,306,1,9,11,1,9,297,1,13,359,1,9,10,1,9,351,1,13,1341,1,18,10,A,7,10,A,7,22.2,A,7,18.9,A,7,82,A,7,982,A,7,200,A,7,3.6,A,7,11300,B,7,460,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,11:00,1179,1326,508,1,9,148,1,9,376,1,13,563,1,9,158,1,9,422,1,13,1721,1,18,9,A,7,9,A,7,22.8,A,7,18.3,A,7,76,A,7,982,A,7,200,A,7,4.1,A,7,11300,B,7,610,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,12:00,1266,1326,431,1,9,91,1,9,344,1,13,484,1,9,98,1,9,390,1,13,2155,1,18,8,A,7,8,A,7,24.4,A,7,18.3,A,7,69,A,7,981,A,7,230,A,7,4.1,A,7,11300,B,7,610,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,13:00,1286,1326,630,1,9,193,1,9,442,1,13,697,1,9,206,1,9,496,1,13,3124,1,18,8,A,7,8,A,7,23.9,A,7,18.3,A,7,71,A,7,981,A,7,210,A,7,3.1,A,7,11300,B,7,610,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,14:00,1240,1326,257,1,9,3,1,9,254,1,13,314,1,9,2,1,9,312,1,13,1245,1,18,9,A,7,9,A,7,25.0,A,7,18.9,A,7,69,A,7,980,A,7,220,A,7,3.1,A,7,11300,B,7,760,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,15:00,1130,1326,654,1,13,371,1,9,338,1,13,721,1,13,403,1,9,377,1,13,1375,1,21,6,A,7,6,A,7,26.7,A,7,18.3,A,7,60,A,7,979,A,7,190,A,7,3.6,A,7,11300,B,7,3050,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,16:00,963,1326,443,1,13,131,1,9,348,1,13,484,1,13,139,1,9,383,1,13,1095,1,21,7,A,7,7,A,7,25.6,A,7,17.8,A,7,62,A,7,979,A,7,180,A,7,3.1,A,7,11300,B,7,3050,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,17:00,752,1326,163,1,9,5,1,9,160,1,13,192,1,9,4,1,9,189,1,13,721,1,18,10,A,7,10,A,7,21.1,A,7,19.4,A,7,90,A,7,979,A,7,230,A,7,5.2,A,7,8000,B,7,760,A,7,3.3,E,8,0.000,F,8,0.00,?,0,25,1,D,9,00,C,8 +06/06/1989,18:00,510,1326,93,1,9,7,1,9,90,1,13,109,1,9,4,1,9,107,1,13,383,1,18,10,A,7,10,A,7,21.7,A,7,20.0,A,7,90,A,7,979,A,7,220,A,7,2.6,A,7,8000,B,7,2440,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/06/1989,19:00,254,1326,24,1,13,1,1,9,24,1,13,29,1,13,0,1,9,29,1,13,99,1,21,10,A,7,10,A,7,21.7,A,7,20.0,A,7,90,A,7,979,A,7,190,A,7,3.1,A,7,11300,B,7,2440,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/06/1989,20:00,34,718,10,1,13,0,1,9,10,1,13,12,1,13,0,1,9,12,1,13,37,1,21,10,A,7,10,A,7,20.6,A,7,18.9,A,7,90,A,7,980,A,7,180,A,7,2.6,A,7,19300,B,7,3050,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,80,C,8 +06/06/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,18.9,A,7,90,A,7,980,A,7,190,A,7,2.6,A,7,19300,B,7,1280,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,980,A,7,170,A,7,2.6,A,7,16100,B,7,7620,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,980,A,7,180,A,7,2.1,A,7,16100,B,7,270,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/06/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,980,A,7,210,A,7,3.1,A,7,16100,B,7,370,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,19.4,A,7,18.3,A,7,93,A,7,980,A,7,190,A,7,3.1,A,7,16100,B,7,760,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,6,A,7,18.9,A,7,18.3,A,7,97,A,7,980,A,7,190,A,7,2.6,A,7,16100,B,7,310,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +06/07/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,980,A,7,200,A,7,3.6,A,7,11300,B,7,580,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,18.3,A,7,97,A,7,979,A,7,180,A,7,2.6,A,7,11300,B,7,1310,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,18.3,A,7,97,A,7,980,A,7,200,A,7,2.6,A,7,11300,B,7,310,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,06:00,101,1227,19,1,13,0,1,9,19,1,13,22,1,13,0,1,9,22,1,13,69,1,21,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,980,A,7,220,A,7,3.1,A,7,9700,B,7,340,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,07:00,353,1326,94,1,9,5,1,9,92,1,13,105,1,9,3,1,9,104,1,13,331,1,18,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,981,A,7,170,A,7,2.1,A,7,8000,B,7,490,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/07/1989,08:00,605,1326,166,1,9,2,1,9,165,1,13,189,1,9,2,1,9,189,1,13,659,1,18,10,A,7,10,A,7,20.0,A,7,18.3,A,7,90,A,7,981,A,7,220,A,7,2.6,A,7,8000,B,7,550,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +06/07/1989,09:00,837,1326,261,1,9,3,1,9,258,1,13,299,1,9,3,1,9,297,1,13,1086,1,18,10,A,7,10,A,7,20.6,A,7,18.3,A,7,87,A,7,981,A,7,220,A,7,2.6,A,7,11300,B,7,550,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/07/1989,10:00,1033,1326,330,1,9,2,1,9,329,1,13,385,1,9,2,1,9,383,1,13,1440,1,18,10,A,7,10,A,7,21.7,A,7,18.3,A,7,81,A,7,981,A,7,170,A,7,2.1,A,7,11300,B,7,550,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,11:00,1179,1326,568,1,9,268,1,9,330,1,13,632,1,9,292,1,9,371,1,13,1538,1,18,8,A,7,8,A,7,22.2,A,7,18.3,A,7,79,A,7,981,A,7,150,A,7,3.1,A,7,11300,B,7,910,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,12:00,1266,1326,670,1,9,264,1,9,417,1,13,738,1,9,287,1,9,463,1,13,2846,1,18,8,A,7,8,A,7,24.4,A,7,19.4,A,7,74,A,7,981,A,7,140,A,7,4.6,A,7,11300,B,7,910,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,13:00,1287,1326,923,1,13,670,1,9,271,1,13,981,1,13,681,1,9,318,1,13,2392,1,21,6,A,7,6,A,7,24.4,A,7,18.3,A,7,69,A,7,980,A,7,160,A,7,3.1,A,7,11300,B,7,760,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,14:00,1240,1326,872,1,13,624,1,9,288,1,13,920,1,13,631,1,9,329,1,13,1873,1,21,6,A,7,6,A,7,23.9,A,7,18.3,A,7,71,A,7,980,A,7,180,A,7,2.6,A,7,11300,B,7,610,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,15:00,1131,1326,719,1,13,466,1,9,321,1,13,769,1,13,487,1,9,353,1,13,1403,1,21,8,A,7,7,A,7,25.6,A,7,18.9,A,7,67,A,7,980,A,7,150,A,7,4.1,A,7,11300,B,7,760,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,16:00,964,1326,622,1,13,529,1,9,237,1,13,670,1,13,550,1,9,269,1,13,701,1,21,7,A,7,5,A,7,25.6,A,7,18.9,A,7,67,A,7,979,A,7,170,A,7,2.6,A,7,11300,B,7,7620,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,17:00,753,1326,452,1,13,464,1,9,190,1,13,482,1,13,473,1,9,213,1,13,430,1,21,8,A,7,4,A,7,26.1,A,7,18.9,A,7,65,A,7,979,A,7,180,A,7,3.6,A,7,11300,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,18:00,511,1326,252,1,13,339,1,9,122,1,13,267,1,13,323,1,9,142,1,13,236,1,21,8,A,7,3,A,7,24.4,A,7,19.4,A,7,74,A,7,980,A,7,160,A,7,2.6,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,19:00,256,1326,99,1,13,200,1,9,61,1,13,106,1,13,147,1,9,78,1,13,113,1,21,5,A,7,5,A,7,22.8,A,7,19.4,A,7,82,A,7,980,A,7,160,A,7,2.6,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,20:00,35,740,7,1,13,1,1,9,7,1,13,8,1,13,0,1,9,8,1,13,27,1,21,10,A,7,10,A,7,21.1,A,7,17.2,A,7,79,A,7,981,A,7,50,A,7,5.2,A,7,11300,B,7,460,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +06/07/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,19.4,A,7,17.2,A,7,87,A,7,981,A,7,100,A,7,5.2,A,7,11300,B,7,610,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,17,C,8 +06/07/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,19.4,A,7,17.2,A,7,87,A,7,981,A,7,110,A,7,5.2,A,7,11300,B,7,610,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,17,C,8 +06/07/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,18.3,A,7,17.2,A,7,93,A,7,981,A,7,310,A,7,1.5,A,7,3200,B,7,460,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/07/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,17.8,A,7,17.2,A,7,97,A,7,982,A,7,340,A,7,2.1,A,7,8000,B,7,760,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,17,C,8 +06/08/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,17.2,A,7,97,A,7,981,A,7,50,A,7,2.6,A,7,9700,B,7,310,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,17,C,8 +06/08/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,982,A,7,80,A,7,2.6,A,7,12900,B,7,460,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,25,C,8 +06/08/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.8,A,7,97,A,7,982,A,7,80,A,7,2.6,A,7,16100,B,7,490,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/08/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.8,A,7,97,A,7,982,A,7,80,A,7,2.1,A,7,16100,B,7,490,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/08/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,982,A,7,340,A,7,1.5,A,7,9700,B,7,460,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/08/1989,06:00,102,1248,17,1,13,2,1,9,16,1,13,19,1,13,0,1,9,19,1,13,60,1,21,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,982,A,7,50,A,7,2.6,A,7,6400,B,7,490,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/08/1989,07:00,353,1326,165,1,13,312,1,9,81,1,13,173,1,13,264,1,9,102,1,13,149,1,21,4,A,7,4,A,7,19.4,A,7,18.3,A,7,93,A,7,982,A,7,100,A,7,2.6,A,7,6400,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/08/1989,08:00,605,1326,367,1,9,560,1,9,110,1,13,382,1,9,544,1,9,133,1,13,224,1,18,2,A,7,2,A,7,22.2,A,7,18.9,A,7,82,A,7,983,A,7,110,A,7,2.1,A,7,8000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +06/08/1989,09:00,837,1326,563,1,13,601,1,9,183,1,13,586,1,13,600,1,9,206,1,13,441,1,21,6,A,7,6,A,7,22.8,A,7,20.0,A,7,84,A,7,983,A,7,60,A,7,2.6,A,7,9700,B,7,370,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/08/1989,10:00,1033,1326,626,1,13,378,1,9,331,1,13,682,1,13,409,1,9,363,1,13,1108,1,21,6,A,7,6,A,7,24.4,A,7,20.6,A,7,79,A,7,983,A,7,50,A,7,2.1,A,7,9700,B,7,640,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/08/1989,11:00,1179,1326,316,1,9,9,1,9,309,1,13,379,1,9,8,1,9,372,1,13,1436,1,18,10,A,7,10,A,7,25.6,A,7,20.0,A,7,72,A,7,983,A,7,130,A,7,2.6,A,7,9700,B,7,760,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/08/1989,12:00,1266,1326,351,1,9,4,1,9,347,1,13,420,1,9,4,1,9,417,1,13,1594,1,18,10,A,7,10,A,7,26.7,A,7,20.0,A,7,67,A,7,982,A,7,170,A,7,4.6,A,7,9700,B,7,760,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/08/1989,13:00,1287,1326,830,1,13,519,1,9,326,1,13,906,1,13,544,1,9,377,1,13,2968,1,21,6,A,7,6,A,7,26.7,A,7,20.6,A,7,69,A,7,982,A,7,170,A,7,6.2,A,7,9700,B,7,760,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/08/1989,14:00,1241,1326,774,1,9,482,1,9,322,1,13,840,1,9,505,1,9,366,1,13,2169,1,18,9,A,7,8,A,7,27.2,A,7,19.4,A,7,63,A,7,981,A,7,190,A,7,3.1,A,7,9700,B,7,760,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/08/1989,15:00,1131,1326,395,1,9,43,1,9,358,1,13,436,1,9,44,1,9,398,1,13,1578,1,18,10,A,7,8,A,7,27.2,A,7,18.9,A,7,60,A,7,981,A,7,180,A,7,3.6,A,7,11300,B,7,7620,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/08/1989,16:00,965,1326,137,1,9,0,1,9,136,1,13,168,1,9,0,1,9,168,1,13,695,1,18,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,982,A,7,70,A,7,2.6,A,7,11300,B,7,2130,A,7,3.5,E,8,0.000,F,8,0.00,?,0,104,1,D,9,00,C,8 +06/08/1989,17:00,754,1326,99,1,9,3,1,9,97,1,13,121,1,9,2,1,9,120,1,13,473,1,18,10,A,7,10,A,7,21.7,A,7,20.6,A,7,93,A,7,981,A,7,320,A,7,3.6,A,7,6400,B,7,820,A,7,3.6,E,8,0.000,F,8,0.00,?,0,23,1,D,9,80,C,8 +06/08/1989,18:00,513,1326,90,1,9,3,1,9,88,1,13,105,1,9,2,1,9,104,1,13,377,1,18,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,981,A,7,0,A,7,0.0,A,7,9700,B,7,520,A,7,3.5,E,8,0.000,F,8,0.00,?,0,10,1,D,9,45,C,8 +06/08/1989,19:00,258,1326,58,1,13,4,1,9,57,1,13,65,1,13,1,1,9,65,1,13,205,1,21,10,A,7,10,A,7,21.7,A,7,20.6,A,7,93,A,7,981,A,7,90,A,7,2.6,A,7,9700,B,7,2740,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/08/1989,20:00,36,740,5,1,13,0,1,9,5,1,13,6,1,13,0,1,9,6,1,13,20,1,21,10,A,7,10,A,7,21.7,A,7,20.6,A,7,93,A,7,981,A,7,140,A,7,2.6,A,7,8000,B,7,2740,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,21,C,8 +06/08/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,981,A,7,180,A,7,4.6,A,7,11300,B,7,1490,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/08/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,981,A,7,170,A,7,3.6,A,7,2400,B,7,1830,A,7,3.5,E,8,0.000,?,0,0.00,?,0,66,1,D,9,45,C,8 +06/08/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,981,A,7,190,A,7,4.1,A,7,8000,B,7,610,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/08/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,981,A,7,190,A,7,2.6,A,7,11300,B,7,520,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/09/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,980,A,7,180,A,7,2.6,A,7,9700,B,7,120,A,7,3.5,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +06/09/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,979,A,7,190,A,7,2.6,A,7,8000,B,7,180,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,21,C,8 +06/09/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,19.4,A,7,93,A,7,979,A,7,180,A,7,2.6,A,7,11300,B,7,210,A,7,3.4,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +06/09/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,19.4,A,7,93,A,7,979,A,7,180,A,7,4.6,A,7,9700,B,7,180,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/09/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,979,A,7,180,A,7,2.6,A,7,9700,B,7,180,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/09/1989,06:00,102,1248,18,1,13,0,1,9,18,1,13,21,1,13,0,1,9,21,1,13,66,1,21,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,979,A,7,180,A,7,3.1,A,7,8000,B,7,180,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/09/1989,07:00,353,1325,85,1,9,3,1,9,85,1,13,97,1,9,1,1,9,97,1,13,313,1,18,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,979,A,7,180,A,7,4.6,A,7,9700,B,7,210,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/09/1989,08:00,605,1325,105,1,9,4,1,9,103,1,13,124,1,9,3,1,9,123,1,13,458,1,18,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,979,A,7,200,A,7,2.6,A,7,2400,B,7,210,A,7,3.5,E,8,0.000,F,8,0.00,?,0,76,1,D,9,21,C,8 +06/09/1989,09:00,837,1325,285,1,9,0,1,9,285,1,13,325,1,9,0,1,9,325,1,13,1159,1,18,10,A,7,10,A,7,21.1,A,7,19.4,A,7,90,A,7,979,A,7,210,A,7,6.7,A,7,11300,B,7,370,A,7,3.3,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +06/09/1989,10:00,1033,1325,226,1,9,1,1,9,226,1,13,272,1,9,1,1,9,271,1,13,1089,1,18,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,978,A,7,210,A,7,5.2,A,7,11300,B,7,370,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/09/1989,11:00,1179,1325,259,1,9,1,1,9,258,1,13,314,1,9,1,1,9,313,1,13,1249,1,18,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,978,A,7,210,A,7,5.2,A,7,4000,B,7,310,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +06/09/1989,12:00,1266,1325,262,1,9,1,1,9,260,1,13,319,1,9,1,1,9,319,1,13,1274,1,18,10,A,7,10,A,7,22.2,A,7,20.6,A,7,90,A,7,978,A,7,210,A,7,5.2,A,7,11300,B,7,310,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/09/1989,13:00,1287,1325,497,1,9,0,1,9,497,1,13,581,1,9,0,1,9,581,1,13,2037,1,18,10,A,7,10,A,7,24.4,A,7,21.7,A,7,85,A,7,978,A,7,290,A,7,6.2,A,7,16100,B,7,400,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +06/09/1989,14:00,1241,1325,867,1,13,643,1,9,264,1,13,920,1,13,653,1,9,307,1,13,1740,1,21,8,A,7,6,A,7,25.0,A,7,21.7,A,7,82,A,7,977,A,7,230,A,7,4.6,A,7,16100,B,7,7620,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,21,C,8 +06/09/1989,15:00,1132,1325,259,1,9,3,1,9,256,1,13,311,1,9,2,1,9,309,1,13,1231,1,18,10,A,7,10,A,7,26.1,A,7,20.6,A,7,72,A,7,977,A,7,230,A,7,3.6,A,7,16100,B,7,1830,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/09/1989,16:00,966,1325,657,1,13,690,1,9,153,1,13,703,1,13,706,1,9,187,1,13,462,1,21,4,A,7,4,A,7,27.2,A,7,21.1,A,7,69,A,7,977,A,7,220,A,7,5.2,A,7,14500,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/09/1989,17:00,756,1325,263,1,9,84,1,9,216,1,13,291,1,9,84,1,9,242,1,13,700,1,18,10,A,7,9,A,7,26.1,A,7,20.0,A,7,69,A,7,978,A,7,230,A,7,6.2,A,7,14500,B,7,1830,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/09/1989,18:00,515,1325,204,1,9,149,1,9,146,1,13,223,1,9,146,1,9,166,1,13,340,1,18,9,A,7,8,A,7,24.4,A,7,19.4,A,7,74,A,7,978,A,7,250,A,7,5.2,A,7,16100,B,7,1980,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/09/1989,19:00,260,1325,77,1,13,54,1,9,67,1,13,85,1,13,44,1,9,76,1,13,169,1,21,8,A,7,7,A,7,23.9,A,7,21.1,A,7,85,A,7,979,A,7,230,A,7,3.6,A,7,16100,B,7,2130,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/09/1989,20:00,37,762,17,1,13,32,1,9,14,1,13,18,1,13,13,1,9,17,1,13,29,1,21,5,A,7,5,A,7,22.2,A,7,20.6,A,7,90,A,7,979,A,7,240,A,7,3.6,A,7,16100,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,25,C,8 +06/09/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,21.7,A,7,20.0,A,7,90,A,7,980,A,7,270,A,7,2.6,A,7,16100,B,7,2740,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/09/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,21.7,A,7,20.0,A,7,90,A,7,981,A,7,270,A,7,2.1,A,7,16100,B,7,1520,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/09/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,20.6,A,7,19.4,A,7,93,A,7,982,A,7,270,A,7,2.6,A,7,16100,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/09/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,20.0,A,7,19.4,A,7,97,A,7,982,A,7,290,A,7,3.1,A,7,16100,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/10/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,20.0,A,7,18.3,A,7,90,A,7,982,A,7,300,A,7,2.6,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/10/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.3,A,7,17.2,A,7,93,A,7,982,A,7,260,A,7,3.1,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/10/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,16.7,A,7,97,A,7,983,A,7,230,A,7,3.1,A,7,14500,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/10/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,16.1,A,7,97,A,7,983,A,7,240,A,7,2.1,A,7,9700,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/10/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.1,A,7,16.1,A,7,100,A,7,983,A,7,250,A,7,3.1,A,7,8000,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/10/1989,06:00,102,1248,31,1,13,26,1,9,29,1,13,34,1,13,16,1,9,33,1,13,69,1,21,0,A,7,0,A,7,17.2,A,7,16.7,A,7,97,A,7,984,A,7,270,A,7,2.1,A,7,9700,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/10/1989,07:00,353,1325,160,1,9,279,1,9,86,1,13,168,1,9,236,1,9,105,1,13,159,1,18,0,A,7,0,A,7,19.4,A,7,17.2,A,7,87,A,7,984,A,7,260,A,7,2.6,A,7,6400,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/10/1989,08:00,605,1325,358,1,9,484,1,9,137,1,13,382,1,9,478,1,9,163,1,13,276,1,18,0,A,7,0,A,7,22.2,A,7,17.2,A,7,73,A,7,985,A,7,300,A,7,3.6,A,7,6400,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +06/10/1989,09:00,837,1325,564,1,9,607,1,9,179,1,13,586,1,9,607,1,9,202,1,13,433,1,18,0,A,7,0,A,7,23.9,A,7,16.1,A,7,62,A,7,985,A,7,320,A,7,4.6,A,7,8000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/10/1989,10:00,1032,1325,743,1,9,682,1,9,211,1,13,784,1,9,692,1,9,244,1,13,704,1,18,0,A,7,0,A,7,25.0,A,7,16.7,A,7,60,A,7,985,A,7,270,A,7,3.6,A,7,9700,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/10/1989,11:00,1179,1325,835,1,9,677,1,9,231,1,13,888,1,9,690,1,9,272,1,13,1164,1,18,1,A,7,1,A,7,26.1,A,7,16.7,A,7,56,A,7,985,A,7,280,A,7,3.6,A,7,9700,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/10/1989,12:00,1266,1325,926,1,13,668,1,9,287,1,13,979,1,13,676,1,9,332,1,13,2177,1,21,3,A,7,3,A,7,26.7,A,7,16.7,A,7,54,A,7,985,A,7,310,A,7,3.6,A,7,9700,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/10/1989,13:00,1287,1325,1013,1,13,668,1,9,363,1,13,1055,1,13,667,1,9,406,1,13,3195,1,21,6,A,7,6,A,7,26.7,A,7,16.7,A,7,54,A,7,985,A,7,310,A,7,3.6,A,7,8000,B,7,1460,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/10/1989,14:00,1242,1325,852,1,13,558,1,9,329,1,13,924,1,13,584,1,9,375,1,13,2234,1,21,5,A,7,5,A,7,28.3,A,7,15.6,A,7,46,A,7,985,A,7,250,A,7,4.6,A,7,8000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/10/1989,15:00,1133,1325,799,1,13,589,1,9,295,1,13,863,1,13,616,1,9,335,1,13,1295,1,21,5,A,7,5,A,7,27.8,A,7,15.0,A,7,46,A,7,985,A,7,270,A,7,4.1,A,7,8000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/10/1989,16:00,967,1325,649,1,9,591,1,9,217,1,13,678,1,9,595,1,9,243,1,13,630,1,18,1,A,7,1,A,7,27.8,A,7,15.0,A,7,46,A,7,984,A,7,290,A,7,3.6,A,7,8000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/10/1989,17:00,757,1325,465,1,9,499,1,9,180,1,13,498,1,9,509,1,9,206,1,13,407,1,18,2,A,7,1,A,7,27.8,A,7,13.9,A,7,43,A,7,984,A,7,280,A,7,2.6,A,7,9700,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/10/1989,18:00,516,1325,246,1,13,207,1,9,165,1,13,267,1,13,202,1,9,188,1,13,385,1,21,5,A,7,5,A,7,27.2,A,7,14.4,A,7,46,A,7,984,A,7,270,A,7,2.6,A,7,11300,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/10/1989,19:00,262,1325,94,1,13,144,1,9,66,1,13,100,1,13,107,1,9,79,1,13,124,1,21,4,A,7,4,A,7,26.1,A,7,16.1,A,7,54,A,7,985,A,7,260,A,7,2.6,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/10/1989,20:00,38,762,9,1,13,3,1,9,9,1,13,10,1,13,2,1,9,10,1,13,23,1,21,1,A,7,1,A,7,23.9,A,7,16.1,A,7,62,A,7,985,A,7,310,A,7,2.1,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/10/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,23.3,A,7,15.0,A,7,60,A,7,985,A,7,310,A,7,2.6,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/10/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,21.7,A,7,14.4,A,7,64,A,7,986,A,7,310,A,7,3.6,A,7,11300,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/10/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,21.1,A,7,13.9,A,7,64,A,7,986,A,7,340,A,7,2.6,A,7,11300,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/10/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,20.0,A,7,13.9,A,7,68,A,7,987,A,7,350,A,7,2.6,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,19.4,A,7,12.8,A,7,66,A,7,986,A,7,20,A,7,2.6,A,7,19300,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.3,A,7,12.8,A,7,70,A,7,987,A,7,360,A,7,2.1,A,7,19300,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,12.8,A,7,75,A,7,987,A,7,360,A,7,3.1,A,7,19300,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,12.2,A,7,75,A,7,988,A,7,360,A,7,2.6,A,7,19300,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.1,A,7,12.2,A,7,78,A,7,989,A,7,20,A,7,2.1,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,06:00,102,1248,35,1,13,82,1,9,27,1,13,36,1,13,35,1,9,33,1,13,48,1,21,0,A,7,0,A,7,16.7,A,7,12.8,A,7,78,A,7,989,A,7,10,A,7,2.1,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,07:00,353,1325,166,1,9,333,1,9,77,1,13,175,1,9,282,1,9,100,1,13,141,1,18,3,A,7,1,A,7,18.3,A,7,13.3,A,7,73,A,7,990,A,7,30,A,7,3.1,A,7,11300,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,08:00,605,1325,364,1,9,545,1,9,114,1,13,378,1,9,528,1,9,137,1,13,231,1,18,2,A,7,1,A,7,20.0,A,7,12.8,A,7,63,A,7,991,A,7,30,A,7,3.6,A,7,11300,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,09:00,836,1325,549,1,9,621,1,9,156,1,13,577,1,9,626,1,9,182,1,13,385,1,18,2,A,7,1,A,7,21.1,A,7,11.7,A,7,55,A,7,991,A,7,30,A,7,3.1,A,7,12900,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,10:00,1032,1325,670,1,9,627,1,9,180,1,13,714,1,9,641,1,9,214,1,13,610,1,18,3,A,7,1,A,7,22.2,A,7,12.2,A,7,53,A,7,990,A,7,90,A,7,4.1,A,7,12900,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,11:00,1178,1325,826,1,9,641,1,9,255,1,13,873,1,9,650,1,9,293,1,13,1275,1,18,7,A,7,2,A,7,23.3,A,7,12.8,A,7,52,A,7,990,A,7,330,A,7,3.6,A,7,12900,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,12:00,1265,1325,869,1,9,620,1,9,275,1,13,921,1,9,629,1,9,318,1,13,2094,1,18,5,A,7,2,A,7,23.9,A,7,12.2,A,7,48,A,7,990,A,7,90,A,7,1.5,A,7,12900,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,13:00,1287,1325,915,1,13,628,1,9,304,1,13,966,1,13,635,1,9,348,1,13,2711,1,21,10,A,7,3,A,7,25.0,A,7,13.3,A,7,48,A,7,990,A,7,350,A,7,2.6,A,7,12900,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,14:00,1242,1325,897,1,9,701,1,9,239,1,13,959,1,9,716,1,9,286,1,13,1595,1,18,6,A,7,2,A,7,26.1,A,7,12.2,A,7,42,A,7,989,A,7,70,A,7,2.1,A,7,12900,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,15:00,1133,1325,804,1,9,723,1,9,185,1,13,866,1,9,743,1,9,229,1,13,813,1,18,4,A,7,1,A,7,26.1,A,7,11.7,A,7,41,A,7,989,A,7,30,A,7,2.1,A,7,12900,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,16:00,968,1325,672,1,9,625,1,9,215,1,13,703,1,9,629,1,9,242,1,13,627,1,18,7,A,7,2,A,7,26.7,A,7,11.7,A,7,39,A,7,988,A,7,10,A,7,3.1,A,7,12900,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,17:00,758,1325,474,1,13,474,1,9,203,1,13,501,1,13,483,1,9,224,1,13,465,1,21,7,A,7,3,A,7,26.7,A,7,12.2,A,7,41,A,7,988,A,7,90,A,7,2.1,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,18:00,518,1325,287,1,9,434,1,9,118,1,13,305,1,9,415,1,9,143,1,13,228,1,18,5,A,7,2,A,7,25.6,A,7,12.2,A,7,44,A,7,988,A,7,110,A,7,1.5,A,7,24100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,19:00,264,1325,109,1,13,250,1,9,60,1,13,115,1,13,187,1,9,78,1,13,108,1,21,3,A,7,1,A,7,23.9,A,7,13.3,A,7,52,A,7,988,A,7,70,A,7,2.1,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,20:00,39,784,17,1,13,20,1,9,15,1,13,18,1,13,8,1,9,18,1,13,31,1,21,0,A,7,0,A,7,21.7,A,7,13.9,A,7,61,A,7,988,A,7,100,A,7,2.1,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,20.6,A,7,14.4,A,7,68,A,7,989,A,7,100,A,7,2.1,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,19.4,A,7,14.4,A,7,73,A,7,989,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,19.4,A,7,14.4,A,7,73,A,7,988,A,7,130,A,7,2.6,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/11/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,20.0,A,7,13.9,A,7,68,A,7,988,A,7,130,A,7,2.6,A,7,16100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/12/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,18.9,A,7,13.9,A,7,73,A,7,987,A,7,160,A,7,2.6,A,7,16100,B,7,1830,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/12/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,18.9,A,7,14.4,A,7,76,A,7,987,A,7,170,A,7,2.1,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/12/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,6,A,7,18.3,A,7,14.4,A,7,78,A,7,987,A,7,160,A,7,2.1,A,7,16100,B,7,7620,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/12/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,7,A,7,18.3,A,7,15.0,A,7,81,A,7,987,A,7,150,A,7,1.5,A,7,16100,B,7,7620,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/12/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,8,A,7,18.3,A,7,15.6,A,7,84,A,7,987,A,7,150,A,7,1.5,A,7,11300,B,7,2130,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/12/1989,06:00,102,1247,25,1,13,16,1,9,24,1,13,28,1,13,10,1,9,27,1,13,59,1,21,9,A,7,8,A,7,18.9,A,7,16.1,A,7,84,A,7,987,A,7,180,A,7,2.1,A,7,8000,B,7,1830,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/12/1989,07:00,353,1325,100,1,9,34,1,9,91,1,13,110,1,9,30,1,9,102,1,13,241,1,18,10,A,7,9,A,7,18.9,A,7,16.7,A,7,87,A,7,988,A,7,160,A,7,3.1,A,7,4800,B,7,3660,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/12/1989,08:00,604,1325,320,1,13,398,1,9,138,1,13,341,1,13,393,1,9,161,1,13,278,1,21,5,A,7,4,A,7,21.1,A,7,17.2,A,7,79,A,7,988,A,7,190,A,7,4.1,A,7,4800,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/12/1989,09:00,836,1325,545,1,9,632,1,9,146,1,13,577,1,9,639,1,9,173,1,13,364,1,18,5,A,7,1,A,7,23.3,A,7,18.3,A,7,74,A,7,988,A,7,180,A,7,4.1,A,7,4800,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/12/1989,10:00,1032,1325,718,1,9,681,1,9,185,1,13,762,1,9,695,1,9,220,1,13,625,1,18,5,A,7,2,A,7,25.0,A,7,18.3,A,7,67,A,7,987,A,7,200,A,7,6.2,A,7,9700,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/12/1989,11:00,1178,1325,650,1,13,328,1,9,357,1,13,717,1,13,357,1,9,399,1,13,1678,1,21,8,A,7,3,A,7,26.1,A,7,19.4,A,7,67,A,7,986,A,7,200,A,7,5.2,A,7,9700,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/12/1989,12:00,1265,1325,862,1,13,581,1,9,306,1,13,907,1,13,586,1,9,346,1,13,2318,1,21,5,A,7,5,A,7,26.7,A,7,19.4,A,7,65,A,7,986,A,7,210,A,7,5.2,A,7,9700,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/12/1989,13:00,1287,1325,673,1,13,214,1,9,464,1,13,742,1,13,228,1,9,520,1,13,3342,1,21,7,A,7,7,A,7,27.2,A,7,20.0,A,7,65,A,7,985,A,7,200,A,7,4.1,A,7,6400,B,7,1040,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/12/1989,14:00,1242,1325,556,1,9,130,1,9,435,1,13,615,1,9,139,1,9,485,1,13,2470,1,18,8,A,7,8,A,7,27.8,A,7,20.0,A,7,63,A,7,984,A,7,210,A,7,4.1,A,7,6400,B,7,1040,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/12/1989,15:00,1134,1325,506,1,9,206,1,9,329,1,13,559,1,9,224,1,9,366,1,13,1354,1,18,8,A,7,8,A,7,28.3,A,7,20.6,A,7,63,A,7,983,A,7,190,A,7,6.2,A,7,6400,B,7,1040,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/12/1989,16:00,969,1325,291,1,9,1,1,9,291,1,13,340,1,9,1,1,9,339,1,13,1283,1,18,10,A,7,10,A,7,27.8,A,7,20.6,A,7,65,A,7,983,A,7,220,A,7,4.6,A,7,6400,B,7,1040,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/12/1989,17:00,759,1325,121,1,9,4,1,9,119,1,13,146,1,9,3,1,9,145,1,13,567,1,18,10,A,7,10,A,7,24.4,A,7,19.4,A,7,74,A,7,984,A,7,300,A,7,8.2,A,7,800,B,7,760,A,7,3.4,E,8,0.000,F,8,0.00,?,0,81,1,D,9,05,C,8 +06/12/1989,18:00,519,1325,202,1,13,149,1,9,144,1,13,222,1,13,146,1,9,165,1,13,336,1,21,8,A,7,7,A,7,20.6,A,7,18.9,A,7,90,A,7,982,A,7,0,A,7,0.0,A,7,9700,B,7,2290,A,7,3.3,E,8,0.000,F,8,0.00,?,0,30,1,D,9,81,C,8 +06/12/1989,19:00,265,1325,90,1,13,108,1,9,68,1,13,98,1,13,85,1,9,81,1,13,146,1,21,10,A,7,5,A,7,21.7,A,7,19.4,A,7,87,A,7,983,A,7,180,A,7,1.5,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/12/1989,20:00,40,784,16,1,13,7,1,9,15,1,13,17,1,13,4,1,9,17,1,13,37,1,21,10,A,7,4,A,7,20.6,A,7,18.9,A,7,90,A,7,983,A,7,150,A,7,2.6,A,7,11300,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/12/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,20.0,A,7,18.3,A,7,90,A,7,983,A,7,190,A,7,2.6,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/12/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,19.4,A,7,18.3,A,7,93,A,7,983,A,7,200,A,7,3.6,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/12/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,19.4,A,7,18.3,A,7,93,A,7,983,A,7,230,A,7,2.6,A,7,11300,B,7,3050,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/12/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,18.9,A,7,17.8,A,7,93,A,7,984,A,7,230,A,7,1.5,A,7,11300,B,7,2440,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,18.9,A,7,18.3,A,7,97,A,7,983,A,7,200,A,7,3.1,A,7,16100,B,7,2440,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +06/13/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,18.3,A,7,17.8,A,7,97,A,7,982,A,7,210,A,7,2.6,A,7,16100,B,7,2440,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,25,C,8 +06/13/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,18.3,A,7,17.8,A,7,97,A,7,980,A,7,190,A,7,3.1,A,7,16100,B,7,2440,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,18.3,A,7,17.8,A,7,97,A,7,981,A,7,220,A,7,2.6,A,7,16100,B,7,2440,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,18.9,A,7,18.3,A,7,97,A,7,981,A,7,220,A,7,3.6,A,7,11300,B,7,2440,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,06:00,102,1247,37,1,13,60,1,9,31,1,13,39,1,13,31,1,9,37,1,13,64,1,21,7,A,7,7,A,7,18.9,A,7,18.3,A,7,97,A,7,981,A,7,230,A,7,3.1,A,7,8000,B,7,2440,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,07:00,353,1324,147,1,13,247,1,9,81,1,13,158,1,13,213,1,9,101,1,13,152,1,21,4,A,7,4,A,7,20.0,A,7,19.4,A,7,97,A,7,981,A,7,220,A,7,3.6,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/13/1989,08:00,604,1324,399,1,9,726,1,9,67,1,13,424,1,9,708,1,9,100,1,13,149,1,18,1,A,7,1,A,7,22.2,A,7,20.6,A,7,90,A,7,981,A,7,230,A,7,5.2,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,28,C,8 +06/13/1989,09:00,836,1324,561,1,9,742,1,9,91,1,13,601,1,9,748,1,9,129,1,13,233,1,18,1,A,7,1,A,7,25.0,A,7,21.1,A,7,79,A,7,980,A,7,210,A,7,5.2,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,10:00,1031,1324,751,1,13,779,1,9,142,1,13,791,1,13,785,1,9,178,1,13,449,1,21,3,A,7,3,A,7,27.2,A,7,21.1,A,7,69,A,7,980,A,7,220,A,7,7.7,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,11:00,1178,1324,744,1,13,559,1,9,245,1,13,787,1,13,568,1,9,281,1,13,1228,1,21,10,A,7,7,A,7,27.2,A,7,21.1,A,7,69,A,7,979,A,7,220,A,7,7.2,A,7,11300,B,7,910,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,12:00,1265,1324,522,1,13,94,1,9,433,1,13,578,1,13,97,1,9,486,1,13,2510,1,21,8,A,7,7,A,7,27.8,A,7,20.6,A,7,65,A,7,979,A,7,220,A,7,7.2,A,7,11300,B,7,980,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,13:00,1287,1324,648,1,9,211,1,9,442,1,13,717,1,9,225,1,9,497,1,13,3191,1,18,9,A,7,9,A,7,27.2,A,7,20.6,A,7,67,A,7,979,A,7,230,A,7,6.2,A,7,11300,B,7,1070,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,14:00,1243,1324,221,1,9,9,1,9,213,1,13,274,1,9,7,1,9,268,1,13,1076,1,18,10,A,7,10,A,7,23.9,A,7,20.6,A,7,82,A,7,979,A,7,240,A,7,7.7,A,7,4800,B,7,460,A,7,3.6,E,8,0.000,F,8,0.00,?,0,25,1,D,9,80,C,8 +06/13/1989,15:00,1135,1324,309,1,9,11,1,9,300,1,13,368,1,9,10,1,9,360,1,13,1392,1,18,10,A,7,10,A,7,25.6,A,7,21.1,A,7,77,A,7,979,A,7,260,A,7,4.1,A,7,11300,B,7,1830,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,80,C,8 +06/13/1989,16:00,970,1324,466,1,9,300,1,9,246,1,13,515,1,9,325,1,9,277,1,13,722,1,18,8,A,7,8,A,7,25.6,A,7,20.0,A,7,72,A,7,980,A,7,250,A,7,3.1,A,7,11300,B,7,1830,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,17:00,761,1324,513,1,13,635,1,9,149,1,13,538,1,13,633,1,9,173,1,13,337,1,21,5,A,7,4,A,7,26.7,A,7,17.8,A,7,58,A,7,980,A,7,290,A,7,8.8,A,7,12900,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,18:00,521,1324,307,1,9,510,1,9,107,1,13,330,1,9,488,1,9,138,1,13,204,1,18,8,A,7,2,A,7,26.7,A,7,17.2,A,7,56,A,7,980,A,7,270,A,7,5.2,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,19:00,267,1324,133,1,13,430,1,9,47,1,13,138,1,13,331,1,9,71,1,13,86,1,21,4,A,7,0,A,7,25.6,A,7,18.3,A,7,64,A,7,981,A,7,270,A,7,3.6,A,7,24100,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,20:00,41,806,20,1,13,64,1,9,14,1,13,19,1,13,23,1,9,18,1,13,24,1,21,1,A,7,1,A,7,23.3,A,7,18.3,A,7,74,A,7,981,A,7,270,A,7,3.1,A,7,24100,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +06/13/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,22.8,A,7,18.3,A,7,76,A,7,982,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,21.1,A,7,18.3,A,7,84,A,7,982,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,21.1,A,7,17.8,A,7,81,A,7,982,A,7,250,A,7,3.1,A,7,24100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/13/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,21.7,A,7,17.2,A,7,76,A,7,982,A,7,270,A,7,2.6,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,20.0,A,7,17.2,A,7,84,A,7,982,A,7,180,A,7,2.6,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,20.0,A,7,17.8,A,7,87,A,7,982,A,7,220,A,7,2.1,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,18.9,A,7,17.2,A,7,90,A,7,982,A,7,220,A,7,2.1,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,19.4,A,7,17.8,A,7,90,A,7,982,A,7,230,A,7,2.1,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.3,A,7,17.2,A,7,93,A,7,982,A,7,240,A,7,1.5,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,06:00,102,1247,31,1,13,15,1,9,29,1,13,33,1,13,9,1,9,32,1,13,69,1,21,0,A,7,0,A,7,18.9,A,7,18.3,A,7,97,A,7,983,A,7,170,A,7,2.1,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,07:00,352,1324,153,1,9,231,1,9,92,1,13,163,1,9,199,1,9,111,1,13,177,1,18,0,A,7,0,A,7,21.7,A,7,19.4,A,7,87,A,7,983,A,7,230,A,7,3.1,A,7,9700,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,08:00,604,1324,347,1,9,431,1,9,150,1,13,366,1,9,425,1,9,172,1,13,304,1,18,0,A,7,0,A,7,24.4,A,7,19.4,A,7,74,A,7,984,A,7,230,A,7,3.1,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/14/1989,09:00,835,1324,548,1,9,550,1,9,199,1,13,586,1,9,567,1,9,228,1,13,488,1,18,0,A,7,0,A,7,26.1,A,7,20.0,A,7,69,A,7,984,A,7,230,A,7,3.1,A,7,16100,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,10:00,1031,1324,726,1,9,629,1,9,235,1,13,759,1,9,634,1,9,264,1,13,772,1,18,0,A,7,0,A,7,27.8,A,7,20.0,A,7,63,A,7,984,A,7,230,A,7,5.2,A,7,19300,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,11:00,1177,1324,863,1,9,677,1,9,259,1,13,910,1,9,686,1,9,298,1,13,1292,1,18,0,A,7,0,A,7,28.9,A,7,18.3,A,7,53,A,7,984,A,7,230,A,7,5.7,A,7,24100,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,12:00,1265,1324,946,1,9,704,1,9,272,1,13,1004,1,9,715,1,9,319,1,13,2077,1,18,0,A,7,0,A,7,30.0,A,7,18.9,A,7,51,A,7,984,A,7,240,A,7,4.6,A,7,24100,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,13:00,1287,1324,968,1,9,710,1,9,276,1,13,1028,1,9,721,1,9,325,1,13,2494,1,18,0,A,7,0,A,7,31.1,A,7,18.9,A,7,48,A,7,983,A,7,210,A,7,5.7,A,7,24100,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,14:00,1243,1324,935,1,9,690,1,9,286,1,13,987,1,9,698,1,9,330,1,13,1907,1,18,2,A,7,2,A,7,31.7,A,7,20.0,A,7,50,A,7,982,A,7,240,A,7,6.2,A,7,24100,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,15:00,1135,1324,706,1,13,469,1,9,303,1,13,760,1,13,490,1,9,339,1,13,1345,1,21,4,A,7,4,A,7,31.7,A,7,20.0,A,7,50,A,7,982,A,7,220,A,7,5.2,A,7,24100,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,16:00,971,1324,616,1,13,441,1,9,292,1,13,650,1,13,457,1,9,314,1,13,890,1,21,5,A,7,5,A,7,31.1,A,7,20.6,A,7,53,A,7,982,A,7,210,A,7,5.7,A,7,24100,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,17:00,762,1324,401,1,13,299,1,9,229,1,13,433,1,13,316,1,9,250,1,13,551,1,21,3,A,7,3,A,7,31.1,A,7,20.0,A,7,52,A,7,982,A,7,230,A,7,4.6,A,7,24100,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,18:00,522,1324,253,1,9,314,1,9,130,1,13,274,1,9,310,1,9,152,1,13,263,1,18,2,A,7,2,A,7,30.6,A,7,19.4,A,7,52,A,7,981,A,7,220,A,7,3.6,A,7,24100,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,19:00,268,1324,79,1,13,76,1,9,64,1,13,87,1,13,60,1,9,75,1,13,138,1,21,3,A,7,3,A,7,28.9,A,7,19.4,A,7,57,A,7,982,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,20:00,42,805,14,1,13,1,1,9,14,1,13,16,1,13,0,1,9,16,1,13,49,1,21,3,A,7,2,A,7,27.2,A,7,20.6,A,7,67,A,7,982,A,7,210,A,7,3.1,A,7,16100,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,26.1,A,7,20.0,A,7,69,A,7,983,A,7,230,A,7,3.1,A,7,16100,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,25.0,A,7,18.9,A,7,69,A,7,984,A,7,320,A,7,3.6,A,7,16100,B,7,1680,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,22.8,A,7,18.3,A,7,76,A,7,984,A,7,10,A,7,2.6,A,7,16100,B,7,1830,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/14/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,21.7,A,7,18.3,A,7,81,A,7,984,A,7,150,A,7,1.5,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,21.1,A,7,18.3,A,7,84,A,7,984,A,7,190,A,7,2.1,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,20.6,A,7,18.3,A,7,87,A,7,984,A,7,180,A,7,2.1,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,20.0,A,7,18.9,A,7,93,A,7,984,A,7,220,A,7,2.6,A,7,16100,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,7,A,7,20.0,A,7,18.9,A,7,93,A,7,983,A,7,190,A,7,2.1,A,7,16100,B,7,7620,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,6,A,7,20.0,A,7,18.9,A,7,93,A,7,984,A,7,190,A,7,2.6,A,7,16100,B,7,7620,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,06:00,102,1247,40,1,13,30,1,9,37,1,13,43,1,13,19,1,9,42,1,13,83,1,21,7,A,7,5,A,7,20.6,A,7,19.4,A,7,93,A,7,984,A,7,190,A,7,2.6,A,7,11300,B,7,7620,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,07:00,352,1324,121,1,9,41,1,9,110,1,13,132,1,9,36,1,9,123,1,13,279,1,18,10,A,7,8,A,7,22.8,A,7,20.0,A,7,84,A,7,984,A,7,190,A,7,3.6,A,7,9700,B,7,7620,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,08:00,603,1324,200,1,13,116,1,9,147,1,13,222,1,13,118,1,9,168,1,13,355,1,21,7,A,7,5,A,7,24.4,A,7,20.0,A,7,76,A,7,984,A,7,190,A,7,3.6,A,7,9700,B,7,7620,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/15/1989,09:00,834,1324,522,1,13,572,1,9,160,1,13,547,1,13,575,1,9,184,1,13,393,1,21,5,A,7,3,A,7,26.1,A,7,20.6,A,7,72,A,7,984,A,7,210,A,7,5.2,A,7,16100,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/15/1989,10:00,1030,1324,226,1,9,1,1,9,225,1,13,271,1,9,1,1,9,270,1,13,1085,1,18,10,A,7,10,A,7,26.7,A,7,20.6,A,7,69,A,7,984,A,7,220,A,7,5.7,A,7,16100,B,7,4570,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,11:00,1177,1324,833,1,13,730,1,9,182,1,13,871,1,13,734,1,9,217,1,13,843,1,21,3,A,7,3,A,7,27.2,A,7,20.6,A,7,67,A,7,984,A,7,210,A,7,4.1,A,7,16100,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,12:00,1265,1324,859,1,13,649,1,9,237,1,13,920,1,13,664,1,9,284,1,13,1822,1,21,7,A,7,5,A,7,28.9,A,7,20.6,A,7,61,A,7,983,A,7,240,A,7,5.2,A,7,16100,B,7,7620,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,13:00,1287,1324,667,1,13,296,1,9,379,1,13,743,1,13,323,1,9,429,1,13,3022,1,21,10,A,7,7,A,7,29.4,A,7,20.0,A,7,57,A,7,983,A,7,230,A,7,6.2,A,7,16100,B,7,1220,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,14:00,1243,1324,684,1,9,374,1,9,333,1,13,741,1,9,392,1,9,373,1,13,2298,1,18,10,A,7,8,A,7,29.4,A,7,20.0,A,7,57,A,7,983,A,7,220,A,7,6.7,A,7,12900,B,7,7620,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/15/1989,15:00,1136,1324,209,1,9,1,1,9,208,1,13,256,1,9,1,1,9,255,1,13,1040,1,18,10,A,7,10,A,7,27.8,A,7,20.0,A,7,63,A,7,983,A,7,220,A,7,4.1,A,7,16100,B,7,1830,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,16:00,972,1324,184,1,9,2,1,9,182,1,13,222,1,9,2,1,9,220,1,13,894,1,18,10,A,7,10,A,7,21.1,A,7,19.4,A,7,90,A,7,984,A,7,270,A,7,4.6,A,7,16100,B,7,1830,A,7,3.4,E,8,0.000,F,8,0.00,?,0,41,1,D,9,17,C,8 +06/15/1989,17:00,763,1324,357,1,13,251,1,9,213,1,13,388,1,13,266,1,9,235,1,13,506,1,21,10,A,7,6,A,7,22.8,A,7,18.9,A,7,79,A,7,983,A,7,240,A,7,3.6,A,7,16100,B,7,7620,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,17,C,8 +06/15/1989,18:00,523,1324,72,1,9,9,1,9,68,1,13,86,1,9,5,1,9,84,1,13,305,1,18,10,A,7,10,A,7,21.7,A,7,19.4,A,7,87,A,7,983,A,7,270,A,7,5.2,A,7,12900,B,7,1520,A,7,3.4,E,8,0.000,F,8,0.00,?,0,10,1,D,9,00,C,8 +06/15/1989,19:00,270,1324,30,1,13,4,1,9,29,1,13,36,1,13,1,1,9,36,1,13,119,1,21,10,A,7,10,A,7,20.6,A,7,19.4,A,7,93,A,7,984,A,7,220,A,7,3.6,A,7,4000,B,7,910,A,7,3.4,E,8,0.000,F,8,0.00,?,0,46,1,D,9,00,C,8 +06/15/1989,20:00,43,805,11,1,13,0,1,9,11,1,13,13,1,13,0,1,9,13,1,13,40,1,21,10,A,7,10,A,7,20.6,A,7,19.4,A,7,93,A,7,984,A,7,200,A,7,2.6,A,7,16100,B,7,3050,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/15/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,7,A,7,20.6,A,7,18.9,A,7,90,A,7,984,A,7,180,A,7,3.6,A,7,16100,B,7,3660,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,20.0,A,7,18.9,A,7,93,A,7,984,A,7,180,A,7,2.6,A,7,16100,B,7,1520,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,19.4,A,7,18.3,A,7,93,A,7,984,A,7,180,A,7,3.6,A,7,16100,B,7,3660,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/15/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,19.4,A,7,18.3,A,7,93,A,7,985,A,7,220,A,7,2.6,A,7,24100,B,7,3660,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,20.0,A,7,18.9,A,7,93,A,7,985,A,7,220,A,7,4.1,A,7,16100,B,7,370,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,985,A,7,220,A,7,2.6,A,7,11300,B,7,270,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +06/16/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,985,A,7,210,A,7,1.5,A,7,11300,B,7,270,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,985,A,7,220,A,7,1.5,A,7,11300,B,7,270,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,20.0,A,7,18.9,A,7,93,A,7,985,A,7,220,A,7,2.6,A,7,11300,B,7,270,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,06:00,101,1246,22,1,13,0,1,9,22,1,13,25,1,13,0,1,9,25,1,13,77,1,21,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,986,A,7,210,A,7,2.1,A,7,11300,B,7,270,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,07:00,351,1324,64,1,9,4,1,9,63,1,13,74,1,9,2,1,9,74,1,13,249,1,18,10,A,7,10,A,7,21.1,A,7,19.4,A,7,90,A,7,987,A,7,220,A,7,4.1,A,7,11300,B,7,310,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,08:00,602,1324,96,1,9,1,1,9,96,1,13,115,1,9,1,1,9,115,1,13,432,1,18,10,A,7,10,A,7,21.1,A,7,19.4,A,7,90,A,7,987,A,7,220,A,7,4.6,A,7,16100,B,7,3660,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +06/16/1989,09:00,834,1324,245,1,9,4,1,9,243,1,13,284,1,9,3,1,9,281,1,13,1041,1,18,10,A,7,10,A,7,22.8,A,7,20.0,A,7,84,A,7,987,A,7,220,A,7,4.6,A,7,24100,B,7,400,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +06/16/1989,10:00,1030,1324,324,1,9,2,1,9,323,1,13,378,1,9,2,1,9,377,1,13,1421,1,18,10,A,7,10,A,7,23.9,A,7,20.0,A,7,79,A,7,987,A,7,210,A,7,5.2,A,7,24100,B,7,490,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,11:00,1177,1324,376,1,9,2,1,9,374,1,13,442,1,9,2,1,9,441,1,13,1647,1,18,10,A,7,10,A,7,23.3,A,7,19.4,A,7,79,A,7,987,A,7,240,A,7,3.6,A,7,24100,B,7,730,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,12:00,1265,1324,439,1,9,1,1,9,438,1,13,517,1,9,1,1,9,516,1,13,1873,1,18,10,A,7,10,A,7,22.2,A,7,20.0,A,7,87,A,7,987,A,7,250,A,7,3.1,A,7,24100,B,7,1370,A,7,3.5,E,8,0.000,F,8,0.00,?,0,74,1,D,9,00,C,8 +06/16/1989,13:00,1287,1324,270,1,9,1,1,9,269,1,13,331,1,9,1,1,9,330,1,13,1314,1,18,10,A,7,10,A,7,22.2,A,7,20.0,A,7,87,A,7,986,A,7,240,A,7,4.1,A,7,11300,B,7,1370,A,7,3.5,E,8,0.000,F,8,0.00,?,0,58,1,D,9,00,C,8 +06/16/1989,14:00,1244,1324,293,1,9,1,1,9,292,1,13,355,1,9,1,1,9,354,1,13,1393,1,18,10,A,7,10,A,7,21.7,A,7,20.6,A,7,93,A,7,986,A,7,220,A,7,3.1,A,7,11300,B,7,1370,A,7,3.6,E,8,0.000,F,8,0.00,?,0,18,1,D,9,80,C,8 +06/16/1989,15:00,1136,1324,377,1,9,1,1,9,376,1,13,441,1,9,1,1,9,440,1,13,1634,1,18,10,A,7,9,A,7,22.8,A,7,20.6,A,7,87,A,7,985,A,7,220,A,7,5.2,A,7,24100,B,7,3050,A,7,3.6,E,8,0.000,F,8,0.00,?,0,3,1,D,9,80,C,8 +06/16/1989,16:00,972,1324,479,1,13,198,1,9,333,1,13,525,1,13,210,1,9,370,1,13,1061,1,21,9,A,7,6,A,7,23.3,A,7,20.6,A,7,85,A,7,984,A,7,200,A,7,3.6,A,7,24100,B,7,6100,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,17:00,764,1324,310,1,13,72,1,9,268,1,13,340,1,13,73,1,9,298,1,13,837,1,21,10,A,7,7,A,7,23.9,A,7,20.0,A,7,79,A,7,984,A,7,210,A,7,5.2,A,7,24100,B,7,760,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,18:00,524,1324,126,1,9,1,1,9,126,1,13,145,1,9,1,1,9,145,1,13,504,1,18,10,A,7,10,A,7,22.8,A,7,20.6,A,7,87,A,7,984,A,7,220,A,7,3.1,A,7,24100,B,7,1520,A,7,3.6,E,8,0.000,F,8,0.00,?,0,38,1,D,9,00,C,8 +06/16/1989,19:00,271,1324,27,1,13,6,1,9,26,1,13,33,1,13,1,1,9,33,1,13,108,1,21,10,A,7,10,A,7,20.0,A,7,19.4,A,7,97,A,7,985,A,7,210,A,7,5.2,A,7,8000,B,7,760,A,7,3.4,E,8,0.000,F,8,0.00,?,0,51,1,D,9,00,C,8 +06/16/1989,20:00,43,827,11,1,13,0,1,9,11,1,13,13,1,13,0,1,9,13,1,13,40,1,21,10,A,7,10,A,7,19.4,A,7,18.9,A,7,97,A,7,985,A,7,190,A,7,4.1,A,7,16100,B,7,2130,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/16/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,986,A,7,210,A,7,3.6,A,7,11300,B,7,240,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,986,A,7,210,A,7,4.6,A,7,11300,B,7,270,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,987,A,7,200,A,7,4.1,A,7,11300,B,7,210,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/16/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,18.3,A,7,97,A,7,987,A,7,210,A,7,6.2,A,7,11300,B,7,210,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,18.3,A,7,97,A,7,987,A,7,220,A,7,3.1,A,7,11300,B,7,210,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,987,A,7,220,A,7,2.1,A,7,11300,B,7,210,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +06/17/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,988,A,7,210,A,7,2.6,A,7,11300,B,7,270,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,988,A,7,230,A,7,2.1,A,7,11300,B,7,490,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,989,A,7,230,A,7,1.5,A,7,11300,B,7,490,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,06:00,101,1246,25,1,13,4,1,9,25,1,13,29,1,13,0,1,9,29,1,13,85,1,21,10,A,7,6,A,7,18.9,A,7,18.3,A,7,97,A,7,989,A,7,210,A,7,2.1,A,7,11300,B,7,7620,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,07:00,351,1323,74,1,9,3,1,9,74,1,13,86,1,9,1,1,9,85,1,13,282,1,18,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,990,A,7,220,A,7,3.1,A,7,11300,B,7,240,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,08:00,602,1323,139,1,9,22,1,9,129,1,13,153,1,9,21,1,9,144,1,13,401,1,18,10,A,7,10,A,7,20.6,A,7,18.9,A,7,90,A,7,991,A,7,230,A,7,3.1,A,7,11300,B,7,310,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,09:00,833,1323,292,1,9,97,1,9,231,1,13,323,1,9,102,1,9,259,1,13,643,1,18,10,A,7,9,A,7,22.2,A,7,18.9,A,7,82,A,7,991,A,7,240,A,7,3.6,A,7,14500,B,7,430,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,10:00,1029,1323,590,1,13,363,1,9,307,1,13,646,1,13,393,1,9,340,1,13,1014,1,21,10,A,7,7,A,7,22.8,A,7,17.8,A,7,74,A,7,991,A,7,220,A,7,3.1,A,7,16100,B,7,7620,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,11:00,1176,1323,660,1,9,254,1,9,434,1,13,718,1,9,276,1,9,472,1,13,2078,1,18,9,A,7,8,A,7,24.4,A,7,18.3,A,7,69,A,7,991,A,7,220,A,7,3.6,A,7,14500,B,7,910,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,12:00,1264,1323,750,1,13,399,1,9,368,1,13,806,1,13,417,1,9,406,1,13,2897,1,21,6,A,7,6,A,7,25.0,A,7,17.2,A,7,62,A,7,990,A,7,280,A,7,2.6,A,7,14500,B,7,1220,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,13:00,1287,1323,642,1,9,201,1,9,446,1,13,710,1,9,215,1,9,501,1,13,3242,1,18,9,A,7,9,A,7,25.0,A,7,16.7,A,7,60,A,7,990,A,7,270,A,7,2.1,A,7,16100,B,7,1100,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,14:00,1244,1323,940,1,13,658,1,9,320,1,13,983,1,13,661,1,9,361,1,13,2134,1,21,4,A,7,4,A,7,26.1,A,7,17.2,A,7,58,A,7,989,A,7,240,A,7,5.2,A,7,24100,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,15:00,1137,1323,733,1,13,505,1,9,299,1,13,791,1,13,528,1,9,337,1,13,1335,1,21,4,A,7,4,A,7,26.7,A,7,16.1,A,7,52,A,7,989,A,7,270,A,7,3.1,A,7,24100,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,16:00,973,1323,641,1,13,485,1,9,284,1,13,679,1,13,503,1,9,308,1,13,868,1,21,3,A,7,3,A,7,26.7,A,7,17.2,A,7,56,A,7,989,A,7,230,A,7,4.1,A,7,24100,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,17:00,765,1323,469,1,9,468,1,9,199,1,13,498,1,9,478,1,9,221,1,13,457,1,18,2,A,7,2,A,7,26.1,A,7,17.2,A,7,58,A,7,988,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,18:00,525,1323,275,1,9,387,1,9,122,1,13,292,1,9,371,1,9,145,1,13,237,1,18,1,A,7,1,A,7,26.1,A,7,16.7,A,7,56,A,7,988,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,19:00,272,1323,96,1,13,165,1,9,62,1,13,103,1,13,126,1,9,77,1,13,114,1,21,1,A,7,1,A,7,24.4,A,7,17.2,A,7,64,A,7,988,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,20:00,44,827,17,1,13,4,1,9,16,1,13,18,1,13,0,1,9,18,1,13,55,1,21,0,A,7,0,A,7,22.8,A,7,17.2,A,7,71,A,7,989,A,7,180,A,7,2.6,A,7,24100,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,21.1,A,7,17.8,A,7,81,A,7,989,A,7,210,A,7,2.1,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,20.6,A,7,17.2,A,7,81,A,7,989,A,7,190,A,7,2.1,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,19.4,A,7,17.8,A,7,90,A,7,990,A,7,220,A,7,2.1,A,7,12900,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/17/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,19.4,A,7,17.8,A,7,90,A,7,990,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.3,A,7,16.7,A,7,90,A,7,990,A,7,240,A,7,2.6,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.8,A,7,16.1,A,7,90,A,7,990,A,7,240,A,7,1.5,A,7,16100,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,16.1,A,7,93,A,7,990,A,7,300,A,7,1.5,A,7,16100,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,16.1,A,7,97,A,7,990,A,7,0,A,7,0.0,A,7,14500,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,16.1,A,7,15.6,A,7,97,A,7,990,A,7,200,A,7,1.5,A,7,8000,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,06:00,101,1224,24,1,13,16,1,9,23,1,13,27,1,13,10,1,9,26,1,13,57,1,21,6,A,7,2,A,7,16.7,A,7,16.1,A,7,97,A,7,991,A,7,330,A,7,1.5,A,7,6400,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/18/1989,07:00,350,1323,159,1,13,201,1,9,105,1,13,167,1,13,172,1,9,121,1,13,209,1,21,10,A,7,3,A,7,18.9,A,7,17.2,A,7,90,A,7,991,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/18/1989,08:00,601,1323,356,1,9,421,1,9,164,1,13,372,1,9,414,1,9,183,1,13,336,1,18,10,A,7,2,A,7,21.7,A,7,16.1,A,7,71,A,7,991,A,7,30,A,7,2.1,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/18/1989,09:00,832,1323,541,1,9,493,1,9,229,1,13,571,1,9,507,1,9,251,1,13,568,1,18,10,A,7,2,A,7,23.3,A,7,14.4,A,7,58,A,7,991,A,7,60,A,7,2.6,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,10:00,1029,1323,704,1,9,574,1,9,256,1,13,758,1,9,599,1,9,292,1,13,862,1,18,9,A,7,1,A,7,24.4,A,7,15.0,A,7,56,A,7,991,A,7,60,A,7,2.1,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,11:00,1176,1323,844,1,9,649,1,9,265,1,13,888,1,9,657,1,9,303,1,13,1315,1,18,8,A,7,1,A,7,26.7,A,7,11.1,A,7,38,A,7,991,A,7,360,A,7,2.6,A,7,16100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,12:00,1264,1323,919,1,9,648,1,9,299,1,13,969,1,9,655,1,9,342,1,13,2269,1,18,7,A,7,1,A,7,27.2,A,7,14.4,A,7,46,A,7,991,A,7,30,A,7,2.1,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,13:00,1287,1323,939,1,9,714,1,9,243,1,13,1007,1,9,730,1,9,295,1,13,2223,1,18,6,A,7,1,A,7,27.8,A,7,13.9,A,7,43,A,7,991,A,7,360,A,7,2.6,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,14:00,1244,1323,892,1,9,699,1,9,233,1,13,955,1,9,715,1,9,281,1,13,1588,1,18,6,A,7,1,A,7,28.3,A,7,13.9,A,7,41,A,7,991,A,7,300,A,7,2.1,A,7,16100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,15:00,1137,1323,852,1,9,738,1,9,217,1,13,907,1,9,753,1,9,259,1,13,957,1,18,3,A,7,0,A,7,28.3,A,7,13.9,A,7,41,A,7,990,A,7,290,A,7,3.1,A,7,16100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,16:00,974,1323,700,1,9,676,1,9,202,1,13,736,1,9,684,1,9,232,1,13,602,1,18,4,A,7,0,A,7,28.3,A,7,12.8,A,7,38,A,7,989,A,7,190,A,7,2.1,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,17:00,766,1323,459,1,13,452,1,9,197,1,13,487,1,13,461,1,9,220,1,13,453,1,21,4,A,7,3,A,7,28.3,A,7,15.0,A,7,44,A,7,989,A,7,180,A,7,2.6,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,18:00,526,1323,167,1,13,87,1,9,133,1,13,185,1,13,86,1,9,151,1,13,311,1,21,6,A,7,5,A,7,26.7,A,7,16.1,A,7,52,A,7,988,A,7,170,A,7,3.1,A,7,16100,B,7,7620,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,19:00,273,1323,84,1,13,123,1,9,59,1,13,91,1,13,94,1,9,71,1,13,108,1,21,5,A,7,5,A,7,25.6,A,7,16.7,A,7,58,A,7,988,A,7,160,A,7,3.1,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,20:00,45,827,12,1,13,5,1,9,12,1,13,14,1,13,3,1,9,13,1,13,30,1,21,5,A,7,2,A,7,23.9,A,7,16.7,A,7,64,A,7,988,A,7,170,A,7,2.1,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,22.8,A,7,16.7,A,7,69,A,7,989,A,7,180,A,7,1.5,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,21.7,A,7,17.8,A,7,79,A,7,989,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,21.7,A,7,17.8,A,7,79,A,7,989,A,7,0,A,7,0.0,A,7,11300,B,7,3960,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/18/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,21.7,A,7,17.8,A,7,79,A,7,989,A,7,160,A,7,2.1,A,7,16100,B,7,4570,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,20.6,A,7,17.2,A,7,81,A,7,989,A,7,180,A,7,2.6,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,20.0,A,7,16.7,A,7,81,A,7,989,A,7,170,A,7,2.1,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,20.0,A,7,16.7,A,7,81,A,7,989,A,7,180,A,7,1.5,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,19.4,A,7,16.7,A,7,84,A,7,988,A,7,180,A,7,1.5,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,19.4,A,7,16.7,A,7,84,A,7,988,A,7,190,A,7,1.5,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,06:00,100,1224,31,1,13,2,1,9,31,1,13,35,1,13,0,1,9,35,1,13,99,1,21,10,A,7,9,A,7,20.6,A,7,17.8,A,7,84,A,7,988,A,7,140,A,7,2.1,A,7,11300,B,7,3350,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,07:00,349,1323,113,1,13,105,1,9,85,1,13,124,1,13,92,1,9,100,1,13,187,1,21,5,A,7,5,A,7,21.7,A,7,18.3,A,7,81,A,7,988,A,7,120,A,7,2.1,A,7,9700,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,08:00,600,1323,364,1,9,549,1,9,114,1,13,378,1,9,531,1,9,137,1,13,230,1,18,1,A,7,0,A,7,24.4,A,7,18.3,A,7,69,A,7,989,A,7,170,A,7,2.6,A,7,9700,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/19/1989,09:00,832,1323,543,1,9,564,1,9,187,1,13,585,1,9,582,1,9,219,1,13,455,1,18,2,A,7,1,A,7,26.1,A,7,18.9,A,7,65,A,7,989,A,7,170,A,7,3.6,A,7,9700,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/19/1989,10:00,1028,1323,691,1,9,576,1,9,241,1,13,720,1,9,580,1,9,268,1,13,786,1,18,6,A,7,2,A,7,27.2,A,7,17.8,A,7,56,A,7,989,A,7,190,A,7,3.1,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/19/1989,11:00,1175,1323,870,1,9,705,1,9,241,1,13,921,1,9,717,1,9,283,1,13,1204,1,18,7,A,7,2,A,7,28.3,A,7,18.3,A,7,55,A,7,989,A,7,180,A,7,4.6,A,7,14500,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,12:00,1264,1323,840,1,13,553,1,9,310,1,13,917,1,13,580,1,9,362,1,13,2424,1,21,7,A,7,4,A,7,28.9,A,7,17.2,A,7,49,A,7,988,A,7,180,A,7,4.1,A,7,14500,B,7,7620,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,13:00,1287,1323,701,1,13,345,1,9,365,1,13,783,1,13,376,1,9,416,1,13,2920,1,21,8,A,7,7,A,7,29.4,A,7,17.8,A,7,50,A,7,988,A,7,200,A,7,4.1,A,7,14500,B,7,1520,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,14:00,1244,1323,873,1,13,678,1,9,235,1,13,935,1,13,693,1,9,282,1,13,1604,1,21,8,A,7,3,A,7,29.4,A,7,17.8,A,7,50,A,7,988,A,7,160,A,7,3.6,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,15:00,1137,1323,748,1,13,572,1,9,256,1,13,788,1,13,579,1,9,289,1,13,1115,1,21,5,A,7,3,A,7,30.0,A,7,17.2,A,7,46,A,7,987,A,7,150,A,7,4.6,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,16:00,975,1323,304,1,9,76,1,9,247,1,13,335,1,9,77,1,9,278,1,13,953,1,18,10,A,7,9,A,7,27.2,A,7,17.2,A,7,54,A,7,986,A,7,160,A,7,5.2,A,7,16100,B,7,1520,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,17:00,766,1323,303,1,9,155,1,9,214,1,13,336,1,9,162,1,9,241,1,13,567,1,18,10,A,7,9,A,7,26.1,A,7,18.3,A,7,62,A,7,986,A,7,170,A,7,2.6,A,7,16100,B,7,3050,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,18:00,527,1323,177,1,9,108,1,9,134,1,13,195,1,9,107,1,9,153,1,13,314,1,18,8,A,7,8,A,7,26.7,A,7,19.4,A,7,65,A,7,985,A,7,120,A,7,3.1,A,7,16100,B,7,3050,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,19:00,274,1323,83,1,13,24,1,9,78,1,13,91,1,13,20,1,9,87,1,13,194,1,21,10,A,7,8,A,7,26.7,A,7,18.9,A,7,63,A,7,985,A,7,160,A,7,2.6,A,7,16100,B,7,3660,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,20:00,45,849,13,1,13,0,1,9,13,1,13,15,1,13,0,1,9,15,1,13,47,1,21,10,A,7,10,A,7,25.0,A,7,19.4,A,7,71,A,7,986,A,7,170,A,7,3.6,A,7,12900,B,7,1520,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,19.4,A,7,82,A,7,987,A,7,210,A,7,5.2,A,7,11300,B,7,1370,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.2,A,7,20.0,A,7,87,A,7,987,A,7,170,A,7,2.6,A,7,11300,B,7,2440,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,17,C,8 +06/19/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.7,A,7,20.0,A,7,90,A,7,988,A,7,170,A,7,3.1,A,7,11300,B,7,6100,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/19/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,21.7,A,7,19.4,A,7,87,A,7,987,A,7,200,A,7,2.1,A,7,19300,B,7,7620,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,20.6,A,7,18.9,A,7,90,A,7,987,A,7,200,A,7,2.6,A,7,19300,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,2,A,7,20.0,A,7,18.9,A,7,93,A,7,987,A,7,180,A,7,2.6,A,7,19300,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +06/20/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,19.4,A,7,18.3,A,7,93,A,7,987,A,7,170,A,7,2.6,A,7,19300,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,18.9,A,7,18.3,A,7,97,A,7,987,A,7,170,A,7,2.1,A,7,19300,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,5,A,7,18.9,A,7,17.8,A,7,93,A,7,988,A,7,200,A,7,2.6,A,7,14500,B,7,7620,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,06:00,99,1223,20,1,13,3,1,9,19,1,13,22,1,13,0,1,9,22,1,13,69,1,21,10,A,7,8,A,7,19.4,A,7,18.3,A,7,93,A,7,988,A,7,180,A,7,3.1,A,7,14500,B,7,1070,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,07:00,348,1323,65,1,9,15,1,9,61,1,13,72,1,9,13,1,9,68,1,13,171,1,18,10,A,7,9,A,7,20.0,A,7,18.9,A,7,93,A,7,988,A,7,180,A,7,2.6,A,7,14500,B,7,880,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,08:00,599,1323,137,1,9,2,1,9,136,1,13,159,1,9,1,1,9,158,1,13,570,1,18,10,A,7,10,A,7,20.6,A,7,18.9,A,7,90,A,7,989,A,7,210,A,7,2.6,A,7,11300,B,7,760,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,09:00,831,1323,291,1,9,55,1,9,257,1,13,321,1,9,56,1,9,286,1,13,863,1,18,9,A,7,9,A,7,21.7,A,7,19.4,A,7,87,A,7,989,A,7,180,A,7,2.1,A,7,11300,B,7,1220,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,10:00,1027,1323,253,1,9,22,1,9,236,1,13,280,1,9,22,1,9,263,1,13,967,1,18,10,A,7,10,A,7,23.9,A,7,19.4,A,7,76,A,7,989,A,7,190,A,7,4.1,A,7,11300,B,7,2740,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,11:00,1175,1323,553,1,9,121,1,9,445,1,13,606,1,9,129,1,9,491,1,13,2031,1,18,10,A,7,9,A,7,25.0,A,7,19.4,A,7,71,A,7,989,A,7,230,A,7,2.6,A,7,11300,B,7,2740,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,12:00,1263,1323,627,1,9,212,1,9,424,1,13,695,1,9,227,1,9,478,1,13,2674,1,18,10,A,7,9,A,7,25.6,A,7,19.4,A,7,69,A,7,989,A,7,260,A,7,1.5,A,7,11300,B,7,2740,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,13:00,1287,1323,547,1,9,37,1,9,511,1,13,604,1,9,38,1,9,567,1,13,3206,1,18,10,A,7,10,A,7,25.0,A,7,20.0,A,7,74,A,7,988,A,7,230,A,7,2.6,A,7,11300,B,7,2740,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,14:00,1244,1323,433,1,9,88,1,9,350,1,13,485,1,9,94,1,9,396,1,13,2017,1,18,10,A,7,9,A,7,27.2,A,7,20.6,A,7,67,A,7,988,A,7,220,A,7,2.6,A,7,11300,B,7,2740,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,15:00,1138,1323,205,1,9,29,1,9,180,1,13,228,1,9,29,1,9,203,1,13,862,1,18,10,A,7,10,A,7,22.2,A,7,20.0,A,7,87,A,7,988,A,7,140,A,7,5.2,A,7,11300,B,7,880,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,16:00,975,1323,141,1,9,8,1,9,135,1,13,174,1,9,6,1,9,170,1,13,693,1,18,10,A,7,10,A,7,21.7,A,7,20.6,A,7,93,A,7,988,A,7,160,A,7,3.1,A,7,11300,B,7,910,A,7,3.6,E,8,0.000,F,8,0.00,?,0,18,1,D,9,80,C,8 +06/20/1989,17:00,767,1323,204,1,9,2,1,9,203,1,13,236,1,9,2,1,9,236,1,13,874,1,18,10,A,7,10,A,7,22.2,A,7,21.1,A,7,94,A,7,988,A,7,180,A,7,3.1,A,7,16100,B,7,2740,A,7,3.7,E,8,0.000,F,8,0.00,?,0,3,1,D,9,80,C,8 +06/20/1989,18:00,528,1323,113,1,9,1,1,9,112,1,13,130,1,9,1,1,9,130,1,13,463,1,18,10,A,7,10,A,7,21.7,A,7,20.6,A,7,93,A,7,988,A,7,180,A,7,2.6,A,7,12900,B,7,1070,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,19:00,275,1323,55,1,13,2,1,9,54,1,13,62,1,13,1,1,9,62,1,13,202,1,21,10,A,7,10,A,7,21.7,A,7,21.1,A,7,97,A,7,987,A,7,180,A,7,3.1,A,7,12900,B,7,3050,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,20:00,46,849,12,1,13,0,1,9,12,1,13,14,1,13,0,1,9,14,1,13,44,1,21,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,988,A,7,160,A,7,2.6,A,7,11300,B,7,3050,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,25,C,8 +06/20/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,989,A,7,180,A,7,1.5,A,7,11300,B,7,3050,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,20.6,A,7,97,A,7,989,A,7,170,A,7,2.1,A,7,11300,B,7,370,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,20.6,A,7,97,A,7,988,A,7,140,A,7,3.6,A,7,11300,B,7,270,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/20/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,20.6,A,7,97,A,7,988,A,7,170,A,7,3.1,A,7,800,B,7,60,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/21/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,20.6,A,7,97,A,7,988,A,7,160,A,7,4.1,A,7,4000,B,7,240,A,7,3.6,E,8,0.000,?,0,0.00,?,0,76,1,D,9,45,C,8 +06/21/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,18.3,A,7,97,A,7,989,A,7,210,A,7,2.1,A,7,4800,B,7,1220,A,7,3.2,E,8,0.000,?,0,0.00,?,0,122,1,D,9,45,C,8 +06/21/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,6,A,7,18.9,A,7,18.3,A,7,97,A,7,988,A,7,0,A,7,0.0,A,7,24100,B,7,2900,A,7,3.2,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +06/21/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,18.3,A,7,17.8,A,7,97,A,7,988,A,7,120,A,7,1.5,A,7,24100,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/21/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,18.3,A,7,18.3,A,7,100,A,7,989,A,7,160,A,7,1.5,A,7,24100,B,7,850,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/21/1989,06:00,98,1223,21,1,13,0,1,9,21,1,13,24,1,13,0,1,9,24,1,13,74,1,21,10,A,7,10,A,7,18.9,A,7,18.3,A,7,97,A,7,989,A,7,110,A,7,1.5,A,7,16100,B,7,400,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/21/1989,07:00,347,1322,47,1,9,1,1,9,47,1,13,56,1,9,0,1,9,56,1,13,195,1,18,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,990,A,7,120,A,7,2.6,A,7,11300,B,7,270,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/21/1989,08:00,598,1322,166,1,9,1,1,9,165,1,13,189,1,9,1,1,9,188,1,13,656,1,18,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,990,A,7,170,A,7,2.1,A,7,8000,B,7,270,A,7,3.5,E,8,0.000,F,8,0.00,?,0,25,1,D,9,80,C,8 +06/21/1989,09:00,830,1322,272,1,9,0,1,9,271,1,13,310,1,9,0,1,9,310,1,13,1118,1,18,10,A,7,10,A,7,21.7,A,7,20.6,A,7,93,A,7,990,A,7,200,A,7,3.6,A,7,11300,B,7,270,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/21/1989,10:00,1026,1322,390,1,9,0,1,9,390,1,13,448,1,9,0,1,9,448,1,13,1602,1,18,10,A,7,10,A,7,23.3,A,7,21.7,A,7,90,A,7,990,A,7,220,A,7,3.1,A,7,11300,B,7,310,A,7,3.8,E,8,0.000,F,8,0.00,?,0,5,1,D,9,00,C,8 +06/21/1989,11:00,1174,1322,481,1,13,82,1,9,408,1,13,531,1,13,84,1,9,456,1,13,1904,1,21,7,A,7,7,A,7,24.4,A,7,21.1,A,7,82,A,7,990,A,7,230,A,7,4.1,A,7,11300,B,7,400,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/21/1989,12:00,1263,1322,702,1,13,395,1,9,324,1,13,764,1,13,414,1,9,368,1,13,2531,1,21,6,A,7,6,A,7,25.0,A,7,21.1,A,7,79,A,7,990,A,7,260,A,7,2.6,A,7,11300,B,7,610,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/21/1989,13:00,1287,1322,745,1,13,380,1,9,374,1,13,801,1,13,397,1,9,413,1,13,3518,1,21,6,A,7,6,A,7,27.2,A,7,21.1,A,7,69,A,7,989,A,7,180,A,7,2.6,A,7,11300,B,7,610,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/21/1989,14:00,1244,1322,448,1,9,72,1,9,380,1,13,496,1,9,74,1,9,426,1,13,2103,1,18,10,A,7,9,A,7,25.0,A,7,21.1,A,7,79,A,7,989,A,7,120,A,7,5.2,A,7,16100,B,7,760,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +06/21/1989,15:00,1138,1322,842,1,13,658,1,9,275,1,13,882,1,13,663,1,9,310,1,13,1194,1,21,8,A,7,6,A,7,25.0,A,7,22.8,A,7,88,A,7,989,A,7,160,A,7,5.2,A,7,16100,B,7,760,A,7,4.1,E,8,0.000,F,8,0.00,?,0,8,1,D,9,00,C,8 +06/21/1989,16:00,976,1322,637,1,13,572,1,9,215,1,13,667,1,13,577,1,9,241,1,13,638,1,21,8,A,7,4,A,7,25.6,A,7,22.2,A,7,82,A,7,988,A,7,150,A,7,3.6,A,7,16100,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/21/1989,17:00,768,1322,437,1,9,375,1,9,219,1,13,473,1,9,397,1,9,242,1,13,524,1,18,10,A,7,8,A,7,24.4,A,7,21.1,A,7,82,A,7,988,A,7,160,A,7,4.1,A,7,16100,B,7,1370,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/21/1989,18:00,529,1322,100,1,9,4,1,9,99,1,13,118,1,9,3,1,9,117,1,13,420,1,18,10,A,7,10,A,7,23.9,A,7,21.7,A,7,87,A,7,988,A,7,150,A,7,2.6,A,7,11300,B,7,1370,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/21/1989,19:00,276,1322,51,1,13,6,1,9,49,1,13,58,1,13,2,1,9,58,1,13,187,1,21,10,A,7,10,A,7,23.3,A,7,21.1,A,7,87,A,7,989,A,7,150,A,7,2.1,A,7,16100,B,7,3050,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/21/1989,20:00,47,849,10,1,13,0,1,9,10,1,13,12,1,13,0,1,9,12,1,13,37,1,21,10,A,7,10,A,7,22.8,A,7,21.7,A,7,94,A,7,989,A,7,150,A,7,3.1,A,7,24100,B,7,3050,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +06/21/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.2,A,7,21.1,A,7,94,A,7,990,A,7,170,A,7,2.1,A,7,11300,B,7,460,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/21/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.9,A,7,97,A,7,990,A,7,240,A,7,2.1,A,7,8000,B,7,460,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,95,C,8 +06/21/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,19.4,A,7,100,A,7,990,A,7,200,A,7,2.1,A,7,8000,B,7,400,A,7,3.4,E,8,0.000,?,0,0.00,?,0,10,1,D,9,45,C,8 +06/21/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,20.0,A,7,100,A,7,990,A,7,210,A,7,2.6,A,7,11300,B,7,150,A,7,3.5,E,8,0.000,?,0,0.00,?,0,15,1,D,9,45,C,8 +06/22/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,20.0,A,7,19.4,A,7,97,A,7,989,A,7,210,A,7,2.6,A,7,9700,B,7,240,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +06/22/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,19.4,A,7,97,A,7,989,A,7,230,A,7,2.1,A,7,11300,B,7,240,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/22/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,19.4,A,7,97,A,7,989,A,7,230,A,7,2.1,A,7,11300,B,7,180,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,19.4,A,7,97,A,7,989,A,7,220,A,7,1.5,A,7,11300,B,7,1490,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,6,A,7,19.4,A,7,18.9,A,7,97,A,7,990,A,7,0,A,7,0.0,A,7,11300,B,7,7620,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,06:00,98,1223,17,1,13,0,1,9,17,1,13,20,1,13,0,1,9,20,1,13,62,1,21,8,A,7,7,A,7,19.4,A,7,18.9,A,7,97,A,7,990,A,7,110,A,7,2.6,A,7,6400,B,7,7620,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,07:00,346,1322,83,1,9,23,1,9,77,1,13,91,1,9,20,1,9,86,1,13,209,1,18,10,A,7,9,A,7,20.6,A,7,19.4,A,7,93,A,7,990,A,7,180,A,7,2.6,A,7,6400,B,7,700,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/22/1989,08:00,597,1322,127,1,9,1,1,9,127,1,13,148,1,9,1,1,9,148,1,13,540,1,18,10,A,7,10,A,7,20.6,A,7,19.4,A,7,93,A,7,991,A,7,190,A,7,2.6,A,7,11300,B,7,270,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +06/22/1989,09:00,829,1322,193,1,9,1,1,9,192,1,13,226,1,9,1,1,9,226,1,13,872,1,18,10,A,7,10,A,7,21.1,A,7,19.4,A,7,90,A,7,991,A,7,220,A,7,2.6,A,7,11300,B,7,270,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,10:00,1026,1322,255,1,9,5,1,9,251,1,13,303,1,9,4,1,9,300,1,13,1181,1,18,10,A,7,10,A,7,21.7,A,7,19.4,A,7,87,A,7,991,A,7,190,A,7,2.6,A,7,8000,B,7,270,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,11:00,1173,1322,297,1,9,0,1,9,296,1,13,355,1,9,0,1,9,355,1,13,1390,1,18,10,A,7,10,A,7,22.8,A,7,20.0,A,7,84,A,7,991,A,7,200,A,7,3.1,A,7,8000,B,7,310,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/22/1989,12:00,1263,1322,365,1,9,2,1,9,363,1,13,436,1,9,2,1,9,434,1,13,1647,1,18,10,A,7,10,A,7,23.3,A,7,20.0,A,7,82,A,7,990,A,7,220,A,7,3.1,A,7,8000,B,7,460,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/22/1989,13:00,1287,1322,728,1,9,259,1,9,475,1,13,796,1,9,281,1,9,522,1,13,3865,1,18,9,A,7,8,A,7,25.0,A,7,20.0,A,7,74,A,7,990,A,7,190,A,7,2.6,A,7,8000,B,7,940,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/22/1989,14:00,1244,1322,625,1,9,247,1,9,392,1,13,691,1,9,269,1,9,437,1,13,2424,1,18,8,A,7,8,A,7,26.1,A,7,20.6,A,7,72,A,7,989,A,7,170,A,7,3.6,A,7,11300,B,7,1100,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/22/1989,15:00,1139,1322,676,1,13,285,1,9,430,1,13,732,1,13,309,1,9,466,1,13,1857,1,21,7,A,7,7,A,7,26.7,A,7,20.0,A,7,67,A,7,989,A,7,250,A,7,3.6,A,7,16100,B,7,1190,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,16:00,976,1322,634,1,9,502,1,9,263,1,13,677,1,9,522,1,9,291,1,13,804,1,18,2,A,7,2,A,7,27.2,A,7,20.0,A,7,65,A,7,988,A,7,230,A,7,3.1,A,7,16100,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,17:00,769,1322,392,1,13,277,1,9,231,1,13,423,1,13,293,1,9,252,1,13,559,1,21,6,A,7,5,A,7,26.7,A,7,20.0,A,7,67,A,7,988,A,7,230,A,7,3.6,A,7,16100,B,7,7620,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,18:00,530,1322,250,1,13,194,1,9,172,1,13,271,1,13,191,1,9,195,1,13,403,1,21,8,A,7,4,A,7,26.7,A,7,20.0,A,7,67,A,7,988,A,7,190,A,7,2.1,A,7,16100,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,19:00,277,1322,86,1,13,50,1,9,76,1,13,95,1,13,41,1,9,86,1,13,191,1,21,8,A,7,4,A,7,25.6,A,7,20.0,A,7,72,A,7,988,A,7,180,A,7,2.6,A,7,16100,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,20:00,47,848,11,1,13,0,1,9,11,1,13,13,1,13,0,1,9,13,1,13,41,1,21,8,A,7,4,A,7,23.3,A,7,20.6,A,7,85,A,7,988,A,7,200,A,7,2.1,A,7,16100,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,23.3,A,7,21.1,A,7,87,A,7,988,A,7,220,A,7,2.1,A,7,16100,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,22.8,A,7,20.6,A,7,87,A,7,989,A,7,160,A,7,1.5,A,7,16100,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,22.2,A,7,20.6,A,7,90,A,7,989,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/22/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,7,A,7,22.2,A,7,20.6,A,7,90,A,7,989,A,7,190,A,7,3.1,A,7,11300,B,7,2130,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,4,A,7,21.1,A,7,20.0,A,7,93,A,7,988,A,7,200,A,7,3.1,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,4,A,7,20.6,A,7,20.0,A,7,97,A,7,988,A,7,210,A,7,2.6,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,20.0,A,7,19.4,A,7,97,A,7,988,A,7,240,A,7,2.1,A,7,9700,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,20.6,A,7,20.0,A,7,97,A,7,988,A,7,240,A,7,2.6,A,7,9700,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/23/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,20.0,A,7,20.0,A,7,100,A,7,988,A,7,260,A,7,1.5,A,7,3200,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/23/1989,06:00,97,1201,20,1,13,4,1,9,19,1,13,22,1,13,0,1,9,22,1,13,68,1,21,7,A,7,6,A,7,20.6,A,7,20.0,A,7,97,A,7,988,A,7,220,A,7,2.6,A,7,3200,B,7,2130,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/23/1989,07:00,345,1322,157,1,9,282,1,9,83,1,13,164,1,9,237,1,9,102,1,13,153,1,18,0,A,7,0,A,7,21.7,A,7,21.1,A,7,97,A,7,988,A,7,230,A,7,2.1,A,7,4000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/23/1989,08:00,596,1322,336,1,9,408,1,9,151,1,13,353,1,9,401,1,9,172,1,13,306,1,18,1,A,7,1,A,7,23.9,A,7,21.1,A,7,85,A,7,988,A,7,290,A,7,3.6,A,7,6400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +06/23/1989,09:00,828,1322,545,1,9,590,1,9,174,1,13,568,1,9,591,1,9,197,1,13,419,1,18,2,A,7,2,A,7,26.7,A,7,21.1,A,7,72,A,7,988,A,7,350,A,7,2.6,A,7,8000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/23/1989,10:00,1025,1322,638,1,13,430,1,9,304,1,13,676,1,13,447,1,9,328,1,13,1029,1,21,4,A,7,4,A,7,27.2,A,7,21.1,A,7,69,A,7,988,A,7,280,A,7,2.6,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/23/1989,11:00,1173,1322,755,1,13,487,1,9,322,1,13,812,1,13,509,1,9,359,1,13,1635,1,21,5,A,7,5,A,7,27.2,A,7,20.0,A,7,65,A,7,988,A,7,340,A,7,2.6,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,12:00,1262,1322,756,1,13,414,1,9,360,1,13,814,1,13,433,1,9,399,1,13,2812,1,21,5,A,7,5,A,7,28.3,A,7,19.4,A,7,59,A,7,987,A,7,180,A,7,2.1,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,13:00,1287,1322,968,1,13,643,1,9,341,1,13,1013,1,13,645,1,9,384,1,13,3077,1,21,5,A,7,5,A,7,28.9,A,7,19.4,A,7,57,A,7,987,A,7,280,A,7,3.1,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,14:00,1244,1322,840,1,13,503,1,9,365,1,13,900,1,13,526,1,9,404,1,13,2565,1,21,4,A,7,4,A,7,30.6,A,7,19.4,A,7,52,A,7,985,A,7,360,A,7,3.6,A,7,14500,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,15:00,1139,1322,778,1,9,611,1,9,251,1,13,820,1,9,619,1,9,286,1,13,1102,1,18,2,A,7,2,A,7,30.6,A,7,20.0,A,7,53,A,7,985,A,7,240,A,7,2.6,A,7,14500,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,16:00,977,1322,671,1,13,657,1,9,185,1,13,710,1,13,668,1,9,216,1,13,561,1,21,3,A,7,3,A,7,31.1,A,7,18.3,A,7,47,A,7,984,A,7,320,A,7,2.6,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,17:00,769,1322,477,1,9,541,1,9,163,1,13,518,1,9,554,1,9,195,1,13,369,1,18,1,A,7,1,A,7,30.0,A,7,20.0,A,7,55,A,7,984,A,7,240,A,7,2.6,A,7,16100,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,18:00,531,1322,290,1,9,406,1,9,128,1,13,307,1,9,390,1,9,151,1,13,250,1,18,2,A,7,2,A,7,30.0,A,7,19.4,A,7,53,A,7,984,A,7,270,A,7,2.6,A,7,16100,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,19:00,278,1322,85,1,13,115,1,9,61,1,13,92,1,13,89,1,9,73,1,13,112,1,21,4,A,7,4,A,7,28.3,A,7,20.6,A,7,63,A,7,984,A,7,270,A,7,2.1,A,7,16100,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,20:00,47,848,14,1,13,2,1,9,14,1,13,16,1,13,0,1,9,16,1,13,50,1,21,7,A,7,6,A,7,26.1,A,7,21.1,A,7,74,A,7,984,A,7,230,A,7,2.1,A,7,16100,B,7,7620,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,25.6,A,7,21.1,A,7,77,A,7,984,A,7,220,A,7,2.6,A,7,11300,B,7,1220,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/23/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,17.2,A,7,97,A,7,986,A,7,40,A,7,2.6,A,7,6400,B,7,370,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,17,C,8 +06/23/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,15.0,A,7,73,A,7,986,A,7,180,A,7,3.1,A,7,11300,B,7,370,A,7,2.6,E,8,0.000,?,0,0.00,?,0,33,1,D,9,95,C,8 +06/23/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,19.4,A,7,93,A,7,985,A,7,240,A,7,3.6,A,7,11300,B,7,1220,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +06/24/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,19.4,A,7,93,A,7,985,A,7,250,A,7,3.1,A,7,11300,B,7,1220,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +06/24/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,19.4,A,7,93,A,7,984,A,7,320,A,7,2.1,A,7,11300,B,7,3050,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/24/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,20.6,A,7,20.0,A,7,97,A,7,984,A,7,330,A,7,2.1,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/24/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,20.6,A,7,20.0,A,7,97,A,7,984,A,7,310,A,7,2.6,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/24/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,20.0,A,7,20.0,A,7,100,A,7,983,A,7,320,A,7,2.1,A,7,4800,B,7,6100,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/24/1989,06:00,96,1201,20,1,13,5,1,9,19,1,13,22,1,13,0,1,9,22,1,13,68,1,21,10,A,7,8,A,7,20.6,A,7,20.0,A,7,97,A,7,984,A,7,320,A,7,1.5,A,7,4800,B,7,6100,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/24/1989,07:00,344,1322,140,1,13,65,1,9,123,1,13,153,1,13,58,1,9,138,1,13,299,1,21,8,A,7,6,A,7,22.2,A,7,20.6,A,7,90,A,7,985,A,7,10,A,7,2.6,A,7,6400,B,7,6100,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/24/1989,08:00,595,1322,319,1,13,356,1,9,158,1,13,343,1,13,362,1,9,180,1,13,334,1,21,6,A,7,5,A,7,23.9,A,7,21.7,A,7,87,A,7,985,A,7,360,A,7,2.6,A,7,6400,B,7,6100,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/24/1989,09:00,827,1322,491,1,13,419,1,9,228,1,13,518,1,13,431,1,9,249,1,13,563,1,21,6,A,7,3,A,7,26.1,A,7,22.8,A,7,82,A,7,985,A,7,360,A,7,3.1,A,7,8000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/24/1989,10:00,1024,1322,572,1,13,375,1,9,280,1,13,610,1,13,391,1,9,307,1,13,941,1,21,6,A,7,5,A,7,26.7,A,7,21.7,A,7,74,A,7,985,A,7,40,A,7,5.2,A,7,8000,B,7,7620,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/24/1989,11:00,1172,1322,566,1,13,249,1,9,345,1,13,626,1,13,271,1,9,386,1,13,1598,1,21,6,A,7,6,A,7,27.2,A,7,21.1,A,7,69,A,7,985,A,7,50,A,7,4.1,A,7,8000,B,7,670,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/24/1989,12:00,1262,1322,806,1,13,457,1,9,368,1,13,865,1,13,478,1,9,408,1,13,2870,1,21,5,A,7,5,A,7,27.8,A,7,21.1,A,7,67,A,7,985,A,7,60,A,7,3.6,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/24/1989,13:00,1286,1322,739,1,13,355,1,9,392,1,13,820,1,13,387,1,9,443,1,13,3149,1,21,5,A,7,5,A,7,28.9,A,7,20.0,A,7,59,A,7,985,A,7,40,A,7,3.1,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/24/1989,14:00,1245,1322,774,1,13,469,1,9,332,1,13,839,1,13,491,1,9,375,1,13,2327,1,21,6,A,7,6,A,7,28.9,A,7,19.4,A,7,57,A,7,984,A,7,10,A,7,3.6,A,7,12900,B,7,1070,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/24/1989,15:00,1139,1322,769,1,13,604,1,9,248,1,13,811,1,13,612,1,9,283,1,13,1092,1,21,4,A,7,4,A,7,30.6,A,7,19.4,A,7,52,A,7,984,A,7,360,A,7,3.6,A,7,14500,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/24/1989,16:00,977,1322,664,1,13,610,1,9,212,1,13,695,1,13,615,1,9,239,1,13,632,1,21,3,A,7,3,A,7,29.4,A,7,19.4,A,7,55,A,7,983,A,7,60,A,7,3.6,A,7,14500,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/24/1989,17:00,770,1322,486,1,9,591,1,9,142,1,13,511,1,9,592,1,9,166,1,13,328,1,18,0,A,7,0,A,7,30.6,A,7,19.4,A,7,52,A,7,983,A,7,20,A,7,3.6,A,7,14500,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/24/1989,18:00,531,1322,301,1,9,487,1,9,105,1,13,324,1,9,469,1,9,136,1,13,201,1,18,0,A,7,0,A,7,29.4,A,7,20.0,A,7,57,A,7,983,A,7,40,A,7,2.6,A,7,16100,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/24/1989,19:00,278,1322,123,1,13,238,1,9,73,1,13,130,1,13,183,1,9,92,1,13,138,1,21,5,A,7,0,A,7,28.3,A,7,20.0,A,7,61,A,7,984,A,7,10,A,7,2.1,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/24/1989,20:00,48,870,19,1,13,10,1,9,18,1,13,20,1,13,5,1,9,20,1,13,44,1,21,7,A,7,1,A,7,25.0,A,7,21.1,A,7,79,A,7,984,A,7,30,A,7,1.5,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/24/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,1,A,7,25.0,A,7,21.1,A,7,79,A,7,984,A,7,90,A,7,2.1,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/24/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,23.3,A,7,20.0,A,7,82,A,7,985,A,7,110,A,7,2.6,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/24/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,22.8,A,7,19.4,A,7,82,A,7,986,A,7,90,A,7,2.6,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/24/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,22.8,A,7,19.4,A,7,82,A,7,986,A,7,70,A,7,2.1,A,7,11300,B,7,7620,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,21.7,A,7,19.4,A,7,87,A,7,986,A,7,40,A,7,2.1,A,7,11300,B,7,7620,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,5,A,7,21.1,A,7,20.0,A,7,93,A,7,986,A,7,360,A,7,2.1,A,7,9700,B,7,7620,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/25/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,6,A,7,20.6,A,7,19.4,A,7,93,A,7,985,A,7,10,A,7,2.1,A,7,9700,B,7,7620,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/25/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,20.0,A,7,18.9,A,7,93,A,7,985,A,7,30,A,7,2.6,A,7,8000,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/25/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,20.0,A,7,18.9,A,7,93,A,7,985,A,7,70,A,7,2.6,A,7,3200,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/25/1989,06:00,95,1201,39,1,13,151,1,9,24,1,13,39,1,13,70,1,9,33,1,13,42,1,21,2,A,7,0,A,7,20.6,A,7,19.4,A,7,93,A,7,986,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/25/1989,07:00,343,1322,186,1,9,515,1,9,52,1,13,194,1,9,438,1,9,81,1,13,99,1,18,1,A,7,0,A,7,22.2,A,7,20.0,A,7,87,A,7,987,A,7,20,A,7,2.6,A,7,2400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/25/1989,08:00,594,1322,386,1,9,685,1,9,76,1,13,402,1,9,663,1,9,104,1,13,160,1,18,1,A,7,0,A,7,23.9,A,7,20.0,A,7,79,A,7,987,A,7,60,A,7,2.6,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/25/1989,09:00,826,1322,584,1,9,767,1,9,103,1,13,617,1,9,768,1,9,136,1,13,251,1,18,2,A,7,0,A,7,25.6,A,7,19.4,A,7,69,A,7,987,A,7,70,A,7,2.6,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/25/1989,10:00,1023,1322,762,1,9,826,1,9,120,1,13,816,1,9,838,1,9,166,1,13,391,1,18,2,A,7,0,A,7,27.2,A,7,20.0,A,7,65,A,7,987,A,7,30,A,7,2.1,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,11:00,1171,1322,747,1,13,600,1,9,213,1,13,798,1,13,614,1,9,252,1,13,1062,1,21,4,A,7,4,A,7,28.3,A,7,20.0,A,7,61,A,7,987,A,7,180,A,7,2.1,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,12:00,1261,1322,929,1,13,743,1,9,218,1,13,1001,1,13,763,1,9,271,1,13,1662,1,21,4,A,7,4,A,7,29.4,A,7,20.0,A,7,57,A,7,986,A,7,10,A,7,2.6,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,13:00,1286,1322,890,1,13,623,1,9,283,1,13,944,1,13,632,1,9,328,1,13,2573,1,21,5,A,7,5,A,7,29.4,A,7,19.4,A,7,55,A,7,986,A,7,10,A,7,2.1,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,14:00,1245,1322,709,1,13,412,1,9,320,1,13,770,1,13,432,1,9,363,1,13,2242,1,21,7,A,7,7,A,7,30.6,A,7,19.4,A,7,52,A,7,985,A,7,70,A,7,3.6,A,7,11300,B,7,1070,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,15:00,1139,1322,831,1,9,822,1,9,121,1,13,856,1,9,823,1,9,144,1,13,435,1,18,2,A,7,2,A,7,30.0,A,7,19.4,A,7,53,A,7,985,A,7,60,A,7,2.1,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,16:00,977,1322,743,1,9,829,1,9,129,1,13,786,1,9,836,1,9,167,1,13,375,1,18,2,A,7,2,A,7,30.6,A,7,18.3,A,7,48,A,7,985,A,7,50,A,7,3.1,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,17:00,770,1322,539,1,9,745,1,9,105,1,13,565,1,9,740,1,9,133,1,13,236,1,18,2,A,7,2,A,7,30.6,A,7,19.4,A,7,52,A,7,984,A,7,90,A,7,3.1,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,18:00,532,1322,303,1,9,537,1,9,87,1,13,318,1,9,512,1,9,112,1,13,174,1,18,4,A,7,1,A,7,28.9,A,7,21.1,A,7,63,A,7,984,A,7,160,A,7,3.1,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,19:00,279,1322,116,1,13,177,1,9,79,1,13,123,1,13,136,1,9,94,1,13,152,1,21,10,A,7,3,A,7,27.2,A,7,21.1,A,7,69,A,7,984,A,7,170,A,7,2.6,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,20:00,48,870,22,1,13,7,1,9,21,1,13,23,1,13,4,1,9,23,1,13,49,1,21,10,A,7,4,A,7,25.6,A,7,21.1,A,7,77,A,7,985,A,7,180,A,7,2.6,A,7,11300,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,25.0,A,7,21.7,A,7,82,A,7,985,A,7,180,A,7,2.1,A,7,11300,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,24.4,A,7,21.7,A,7,85,A,7,985,A,7,200,A,7,2.1,A,7,11300,B,7,7620,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,23.3,A,7,21.7,A,7,90,A,7,985,A,7,200,A,7,2.1,A,7,11300,B,7,7620,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/25/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,22.8,A,7,21.1,A,7,90,A,7,985,A,7,210,A,7,2.1,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/26/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,22.8,A,7,20.6,A,7,87,A,7,985,A,7,260,A,7,2.6,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/26/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,22.2,A,7,20.6,A,7,90,A,7,985,A,7,250,A,7,2.6,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/26/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,22.2,A,7,20.6,A,7,90,A,7,984,A,7,260,A,7,2.1,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/26/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,21.7,A,7,20.6,A,7,93,A,7,984,A,7,230,A,7,2.6,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/26/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,21.1,A,7,20.0,A,7,93,A,7,984,A,7,220,A,7,3.1,A,7,8000,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/26/1989,06:00,93,1201,34,1,13,75,1,9,27,1,13,35,1,13,31,1,9,33,1,13,48,1,21,2,A,7,0,A,7,21.7,A,7,20.6,A,7,93,A,7,985,A,7,280,A,7,1.5,A,7,8000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,07:00,342,1322,173,1,9,408,1,9,66,1,13,176,1,9,342,1,9,88,1,13,121,1,18,1,A,7,0,A,7,23.3,A,7,21.1,A,7,87,A,7,985,A,7,250,A,7,2.6,A,7,4800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,08:00,593,1322,374,1,9,613,1,9,98,1,13,392,1,9,596,1,9,124,1,13,202,1,18,0,A,7,0,A,7,25.6,A,7,21.7,A,7,79,A,7,984,A,7,300,A,7,3.1,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,09:00,825,1322,574,1,9,715,1,9,126,1,13,611,1,9,726,1,9,158,1,13,316,1,18,0,A,7,0,A,7,27.2,A,7,21.1,A,7,69,A,7,984,A,7,280,A,7,3.6,A,7,4800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,10:00,1022,1322,745,1,9,772,1,9,146,1,13,781,1,9,777,1,9,180,1,13,450,1,18,0,A,7,0,A,7,28.9,A,7,21.7,A,7,65,A,7,984,A,7,340,A,7,2.1,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,11:00,1171,1322,883,1,9,814,1,9,160,1,13,936,1,9,823,1,9,205,1,13,748,1,18,0,A,7,0,A,7,30.0,A,7,21.7,A,7,61,A,7,984,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,12:00,1261,1322,929,1,9,775,1,9,188,1,13,979,1,9,781,1,9,232,1,13,1338,1,18,1,A,7,1,A,7,30.6,A,7,21.1,A,7,57,A,7,984,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,13:00,1286,1322,923,1,9,776,1,9,166,1,13,988,1,9,787,1,9,221,1,13,1456,1,18,1,A,7,1,A,7,31.7,A,7,21.1,A,7,54,A,7,984,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,14:00,1244,1322,423,1,9,50,1,9,377,1,13,470,1,9,51,1,9,421,1,13,2093,1,18,8,A,7,8,A,7,31.1,A,7,20.6,A,7,53,A,7,983,A,7,40,A,7,1.5,A,7,6400,B,7,1340,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,15:00,1139,1322,715,1,13,536,1,9,253,1,13,754,1,13,543,1,9,285,1,13,1114,1,21,6,A,7,6,A,7,31.7,A,7,20.6,A,7,52,A,7,983,A,7,10,A,7,2.1,A,7,6400,B,7,1370,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,16:00,978,1322,681,1,13,662,1,9,191,1,13,719,1,13,672,1,9,222,1,13,578,1,21,3,A,7,3,A,7,31.7,A,7,20.6,A,7,52,A,7,982,A,7,180,A,7,2.1,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,17:00,771,1322,481,1,9,568,1,9,149,1,13,503,1,9,567,1,9,172,1,13,342,1,18,2,A,7,2,A,7,31.7,A,7,20.6,A,7,52,A,7,982,A,7,220,A,7,2.6,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,18:00,532,1322,287,1,13,340,1,9,151,1,13,308,1,13,337,1,9,172,1,13,315,1,21,5,A,7,5,A,7,30.0,A,7,21.7,A,7,61,A,7,982,A,7,270,A,7,2.6,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,19:00,279,1322,84,1,13,43,1,9,75,1,13,92,1,13,36,1,9,85,1,13,190,1,21,5,A,7,5,A,7,28.3,A,7,22.2,A,7,70,A,7,982,A,7,230,A,7,2.1,A,7,4000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,20:00,48,870,17,1,13,14,1,9,15,1,13,17,1,13,8,1,9,17,1,13,37,1,21,4,A,7,4,A,7,27.8,A,7,21.7,A,7,69,A,7,982,A,7,270,A,7,2.6,A,7,4000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,26.7,A,7,21.7,A,7,74,A,7,983,A,7,270,A,7,2.6,A,7,4000,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,26.1,A,7,21.7,A,7,77,A,7,983,A,7,220,A,7,2.1,A,7,4000,B,7,2290,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,25.0,A,7,22.2,A,7,85,A,7,984,A,7,210,A,7,2.1,A,7,4000,B,7,2290,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/26/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,24.4,A,7,22.2,A,7,88,A,7,983,A,7,260,A,7,3.1,A,7,4000,B,7,77777,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,25.0,A,7,21.7,A,7,82,A,7,983,A,7,250,A,7,3.6,A,7,4000,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,4,A,7,24.4,A,7,21.7,A,7,85,A,7,983,A,7,250,A,7,2.6,A,7,4000,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,23.3,A,7,21.7,A,7,90,A,7,982,A,7,230,A,7,2.6,A,7,4000,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,22.8,A,7,21.7,A,7,94,A,7,982,A,7,220,A,7,2.6,A,7,4000,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,22.2,A,7,21.7,A,7,97,A,7,982,A,7,260,A,7,1.5,A,7,3200,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,06:00,92,1179,23,1,13,9,1,9,22,1,13,25,1,13,5,1,9,25,1,13,54,1,21,2,A,7,2,A,7,22.2,A,7,21.7,A,7,97,A,7,983,A,7,240,A,7,2.1,A,7,3200,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,07:00,340,1322,149,1,9,219,1,9,92,1,13,157,1,9,186,1,9,110,1,13,178,1,18,2,A,7,0,A,7,23.9,A,7,22.2,A,7,90,A,7,983,A,7,240,A,7,2.1,A,7,2400,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,08:00,591,1322,337,1,9,419,1,9,148,1,13,354,1,9,412,1,9,170,1,13,299,1,18,1,A,7,0,A,7,26.1,A,7,22.8,A,7,82,A,7,983,A,7,280,A,7,1.5,A,7,2400,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,09:00,824,1322,540,1,9,551,1,9,195,1,13,579,1,9,567,1,9,224,1,13,473,1,18,0,A,7,0,A,7,28.9,A,7,22.2,A,7,67,A,7,983,A,7,120,A,7,2.1,A,7,4000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,10:00,1021,1322,715,1,9,625,1,9,230,1,13,747,1,9,630,1,9,259,1,13,745,1,18,0,A,7,0,A,7,30.0,A,7,22.8,A,7,65,A,7,983,A,7,170,A,7,2.1,A,7,4000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,11:00,1170,1322,855,1,9,676,1,9,255,1,13,902,1,9,686,1,9,294,1,13,1248,1,18,0,A,7,0,A,7,30.6,A,7,22.8,A,7,63,A,7,983,A,7,240,A,7,2.6,A,7,4000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,12:00,1260,1322,832,1,9,538,1,9,317,1,13,906,1,9,564,1,9,367,1,13,2443,1,18,2,A,7,2,A,7,31.1,A,7,22.8,A,7,61,A,7,983,A,7,210,A,7,4.1,A,7,4800,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,13:00,1286,1322,936,1,13,605,1,9,345,1,13,1014,1,13,634,1,9,396,1,13,3224,1,21,3,A,7,3,A,7,31.7,A,7,22.8,A,7,59,A,7,983,A,7,270,A,7,3.1,A,7,4800,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,14:00,1244,1322,825,1,13,533,1,9,322,1,13,896,1,13,558,1,9,369,1,13,2258,1,21,3,A,7,3,A,7,31.7,A,7,22.8,A,7,59,A,7,982,A,7,270,A,7,3.6,A,7,4800,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,15:00,1140,1322,804,1,9,625,1,9,264,1,13,844,1,9,631,1,9,299,1,13,1158,1,18,1,A,7,1,A,7,31.7,A,7,21.7,A,7,55,A,7,982,A,7,240,A,7,5.2,A,7,6400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,16:00,978,1322,596,1,13,428,1,9,279,1,13,633,1,13,445,1,9,303,1,13,860,1,21,3,A,7,3,A,7,31.1,A,7,21.1,A,7,55,A,7,982,A,7,240,A,7,5.2,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,17:00,771,1322,260,1,9,60,1,9,225,1,13,286,1,9,60,1,9,251,1,13,734,1,18,10,A,7,9,A,7,29.4,A,7,21.1,A,7,61,A,7,982,A,7,240,A,7,3.6,A,7,8000,B,7,7620,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,18:00,532,1322,137,1,9,4,1,9,135,1,13,156,1,9,3,1,9,155,1,13,535,1,18,10,A,7,10,A,7,29.4,A,7,22.2,A,7,65,A,7,982,A,7,240,A,7,2.6,A,7,8000,B,7,7620,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,19:00,279,1322,81,1,13,45,1,9,72,1,13,89,1,13,37,1,9,81,1,13,184,1,21,10,A,7,5,A,7,28.3,A,7,21.7,A,7,67,A,7,982,A,7,230,A,7,3.1,A,7,8000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,20:00,48,870,12,1,13,1,1,9,11,1,13,13,1,13,0,1,9,13,1,13,41,1,21,10,A,7,4,A,7,26.7,A,7,22.2,A,7,77,A,7,982,A,7,230,A,7,2.6,A,7,9700,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,25.6,A,7,22.2,A,7,82,A,7,982,A,7,210,A,7,2.1,A,7,9700,B,7,77777,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,4,A,7,25.0,A,7,21.7,A,7,82,A,7,983,A,7,220,A,7,2.1,A,7,9700,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,23.9,A,7,21.7,A,7,87,A,7,983,A,7,220,A,7,2.6,A,7,9700,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/27/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,23.3,A,7,21.1,A,7,87,A,7,983,A,7,230,A,7,2.6,A,7,9700,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,23.3,A,7,21.1,A,7,87,A,7,983,A,7,220,A,7,3.1,A,7,9700,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,23.3,A,7,21.7,A,7,90,A,7,983,A,7,240,A,7,2.6,A,7,9700,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.8,A,7,21.1,A,7,90,A,7,983,A,7,220,A,7,2.6,A,7,9700,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.8,A,7,21.1,A,7,90,A,7,983,A,7,230,A,7,1.5,A,7,9700,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.2,A,7,21.1,A,7,94,A,7,983,A,7,220,A,7,2.6,A,7,8000,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,06:00,91,1178,22,1,13,6,1,9,21,1,13,24,1,13,0,1,9,24,1,13,74,1,21,5,A,7,5,A,7,22.8,A,7,21.1,A,7,90,A,7,983,A,7,230,A,7,3.6,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,07:00,339,1322,143,1,9,207,1,9,90,1,13,152,1,9,175,1,9,107,1,13,174,1,18,1,A,7,0,A,7,23.9,A,7,21.7,A,7,87,A,7,983,A,7,240,A,7,2.6,A,7,8000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,08:00,590,1322,337,1,9,423,1,9,147,1,13,355,1,9,415,1,9,169,1,13,296,1,18,0,A,7,0,A,7,25.6,A,7,22.2,A,7,82,A,7,984,A,7,250,A,7,3.1,A,7,4800,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,09:00,823,1322,539,1,9,548,1,9,196,1,13,577,1,9,564,1,9,225,1,13,475,1,18,0,A,7,0,A,7,27.2,A,7,22.2,A,7,74,A,7,984,A,7,240,A,7,3.1,A,7,4800,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,10:00,1020,1322,720,1,9,615,1,9,244,1,13,750,1,9,618,1,9,272,1,13,782,1,18,2,A,7,0,A,7,28.9,A,7,22.2,A,7,67,A,7,984,A,7,230,A,7,3.1,A,7,6400,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,11:00,1169,1322,852,1,9,657,1,9,270,1,13,896,1,9,664,1,9,308,1,13,1312,1,18,2,A,7,0,A,7,29.4,A,7,22.8,A,7,67,A,7,984,A,7,210,A,7,2.6,A,7,6400,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,12:00,1260,1322,725,1,9,347,1,9,394,1,13,803,1,9,378,1,9,442,1,13,2653,1,18,8,A,7,8,A,7,30.6,A,7,22.2,A,7,61,A,7,984,A,7,260,A,7,3.6,A,7,6400,B,7,7620,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,13:00,1285,1322,773,1,9,298,1,9,482,1,13,844,1,9,324,1,9,529,1,13,3904,1,18,10,A,7,8,A,7,30.0,A,7,22.2,A,7,63,A,7,983,A,7,260,A,7,3.6,A,7,4800,B,7,7620,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,14:00,1244,1322,182,1,9,9,1,9,173,1,13,228,1,9,7,1,9,222,1,13,899,1,18,10,A,7,10,A,7,30.6,A,7,21.1,A,7,57,A,7,983,A,7,360,A,7,2.6,A,7,4800,B,7,1070,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,15:00,1140,1322,519,1,9,153,1,9,387,1,13,573,1,9,163,1,9,432,1,13,1624,1,18,9,A,7,8,A,7,27.2,A,7,20.0,A,7,65,A,7,983,A,7,360,A,7,4.6,A,7,6400,B,7,1220,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,16:00,978,1322,534,1,13,289,1,9,320,1,13,580,1,13,312,1,9,348,1,13,988,1,21,8,A,7,7,A,7,28.9,A,7,19.4,A,7,57,A,7,983,A,7,30,A,7,3.1,A,7,8000,B,7,1370,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,17:00,771,1322,325,1,9,168,1,9,227,1,13,358,1,9,176,1,9,255,1,13,604,1,18,8,A,7,8,A,7,28.3,A,7,20.6,A,7,63,A,7,983,A,7,360,A,7,2.1,A,7,8000,B,7,3050,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,18:00,533,1322,128,1,9,30,1,9,116,1,13,141,1,9,29,1,9,130,1,13,347,1,18,9,A,7,9,A,7,27.2,A,7,21.1,A,7,69,A,7,983,A,7,70,A,7,3.1,A,7,8000,B,7,2740,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,19:00,280,1322,68,1,13,25,1,9,62,1,13,74,1,13,21,1,9,70,1,13,163,1,21,10,A,7,10,A,7,25.6,A,7,21.1,A,7,77,A,7,984,A,7,130,A,7,2.1,A,7,8000,B,7,2740,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,20:00,49,870,7,1,13,0,1,9,7,1,13,9,1,13,0,1,9,9,1,13,27,1,21,10,A,7,10,A,7,24.4,A,7,22.8,A,7,91,A,7,984,A,7,240,A,7,2.1,A,7,8000,B,7,3050,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/28/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.9,A,7,22.8,A,7,94,A,7,985,A,7,200,A,7,2.6,A,7,8000,B,7,3050,A,7,4.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/28/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,22.8,A,7,97,A,7,985,A,7,200,A,7,2.1,A,7,8000,B,7,3050,A,7,4.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/28/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,22.2,A,7,94,A,7,985,A,7,220,A,7,2.1,A,7,8000,B,7,3050,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/28/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,21.7,A,7,90,A,7,985,A,7,250,A,7,2.6,A,7,9700,B,7,3660,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/29/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,21.7,A,7,94,A,7,985,A,7,260,A,7,2.6,A,7,8000,B,7,3660,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/29/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,22.2,A,7,97,A,7,985,A,7,260,A,7,2.1,A,7,6400,B,7,3350,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +06/29/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,21.7,A,7,94,A,7,984,A,7,300,A,7,3.1,A,7,6400,B,7,2740,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/29/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,20.6,A,7,87,A,7,984,A,7,350,A,7,2.1,A,7,8000,B,7,3660,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/29/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.2,A,7,20.6,A,7,90,A,7,985,A,7,350,A,7,2.6,A,7,6400,B,7,3660,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +06/29/1989,06:00,90,1156,17,1,13,1,1,9,17,1,13,20,1,13,0,1,9,20,1,13,62,1,21,10,A,7,10,A,7,22.2,A,7,20.0,A,7,87,A,7,986,A,7,10,A,7,2.6,A,7,6400,B,7,3960,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/29/1989,07:00,337,1322,87,1,13,59,1,9,71,1,13,96,1,13,51,1,9,82,1,13,156,1,21,8,A,7,8,A,7,22.8,A,7,19.4,A,7,82,A,7,987,A,7,40,A,7,3.1,A,7,6400,B,7,3960,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +06/29/1989,08:00,589,1322,220,1,13,154,1,9,151,1,13,243,1,13,156,1,9,173,1,13,363,1,21,10,A,7,6,A,7,24.4,A,7,18.3,A,7,69,A,7,987,A,7,50,A,7,4.6,A,7,6400,B,7,3960,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/29/1989,09:00,821,1322,343,1,13,120,1,9,268,1,13,375,1,13,126,1,9,297,1,13,740,1,21,10,A,7,6,A,7,24.4,A,7,16.7,A,7,62,A,7,988,A,7,60,A,7,4.6,A,7,8000,B,7,3960,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/29/1989,10:00,1019,1322,627,1,13,423,1,9,300,1,13,664,1,13,440,1,9,324,1,13,1004,1,21,10,A,7,5,A,7,25.6,A,7,17.2,A,7,60,A,7,988,A,7,80,A,7,4.1,A,7,8000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/29/1989,11:00,1168,1322,779,1,13,593,1,9,254,1,13,823,1,13,601,1,9,290,1,13,1237,1,21,7,A,7,3,A,7,26.1,A,7,17.2,A,7,58,A,7,989,A,7,80,A,7,4.6,A,7,9700,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/29/1989,12:00,1259,1322,751,1,13,463,1,9,309,1,13,821,1,13,485,1,9,357,1,13,2366,1,21,7,A,7,3,A,7,26.7,A,7,17.2,A,7,56,A,7,989,A,7,50,A,7,2.6,A,7,9700,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/29/1989,13:00,1285,1322,882,1,13,657,1,9,242,1,13,946,1,13,672,1,9,291,1,13,2200,1,21,7,A,7,3,A,7,27.2,A,7,16.1,A,7,51,A,7,989,A,7,70,A,7,5.7,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +06/29/1989,14:00,1244,1322,770,1,13,560,1,9,242,1,13,823,1,13,572,1,9,283,1,13,1662,1,21,6,A,7,3,A,7,28.3,A,7,16.7,A,7,49,A,7,988,A,7,70,A,7,3.6,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/29/1989,15:00,1140,1322,738,1,13,539,1,9,272,1,13,804,1,13,564,1,9,316,1,13,1226,1,21,7,A,7,3,A,7,28.3,A,7,16.7,A,7,49,A,7,988,A,7,40,A,7,2.6,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/29/1989,16:00,978,1322,638,1,13,605,1,9,189,1,13,674,1,13,614,1,9,218,1,13,574,1,21,7,A,7,3,A,7,28.3,A,7,16.1,A,7,48,A,7,987,A,7,40,A,7,3.1,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/29/1989,17:00,771,1322,511,1,9,646,1,9,134,1,13,540,1,9,649,1,9,160,1,13,313,1,18,6,A,7,2,A,7,27.2,A,7,16.1,A,7,51,A,7,987,A,7,80,A,7,2.6,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/29/1989,18:00,533,1322,211,1,13,138,1,9,155,1,13,230,1,13,136,1,9,175,1,13,364,1,21,8,A,7,5,A,7,26.7,A,7,17.2,A,7,56,A,7,988,A,7,90,A,7,2.6,A,7,11300,B,7,7620,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/29/1989,19:00,280,1322,115,1,13,216,1,9,70,1,13,123,1,13,167,1,9,88,1,13,131,1,21,10,A,7,5,A,7,25.0,A,7,17.2,A,7,62,A,7,988,A,7,70,A,7,2.6,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/29/1989,20:00,49,870,23,1,13,31,1,9,20,1,13,24,1,13,13,1,9,23,1,13,41,1,21,10,A,7,3,A,7,23.9,A,7,16.7,A,7,64,A,7,989,A,7,90,A,7,2.6,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/29/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,22.2,A,7,17.8,A,7,76,A,7,989,A,7,40,A,7,1.5,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/29/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,21.7,A,7,17.2,A,7,76,A,7,990,A,7,120,A,7,2.1,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/29/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,21.7,A,7,17.2,A,7,76,A,7,991,A,7,70,A,7,2.1,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/29/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,20.6,A,7,17.8,A,7,84,A,7,991,A,7,70,A,7,3.1,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,20.0,A,7,17.2,A,7,84,A,7,991,A,7,70,A,7,2.6,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.9,A,7,16.1,A,7,84,A,7,991,A,7,60,A,7,3.1,A,7,16100,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.8,A,7,15.0,A,7,84,A,7,991,A,7,60,A,7,2.6,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.8,A,7,14.4,A,7,81,A,7,991,A,7,50,A,7,4.1,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,16.7,A,7,14.4,A,7,87,A,7,991,A,7,30,A,7,3.6,A,7,11300,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,06:00,88,1156,26,1,13,48,1,9,21,1,13,27,1,13,20,1,9,25,1,13,36,1,21,1,A,7,1,A,7,17.2,A,7,13.9,A,7,81,A,7,992,A,7,50,A,7,4.1,A,7,11300,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,07:00,336,1321,125,1,13,46,1,9,113,1,13,136,1,13,40,1,9,126,1,13,279,1,21,8,A,7,8,A,7,18.9,A,7,15.0,A,7,78,A,7,992,A,7,40,A,7,2.6,A,7,16100,B,7,1520,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,08:00,587,1321,366,1,9,566,1,9,114,1,13,380,1,9,545,1,9,137,1,13,228,1,18,2,A,7,0,A,7,19.4,A,7,14.4,A,7,73,A,7,992,A,7,80,A,7,3.1,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,09:00,820,1321,571,1,9,687,1,9,142,1,13,602,1,9,694,1,9,170,1,13,349,1,18,1,A,7,0,A,7,21.7,A,7,14.4,A,7,64,A,7,992,A,7,50,A,7,3.6,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,10:00,1018,1321,744,1,9,752,1,9,162,1,13,797,1,9,771,1,9,201,1,13,541,1,18,0,A,7,0,A,7,22.8,A,7,13.3,A,7,55,A,7,992,A,7,30,A,7,4.1,A,7,16100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,11:00,1168,1321,885,1,9,798,1,9,178,1,13,927,1,9,802,1,9,216,1,13,805,1,18,0,A,7,0,A,7,23.3,A,7,13.9,A,7,56,A,7,992,A,7,100,A,7,2.6,A,7,19300,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,12:00,1259,1321,970,1,9,820,1,9,187,1,13,1022,1,9,826,1,9,234,1,13,1315,1,18,0,A,7,0,A,7,25.0,A,7,14.4,A,7,52,A,7,991,A,7,40,A,7,3.6,A,7,19300,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,13:00,1285,1321,961,1,9,730,1,9,250,1,13,1028,1,9,746,1,9,302,1,13,2264,1,18,2,A,7,2,A,7,25.0,A,7,15.0,A,7,54,A,7,991,A,7,50,A,7,2.1,A,7,19300,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,14:00,1244,1321,938,1,13,736,1,9,243,1,13,1001,1,13,751,1,9,292,1,13,1667,1,21,4,A,7,4,A,7,26.7,A,7,15.6,A,7,51,A,7,991,A,7,110,A,7,2.6,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,15:00,1140,1321,802,1,13,659,1,9,232,1,13,849,1,13,670,1,9,270,1,13,1031,1,21,4,A,7,4,A,7,26.7,A,7,15.6,A,7,51,A,7,991,A,7,60,A,7,3.6,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,16:00,978,1321,625,1,13,555,1,9,213,1,13,654,1,13,560,1,9,239,1,13,637,1,21,4,A,7,4,A,7,26.7,A,7,15.6,A,7,51,A,7,990,A,7,40,A,7,3.1,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,17:00,772,1321,492,1,13,497,1,9,202,1,13,522,1,13,508,1,9,225,1,13,468,1,21,3,A,7,3,A,7,26.1,A,7,14.4,A,7,49,A,7,990,A,7,70,A,7,4.1,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,18:00,533,1321,302,1,9,519,1,9,92,1,13,315,1,9,494,1,9,116,1,13,183,1,18,1,A,7,1,A,7,26.7,A,7,14.4,A,7,47,A,7,989,A,7,80,A,7,3.6,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,19:00,280,1321,125,1,13,307,1,9,60,1,13,132,1,13,237,1,9,82,1,13,108,1,21,0,A,7,0,A,7,24.4,A,7,15.0,A,7,56,A,7,989,A,7,70,A,7,3.1,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,20:00,48,870,16,1,13,20,1,9,14,1,13,17,1,13,9,1,9,17,1,13,29,1,21,1,A,7,1,A,7,23.3,A,7,15.0,A,7,60,A,7,990,A,7,70,A,7,2.6,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,21.7,A,7,15.6,A,7,68,A,7,990,A,7,80,A,7,2.6,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,21.0,A,7,15.6,A,7,71,A,7,990,A,7,90,A,7,2.6,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,20.3,A,7,15.6,A,7,78,A,7,990,A,7,80,A,7,2.6,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +06/30/1989,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,19.6,A,7,15.6,A,7,84,A,7,990,A,7,0,A,7,2.6,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/01/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,18.8,A,7,15.6,A,7,90,A,7,986,A,7,320,A,7,2.6,A,7,6400,B,7,7620,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +07/01/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,18.1,A,7,15.6,A,7,90,A,7,986,A,7,20,A,7,2.6,A,7,6400,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/01/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,17.4,A,7,15.6,A,7,93,A,7,986,A,7,30,A,7,2.6,A,7,4800,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/01/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,15.6,A,7,93,A,7,986,A,7,340,A,7,2.6,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/01/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,17.2,A,7,15.6,A,7,90,A,7,987,A,7,70,A,7,2.1,A,7,3200,B,7,3050,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/01/1981,06:00,87,1156,27,1,13,5,1,9,27,1,13,31,1,13,0,1,9,31,1,13,88,1,21,9,A,7,7,A,7,16.7,A,7,15.0,A,7,90,A,7,987,A,7,60,A,7,2.1,A,7,3200,B,7,3050,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/01/1981,07:00,334,1321,132,1,13,151,1,9,93,1,13,143,1,13,130,1,9,110,1,13,204,1,21,9,A,7,8,A,7,17.2,A,7,15.6,A,7,90,A,7,987,A,7,80,A,7,1.5,A,7,6400,B,7,3050,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/01/1981,08:00,586,1321,176,1,9,62,1,9,148,1,13,193,1,9,60,1,9,166,1,13,445,1,18,9,A,7,9,A,7,20.0,A,7,15.6,A,7,76,A,7,987,A,7,80,A,7,3.6,A,7,6400,B,7,3050,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/01/1981,09:00,819,1321,292,1,9,106,1,9,226,1,13,323,1,9,112,1,9,254,1,13,622,1,18,10,A,7,9,A,7,23.3,A,7,14.4,A,7,58,A,7,987,A,7,70,A,7,2.6,A,7,11300,B,7,3050,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/01/1981,10:00,1017,1321,343,1,9,28,1,9,321,1,13,378,1,9,29,1,9,356,1,13,1247,1,18,10,A,7,10,A,7,24.4,A,7,16.1,A,7,60,A,7,987,A,7,80,A,7,3.6,A,7,11300,B,7,3050,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/01/1981,11:00,1167,1321,758,1,13,532,1,9,286,1,13,823,1,13,557,1,9,330,1,13,1417,1,21,7,A,7,6,A,7,26.7,A,7,15.6,A,7,51,A,7,987,A,7,80,A,7,4.1,A,7,11300,B,7,3050,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/01/1981,12:00,1258,1321,448,1,13,113,1,9,340,1,13,503,1,13,121,1,9,387,1,13,2100,1,21,8,A,7,7,A,7,27.8,A,7,15.0,A,7,46,A,7,987,A,7,290,A,7,2.1,A,7,11300,B,7,1220,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +07/01/1981,13:00,1284,1321,831,1,13,536,1,9,308,1,13,910,1,13,562,1,9,363,1,13,2844,1,21,9,A,7,7,A,7,28.3,A,7,15.6,A,7,46,A,7,987,A,7,80,A,7,4.1,A,7,11300,B,7,1370,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +07/01/1981,14:00,1244,1321,458,1,9,111,1,9,353,1,13,512,1,9,119,1,9,400,1,13,2042,1,18,9,A,7,8,A,7,27.8,A,7,13.3,A,7,41,A,7,986,A,7,0,A,7,0.0,A,7,11300,B,7,1370,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/01/1981,15:00,1140,1321,555,1,9,291,1,9,303,1,13,617,1,9,317,1,9,343,1,13,1264,1,18,10,A,7,8,A,7,27.8,A,7,13.3,A,7,41,A,7,986,A,7,60,A,7,4.1,A,7,11300,B,7,1370,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/01/1981,16:00,978,1321,406,1,9,147,1,9,297,1,13,449,1,9,157,1,9,333,1,13,955,1,18,9,A,7,8,A,7,27.2,A,7,16.7,A,7,53,A,7,986,A,7,60,A,7,4.6,A,7,11300,B,7,1370,A,7,2.9,E,8,0.000,F,8,0.00,?,0,58,1,D,9,00,C,8 +07/01/1981,17:00,772,1321,102,1,9,4,1,9,100,1,13,125,1,9,3,1,9,124,1,13,491,1,18,10,A,7,10,A,7,19.4,A,7,15.6,A,7,78,A,7,987,A,7,90,A,7,7.7,A,7,2400,B,7,910,A,7,2.7,E,8,0.000,F,8,0.00,?,0,36,1,D,9,81,C,8 +07/01/1981,18:00,533,1321,83,1,9,8,1,9,80,1,13,99,1,9,5,1,9,97,1,13,353,1,18,10,A,7,10,A,7,20.0,A,7,17.2,A,7,84,A,7,987,A,7,80,A,7,3.6,A,7,8000,B,7,3660,A,7,3.0,E,8,0.000,F,8,0.00,?,0,3,1,D,9,80,C,8 +07/01/1981,19:00,280,1321,46,1,13,2,1,9,46,1,13,54,1,13,1,1,9,54,1,13,179,1,21,10,A,7,10,A,7,19.4,A,7,17.2,A,7,87,A,7,988,A,7,50,A,7,1.5,A,7,8000,B,7,6100,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/01/1981,20:00,48,870,12,1,13,0,1,9,12,1,13,14,1,13,0,1,9,14,1,13,44,1,21,10,A,7,10,A,7,18.3,A,7,16.7,A,7,90,A,7,989,A,7,80,A,7,3.6,A,7,8000,B,7,1070,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/01/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,16.7,A,7,90,A,7,989,A,7,70,A,7,3.6,A,7,8000,B,7,1070,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/01/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,16.7,A,7,93,A,7,990,A,7,60,A,7,2.6,A,7,8000,B,7,1520,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/01/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,16.7,A,7,93,A,7,990,A,7,60,A,7,2.1,A,7,4800,B,7,1220,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/01/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,17.8,A,7,16.7,A,7,93,A,7,989,A,7,70,A,7,2.1,A,7,4800,B,7,3660,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/02/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,17.2,A,7,16.7,A,7,97,A,7,989,A,7,80,A,7,2.6,A,7,3200,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +07/02/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,17.8,A,7,16.7,A,7,93,A,7,990,A,7,70,A,7,2.1,A,7,3200,B,7,1980,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/02/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,17.8,A,7,16.7,A,7,93,A,7,990,A,7,60,A,7,2.1,A,7,3200,B,7,1070,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/02/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,16.7,A,7,93,A,7,990,A,7,80,A,7,2.6,A,7,3200,B,7,1070,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/02/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.2,A,7,16.7,A,7,97,A,7,990,A,7,80,A,7,2.6,A,7,1600,B,7,1070,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/02/1981,06:00,86,1134,21,1,13,1,1,9,21,1,13,24,1,13,0,1,9,24,1,13,73,1,21,10,A,7,10,A,7,17.2,A,7,16.1,A,7,93,A,7,990,A,7,80,A,7,3.1,A,7,2400,B,7,3050,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/02/1981,07:00,333,1321,84,1,13,0,1,9,84,1,13,95,1,13,0,1,9,95,1,13,303,1,21,10,A,7,10,A,7,17.8,A,7,16.7,A,7,93,A,7,990,A,7,80,A,7,3.1,A,7,3200,B,7,580,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +07/02/1981,08:00,584,1321,152,1,9,5,1,9,150,1,13,174,1,9,4,1,9,173,1,13,606,1,18,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,991,A,7,70,A,7,2.1,A,7,3200,B,7,610,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/02/1981,09:00,818,1321,263,1,9,1,1,9,262,1,13,301,1,9,1,1,9,300,1,13,1084,1,18,10,A,7,10,A,7,20.0,A,7,18.3,A,7,90,A,7,991,A,7,70,A,7,2.6,A,7,6400,B,7,3050,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/02/1981,10:00,1016,1321,337,1,9,1,1,9,337,1,13,392,1,9,1,1,9,391,1,13,1454,1,18,10,A,7,10,A,7,21.1,A,7,17.8,A,7,81,A,7,991,A,7,50,A,7,3.6,A,7,11300,B,7,240,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/02/1981,11:00,1166,1321,241,1,9,1,1,9,240,1,13,293,1,9,1,1,9,292,1,13,1176,1,18,10,A,7,10,A,7,21.7,A,7,18.3,A,7,81,A,7,991,A,7,80,A,7,4.1,A,7,11300,B,7,550,A,7,3.2,E,8,0.000,F,8,0.00,?,0,58,1,D,9,80,C,8 +07/02/1981,12:00,1257,1321,447,1,9,1,1,9,447,1,13,526,1,9,1,1,9,525,1,13,1895,1,18,10,A,7,10,A,7,22.2,A,7,20.0,A,7,87,A,7,991,A,7,110,A,7,4.1,A,7,11300,B,7,460,A,7,3.5,E,8,0.000,F,8,0.00,?,0,13,1,D,9,00,C,8 +07/02/1981,13:00,1284,1321,295,1,9,1,1,9,293,1,13,358,1,9,1,1,9,357,1,13,1407,1,18,10,A,7,10,A,7,22.2,A,7,19.4,A,7,84,A,7,991,A,7,170,A,7,3.6,A,7,6400,B,7,270,A,7,3.4,E,8,0.000,F,8,0.00,?,0,5,1,D,9,05,C,8 +07/02/1981,14:00,1244,1321,451,1,9,0,1,9,450,1,13,527,1,9,0,1,9,527,1,13,1895,1,18,10,A,7,10,A,7,21.7,A,7,18.9,A,7,84,A,7,991,A,7,130,A,7,2.6,A,7,8000,B,7,610,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/02/1981,15:00,1139,1321,403,1,9,1,1,9,402,1,13,469,1,9,1,1,9,468,1,13,1709,1,18,10,A,7,10,A,7,21.7,A,7,18.9,A,7,84,A,7,991,A,7,120,A,7,2.6,A,7,8000,B,7,310,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/02/1981,16:00,978,1321,335,1,9,0,1,9,334,1,13,385,1,9,0,1,9,385,1,13,1417,1,18,10,A,7,10,A,7,21.7,A,7,19.4,A,7,87,A,7,991,A,7,80,A,7,2.6,A,7,8000,B,7,310,A,7,3.4,E,8,0.000,F,8,0.00,?,0,3,1,D,9,05,C,8 +07/02/1981,17:00,772,1321,162,1,9,1,1,9,161,1,13,191,1,9,1,1,9,190,1,13,734,1,18,10,A,7,10,A,7,21.7,A,7,19.4,A,7,87,A,7,991,A,7,140,A,7,3.1,A,7,8000,B,7,310,A,7,3.4,E,8,0.000,F,8,0.00,?,0,20,1,D,9,05,C,8 +07/02/1981,18:00,533,1321,106,1,9,1,1,9,106,1,13,124,1,9,1,1,9,124,1,13,445,1,18,10,A,7,10,A,7,20.0,A,7,18.3,A,7,90,A,7,991,A,7,150,A,7,3.6,A,7,800,B,7,370,A,7,3.2,E,8,0.000,F,8,0.00,?,0,5,1,D,9,05,C,8 +07/02/1981,19:00,280,1321,48,1,13,1,1,9,48,1,13,56,1,13,0,1,9,56,1,13,185,1,21,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,991,A,7,100,A,7,1.5,A,7,8000,B,7,310,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/02/1981,20:00,48,870,12,1,13,0,1,9,12,1,13,14,1,13,0,1,9,14,1,13,44,1,21,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,991,A,7,0,A,7,0.0,A,7,4000,B,7,60,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/02/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,992,A,7,180,A,7,3.1,A,7,4800,B,7,90,A,7,3.3,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +07/02/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,992,A,7,160,A,7,3.6,A,7,4800,B,7,60,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/02/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,992,A,7,150,A,7,3.1,A,7,4800,B,7,60,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/02/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,992,A,7,170,A,7,2.6,A,7,4800,B,7,90,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/03/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,992,A,7,0,A,7,0.0,A,7,4800,B,7,90,A,7,3.3,E,8,0.000,?,0,0.00,?,0,15,1,D,9,10,C,8 +07/03/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,992,A,7,0,A,7,0.0,A,7,4800,B,7,240,A,7,3.3,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +07/03/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,992,A,7,0,A,7,0.0,A,7,4800,B,7,240,A,7,3.3,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +07/03/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,992,A,7,0,A,7,0.0,A,7,4800,B,7,550,A,7,3.3,E,8,0.000,?,0,0.00,?,0,10,1,D,9,45,C,8 +07/03/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,992,A,7,70,A,7,2.1,A,7,4800,B,7,550,A,7,3.2,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +07/03/1981,06:00,84,1134,23,1,13,0,1,9,23,1,13,26,1,13,0,1,9,26,1,13,78,1,21,10,A,7,10,A,7,19.4,A,7,18.9,A,7,97,A,7,992,A,7,70,A,7,2.6,A,7,3200,B,7,90,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/03/1981,07:00,331,1321,97,1,13,0,1,9,97,1,13,108,1,13,0,1,9,108,1,13,332,1,21,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,992,A,7,80,A,7,2.6,A,7,1600,B,7,90,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +07/03/1981,08:00,583,1321,123,1,9,1,1,9,122,1,13,143,1,9,1,1,9,142,1,13,518,1,18,10,A,7,10,A,7,20.6,A,7,19.4,A,7,93,A,7,993,A,7,80,A,7,2.1,A,7,4000,B,7,120,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/03/1981,09:00,816,1321,301,1,9,0,1,9,300,1,13,340,1,9,0,1,9,340,1,13,1178,1,18,10,A,7,10,A,7,20.6,A,7,19.4,A,7,93,A,7,993,A,7,80,A,7,2.1,A,7,6400,B,7,3050,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/03/1981,10:00,1015,1321,230,1,9,0,1,9,230,1,13,275,1,9,0,1,9,275,1,13,1099,1,18,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,993,A,7,80,A,7,2.6,A,7,6400,B,7,430,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/03/1981,11:00,1165,1321,242,1,9,1,1,9,241,1,13,294,1,9,1,1,9,293,1,13,1180,1,18,10,A,7,10,A,7,21.1,A,7,19.4,A,7,90,A,7,993,A,7,120,A,7,3.6,A,7,9700,B,7,610,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/03/1981,12:00,1257,1321,262,1,9,2,1,9,261,1,13,322,1,9,2,1,9,320,1,13,1277,1,18,10,A,7,10,A,7,20.0,A,7,17.2,A,7,84,A,7,993,A,7,80,A,7,3.6,A,7,11300,B,7,3050,A,7,3.0,E,8,0.000,F,8,0.00,?,0,3,1,D,9,61,C,8 +07/03/1981,13:00,1283,1321,276,1,9,2,1,9,274,1,13,337,1,9,2,1,9,336,1,13,1333,1,18,10,A,7,10,A,7,20.6,A,7,18.3,A,7,87,A,7,992,A,7,80,A,7,3.6,A,7,11300,B,7,3050,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +07/03/1981,14:00,1243,1321,260,1,9,0,1,9,259,1,13,316,1,9,0,1,9,316,1,13,1266,1,18,10,A,7,10,A,7,22.2,A,7,20.0,A,7,87,A,7,992,A,7,60,A,7,4.1,A,7,11300,B,7,610,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +07/03/1981,15:00,1139,1321,241,1,9,1,1,9,240,1,13,292,1,9,1,1,9,291,1,13,1171,1,18,10,A,7,10,A,7,21.7,A,7,18.3,A,7,81,A,7,992,A,7,80,A,7,3.1,A,7,11300,B,7,340,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +07/03/1981,16:00,978,1321,206,1,9,0,1,9,205,1,13,246,1,9,0,1,9,246,1,13,989,1,18,10,A,7,10,A,7,21.1,A,7,18.9,A,7,87,A,7,991,A,7,80,A,7,2.6,A,7,11300,B,7,370,A,7,3.3,E,8,0.000,F,8,0.00,?,0,8,1,D,9,61,C,8 +07/03/1981,17:00,772,1321,161,1,9,1,1,9,160,1,13,190,1,9,1,1,9,189,1,13,731,1,18,10,A,7,10,A,7,20.6,A,7,18.9,A,7,90,A,7,991,A,7,80,A,7,3.6,A,7,2400,B,7,310,A,7,3.3,E,8,0.000,F,8,0.00,?,0,18,1,D,9,45,C,8 +07/03/1981,18:00,533,1321,111,1,9,1,1,9,111,1,13,129,1,9,1,1,9,129,1,13,462,1,18,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,991,A,7,80,A,7,2.1,A,7,2400,B,7,90,A,7,3.3,E,8,0.000,F,8,0.00,?,0,13,1,D,9,45,C,8 +07/03/1981,19:00,279,1321,48,1,13,1,1,9,47,1,13,55,1,13,0,1,9,55,1,13,182,1,21,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,990,A,7,60,A,7,3.1,A,7,2400,B,7,60,A,7,3.2,E,8,0.000,F,8,0.00,?,0,46,1,D,9,45,C,8 +07/03/1981,20:00,48,870,9,1,13,0,1,9,9,1,13,11,1,13,0,1,9,11,1,13,34,1,21,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,990,A,7,80,A,7,3.1,A,7,2400,B,7,60,A,7,3.2,E,8,0.000,F,8,0.00,?,0,140,1,D,9,45,C,8 +07/03/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,990,A,7,60,A,7,2.6,A,7,2400,B,7,60,A,7,3.2,E,8,0.000,?,0,0.00,?,0,53,1,D,9,45,C,8 +07/03/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,990,A,7,80,A,7,4.6,A,7,2400,B,7,30,A,7,3.1,E,8,0.000,?,0,0.00,?,0,13,1,D,9,45,C,8 +07/03/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,989,A,7,80,A,7,3.6,A,7,2400,B,7,30,A,7,3.1,E,8,0.000,?,0,0.00,?,0,36,1,D,9,45,C,8 +07/03/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,989,A,7,360,A,7,3.6,A,7,2400,B,7,90,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/04/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,17.8,A,7,93,A,7,987,A,7,40,A,7,4.1,A,7,6400,B,7,60,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,21,C,8 +07/04/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.8,A,7,97,A,7,987,A,7,70,A,7,5.7,A,7,6400,B,7,120,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/04/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,986,A,7,60,A,7,3.6,A,7,6400,B,7,460,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/04/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,986,A,7,30,A,7,4.1,A,7,6400,B,7,60,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/04/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,17.2,A,7,97,A,7,986,A,7,290,A,7,3.1,A,7,6400,B,7,60,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/04/1981,06:00,82,1112,26,1,13,0,1,9,26,1,13,29,1,13,0,1,9,29,1,13,85,1,21,10,A,7,10,A,7,17.8,A,7,17.2,A,7,97,A,7,986,A,7,290,A,7,4.6,A,7,1600,B,7,90,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/04/1981,07:00,329,1321,98,1,13,0,1,9,98,1,13,109,1,13,0,1,9,109,1,13,333,1,21,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,986,A,7,290,A,7,3.1,A,7,1600,B,7,90,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +07/04/1981,08:00,581,1321,191,1,9,1,1,9,190,1,13,214,1,9,1,1,9,213,1,13,708,1,18,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,987,A,7,300,A,7,4.1,A,7,11300,B,7,120,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,09:00,815,1321,418,1,9,214,1,9,285,1,13,455,1,9,224,1,9,316,1,13,783,1,18,9,A,7,8,A,7,21.1,A,7,18.3,A,7,84,A,7,987,A,7,290,A,7,2.1,A,7,11300,B,7,7620,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,10:00,1014,1321,545,1,9,289,1,9,322,1,13,593,1,9,313,1,9,353,1,13,1047,1,18,9,A,7,8,A,7,23.3,A,7,18.9,A,7,76,A,7,987,A,7,290,A,7,2.6,A,7,11300,B,7,240,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,11:00,1164,1321,704,1,13,453,1,9,304,1,13,761,1,13,474,1,9,342,1,13,1497,1,21,8,A,7,5,A,7,23.9,A,7,18.9,A,7,74,A,7,987,A,7,260,A,7,2.1,A,7,11300,B,7,7620,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,12:00,1256,1321,870,1,13,624,1,9,275,1,13,921,1,13,633,1,9,318,1,13,2014,1,21,5,A,7,4,A,7,26.1,A,7,20.0,A,7,69,A,7,986,A,7,280,A,7,3.6,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,13:00,1283,1321,890,1,13,683,1,9,225,1,13,959,1,13,701,1,9,277,1,13,2020,1,21,5,A,7,4,A,7,27.2,A,7,18.9,A,7,60,A,7,985,A,7,280,A,7,3.1,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/04/1981,14:00,1243,1321,889,1,13,641,1,9,284,1,13,938,1,13,649,1,9,326,1,13,1923,1,21,4,A,7,4,A,7,28.9,A,7,19.4,A,7,57,A,7,985,A,7,250,A,7,2.1,A,7,24100,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,15:00,1139,1321,449,1,13,87,1,9,374,1,13,496,1,13,89,1,9,419,1,13,1668,1,21,7,A,7,7,A,7,28.9,A,7,19.4,A,7,57,A,7,984,A,7,0,A,7,0.0,A,7,24100,B,7,910,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,16:00,978,1321,572,1,13,449,1,9,239,1,13,617,1,13,468,1,9,270,1,13,729,1,21,6,A,7,6,A,7,28.3,A,7,18.9,A,7,57,A,7,983,A,7,0,A,7,0.0,A,7,24100,B,7,7620,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,17:00,771,1321,417,1,9,271,1,9,258,1,13,446,1,9,287,1,9,278,1,13,639,1,18,10,A,7,8,A,7,28.3,A,7,18.3,A,7,55,A,7,983,A,7,170,A,7,3.1,A,7,24100,B,7,3050,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,18:00,533,1321,157,1,9,53,1,9,136,1,13,173,1,9,51,1,9,153,1,13,396,1,18,10,A,7,8,A,7,27.8,A,7,18.9,A,7,58,A,7,983,A,7,220,A,7,3.6,A,7,24100,B,7,3050,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,19:00,279,1321,66,1,13,7,1,9,64,1,13,74,1,13,2,1,9,73,1,13,231,1,21,10,A,7,10,A,7,26.7,A,7,19.4,A,7,65,A,7,984,A,7,240,A,7,2.1,A,7,24100,B,7,3050,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,29,C,8 +07/04/1981,20:00,48,848,12,1,13,0,1,9,12,1,13,14,1,13,0,1,9,14,1,13,44,1,21,10,A,7,10,A,7,23.9,A,7,18.9,A,7,74,A,7,984,A,7,70,A,7,2.1,A,7,24100,B,7,7620,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.2,A,7,17.8,A,7,76,A,7,984,A,7,0,A,7,0.0,A,7,24100,B,7,520,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.2,A,7,18.9,A,7,82,A,7,985,A,7,280,A,7,2.1,A,7,24100,B,7,520,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.7,A,7,18.9,A,7,84,A,7,985,A,7,200,A,7,2.1,A,7,16100,B,7,760,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/04/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,3,A,7,21.7,A,7,18.9,A,7,84,A,7,984,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/05/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,21.1,A,7,19.4,A,7,90,A,7,984,A,7,200,A,7,1.5,A,7,24100,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +07/05/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,21.1,A,7,18.9,A,7,87,A,7,984,A,7,230,A,7,2.1,A,7,16100,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/05/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,4,A,7,21.1,A,7,19.4,A,7,90,A,7,983,A,7,210,A,7,1.5,A,7,16100,B,7,7620,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/05/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,4,A,7,21.1,A,7,19.4,A,7,90,A,7,983,A,7,200,A,7,1.5,A,7,11300,B,7,7620,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/05/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,19.4,A,7,93,A,7,983,A,7,210,A,7,1.5,A,7,11300,B,7,7620,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/05/1981,06:00,81,1112,25,1,13,43,1,9,21,1,13,27,1,13,21,1,9,25,1,13,43,1,21,6,A,7,3,A,7,20.6,A,7,18.9,A,7,90,A,7,983,A,7,230,A,7,2.1,A,7,3200,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/05/1981,07:00,327,1321,134,1,13,165,1,9,93,1,13,141,1,13,137,1,9,107,1,13,181,1,21,7,A,7,3,A,7,21.7,A,7,20.0,A,7,90,A,7,983,A,7,230,A,7,2.6,A,7,3200,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +07/05/1981,08:00,579,1321,350,1,9,615,1,9,79,1,13,372,1,9,600,1,9,108,1,13,166,1,18,2,A,7,1,A,7,23.3,A,7,20.6,A,7,84,A,7,984,A,7,260,A,7,4.1,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/05/1981,09:00,813,1321,438,1,9,488,1,9,136,1,13,463,1,9,493,1,9,159,1,13,333,1,18,2,A,7,2,A,7,25.6,A,7,21.1,A,7,77,A,7,984,A,7,230,A,7,3.6,A,7,6400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/05/1981,10:00,1013,1321,637,1,13,583,1,9,188,1,13,674,1,13,594,1,9,218,1,13,612,1,21,3,A,7,3,A,7,26.7,A,7,21.7,A,7,74,A,7,983,A,7,240,A,7,3.1,A,7,6400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/05/1981,11:00,1163,1321,841,1,13,703,1,9,220,1,13,896,1,13,718,1,9,262,1,13,1064,1,21,6,A,7,3,A,7,27.8,A,7,21.1,A,7,67,A,7,983,A,7,220,A,7,3.6,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/05/1981,12:00,1255,1321,915,1,13,732,1,9,218,1,13,986,1,13,751,1,9,270,1,13,1608,1,21,5,A,7,3,A,7,28.9,A,7,20.6,A,7,61,A,7,983,A,7,230,A,7,4.1,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/05/1981,13:00,1283,1321,824,1,13,536,1,9,303,1,13,905,1,13,562,1,9,358,1,13,2757,1,21,7,A,7,3,A,7,29.4,A,7,21.1,A,7,61,A,7,982,A,7,220,A,7,4.1,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/05/1981,14:00,1243,1321,826,1,13,575,1,9,283,1,13,871,1,13,582,1,9,322,1,13,1913,1,21,10,A,7,6,A,7,30.0,A,7,21.1,A,7,59,A,7,981,A,7,210,A,7,5.2,A,7,6400,B,7,7620,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/05/1981,15:00,1139,1321,766,1,13,665,1,9,191,1,13,822,1,13,683,1,9,233,1,13,860,1,21,7,A,7,5,A,7,30.6,A,7,21.1,A,7,57,A,7,981,A,7,240,A,7,4.1,A,7,8000,B,7,7620,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/05/1981,16:00,978,1321,450,1,13,224,1,9,284,1,13,493,1,13,242,1,9,313,1,13,862,1,21,8,A,7,7,A,7,31.1,A,7,20.6,A,7,53,A,7,981,A,7,240,A,7,5.2,A,7,8000,B,7,910,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/05/1981,17:00,771,1321,384,1,13,277,1,9,222,1,13,416,1,13,294,1,9,244,1,13,534,1,21,8,A,7,6,A,7,31.1,A,7,20.6,A,7,53,A,7,981,A,7,230,A,7,4.6,A,7,8000,B,7,3050,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/05/1981,18:00,532,1321,325,1,13,467,1,9,136,1,13,341,1,13,449,1,9,160,1,13,267,1,21,10,A,7,4,A,7,31.1,A,7,20.6,A,7,53,A,7,980,A,7,200,A,7,3.6,A,7,9700,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/05/1981,19:00,278,1321,122,1,13,249,1,9,69,1,13,126,1,13,191,1,9,86,1,13,126,1,21,10,A,7,4,A,7,28.9,A,7,20.6,A,7,61,A,7,980,A,7,210,A,7,4.1,A,7,9700,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/05/1981,20:00,47,848,21,1,13,13,1,9,20,1,13,23,1,13,7,1,9,22,1,13,48,1,21,10,A,7,8,A,7,27.2,A,7,20.6,A,7,67,A,7,981,A,7,200,A,7,3.1,A,7,24100,B,7,7620,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/05/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,26.1,A,7,20.6,A,7,72,A,7,981,A,7,170,A,7,4.1,A,7,24100,B,7,7620,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/05/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,25.6,A,7,21.1,A,7,77,A,7,982,A,7,190,A,7,6.2,A,7,24100,B,7,3660,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/05/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,25.0,A,7,20.0,A,7,74,A,7,981,A,7,200,A,7,4.1,A,7,24100,B,7,3660,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/05/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,24.4,A,7,20.0,A,7,76,A,7,981,A,7,220,A,7,4.1,A,7,24100,B,7,3660,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.9,A,7,20.0,A,7,79,A,7,981,A,7,230,A,7,4.1,A,7,24100,B,7,3050,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +07/06/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,20.6,A,7,84,A,7,981,A,7,230,A,7,3.1,A,7,11300,B,7,240,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +07/06/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,20.6,A,7,84,A,7,981,A,7,230,A,7,3.1,A,7,16100,B,7,270,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,20.6,A,7,84,A,7,981,A,7,230,A,7,3.1,A,7,16100,B,7,180,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,20.6,A,7,84,A,7,982,A,7,230,A,7,3.6,A,7,16100,B,7,180,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,06:00,79,1090,12,1,13,1,1,9,12,1,13,14,1,13,0,1,9,14,1,13,46,1,21,10,A,7,10,A,7,23.3,A,7,20.6,A,7,84,A,7,982,A,7,210,A,7,3.1,A,7,11300,B,7,180,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,07:00,325,1321,79,1,13,4,1,9,78,1,13,89,1,13,2,1,9,89,1,13,284,1,21,10,A,7,10,A,7,23.3,A,7,20.6,A,7,84,A,7,982,A,7,240,A,7,3.6,A,7,11300,B,7,180,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/06/1981,08:00,578,1321,118,1,9,8,1,9,114,1,13,137,1,9,5,1,9,135,1,13,489,1,18,10,A,7,10,A,7,23.3,A,7,20.6,A,7,84,A,7,983,A,7,260,A,7,2.6,A,7,11300,B,7,240,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,09:00,812,1321,301,1,9,4,1,9,298,1,13,340,1,9,4,1,9,338,1,13,1169,1,18,10,A,7,10,A,7,23.3,A,7,21.1,A,7,87,A,7,983,A,7,220,A,7,2.6,A,7,11300,B,7,1980,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,10:00,1011,1321,287,1,9,9,1,9,281,1,13,338,1,9,8,1,9,332,1,13,1278,1,18,10,A,7,10,A,7,24.4,A,7,21.1,A,7,82,A,7,983,A,7,260,A,7,2.1,A,7,11300,B,7,1830,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,11:00,1162,1321,345,1,9,6,1,9,340,1,13,409,1,9,5,1,9,404,1,13,1536,1,18,10,A,7,10,A,7,26.1,A,7,21.7,A,7,77,A,7,984,A,7,230,A,7,2.1,A,7,11300,B,7,1830,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,12:00,1255,1321,447,1,9,1,1,9,446,1,13,525,1,9,1,1,9,524,1,13,1891,1,18,10,A,7,10,A,7,27.2,A,7,22.2,A,7,74,A,7,984,A,7,220,A,7,4.1,A,7,11300,B,7,1830,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,13:00,1282,1321,403,1,9,5,1,9,398,1,13,479,1,9,5,1,9,474,1,13,1766,1,18,10,A,7,10,A,7,27.2,A,7,21.7,A,7,72,A,7,984,A,7,230,A,7,4.1,A,7,11300,B,7,1830,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/06/1981,14:00,1242,1321,399,1,9,2,1,9,397,1,13,472,1,9,2,1,9,470,1,13,1746,1,18,10,A,7,10,A,7,26.7,A,7,22.2,A,7,77,A,7,984,A,7,200,A,7,3.6,A,7,11300,B,7,2130,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,15:00,1139,1321,443,1,9,1,1,9,443,1,13,513,1,9,1,1,9,512,1,13,1813,1,18,10,A,7,10,A,7,27.8,A,7,22.8,A,7,74,A,7,983,A,7,220,A,7,4.1,A,7,11300,B,7,2130,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,16:00,978,1321,347,1,9,1,1,9,346,1,13,399,1,9,1,1,9,398,1,13,1449,1,18,10,A,7,10,A,7,27.2,A,7,21.7,A,7,72,A,7,983,A,7,210,A,7,5.7,A,7,11300,B,7,400,A,7,3.8,E,8,0.000,F,8,0.00,?,0,13,1,D,9,00,C,8 +07/06/1981,17:00,771,1321,151,1,9,1,1,9,150,1,13,179,1,9,1,1,9,178,1,13,693,1,18,10,A,7,10,A,7,25.6,A,7,23.3,A,7,88,A,7,983,A,7,220,A,7,4.1,A,7,6400,B,7,760,A,7,4.3,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +07/06/1981,18:00,532,1321,174,1,9,39,1,9,158,1,13,191,1,9,38,1,9,176,1,13,447,1,18,10,A,7,9,A,7,25.6,A,7,22.2,A,7,82,A,7,983,A,7,250,A,7,3.1,A,7,24100,B,7,2440,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,19:00,278,1321,83,1,13,37,1,9,75,1,13,91,1,13,31,1,9,84,1,13,189,1,21,9,A,7,8,A,7,25.0,A,7,21.7,A,7,82,A,7,983,A,7,240,A,7,2.1,A,7,24100,B,7,7620,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/06/1981,20:00,47,848,11,1,13,4,1,9,11,1,13,12,1,13,2,1,9,12,1,13,28,1,21,10,A,7,8,A,7,23.9,A,7,21.7,A,7,87,A,7,984,A,7,270,A,7,2.1,A,7,24100,B,7,7620,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,6,A,7,24.4,A,7,21.1,A,7,82,A,7,985,A,7,280,A,7,3.1,A,7,24100,B,7,7620,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,23.3,A,7,20.6,A,7,84,A,7,985,A,7,260,A,7,2.1,A,7,24100,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,23.3,A,7,20.6,A,7,84,A,7,985,A,7,280,A,7,2.1,A,7,24100,B,7,1830,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/06/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,20.6,A,7,84,A,7,985,A,7,240,A,7,1.5,A,7,24100,B,7,1830,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/07/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,20.6,A,7,84,A,7,985,A,7,250,A,7,2.1,A,7,24100,B,7,1980,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +07/07/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,3,A,7,22.8,A,7,20.6,A,7,87,A,7,985,A,7,260,A,7,1.5,A,7,24100,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/07/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,21.7,A,7,20.6,A,7,93,A,7,985,A,7,240,A,7,1.5,A,7,24100,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/07/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,21.7,A,7,20.0,A,7,90,A,7,985,A,7,240,A,7,1.5,A,7,16100,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/07/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,21.7,A,7,20.0,A,7,90,A,7,986,A,7,280,A,7,2.1,A,7,16100,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/07/1981,06:00,77,1090,20,1,13,29,1,9,17,1,13,22,1,13,14,1,9,21,1,13,35,1,21,4,A,7,3,A,7,21.7,A,7,20.0,A,7,90,A,7,986,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/07/1981,07:00,323,1321,144,1,13,291,1,9,72,1,13,151,1,13,239,1,9,93,1,13,131,1,21,5,A,7,1,A,7,23.9,A,7,20.6,A,7,82,A,7,987,A,7,290,A,7,2.6,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +07/07/1981,08:00,576,1321,340,1,9,505,1,9,119,1,13,365,1,9,495,1,9,149,1,13,234,1,18,5,A,7,2,A,7,26.7,A,7,20.6,A,7,69,A,7,988,A,7,290,A,7,3.1,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/07/1981,09:00,810,1321,506,1,9,579,1,9,150,1,13,532,1,9,582,1,9,174,1,13,361,1,18,2,A,7,1,A,7,28.3,A,7,21.1,A,7,65,A,7,988,A,7,330,A,7,4.1,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/07/1981,10:00,1010,1321,722,1,9,719,1,9,170,1,13,770,1,9,735,1,9,206,1,13,556,1,18,5,A,7,2,A,7,28.3,A,7,21.1,A,7,65,A,7,988,A,7,350,A,7,3.1,A,7,8000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,11:00,1161,1321,568,1,13,270,1,9,330,1,13,629,1,13,294,1,9,370,1,13,1476,1,21,7,A,7,6,A,7,29.4,A,7,21.7,A,7,63,A,7,988,A,7,40,A,7,3.1,A,7,8000,B,7,910,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,12:00,1254,1321,573,1,13,323,1,9,265,1,13,634,1,13,339,1,9,312,1,13,1958,1,21,7,A,7,6,A,7,30.0,A,7,21.7,A,7,61,A,7,988,A,7,290,A,7,2.1,A,7,8000,B,7,910,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,13:00,1281,1321,914,1,13,733,1,9,201,1,13,958,1,13,737,1,9,242,1,13,1666,1,21,7,A,7,5,A,7,31.1,A,7,21.1,A,7,55,A,7,988,A,7,300,A,7,4.1,A,7,6400,B,7,7620,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,14:00,1242,1321,944,1,13,787,1,9,202,1,13,984,1,13,789,1,9,241,1,13,1267,1,21,3,A,7,3,A,7,31.7,A,7,21.1,A,7,54,A,7,988,A,7,70,A,7,1.5,A,7,6400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,15:00,1138,1321,819,1,9,728,1,9,191,1,13,880,1,9,747,1,9,235,1,13,859,1,18,2,A,7,2,A,7,32.2,A,7,21.1,A,7,52,A,7,988,A,7,70,A,7,3.1,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,16:00,978,1321,622,1,13,551,1,9,213,1,13,651,1,13,556,1,9,239,1,13,636,1,21,3,A,7,3,A,7,31.7,A,7,20.6,A,7,52,A,7,988,A,7,300,A,7,2.1,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,17:00,771,1321,488,1,9,609,1,9,132,1,13,515,1,9,612,1,9,158,1,13,308,1,18,3,A,7,2,A,7,32.2,A,7,20.6,A,7,50,A,7,988,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,18:00,531,1321,327,1,9,606,1,9,82,1,13,343,1,9,579,1,9,110,1,13,165,1,18,0,A,7,0,A,7,31.1,A,7,21.1,A,7,55,A,7,988,A,7,70,A,7,2.6,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,19:00,277,1321,133,1,13,383,1,9,52,1,13,136,1,13,298,1,9,73,1,13,94,1,21,0,A,7,0,A,7,30.6,A,7,21.1,A,7,57,A,7,988,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,20:00,46,848,22,1,13,45,1,9,18,1,13,22,1,13,14,1,9,21,1,13,31,1,21,0,A,7,0,A,7,28.9,A,7,21.1,A,7,63,A,7,988,A,7,70,A,7,1.5,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,28.3,A,7,21.1,A,7,65,A,7,989,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,25.6,A,7,21.7,A,7,79,A,7,989,A,7,200,A,7,1.5,A,7,6400,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,25.0,A,7,21.7,A,7,82,A,7,990,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/07/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,25.0,A,7,21.1,A,7,79,A,7,990,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,24.4,A,7,21.1,A,7,82,A,7,989,A,7,290,A,7,1.5,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,24.4,A,7,21.1,A,7,82,A,7,989,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,23.3,A,7,20.0,A,7,82,A,7,989,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,23.3,A,7,19.4,A,7,79,A,7,989,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.2,A,7,18.9,A,7,82,A,7,990,A,7,280,A,7,1.5,A,7,4000,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,06:00,76,1068,28,1,13,40,1,9,24,1,13,30,1,13,19,1,9,28,1,13,50,1,21,0,A,7,0,A,7,22.2,A,7,18.9,A,7,82,A,7,990,A,7,0,A,7,0.0,A,7,4000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,07:00,321,1321,153,1,13,343,1,9,69,1,13,161,1,13,281,1,9,93,1,13,125,1,21,0,A,7,0,A,7,23.3,A,7,18.9,A,7,76,A,7,991,A,7,290,A,7,2.1,A,7,4000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,08:00,574,1321,349,1,9,551,1,9,109,1,13,362,1,9,529,1,9,132,1,13,217,1,18,0,A,7,0,A,7,25.6,A,7,19.4,A,7,69,A,7,991,A,7,290,A,7,3.1,A,7,4000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,09:00,809,1321,554,1,9,670,1,9,142,1,13,584,1,9,675,1,9,170,1,13,344,1,18,0,A,7,0,A,7,27.2,A,7,20.6,A,7,67,A,7,991,A,7,290,A,7,3.1,A,7,4000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,10:00,1009,1321,731,1,9,735,1,9,167,1,13,780,1,9,752,1,9,204,1,13,546,1,18,0,A,7,0,A,7,28.9,A,7,21.1,A,7,63,A,7,991,A,7,290,A,7,2.6,A,7,4000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,11:00,1160,1321,869,1,9,779,1,9,183,1,13,907,1,9,782,1,9,218,1,13,800,1,18,0,A,7,0,A,7,29.4,A,7,20.6,A,7,59,A,7,991,A,7,320,A,7,4.1,A,7,4000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,12:00,1253,1321,953,1,9,799,1,9,193,1,13,1000,1,9,804,1,9,236,1,13,1306,1,18,0,A,7,0,A,7,30.6,A,7,21.1,A,7,57,A,7,991,A,7,30,A,7,4.1,A,7,4800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,13:00,1281,1321,937,1,9,767,1,9,191,1,13,987,1,9,773,1,9,236,1,13,1585,1,18,1,A,7,1,A,7,32.2,A,7,21.1,A,7,52,A,7,991,A,7,290,A,7,3.6,A,7,4800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +07/08/1981,14:00,1242,1321,935,1,9,789,1,9,191,1,13,980,1,9,794,1,9,233,1,13,1206,1,18,0,A,7,0,A,7,32.2,A,7,20.0,A,7,48,A,7,991,A,7,290,A,7,4.6,A,7,4800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,15:00,1138,1321,728,1,13,493,1,9,302,1,13,784,1,13,515,1,9,339,1,13,1363,1,21,5,A,7,5,A,7,32.8,A,7,20.0,A,7,47,A,7,990,A,7,50,A,7,4.1,A,7,4800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,16:00,977,1321,635,1,13,522,1,9,248,1,13,682,1,13,543,1,9,279,1,13,757,1,21,4,A,7,4,A,7,32.8,A,7,20.6,A,7,49,A,7,990,A,7,60,A,7,3.6,A,7,4800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,17:00,770,1321,480,1,13,529,1,9,171,1,13,517,1,13,542,1,9,201,1,13,390,1,21,3,A,7,3,A,7,32.8,A,7,20.0,A,7,47,A,7,990,A,7,290,A,7,2.6,A,7,4800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,18:00,531,1321,283,1,13,358,1,9,139,1,13,296,1,13,343,1,9,158,1,13,274,1,21,3,A,7,3,A,7,32.2,A,7,20.6,A,7,50,A,7,989,A,7,310,A,7,2.6,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,19:00,276,1321,110,1,13,173,1,9,74,1,13,117,1,13,133,1,9,89,1,13,141,1,21,3,A,7,3,A,7,30.6,A,7,20.6,A,7,55,A,7,988,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,20:00,46,826,15,1,13,12,1,9,13,1,13,15,1,13,6,1,9,15,1,13,33,1,21,3,A,7,3,A,7,29.4,A,7,20.6,A,7,59,A,7,988,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,27.2,A,7,21.1,A,7,69,A,7,989,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,25.6,A,7,21.1,A,7,77,A,7,989,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,24.4,A,7,20.6,A,7,79,A,7,989,A,7,250,A,7,2.1,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/08/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,23.9,A,7,20.6,A,7,82,A,7,989,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,23.9,A,7,20.0,A,7,79,A,7,989,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,22.8,A,7,20.0,A,7,84,A,7,989,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,23.3,A,7,20.0,A,7,82,A,7,988,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,22.2,A,7,20.0,A,7,87,A,7,988,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,23.9,A,7,20.0,A,7,79,A,7,988,A,7,0,A,7,0.0,A,7,3200,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,06:00,74,1046,19,1,13,6,1,9,18,1,13,20,1,13,3,1,9,20,1,13,45,1,21,3,A,7,3,A,7,23.9,A,7,20.6,A,7,82,A,7,989,A,7,290,A,7,2.1,A,7,3200,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,07:00,319,1321,137,1,13,229,1,9,81,1,13,145,1,13,189,1,9,100,1,13,154,1,21,0,A,7,0,A,7,24.4,A,7,21.1,A,7,82,A,7,989,A,7,290,A,7,2.1,A,7,2400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,08:00,572,1321,289,1,13,244,1,9,182,1,13,306,1,13,246,1,9,199,1,13,395,1,21,4,A,7,3,A,7,27.8,A,7,22.2,A,7,72,A,7,989,A,7,280,A,7,3.1,A,7,2400,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,09:00,807,1321,457,1,13,364,1,9,234,1,13,495,1,13,388,1,9,258,1,13,581,1,21,4,A,7,4,A,7,29.4,A,7,22.8,A,7,67,A,7,989,A,7,290,A,7,3.1,A,7,2400,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,10:00,1007,1321,587,1,13,413,1,9,271,1,13,627,1,13,430,1,9,299,1,13,880,1,21,3,A,7,3,A,7,31.1,A,7,22.8,A,7,61,A,7,989,A,7,290,A,7,5.2,A,7,6400,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,11:00,1159,1321,849,1,9,686,1,9,245,1,13,897,1,9,697,1,9,285,1,13,1159,1,18,2,A,7,2,A,7,32.2,A,7,23.3,A,7,59,A,7,988,A,7,50,A,7,6.2,A,7,6400,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,12:00,1252,1321,885,1,9,684,1,9,235,1,13,948,1,9,700,1,9,283,1,13,1696,1,18,1,A,7,1,A,7,32.8,A,7,23.3,A,7,58,A,7,988,A,7,290,A,7,4.1,A,7,6400,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,13:00,1280,1321,919,1,13,629,1,9,308,1,13,968,1,13,635,1,9,351,1,13,2665,1,21,3,A,7,3,A,7,34.4,A,7,23.3,A,7,52,A,7,987,A,7,290,A,7,3.1,A,7,6400,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,14:00,1241,1321,845,1,13,473,1,9,399,1,13,897,1,13,494,1,9,432,1,13,2774,1,21,3,A,7,3,A,7,35.6,A,7,22.8,A,7,48,A,7,987,A,7,290,A,7,4.6,A,7,6400,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,15:00,1138,1321,763,1,13,556,1,9,283,1,13,827,1,13,582,1,9,325,1,13,1271,1,21,3,A,7,3,A,7,35.6,A,7,22.2,A,7,46,A,7,986,A,7,280,A,7,2.1,A,7,6400,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,16:00,977,1321,668,1,9,623,1,9,207,1,13,701,1,9,629,1,9,235,1,13,620,1,18,1,A,7,1,A,7,35.6,A,7,22.2,A,7,46,A,7,986,A,7,280,A,7,2.6,A,7,8000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,17:00,770,1321,491,1,9,542,1,9,174,1,13,527,1,9,555,1,9,204,1,13,397,1,18,0,A,7,0,A,7,35.6,A,7,22.8,A,7,48,A,7,985,A,7,260,A,7,3.1,A,7,9700,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,18:00,530,1321,292,1,9,411,1,9,126,1,13,308,1,9,395,1,9,149,1,13,245,1,18,0,A,7,0,A,7,35.0,A,7,21.7,A,7,46,A,7,985,A,7,280,A,7,2.1,A,7,11300,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/09/1981,19:00,276,1321,109,1,13,183,1,9,71,1,13,116,1,13,140,1,9,87,1,13,134,1,21,0,A,7,0,A,7,33.3,A,7,22.8,A,7,54,A,7,985,A,7,280,A,7,2.1,A,7,11300,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/09/1981,20:00,45,826,18,1,13,5,1,9,18,1,13,21,1,13,0,1,9,21,1,13,60,1,21,0,A,7,0,A,7,31.1,A,7,22.8,A,7,61,A,7,985,A,7,280,A,7,2.6,A,7,8000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/09/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,29.4,A,7,21.7,A,7,63,A,7,985,A,7,230,A,7,2.1,A,7,11300,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/09/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,27.8,A,7,22.8,A,7,74,A,7,986,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,4.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/09/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,27.2,A,7,22.2,A,7,74,A,7,986,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/09/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,26.7,A,7,21.1,A,7,72,A,7,986,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/10/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,26.7,A,7,21.1,A,7,72,A,7,986,A,7,280,A,7,2.6,A,7,11300,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +07/10/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,26.1,A,7,20.6,A,7,72,A,7,985,A,7,280,A,7,2.6,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/10/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.6,A,7,20.6,A,7,74,A,7,985,A,7,280,A,7,2.6,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/10/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.0,A,7,20.6,A,7,76,A,7,985,A,7,280,A,7,2.6,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/10/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.0,A,7,20.0,A,7,74,A,7,985,A,7,280,A,7,2.1,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/10/1981,06:00,72,1046,33,1,13,136,1,9,20,1,13,32,1,13,58,1,9,28,1,13,35,1,21,0,A,7,0,A,7,25.0,A,7,20.0,A,7,74,A,7,986,A,7,280,A,7,2.1,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/10/1981,07:00,317,1322,172,1,13,525,1,9,45,1,13,180,1,13,436,1,9,75,1,13,86,1,21,0,A,7,0,A,7,26.7,A,7,21.1,A,7,72,A,7,986,A,7,280,A,7,2.1,A,7,8000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,08:00,570,1322,373,1,9,703,1,9,68,1,13,392,1,9,678,1,9,99,1,13,146,1,18,0,A,7,0,A,7,29.4,A,7,22.2,A,7,65,A,7,987,A,7,280,A,7,2.6,A,7,8000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,09:00,806,1322,573,1,9,795,1,9,87,1,13,615,1,9,800,1,9,126,1,13,218,1,18,0,A,7,0,A,7,31.7,A,7,22.8,A,7,59,A,7,986,A,7,290,A,7,2.6,A,7,9700,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,10:00,1006,1322,747,1,9,844,1,9,102,1,13,773,1,9,844,1,9,129,1,13,284,1,18,0,A,7,0,A,7,32.8,A,7,23.3,A,7,58,A,7,986,A,7,290,A,7,2.6,A,7,6400,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,11:00,1158,1322,880,1,9,874,1,9,112,1,13,908,1,9,876,1,9,138,1,13,445,1,18,0,A,7,0,A,7,33.3,A,7,23.3,A,7,56,A,7,986,A,7,280,A,7,3.6,A,7,6400,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,12:00,1252,1322,902,1,9,843,1,9,101,1,13,932,1,9,847,1,9,128,1,13,622,1,18,1,A,7,1,A,7,34.4,A,7,23.3,A,7,52,A,7,985,A,7,290,A,7,3.6,A,7,6400,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,13:00,1280,1322,939,1,13,808,1,9,154,1,13,1012,1,13,822,1,9,215,1,13,1294,1,21,3,A,7,3,A,7,33.9,A,7,22.2,A,7,51,A,7,985,A,7,290,A,7,2.6,A,7,6400,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,14:00,1241,1322,773,1,13,548,1,9,257,1,13,821,1,13,558,1,9,297,1,13,1725,1,21,4,A,7,4,A,7,35.6,A,7,21.7,A,7,44,A,7,984,A,7,290,A,7,2.1,A,7,6400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,15:00,1137,1322,671,1,13,411,1,9,317,1,13,720,1,13,429,1,9,350,1,13,1430,1,21,6,A,7,6,A,7,35.6,A,7,22.8,A,7,48,A,7,983,A,7,280,A,7,4.1,A,7,6400,B,7,1220,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,16:00,976,1322,651,1,13,627,1,9,186,1,13,687,1,13,637,1,9,216,1,13,564,1,21,4,A,7,4,A,7,35.0,A,7,22.8,A,7,49,A,7,983,A,7,280,A,7,1.5,A,7,6400,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,17:00,769,1322,447,1,13,442,1,9,189,1,13,476,1,13,452,1,9,213,1,13,434,1,21,4,A,7,4,A,7,35.0,A,7,23.3,A,7,51,A,7,983,A,7,280,A,7,2.6,A,7,6400,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,18:00,529,1322,284,1,13,422,1,9,114,1,13,303,1,13,406,1,9,140,1,13,220,1,21,3,A,7,3,A,7,33.3,A,7,23.9,A,7,58,A,7,983,A,7,180,A,7,2.1,A,7,6400,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,19:00,275,1322,124,1,13,332,1,9,55,1,13,132,1,13,254,1,9,79,1,13,98,1,21,1,A,7,1,A,7,32.2,A,7,23.9,A,7,61,A,7,984,A,7,170,A,7,2.6,A,7,6400,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,20:00,44,826,23,1,13,59,1,9,17,1,13,22,1,13,19,1,9,21,1,13,29,1,21,2,A,7,2,A,7,30.0,A,7,22.8,A,7,65,A,7,983,A,7,190,A,7,2.6,A,7,6400,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,28.9,A,7,22.8,A,7,70,A,7,983,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,4.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/10/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,27.8,A,7,21.7,A,7,69,A,7,984,A,7,350,A,7,2.6,A,7,11300,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/10/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,27.2,A,7,20.6,A,7,67,A,7,985,A,7,50,A,7,4.1,A,7,11300,B,7,1070,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/10/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,26.1,A,7,20.6,A,7,72,A,7,985,A,7,70,A,7,2.1,A,7,11300,B,7,1070,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/11/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,25.6,A,7,20.6,A,7,74,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +07/11/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,24.4,A,7,20.6,A,7,79,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/11/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,23.9,A,7,20.6,A,7,82,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/11/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,23.9,A,7,20.6,A,7,82,A,7,985,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/11/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,22.8,A,7,20.6,A,7,87,A,7,985,A,7,40,A,7,2.6,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/11/1981,06:00,70,1024,23,1,13,8,1,9,22,1,13,25,1,13,5,1,9,24,1,13,53,1,21,8,A,7,6,A,7,23.9,A,7,20.6,A,7,82,A,7,986,A,7,0,A,7,0.0,A,7,6400,B,7,7620,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/11/1981,07:00,315,1322,110,1,13,73,1,9,93,1,13,121,1,13,63,1,9,106,1,13,234,1,21,8,A,7,6,A,7,24.4,A,7,21.1,A,7,82,A,7,987,A,7,50,A,7,3.1,A,7,6400,B,7,7620,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/11/1981,08:00,569,1322,356,1,13,516,1,9,133,1,13,377,1,13,503,1,9,160,1,13,263,1,21,4,A,7,3,A,7,25.6,A,7,21.7,A,7,79,A,7,987,A,7,70,A,7,3.6,A,7,6400,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/11/1981,09:00,804,1322,417,1,13,250,1,9,264,1,13,447,1,13,266,1,9,285,1,13,669,1,21,10,A,7,7,A,7,27.8,A,7,19.4,A,7,61,A,7,988,A,7,80,A,7,3.1,A,7,11300,B,7,7620,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/11/1981,10:00,1005,1322,523,1,9,297,1,9,296,1,13,572,1,9,322,1,9,327,1,13,938,1,18,10,A,7,8,A,7,28.3,A,7,18.9,A,7,57,A,7,988,A,7,70,A,7,4.1,A,7,11300,B,7,7620,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/11/1981,11:00,1157,1322,635,1,13,343,1,9,333,1,13,702,1,13,373,1,9,374,1,13,1472,1,21,10,A,7,7,A,7,29.4,A,7,20.0,A,7,57,A,7,988,A,7,60,A,7,4.1,A,7,11300,B,7,7620,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/11/1981,12:00,1251,1322,854,1,13,589,1,9,295,1,13,899,1,13,595,1,9,335,1,13,2080,1,21,10,A,7,4,A,7,31.1,A,7,20.6,A,7,53,A,7,987,A,7,80,A,7,3.6,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +07/11/1981,13:00,1279,1322,979,1,9,822,1,9,181,1,13,1038,1,9,830,1,9,232,1,13,1486,1,18,0,A,7,0,A,7,31.1,A,7,21.1,A,7,55,A,7,987,A,7,60,A,7,3.1,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +07/11/1981,14:00,1240,1322,938,1,9,808,1,9,178,1,13,992,1,9,816,1,9,225,1,13,1126,1,18,0,A,7,0,A,7,33.3,A,7,21.7,A,7,50,A,7,987,A,7,50,A,7,2.6,A,7,9700,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/11/1981,15:00,1137,1322,849,1,9,790,1,9,168,1,13,892,1,9,795,1,9,206,1,13,688,1,18,0,A,7,0,A,7,32.8,A,7,21.7,A,7,52,A,7,986,A,7,40,A,7,4.6,A,7,8000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/11/1981,16:00,976,1322,698,1,9,738,1,9,152,1,13,749,1,9,756,1,9,189,1,13,470,1,18,0,A,7,0,A,7,32.8,A,7,21.7,A,7,52,A,7,986,A,7,60,A,7,3.6,A,7,8000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/11/1981,17:00,768,1322,476,1,9,539,1,9,161,1,13,515,1,9,552,1,9,193,1,13,364,1,18,3,A,7,2,A,7,32.2,A,7,22.2,A,7,56,A,7,986,A,7,80,A,7,4.1,A,7,8000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/11/1981,18:00,529,1322,271,1,9,440,1,9,94,1,13,294,1,9,424,1,9,125,1,13,178,1,18,0,A,7,0,A,7,31.1,A,7,22.2,A,7,59,A,7,986,A,7,80,A,7,4.1,A,7,8000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/11/1981,19:00,273,1322,117,1,13,245,1,9,66,1,13,122,1,13,186,1,9,83,1,13,120,1,21,3,A,7,2,A,7,29.4,A,7,21.7,A,7,63,A,7,987,A,7,70,A,7,2.6,A,7,8000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/11/1981,20:00,44,826,16,1,13,11,1,9,15,1,13,17,1,13,6,1,9,17,1,13,37,1,21,5,A,7,4,A,7,28.9,A,7,21.1,A,7,63,A,7,987,A,7,80,A,7,2.6,A,7,8000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/11/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,27.8,A,7,21.1,A,7,67,A,7,988,A,7,80,A,7,2.1,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/11/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,27.8,A,7,21.1,A,7,67,A,7,988,A,7,190,A,7,3.1,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/11/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,26.7,A,7,20.6,A,7,69,A,7,987,A,7,180,A,7,2.1,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/11/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,25.6,A,7,20.6,A,7,74,A,7,987,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/12/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,24.4,A,7,20.6,A,7,79,A,7,987,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +07/12/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,24.4,A,7,20.6,A,7,79,A,7,987,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/12/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,24.4,A,7,20.6,A,7,79,A,7,987,A,7,190,A,7,3.1,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/12/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,23.9,A,7,20.6,A,7,82,A,7,988,A,7,190,A,7,2.6,A,7,8000,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,22.8,A,7,20.0,A,7,84,A,7,988,A,7,200,A,7,2.1,A,7,8000,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,06:00,69,1024,21,1,13,39,1,9,18,1,13,23,1,13,18,1,9,22,1,13,37,1,21,3,A,7,1,A,7,22.8,A,7,20.0,A,7,84,A,7,988,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,07:00,313,1322,147,1,13,340,1,9,66,1,13,155,1,13,275,1,9,90,1,13,119,1,21,3,A,7,1,A,7,23.9,A,7,20.6,A,7,82,A,7,988,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,08:00,567,1322,352,1,9,610,1,9,89,1,13,370,1,9,590,1,9,116,1,13,182,1,18,0,A,7,0,A,7,25.0,A,7,21.1,A,7,79,A,7,989,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,09:00,802,1322,556,1,9,721,1,9,116,1,13,593,1,9,732,1,9,148,1,13,285,1,18,0,A,7,0,A,7,26.7,A,7,21.1,A,7,72,A,7,989,A,7,190,A,7,2.1,A,7,9700,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,10:00,1003,1322,393,1,9,133,1,9,292,1,13,436,1,9,142,1,9,328,1,13,969,1,18,8,A,7,8,A,7,28.3,A,7,21.7,A,7,67,A,7,989,A,7,180,A,7,3.1,A,7,9700,B,7,1830,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,11:00,1156,1322,802,1,9,717,1,9,173,1,13,841,1,9,722,1,9,209,1,13,753,1,18,1,A,7,1,A,7,28.9,A,7,22.2,A,7,67,A,7,989,A,7,140,A,7,3.1,A,7,8000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,12:00,1250,1322,922,1,13,691,1,9,266,1,13,977,1,13,702,1,9,312,1,13,1877,1,21,4,A,7,4,A,7,30.6,A,7,22.8,A,7,63,A,7,988,A,7,150,A,7,1.5,A,7,6400,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,13:00,1278,1322,962,1,13,841,1,9,146,1,13,983,1,13,843,1,9,166,1,13,993,1,21,3,A,7,3,A,7,31.1,A,7,22.8,A,7,61,A,7,988,A,7,230,A,7,2.6,A,7,6400,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,14:00,1240,1322,672,1,9,251,1,9,436,1,13,736,1,9,273,1,9,480,1,13,2665,1,18,8,A,7,8,A,7,31.1,A,7,22.8,A,7,61,A,7,987,A,7,0,A,7,0.0,A,7,4800,B,7,910,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,15:00,1136,1322,391,1,9,13,1,9,379,1,13,456,1,9,12,1,9,446,1,13,1643,1,18,10,A,7,10,A,7,30.6,A,7,22.8,A,7,63,A,7,987,A,7,170,A,7,3.6,A,7,6400,B,7,700,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,16:00,975,1322,559,1,13,323,1,9,320,1,13,606,1,13,349,1,9,348,1,13,984,1,21,9,A,7,6,A,7,32.2,A,7,23.9,A,7,61,A,7,986,A,7,180,A,7,2.6,A,7,6400,B,7,7620,A,7,4.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,17:00,768,1322,409,1,13,341,1,9,210,1,13,444,1,13,362,1,9,233,1,13,499,1,21,8,A,7,7,A,7,28.9,A,7,21.7,A,7,65,A,7,986,A,7,200,A,7,4.1,A,7,6400,B,7,7620,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,18:00,528,1322,320,1,9,580,1,9,88,1,13,335,1,9,552,1,9,114,1,13,175,1,18,2,A,7,2,A,7,30.0,A,7,22.2,A,7,63,A,7,986,A,7,200,A,7,2.1,A,7,6400,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,19:00,272,1322,122,1,13,335,1,9,53,1,13,130,1,13,255,1,9,78,1,13,94,1,21,0,A,7,0,A,7,28.3,A,7,22.8,A,7,72,A,7,986,A,7,200,A,7,2.6,A,7,6400,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,20:00,43,804,17,1,13,28,1,9,14,1,13,18,1,13,12,1,9,17,1,13,29,1,21,2,A,7,2,A,7,27.2,A,7,21.7,A,7,72,A,7,986,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,26.7,A,7,21.7,A,7,74,A,7,986,A,7,200,A,7,1.5,A,7,9700,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.6,A,7,22.2,A,7,82,A,7,986,A,7,240,A,7,2.1,A,7,8000,B,7,77777,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.0,A,7,22.8,A,7,88,A,7,986,A,7,210,A,7,2.6,A,7,8000,B,7,77777,A,7,4.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/12/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.0,A,7,22.8,A,7,88,A,7,986,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,4.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.0,A,7,22.2,A,7,85,A,7,986,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.0,A,7,21.7,A,7,82,A,7,985,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.0,A,7,21.7,A,7,82,A,7,985,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,24.4,A,7,21.7,A,7,85,A,7,984,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,23.9,A,7,21.1,A,7,85,A,7,984,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,06:00,67,1002,20,1,13,23,1,9,18,1,13,22,1,13,11,1,9,21,1,13,37,1,21,2,A,7,1,A,7,23.9,A,7,21.1,A,7,85,A,7,985,A,7,0,A,7,0.0,A,7,3200,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,07:00,310,1322,136,1,13,260,1,9,74,1,13,141,1,13,209,1,9,92,1,13,135,1,21,3,A,7,1,A,7,23.9,A,7,22.2,A,7,90,A,7,985,A,7,0,A,7,0.0,A,7,3200,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,08:00,565,1322,330,1,9,513,1,9,109,1,13,341,1,9,491,1,9,131,1,13,216,1,18,0,A,7,0,A,7,26.7,A,7,22.8,A,7,79,A,7,986,A,7,290,A,7,3.1,A,7,4000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,09:00,801,1322,426,1,13,356,1,9,209,1,13,464,1,13,380,1,9,234,1,13,507,1,21,6,A,7,4,A,7,28.9,A,7,22.8,A,7,70,A,7,985,A,7,280,A,7,2.1,A,7,4800,B,7,7620,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,10:00,1002,1322,647,1,13,554,1,9,226,1,13,704,1,13,578,1,9,265,1,13,717,1,21,4,A,7,3,A,7,31.1,A,7,22.2,A,7,59,A,7,985,A,7,280,A,7,4.1,A,7,4800,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,11:00,1155,1322,615,1,13,322,1,9,332,1,13,680,1,13,350,1,9,373,1,13,1457,1,21,7,A,7,3,A,7,32.8,A,7,20.6,A,7,49,A,7,985,A,7,290,A,7,5.2,A,7,8000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,12:00,1249,1322,878,1,13,557,1,9,350,1,13,946,1,13,583,1,9,394,1,13,2526,1,21,10,A,7,4,A,7,33.9,A,7,18.9,A,7,41,A,7,985,A,7,290,A,7,4.6,A,7,8000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,13:00,1278,1322,827,1,13,459,1,9,382,1,13,886,1,13,480,1,9,421,1,13,3349,1,21,10,A,7,5,A,7,33.9,A,7,19.4,A,7,43,A,7,985,A,7,300,A,7,5.2,A,7,8000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,14:00,1239,1322,763,1,13,444,1,9,346,1,13,822,1,13,465,1,9,386,1,13,2359,1,21,8,A,7,4,A,7,34.4,A,7,20.6,A,7,44,A,7,984,A,7,290,A,7,2.1,A,7,8000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,15:00,1136,1322,808,1,9,626,1,9,269,1,13,847,1,9,631,1,9,303,1,13,1163,1,18,7,A,7,2,A,7,34.4,A,7,20.6,A,7,44,A,7,984,A,7,80,A,7,2.1,A,7,8000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,16:00,974,1322,622,1,13,444,1,9,293,1,13,655,1,13,461,1,9,315,1,13,901,1,21,7,A,7,4,A,7,35.0,A,7,21.7,A,7,46,A,7,983,A,7,320,A,7,2.1,A,7,8000,B,7,7620,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,17:00,767,1322,433,1,13,392,1,9,205,1,13,457,1,13,400,1,9,225,1,13,474,1,21,7,A,7,4,A,7,33.9,A,7,21.7,A,7,49,A,7,982,A,7,360,A,7,2.6,A,7,8000,B,7,7620,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,18:00,527,1322,216,1,13,220,1,9,128,1,13,233,1,13,218,1,9,146,1,13,258,1,21,7,A,7,4,A,7,32.8,A,7,22.2,A,7,54,A,7,982,A,7,290,A,7,1.5,A,7,8000,B,7,7620,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,19:00,271,1322,70,1,13,62,1,9,58,1,13,78,1,13,49,1,9,68,1,13,125,1,21,8,A,7,5,A,7,32.8,A,7,22.2,A,7,54,A,7,982,A,7,0,A,7,0.0,A,7,8000,B,7,7620,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,20:00,42,804,13,1,13,5,1,9,12,1,13,14,1,13,3,1,9,13,1,13,30,1,21,8,A,7,4,A,7,31.1,A,7,21.7,A,7,57,A,7,983,A,7,260,A,7,2.6,A,7,8000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,30.0,A,7,21.7,A,7,61,A,7,983,A,7,250,A,7,2.1,A,7,8000,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,28.9,A,7,21.1,A,7,63,A,7,982,A,7,250,A,7,3.1,A,7,8000,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,28.3,A,7,21.7,A,7,67,A,7,982,A,7,270,A,7,2.1,A,7,8000,B,7,7620,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/13/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,28.3,A,7,21.1,A,7,65,A,7,982,A,7,280,A,7,3.1,A,7,8000,B,7,7620,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,27.8,A,7,20.6,A,7,65,A,7,981,A,7,280,A,7,2.6,A,7,8000,B,7,7620,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,27.8,A,7,20.6,A,7,65,A,7,981,A,7,270,A,7,3.6,A,7,8000,B,7,7620,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,27.8,A,7,20.6,A,7,65,A,7,981,A,7,270,A,7,3.1,A,7,8000,B,7,7620,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,26.7,A,7,20.6,A,7,69,A,7,981,A,7,250,A,7,2.6,A,7,8000,B,7,7620,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,7,A,7,26.1,A,7,20.6,A,7,72,A,7,981,A,7,250,A,7,2.1,A,7,8000,B,7,7620,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,06:00,65,980,21,1,13,15,1,9,20,1,13,23,1,13,9,1,9,22,1,13,49,1,21,8,A,7,6,A,7,25.6,A,7,20.0,A,7,71,A,7,981,A,7,260,A,7,2.6,A,7,4800,B,7,7620,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,07:00,308,1322,106,1,13,108,1,9,81,1,13,116,1,13,90,1,9,95,1,13,176,1,21,8,A,7,7,A,7,26.7,A,7,20.6,A,7,69,A,7,981,A,7,250,A,7,2.6,A,7,4000,B,7,3050,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,08:00,563,1322,160,1,9,2,1,9,160,1,13,182,1,9,2,1,9,182,1,13,620,1,18,10,A,7,10,A,7,27.2,A,7,21.1,A,7,69,A,7,981,A,7,280,A,7,2.6,A,7,3200,B,7,3050,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,09:00,799,1322,276,1,9,16,1,9,266,1,13,314,1,9,15,1,9,305,1,13,1078,1,18,10,A,7,10,A,7,27.2,A,7,22.2,A,7,74,A,7,982,A,7,280,A,7,3.6,A,7,3200,B,7,3050,A,7,3.9,E,8,0.000,F,8,0.00,?,0,3,1,D,9,05,C,8 +07/14/1981,10:00,1001,1322,150,1,9,5,1,9,146,1,13,185,1,9,4,1,9,182,1,13,748,1,18,10,A,7,10,A,7,26.7,A,7,22.2,A,7,77,A,7,981,A,7,230,A,7,2.1,A,7,4000,B,7,2290,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,11:00,1154,1322,430,1,9,143,1,9,305,1,13,482,1,9,154,1,9,348,1,13,1322,1,18,8,A,7,8,A,7,26.7,A,7,23.3,A,7,82,A,7,981,A,7,0,A,7,0.0,A,7,4000,B,7,7620,A,7,4.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,12:00,1248,1322,876,1,13,626,1,9,283,1,13,925,1,13,634,1,9,325,1,13,1966,1,21,8,A,7,3,A,7,30.0,A,7,23.9,A,7,70,A,7,981,A,7,280,A,7,4.6,A,7,6400,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,13:00,1277,1322,858,1,9,626,1,9,252,1,13,917,1,9,639,1,9,298,1,13,2134,1,18,5,A,7,2,A,7,32.8,A,7,23.9,A,7,60,A,7,980,A,7,280,A,7,3.6,A,7,6400,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,14:00,1238,1322,882,1,13,664,1,9,258,1,13,936,1,13,676,1,9,302,1,13,1706,1,21,7,A,7,3,A,7,34.4,A,7,24.4,A,7,56,A,7,980,A,7,270,A,7,3.6,A,7,4800,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,15:00,1135,1322,565,1,13,300,1,9,307,1,13,628,1,13,327,1,9,347,1,13,1265,1,21,9,A,7,7,A,7,32.8,A,7,24.4,A,7,62,A,7,979,A,7,230,A,7,4.1,A,7,4800,B,7,7620,A,7,4.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,16:00,974,1322,271,1,9,89,1,9,206,1,13,307,1,9,95,1,9,237,1,13,658,1,18,9,A,7,9,A,7,33.9,A,7,23.3,A,7,54,A,7,979,A,7,280,A,7,5.2,A,7,4800,B,7,910,A,7,4.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,17:00,766,1322,454,1,13,407,1,9,218,1,13,477,1,13,415,1,9,236,1,13,506,1,21,7,A,7,6,A,7,32.2,A,7,22.2,A,7,56,A,7,979,A,7,280,A,7,7.2,A,7,8000,B,7,7620,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,18:00,525,1322,262,1,13,225,1,9,173,1,13,285,1,13,221,1,9,197,1,13,405,1,21,7,A,7,6,A,7,32.2,A,7,22.8,A,7,57,A,7,979,A,7,280,A,7,4.6,A,7,9700,B,7,7620,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,19:00,269,1322,98,1,13,112,1,9,75,1,13,107,1,13,88,1,9,89,1,13,162,1,21,7,A,7,5,A,7,29.4,A,7,22.2,A,7,65,A,7,979,A,7,280,A,7,3.6,A,7,11300,B,7,7620,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/14/1981,20:00,41,782,13,1,13,17,1,9,11,1,13,14,1,13,7,1,9,13,1,13,23,1,21,5,A,7,3,A,7,28.3,A,7,21.7,A,7,67,A,7,979,A,7,280,A,7,3.1,A,7,9700,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/14/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,27.2,A,7,21.1,A,7,69,A,7,980,A,7,260,A,7,2.1,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/14/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,25.6,A,7,21.1,A,7,77,A,7,981,A,7,280,A,7,3.1,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/14/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,25.0,A,7,20.6,A,7,76,A,7,981,A,7,280,A,7,3.1,A,7,11300,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/14/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,25.0,A,7,20.0,A,7,74,A,7,981,A,7,280,A,7,3.6,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,23.9,A,7,19.4,A,7,76,A,7,981,A,7,290,A,7,2.6,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +07/15/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,23.3,A,7,18.3,A,7,74,A,7,981,A,7,300,A,7,4.1,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,22.8,A,7,18.3,A,7,76,A,7,981,A,7,60,A,7,2.6,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,21.7,A,7,18.3,A,7,81,A,7,982,A,7,300,A,7,3.1,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,21.1,A,7,17.8,A,7,81,A,7,982,A,7,310,A,7,2.1,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,06:00,63,980,31,1,13,109,1,9,20,1,13,29,1,13,45,1,9,26,1,13,35,1,21,2,A,7,0,A,7,20.6,A,7,17.8,A,7,84,A,7,982,A,7,40,A,7,2.6,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,07:00,306,1322,164,1,13,497,1,9,48,1,13,170,1,13,406,1,9,76,1,13,90,1,21,2,A,7,0,A,7,22.2,A,7,17.2,A,7,73,A,7,983,A,7,70,A,7,3.6,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/15/1981,08:00,561,1322,321,1,13,455,1,9,127,1,13,341,1,13,443,1,9,153,1,13,250,1,21,6,A,7,3,A,7,23.9,A,7,15.6,A,7,60,A,7,984,A,7,80,A,7,2.6,A,7,24100,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,09:00,797,1322,518,1,9,641,1,9,130,1,13,549,1,9,647,1,9,158,1,13,314,1,18,4,A,7,2,A,7,24.4,A,7,15.6,A,7,58,A,7,984,A,7,80,A,7,2.6,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,10:00,999,1322,659,1,9,619,1,9,190,1,13,697,1,9,629,1,9,221,1,13,600,1,18,4,A,7,2,A,7,25.6,A,7,16.1,A,7,56,A,7,984,A,7,50,A,7,1.5,A,7,16100,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,11:00,1153,1322,827,1,9,806,1,9,122,1,13,851,1,9,808,1,9,145,1,13,458,1,18,3,A,7,1,A,7,26.7,A,7,16.7,A,7,54,A,7,984,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,12:00,1247,1322,889,1,9,789,1,9,142,1,13,909,1,9,791,1,9,162,1,13,777,1,18,4,A,7,1,A,7,28.3,A,7,17.2,A,7,51,A,7,984,A,7,300,A,7,3.1,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,13:00,1276,1322,919,1,9,727,1,9,215,1,13,992,1,9,747,1,9,269,1,13,1820,1,18,3,A,7,1,A,7,29.4,A,7,17.2,A,7,48,A,7,983,A,7,340,A,7,3.1,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/15/1981,14:00,1238,1322,878,1,9,813,1,9,115,1,13,905,1,9,816,1,9,139,1,13,634,1,18,3,A,7,1,A,7,30.0,A,7,17.8,A,7,48,A,7,983,A,7,320,A,7,4.1,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,15:00,1134,1322,805,1,9,809,1,9,109,1,13,831,1,9,811,1,9,134,1,13,404,1,18,3,A,7,1,A,7,31.1,A,7,17.8,A,7,45,A,7,982,A,7,50,A,7,3.6,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,16:00,973,1322,719,1,9,838,1,9,100,1,13,744,1,9,837,1,9,127,1,13,263,1,18,0,A,7,0,A,7,32.2,A,7,17.8,A,7,42,A,7,982,A,7,290,A,7,2.6,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,17:00,765,1322,537,1,9,764,1,9,93,1,13,567,1,9,762,1,9,126,1,13,217,1,18,2,A,7,0,A,7,32.2,A,7,17.8,A,7,42,A,7,982,A,7,70,A,7,2.6,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,18:00,524,1322,334,1,9,663,1,9,70,1,13,346,1,9,628,1,9,97,1,13,142,1,18,2,A,7,0,A,7,29.4,A,7,18.9,A,7,53,A,7,982,A,7,140,A,7,3.6,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,19:00,268,1322,125,1,13,351,1,9,54,1,13,133,1,13,265,1,9,79,1,13,96,1,21,5,A,7,1,A,7,27.8,A,7,18.3,A,7,56,A,7,982,A,7,140,A,7,2.1,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/15/1981,20:00,40,782,19,1,13,41,1,9,15,1,13,19,1,13,12,1,9,18,1,13,26,1,21,5,A,7,4,A,7,26.1,A,7,18.3,A,7,62,A,7,982,A,7,150,A,7,3.6,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,25.0,A,7,18.3,A,7,67,A,7,982,A,7,150,A,7,2.6,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,24.4,A,7,17.8,A,7,66,A,7,982,A,7,130,A,7,2.1,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,23.9,A,7,17.2,A,7,66,A,7,983,A,7,140,A,7,2.1,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/15/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.9,A,7,17.2,A,7,66,A,7,982,A,7,130,A,7,2.1,A,7,16100,B,7,1220,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/16/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.9,A,7,16.7,A,7,64,A,7,982,A,7,160,A,7,2.6,A,7,16100,B,7,1070,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +07/16/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,16.7,A,7,66,A,7,982,A,7,200,A,7,2.1,A,7,16100,B,7,980,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/16/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,17.8,A,7,74,A,7,982,A,7,130,A,7,2.6,A,7,16100,B,7,980,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/16/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,16.1,A,7,66,A,7,983,A,7,280,A,7,5.2,A,7,16100,B,7,980,A,7,2.8,E,8,0.000,?,0,0.00,?,0,20,1,D,9,80,C,8 +07/16/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,19.4,A,7,16.7,A,7,84,A,7,982,A,7,140,A,7,3.6,A,7,11300,B,7,850,A,7,2.9,E,8,0.000,?,0,0.00,?,0,8,1,D,9,80,C,8 +07/16/1981,06:00,61,959,11,1,13,1,1,9,11,1,13,13,1,13,0,1,9,13,1,13,42,1,21,10,A,7,10,A,7,19.4,A,7,17.2,A,7,87,A,7,982,A,7,110,A,7,2.1,A,7,11300,B,7,790,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/16/1981,07:00,303,1322,48,1,13,3,1,9,48,1,13,57,1,13,1,1,9,57,1,13,190,1,21,10,A,7,10,A,7,20.0,A,7,17.2,A,7,84,A,7,982,A,7,140,A,7,2.6,A,7,11300,B,7,790,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/16/1981,08:00,558,1322,125,1,9,10,1,9,120,1,13,144,1,9,7,1,9,141,1,13,501,1,18,10,A,7,10,A,7,20.6,A,7,18.3,A,7,87,A,7,982,A,7,170,A,7,3.1,A,7,11300,B,7,790,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/16/1981,09:00,795,1322,259,1,9,6,1,9,255,1,13,296,1,9,5,1,9,292,1,13,1046,1,18,10,A,7,10,A,7,21.1,A,7,18.9,A,7,87,A,7,982,A,7,170,A,7,3.6,A,7,8000,B,7,520,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/16/1981,10:00,998,1322,296,1,9,6,1,9,292,1,13,347,1,9,5,1,9,343,1,13,1306,1,18,10,A,7,10,A,7,22.8,A,7,20.0,A,7,84,A,7,982,A,7,190,A,7,2.6,A,7,8000,B,7,430,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/16/1981,11:00,1152,1322,345,1,9,3,1,9,342,1,13,407,1,9,3,1,9,405,1,13,1538,1,18,10,A,7,10,A,7,23.9,A,7,21.1,A,7,85,A,7,982,A,7,230,A,7,2.1,A,7,6400,B,7,240,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/16/1981,12:00,1246,1322,374,1,9,5,1,9,369,1,13,445,1,9,5,1,9,440,1,13,1661,1,18,10,A,7,10,A,7,23.9,A,7,21.1,A,7,85,A,7,982,A,7,290,A,7,1.5,A,7,4000,B,7,240,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/16/1981,13:00,1275,1322,242,1,9,1,1,9,241,1,13,298,1,9,1,1,9,298,1,13,1199,1,18,10,A,7,10,A,7,25.0,A,7,22.8,A,7,88,A,7,982,A,7,210,A,7,2.1,A,7,4000,B,7,210,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/16/1981,14:00,1237,1322,435,1,9,3,1,9,432,1,13,510,1,9,3,1,9,508,1,13,1843,1,18,10,A,7,10,A,7,26.7,A,7,23.9,A,7,85,A,7,981,A,7,170,A,7,2.6,A,7,3200,B,7,310,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/16/1981,15:00,1133,1322,399,1,9,1,1,9,398,1,13,464,1,9,1,1,9,464,1,13,1695,1,18,10,A,7,10,A,7,26.7,A,7,23.9,A,7,85,A,7,981,A,7,180,A,7,3.6,A,7,3200,B,7,310,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/16/1981,16:00,972,1322,376,1,13,179,1,9,243,1,13,415,1,13,194,1,9,272,1,13,715,1,21,8,A,7,7,A,7,28.3,A,7,24.4,A,7,80,A,7,980,A,7,180,A,7,2.6,A,7,3200,B,7,3350,A,7,4.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/16/1981,17:00,764,1322,195,1,9,8,1,9,190,1,13,226,1,9,6,1,9,223,1,13,830,1,18,10,A,7,10,A,7,27.8,A,7,24.4,A,7,82,A,7,980,A,7,180,A,7,3.6,A,7,3200,B,7,340,A,7,4.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/16/1981,18:00,523,1322,147,1,9,24,1,9,137,1,13,161,1,9,23,1,9,152,1,13,395,1,18,10,A,7,9,A,7,28.9,A,7,24.4,A,7,77,A,7,980,A,7,220,A,7,2.6,A,7,3200,B,7,370,A,7,4.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/16/1981,19:00,266,1322,43,1,13,2,1,9,42,1,13,49,1,13,0,1,9,49,1,13,164,1,21,10,A,7,10,A,7,27.8,A,7,24.4,A,7,82,A,7,980,A,7,190,A,7,2.1,A,7,3200,B,7,370,A,7,4.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/16/1981,20:00,39,760,11,1,13,1,1,9,11,1,13,13,1,13,0,1,9,13,1,13,40,1,21,10,A,7,10,A,7,26.7,A,7,24.4,A,7,88,A,7,980,A,7,160,A,7,2.6,A,7,2400,B,7,700,A,7,4.5,E,8,0.000,F,8,0.00,?,0,130,1,D,9,05,C,8 +07/16/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,24.4,A,7,22.2,A,7,87,A,7,981,A,7,200,A,7,5.2,A,7,4000,B,7,240,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/16/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.9,A,7,21.1,A,7,85,A,7,982,A,7,210,A,7,6.7,A,7,11300,B,7,460,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/16/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,20.6,A,7,87,A,7,981,A,7,0,A,7,0.0,A,7,16100,B,7,2290,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +07/16/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,22.2,A,7,21.1,A,7,93,A,7,981,A,7,0,A,7,0.0,A,7,11300,B,7,7620,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/17/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,21.7,A,7,21.1,A,7,97,A,7,981,A,7,240,A,7,2.1,A,7,11300,B,7,7620,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +07/17/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.2,A,7,21.7,A,7,97,A,7,981,A,7,0,A,7,0.0,A,7,6400,B,7,90,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/17/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,22.2,A,7,97,A,7,981,A,7,30,A,7,3.1,A,7,200,B,7,30,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/17/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,21.7,A,7,93,A,7,982,A,7,310,A,7,3.6,A,7,2400,B,7,270,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/17/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,22.2,A,7,21.1,A,7,93,A,7,982,A,7,300,A,7,3.6,A,7,800,B,7,180,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/17/1981,06:00,59,937,30,1,13,48,1,9,25,1,13,31,1,13,21,1,9,29,1,13,52,1,21,7,A,7,2,A,7,22.2,A,7,21.1,A,7,93,A,7,982,A,7,50,A,7,2.6,A,7,1600,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/17/1981,07:00,301,1322,41,1,13,7,1,9,40,1,13,49,1,13,2,1,9,49,1,13,163,1,21,10,A,7,10,A,7,22.2,A,7,20.6,A,7,90,A,7,983,A,7,50,A,7,5.2,A,7,1600,B,7,90,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +07/17/1981,08:00,556,1322,301,1,13,443,1,9,114,1,13,323,1,13,431,1,9,142,1,13,221,1,21,8,A,7,4,A,7,23.9,A,7,21.1,A,7,85,A,7,983,A,7,60,A,7,4.1,A,7,3200,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,09:00,794,1322,264,1,9,96,1,9,206,1,13,293,1,9,101,1,9,232,1,13,556,1,18,8,A,7,8,A,7,25.0,A,7,21.1,A,7,79,A,7,983,A,7,30,A,7,5.2,A,7,4000,B,7,310,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,10:00,996,1322,570,1,9,373,1,9,288,1,13,625,1,9,404,1,9,320,1,13,897,1,18,8,A,7,8,A,7,25.6,A,7,21.1,A,7,77,A,7,984,A,7,40,A,7,4.1,A,7,4000,B,7,340,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,11:00,1150,1322,646,1,13,441,1,9,260,1,13,706,1,13,462,1,9,303,1,13,1209,1,21,6,A,7,6,A,7,27.2,A,7,21.1,A,7,69,A,7,984,A,7,20,A,7,4.6,A,7,6400,B,7,460,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,12:00,1245,1322,752,1,13,507,1,9,273,1,13,830,1,13,532,1,9,327,1,13,1908,1,21,6,A,7,6,A,7,27.8,A,7,20.6,A,7,65,A,7,984,A,7,70,A,7,3.6,A,7,6400,B,7,760,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,13:00,1274,1322,741,1,13,439,1,9,316,1,13,808,1,13,460,1,9,364,1,13,2679,1,21,6,A,7,6,A,7,28.9,A,7,20.0,A,7,59,A,7,983,A,7,120,A,7,3.6,A,7,6400,B,7,910,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,14:00,1236,1322,755,1,13,535,1,9,253,1,13,802,1,13,545,1,9,292,1,13,1651,1,21,5,A,7,5,A,7,30.0,A,7,20.6,A,7,57,A,7,983,A,7,70,A,7,3.1,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,15:00,1132,1322,870,1,13,777,1,9,203,1,13,930,1,13,795,1,9,247,1,13,889,1,21,5,A,7,5,A,7,30.6,A,7,20.0,A,7,53,A,7,983,A,7,60,A,7,2.1,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,16:00,971,1322,607,1,13,509,1,9,232,1,13,655,1,13,530,1,9,265,1,13,696,1,21,5,A,7,5,A,7,29.4,A,7,20.0,A,7,57,A,7,982,A,7,60,A,7,3.6,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,17:00,762,1322,502,1,9,659,1,9,120,1,13,532,1,9,664,1,9,148,1,13,281,1,18,2,A,7,2,A,7,30.0,A,7,20.0,A,7,55,A,7,982,A,7,70,A,7,2.6,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,18:00,521,1322,319,1,9,626,1,9,70,1,13,337,1,9,599,1,9,101,1,13,143,1,18,1,A,7,1,A,7,29.4,A,7,19.4,A,7,55,A,7,982,A,7,80,A,7,3.6,A,7,6400,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,19:00,264,1322,114,1,13,219,1,9,70,1,13,120,1,13,164,1,9,88,1,13,132,1,21,3,A,7,3,A,7,27.2,A,7,19.4,A,7,63,A,7,982,A,7,70,A,7,2.6,A,7,6400,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,20:00,38,760,14,1,13,13,1,9,13,1,13,15,1,13,7,1,9,15,1,13,32,1,21,3,A,7,3,A,7,25.6,A,7,19.4,A,7,69,A,7,983,A,7,70,A,7,1.5,A,7,8000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,25.0,A,7,18.9,A,7,69,A,7,984,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,23.9,A,7,19.4,A,7,76,A,7,984,A,7,50,A,7,1.5,A,7,9700,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,22.8,A,7,19.4,A,7,82,A,7,984,A,7,50,A,7,1.5,A,7,9700,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/17/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,21.7,A,7,18.9,A,7,84,A,7,984,A,7,40,A,7,2.1,A,7,11300,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/18/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,21.7,A,7,19.4,A,7,87,A,7,984,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +07/18/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,21.1,A,7,18.9,A,7,87,A,7,984,A,7,360,A,7,2.1,A,7,11300,B,7,1070,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/18/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,8,A,7,21.1,A,7,19.4,A,7,90,A,7,984,A,7,40,A,7,2.6,A,7,8000,B,7,1070,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/18/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,20.6,A,7,18.9,A,7,90,A,7,984,A,7,0,A,7,0.0,A,7,6400,B,7,1070,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/18/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,20.6,A,7,18.9,A,7,90,A,7,985,A,7,0,A,7,0.0,A,7,6400,B,7,980,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/18/1981,06:00,58,937,19,1,13,19,1,9,17,1,13,20,1,13,9,1,9,20,1,13,35,1,21,2,A,7,2,A,7,19.4,A,7,18.3,A,7,93,A,7,985,A,7,60,A,7,2.6,A,7,3200,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/18/1981,07:00,298,1322,138,1,13,290,1,9,72,1,13,144,1,13,229,1,9,92,1,13,131,1,21,2,A,7,2,A,7,21.1,A,7,19.4,A,7,90,A,7,986,A,7,360,A,7,2.6,A,7,3200,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +07/18/1981,08:00,554,1322,309,1,9,439,1,9,124,1,13,328,1,9,426,1,9,149,1,13,243,1,18,6,A,7,2,A,7,23.3,A,7,20.0,A,7,82,A,7,987,A,7,40,A,7,1.5,A,7,4800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,09:00,792,1322,494,1,9,575,1,9,147,1,13,517,1,9,577,1,9,171,1,13,347,1,18,5,A,7,1,A,7,25.0,A,7,20.0,A,7,74,A,7,987,A,7,90,A,7,2.6,A,7,4800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,10:00,995,1322,685,1,9,621,1,9,216,1,13,717,1,9,627,1,9,244,1,13,666,1,18,6,A,7,2,A,7,27.2,A,7,18.9,A,7,60,A,7,987,A,7,310,A,7,1.5,A,7,4800,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,11:00,1149,1322,821,1,9,643,1,9,260,1,13,863,1,9,650,1,9,296,1,13,1178,1,18,6,A,7,2,A,7,27.8,A,7,19.4,A,7,61,A,7,987,A,7,220,A,7,1.5,A,7,6400,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,12:00,1244,1322,553,1,9,209,1,9,356,1,13,616,1,9,228,1,9,401,1,13,2183,1,18,10,A,7,8,A,7,28.9,A,7,18.3,A,7,53,A,7,987,A,7,0,A,7,0.0,A,7,6400,B,7,1040,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,13:00,1274,1322,925,1,13,648,1,9,299,1,13,975,1,13,655,1,9,343,1,13,2439,1,21,10,A,7,5,A,7,29.4,A,7,18.9,A,7,53,A,7,987,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,14:00,1235,1322,891,1,13,644,1,9,287,1,13,938,1,13,651,1,9,328,1,13,1848,1,21,10,A,7,6,A,7,30.6,A,7,20.0,A,7,53,A,7,986,A,7,340,A,7,3.1,A,7,6400,B,7,7620,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,15:00,1132,1322,494,1,9,160,1,9,357,1,13,547,1,9,171,1,9,401,1,13,1469,1,18,8,A,7,8,A,7,31.1,A,7,20.0,A,7,52,A,7,985,A,7,340,A,7,2.1,A,7,6400,B,7,1070,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,16:00,970,1322,614,1,9,436,1,9,293,1,13,647,1,9,452,1,9,314,1,13,894,1,18,8,A,7,8,A,7,30.0,A,7,20.0,A,7,55,A,7,985,A,7,300,A,7,2.1,A,7,6400,B,7,1130,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,17:00,761,1322,414,1,13,238,1,9,276,1,13,449,1,13,248,1,9,306,1,13,730,1,21,5,A,7,5,A,7,30.6,A,7,20.0,A,7,53,A,7,985,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,18:00,520,1322,256,1,13,230,1,9,165,1,13,271,1,13,226,1,9,182,1,13,350,1,21,6,A,7,6,A,7,29.4,A,7,20.6,A,7,59,A,7,984,A,7,100,A,7,2.1,A,7,4800,B,7,850,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,19:00,263,1322,97,1,13,197,1,9,57,1,13,103,1,13,147,1,9,74,1,13,104,1,21,3,A,7,3,A,7,28.9,A,7,20.0,A,7,59,A,7,985,A,7,70,A,7,1.5,A,7,4800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,20:00,37,738,15,1,13,14,1,9,13,1,13,15,1,13,6,1,9,15,1,13,27,1,21,2,A,7,2,A,7,27.2,A,7,20.0,A,7,65,A,7,985,A,7,160,A,7,2.1,A,7,4800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,26.1,A,7,20.6,A,7,72,A,7,986,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,25.6,A,7,21.1,A,7,77,A,7,987,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,25.6,A,7,21.1,A,7,77,A,7,987,A,7,0,A,7,0.0,A,7,4800,B,7,910,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/18/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,25.0,A,7,20.6,A,7,76,A,7,987,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,23.9,A,7,21.1,A,7,85,A,7,987,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,23.3,A,7,21.1,A,7,87,A,7,987,A,7,0,A,7,0.0,A,7,4800,B,7,1070,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,21.1,A,7,87,A,7,986,A,7,0,A,7,0.0,A,7,4800,B,7,1070,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,21.1,A,7,87,A,7,986,A,7,0,A,7,0.0,A,7,4800,B,7,910,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,22.8,A,7,20.6,A,7,87,A,7,986,A,7,350,A,7,2.1,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,06:00,56,915,19,1,13,24,1,9,16,1,13,20,1,13,11,1,9,19,1,13,33,1,21,2,A,7,2,A,7,22.8,A,7,20.6,A,7,87,A,7,987,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,07:00,296,1323,136,1,13,312,1,9,66,1,13,143,1,13,246,1,9,88,1,13,119,1,21,2,A,7,0,A,7,23.9,A,7,21.1,A,7,85,A,7,987,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,08:00,552,1323,223,1,13,184,1,9,146,1,13,245,1,13,183,1,9,169,1,13,345,1,21,6,A,7,5,A,7,25.6,A,7,20.6,A,7,74,A,7,988,A,7,190,A,7,2.1,A,7,4800,B,7,3660,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,09:00,790,1323,524,1,13,550,1,9,195,1,13,559,1,13,564,1,9,222,1,13,457,1,21,5,A,7,3,A,7,27.2,A,7,20.6,A,7,67,A,7,988,A,7,200,A,7,2.1,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,10:00,993,1323,683,1,13,567,1,9,256,1,13,733,1,13,590,1,9,288,1,13,805,1,21,4,A,7,4,A,7,28.9,A,7,21.1,A,7,63,A,7,988,A,7,190,A,7,2.1,A,7,4800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,11:00,1148,1323,724,1,13,522,1,9,269,1,13,789,1,13,547,1,9,314,1,13,1242,1,21,5,A,7,4,A,7,30.6,A,7,21.1,A,7,57,A,7,988,A,7,180,A,7,2.6,A,7,4800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,12:00,1243,1323,933,1,13,694,1,9,278,1,13,985,1,13,703,1,9,322,1,13,1873,1,21,5,A,7,5,A,7,31.1,A,7,21.1,A,7,55,A,7,987,A,7,330,A,7,3.1,A,7,4800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,13:00,1273,1323,778,1,13,453,1,9,341,1,13,843,1,13,474,1,9,386,1,13,2851,1,21,7,A,7,6,A,7,31.1,A,7,22.2,A,7,59,A,7,987,A,7,180,A,7,4.6,A,7,4800,B,7,1070,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,14:00,1234,1323,489,1,9,121,1,9,375,1,13,544,1,9,130,1,9,422,1,13,2075,1,18,9,A,7,8,A,7,30.0,A,7,22.2,A,7,63,A,7,987,A,7,160,A,7,5.2,A,7,4800,B,7,1070,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,15:00,1131,1323,436,1,9,79,1,9,368,1,13,481,1,9,81,1,9,412,1,13,1620,1,18,9,A,7,9,A,7,30.0,A,7,22.2,A,7,63,A,7,986,A,7,160,A,7,4.1,A,7,4800,B,7,1070,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,16:00,969,1323,437,1,9,176,1,9,307,1,13,481,1,9,187,1,9,343,1,13,975,1,18,9,A,7,9,A,7,30.6,A,7,22.2,A,7,61,A,7,985,A,7,160,A,7,4.1,A,7,4800,B,7,1070,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,17:00,760,1323,254,1,9,72,1,9,213,1,13,280,1,9,72,1,9,239,1,13,695,1,18,9,A,7,9,A,7,28.9,A,7,22.2,A,7,67,A,7,985,A,7,190,A,7,5.7,A,7,4800,B,7,1220,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,18:00,518,1323,273,1,13,361,1,9,131,1,13,286,1,13,344,1,9,151,1,13,256,1,21,4,A,7,3,A,7,28.3,A,7,20.6,A,7,63,A,7,985,A,7,190,A,7,3.6,A,7,8000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,19:00,261,1323,110,1,13,191,1,9,72,1,13,116,1,13,142,1,9,88,1,13,137,1,21,7,A,7,2,A,7,27.8,A,7,21.7,A,7,69,A,7,985,A,7,170,A,7,2.1,A,7,8000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,20:00,35,738,15,1,13,8,1,9,14,1,13,16,1,13,4,1,9,16,1,13,34,1,21,6,A,7,3,A,7,27.2,A,7,21.1,A,7,69,A,7,985,A,7,190,A,7,2.1,A,7,8000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,26.1,A,7,21.1,A,7,74,A,7,986,A,7,180,A,7,2.6,A,7,4800,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,25.6,A,7,21.7,A,7,79,A,7,986,A,7,190,A,7,2.6,A,7,4800,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,25.6,A,7,21.7,A,7,79,A,7,985,A,7,190,A,7,2.6,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/19/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,25.6,A,7,22.2,A,7,82,A,7,985,A,7,180,A,7,2.1,A,7,4800,B,7,77777,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.0,A,7,22.2,A,7,85,A,7,984,A,7,170,A,7,3.6,A,7,4800,B,7,77777,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.0,A,7,22.2,A,7,85,A,7,984,A,7,190,A,7,3.6,A,7,4800,B,7,77777,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,24.4,A,7,22.2,A,7,87,A,7,984,A,7,190,A,7,3.6,A,7,4800,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,24.4,A,7,22.2,A,7,87,A,7,984,A,7,190,A,7,2.6,A,7,4800,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,24.4,A,7,22.2,A,7,87,A,7,984,A,7,190,A,7,2.6,A,7,4800,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,06:00,54,893,11,1,13,1,1,9,11,1,13,13,1,13,0,1,9,13,1,13,41,1,21,10,A,7,10,A,7,24.4,A,7,22.8,A,7,90,A,7,984,A,7,190,A,7,3.6,A,7,3200,B,7,90,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,07:00,293,1323,86,1,13,14,1,9,83,1,13,96,1,13,6,1,9,94,1,13,282,1,21,7,A,7,7,A,7,24.4,A,7,22.8,A,7,90,A,7,984,A,7,190,A,7,3.6,A,7,3200,B,7,120,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,08:00,550,1323,271,1,13,294,1,9,148,1,13,290,1,13,294,1,9,168,1,13,307,1,21,7,A,7,6,A,7,25.6,A,7,23.3,A,7,88,A,7,984,A,7,190,A,7,3.6,A,7,3200,B,7,910,A,7,4.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,09:00,788,1323,507,1,13,588,1,9,155,1,13,529,1,13,588,1,9,178,1,13,361,1,21,3,A,7,3,A,7,27.8,A,7,23.9,A,7,79,A,7,984,A,7,200,A,7,4.1,A,7,6400,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,10:00,992,1323,631,1,9,614,1,9,168,1,13,671,1,9,627,1,9,200,1,13,529,1,18,2,A,7,2,A,7,29.4,A,7,23.9,A,7,72,A,7,983,A,7,190,A,7,4.1,A,7,6400,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,11:00,1147,1323,682,1,13,497,1,9,250,1,13,750,1,13,521,1,9,297,1,13,1145,1,21,5,A,7,5,A,7,31.1,A,7,24.4,A,7,68,A,7,983,A,7,200,A,7,4.6,A,7,6400,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,12:00,1242,1323,804,1,13,463,1,9,368,1,13,861,1,13,484,1,9,405,1,13,2546,1,21,7,A,7,7,A,7,31.7,A,7,23.9,A,7,63,A,7,983,A,7,200,A,7,5.7,A,7,6400,B,7,790,A,7,4.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,13:00,1272,1323,736,1,13,383,1,9,367,1,13,792,1,13,401,1,9,406,1,13,3050,1,21,7,A,7,7,A,7,33.9,A,7,25.0,A,7,60,A,7,982,A,7,180,A,7,5.2,A,7,6400,B,7,790,A,7,4.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,14:00,1233,1323,629,1,9,303,1,9,346,1,13,701,1,9,330,1,9,392,1,13,2007,1,18,9,A,7,9,A,7,33.3,A,7,23.9,A,7,58,A,7,981,A,7,190,A,7,5.2,A,7,6400,B,7,760,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,15:00,1130,1323,228,1,9,111,1,9,133,1,13,269,1,9,122,1,9,165,1,13,509,1,18,10,A,7,10,A,7,22.2,A,7,21.1,A,7,93,A,7,982,A,7,330,A,7,9.3,A,7,1600,B,7,370,A,7,3.7,E,8,0.000,F,8,0.00,?,0,5,1,D,9,95,C,8 +07/20/1981,16:00,968,1323,279,1,9,12,1,9,270,1,13,326,1,9,10,1,9,319,1,13,1216,1,18,10,A,7,10,A,7,23.9,A,7,21.1,A,7,85,A,7,981,A,7,180,A,7,2.1,A,7,11300,B,7,1070,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/20/1981,17:00,758,1323,521,1,13,628,1,9,159,1,13,540,1,13,624,1,9,182,1,13,356,1,21,5,A,7,5,A,7,25.0,A,7,23.3,A,7,91,A,7,979,A,7,180,A,7,3.1,A,7,11300,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/20/1981,18:00,516,1323,291,1,13,424,1,9,125,1,13,307,1,13,404,1,9,148,1,13,242,1,21,8,A,7,4,A,7,27.2,A,7,23.9,A,7,82,A,7,979,A,7,180,A,7,5.7,A,7,11300,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/20/1981,19:00,258,1323,107,1,13,150,1,9,77,1,13,111,1,13,111,1,9,90,1,13,149,1,21,8,A,7,4,A,7,26.1,A,7,21.1,A,7,74,A,7,979,A,7,180,A,7,3.1,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/20/1981,20:00,34,717,18,1,13,24,1,9,16,1,13,19,1,13,9,1,9,19,1,13,33,1,21,8,A,7,2,A,7,24.4,A,7,21.1,A,7,82,A,7,980,A,7,180,A,7,2.1,A,7,8000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,23.9,A,7,21.7,A,7,87,A,7,981,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/20/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,23.9,A,7,21.7,A,7,87,A,7,981,A,7,180,A,7,2.1,A,7,16100,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,3,1,D,9,00,C,8 +07/20/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.9,A,7,22.8,A,7,94,A,7,981,A,7,190,A,7,2.6,A,7,16100,B,7,1070,A,7,4.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/20/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,24.4,A,7,22.8,A,7,90,A,7,979,A,7,190,A,7,3.1,A,7,9700,B,7,1070,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/21/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,23.3,A,7,22.2,A,7,94,A,7,979,A,7,180,A,7,1.0,A,7,4800,B,7,77777,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +07/21/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,23.3,A,7,21.7,A,7,90,A,7,979,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/21/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.8,A,7,21.1,A,7,90,A,7,979,A,7,190,A,7,2.1,A,7,9700,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/21/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.8,A,7,21.1,A,7,90,A,7,978,A,7,180,A,7,3.1,A,7,9700,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/21/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.2,A,7,21.1,A,7,93,A,7,978,A,7,200,A,7,2.1,A,7,9700,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/21/1981,06:00,52,893,21,1,13,15,1,9,19,1,13,22,1,13,8,1,9,21,1,13,46,1,21,0,A,7,0,A,7,22.8,A,7,21.1,A,7,90,A,7,978,A,7,190,A,7,2.1,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/21/1981,07:00,291,1323,126,1,13,254,1,9,69,1,13,131,1,13,199,1,9,87,1,13,126,1,21,1,A,7,0,A,7,23.3,A,7,21.7,A,7,90,A,7,978,A,7,180,A,7,2.1,A,7,8000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/21/1981,08:00,548,1323,318,1,9,491,1,9,114,1,13,341,1,9,476,1,9,143,1,13,221,1,18,0,A,7,0,A,7,25.6,A,7,22.2,A,7,82,A,7,978,A,7,190,A,7,3.6,A,7,6400,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/21/1981,09:00,786,1323,521,1,9,618,1,9,152,1,13,545,1,9,618,1,9,176,1,13,354,1,18,0,A,7,0,A,7,27.8,A,7,24.4,A,7,82,A,7,978,A,7,190,A,7,3.6,A,7,6400,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/21/1981,10:00,990,1323,707,1,9,700,1,9,181,1,13,749,1,9,713,1,9,214,1,13,564,1,18,0,A,7,0,A,7,28.9,A,7,23.9,A,7,74,A,7,978,A,7,220,A,7,3.1,A,7,6400,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/21/1981,11:00,1145,1323,845,1,9,737,1,9,205,1,13,903,1,9,754,1,9,249,1,13,934,1,18,1,A,7,0,A,7,30.6,A,7,22.8,A,7,63,A,7,978,A,7,340,A,7,3.1,A,7,11300,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/21/1981,12:00,1241,1323,860,1,9,663,1,9,236,1,13,919,1,9,678,1,9,282,1,13,1583,1,18,3,A,7,2,A,7,31.1,A,7,21.7,A,7,57,A,7,978,A,7,190,A,7,3.6,A,7,11300,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/21/1981,13:00,1271,1323,770,1,13,380,1,9,404,1,13,851,1,13,414,1,9,453,1,13,2888,1,21,7,A,7,5,A,7,32.8,A,7,21.7,A,7,52,A,7,978,A,7,200,A,7,5.2,A,7,11300,B,7,4570,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/21/1981,14:00,1232,1323,897,1,13,654,1,9,286,1,13,945,1,13,661,1,9,327,1,13,1810,1,21,5,A,7,5,A,7,33.9,A,7,20.0,A,7,44,A,7,977,A,7,220,A,7,6.7,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/21/1981,15:00,1128,1323,675,1,13,436,1,9,301,1,13,725,1,13,456,1,9,336,1,13,1313,1,21,4,A,7,4,A,7,33.9,A,7,20.0,A,7,44,A,7,977,A,7,260,A,7,5.2,A,7,11300,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/21/1981,16:00,966,1323,616,1,13,488,1,9,258,1,13,657,1,13,507,1,9,286,1,13,773,1,21,3,A,7,3,A,7,33.3,A,7,18.9,A,7,42,A,7,977,A,7,340,A,7,5.2,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/21/1981,17:00,757,1323,485,1,13,543,1,9,173,1,13,520,1,13,555,1,9,202,1,13,390,1,21,3,A,7,3,A,7,32.8,A,7,17.8,A,7,41,A,7,977,A,7,340,A,7,4.6,A,7,24100,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/21/1981,18:00,514,1323,288,1,9,431,1,9,120,1,13,305,1,9,411,1,9,145,1,13,232,1,18,2,A,7,2,A,7,31.7,A,7,16.7,A,7,41,A,7,977,A,7,330,A,7,4.6,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/21/1981,19:00,256,1323,102,1,13,196,1,9,63,1,13,107,1,13,145,1,9,79,1,13,117,1,21,2,A,7,2,A,7,30.0,A,7,17.2,A,7,46,A,7,978,A,7,300,A,7,2.6,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/21/1981,20:00,33,695,11,1,13,5,1,9,10,1,13,11,1,13,3,1,9,11,1,13,26,1,21,2,A,7,1,A,7,27.2,A,7,17.2,A,7,54,A,7,979,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/21/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,26.7,A,7,17.2,A,7,56,A,7,979,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/21/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,26.1,A,7,17.2,A,7,58,A,7,980,A,7,320,A,7,3.1,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/21/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.6,A,7,16.7,A,7,58,A,7,980,A,7,340,A,7,3.1,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/21/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,24.4,A,7,16.7,A,7,62,A,7,980,A,7,350,A,7,2.6,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,23.9,A,7,16.7,A,7,64,A,7,980,A,7,350,A,7,3.1,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,23.3,A,7,16.7,A,7,66,A,7,979,A,7,350,A,7,1.5,A,7,24100,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.2,A,7,16.7,A,7,71,A,7,979,A,7,330,A,7,2.6,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,21.1,A,7,16.7,A,7,76,A,7,980,A,7,190,A,7,1.5,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,20.6,A,7,16.7,A,7,79,A,7,980,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,06:00,50,871,16,1,13,12,1,9,15,1,13,17,1,13,7,1,9,17,1,13,38,1,21,2,A,7,2,A,7,18.9,A,7,16.7,A,7,87,A,7,980,A,7,350,A,7,2.6,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/22/1981,07:00,288,1323,121,1,13,280,1,9,60,1,13,128,1,13,219,1,9,81,1,13,108,1,21,1,A,7,1,A,7,22.8,A,7,17.8,A,7,74,A,7,981,A,7,20,A,7,1.5,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/22/1981,08:00,545,1323,323,1,9,520,1,9,108,1,13,334,1,9,494,1,9,130,1,13,210,1,18,0,A,7,0,A,7,24.4,A,7,18.3,A,7,69,A,7,982,A,7,10,A,7,3.6,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,09:00,784,1323,529,1,9,646,1,9,144,1,13,555,1,9,648,1,9,170,1,13,337,1,18,0,A,7,0,A,7,26.1,A,7,18.3,A,7,62,A,7,982,A,7,350,A,7,3.6,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,10:00,989,1323,710,1,9,712,1,9,175,1,13,753,1,9,726,1,9,209,1,13,545,1,18,1,A,7,0,A,7,27.8,A,7,18.3,A,7,56,A,7,983,A,7,360,A,7,4.1,A,7,9700,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/22/1981,11:00,1144,1323,819,1,9,734,1,9,182,1,13,852,1,9,736,1,9,214,1,13,746,1,18,2,A,7,2,A,7,28.9,A,7,18.9,A,7,55,A,7,982,A,7,20,A,7,3.1,A,7,9700,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/22/1981,12:00,1240,1323,829,1,13,546,1,9,315,1,13,900,1,13,572,1,9,363,1,13,2137,1,21,4,A,7,4,A,7,28.9,A,7,18.9,A,7,55,A,7,982,A,7,50,A,7,4.1,A,7,9700,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/22/1981,13:00,1270,1323,857,1,13,559,1,9,318,1,13,933,1,13,586,1,9,370,1,13,2587,1,21,5,A,7,4,A,7,30.0,A,7,18.9,A,7,51,A,7,982,A,7,50,A,7,4.1,A,7,9700,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/22/1981,14:00,1231,1323,567,1,13,227,1,9,355,1,13,630,1,13,247,1,9,399,1,13,2041,1,21,6,A,7,6,A,7,31.7,A,7,19.4,A,7,48,A,7,982,A,7,350,A,7,3.1,A,7,9700,B,7,1070,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/22/1981,15:00,1127,1323,547,1,13,225,1,9,354,1,13,599,1,13,244,1,9,391,1,13,1449,1,21,7,A,7,7,A,7,31.7,A,7,18.9,A,7,47,A,7,982,A,7,40,A,7,2.6,A,7,9700,B,7,1070,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/22/1981,16:00,965,1323,413,1,13,106,1,9,335,1,13,454,1,13,109,1,9,375,1,13,1218,1,21,7,A,7,7,A,7,31.1,A,7,18.9,A,7,48,A,7,982,A,7,0,A,7,0.0,A,7,9700,B,7,1070,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/22/1981,17:00,755,1323,447,1,13,420,1,9,206,1,13,470,1,13,428,1,9,226,1,13,471,1,21,6,A,7,6,A,7,31.1,A,7,18.9,A,7,48,A,7,982,A,7,30,A,7,3.1,A,7,9700,B,7,1220,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/22/1981,18:00,512,1323,258,1,13,304,1,9,139,1,13,275,1,13,298,1,9,160,1,13,285,1,21,3,A,7,3,A,7,29.4,A,7,18.9,A,7,53,A,7,982,A,7,50,A,7,3.6,A,7,11300,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,19:00,254,1323,108,1,13,247,1,9,60,1,13,112,1,13,182,1,9,77,1,13,109,1,21,0,A,7,0,A,7,28.3,A,7,19.4,A,7,59,A,7,983,A,7,80,A,7,2.1,A,7,19300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,20:00,32,695,12,1,13,9,1,9,11,1,13,13,1,13,5,1,9,12,1,13,28,1,21,1,A,7,1,A,7,26.7,A,7,19.4,A,7,65,A,7,984,A,7,0,A,7,0.0,A,7,19300,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.0,A,7,19.4,A,7,71,A,7,984,A,7,0,A,7,0.0,A,7,19300,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,23.9,A,7,18.9,A,7,74,A,7,985,A,7,350,A,7,3.1,A,7,19300,B,7,1310,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,23.9,A,7,16.7,A,7,64,A,7,985,A,7,360,A,7,3.1,A,7,19300,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/22/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,22.8,A,7,16.1,A,7,66,A,7,986,A,7,10,A,7,2.6,A,7,16100,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/23/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,22.2,A,7,16.7,A,7,71,A,7,986,A,7,10,A,7,4.1,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +07/23/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,21.7,A,7,17.2,A,7,76,A,7,986,A,7,20,A,7,2.6,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/23/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,20.6,A,7,17.2,A,7,81,A,7,986,A,7,10,A,7,2.6,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/23/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,20.6,A,7,17.2,A,7,81,A,7,987,A,7,30,A,7,2.6,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/23/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,19.4,A,7,17.8,A,7,90,A,7,987,A,7,40,A,7,2.6,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/23/1981,06:00,48,849,15,1,13,1,1,9,14,1,13,16,1,13,0,1,9,16,1,13,50,1,21,6,A,7,6,A,7,21.1,A,7,18.3,A,7,84,A,7,987,A,7,40,A,7,3.6,A,7,4800,B,7,270,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/23/1981,07:00,285,1323,97,1,13,104,1,9,74,1,13,106,1,13,84,1,9,87,1,13,160,1,21,3,A,7,2,A,7,21.7,A,7,18.9,A,7,84,A,7,988,A,7,50,A,7,3.6,A,7,4800,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/23/1981,08:00,543,1323,202,1,13,129,1,9,148,1,13,221,1,13,128,1,9,168,1,13,349,1,21,8,A,7,7,A,7,22.8,A,7,19.4,A,7,82,A,7,989,A,7,70,A,7,5.2,A,7,4800,B,7,790,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/23/1981,09:00,783,1323,457,1,13,338,1,9,257,1,13,490,1,13,358,1,9,278,1,13,639,1,21,6,A,7,3,A,7,25.0,A,7,20.0,A,7,74,A,7,989,A,7,60,A,7,5.2,A,7,4800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/23/1981,10:00,987,1323,644,1,13,469,1,9,293,1,13,680,1,13,487,1,9,316,1,13,919,1,21,3,A,7,3,A,7,26.7,A,7,20.0,A,7,67,A,7,988,A,7,80,A,7,4.6,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/23/1981,11:00,1143,1323,749,1,13,488,1,9,326,1,13,801,1,13,510,1,9,360,1,13,1491,1,21,5,A,7,5,A,7,26.7,A,7,20.0,A,7,67,A,7,989,A,7,90,A,7,4.6,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/23/1981,12:00,1239,1323,688,1,13,215,1,9,486,1,13,754,1,13,229,1,9,539,1,13,2731,1,21,7,A,7,7,A,7,27.8,A,7,20.0,A,7,63,A,7,989,A,7,60,A,7,3.6,A,7,8000,B,7,910,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/23/1981,13:00,1269,1323,897,1,13,561,1,9,357,1,13,966,1,13,587,1,9,402,1,13,2888,1,21,4,A,7,4,A,7,28.3,A,7,20.0,A,7,61,A,7,989,A,7,90,A,7,4.6,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/23/1981,14:00,1230,1323,771,1,13,413,1,9,386,1,13,820,1,13,431,1,9,418,1,13,2506,1,21,5,A,7,5,A,7,29.4,A,7,20.0,A,7,57,A,7,989,A,7,60,A,7,2.6,A,7,8000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/23/1981,15:00,1126,1323,599,1,13,256,1,9,380,1,13,653,1,13,278,1,9,416,1,13,1563,1,21,6,A,7,6,A,7,28.9,A,7,19.4,A,7,57,A,7,988,A,7,150,A,7,2.1,A,7,8000,B,7,1070,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/23/1981,16:00,963,1323,676,1,13,539,1,9,282,1,13,714,1,13,559,1,9,306,1,13,847,1,21,6,A,7,6,A,7,28.9,A,7,19.4,A,7,57,A,7,988,A,7,120,A,7,2.6,A,7,8000,B,7,1070,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/23/1981,17:00,753,1323,364,1,13,217,1,9,240,1,13,398,1,13,226,1,9,269,1,13,631,1,21,6,A,7,6,A,7,28.3,A,7,19.4,A,7,59,A,7,988,A,7,90,A,7,2.6,A,7,8000,B,7,1070,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/23/1981,18:00,510,1323,221,1,13,171,1,9,155,1,13,241,1,13,167,1,9,176,1,13,360,1,21,6,A,7,6,A,7,28.3,A,7,18.9,A,7,57,A,7,988,A,7,120,A,7,2.1,A,7,8000,B,7,1220,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/23/1981,19:00,251,1323,79,1,13,51,1,9,69,1,13,86,1,13,41,1,9,78,1,13,171,1,21,10,A,7,3,A,7,27.8,A,7,19.4,A,7,61,A,7,988,A,7,80,A,7,2.1,A,7,8000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +07/23/1981,20:00,30,673,7,1,13,1,1,9,7,1,13,8,1,13,0,1,9,8,1,13,27,1,21,3,A,7,2,A,7,25.0,A,7,19.4,A,7,71,A,7,988,A,7,50,A,7,2.6,A,7,12900,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/23/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,25.0,A,7,19.4,A,7,71,A,7,988,A,7,60,A,7,2.1,A,7,12900,B,7,77777,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/23/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,25.0,A,7,18.9,A,7,69,A,7,989,A,7,170,A,7,3.1,A,7,16100,B,7,77777,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/23/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,25.6,A,7,18.9,A,7,67,A,7,989,A,7,90,A,7,3.1,A,7,16100,B,7,1070,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/23/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,24.4,A,7,18.9,A,7,71,A,7,989,A,7,190,A,7,2.6,A,7,11300,B,7,1830,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/24/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.9,A,7,19.4,A,7,76,A,7,989,A,7,0,A,7,0.0,A,7,11300,B,7,1680,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +07/24/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,20.6,A,7,84,A,7,989,A,7,190,A,7,1.5,A,7,6400,B,7,310,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/24/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.9,A,7,21.1,A,7,85,A,7,989,A,7,0,A,7,0.0,A,7,4800,B,7,310,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/24/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.2,A,7,21.1,A,7,93,A,7,989,A,7,340,A,7,2.6,A,7,2400,B,7,120,A,7,3.7,E,8,0.000,?,0,0.00,?,0,30,1,D,9,45,C,8 +07/24/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,21.1,A,7,90,A,7,990,A,7,0,A,7,0.0,A,7,2400,B,7,150,A,7,3.7,E,8,0.000,?,0,0.00,?,0,58,1,D,9,45,C,8 +07/24/1981,06:00,47,827,3,1,13,2,1,9,3,1,13,3,1,13,1,1,9,3,1,13,8,1,21,10,A,7,10,A,7,22.2,A,7,21.1,A,7,93,A,7,990,A,7,0,A,7,0.0,A,7,1300,B,7,150,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/24/1981,07:00,283,1324,39,1,13,2,1,9,38,1,13,45,1,13,0,1,9,45,1,13,153,1,21,10,A,7,10,A,7,23.3,A,7,21.1,A,7,87,A,7,990,A,7,120,A,7,1.5,A,7,1600,B,7,90,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/24/1981,08:00,541,1324,137,1,9,12,1,9,132,1,13,157,1,9,8,1,9,153,1,13,530,1,18,10,A,7,10,A,7,22.8,A,7,21.1,A,7,90,A,7,990,A,7,120,A,7,2.6,A,7,1600,B,7,120,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/24/1981,09:00,781,1324,292,1,9,7,1,9,288,1,13,330,1,9,7,1,9,326,1,13,1113,1,18,10,A,7,10,A,7,23.3,A,7,22.2,A,7,94,A,7,990,A,7,150,A,7,2.6,A,7,2400,B,7,90,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/24/1981,10:00,986,1324,281,1,9,4,1,9,278,1,13,329,1,9,4,1,9,326,1,13,1253,1,18,10,A,7,10,A,7,23.9,A,7,22.8,A,7,94,A,7,990,A,7,140,A,7,3.6,A,7,4800,B,7,180,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/24/1981,11:00,1141,1324,420,1,9,5,1,9,416,1,13,488,1,9,5,1,9,484,1,13,1746,1,18,10,A,7,10,A,7,25.0,A,7,22.2,A,7,85,A,7,990,A,7,150,A,7,2.6,A,7,4800,B,7,270,A,7,4.0,E,8,0.000,F,8,0.00,?,0,74,1,D,9,05,C,8 +07/24/1981,12:00,1238,1324,235,1,9,3,1,9,232,1,13,289,1,9,2,1,9,287,1,13,1155,1,18,10,A,7,10,A,7,22.8,A,7,21.1,A,7,90,A,7,990,A,7,160,A,7,1.5,A,7,6400,B,7,370,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/24/1981,13:00,1267,1324,974,1,13,714,1,9,288,1,13,1029,1,13,723,1,9,335,1,13,2234,1,21,7,A,7,7,A,7,26.7,A,7,23.9,A,7,85,A,7,989,A,7,140,A,7,4.1,A,7,6400,B,7,1220,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/24/1981,14:00,1229,1324,602,1,13,292,1,9,330,1,13,672,1,13,318,1,9,376,1,13,1865,1,21,7,A,7,7,A,7,28.3,A,7,24.4,A,7,80,A,7,989,A,7,140,A,7,3.6,A,7,8000,B,7,370,A,7,4.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/24/1981,15:00,1125,1324,495,1,9,322,1,9,220,1,13,549,1,9,338,1,9,261,1,13,934,1,18,9,A,7,9,A,7,28.3,A,7,23.9,A,7,77,A,7,988,A,7,130,A,7,4.1,A,7,8000,B,7,1220,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/24/1981,16:00,962,1324,407,1,9,187,1,9,271,1,13,452,1,9,199,1,9,307,1,13,853,1,18,9,A,7,9,A,7,27.8,A,7,22.8,A,7,74,A,7,988,A,7,60,A,7,4.1,A,7,8000,B,7,1220,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/24/1981,17:00,752,1324,480,1,13,657,1,9,105,1,13,512,1,13,664,1,9,135,1,13,247,1,21,6,A,7,6,A,7,27.2,A,7,21.1,A,7,69,A,7,988,A,7,90,A,7,4.1,A,7,11300,B,7,1220,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/24/1981,18:00,508,1324,163,1,9,85,1,9,130,1,13,179,1,9,83,1,9,147,1,13,302,1,18,8,A,7,8,A,7,25.6,A,7,20.0,A,7,71,A,7,988,A,7,140,A,7,3.6,A,7,11300,B,7,760,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/24/1981,19:00,249,1324,71,1,13,37,1,9,64,1,13,78,1,13,29,1,9,72,1,13,161,1,21,9,A,7,9,A,7,25.6,A,7,21.1,A,7,77,A,7,988,A,7,120,A,7,3.1,A,7,8000,B,7,640,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/24/1981,20:00,29,651,4,1,13,1,1,9,4,1,13,5,1,13,0,1,9,5,1,13,16,1,21,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,989,A,7,350,A,7,15.4,A,7,1600,B,7,310,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/24/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,21.1,A,7,90,A,7,989,A,7,140,A,7,3.6,A,7,6400,B,7,610,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/24/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,21.7,A,7,93,A,7,989,A,7,80,A,7,2.6,A,7,6400,B,7,120,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/24/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,21.7,A,7,90,A,7,990,A,7,160,A,7,2.6,A,7,6400,B,7,120,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/24/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,21.1,A,7,90,A,7,990,A,7,150,A,7,1.5,A,7,6400,B,7,120,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/25/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,21.1,A,7,90,A,7,989,A,7,0,A,7,0.0,A,7,4800,B,7,120,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +07/25/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,23.3,A,7,21.7,A,7,90,A,7,989,A,7,50,A,7,1.5,A,7,4000,B,7,120,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/25/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.8,A,7,21.7,A,7,93,A,7,989,A,7,0,A,7,0.0,A,7,2400,B,7,30,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/25/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.2,A,7,21.7,A,7,97,A,7,989,A,7,30,A,7,1.5,A,7,2400,B,7,30,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/25/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.2,A,7,21.1,A,7,93,A,7,989,A,7,30,A,7,1.5,A,7,2400,B,7,30,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/25/1981,06:00,45,827,12,1,13,1,1,9,12,1,13,14,1,13,0,1,9,14,1,13,44,1,21,10,A,7,10,A,7,22.2,A,7,21.1,A,7,93,A,7,989,A,7,70,A,7,1.5,A,7,1300,B,7,0,A,7,3.7,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +07/25/1981,07:00,280,1324,32,1,13,6,1,9,31,1,13,39,1,13,1,1,9,38,1,13,128,1,21,10,A,7,10,A,7,22.2,A,7,21.7,A,7,97,A,7,990,A,7,70,A,7,2.6,A,7,200,B,7,0,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/25/1981,08:00,538,1324,139,1,9,8,1,9,136,1,13,159,1,9,6,1,9,157,1,13,540,1,18,10,A,7,10,A,7,22.2,A,7,21.1,A,7,93,A,7,990,A,7,40,A,7,2.1,A,7,400,B,7,30,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/25/1981,09:00,779,1324,292,1,9,6,1,9,289,1,13,330,1,9,6,1,9,327,1,13,1113,1,18,10,A,7,10,A,7,22.8,A,7,21.1,A,7,90,A,7,990,A,7,10,A,7,2.1,A,7,400,B,7,30,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/25/1981,10:00,984,1324,298,1,9,2,1,9,297,1,13,348,1,9,2,1,9,346,1,13,1312,1,18,10,A,7,10,A,7,22.2,A,7,21.1,A,7,93,A,7,991,A,7,10,A,7,3.1,A,7,1600,B,7,30,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/25/1981,11:00,1140,1324,351,1,9,4,1,9,348,1,13,414,1,9,4,1,9,411,1,13,1552,1,18,10,A,7,10,A,7,22.8,A,7,21.1,A,7,90,A,7,991,A,7,20,A,7,2.6,A,7,2400,B,7,90,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/25/1981,12:00,1236,1324,392,1,9,0,1,9,392,1,13,463,1,9,0,1,9,463,1,13,1727,1,18,10,A,7,10,A,7,25.0,A,7,21.7,A,7,82,A,7,991,A,7,20,A,7,1.0,A,7,3200,B,7,370,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/25/1981,13:00,1266,1324,594,1,9,104,1,9,494,1,13,656,1,9,108,1,9,552,1,13,2830,1,18,9,A,7,9,A,7,26.1,A,7,22.2,A,7,79,A,7,990,A,7,40,A,7,1.5,A,7,4800,B,7,610,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/25/1981,14:00,1228,1324,515,1,9,133,1,9,392,1,13,572,1,9,142,1,9,440,1,13,2106,1,18,9,A,7,9,A,7,27.2,A,7,22.2,A,7,74,A,7,990,A,7,10,A,7,1.5,A,7,4800,B,7,730,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/25/1981,15:00,1123,1324,314,1,9,2,1,9,312,1,13,372,1,9,2,1,9,370,1,13,1429,1,18,10,A,7,10,A,7,27.8,A,7,21.7,A,7,69,A,7,990,A,7,340,A,7,1.5,A,7,4800,B,7,760,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/25/1981,16:00,960,1324,655,1,9,694,1,9,149,1,13,700,1,9,711,1,9,184,1,13,447,1,18,3,A,7,2,A,7,28.9,A,7,21.7,A,7,65,A,7,990,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/25/1981,17:00,750,1324,484,1,9,538,1,9,178,1,13,516,1,9,549,1,9,205,1,13,400,1,18,7,A,7,2,A,7,28.9,A,7,21.7,A,7,65,A,7,989,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/25/1981,18:00,506,1324,286,1,9,475,1,9,103,1,13,305,1,9,452,1,9,133,1,13,195,1,18,4,A,7,2,A,7,28.9,A,7,21.7,A,7,65,A,7,989,A,7,20,A,7,2.1,A,7,11300,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/25/1981,19:00,246,1324,103,1,13,225,1,9,61,1,13,107,1,13,163,1,9,77,1,13,111,1,21,4,A,7,2,A,7,27.8,A,7,21.7,A,7,69,A,7,989,A,7,20,A,7,2.1,A,7,11300,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/25/1981,20:00,27,651,14,1,13,19,1,9,11,1,13,13,1,13,7,1,9,13,1,13,23,1,21,4,A,7,3,A,7,26.1,A,7,21.7,A,7,77,A,7,989,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/25/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,25.6,A,7,21.7,A,7,79,A,7,990,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/25/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,23.9,A,7,21.1,A,7,85,A,7,990,A,7,20,A,7,1.5,A,7,11300,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/25/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,23.3,A,7,21.1,A,7,87,A,7,991,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/25/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,23.3,A,7,21.7,A,7,90,A,7,991,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/26/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,22.8,A,7,21.1,A,7,90,A,7,990,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/26/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,22.8,A,7,21.1,A,7,90,A,7,990,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/26/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,22.8,A,7,21.1,A,7,90,A,7,990,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/26/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,22.8,A,7,21.1,A,7,90,A,7,990,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,3.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/26/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,21.7,A,7,20.6,A,7,93,A,7,990,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/26/1981,06:00,43,806,19,1,13,56,1,9,14,1,13,19,1,13,18,1,9,18,1,13,23,1,21,2,A,7,2,A,7,21.7,A,7,20.6,A,7,93,A,7,991,A,7,0,A,7,0.0,A,7,3200,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/26/1981,07:00,277,1324,74,1,13,44,1,9,65,1,13,81,1,13,36,1,9,74,1,13,169,1,21,8,A,7,8,A,7,22.2,A,7,21.7,A,7,97,A,7,991,A,7,20,A,7,1.5,A,7,3200,B,7,910,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +07/26/1981,08:00,536,1324,260,1,13,352,1,9,117,1,13,277,1,13,339,1,9,140,1,13,226,1,21,3,A,7,3,A,7,25.6,A,7,22.8,A,7,85,A,7,991,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,09:00,777,1324,524,1,9,724,1,9,97,1,13,552,1,9,722,1,9,127,1,13,226,1,18,3,A,7,1,A,7,27.2,A,7,23.3,A,7,79,A,7,991,A,7,130,A,7,1.5,A,7,6400,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,10:00,982,1324,518,1,13,398,1,9,222,1,13,563,1,13,415,1,9,254,1,13,676,1,21,7,A,7,6,A,7,28.3,A,7,23.3,A,7,74,A,7,991,A,7,180,A,7,2.6,A,7,4800,B,7,760,A,7,4.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,11:00,1139,1324,727,1,9,516,1,9,281,1,13,788,1,9,540,1,9,322,1,13,1256,1,18,10,A,7,8,A,7,29.4,A,7,23.9,A,7,72,A,7,991,A,7,220,A,7,2.6,A,7,4800,B,7,6710,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,12:00,1235,1324,859,1,13,646,1,9,254,1,13,912,1,13,658,1,9,297,1,13,1634,1,21,10,A,7,5,A,7,30.6,A,7,23.9,A,7,68,A,7,991,A,7,220,A,7,3.1,A,7,4800,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,13:00,1265,1324,761,1,13,511,1,9,271,1,13,807,1,13,519,1,9,310,1,13,2069,1,21,7,A,7,4,A,7,31.1,A,7,23.9,A,7,65,A,7,990,A,7,210,A,7,2.6,A,7,4800,B,7,7620,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,14:00,1226,1324,783,1,13,475,1,9,342,1,13,843,1,13,497,1,9,382,1,13,2163,1,21,6,A,7,6,A,7,32.2,A,7,22.8,A,7,57,A,7,990,A,7,200,A,7,2.1,A,7,6400,B,7,1070,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,15:00,1122,1324,762,1,13,625,1,9,230,1,13,805,1,13,635,1,9,265,1,13,961,1,21,3,A,7,3,A,7,32.8,A,7,22.8,A,7,56,A,7,990,A,7,230,A,7,2.6,A,7,9700,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,16:00,959,1324,665,1,13,680,1,9,170,1,13,704,1,13,692,1,9,202,1,13,502,1,21,4,A,7,4,A,7,33.3,A,7,22.8,A,7,54,A,7,989,A,7,180,A,7,2.6,A,7,9700,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,17:00,748,1324,505,1,9,718,1,9,97,1,13,529,1,9,713,1,9,125,1,13,218,1,18,2,A,7,2,A,7,32.8,A,7,23.9,A,7,60,A,7,989,A,7,180,A,7,2.6,A,7,9700,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,18:00,503,1324,294,1,9,575,1,9,74,1,13,309,1,9,544,1,9,102,1,13,148,1,18,3,A,7,1,A,7,31.7,A,7,23.9,A,7,63,A,7,989,A,7,210,A,7,2.6,A,7,9700,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,19:00,243,1324,108,1,13,262,1,9,59,1,13,112,1,13,188,1,9,77,1,13,107,1,21,6,A,7,4,A,7,30.0,A,7,23.3,A,7,68,A,7,989,A,7,220,A,7,2.1,A,7,8000,B,7,7620,A,7,4.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,20:00,26,629,16,1,13,20,1,9,14,1,13,17,1,13,7,1,9,16,1,13,29,1,21,4,A,7,2,A,7,28.9,A,7,23.3,A,7,72,A,7,990,A,7,200,A,7,2.1,A,7,8000,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,28.3,A,7,23.3,A,7,74,A,7,990,A,7,210,A,7,2.1,A,7,9700,B,7,77777,A,7,4.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,27.8,A,7,23.3,A,7,77,A,7,990,A,7,220,A,7,2.6,A,7,9700,B,7,77777,A,7,4.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,27.2,A,7,23.3,A,7,79,A,7,990,A,7,240,A,7,2.1,A,7,9700,B,7,77777,A,7,4.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/26/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,25.6,A,7,22.2,A,7,82,A,7,990,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,4.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,25.0,A,7,21.7,A,7,82,A,7,990,A,7,200,A,7,1.5,A,7,24100,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +07/27/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,24.4,A,7,21.7,A,7,85,A,7,989,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/27/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,24.4,A,7,21.7,A,7,85,A,7,989,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,3.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/27/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,23.3,A,7,21.7,A,7,90,A,7,990,A,7,260,A,7,2.1,A,7,24100,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/27/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,23.9,A,7,21.7,A,7,87,A,7,990,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,3.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/27/1981,06:00,41,784,17,1,13,5,1,9,17,1,13,20,1,13,0,1,9,20,1,13,58,1,21,8,A,7,2,A,7,22.8,A,7,21.1,A,7,90,A,7,990,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,07:00,275,1324,102,1,13,106,1,9,80,1,13,111,1,13,84,1,9,93,1,13,173,1,21,9,A,7,2,A,7,25.0,A,7,22.2,A,7,85,A,7,990,A,7,270,A,7,2.1,A,7,6400,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,08:00,534,1324,267,1,13,279,1,9,154,1,13,285,1,13,276,1,9,173,1,13,322,1,21,8,A,7,3,A,7,27.8,A,7,23.3,A,7,77,A,7,991,A,7,230,A,7,2.1,A,7,6400,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,09:00,775,1324,487,1,9,598,1,9,136,1,13,513,1,9,600,1,9,161,1,13,317,1,18,1,A,7,1,A,7,30.0,A,7,23.9,A,7,70,A,7,991,A,7,270,A,7,1.5,A,7,6400,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,10:00,981,1324,671,1,9,650,1,9,189,1,13,709,1,9,660,1,9,219,1,13,574,1,18,2,A,7,1,A,7,31.7,A,7,23.9,A,7,63,A,7,991,A,7,310,A,7,2.6,A,7,6400,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,11:00,1137,1324,783,1,9,646,1,9,226,1,13,830,1,9,658,1,9,264,1,13,991,1,18,4,A,7,1,A,7,32.8,A,7,23.9,A,7,60,A,7,991,A,7,320,A,7,3.1,A,7,8000,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,12:00,1234,1324,881,1,9,723,1,9,204,1,13,949,1,9,743,1,9,255,1,13,1318,1,18,3,A,7,1,A,7,31.7,A,7,21.7,A,7,55,A,7,991,A,7,310,A,7,3.1,A,7,9700,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,13:00,1264,1324,888,1,9,710,1,9,207,1,13,958,1,9,731,1,9,260,1,13,1584,1,18,3,A,7,2,A,7,32.8,A,7,21.7,A,7,52,A,7,991,A,7,330,A,7,1.5,A,7,9700,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,14:00,1225,1324,865,1,13,569,1,9,337,1,13,932,1,13,595,1,9,380,1,13,2114,1,21,5,A,7,3,A,7,32.8,A,7,21.7,A,7,52,A,7,991,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,15:00,1120,1324,764,1,13,611,1,9,244,1,13,803,1,13,619,1,9,278,1,13,1009,1,21,4,A,7,4,A,7,33.3,A,7,21.1,A,7,49,A,7,990,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,16:00,957,1324,643,1,13,538,1,9,252,1,13,685,1,13,559,1,9,281,1,13,741,1,21,3,A,7,3,A,7,33.3,A,7,21.7,A,7,50,A,7,990,A,7,0,A,7,0.0,A,7,9700,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,17:00,745,1324,399,1,9,384,1,9,181,1,13,424,1,9,391,1,9,203,1,13,406,1,18,2,A,7,2,A,7,33.3,A,7,21.7,A,7,50,A,7,989,A,7,250,A,7,2.1,A,7,9700,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,18:00,501,1324,198,1,9,93,1,9,163,1,13,217,1,9,89,1,9,184,1,13,443,1,18,8,A,7,8,A,7,31.7,A,7,21.1,A,7,54,A,7,989,A,7,180,A,7,2.1,A,7,9700,B,7,1520,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/27/1981,19:00,240,1324,42,1,13,14,1,9,40,1,13,47,1,13,11,1,9,45,1,13,107,1,21,9,A,7,9,A,7,27.8,A,7,17.8,A,7,55,A,7,989,A,7,90,A,7,3.1,A,7,11300,B,7,1220,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,17,C,8 +07/27/1981,20:00,25,607,7,1,13,0,1,9,7,1,13,8,1,13,0,1,9,8,1,13,26,1,21,10,A,7,10,A,7,22.8,A,7,18.9,A,7,79,A,7,990,A,7,80,A,7,2.1,A,7,11300,B,7,1220,A,7,3.3,E,8,0.000,F,8,0.00,?,0,3,1,D,9,80,C,8 +07/27/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,22.2,A,7,18.9,A,7,82,A,7,991,A,7,50,A,7,1.5,A,7,11300,B,7,1220,A,7,3.3,E,8,0.000,?,0,0.00,?,0,150,1,D,9,80,C,8 +07/27/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,18.9,A,7,87,A,7,993,A,7,270,A,7,1.5,A,7,8000,B,7,1220,A,7,3.3,E,8,0.000,?,0,0.00,?,0,38,1,D,9,81,C,8 +07/27/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.7,A,7,16.1,A,7,71,A,7,991,A,7,190,A,7,5.2,A,7,11300,B,7,1220,A,7,2.8,E,8,0.000,?,0,0.00,?,0,3,1,D,9,80,C,8 +07/27/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,16.7,A,7,76,A,7,991,A,7,160,A,7,4.1,A,7,16100,B,7,1220,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,95,C,8 +07/28/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,20.6,A,7,17.2,A,7,81,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,1830,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,29,C,8 +07/28/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,20.0,A,7,17.2,A,7,84,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/28/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,20.6,A,7,17.8,A,7,84,A,7,989,A,7,270,A,7,2.1,A,7,24100,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/28/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,20.0,A,7,17.8,A,7,87,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/28/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,20.0,A,7,17.8,A,7,87,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,3050,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/28/1981,06:00,40,762,11,1,13,1,1,9,11,1,13,13,1,13,0,1,9,13,1,13,40,1,21,7,A,7,7,A,7,20.6,A,7,18.3,A,7,87,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,3050,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/28/1981,07:00,272,1325,101,1,13,161,1,9,68,1,13,107,1,13,122,1,9,82,1,13,127,1,21,3,A,7,2,A,7,21.1,A,7,18.3,A,7,84,A,7,990,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/28/1981,08:00,531,1325,287,1,9,367,1,9,139,1,13,300,1,9,352,1,9,158,1,13,274,1,18,2,A,7,2,A,7,23.9,A,7,19.4,A,7,76,A,7,990,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/28/1981,09:00,773,1325,407,1,9,364,1,9,194,1,13,433,1,9,372,1,9,215,1,13,447,1,18,2,A,7,2,A,7,25.6,A,7,21.1,A,7,77,A,7,990,A,7,210,A,7,2.1,A,7,6400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/28/1981,10:00,979,1325,619,1,9,562,1,9,202,1,13,650,1,9,569,1,9,229,1,13,606,1,18,0,A,7,0,A,7,27.2,A,7,21.7,A,7,72,A,7,990,A,7,180,A,7,2.6,A,7,6400,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/28/1981,11:00,1136,1325,829,1,9,701,1,9,225,1,13,878,1,9,714,1,9,265,1,13,981,1,18,0,A,7,0,A,7,29.4,A,7,22.8,A,7,67,A,7,989,A,7,200,A,7,3.1,A,7,6400,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/28/1981,12:00,1232,1325,911,1,9,720,1,9,238,1,13,971,1,9,735,1,9,285,1,13,1513,1,18,0,A,7,0,A,7,31.1,A,7,23.3,A,7,63,A,7,989,A,7,190,A,7,3.1,A,7,8000,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/28/1981,13:00,1262,1325,896,1,9,614,1,9,309,1,13,941,1,9,619,1,9,350,1,13,2295,1,18,2,A,7,2,A,7,32.2,A,7,22.8,A,7,57,A,7,988,A,7,190,A,7,3.1,A,7,8000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/28/1981,14:00,1224,1325,785,1,9,527,1,9,296,1,13,856,1,9,552,1,9,345,1,13,1834,1,18,2,A,7,2,A,7,32.2,A,7,23.3,A,7,59,A,7,987,A,7,180,A,7,3.6,A,7,8000,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/28/1981,15:00,1119,1325,758,1,13,532,1,9,307,1,13,812,1,13,556,1,9,342,1,13,1298,1,21,5,A,7,5,A,7,32.2,A,7,22.8,A,7,57,A,7,986,A,7,180,A,7,3.6,A,7,8000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +07/28/1981,16:00,955,1325,514,1,13,312,1,9,289,1,13,561,1,13,337,1,9,317,1,13,851,1,21,6,A,7,6,A,7,30.6,A,7,22.8,A,7,63,A,7,985,A,7,190,A,7,5.2,A,7,8000,B,7,2130,A,7,4.1,E,8,0.000,F,8,0.00,?,0,89,1,D,9,05,C,8 +07/28/1981,17:00,743,1325,109,1,9,7,1,9,105,1,13,132,1,9,5,1,9,130,1,13,505,1,18,10,A,7,10,A,7,29.4,A,7,21.7,A,7,63,A,7,985,A,7,300,A,7,4.1,A,7,8000,B,7,1070,A,7,3.8,E,8,0.000,F,8,0.00,?,0,300,1,D,9,05,C,8 +07/28/1981,18:00,498,1325,56,1,9,5,1,9,55,1,13,69,1,9,3,1,9,68,1,13,249,1,18,10,A,7,10,A,7,22.2,A,7,18.3,A,7,79,A,7,986,A,7,360,A,7,2.6,A,7,6400,B,7,910,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/28/1981,19:00,237,1325,31,1,13,3,1,9,30,1,13,36,1,13,0,1,9,36,1,13,119,1,21,10,A,7,10,A,7,21.7,A,7,18.9,A,7,84,A,7,986,A,7,130,A,7,2.6,A,7,6400,B,7,910,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/28/1981,20:00,23,585,9,1,13,0,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,21.1,A,7,18.9,A,7,87,A,7,985,A,7,180,A,7,2.1,A,7,3200,B,7,910,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +07/28/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,18.9,A,7,87,A,7,986,A,7,200,A,7,2.1,A,7,3200,B,7,910,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/28/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,21.1,A,7,18.9,A,7,87,A,7,986,A,7,300,A,7,2.1,A,7,3200,B,7,3660,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/28/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.7,A,7,19.4,A,7,87,A,7,986,A,7,190,A,7,2.1,A,7,6400,B,7,3660,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +07/28/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,6,A,7,21.7,A,7,19.4,A,7,87,A,7,986,A,7,0,A,7,0.0,A,7,16100,B,7,3660,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.7,A,7,19.4,A,7,87,A,7,985,A,7,210,A,7,2.1,A,7,16100,B,7,1830,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +07/29/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.7,A,7,19.4,A,7,87,A,7,984,A,7,0,A,7,0.0,A,7,16100,B,7,1520,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,18.9,A,7,87,A,7,984,A,7,230,A,7,2.6,A,7,16100,B,7,1520,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.7,A,7,18.9,A,7,84,A,7,984,A,7,240,A,7,2.1,A,7,16100,B,7,1520,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,80,C,8 +07/29/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,8,A,7,21.7,A,7,18.9,A,7,84,A,7,984,A,7,260,A,7,4.1,A,7,16100,B,7,1520,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,06:00,38,762,14,1,13,12,1,9,13,1,13,15,1,13,6,1,9,15,1,13,33,1,21,9,A,7,9,A,7,21.7,A,7,18.9,A,7,84,A,7,984,A,7,260,A,7,3.6,A,7,16100,B,7,1520,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,07:00,269,1325,58,1,13,34,1,9,51,1,13,64,1,13,27,1,9,58,1,13,136,1,21,9,A,7,9,A,7,21.7,A,7,19.4,A,7,87,A,7,984,A,7,220,A,7,2.1,A,7,16100,B,7,1830,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/29/1981,08:00,529,1325,143,1,9,1,1,9,143,1,13,163,1,9,1,1,9,163,1,13,554,1,18,9,A,7,9,A,7,22.8,A,7,20.0,A,7,84,A,7,984,A,7,260,A,7,2.6,A,7,11300,B,7,1830,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,09:00,771,1325,288,1,9,70,1,9,247,1,13,317,1,9,71,1,9,275,1,13,790,1,18,8,A,7,8,A,7,24.4,A,7,20.6,A,7,79,A,7,985,A,7,260,A,7,3.6,A,7,16100,B,7,1830,A,7,3.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,10:00,977,1325,641,1,13,556,1,9,230,1,13,693,1,13,579,1,9,265,1,13,695,1,21,6,A,7,6,A,7,26.7,A,7,21.7,A,7,74,A,7,985,A,7,260,A,7,4.1,A,7,16100,B,7,4270,A,7,3.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,11:00,1134,1325,676,1,13,544,1,9,208,1,13,720,1,13,556,1,9,243,1,13,908,1,21,6,A,7,5,A,7,27.8,A,7,21.1,A,7,67,A,7,985,A,7,300,A,7,6.2,A,7,16100,B,7,3660,A,7,3.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,12:00,1231,1325,647,1,9,276,1,9,389,1,13,713,1,9,300,1,9,433,1,13,2236,1,18,8,A,7,8,A,7,27.8,A,7,19.4,A,7,61,A,7,985,A,7,330,A,7,4.1,A,7,16100,B,7,580,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,13:00,1261,1325,844,1,13,597,1,9,274,1,13,894,1,13,606,1,9,316,1,13,2028,1,21,7,A,7,5,A,7,29.4,A,7,19.4,A,7,55,A,7,984,A,7,330,A,7,3.6,A,7,16100,B,7,7620,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/29/1981,14:00,1222,1325,861,1,13,697,1,9,215,1,13,923,1,13,715,1,9,262,1,13,1306,1,21,5,A,7,3,A,7,30.6,A,7,18.3,A,7,48,A,7,984,A,7,280,A,7,4.6,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,15:00,1117,1325,771,1,13,683,1,9,192,1,13,824,1,13,700,1,9,232,1,13,802,1,21,5,A,7,4,A,7,30.6,A,7,17.8,A,7,46,A,7,983,A,7,340,A,7,4.1,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,16:00,953,1325,631,1,13,635,1,9,173,1,13,668,1,13,646,1,9,203,1,13,504,1,21,7,A,7,3,A,7,31.1,A,7,17.2,A,7,43,A,7,983,A,7,310,A,7,5.2,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,17:00,741,1325,488,1,9,611,1,9,144,1,13,508,1,9,608,1,9,168,1,13,321,1,18,7,A,7,2,A,7,29.4,A,7,17.2,A,7,48,A,7,983,A,7,340,A,7,2.6,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,18:00,496,1325,283,1,13,399,1,9,132,1,13,293,1,13,376,1,9,153,1,13,257,1,21,6,A,7,3,A,7,28.9,A,7,17.8,A,7,51,A,7,983,A,7,360,A,7,3.6,A,7,11300,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,19:00,234,1325,94,1,13,146,1,9,67,1,13,98,1,13,102,1,9,79,1,13,128,1,21,7,A,7,4,A,7,26.1,A,7,17.8,A,7,60,A,7,983,A,7,20,A,7,3.1,A,7,11300,B,7,7620,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,20:00,22,563,9,1,13,2,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,7,A,7,6,A,7,25.0,A,7,17.2,A,7,62,A,7,984,A,7,30,A,7,4.1,A,7,11300,B,7,1520,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,3,A,7,22.8,A,7,15.0,A,7,62,A,7,985,A,7,30,A,7,6.2,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,20.6,A,7,13.3,A,7,63,A,7,987,A,7,40,A,7,6.2,A,7,11300,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,5,A,7,19.4,A,7,12.2,A,7,63,A,7,987,A,7,40,A,7,6.2,A,7,11300,B,7,7620,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/29/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,18.3,A,7,11.7,A,7,65,A,7,987,A,7,10,A,7,4.6,A,7,19300,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,11.1,A,7,70,A,7,987,A,7,30,A,7,5.7,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +07/30/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,16.1,A,7,11.7,A,7,75,A,7,987,A,7,40,A,7,4.1,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.1,A,7,11.1,A,7,72,A,7,987,A,7,30,A,7,4.1,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,11.1,A,7,78,A,7,988,A,7,40,A,7,6.2,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,7,A,7,15.6,A,7,11.1,A,7,75,A,7,989,A,7,50,A,7,5.7,A,7,24100,B,7,4570,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,06:00,36,740,5,1,13,0,1,9,5,1,13,6,1,13,0,1,9,6,1,13,20,1,21,9,A,7,9,A,7,17.8,A,7,11.7,A,7,68,A,7,989,A,7,50,A,7,5.2,A,7,16100,B,7,520,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,07:00,266,1325,72,1,13,8,1,9,70,1,13,80,1,13,3,1,9,79,1,13,240,1,21,9,A,7,9,A,7,17.2,A,7,12.2,A,7,73,A,7,990,A,7,50,A,7,6.7,A,7,16100,B,7,580,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,08:00,527,1325,198,1,9,91,1,9,161,1,13,216,1,9,88,1,9,181,1,13,450,1,18,8,A,7,8,A,7,17.8,A,7,12.2,A,7,70,A,7,991,A,7,60,A,7,5.2,A,7,16100,B,7,580,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,09:00,769,1325,417,1,13,215,1,9,292,1,13,451,1,13,223,1,9,322,1,13,775,1,21,5,A,7,5,A,7,19.4,A,7,12.8,A,7,66,A,7,991,A,7,50,A,7,6.7,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,10:00,975,1325,689,1,13,508,1,9,313,1,13,721,1,13,526,1,9,332,1,13,966,1,21,5,A,7,5,A,7,20.0,A,7,11.7,A,7,59,A,7,991,A,7,50,A,7,7.2,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,11:00,1133,1325,666,1,13,355,1,9,361,1,13,729,1,13,386,1,9,399,1,13,1495,1,21,8,A,7,4,A,7,21.1,A,7,11.7,A,7,55,A,7,991,A,7,30,A,7,6.2,A,7,16100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,12:00,1230,1325,834,1,13,460,1,9,406,1,13,882,1,13,480,1,9,436,1,13,2614,1,21,8,A,7,4,A,7,22.2,A,7,11.7,A,7,51,A,7,991,A,7,30,A,7,6.7,A,7,16100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/30/1981,13:00,1260,1325,902,1,9,592,1,9,337,1,13,976,1,9,620,1,9,385,1,13,2539,1,18,3,A,7,1,A,7,22.8,A,7,11.7,A,7,50,A,7,990,A,7,30,A,7,6.7,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/30/1981,14:00,1221,1325,841,1,13,503,1,9,375,1,13,894,1,13,525,1,9,410,1,13,2307,1,21,3,A,7,3,A,7,23.9,A,7,12.8,A,7,50,A,7,990,A,7,50,A,7,4.1,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,15:00,1115,1325,793,1,13,550,1,9,327,1,13,842,1,13,574,1,9,358,1,13,1373,1,21,3,A,7,3,A,7,23.9,A,7,12.8,A,7,50,A,7,990,A,7,50,A,7,5.2,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,16:00,951,1325,627,1,9,446,1,9,305,1,13,655,1,9,462,1,9,323,1,13,903,1,18,8,A,7,2,A,7,24.4,A,7,12.2,A,7,47,A,7,990,A,7,10,A,7,5.2,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,17:00,738,1325,437,1,9,351,1,9,240,1,13,467,1,9,370,1,9,260,1,13,576,1,18,8,A,7,2,A,7,24.4,A,7,12.2,A,7,47,A,7,990,A,7,40,A,7,3.6,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,18:00,493,1325,236,1,9,246,1,9,143,1,13,250,1,9,238,1,9,161,1,13,295,1,18,3,A,7,2,A,7,24.4,A,7,10.6,A,7,42,A,7,990,A,7,60,A,7,3.6,A,7,16100,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,19:00,231,1325,65,1,13,30,1,9,60,1,13,71,1,13,23,1,9,67,1,13,149,1,21,6,A,7,2,A,7,23.9,A,7,12.8,A,7,50,A,7,991,A,7,60,A,7,3.6,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +07/30/1981,20:00,20,563,8,1,13,0,1,9,8,1,13,0,1,13,0,1,9,0,1,13,0,1,21,2,A,7,2,A,7,21.1,A,7,15.0,A,7,68,A,7,991,A,7,50,A,7,2.1,A,7,24100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,4,A,7,20.0,A,7,15.0,A,7,73,A,7,992,A,7,10,A,7,2.1,A,7,24100,B,7,7620,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,4,A,7,18.3,A,7,15.0,A,7,81,A,7,992,A,7,30,A,7,2.1,A,7,24100,B,7,7620,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,18.3,A,7,15.0,A,7,81,A,7,993,A,7,60,A,7,1.5,A,7,24100,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/30/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,7,A,7,18.9,A,7,13.9,A,7,73,A,7,993,A,7,50,A,7,2.6,A,7,24100,B,7,3660,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,18.9,A,7,13.9,A,7,73,A,7,993,A,7,60,A,7,3.1,A,7,24100,B,7,3660,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +07/31/1981,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,18.3,A,7,14.4,A,7,78,A,7,992,A,7,50,A,7,2.6,A,7,24100,B,7,3660,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,17.8,A,7,15.0,A,7,84,A,7,992,A,7,50,A,7,2.6,A,7,24100,B,7,3660,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,15.0,A,7,84,A,7,992,A,7,40,A,7,2.1,A,7,24100,B,7,760,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,17.2,A,7,15.0,A,7,87,A,7,993,A,7,360,A,7,2.1,A,7,24100,B,7,760,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,06:00,35,718,12,1,13,9,1,9,11,1,13,13,1,13,5,1,9,12,1,13,28,1,21,9,A,7,9,A,7,17.8,A,7,14.4,A,7,81,A,7,993,A,7,50,A,7,1.5,A,7,24100,B,7,2440,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,07:00,263,1326,33,1,13,20,1,9,29,1,13,36,1,13,16,1,9,33,1,13,82,1,21,9,A,7,9,A,7,17.2,A,7,14.4,A,7,84,A,7,994,A,7,30,A,7,3.1,A,7,24100,B,7,2440,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/31/1981,08:00,524,1326,208,1,9,98,1,9,169,1,13,228,1,9,95,1,9,190,1,13,466,1,18,9,A,7,9,A,7,17.8,A,7,13.9,A,7,78,A,7,995,A,7,40,A,7,2.6,A,7,24100,B,7,3050,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,09:00,767,1326,403,1,13,331,1,9,211,1,13,437,1,13,351,1,9,234,1,13,501,1,21,7,A,7,7,A,7,20.6,A,7,13.3,A,7,63,A,7,995,A,7,70,A,7,4.6,A,7,24100,B,7,3050,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,10:00,974,1326,613,1,13,523,1,9,227,1,13,662,1,13,545,1,9,262,1,13,681,1,21,4,A,7,4,A,7,22.8,A,7,11.7,A,7,50,A,7,995,A,7,70,A,7,6.7,A,7,24100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,11:00,1131,1326,774,1,9,674,1,9,197,1,13,828,1,9,691,1,9,238,1,13,854,1,18,2,A,7,2,A,7,23.9,A,7,12.8,A,7,50,A,7,995,A,7,100,A,7,5.2,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,12:00,1228,1326,808,1,13,623,1,9,229,1,13,864,1,13,637,1,9,272,1,13,1423,1,21,5,A,7,5,A,7,24.4,A,7,12.8,A,7,48,A,7,995,A,7,60,A,7,2.6,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,13:00,1258,1326,750,1,13,505,1,9,269,1,13,795,1,13,513,1,9,307,1,13,1951,1,21,5,A,7,5,A,7,26.1,A,7,12.8,A,7,44,A,7,994,A,7,130,A,7,6.2,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +07/31/1981,14:00,1219,1326,828,1,13,622,1,9,253,1,13,877,1,13,633,1,9,294,1,13,1497,1,21,7,A,7,4,A,7,26.7,A,7,12.8,A,7,42,A,7,994,A,7,110,A,7,3.6,A,7,24100,B,7,3660,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,15:00,1114,1326,618,1,13,423,1,9,262,1,13,673,1,13,443,1,9,300,1,13,1080,1,21,7,A,7,5,A,7,27.2,A,7,13.3,A,7,42,A,7,993,A,7,90,A,7,3.1,A,7,24100,B,7,3660,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,16:00,949,1326,479,1,9,282,1,9,275,1,13,522,1,9,304,1,9,303,1,13,797,1,18,8,A,7,8,A,7,26.7,A,7,12.8,A,7,42,A,7,993,A,7,60,A,7,4.6,A,7,24100,B,7,3660,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,17:00,736,1326,382,1,9,220,1,9,259,1,13,414,1,9,228,1,9,288,1,13,673,1,18,9,A,7,9,A,7,25.6,A,7,13.3,A,7,47,A,7,993,A,7,60,A,7,3.1,A,7,24100,B,7,1220,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,18:00,490,1326,168,1,9,45,1,9,151,1,13,184,1,9,43,1,9,168,1,13,413,1,18,9,A,7,9,A,7,24.4,A,7,14.4,A,7,54,A,7,993,A,7,50,A,7,3.6,A,7,24100,B,7,1220,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,19:00,228,1326,28,1,13,18,1,9,25,1,13,31,1,13,14,1,9,29,1,13,69,1,21,9,A,7,9,A,7,22.8,A,7,15.0,A,7,62,A,7,993,A,7,360,A,7,3.6,A,7,24100,B,7,1830,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +07/31/1981,20:00,19,541,9,1,13,5,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,7,A,7,7,A,7,21.7,A,7,14.4,A,7,64,A,7,993,A,7,80,A,7,1.5,A,7,24100,B,7,1830,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,19.4,A,7,14.4,A,7,73,A,7,994,A,7,50,A,7,2.1,A,7,24100,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,19.6,A,7,14.9,A,7,73,A,7,995,A,7,30,A,7,2.1,A,7,24100,B,7,3050,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,19.7,A,7,15.4,A,7,70,A,7,995,A,7,0,A,7,2.1,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +07/31/1981,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,19.9,A,7,15.9,A,7,73,A,7,995,A,7,80,A,7,2.1,A,7,24100,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +08/01/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,2,E,9,1,E,9,20.1,A,7,16.3,A,7,84,A,7,993,A,7,150,A,7,2.1,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/01/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,20.3,A,7,16.8,A,7,84,A,7,993,A,7,160,A,7,2.1,A,7,16000,B,7,2896,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/01/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,20.4,A,7,17.3,A,7,84,A,7,993,A,7,160,A,7,2.1,A,7,16000,B,7,2896,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/01/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,4,E,9,20.6,A,7,17.8,A,7,84,A,7,994,A,7,140,A,7,2.1,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/01/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,20.6,A,7,17.8,A,7,84,A,7,994,A,7,170,A,7,3.1,A,7,16000,B,7,2743,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/01/2001,06:00,33,696,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,E,9,20.6,A,7,17.8,A,7,84,A,7,994,A,7,150,A,7,2.6,A,7,16000,B,7,1097,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/01/2001,07:00,260,1326,57,2,8,0,2,15,57,2,8,65,2,8,0,2,15,65,2,8,206,2,19,7,E,9,7,E,9,20.6,A,7,17.8,A,7,84,A,7,995,A,7,150,A,7,3.1,A,7,14400,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/01/2001,08:00,521,1326,173,2,8,25,2,15,163,2,8,194,2,8,19,2,15,186,2,8,599,2,19,10,E,9,10,E,9,21.1,A,7,18.3,A,7,84,A,7,996,A,7,160,A,7,2.6,A,7,12800,B,7,1250,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/01/2001,09:00,764,1326,319,2,8,98,2,15,262,2,8,350,2,8,99,2,15,293,2,8,822,2,19,10,E,9,10,E,9,21.1,A,7,18.3,A,7,84,A,7,996,A,7,160,A,7,2.6,A,7,12800,B,7,1189,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/01/2001,10:00,971,1326,166,2,8,0,2,15,166,2,8,202,2,8,0,2,15,202,2,8,827,2,19,10,E,9,10,E,9,20.6,A,7,18.9,A,7,90,A,7,997,A,7,150,A,7,2.6,A,7,6400,B,7,1189,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/01/2001,11:00,1129,1326,149,2,8,0,2,15,149,2,8,187,2,8,0,2,15,187,2,8,778,2,19,10,E,9,10,E,9,20.0,A,7,18.9,A,7,93,A,7,997,A,7,0,A,7,0.0,A,7,1600,B,7,732,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/01/2001,12:00,1226,1326,147,2,8,0,2,15,147,2,8,187,2,8,0,2,15,187,2,8,776,2,19,10,E,9,10,E,9,20.6,A,7,19.4,A,7,93,A,7,997,A,7,0,A,7,0.0,A,7,6400,B,7,1981,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/01/2001,13:00,1256,1326,150,2,8,0,2,15,150,2,8,191,2,8,0,2,15,191,2,8,792,2,19,10,E,9,10,E,9,20.6,A,7,20.0,A,7,96,A,7,996,A,7,20,A,7,2.6,A,7,4800,B,7,2134,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/01/2001,14:00,1217,1326,159,2,8,6,2,15,154,2,8,202,2,8,4,2,15,198,2,8,808,2,19,8,E,9,8,E,9,21.7,A,7,20.0,A,7,90,A,7,996,A,7,320,A,7,2.1,A,7,9600,B,7,2134,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/01/2001,15:00,1111,1326,603,2,8,304,2,15,347,2,8,661,2,8,330,2,15,383,2,8,1358,2,19,3,E,9,3,E,9,23.3,A,7,19.4,A,7,79,A,7,996,A,7,90,A,7,3.1,A,7,9600,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/01/2001,16:00,946,1326,611,2,8,540,2,15,225,2,8,659,2,8,561,2,15,258,2,8,644,2,19,5,E,9,5,E,9,24.4,A,7,19.4,A,7,74,A,7,995,A,7,80,A,7,3.6,A,7,11200,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/01/2001,17:00,733,1326,442,2,8,482,2,15,175,2,8,472,2,8,490,2,15,200,2,8,387,2,19,0,E,9,0,E,9,24.4,A,7,18.9,A,7,71,A,7,995,A,7,90,A,7,3.1,A,7,11200,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/01/2001,18:00,486,1326,254,2,8,356,2,15,123,2,8,266,2,8,334,2,15,143,2,8,237,2,19,0,E,9,0,E,9,24.4,A,7,18.9,A,7,71,A,7,995,A,7,100,A,7,3.6,A,7,9600,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/01/2001,19:00,224,1326,92,2,8,214,2,15,56,2,8,96,2,8,147,2,15,71,2,8,102,2,19,5,E,9,5,A,7,23.3,A,7,18.9,A,7,76,A,7,994,A,7,80,A,7,1.5,A,7,9600,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/01/2001,20:00,17,519,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,1,E,9,0,E,9,22.2,A,7,18.9,A,7,82,A,7,995,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/01/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,0,E,9,21.1,A,7,18.9,A,7,87,A,7,995,A,7,0,A,7,0.0,A,7,9600,B,7,7620,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/01/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.0,A,7,18.9,A,7,93,A,7,996,A,7,0,A,7,0.0,A,7,6400,B,7,7620,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/01/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.9,A,7,17.8,A,7,93,A,7,996,A,7,0,A,7,0.0,A,7,6400,B,7,7620,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/01/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.3,A,7,17.2,A,7,93,A,7,995,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/02/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.8,A,7,17.2,A,7,96,A,7,995,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/02/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,17.8,A,7,17.2,A,7,96,A,7,995,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/02/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.0,A,7,16.0,A,7,100,A,7,995,A,7,70,A,7,2.1,A,7,2000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,3,1,D,9,10,C,8 +08/02/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,16.1,A,7,15.6,A,7,97,A,7,994,A,7,0,A,7,0.0,A,7,4000,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/02/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,16.1,A,7,15.6,A,7,97,A,7,994,A,7,0,A,7,0.0,A,7,4000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/02/2001,06:00,31,674,0,2,8,37,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,3,E,9,1,E,9,16.1,A,7,15.6,A,7,97,A,7,995,A,7,0,A,7,0.0,A,7,1600,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,33,1,D,9,10,C,8 +08/02/2001,07:00,257,1326,134,2,8,235,2,15,89,2,8,139,2,8,172,2,15,106,2,8,179,2,19,1,E,9,0,E,9,18.3,A,7,17.2,A,7,93,A,7,995,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/02/2001,08:00,518,1326,317,2,8,498,2,15,122,2,8,335,2,8,475,2,15,149,2,8,236,2,19,1,E,9,1,E,9,21.1,A,7,17.8,A,7,81,A,7,995,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/02/2001,09:00,762,1326,492,2,8,540,2,15,181,2,8,526,2,8,551,2,15,208,2,8,411,2,19,0,E,9,0,E,9,23.3,A,7,16.1,A,7,64,A,7,995,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,10:00,970,1326,645,2,8,589,2,15,214,2,8,675,2,8,593,2,15,240,2,8,625,2,19,0,E,9,0,E,9,23.9,A,7,16.7,A,7,64,A,7,995,A,7,60,A,7,2.6,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,11:00,1128,1326,784,2,8,640,2,15,239,2,8,828,2,8,649,2,15,275,2,8,1007,2,19,3,E,9,3,E,9,24.4,A,7,16.1,A,7,60,A,7,995,A,7,130,A,7,1.5,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,12:00,1225,1326,879,2,8,704,2,15,228,2,8,941,2,8,720,2,15,275,2,8,1390,2,19,3,E,9,3,E,9,25.6,A,7,16.1,A,7,56,A,7,995,A,7,120,B,8,1.5,A,7,16000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,13:00,1255,1326,919,2,8,756,2,15,202,2,8,960,2,8,759,2,15,240,2,8,1333,2,19,3,E,9,3,E,9,26.7,A,7,16.1,A,7,52,A,7,994,A,7,110,B,8,2.6,A,7,16000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,14:00,1216,1326,886,2,8,754,2,15,193,2,8,925,2,8,757,2,15,230,2,8,1036,2,19,3,E,9,3,E,9,27.2,A,7,15.0,A,7,47,A,7,994,A,7,90,B,8,1.5,A,7,16000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,15:00,1109,1326,783,2,8,692,2,15,202,2,8,834,2,8,707,2,15,241,2,8,819,2,19,3,E,9,3,E,9,27.8,A,7,15.6,A,7,47,A,7,993,A,7,80,A,7,3.6,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,16:00,944,1326,645,2,8,665,2,15,171,2,8,683,2,8,676,2,15,201,2,8,490,2,19,3,E,9,3,E,9,27.2,A,7,15.6,A,7,49,A,7,993,A,7,100,B,8,2.6,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,17:00,730,1326,463,2,8,582,2,15,142,2,8,483,2,8,578,2,15,165,2,8,313,2,19,3,E,9,3,E,9,27.2,A,7,15.6,A,7,49,A,7,993,A,7,120,A,7,2.6,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,18:00,483,1326,268,2,8,436,2,15,109,2,8,284,2,8,409,2,15,135,2,8,207,2,19,3,E,9,3,E,9,26.7,A,7,15.0,A,7,49,A,7,992,A,7,120,A,7,3.6,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,19:00,220,1326,92,2,8,244,2,15,51,2,8,96,2,8,167,2,15,68,2,8,92,2,19,0,E,9,0,A,7,24.4,A,7,15.6,A,7,58,A,7,991,A,7,150,A,7,3.6,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,20:00,16,497,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,22.8,A,7,16.1,A,7,66,A,7,991,A,7,150,A,7,2.6,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.2,A,7,15.6,A,7,66,A,7,992,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.7,A,7,16.1,A,7,70,A,7,992,A,7,160,A,7,1.5,A,7,16000,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.6,A,7,16.1,A,7,75,A,7,991,A,7,230,A,7,1.5,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/02/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.0,A,7,16.1,A,7,78,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.0,A,7,16.1,A,7,78,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.9,A,7,15.6,A,7,81,A,7,990,A,7,230,A,7,1.5,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.8,A,7,15.6,A,7,87,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.8,A,7,15.6,A,7,87,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.7,A,7,15.0,A,7,90,A,7,989,A,7,280,A,7,2.1,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,06:00,30,652,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,17.2,A,7,15.6,A,7,90,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,07:00,254,1327,126,2,8,193,2,15,89,2,8,130,2,8,141,2,15,103,2,8,179,2,19,0,E,9,0,E,9,18.3,A,7,16.1,A,7,87,A,7,988,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,08:00,516,1327,296,2,8,423,2,15,131,2,8,310,2,8,403,2,15,153,2,8,255,2,19,0,E,9,0,E,9,20.6,A,7,17.8,A,7,84,A,7,989,A,7,240,A,7,2.6,A,7,16000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,09:00,760,1327,472,2,8,491,2,15,190,2,8,502,2,8,501,2,15,214,2,8,432,2,19,0,E,9,0,E,9,22.8,A,7,18.3,A,7,76,A,7,989,A,7,200,A,7,2.6,A,7,16000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,10:00,968,1327,651,2,8,625,2,15,194,2,8,685,2,8,633,2,15,222,2,8,571,2,19,0,E,9,0,E,9,25.6,A,7,18.3,A,7,64,A,7,989,A,7,230,A,7,3.6,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,11:00,1126,1327,791,2,8,676,2,15,216,2,8,841,2,8,689,2,15,254,2,8,913,2,19,3,E,9,3,E,9,26.7,A,7,17.2,A,7,56,A,7,988,A,7,250,A,7,4.1,A,7,16000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,12:00,1223,1327,873,2,8,674,2,15,251,2,8,928,2,8,686,2,15,294,2,8,1508,2,19,3,E,9,3,E,9,27.8,A,7,17.8,A,7,55,A,7,987,A,7,250,A,7,5.2,A,7,16000,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,13:00,1253,1327,859,2,8,612,2,15,279,2,8,908,2,8,620,2,15,321,2,8,1949,2,19,3,E,9,3,E,9,28.3,A,7,17.8,A,7,53,A,7,986,A,7,180,A,7,2.6,A,7,16000,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,14:00,1214,1327,768,2,8,509,2,15,301,2,8,836,2,8,533,2,15,347,2,8,1768,2,19,8,E,9,8,E,9,28.9,A,7,17.8,A,7,51,A,7,986,A,7,200,B,8,2.1,A,7,16000,B,7,1981,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,15:00,1107,1327,753,2,8,591,2,15,259,2,8,789,2,8,596,2,15,290,2,8,1019,2,19,8,E,9,8,E,9,28.9,A,7,17.8,A,7,51,A,7,985,A,7,220,A,7,3.6,A,7,16000,B,7,1829,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,16:00,942,1327,549,2,8,362,2,15,291,2,8,596,2,8,390,2,15,319,2,8,843,2,19,7,E,9,6,E,9,28.9,A,7,17.8,A,7,51,A,7,985,A,7,200,A,7,3.6,A,7,14400,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,17:00,727,1327,409,2,8,341,2,15,221,2,8,439,2,8,359,2,15,242,2,8,519,2,19,6,E,9,5,E,9,27.8,A,7,17.2,A,7,53,A,7,984,A,7,180,A,7,4.6,A,7,14400,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,18:00,480,1327,177,2,8,86,2,15,146,2,8,194,2,8,81,2,15,165,2,8,398,2,19,6,E,9,6,E,9,28.3,A,7,17.2,A,7,51,A,7,984,A,7,190,A,7,4.1,A,7,14400,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,19:00,216,1327,87,2,8,176,2,15,58,2,8,91,2,8,117,2,15,72,2,8,109,2,19,5,E,9,5,A,7,26.7,A,7,17.8,A,7,58,A,7,983,A,7,170,A,7,3.1,A,7,14400,B,7,77777,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,20:00,15,475,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,E,9,25.6,A,7,17.8,A,7,62,A,7,984,A,7,190,A,7,2.6,A,7,16000,B,7,2743,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,24.4,A,7,17.2,A,7,64,A,7,984,A,7,160,A,7,2.6,A,7,14400,B,7,2743,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,23.9,A,7,17.2,A,7,66,A,7,984,A,7,160,A,7,3.6,A,7,16000,B,7,77777,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,23.3,A,7,17.2,A,7,69,A,7,983,A,7,180,A,7,4.1,A,7,16000,B,7,1829,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/03/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,6,E,9,22.2,A,7,17.2,A,7,73,A,7,983,A,7,200,A,7,3.1,A,7,14400,B,7,77777,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,7,E,9,21.7,A,7,17.8,A,7,79,A,7,982,A,7,190,A,7,2.1,A,7,12800,B,7,4572,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,7,E,9,21.7,A,7,18.3,A,7,81,A,7,982,A,7,190,A,7,2.6,A,7,12800,B,7,4572,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,8,E,9,21.7,A,7,18.3,A,7,81,A,7,982,A,7,200,A,7,2.1,A,7,12800,B,7,4572,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,8,E,9,21.1,A,7,18.3,A,7,84,A,7,982,A,7,210,A,7,2.6,A,7,12800,B,7,4572,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,3,E,9,20.6,A,7,17.8,A,7,84,A,7,982,A,7,210,A,7,2.1,A,7,12800,B,7,4572,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,06:00,28,652,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,5,E,9,4,E,9,20.0,A,7,17.8,A,7,87,A,7,982,A,7,210,A,7,2.1,A,7,9600,B,7,7620,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/04/2001,07:00,251,1327,78,2,8,7,2,15,77,2,8,86,2,8,3,2,15,86,2,8,248,2,19,7,E,9,5,E,9,21.1,A,7,18.3,A,7,84,A,7,983,A,7,190,A,7,2.6,A,7,12800,B,7,7620,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,08:00,513,1327,152,2,8,13,2,15,147,2,8,172,2,8,9,2,15,168,2,8,555,2,19,6,E,9,5,E,9,23.9,A,7,19.4,A,7,76,A,7,983,A,7,220,A,7,3.6,A,7,12800,B,7,7620,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,09:00,758,1327,339,2,8,123,2,15,269,2,8,369,2,8,128,2,15,296,2,8,708,2,19,5,E,9,5,E,9,25.6,A,7,21.1,A,7,76,A,7,984,A,7,220,A,7,3.6,A,7,11200,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,10:00,966,1327,562,2,8,334,2,15,319,2,8,609,2,8,360,2,15,346,2,8,965,2,19,6,E,9,5,E,9,26.1,A,7,21.1,A,7,74,A,7,984,A,7,230,A,7,4.1,A,7,9600,B,7,7620,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/04/2001,11:00,1124,1327,704,2,8,435,2,15,335,2,8,749,2,8,454,2,15,364,2,8,1438,2,19,10,E,9,10,E,9,26.7,A,7,20.6,A,7,69,A,7,984,A,7,240,A,7,4.1,A,7,9600,B,7,3048,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/04/2001,12:00,1222,1327,360,2,8,48,2,15,316,2,8,399,2,8,49,2,15,354,2,8,1665,2,19,10,E,9,10,E,9,27.8,A,7,20.6,A,7,65,A,7,984,A,7,220,A,7,3.6,A,7,9600,B,7,853,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/04/2001,13:00,1252,1327,168,2,8,12,2,15,157,2,8,188,2,8,12,2,15,177,2,8,934,2,19,10,E,9,10,E,9,28.3,A,7,19.4,A,7,59,A,7,983,A,7,240,A,7,5.7,A,7,8000,B,7,3048,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/04/2001,14:00,1212,1327,821,2,8,551,2,15,317,2,8,889,2,8,577,2,15,361,2,8,1848,2,19,8,E,9,8,E,9,28.9,A,7,20.0,A,7,59,A,7,984,A,7,200,A,7,3.6,A,7,8000,B,7,3048,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/04/2001,15:00,1105,1327,707,2,8,513,2,15,279,2,8,764,2,8,536,2,15,317,2,8,1124,2,19,8,E,9,8,E,9,29.4,A,7,20.6,A,7,59,A,7,983,A,7,250,A,7,5.2,A,7,11200,B,7,2743,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,16:00,939,1327,594,2,8,516,2,15,228,2,8,639,2,8,536,2,15,259,2,8,645,2,19,10,E,9,10,E,9,28.9,A,7,20.0,A,7,59,A,7,983,A,7,260,A,7,5.2,A,7,11200,B,7,3048,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,17:00,725,1327,436,2,8,476,2,15,175,2,8,464,2,8,483,2,15,200,2,8,385,2,19,8,E,9,8,E,9,28.3,A,7,19.4,A,7,59,A,7,983,A,7,250,A,7,5.2,A,7,11200,B,7,3048,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,18:00,476,1327,237,2,8,309,2,15,126,2,8,254,2,8,297,2,15,147,2,8,253,2,19,5,E,9,5,E,9,27.8,A,7,19.4,A,7,60,A,7,983,A,7,240,A,7,4.1,A,7,12800,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,19:00,213,1327,82,2,8,180,2,15,54,2,8,88,2,8,119,2,15,69,2,8,100,2,19,9,E,9,7,A,7,26.7,A,7,19.4,A,7,64,A,7,983,A,7,240,A,7,3.6,A,7,11200,B,7,3353,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,20:00,13,453,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,8,E,9,8,E,9,25.6,A,7,19.4,A,7,69,A,7,984,A,7,220,A,7,3.6,A,7,14400,B,7,3048,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,25.0,A,7,20.0,A,7,74,A,7,985,A,7,240,A,7,3.1,A,7,12800,B,7,3048,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,E,9,24.4,A,7,20.6,A,7,79,A,7,985,A,7,220,A,7,3.6,A,7,11200,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,23.3,A,7,19.4,A,7,79,A,7,986,A,7,240,A,7,3.1,A,7,9600,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/04/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,22.2,A,7,19.4,A,7,84,A,7,986,A,7,230,A,7,3.1,A,7,8000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/05/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.7,A,7,19.4,A,7,87,A,7,985,A,7,230,A,7,2.1,A,7,8000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/05/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.1,A,7,19.4,A,7,90,A,7,985,A,7,240,A,7,1.5,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/05/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.1,A,7,19.4,A,7,90,A,7,986,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/05/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.0,A,7,18.9,A,7,93,A,7,986,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/05/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.0,A,7,18.9,A,7,93,A,7,987,A,7,210,A,7,1.5,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/05/2001,06:00,27,631,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,19.4,A,7,18.9,A,7,97,A,7,987,A,7,0,A,7,0.0,A,7,4000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/05/2001,07:00,248,1327,118,2,8,166,2,15,87,2,8,122,2,8,119,2,15,100,2,8,175,2,19,0,E,9,0,E,9,21.1,A,7,20.0,A,7,93,A,7,987,A,7,210,A,7,1.5,A,7,4000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/05/2001,08:00,511,1327,282,2,8,373,2,15,139,2,8,294,2,8,354,2,15,158,2,8,273,2,19,0,E,9,0,E,9,23.9,A,7,18.9,A,7,74,A,7,988,A,7,230,A,7,3.6,A,7,14400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/05/2001,09:00,755,1327,472,2,8,509,2,15,182,2,8,504,2,8,519,2,15,208,2,8,411,2,19,0,E,9,0,E,9,25.6,A,7,19.4,A,7,69,A,7,989,A,7,280,A,7,2.6,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,10:00,964,1327,645,2,8,613,2,15,199,2,8,677,2,8,620,2,15,226,2,8,580,2,19,3,E,9,3,E,9,26.7,A,7,19.4,A,7,64,A,7,989,A,7,310,B,8,2.1,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,11:00,1123,1327,778,2,8,646,2,15,231,2,8,823,2,8,656,2,15,267,2,8,959,2,19,4,E,9,4,E,9,28.3,A,7,19.4,A,7,59,A,7,990,A,7,330,B,8,3.1,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,12:00,1220,1327,837,2,8,626,2,15,260,2,8,886,2,8,636,2,15,301,2,8,1530,2,19,8,E,9,8,E,9,27.8,A,7,18.9,A,7,58,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,1219,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,13:00,1250,1327,763,2,8,426,2,15,361,2,8,819,2,8,445,2,15,399,2,8,2545,2,19,8,E,9,8,E,9,29.4,A,7,18.9,A,7,53,A,7,989,A,7,280,B,8,2.6,A,7,16000,B,7,1433,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,14:00,1210,1327,679,2,8,311,2,15,395,2,8,747,2,8,338,2,15,438,2,8,2073,2,19,4,E,9,4,E,9,30.6,A,7,18.3,A,7,48,A,7,989,A,7,190,A,7,3.1,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,15:00,1103,1327,730,2,8,549,2,15,273,2,8,791,2,8,574,2,15,313,2,8,1091,2,19,4,E,9,4,E,9,30.6,A,7,18.9,A,7,50,A,7,989,A,7,160,A,7,3.1,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,16:00,937,1327,520,2,8,273,2,15,327,2,8,560,2,8,294,2,15,352,2,8,960,2,19,4,E,9,4,E,9,30.6,A,7,18.9,A,7,50,A,7,989,A,7,150,A,7,3.6,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,17:00,722,1327,234,2,8,29,2,15,218,2,8,257,2,8,29,2,15,241,2,8,684,2,19,3,E,9,3,E,9,30.0,A,7,18.3,A,7,50,A,7,989,A,7,130,A,7,3.1,A,7,16000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,18:00,473,1327,146,2,8,29,2,15,136,2,8,161,2,8,27,2,15,151,2,8,374,2,19,3,E,9,3,E,9,29.4,A,7,19.4,A,7,55,A,7,989,A,7,100,A,7,3.6,A,7,16000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,19:00,209,1327,82,2,8,164,2,15,56,2,8,86,2,8,107,2,15,69,2,8,105,2,19,3,E,9,3,A,7,27.8,A,7,19.4,A,7,60,A,7,989,A,7,120,A,7,3.6,A,7,16000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,20:00,12,431,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,26.7,A,7,20.0,A,7,67,A,7,989,A,7,150,A,7,2.6,A,7,14400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,25.6,A,7,19.4,A,7,69,A,7,990,A,7,150,A,7,2.6,A,7,14400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,25.6,A,7,19.4,A,7,69,A,7,990,A,7,130,A,7,2.6,A,7,14400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,24.4,A,7,18.9,A,7,71,A,7,990,A,7,160,A,7,2.6,A,7,14400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/05/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,23.9,A,7,18.9,A,7,74,A,7,991,A,7,170,A,7,4.6,A,7,14400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,E,9,23.3,A,7,19.4,A,7,79,A,7,990,A,7,180,A,7,2.1,A,7,12800,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.2,A,7,18.9,A,7,82,A,7,990,A,7,190,A,7,1.5,A,7,12800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.1,A,7,18.9,A,7,87,A,7,990,A,7,210,A,7,1.5,A,7,11200,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.1,A,7,18.9,A,7,87,A,7,990,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/06/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,21.1,A,7,19.4,A,7,90,A,7,991,A,7,0,A,7,0.0,A,7,11200,B,7,1524,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,06:00,25,609,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,20.6,A,7,18.9,A,7,90,A,7,991,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/06/2001,07:00,245,1328,119,2,8,181,2,15,86,2,8,123,2,8,129,2,15,100,2,8,173,2,19,0,E,9,0,E,9,22.8,A,7,20.0,A,7,84,A,7,991,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/06/2001,08:00,508,1328,290,2,8,411,2,15,132,2,8,303,2,8,390,2,15,153,2,8,257,2,19,0,E,9,0,E,9,25.0,A,7,21.7,A,7,82,A,7,992,A,7,310,A,7,2.1,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/06/2001,09:00,753,1328,479,2,8,546,2,15,169,2,8,515,2,8,557,2,15,198,2,8,378,2,19,0,E,9,0,E,9,26.1,A,7,20.6,A,7,72,A,7,992,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,10:00,962,1328,620,2,8,546,2,15,223,2,8,670,2,8,568,2,15,258,2,8,653,2,19,8,E,9,8,E,9,27.8,A,7,20.6,A,7,65,A,7,992,A,7,0,A,7,0.0,A,7,16000,B,7,914,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,11:00,1121,1328,785,2,8,628,2,15,254,2,8,825,2,8,635,2,15,288,2,8,1038,2,19,4,E,9,4,E,9,28.3,A,7,19.4,A,7,59,A,7,992,A,7,330,B,8,1.5,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,12:00,1218,1328,757,2,8,433,2,15,359,2,8,810,2,8,452,2,15,394,2,8,2158,2,19,5,E,9,5,E,9,28.9,A,7,18.9,A,7,55,A,7,992,A,7,290,A,7,2.1,A,7,16000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,13:00,1248,1328,871,2,8,648,2,15,260,2,8,925,2,8,659,2,15,304,2,8,1760,2,19,1,E,9,0,E,9,30.0,A,7,18.9,A,7,51,A,7,991,A,7,180,A,7,2.1,A,7,16000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,14:00,1208,1328,850,2,8,652,2,15,255,2,8,900,2,8,662,2,15,296,2,8,1423,2,19,3,E,9,3,E,9,31.1,A,7,18.9,A,7,48,A,7,992,A,7,200,B,8,2.1,A,7,16000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,15:00,1101,1328,776,2,8,698,2,15,196,2,8,828,2,8,714,2,15,235,2,8,776,2,19,3,E,9,3,E,9,30.0,A,7,17.8,A,7,48,A,7,991,A,7,210,A,7,2.1,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,16:00,934,1328,633,2,8,635,2,15,185,2,8,665,2,8,642,2,15,213,2,8,515,2,19,3,E,9,3,E,9,31.1,A,7,18.9,A,7,48,A,7,991,A,7,160,B,8,2.1,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,17:00,718,1328,446,2,8,546,2,15,150,2,8,482,2,8,554,2,15,181,2,8,324,2,19,8,E,9,8,E,9,30.0,A,7,18.9,A,7,51,A,7,990,A,7,100,A,7,2.6,A,7,16000,B,7,1676,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,18:00,469,1328,256,2,8,418,2,15,109,2,8,271,2,8,389,2,15,134,2,8,207,2,19,3,E,9,3,E,9,30.6,A,7,17.8,A,7,46,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,19:00,205,1328,81,2,8,215,2,15,48,2,8,85,2,8,141,2,15,63,2,8,86,2,19,1,E,9,0,A,7,28.3,A,7,20.6,A,7,63,A,7,989,A,7,80,A,7,2.1,A,7,16000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,20:00,11,409,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,27.8,A,7,20.6,A,7,65,A,7,990,A,7,140,A,7,1.5,A,7,16000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,26.7,A,7,20.6,A,7,69,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,25.6,A,7,20.6,A,7,74,A,7,991,A,7,180,A,7,2.1,A,7,16000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,24.4,A,7,20.6,A,7,79,A,7,990,A,7,270,A,7,1.5,A,7,14400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/06/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,23.9,A,7,20.6,A,7,82,A,7,990,A,7,230,A,7,1.5,A,7,14400,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,23.3,A,7,20.0,A,7,82,A,7,990,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.8,A,7,20.0,A,7,84,A,7,990,A,7,250,A,7,1.5,A,7,14400,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.8,A,7,20.0,A,7,84,A,7,989,A,7,280,A,7,1.5,A,7,14400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.2,A,7,20.0,A,7,87,A,7,989,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.2,A,7,19.4,A,7,84,A,7,989,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/07/2001,06:00,24,587,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,21.1,A,7,19.4,A,7,90,A,7,989,A,7,220,A,7,1.5,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/07/2001,07:00,242,1328,120,2,8,189,2,15,86,2,8,124,2,8,134,2,15,100,2,8,174,2,19,0,E,9,0,E,9,23.3,A,7,21.1,A,7,87,A,7,990,A,7,260,A,7,2.6,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/07/2001,08:00,506,1328,290,2,8,424,2,15,129,2,8,305,2,8,402,2,15,151,2,8,251,2,19,0,E,9,0,E,9,26.1,A,7,21.1,A,7,74,A,7,990,A,7,260,A,7,2.6,A,7,11200,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/07/2001,09:00,751,1328,473,2,8,522,2,15,177,2,8,505,2,8,532,2,15,204,2,8,397,2,19,1,E,9,0,E,9,28.3,A,7,21.7,A,7,67,A,7,990,A,7,290,A,7,4.6,A,7,16000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,10:00,960,1328,639,2,8,607,2,15,199,2,8,670,2,8,613,2,15,226,2,8,575,2,19,0,E,9,0,E,9,29.4,A,7,21.1,A,7,61,A,7,990,A,7,290,A,7,4.1,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,11:00,1119,1328,791,2,8,694,2,15,205,2,8,843,2,8,709,2,15,244,2,8,850,2,19,0,E,9,0,E,9,31.1,A,7,21.1,A,7,55,A,7,990,A,7,320,A,7,3.1,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,12:00,1217,1328,867,2,8,686,2,15,238,2,8,925,2,8,700,2,15,282,2,8,1383,2,19,0,E,9,0,E,9,31.7,A,7,20.6,A,7,52,A,7,990,A,7,170,A,7,1.5,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,13:00,1246,1328,919,2,8,738,2,15,225,2,8,986,2,8,756,2,15,275,2,8,1517,2,19,0,E,9,0,E,9,32.8,A,7,20.6,A,7,49,A,7,988,A,7,90,B,8,1.5,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,14:00,1206,1328,785,2,8,557,2,15,279,2,8,827,2,8,563,2,15,315,2,8,1530,2,19,5,E,9,5,E,9,33.3,A,7,18.9,A,7,43,A,7,989,A,7,10,A,7,2.6,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,15:00,1098,1328,782,2,8,680,2,15,218,2,8,828,2,8,692,2,15,254,2,8,848,2,19,3,E,9,3,E,9,33.3,A,7,18.9,A,7,43,A,7,988,A,7,20,B,8,1.5,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,16:00,931,1328,616,2,8,605,2,15,191,2,8,646,2,8,611,2,15,217,2,8,527,2,19,3,E,9,3,E,9,33.3,A,7,17.8,A,7,40,A,7,988,A,7,30,A,7,2.6,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,17:00,715,1328,440,2,8,529,2,15,155,2,8,474,2,8,537,2,15,185,2,8,335,2,19,3,E,9,3,E,9,32.8,A,7,18.3,A,7,42,A,7,987,A,7,360,A,7,1.5,A,7,14400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,18:00,466,1328,251,2,8,406,2,15,108,2,8,265,2,8,377,2,15,132,2,8,205,2,19,0,E,9,0,E,9,32.2,A,7,20.0,A,7,49,A,7,987,A,7,360,A,7,1.5,A,7,12800,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,19:00,201,1328,80,2,8,204,2,15,49,2,8,83,2,8,133,2,15,63,2,8,88,2,19,0,E,9,0,A,7,31.1,A,7,19.4,A,7,50,A,7,986,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,20:00,10,387,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,29.4,A,7,20.0,A,7,57,A,7,987,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,28.9,A,7,21.1,A,7,63,A,7,987,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,27.2,A,7,22.2,A,7,74,A,7,987,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,26.7,A,7,21.1,A,7,71,A,7,987,A,7,260,A,7,1.5,A,7,11200,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/07/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,25.0,A,7,21.1,A,7,79,A,7,987,A,7,320,A,7,1.5,A,7,11200,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/08/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,25.0,A,7,21.1,A,7,79,A,7,986,A,7,300,A,7,2.6,A,7,12800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/08/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,25.0,A,7,21.7,A,7,82,A,7,986,A,7,300,A,7,1.5,A,7,11200,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/08/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,24.4,A,7,21.1,A,7,82,A,7,986,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/08/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,23.3,A,7,21.1,A,7,87,A,7,986,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/08/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.8,A,7,21.1,A,7,90,A,7,986,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/08/2001,06:00,22,587,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,23.9,A,7,21.1,A,7,84,A,7,987,A,7,30,A,7,1.5,A,7,8000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,07:00,239,1329,111,2,8,153,2,15,84,2,8,120,2,8,113,2,15,99,2,8,180,2,19,0,E,9,0,E,9,25.0,A,7,22.2,A,7,84,A,7,987,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,08:00,503,1329,269,2,8,335,2,15,142,2,8,287,2,8,326,2,15,163,2,8,292,2,19,0,E,9,0,E,9,27.2,A,7,21.7,A,7,72,A,7,988,A,7,360,B,8,2.1,A,7,9600,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,09:00,749,1329,440,2,8,411,2,15,207,2,8,462,2,8,418,2,15,226,2,8,471,2,19,0,E,9,0,E,9,29.4,A,7,22.8,A,7,68,A,7,988,A,7,360,B,8,3.1,A,7,6400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,10:00,958,1329,620,2,8,553,2,15,221,2,8,672,2,8,575,2,15,256,2,8,642,2,19,0,E,9,0,E,9,30.0,A,7,21.7,A,7,61,A,7,988,A,7,360,A,7,3.1,A,7,4800,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,11:00,1117,1329,766,2,8,628,2,15,237,2,8,808,2,8,637,2,15,271,2,8,964,2,19,0,E,9,0,A,7,31.7,A,7,21.7,A,7,56,A,7,988,A,7,10,A,7,2.1,A,7,6400,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,12:00,1215,1329,861,2,8,656,2,15,260,2,8,912,2,8,666,2,15,301,2,8,1488,2,19,0,E,9,0,E,9,32.2,A,7,21.1,A,7,52,A,7,987,A,7,10,B,8,2.6,A,7,6400,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,13:00,1244,1329,901,2,8,726,2,15,219,2,8,968,2,8,745,2,15,269,2,8,1461,2,19,3,E,9,3,E,9,32.8,A,7,21.1,A,7,50,A,7,986,A,7,360,B,8,3.1,A,7,6400,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,14:00,1204,1329,850,2,8,664,2,15,247,2,8,902,2,8,676,2,15,289,2,8,1353,2,19,3,E,9,3,E,9,33.3,A,7,20.6,A,7,47,A,7,987,A,7,360,A,7,2.6,A,7,6400,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,15:00,1096,1329,753,2,8,662,2,15,205,2,8,800,2,8,675,2,15,242,2,8,796,2,19,3,E,9,3,E,9,33.3,A,7,20.0,A,7,46,A,7,986,A,7,10,B,8,2.6,A,7,6400,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,16:00,928,1329,615,2,8,611,2,15,188,2,8,646,2,8,617,2,15,214,2,8,517,2,19,3,E,9,3,E,9,33.3,A,7,21.1,A,7,49,A,7,985,A,7,10,A,7,3.1,A,7,6400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,17:00,712,1329,434,2,8,511,2,15,160,2,8,466,2,8,518,2,15,188,2,8,346,2,19,3,E,9,3,E,9,32.8,A,7,20.6,A,7,49,A,7,985,A,7,360,A,7,2.1,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,18:00,462,1329,245,2,8,388,2,15,110,2,8,258,2,8,359,2,15,133,2,8,209,2,19,0,E,9,0,E,9,32.2,A,7,20.6,A,7,50,A,7,985,A,7,20,A,7,1.5,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,19:00,196,1329,76,2,8,203,2,15,46,2,8,79,2,8,130,2,15,60,2,8,83,2,19,0,E,9,0,A,7,30.6,A,7,21.7,A,7,59,A,7,984,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,20:00,9,365,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,28.9,A,7,21.7,A,7,65,A,7,985,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,26.7,A,7,21.7,A,7,74,A,7,985,A,7,200,A,7,1.5,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,26.7,A,7,21.7,A,7,74,A,7,986,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,25.0,A,7,21.7,A,7,82,A,7,985,A,7,220,A,7,3.1,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/08/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,26.1,A,7,21.7,A,7,77,A,7,985,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,25.0,A,7,21.7,A,7,82,A,7,984,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,24.4,A,7,21.1,A,7,82,A,7,985,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,23.3,A,7,21.1,A,7,87,A,7,985,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/09/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,23.3,A,7,21.1,A,7,87,A,7,985,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/09/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.2,A,7,20.6,A,7,91,A,7,985,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/09/2001,06:00,21,565,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,22.8,A,7,20.6,A,7,87,A,7,985,A,7,0,A,7,0.0,A,7,4000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/09/2001,07:00,236,1329,102,2,8,103,2,15,84,2,8,110,2,8,76,2,15,96,2,8,180,2,19,0,E,9,0,E,9,25.0,A,7,21.1,A,7,79,A,7,985,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,08:00,501,1329,277,2,8,380,2,15,133,2,8,288,2,8,359,2,15,153,2,8,259,2,19,0,E,9,0,E,9,27.0,A,7,23.0,A,7,79,A,7,986,A,7,20,A,7,1.5,A,7,4000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,09:00,746,1329,447,2,8,436,2,15,201,2,8,471,2,8,443,2,15,221,2,8,455,2,19,0,E,9,0,A,7,30.0,A,7,22.2,A,7,63,A,7,987,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,10:00,956,1329,627,2,8,577,2,15,211,2,8,655,2,8,581,2,15,236,2,8,600,2,19,1,E,9,0,E,9,31.7,A,7,21.1,A,7,54,A,7,987,A,7,160,A,7,2.1,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,11:00,1115,1329,754,2,8,628,2,15,226,2,8,798,2,8,638,2,15,261,2,8,917,2,19,0,E,9,0,E,9,32.8,A,7,21.1,A,7,50,A,7,987,A,7,160,B,8,1.5,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,12:00,1213,1329,831,2,8,596,2,15,286,2,8,874,2,8,602,2,15,323,2,8,1609,2,19,4,E,9,4,E,9,32.2,A,7,20.6,A,7,50,A,7,986,A,7,160,A,7,3.1,A,7,4800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,13:00,1242,1329,811,2,8,558,2,15,288,2,8,855,2,8,564,2,15,326,2,8,1868,2,19,8,E,9,8,E,9,33.9,A,7,21.1,A,7,47,A,7,984,A,7,230,A,7,4.1,A,7,4800,B,7,1829,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,14:00,1202,1329,797,2,8,581,2,15,271,2,8,841,2,8,588,2,15,308,2,8,1459,2,19,1,E,9,1,E,9,33.3,A,7,20.0,A,7,46,A,7,985,A,7,190,A,7,3.6,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,15:00,1094,1329,573,2,8,251,2,15,367,2,8,625,2,8,272,2,15,401,2,8,1385,2,19,2,E,9,1,E,9,33.9,A,7,21.1,A,7,47,A,7,983,A,7,210,B,8,2.6,A,7,4800,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,16:00,925,1329,514,2,8,308,2,15,298,2,8,555,2,8,331,2,15,324,2,8,850,2,19,2,E,9,1,E,9,33.9,A,7,20.6,A,7,46,A,7,984,A,7,220,A,7,3.1,A,7,4800,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,17:00,708,1329,396,2,8,370,2,15,199,2,8,428,2,8,388,2,15,221,2,8,454,2,19,3,E,9,3,E,9,33.3,A,7,20.6,A,7,47,A,7,983,A,7,310,A,7,3.1,A,7,4800,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,18:00,458,1329,225,2,8,285,2,15,126,2,8,239,2,8,270,2,15,146,2,8,254,2,19,0,E,9,0,E,9,32.8,A,7,21.1,A,7,50,A,7,983,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,19:00,192,1329,71,2,8,161,2,15,48,2,8,75,2,8,100,2,15,61,2,8,88,2,19,0,E,9,0,A,7,31.1,A,7,21.7,A,7,57,A,7,982,A,7,100,A,7,1.5,A,7,4800,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,20:00,7,343,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,6,E,9,5,E,9,30.6,A,7,22.2,A,7,61,A,7,983,A,7,140,A,7,3.1,A,7,4800,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,28.9,A,7,20.6,A,7,61,A,7,984,A,7,0,A,7,0.0,A,7,4800,B,7,1829,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,3,E,9,27.8,A,7,20.0,A,7,63,A,7,984,A,7,150,A,7,1.5,A,7,12800,B,7,77777,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/09/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,27.8,A,7,21.7,A,7,69,A,7,984,A,7,190,A,7,4.1,A,7,11200,B,7,77777,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/09/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,26.1,A,7,22.2,A,7,79,A,7,983,A,7,210,A,7,3.1,A,7,11200,B,7,77777,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,25.6,A,7,21.1,A,7,76,A,7,983,A,7,210,A,7,2.6,A,7,12800,B,7,77777,A,7,5.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,25.0,A,7,20.6,A,7,77,A,7,983,A,7,200,A,7,3.1,A,7,14400,B,7,77777,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,24.4,A,7,21.1,A,7,82,A,7,983,A,7,230,A,7,3.1,A,7,11200,B,7,77777,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,0,E,9,23.9,A,7,21.7,A,7,88,A,7,983,A,7,220,A,7,3.1,A,7,11200,B,7,77777,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,23.3,A,7,21.7,A,7,91,A,7,983,A,7,260,A,7,2.6,A,7,9600,B,7,77777,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/10/2001,06:00,20,543,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,5,E,9,5,E,9,23.0,A,7,22.0,A,7,94,A,7,983,A,7,230,A,7,2.1,A,7,4000,B,7,7500,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/10/2001,07:00,233,1330,114,2,8,155,2,15,87,2,8,122,2,8,113,2,15,102,2,8,186,2,19,0,E,9,0,E,9,25.0,A,7,22.2,A,7,84,A,7,983,A,7,250,A,7,1.5,A,7,4000,B,7,77777,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/10/2001,08:00,498,1330,277,2,8,380,2,15,135,2,8,289,2,8,358,2,15,154,2,8,263,2,19,0,E,9,0,E,9,26.7,A,7,22.8,A,7,79,A,7,984,A,7,330,A,7,1.5,A,7,8000,B,7,77777,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/10/2001,09:00,744,1330,460,2,8,485,2,15,188,2,8,488,2,8,493,2,15,211,2,8,422,2,19,0,E,9,0,E,9,28.9,A,7,22.2,A,7,67,A,7,984,A,7,20,A,7,2.6,A,7,11200,B,7,77777,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,10:00,954,1330,646,2,8,638,2,15,187,2,8,680,2,8,646,2,15,216,2,8,538,2,19,0,E,9,0,E,9,30.0,A,7,22.2,A,7,63,A,7,984,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,11:00,1113,1330,785,2,8,688,2,15,207,2,8,835,2,8,702,2,15,246,2,8,841,2,19,0,E,9,0,E,9,31.1,A,7,21.7,A,7,57,A,7,984,A,7,340,B,8,1.5,A,7,14400,B,7,77777,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,12:00,1211,1330,861,2,8,644,2,15,273,2,8,908,2,8,652,2,15,313,2,8,1526,2,19,8,E,9,8,E,9,31.7,A,7,22.2,A,7,57,A,7,984,A,7,320,A,7,3.1,A,7,16000,B,7,1341,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,13:00,1240,1330,745,2,8,402,2,15,369,2,8,797,2,8,420,2,15,404,2,8,2451,2,19,8,E,9,8,E,9,32.8,A,7,22.2,A,7,54,A,7,982,A,7,330,B,8,3.1,A,7,16000,B,7,1463,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,14:00,1199,1330,797,2,8,580,2,15,272,2,8,839,2,8,587,2,15,308,2,8,1448,2,19,8,E,9,8,E,9,32.8,A,7,22.2,A,7,54,A,7,983,A,7,350,B,8,3.1,A,7,16000,B,7,1981,A,7,5.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,17,C,8 +08/10/2001,15:00,1091,1330,469,2,8,125,2,15,366,2,8,516,2,8,133,2,15,407,2,8,1376,2,19,8,E,9,6,E,9,32.2,A,7,21.7,A,7,54,A,7,983,A,7,360,A,7,4.1,A,7,16000,B,7,7620,A,7,5.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,17,C,8 +08/10/2001,16:00,922,1330,135,2,8,0,2,15,135,2,8,165,2,8,0,2,15,165,2,8,679,2,19,7,E,9,6,E,9,29.4,A,7,22.8,A,7,68,A,7,982,A,7,0,A,7,0.0,A,7,16000,B,7,5486,A,7,5.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,17,C,8 +08/10/2001,17:00,705,1330,130,2,8,0,2,15,130,2,8,154,2,8,0,2,15,154,2,8,591,2,19,4,E,9,3,E,9,30.0,A,7,22.2,A,7,63,A,7,982,A,7,260,A,7,2.6,A,7,16000,B,7,7620,A,7,5.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,18:00,454,1330,224,2,8,194,2,15,158,2,8,242,2,8,183,2,15,179,2,8,360,2,19,1,E,9,1,E,9,30.0,A,7,22.8,A,7,65,A,7,982,A,7,220,A,7,1.5,A,7,16000,B,7,6096,A,7,5.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,19:00,187,1330,41,2,8,5,2,15,40,2,8,46,2,8,0,2,15,46,2,8,141,2,19,5,E,9,5,A,7,30.0,A,7,22.8,A,7,65,A,7,981,A,7,280,A,7,2.1,A,7,14400,B,7,77777,A,7,5.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,20:00,6,321,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,6,E,9,3,E,9,28.9,A,7,23.3,A,7,72,A,7,983,A,7,260,A,7,1.5,A,7,16000,B,7,77777,A,7,5.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,4,E,9,27.2,A,7,24.4,A,7,85,A,7,983,A,7,150,A,7,2.1,A,7,12800,B,7,7620,A,7,5.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,6,E,9,27.8,A,7,23.9,A,7,79,A,7,984,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,5.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,5,E,9,27.2,A,7,22.8,A,7,77,A,7,984,A,7,170,A,7,2.1,A,7,12800,B,7,77777,A,7,5.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/10/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,26.7,A,7,22.8,A,7,79,A,7,984,A,7,180,A,7,3.1,A,7,12800,B,7,2134,A,7,6.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/11/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,8,E,9,25.6,A,7,22.2,A,7,82,A,7,982,A,7,160,A,7,2.1,A,7,11200,B,7,19873,A,7,6.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/11/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,25.0,A,7,22.8,A,7,88,A,7,983,A,7,210,A,7,2.6,A,7,11200,B,7,1402,A,7,5.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/11/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,B,8,10,B,8,25.0,A,7,22.8,A,7,88,A,7,984,A,7,210,A,7,2.1,A,7,9600,B,7,77777,A,7,5.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +08/11/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.0,A,7,20.0,A,7,88,A,7,984,A,7,150,A,7,5.1,A,7,800,B,7,180,A,7,5.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +08/11/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.1,A,7,20.6,A,7,97,A,7,983,A,7,80,A,7,4.1,A,7,8400,C,8,18471,A,7,5.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/11/2001,06:00,19,521,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,B,8,9,B,8,21.7,A,7,20.6,A,7,93,A,7,983,A,7,300,A,7,1.5,A,7,16000,B,7,1676,A,7,5.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +08/11/2001,07:00,230,1330,21,2,8,0,2,15,21,2,8,25,2,8,0,2,15,25,2,8,86,2,19,9,E,9,8,E,9,21.7,A,7,20.6,A,7,93,A,7,984,A,7,230,A,7,3.6,A,7,14400,B,7,12984,A,7,5.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +08/11/2001,08:00,495,1330,44,2,8,0,2,15,44,2,8,54,2,8,0,2,15,54,2,8,203,2,19,9,E,9,9,E,9,22.2,A,7,21.1,A,7,93,A,7,985,A,7,260,A,7,3.1,A,7,11200,B,7,975,A,7,5.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +08/11/2001,09:00,742,1330,174,2,8,0,2,15,174,2,8,203,2,8,0,2,15,203,2,8,763,2,19,7,E,9,6,E,9,24.4,A,7,22.8,A,7,91,A,7,985,A,7,230,A,7,2.6,A,7,11200,B,7,5486,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/11/2001,10:00,952,1330,576,2,8,364,2,15,314,2,8,622,2,8,392,2,15,341,2,8,930,2,19,5,B,8,5,B,8,25.6,A,7,23.3,A,7,87,A,7,986,A,7,190,B,8,1.5,A,7,9600,B,7,305,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/11/2001,11:00,1112,1330,573,2,8,229,2,15,381,2,8,624,2,8,248,2,15,416,2,8,1499,2,19,4,E,9,3,E,9,26.7,A,7,23.9,A,7,85,A,7,986,A,7,150,A,7,3.1,A,7,9600,B,7,5486,A,7,5.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +08/11/2001,12:00,1209,1330,849,2,8,596,2,15,306,2,8,888,2,8,599,2,15,342,2,8,1678,2,19,5,E,9,5,E,9,28.9,A,7,23.9,A,7,74,A,7,985,A,7,210,A,7,2.1,A,7,12800,B,7,5486,A,7,5.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/11/2001,13:00,1238,1330,811,2,8,552,2,15,295,2,8,886,2,8,579,2,15,346,2,8,1920,2,19,8,E,9,8,E,9,30.0,A,7,24.4,A,7,72,A,7,984,A,7,170,A,7,4.6,A,7,14400,B,7,1372,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/11/2001,14:00,1197,1330,838,2,8,569,2,15,325,2,8,903,2,8,595,2,15,366,2,8,1766,2,19,7,E,9,6,E,9,31.1,A,7,23.9,A,7,66,A,7,984,A,7,180,A,7,4.1,A,7,16000,B,7,7620,A,7,5.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,17,C,8 +08/11/2001,15:00,1088,1330,226,2,8,12,2,15,216,2,8,274,2,8,9,2,15,266,2,8,1064,2,19,9,E,9,8,E,9,28.3,A,7,24.4,A,7,79,A,7,984,A,7,60,A,7,1.5,A,7,14400,B,7,11643,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,17,C,8 +08/11/2001,16:00,919,1330,254,2,8,18,2,15,241,2,8,297,2,8,15,2,15,286,2,8,1088,2,19,9,E,9,8,E,9,23.3,A,7,21.1,A,7,87,A,7,985,A,7,360,A,7,6.2,A,7,12800,B,7,1067,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +08/11/2001,17:00,701,1330,70,2,8,0,2,15,70,2,8,87,2,8,0,2,15,87,2,8,344,2,19,10,E,9,10,E,9,22.2,A,7,21.7,A,7,97,A,7,985,A,7,10,A,7,6.2,A,7,8000,B,7,1311,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/11/2001,18:00,450,1330,55,2,8,0,2,15,55,2,8,66,2,8,0,2,15,66,2,8,241,2,19,10,E,9,8,E,9,22.2,A,7,21.7,A,7,97,A,7,984,A,7,10,A,7,3.1,A,7,11200,B,7,1219,A,7,5.5,E,8,0.000,F,8,0.00,F,8,3,1,D,9,61,C,8 +08/11/2001,19:00,183,1330,11,2,8,0,2,15,11,2,8,14,2,8,0,2,15,14,2,8,46,2,19,10,E,9,8,A,7,22.2,A,7,21.7,A,7,97,A,7,985,A,7,190,A,7,5.7,A,7,16000,B,7,884,A,7,5.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +08/11/2001,20:00,5,277,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,8,E,9,22.8,A,7,21.7,A,7,94,A,7,987,A,7,120,A,7,3.1,A,7,12800,B,7,1829,A,7,5.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +08/11/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,E,9,22.2,A,7,21.1,A,7,93,A,7,987,A,7,180,A,7,1.5,A,7,14400,B,7,3300,A,7,5.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,17,C,8 +08/11/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,E,9,21.7,A,7,21.7,A,7,100,A,7,987,A,7,0,A,7,0.0,A,7,11200,B,7,1829,A,7,5.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +08/11/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,8,E,9,21.7,A,7,21.1,A,7,96,A,7,987,A,7,180,A,7,3.6,A,7,14400,B,7,3048,A,7,5.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +08/11/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,E,9,21.7,A,7,21.1,A,7,96,A,7,987,A,7,180,A,7,2.1,A,7,16000,B,7,1524,A,7,6.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,7,E,9,21.7,A,7,20.6,A,7,93,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,6.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,7,E,9,21.7,A,7,21.1,A,7,96,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,5.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,6,E,9,6,E,9,21.7,A,7,21.1,A,7,96,A,7,987,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,5.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,6,E,9,21.7,A,7,21.1,A,7,96,A,7,987,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,5.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,4,E,9,21.1,A,7,20.6,A,7,97,A,7,987,A,7,200,A,7,1.5,A,7,14400,B,7,77777,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,06:00,17,499,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,9,E,9,8,E,9,21.1,A,7,20.6,A,7,97,A,7,988,A,7,190,A,7,2.6,A,7,11200,B,7,122,A,7,5.3,E,8,0.000,F,8,0.00,F,8,3,1,D,9,00,C,8 +08/12/2001,07:00,227,1330,106,2,8,141,2,15,82,2,8,113,2,8,101,2,15,96,2,8,175,2,19,10,E,9,10,E,9,21.7,A,7,21.7,A,7,100,A,7,988,A,7,200,A,7,3.1,A,7,3200,B,7,732,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/12/2001,08:00,493,1330,220,2,8,146,2,15,165,2,8,237,2,8,141,2,15,185,2,8,381,2,19,8,E,9,8,E,9,23.3,A,7,22.2,A,7,94,A,7,988,A,7,200,A,7,4.1,A,7,3200,B,7,122,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/12/2001,09:00,740,1330,461,2,8,442,2,15,214,2,8,481,2,8,448,2,15,232,2,8,485,2,19,3,E,9,3,E,9,25.0,A,7,22.8,A,7,88,A,7,989,A,7,200,A,7,4.1,A,7,11200,B,7,7620,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/12/2001,10:00,950,1330,595,2,8,480,2,15,252,2,8,635,2,8,498,2,15,279,2,8,729,2,19,0,E,9,0,E,9,26.1,A,7,23.3,A,7,85,A,7,989,A,7,210,A,7,3.6,A,7,11200,B,7,7620,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,11:00,1110,1330,698,2,8,483,2,15,294,2,8,750,2,8,505,2,15,329,2,8,1193,2,19,5,E,9,5,E,9,27.8,A,7,23.3,A,7,77,A,7,989,A,7,200,A,7,4.1,A,7,14400,B,7,7620,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,12:00,1207,1330,715,2,8,361,2,15,386,2,8,786,2,8,393,2,15,429,2,8,1982,2,19,8,E,9,8,E,9,28.9,A,7,23.3,A,7,72,A,7,989,A,7,190,A,7,4.6,A,7,16000,B,7,975,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,13:00,1236,1330,762,2,8,456,2,15,338,2,8,823,2,8,477,2,15,378,2,8,2182,2,19,8,E,9,8,E,9,30.0,A,7,22.2,A,7,63,A,7,987,A,7,220,A,7,5.7,A,7,16000,B,7,1311,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,14:00,1195,1330,844,2,8,634,2,15,273,2,8,888,2,8,641,2,15,311,2,8,1421,2,19,5,E,9,5,E,9,31.1,A,7,21.7,A,7,57,A,7,988,A,7,220,A,7,5.7,A,7,16000,B,7,7620,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,15:00,1085,1330,741,2,8,626,2,15,228,2,8,780,2,8,635,2,15,261,2,8,849,2,19,8,E,9,8,E,9,30.6,A,7,21.1,A,7,57,A,7,987,A,7,220,A,7,5.7,A,7,16000,B,7,1676,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,16:00,916,1330,502,2,8,261,2,15,322,2,8,539,2,8,280,2,15,346,2,8,922,2,19,7,E,9,5,E,9,29.4,A,7,21.1,A,7,61,A,7,986,A,7,220,A,7,4.6,A,7,16000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,17:00,698,1330,206,2,8,23,2,15,193,2,8,235,2,8,19,2,15,225,2,8,797,2,19,8,E,9,5,E,9,30.0,A,7,21.1,A,7,59,A,7,987,A,7,230,A,7,6.2,A,7,16000,B,7,7620,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,18:00,446,1330,149,2,8,51,2,15,132,2,8,163,2,8,48,2,15,148,2,8,355,2,19,8,E,9,5,E,9,30.0,A,7,20.0,A,7,55,A,7,986,A,7,230,A,7,4.1,A,7,16000,B,7,7620,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,19:00,178,1330,54,2,8,74,2,15,44,2,8,59,2,8,48,2,15,53,2,8,93,2,19,10,E,9,10,A,7,28.9,A,7,20.6,A,7,61,A,7,985,A,7,250,A,7,3.1,A,7,16000,B,7,2286,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,20:00,4,255,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,9,E,9,8,E,9,27.2,A,7,21.1,A,7,69,A,7,987,A,7,280,A,7,2.1,A,7,16000,B,7,1981,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,8,E,9,26.7,A,7,20.0,A,7,67,A,7,987,A,7,260,A,7,2.6,A,7,16000,B,7,2286,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,26.1,A,7,20.0,A,7,69,A,7,988,A,7,240,A,7,2.6,A,7,16000,B,7,2591,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,4,E,9,24.4,A,7,20.0,A,7,76,A,7,987,A,7,230,A,7,2.6,A,7,16000,B,7,77777,A,7,5.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/12/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,6,E,9,5,E,9,23.9,A,7,20.0,A,7,79,A,7,987,A,7,220,A,7,3.1,A,7,16000,B,7,77777,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,7,E,9,24.4,A,7,20.0,A,7,76,A,7,986,A,7,230,A,7,3.1,A,7,16000,B,7,77777,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,23.9,A,7,20.6,A,7,82,A,7,986,A,7,190,A,7,2.1,A,7,16000,B,7,1981,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,23.3,A,7,20.6,A,7,85,A,7,986,A,7,200,A,7,1.5,A,7,16000,B,7,2438,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,6,E,9,23.3,A,7,20.6,A,7,85,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,7,E,9,22.8,A,7,20.6,A,7,87,A,7,986,A,7,210,A,7,2.6,A,7,16000,B,7,77777,A,7,5.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,06:00,16,499,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,8,E,9,7,E,9,22.8,A,7,20.6,A,7,87,A,7,986,A,7,230,A,7,1.5,A,7,16000,B,7,6096,A,7,5.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,07:00,224,1331,32,2,8,0,2,15,32,2,8,37,2,8,0,2,15,37,2,8,124,2,19,10,E,9,9,E,9,23.9,A,7,21.1,A,7,84,A,7,986,A,7,230,A,7,3.1,A,7,16000,B,7,2591,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,08:00,490,1331,125,2,8,0,2,15,125,2,8,142,2,8,0,2,15,142,2,8,483,2,19,9,E,9,6,E,9,24.4,A,7,21.1,A,7,82,A,7,987,A,7,260,A,7,3.6,A,7,16000,B,7,4572,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,09:00,737,1331,140,2,8,0,2,15,140,2,8,166,2,8,0,2,15,166,2,8,641,2,19,10,E,9,10,E,9,24.4,A,7,21.7,A,7,85,A,7,987,A,7,280,A,7,2.6,A,7,16000,B,7,1829,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,10:00,948,1331,115,2,8,0,2,15,115,2,8,143,2,8,0,2,15,143,2,8,595,2,19,10,E,9,9,E,9,23.9,A,7,22.2,A,7,90,A,7,987,A,7,290,A,7,2.1,A,7,6400,B,7,427,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/13/2001,11:00,1108,1331,131,2,8,0,2,15,131,2,8,165,2,8,0,2,15,165,2,8,692,2,19,8,E,9,6,E,9,23.3,A,7,22.2,A,7,94,A,7,987,A,7,280,A,7,2.6,A,7,12800,B,7,3962,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/13/2001,12:00,1205,1331,318,2,8,12,2,15,307,2,8,381,2,8,10,2,15,372,2,8,1436,2,19,9,E,9,8,E,9,24.4,A,7,22.8,A,7,91,A,7,986,A,7,280,A,7,2.1,A,7,16000,B,7,3962,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/13/2001,13:00,1234,1331,270,2,8,6,2,15,265,2,8,329,2,8,5,2,15,325,2,8,1286,2,19,7,E,9,6,E,9,25.0,A,7,22.8,A,7,88,A,7,985,A,7,260,A,7,3.1,A,7,16000,B,7,77777,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +08/13/2001,14:00,1192,1331,283,2,8,6,2,15,278,2,8,342,2,8,5,2,15,337,2,8,1327,2,19,6,E,9,6,E,9,25.6,A,7,22.2,A,7,82,A,7,985,A,7,230,A,7,3.6,A,7,16000,B,7,3962,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +08/13/2001,15:00,1083,1331,532,2,8,215,2,15,357,2,8,587,2,8,229,2,15,400,2,8,1320,2,19,5,E,9,5,E,9,26.7,A,7,22.8,A,7,79,A,7,984,A,7,220,A,7,3.1,A,7,16000,B,7,3962,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,16:00,913,1331,237,2,8,18,2,15,224,2,8,278,2,8,15,2,15,268,2,8,1026,2,19,6,E,9,6,E,9,27.2,A,7,22.2,A,7,74,A,7,984,A,7,250,A,7,1.5,A,7,16000,B,7,7620,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,17:00,694,1331,335,2,8,199,2,15,231,2,8,365,2,8,205,2,15,258,2,8,584,2,19,9,E,9,8,E,9,27.2,A,7,22.2,A,7,74,A,7,984,A,7,270,A,7,2.6,A,7,16000,B,7,914,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,18:00,441,1331,218,2,8,256,2,15,133,2,8,231,2,8,239,2,15,151,2,8,272,2,19,9,E,9,8,E,9,23.9,A,7,21.7,A,7,88,A,7,983,A,7,310,A,7,3.1,A,7,12800,B,7,1433,A,7,4.4,E,8,0.000,F,8,0.00,F,8,5,1,D,9,00,C,8 +08/13/2001,19:00,174,1331,21,2,8,0,2,15,21,2,8,25,2,8,0,2,15,25,2,8,82,2,19,8,E,9,8,A,7,22.8,A,7,21.7,A,7,94,A,7,983,A,7,220,A,7,3.1,A,7,14400,B,7,701,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,80,C,8 +08/13/2001,20:00,4,233,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,9,E,9,8,E,9,22.8,A,7,21.7,A,7,94,A,7,984,A,7,260,A,7,1.5,A,7,16000,B,7,3300,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +08/13/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,8,E,9,22.2,A,7,21.7,A,7,97,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,2896,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,80,C,8 +08/13/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,8,E,9,22.8,A,7,21.7,A,7,94,A,7,983,A,7,0,A,7,0.0,A,7,16000,B,7,2438,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.8,A,7,21.7,A,7,94,A,7,983,A,7,300,A,7,1.5,A,7,16000,B,7,2896,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/13/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.2,A,7,21.7,A,7,97,A,7,983,A,7,290,A,7,2.1,A,7,16000,B,7,3353,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,7,E,9,22.8,A,7,21.1,A,7,90,A,7,982,A,7,340,A,7,2.1,A,7,16000,B,7,3962,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,22.2,A,7,21.7,A,7,97,A,7,982,A,7,360,A,7,1.5,A,7,14400,B,7,3962,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,8,E,9,22.2,A,7,21.1,A,7,93,A,7,982,A,7,10,B,8,2.1,A,7,11200,B,7,1829,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,21.7,A,7,21.1,A,7,96,A,7,982,A,7,20,A,7,2.6,A,7,8000,B,7,1829,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/14/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.7,A,7,21.7,A,7,100,A,7,982,A,7,40,A,7,3.6,A,7,6400,B,7,91,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/14/2001,06:00,15,477,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,4,E,9,4,E,9,21.7,A,7,21.1,A,7,96,A,7,983,A,7,30,A,7,2.1,A,7,4000,B,7,7620,A,7,3.9,E,8,0.000,F,8,0.00,F,8,28,1,D,9,10,C,8 +08/14/2001,07:00,221,1331,108,2,8,165,2,15,81,2,8,112,2,8,110,2,15,93,2,8,164,2,19,0,E,9,0,E,9,21.7,A,7,21.1,A,7,96,A,7,983,A,7,20,A,7,2.1,A,7,4800,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/14/2001,08:00,487,1331,257,2,8,324,2,15,138,2,8,274,2,8,313,2,15,159,2,8,282,2,19,0,E,9,0,E,9,23.3,A,7,20.0,A,7,82,A,7,983,A,7,30,A,7,3.1,A,7,11200,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/14/2001,09:00,735,1331,455,2,8,467,2,15,196,2,8,479,2,8,474,2,15,217,2,8,438,2,19,0,E,9,0,E,9,25.0,A,7,19.4,A,7,71,A,7,983,A,7,20,A,7,3.1,A,7,11200,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,10:00,946,1331,627,2,8,601,2,15,199,2,8,657,2,8,606,2,15,225,2,8,558,2,19,0,E,9,0,E,9,26.1,A,7,18.9,A,7,65,A,7,984,A,7,30,A,7,4.6,A,7,12800,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,11:00,1106,1331,785,2,8,694,2,15,207,2,8,835,2,8,708,2,15,245,2,8,820,2,19,0,E,9,0,E,9,27.2,A,7,18.9,A,7,61,A,7,983,A,7,40,A,7,3.6,A,7,11200,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,12:00,1203,1331,855,2,8,668,2,15,250,2,8,907,2,8,679,2,15,291,2,8,1350,2,19,0,E,9,0,E,9,28.3,A,7,19.4,A,7,59,A,7,984,A,7,40,B,8,2.6,A,7,11200,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,13:00,1232,1331,834,2,8,600,2,15,278,2,8,881,2,8,607,2,15,317,2,8,1695,2,19,4,E,9,4,E,9,28.3,A,7,18.3,A,7,55,A,7,982,A,7,40,A,7,3.6,A,7,11200,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,14:00,1190,1331,726,2,8,437,2,15,334,2,8,779,2,8,457,2,15,369,2,8,1757,2,19,3,E,9,3,A,7,29.4,A,7,18.3,A,7,51,A,7,983,A,7,50,B,8,2.1,A,7,12800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,15:00,1080,1331,723,2,8,596,2,15,238,2,8,759,2,8,603,2,15,269,2,8,868,2,19,2,E,9,2,A,7,30.0,A,7,18.3,A,7,50,A,7,982,A,7,60,A,7,5.2,A,7,12800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,16:00,909,1331,603,2,8,617,2,15,181,2,8,633,2,8,623,2,15,207,2,8,484,2,19,3,E,9,3,E,9,29.4,A,7,17.2,A,7,48,A,7,982,A,7,30,A,7,4.1,A,7,12800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,17:00,690,1331,421,2,8,504,2,15,160,2,8,450,2,8,508,2,15,186,2,8,340,2,19,3,E,9,3,E,9,28.9,A,7,17.8,A,7,51,A,7,982,A,7,10,A,7,2.1,A,7,12800,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,18:00,437,1331,217,2,8,324,2,15,111,2,8,227,2,8,294,2,15,130,2,8,210,2,19,3,E,9,3,E,9,28.3,A,7,18.9,A,7,57,A,7,982,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,19:00,169,1331,59,2,8,147,2,15,41,2,8,63,2,8,83,2,15,53,2,8,75,2,19,5,E,9,5,A,7,27.2,A,7,18.3,A,7,58,A,7,981,A,7,10,A,7,1.5,A,7,11200,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,20:00,3,211,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,8,E,9,8,E,9,25.6,A,7,18.9,A,7,67,A,7,983,A,7,60,A,7,2.1,A,7,12800,B,7,3048,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,23.9,A,7,20.0,A,7,79,A,7,983,A,7,30,A,7,2.1,A,7,9600,B,7,3048,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/14/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,24.4,A,7,20.0,A,7,76,A,7,983,A,7,10,A,7,1.5,A,7,9600,B,7,3048,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/14/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,23.9,A,7,19.4,A,7,76,A,7,983,A,7,50,A,7,2.1,A,7,11200,B,7,3353,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/14/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,A,7,22.8,A,7,19.4,A,7,81,A,7,984,A,7,30,A,7,1.5,A,7,9600,B,7,3353,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,6,E,9,6,E,9,22.2,A,7,18.9,A,7,82,A,7,983,A,7,40,A,7,2.1,A,7,11200,B,7,3658,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/15/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,21.7,A,7,18.3,A,7,81,A,7,983,A,7,20,A,7,2.6,A,7,12800,B,7,3353,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,21.1,A,7,18.3,A,7,84,A,7,983,A,7,50,A,7,1.5,A,7,11200,B,7,4572,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,21.1,A,7,18.3,A,7,84,A,7,984,A,7,40,A,7,2.1,A,7,11200,B,7,2743,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,20.6,A,7,18.3,A,7,87,A,7,984,A,7,360,A,7,2.1,A,7,11200,B,7,3048,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,06:00,14,455,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,E,9,20.6,A,7,17.8,A,7,84,A,7,985,A,7,350,A,7,1.5,A,7,9600,B,7,1981,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/15/2001,07:00,218,1332,66,2,8,0,2,15,66,2,8,73,2,8,0,2,15,73,2,8,209,2,19,10,E,9,10,E,9,21.1,A,7,18.3,A,7,84,A,7,985,A,7,40,A,7,2.1,A,7,9600,B,7,3048,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/15/2001,08:00,485,1332,110,2,8,0,2,15,110,2,8,126,2,8,0,2,15,126,2,8,438,2,19,10,E,9,10,E,9,21.7,A,7,18.9,A,7,84,A,7,986,A,7,80,A,7,2.6,A,7,9600,B,7,2896,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/15/2001,09:00,733,1332,127,2,8,0,2,15,127,2,8,152,2,8,0,2,15,152,2,8,589,2,19,10,E,9,10,E,9,22.2,A,7,18.9,A,7,82,A,7,986,A,7,70,A,7,2.1,A,7,11200,B,7,2896,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,10:00,944,1332,346,2,8,49,2,15,311,2,8,381,2,8,50,2,15,345,2,8,1115,2,19,8,E,9,8,E,9,23.9,A,7,19.4,A,7,76,A,7,986,A,7,60,A,7,2.6,A,7,11200,B,7,3048,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,11:00,1104,1332,393,2,8,66,2,15,338,2,8,434,2,8,68,2,15,378,2,8,1434,2,19,3,E,9,3,E,9,25.6,A,7,20.0,A,7,71,A,7,986,A,7,30,B,8,2.1,A,7,11200,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,12:00,1201,1332,843,2,8,566,2,15,332,2,8,907,2,8,592,2,15,372,2,8,1821,2,19,5,E,9,5,E,9,26.1,A,7,18.9,A,7,65,A,7,986,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,13:00,1230,1332,864,2,8,648,2,15,265,2,8,915,2,8,658,2,15,307,2,8,1599,2,19,3,E,9,3,E,9,27.8,A,7,18.3,A,7,56,A,7,985,A,7,60,A,7,3.6,A,7,14400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,14:00,1187,1332,849,2,8,694,2,15,229,2,8,904,2,8,708,2,15,272,2,8,1167,2,19,4,E,9,4,E,9,27.8,A,7,18.9,A,7,58,A,7,986,A,7,110,A,7,2.6,A,7,11200,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,15:00,1077,1332,717,2,8,566,2,15,258,2,8,777,2,8,592,2,15,298,2,8,953,2,19,4,E,9,4,E,9,28.9,A,7,18.3,A,7,53,A,7,985,A,7,100,B,8,1.5,A,7,12800,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,16:00,906,1332,484,2,8,267,2,15,302,2,8,522,2,8,287,2,15,326,2,8,845,2,19,4,E,9,4,E,9,27.8,A,7,18.3,A,7,56,A,7,985,A,7,90,B,8,2.1,A,7,11200,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,17:00,686,1332,410,2,8,422,2,15,193,2,8,430,2,8,424,2,15,211,2,8,418,2,19,3,E,9,3,E,9,27.8,A,7,18.3,A,7,56,A,7,985,A,7,80,A,7,2.6,A,7,11200,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,18:00,432,1332,207,2,8,273,2,15,118,2,8,220,2,8,254,2,15,138,2,8,235,2,19,3,E,9,3,E,9,27.8,A,7,18.3,A,7,56,A,7,985,A,7,150,A,7,3.6,A,7,12800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,19:00,164,1332,55,2,8,122,2,15,40,2,8,58,2,8,68,2,15,50,2,8,73,2,19,0,E,9,0,A,7,25.6,A,7,18.9,A,7,67,A,7,985,A,7,140,A,7,3.1,A,7,11200,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,20:00,2,189,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,25.0,A,7,18.9,A,7,69,A,7,986,A,7,130,A,7,2.1,A,7,12800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,23.9,A,7,19.4,A,7,76,A,7,987,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,23.9,A,7,18.3,A,7,71,A,7,987,A,7,140,A,7,3.6,A,7,12800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,23.3,A,7,17.8,A,7,71,A,7,987,A,7,160,A,7,3.1,A,7,14400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/15/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,A,7,22.8,A,7,17.8,A,7,73,A,7,987,A,7,160,A,7,2.6,A,7,12800,B,7,3048,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.2,A,7,18.3,A,7,79,A,7,986,A,7,160,A,7,2.6,A,7,12800,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,E,9,22.2,A,7,17.8,A,7,76,A,7,986,A,7,180,A,7,3.1,A,7,12800,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.1,A,7,18.3,A,7,84,A,7,986,A,7,190,A,7,2.1,A,7,11200,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.6,A,7,18.3,A,7,87,A,7,986,A,7,160,A,7,2.1,A,7,9600,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/16/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.6,A,7,18.9,A,7,90,A,7,987,A,7,200,A,7,3.1,A,7,8000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/16/2001,06:00,13,433,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,20.0,A,7,18.9,A,7,93,A,7,987,A,7,210,A,7,2.1,A,7,4000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/16/2001,07:00,215,1332,78,2,8,23,2,15,74,2,8,85,2,8,18,2,15,82,2,8,170,2,19,0,E,9,0,E,9,21.7,A,7,19.4,A,7,87,A,7,988,A,7,220,A,7,3.6,A,7,6400,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/16/2001,08:00,482,1332,206,2,8,102,2,15,170,2,8,227,2,8,97,2,15,191,2,8,447,2,19,4,E,9,4,E,9,23.9,A,7,19.4,A,7,76,A,7,989,A,7,230,A,7,4.1,A,7,9600,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/16/2001,09:00,730,1332,408,2,8,307,2,15,239,2,8,436,2,8,322,2,15,258,2,8,570,2,19,0,E,9,0,E,9,25.0,A,7,17.8,A,7,64,A,7,989,A,7,240,A,7,5.7,A,7,16000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,10:00,942,1332,634,2,8,614,2,15,200,2,8,664,2,8,619,2,15,226,2,8,556,2,19,3,E,9,3,E,9,26.7,A,7,19.4,A,7,64,A,7,989,A,7,220,A,7,5.2,A,7,12800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,11:00,1101,1332,754,2,8,664,2,15,204,2,8,803,2,8,678,2,15,241,2,8,798,2,19,3,E,9,3,E,9,27.8,A,7,20.0,A,7,63,A,7,989,A,7,240,A,7,4.6,A,7,14400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,12:00,1199,1332,855,2,8,698,2,15,226,2,8,913,2,8,713,2,15,270,2,8,1204,2,19,3,E,9,3,E,9,28.3,A,7,20.0,A,7,61,A,7,989,A,7,200,A,7,3.6,A,7,14400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,13:00,1227,1332,876,2,8,690,2,15,239,2,8,934,2,8,704,2,15,284,2,8,1433,2,19,8,E,9,8,E,9,27.8,A,7,19.4,A,7,60,A,7,988,A,7,180,A,7,2.6,A,7,14400,B,7,1463,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,14:00,1184,1332,843,2,8,682,2,15,235,2,8,896,2,8,695,2,15,276,2,8,1181,2,19,8,E,9,8,E,9,29.4,A,7,18.9,A,7,53,A,7,988,A,7,160,A,7,4.1,A,7,16000,B,7,1494,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,15:00,1074,1332,723,2,8,602,2,15,236,2,8,758,2,8,609,2,15,267,2,8,846,2,19,4,E,9,4,E,9,30.0,A,7,18.3,A,7,50,A,7,988,A,7,170,A,7,6.2,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,16:00,902,1332,602,2,8,634,2,15,172,2,8,634,2,8,641,2,15,199,2,8,457,2,19,5,E,9,4,E,9,30.0,A,7,18.3,A,7,50,A,7,987,A,7,170,A,7,5.2,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,17:00,682,1332,404,2,8,445,2,15,176,2,8,426,2,8,447,2,15,197,2,8,376,2,19,3,E,9,3,E,9,29.4,A,7,18.3,A,7,51,A,7,987,A,7,170,A,7,4.1,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,18:00,428,1332,211,2,8,318,2,15,109,2,8,220,2,8,287,2,15,128,2,8,206,2,19,3,E,9,3,E,9,28.9,A,7,18.9,A,7,55,A,7,987,A,7,180,A,7,3.6,A,7,16000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,19:00,159,1332,54,2,8,130,2,15,39,2,8,58,2,8,71,2,15,49,2,8,71,2,19,2,E,9,2,A,7,27.2,A,7,18.9,A,7,61,A,7,986,A,7,160,A,7,3.6,A,7,16000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,20:00,2,167,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,26.1,A,7,18.9,A,7,65,A,7,987,A,7,160,A,7,3.6,A,7,16000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,24.4,A,7,19.4,A,7,74,A,7,988,A,7,160,A,7,2.6,A,7,16000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,4,E,9,24.4,A,7,18.9,A,7,71,A,7,988,A,7,190,A,7,3.6,A,7,14400,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,24.4,A,7,17.8,A,7,67,A,7,988,A,7,190,A,7,5.2,A,7,16000,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/16/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,23.9,A,7,18.3,A,7,71,A,7,988,A,7,200,A,7,5.7,A,7,16000,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/17/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.8,A,7,18.9,A,7,79,A,7,987,A,7,200,A,7,3.6,A,7,16000,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/17/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.2,A,7,19.4,A,7,84,A,7,987,A,7,200,A,7,2.1,A,7,16000,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/17/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.2,A,7,20.0,A,7,87,A,7,987,A,7,190,A,7,3.1,A,7,14400,B,7,366,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/17/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.2,A,7,21.1,A,7,93,A,7,987,A,7,210,A,7,4.6,A,7,12800,B,7,305,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/17/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.8,A,7,21.7,A,7,94,A,7,988,A,7,210,A,7,6.7,A,7,11200,B,7,244,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/17/2001,06:00,12,411,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,E,9,22.8,A,7,21.7,A,7,94,A,7,988,A,7,220,A,7,4.6,A,7,6400,B,7,244,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/17/2001,07:00,211,1333,79,2,8,31,2,15,74,2,8,86,2,8,24,2,15,82,2,8,168,2,19,10,E,9,10,E,9,23.3,A,7,21.7,A,7,91,A,7,988,A,7,210,A,7,4.6,A,7,6400,B,7,244,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/17/2001,08:00,479,1333,177,2,8,51,2,15,159,2,8,194,2,8,48,2,15,177,2,8,424,2,19,10,E,9,10,E,9,24.4,A,7,22.2,A,7,88,A,7,989,A,7,220,A,7,4.6,A,7,8000,B,7,305,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/17/2001,09:00,728,1333,288,2,8,62,2,15,254,2,8,316,2,8,62,2,15,282,2,8,773,2,19,10,E,9,10,E,9,25.0,A,7,22.2,A,7,84,A,7,989,A,7,240,A,7,3.6,A,7,8000,B,7,427,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/17/2001,10:00,939,1333,481,2,8,219,2,15,326,2,8,526,2,8,232,2,15,362,2,8,994,2,19,9,E,9,8,E,9,27.2,A,7,22.8,A,7,77,A,7,989,A,7,230,A,7,4.6,A,7,8000,B,7,549,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/17/2001,11:00,1099,1333,380,2,8,36,2,15,350,2,8,419,2,8,37,2,15,389,2,8,1467,2,19,7,E,9,6,E,9,27.2,A,7,22.2,A,7,74,A,7,989,A,7,220,A,7,3.6,A,7,9600,B,7,5486,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/17/2001,12:00,1197,1333,275,2,8,6,2,15,270,2,8,333,2,8,5,2,15,328,2,8,1297,2,19,7,E,9,7,E,9,28.3,A,7,22.8,A,7,72,A,7,988,A,7,230,A,7,5.2,A,7,11200,B,7,5486,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/17/2001,13:00,1225,1333,282,2,8,6,2,15,277,2,8,342,2,8,5,2,15,338,2,8,1330,2,19,9,E,9,9,E,9,28.3,A,7,22.2,A,7,70,A,7,987,A,7,260,A,7,3.6,A,7,9600,B,7,2743,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/17/2001,14:00,1182,1333,189,2,8,0,2,15,189,2,8,234,2,8,0,2,15,234,2,8,963,2,19,8,E,9,8,E,9,25.6,A,7,22.2,A,7,82,A,7,987,A,7,300,A,7,3.1,A,7,8000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/17/2001,15:00,1070,1333,150,2,8,0,2,15,150,2,8,186,2,8,0,2,15,186,2,8,777,2,19,7,E,9,7,E,9,27.8,A,7,23.9,A,7,79,A,7,987,A,7,270,A,7,2.6,A,7,8000,B,7,5486,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/17/2001,16:00,898,1333,506,2,8,302,2,15,302,2,8,545,2,8,324,2,15,326,2,8,839,2,19,8,E,9,7,E,9,27.2,A,7,23.3,A,7,79,A,7,986,A,7,250,A,7,2.6,A,7,8000,B,7,4572,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/17/2001,17:00,677,1333,102,2,8,0,2,15,102,2,8,123,2,8,0,2,15,123,2,8,474,2,19,2,E,9,1,E,9,28.3,A,7,22.8,A,7,72,A,7,986,A,7,280,A,7,2.6,A,7,9600,B,7,7620,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/17/2001,18:00,423,1333,64,2,8,0,2,15,64,2,8,75,2,8,0,2,15,75,2,8,269,2,19,5,E,9,5,E,9,27.8,A,7,22.8,A,7,74,A,7,986,A,7,230,A,7,2.6,A,7,9600,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,13,1,D,9,05,C,8 +08/17/2001,19:00,154,1333,53,2,8,81,2,15,44,2,8,58,2,8,48,2,15,52,2,8,92,2,19,5,E,9,5,A,7,26.7,A,7,22.8,A,7,79,A,7,985,A,7,230,A,7,1.5,A,7,9600,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/17/2001,20:00,1,122,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,7,E,9,6,E,9,26.1,A,7,22.8,A,7,82,A,7,986,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/17/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,25.0,A,7,22.8,A,7,88,A,7,986,A,7,0,A,7,0.0,A,7,9600,B,7,2743,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/17/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,B,8,9,B,8,25.6,A,7,22.8,A,7,85,A,7,986,A,7,0,A,7,0.0,A,7,9600,B,7,3048,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/17/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,25.0,A,7,22.8,A,7,88,A,7,986,A,7,0,A,7,0.0,A,7,9600,B,7,1981,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/17/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,25.0,A,7,23.3,A,7,90,A,7,986,A,7,200,A,7,4.6,A,7,8000,B,7,1524,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/18/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,6,E,9,23.3,A,7,22.2,A,7,94,A,7,985,A,7,140,A,7,1.5,A,7,8000,B,7,77777,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/18/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,8,E,9,23.0,A,7,23.0,A,7,100,A,7,985,A,7,0,A,7,0.0,A,7,4000,B,7,1800,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/18/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,8,E,9,22.8,A,7,22.2,A,7,96,A,7,985,A,7,0,A,7,0.0,A,7,4800,B,7,1981,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/18/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,8,E,9,23.0,A,7,22.0,A,7,94,A,7,985,A,7,0,A,7,0.0,A,7,2800,B,7,2100,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/18/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,3,E,9,22.8,A,7,22.2,A,7,96,A,7,985,A,7,0,A,7,0.0,A,7,2800,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/18/2001,06:00,11,411,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,E,9,22.2,A,7,22.2,A,7,100,A,7,985,A,7,30,A,7,3.1,A,7,2400,B,7,732,A,7,4.3,E,8,0.000,F,8,0.00,F,8,23,1,D,9,10,C,8 +08/18/2001,07:00,208,1333,91,2,8,61,2,15,82,2,8,100,2,8,47,2,15,92,2,8,179,2,19,8,E,9,8,E,9,21.1,A,7,20.6,A,7,97,A,7,985,A,7,30,A,7,2.6,A,7,4800,B,7,1676,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/18/2001,08:00,476,1333,229,2,8,134,2,15,181,2,8,246,2,8,128,2,15,200,2,8,415,2,19,10,E,9,10,E,9,21.7,A,7,20.6,A,7,93,A,7,986,A,7,50,A,7,2.6,A,7,4800,B,7,610,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/18/2001,09:00,725,1333,375,2,8,172,2,15,281,2,8,404,2,8,177,2,15,308,2,8,724,2,19,8,E,9,8,E,9,23.3,A,7,20.6,A,7,85,A,7,986,A,7,60,A,7,2.6,A,7,4800,B,7,610,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/18/2001,10:00,937,1333,506,2,8,219,2,15,352,2,8,551,2,8,231,2,15,388,2,8,1071,2,19,10,E,9,10,E,9,24.4,A,7,20.6,A,7,79,A,7,986,A,7,0,A,7,0.0,A,7,12800,B,7,610,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/18/2001,11:00,1097,1333,605,2,8,260,2,15,391,2,8,656,2,8,282,2,15,424,2,8,1489,2,19,8,E,9,8,E,9,25.6,A,7,21.1,A,7,76,A,7,986,A,7,50,A,7,1.5,A,7,12800,B,7,671,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/18/2001,12:00,1194,1333,660,2,8,253,2,15,433,2,8,719,2,8,275,2,15,472,2,8,2135,2,19,5,E,9,5,E,9,27.2,A,7,22.2,A,7,74,A,7,985,A,7,30,A,7,2.6,A,7,12800,B,7,4572,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/18/2001,13:00,1222,1333,678,2,8,330,2,15,375,2,8,749,2,8,359,2,15,419,2,8,2011,2,19,5,E,9,5,E,9,26.7,A,7,22.8,A,7,79,A,7,983,A,7,20,A,7,3.1,A,7,11200,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/18/2001,14:00,1179,1333,649,2,8,251,2,15,426,2,8,706,2,8,272,2,15,464,2,8,2000,2,19,5,E,9,5,E,9,27.2,A,7,22.2,A,7,74,A,7,984,A,7,50,A,7,2.1,A,7,9600,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/18/2001,15:00,1067,1333,584,2,8,256,2,15,378,2,8,632,2,8,277,2,15,409,2,8,1354,2,19,5,E,9,5,E,9,28.3,A,7,22.8,A,7,72,A,7,983,A,7,80,A,7,2.6,A,7,6400,B,7,4572,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/18/2001,16:00,895,1333,472,2,8,213,2,15,329,2,8,514,2,8,224,2,15,363,2,8,960,2,19,9,E,9,8,E,9,27.8,A,7,21.7,A,7,69,A,7,983,A,7,70,A,7,1.5,A,7,6400,B,7,914,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/18/2001,17:00,673,1333,339,2,8,170,2,15,253,2,8,366,2,8,174,2,15,278,2,8,633,2,19,7,E,9,4,E,9,26.7,A,7,22.8,A,7,79,A,7,984,A,7,160,A,7,5.2,A,7,6400,B,7,6096,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/18/2001,18:00,418,1333,186,2,8,141,2,15,141,2,8,200,2,8,130,2,15,159,2,8,317,2,19,10,E,9,10,E,9,23.9,A,7,21.7,A,7,88,A,7,983,A,7,200,A,7,4.6,A,7,12800,B,7,2438,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/18/2001,19:00,149,1333,45,2,8,95,2,15,35,2,8,48,2,8,49,2,15,43,2,8,63,2,19,6,E,9,5,A,7,23.3,A,7,21.1,A,7,87,A,7,982,A,7,210,A,7,2.6,A,7,12800,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/18/2001,20:00,1,100,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,9,E,9,5,E,9,22.2,A,7,21.1,A,7,93,A,7,983,A,7,170,A,7,2.1,A,7,12800,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/18/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,6,E,9,22.2,A,7,21.1,A,7,93,A,7,983,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/18/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,2,E,9,21.7,A,7,20.0,A,7,90,A,7,983,A,7,260,A,7,2.1,A,7,11200,B,7,77777,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/18/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,21.7,A,7,20.6,A,7,93,A,7,983,A,7,220,A,7,2.6,A,7,11200,B,7,3048,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/18/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,21.7,A,7,20.6,A,7,93,A,7,982,A,7,160,A,7,2.6,A,7,11200,B,7,3048,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/19/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.7,A,7,20.6,A,7,93,A,7,982,A,7,180,A,7,2.6,A,7,11200,B,7,183,A,7,5.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/19/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.7,A,7,21.1,A,7,96,A,7,982,A,7,190,A,7,3.6,A,7,6400,B,7,122,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/19/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.7,A,7,21.1,A,7,96,A,7,982,A,7,210,A,7,2.1,A,7,6400,B,7,122,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/19/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.7,A,7,21.7,A,7,100,A,7,981,A,7,240,A,7,2.1,A,7,4000,B,7,122,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/19/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.2,A,7,21.7,A,7,97,A,7,981,A,7,180,A,7,2.1,A,7,4800,B,7,183,A,7,5.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/19/2001,06:00,10,389,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,9,E,9,8,E,9,21.7,A,7,21.1,A,7,96,A,7,981,A,7,200,A,7,2.1,A,7,3200,B,7,183,A,7,5.2,E,8,0.000,F,8,0.00,F,8,18,1,D,9,10,C,8 +08/19/2001,07:00,205,1334,92,2,8,108,2,15,76,2,8,99,2,8,74,2,15,88,2,8,161,2,19,9,E,9,8,E,9,22.2,A,7,21.7,A,7,97,A,7,981,A,7,220,A,7,2.1,A,7,3200,B,7,183,A,7,5.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/19/2001,08:00,474,1334,230,2,8,223,2,15,150,2,8,242,2,8,213,2,15,166,2,8,313,2,19,10,E,9,10,E,9,22.2,A,7,21.7,A,7,97,A,7,982,A,7,190,A,7,2.6,A,7,3200,B,7,183,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/19/2001,09:00,723,1334,107,2,8,0,2,15,107,2,8,129,2,8,0,2,15,129,2,8,507,2,19,10,E,9,10,E,9,22.8,A,7,22.2,A,7,96,A,7,982,A,7,200,A,7,4.6,A,7,3200,B,7,213,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/19/2001,10:00,935,1334,250,2,8,12,2,15,241,2,8,293,2,8,10,2,15,286,2,8,1096,2,19,5,E,9,4,E,9,24.4,A,7,22.2,A,7,88,A,7,982,A,7,210,A,7,5.2,A,7,9600,B,7,5486,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/19/2001,11:00,1095,1334,399,2,8,72,2,15,339,2,8,440,2,8,74,2,15,379,2,8,1418,2,19,10,E,9,10,E,9,25.6,A,7,21.7,A,7,79,A,7,982,A,7,220,A,7,3.1,A,7,9600,B,7,610,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/19/2001,12:00,1192,1334,776,2,8,493,2,15,334,2,8,832,2,8,515,2,15,371,2,8,1758,2,19,8,E,9,5,E,9,27.2,A,7,21.7,A,7,72,A,7,982,A,7,200,A,7,3.1,A,7,9600,B,7,5486,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/19/2001,13:00,1220,1334,492,2,8,90,2,15,410,2,8,544,2,8,93,2,15,459,2,8,2057,2,19,9,E,9,8,E,9,27.8,A,7,21.7,A,7,69,A,7,980,A,7,240,A,7,4.6,A,7,11200,B,7,1097,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/19/2001,14:00,1176,1334,472,2,8,84,2,15,398,2,8,522,2,8,86,2,15,445,2,8,1838,2,19,9,E,9,8,E,9,28.3,A,7,21.7,A,7,67,A,7,981,A,7,210,A,7,5.2,A,7,14400,B,7,2438,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/19/2001,15:00,1064,1334,289,2,8,12,2,15,279,2,8,341,2,8,10,2,15,333,2,8,1292,2,19,7,E,9,5,E,9,28.3,A,7,21.1,A,7,65,A,7,980,A,7,210,A,7,6.2,A,7,16000,B,7,6096,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/19/2001,16:00,891,1334,236,2,8,18,2,15,224,2,8,277,2,8,15,2,15,267,2,8,1013,2,19,6,E,9,5,E,9,28.9,A,7,21.7,A,7,65,A,7,980,A,7,230,A,7,5.2,A,7,16000,B,7,7620,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/19/2001,17:00,669,1334,371,2,8,304,2,15,218,2,8,395,2,8,315,2,15,237,2,8,500,2,19,8,E,9,8,E,9,28.9,A,7,21.7,A,7,65,A,7,980,A,7,210,A,7,5.2,A,7,16000,B,7,1829,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/19/2001,18:00,413,1334,166,2,8,102,2,15,134,2,8,179,2,8,94,2,15,150,2,8,301,2,19,3,E,9,3,E,9,28.3,A,7,19.4,A,7,59,A,7,980,A,7,240,A,7,4.6,A,7,16000,B,7,7620,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/19/2001,19:00,143,1334,38,2,8,42,2,15,34,2,8,42,2,8,24,2,15,40,2,8,71,2,19,5,E,9,5,A,7,26.1,A,7,20.0,A,7,69,A,7,980,A,7,200,A,7,2.6,A,7,16000,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/19/2001,20:00,0,78,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,3,B,8,3,B,8,25.0,A,7,20.6,A,7,77,A,7,981,A,7,200,A,7,2.1,A,7,16000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/19/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,25.0,A,7,21.7,A,7,82,A,7,981,A,7,190,A,7,3.6,A,7,16000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/19/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,24.4,A,7,21.7,A,7,85,A,7,981,A,7,200,A,7,4.1,A,7,14400,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/19/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,4,E,9,23.9,A,7,21.7,A,7,88,A,7,982,A,7,230,A,7,2.6,A,7,14400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/19/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,2,E,9,2,A,7,23.3,A,7,21.1,A,7,87,A,7,982,A,7,350,A,7,4.6,A,7,14400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,22.2,A,7,18.9,A,7,82,A,7,982,A,7,20,A,7,1.5,A,7,16000,B,7,3962,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.1,A,7,18.9,A,7,87,A,7,982,A,7,0,A,7,0.0,A,7,16000,B,7,3962,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.1,A,7,18.9,A,7,87,A,7,982,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.1,A,7,18.9,A,7,87,A,7,981,A,7,350,A,7,1.5,A,7,16000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.0,A,7,18.3,A,7,90,A,7,982,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,06:00,9,367,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,20.0,A,7,18.9,A,7,93,A,7,982,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,07:00,202,1334,82,2,8,47,2,15,75,2,8,90,2,8,36,2,15,84,2,8,167,2,19,2,E,9,1,E,9,21.1,A,7,19.4,A,7,90,A,7,982,A,7,0,A,7,0.0,A,7,14400,B,7,7620,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,08:00,471,1334,208,2,8,96,2,15,174,2,8,227,2,8,91,2,15,195,2,8,448,2,19,4,E,9,3,E,9,22.8,A,7,19.4,A,7,81,A,7,983,A,7,0,A,7,0.0,A,7,16000,B,7,7620,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,09:00,720,1334,335,2,8,148,2,15,256,2,8,365,2,8,153,2,15,282,2,8,657,2,19,10,E,9,10,E,9,24.4,A,7,18.9,A,7,71,A,7,984,A,7,70,A,7,1.5,A,7,16000,B,7,1676,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,10:00,932,1334,609,2,8,535,2,15,235,2,8,653,2,8,555,2,15,264,2,8,655,2,19,3,E,9,3,E,9,25.6,A,7,19.4,A,7,69,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,6096,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,11:00,1093,1334,761,2,8,604,2,15,265,2,8,793,2,8,607,2,15,295,2,8,980,2,19,5,E,9,5,E,9,26.7,A,7,18.9,A,7,62,A,7,985,A,7,290,A,7,2.1,A,7,16000,B,7,6096,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,12:00,1190,1334,562,2,8,175,2,15,406,2,8,620,2,8,187,2,15,454,2,8,1878,2,19,10,E,9,10,E,9,26.7,A,7,18.9,A,7,62,A,7,984,A,7,360,A,7,2.1,A,7,16000,B,7,1067,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,13:00,1217,1334,828,2,8,558,2,15,318,2,8,896,2,8,584,2,15,362,2,8,1844,2,19,10,E,9,10,E,9,27.2,A,7,18.3,A,7,58,A,7,983,A,7,300,A,7,3.6,A,7,16000,B,7,1250,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,14:00,1173,1334,507,2,8,120,2,15,401,2,8,559,2,8,128,2,15,446,2,8,1776,2,19,4,E,9,4,E,9,28.3,A,7,18.9,A,7,57,A,7,984,A,7,330,A,7,3.1,A,7,16000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,15:00,1060,1334,733,2,8,560,2,15,287,2,8,784,2,8,584,2,15,319,2,8,1023,2,19,5,E,9,5,E,9,28.9,A,7,18.3,A,7,53,A,7,983,A,7,310,A,7,4.1,A,7,16000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,16:00,887,1334,410,2,8,166,2,15,300,2,8,449,2,8,175,2,15,332,2,8,869,2,19,4,E,9,4,E,9,28.3,A,7,17.2,A,7,51,A,7,983,A,7,360,A,7,1.5,A,7,16000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,17:00,664,1334,408,2,8,480,2,15,169,2,8,431,2,8,480,2,15,192,2,8,356,2,19,5,E,9,5,E,9,28.9,A,7,17.8,A,7,51,A,7,983,A,7,360,B,8,3.1,A,7,16000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,18:00,408,1334,214,2,8,378,2,15,98,2,8,224,2,8,336,2,15,121,2,8,183,2,19,4,E,9,4,E,9,27.2,A,7,17.8,A,7,56,A,7,984,A,7,350,A,7,2.1,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,19:00,138,1334,43,2,8,135,2,15,30,2,8,46,2,8,71,2,15,39,2,8,53,2,19,2,E,9,2,A,7,25.6,A,7,17.2,A,7,60,A,7,983,A,7,350,A,7,2.1,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,20:00,0,56,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,8,E,9,8,E,9,24.4,A,7,17.2,A,7,64,A,7,984,A,7,350,A,7,1.5,A,7,16000,B,7,2134,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,E,9,23.3,A,7,17.2,A,7,69,A,7,985,A,7,360,A,7,2.1,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,2,E,9,2,E,9,22.2,A,7,16.7,A,7,71,A,7,986,A,7,20,A,7,2.1,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,21.1,A,7,15.6,A,7,71,A,7,986,A,7,20,A,7,2.1,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/20/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,20.0,A,7,15.0,A,7,73,A,7,986,A,7,10,A,7,1.5,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,19.4,A,7,15.0,A,7,76,A,7,985,A,7,20,A,7,1.5,A,7,16000,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,18.9,A,7,14.4,A,7,75,A,7,986,A,7,10,A,7,2.1,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,18.3,A,7,14.4,A,7,78,A,7,985,A,7,360,A,7,1.5,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,17.8,A,7,13.9,A,7,78,A,7,985,A,7,30,A,7,2.1,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.8,A,7,13.9,A,7,78,A,7,986,A,7,350,A,7,2.1,A,7,16000,B,7,1524,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,06:00,8,345,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,17.2,A,7,13.9,A,7,81,A,7,986,A,7,360,A,7,2.1,A,7,16000,B,7,3962,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,07:00,199,1335,95,2,8,133,2,15,75,2,8,101,2,8,89,2,15,88,2,8,159,2,19,3,E,9,3,E,9,18.9,A,7,14.4,A,7,75,A,7,987,A,7,10,A,7,2.1,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,08:00,468,1335,260,2,8,390,2,15,124,2,8,272,2,8,361,2,15,145,2,8,239,2,19,0,E,9,0,E,9,21.1,A,7,15.0,A,7,68,A,7,987,A,7,360,A,7,2.6,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,09:00,718,1335,463,2,8,579,2,15,151,2,8,480,2,8,571,2,15,173,2,8,323,2,19,8,E,9,8,E,9,22.8,A,7,15.0,A,7,61,A,7,988,A,7,30,A,7,3.6,A,7,16000,B,7,1524,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,10:00,930,1335,622,2,8,608,2,15,198,2,8,651,2,8,612,2,15,223,2,8,539,2,19,1,E,9,1,E,9,23.3,A,7,15.0,A,7,60,A,7,988,A,7,10,A,7,3.1,A,7,16000,B,7,7620,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,11:00,1090,1335,773,2,8,695,2,15,205,2,8,822,2,8,709,2,15,242,2,8,774,2,19,3,E,9,3,E,9,25.0,A,7,15.6,A,7,56,A,7,989,A,7,30,A,7,4.1,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,12:00,1187,1335,861,2,8,752,2,15,191,2,8,897,2,8,754,2,15,225,2,8,877,2,19,3,E,9,3,E,9,25.6,A,7,15.0,A,7,52,A,7,988,A,7,40,A,7,4.1,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,13:00,1214,1335,888,2,8,768,2,15,188,2,8,930,2,8,772,2,15,226,2,8,973,2,19,10,E,9,5,A,7,26.7,A,7,13.9,A,7,45,A,7,987,A,7,40,B,8,3.1,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,14:00,1170,1335,843,2,8,736,2,15,196,2,8,905,2,8,755,2,15,242,2,8,940,2,19,10,E,9,5,A,7,26.7,A,7,13.9,A,7,45,A,7,988,A,7,50,B,8,1.5,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,15:00,1057,1335,750,2,8,715,2,15,183,2,8,801,2,8,731,2,15,220,2,8,644,2,19,10,E,9,5,A,7,27.2,A,7,15.0,A,7,47,A,7,987,A,7,50,B,8,2.1,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,16:00,883,1335,584,2,8,622,2,15,172,2,8,614,2,8,627,2,15,198,2,8,443,2,19,10,E,9,5,A,7,27.2,A,7,13.9,A,7,44,A,7,987,A,7,50,A,7,3.6,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,17:00,660,1335,402,2,8,526,2,15,142,2,8,432,2,8,527,2,15,171,2,8,293,2,19,10,E,9,3,A,7,27.2,A,7,13.9,A,7,44,A,7,987,A,7,10,A,7,2.1,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,18:00,403,1335,203,2,8,350,2,15,98,2,8,213,2,8,310,2,15,120,2,8,183,2,19,10,E,9,2,A,7,26.1,A,7,13.9,A,7,47,A,7,987,A,7,10,A,7,2.1,A,7,16000,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,19:00,133,1335,42,2,8,120,2,15,31,2,8,46,2,8,57,2,15,40,2,8,56,2,19,10,E,9,3,A,7,25.0,A,7,14.4,A,7,52,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,20:00,0,11,0,2,0,0,2,0,0,2,0,0,2,1,0,2,2,0,2,2,0,2,1,2,E,9,0,A,7,22.8,A,7,16.1,A,7,66,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,0,A,7,21.1,A,7,16.7,A,7,76,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,2,E,9,0,A,7,20.0,A,7,15.6,A,7,76,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,0,A,7,19.4,A,7,15.6,A,7,79,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/21/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,2,A,7,18.9,A,7,15.6,A,7,81,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,18.9,A,7,15.0,A,7,78,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,A,7,18.3,A,7,15.0,A,7,81,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,17.8,A,7,15.6,A,7,87,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,2134,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.8,A,7,15.6,A,7,87,A,7,988,A,7,340,A,7,1.5,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,4,E,9,17.2,A,7,15.0,A,7,87,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,06:00,7,323,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,8,E,9,8,E,9,17.2,A,7,15.6,A,7,90,A,7,989,A,7,360,A,7,1.5,A,7,16000,B,7,1981,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,07:00,196,1336,85,2,8,79,2,15,73,2,8,90,2,8,53,2,15,83,2,8,155,2,19,3,E,9,3,E,9,19.4,A,7,15.0,A,7,76,A,7,989,A,7,10,A,7,2.1,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,08:00,465,1336,261,2,8,396,2,15,123,2,8,272,2,8,366,2,15,144,2,8,236,2,19,4,E,9,4,E,9,20.6,A,7,15.0,A,7,70,A,7,989,A,7,30,A,7,2.1,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,09:00,715,1336,450,2,8,529,2,15,166,2,8,481,2,8,536,2,15,193,2,8,360,2,19,0,E,9,0,E,9,23.3,A,7,15.6,A,7,62,A,7,990,A,7,50,A,7,2.6,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,10:00,928,1336,622,2,8,632,2,15,182,2,8,654,2,8,639,2,15,209,2,8,499,2,19,0,E,9,0,E,9,25.0,A,7,16.7,A,7,60,A,7,991,A,7,10,B,8,2.1,A,7,16000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,11:00,1088,1336,761,2,8,683,2,15,204,2,8,809,2,8,696,2,15,240,2,8,765,2,19,0,E,9,0,E,9,26.7,A,7,15.6,A,7,51,A,7,991,A,7,330,A,7,2.1,A,7,16000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,12:00,1185,1336,837,2,8,680,2,15,232,2,8,890,2,8,693,2,15,273,2,8,1156,2,19,8,E,9,8,E,9,27.8,A,7,15.0,A,7,46,A,7,991,A,7,360,B,8,2.6,A,7,16000,B,7,1676,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,13:00,1212,1336,864,2,8,696,2,15,231,2,8,922,2,8,711,2,15,275,2,8,1280,2,19,3,E,9,3,E,9,27.8,A,7,13.3,A,7,41,A,7,989,A,7,30,B,8,2.6,A,7,16000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,14:00,1167,1336,843,2,8,748,2,15,188,2,8,877,2,8,750,2,15,220,2,8,799,2,19,3,E,9,3,E,9,28.3,A,7,14.4,A,7,43,A,7,990,A,7,60,A,7,2.6,A,7,16000,B,7,6096,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,15:00,1053,1336,750,2,8,745,2,15,161,2,8,781,2,8,747,2,15,191,2,8,506,2,19,0,E,9,0,E,9,28.3,A,7,13.9,A,7,41,A,7,989,A,7,60,B,8,2.1,A,7,16000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,16:00,879,1336,589,2,8,634,2,15,171,2,8,619,2,8,639,2,15,197,2,8,438,2,19,0,E,9,0,E,9,28.3,A,7,15.0,A,7,44,A,7,989,A,7,50,A,7,3.1,A,7,16000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,17:00,655,1336,402,2,8,544,2,15,135,2,8,417,2,8,530,2,15,156,2,8,277,2,19,0,E,9,0,E,9,28.3,A,7,14.4,A,7,43,A,7,988,A,7,80,B,8,1.5,A,7,16000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,18:00,398,1336,207,2,8,377,2,15,95,2,8,218,2,8,332,2,15,118,2,8,177,2,19,0,E,9,0,E,9,27.2,A,7,15.0,A,7,47,A,7,987,A,7,100,A,7,4.1,A,7,16000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,19:00,127,1324,38,2,8,123,2,15,27,2,8,42,2,8,63,2,15,35,2,8,47,2,19,0,E,9,0,A,7,25.6,A,7,15.0,A,7,52,A,7,987,A,7,140,A,7,3.1,A,7,16000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,24.4,A,7,15.6,A,7,58,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,23.3,A,7,16.1,A,7,64,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.2,A,7,16.1,A,7,68,A,7,988,A,7,190,A,7,2.1,A,7,16000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,21.7,A,7,16.7,A,7,73,A,7,988,A,7,210,A,7,2.1,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/22/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,21.1,A,7,16.1,A,7,73,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.0,A,7,16.7,A,7,81,A,7,988,A,7,210,A,7,2.1,A,7,14400,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,20.0,A,7,16.1,A,7,78,A,7,987,A,7,240,A,7,2.1,A,7,14400,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,1,E,9,18.9,A,7,16.1,A,7,84,A,7,987,A,7,230,A,7,1.5,A,7,14400,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,2,E,9,18.3,A,7,15.6,A,7,84,A,7,987,A,7,230,A,7,2.1,A,7,14400,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,1,E,9,18.3,A,7,15.6,A,7,84,A,7,987,A,7,210,A,7,2.6,A,7,12800,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,06:00,7,323,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,1,E,9,1,E,9,17.8,A,7,15.6,A,7,87,A,7,987,A,7,240,A,7,2.1,A,7,9600,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/23/2001,07:00,192,1336,86,2,8,87,2,15,74,2,8,92,2,8,57,2,15,84,2,8,157,2,19,1,E,9,1,E,9,19.4,A,7,17.2,A,7,87,A,7,987,A,7,220,A,7,3.6,A,7,9600,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/23/2001,08:00,462,1336,232,2,8,275,2,15,136,2,8,245,2,8,261,2,15,155,2,8,278,2,19,1,E,9,1,E,9,22.2,A,7,17.2,A,7,73,A,7,988,A,7,220,A,7,4.6,A,7,14400,B,7,7620,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/23/2001,09:00,713,1336,444,2,8,486,2,15,184,2,8,469,2,8,491,2,15,206,2,8,402,2,19,0,E,9,0,E,9,24.4,A,7,16.7,A,7,62,A,7,988,A,7,230,A,7,5.2,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,10:00,925,1336,616,2,8,602,2,15,198,2,8,644,2,8,606,2,15,223,2,8,534,2,19,0,E,9,0,E,9,26.7,A,7,17.8,A,7,58,A,7,989,A,7,240,A,7,4.6,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,11:00,1085,1336,742,2,8,634,2,15,226,2,8,783,2,8,643,2,15,259,2,8,833,2,19,0,E,9,0,E,9,27.8,A,7,17.2,A,7,53,A,7,988,A,7,230,A,7,4.6,A,7,16000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,12:00,1182,1336,849,2,8,728,2,15,203,2,8,911,2,8,747,2,15,249,2,8,1010,2,19,3,E,9,3,E,9,29.4,A,7,18.3,A,7,51,A,7,988,A,7,240,A,7,4.6,A,7,16000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,13:00,1209,1336,870,2,8,720,2,15,217,2,8,932,2,8,737,2,15,263,2,8,1190,2,19,5,E,9,5,E,9,30.0,A,7,18.3,A,7,50,A,7,987,A,7,220,A,7,4.1,A,7,16000,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,14:00,1164,1336,842,2,8,742,2,15,195,2,8,905,2,8,762,2,15,240,2,8,912,2,19,2,E,9,1,E,9,30.6,A,7,19.4,A,7,51,A,7,987,A,7,220,A,7,3.6,A,7,16000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,15:00,1050,1336,721,2,8,638,2,15,219,2,8,759,2,8,646,2,15,250,2,8,742,2,19,1,E,9,1,E,9,31.1,A,7,19.4,A,7,50,A,7,986,A,7,200,A,7,3.6,A,7,16000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,16:00,874,1336,578,2,8,628,2,15,166,2,8,608,2,8,634,2,15,192,2,8,424,2,19,3,E,9,2,E,9,31.1,A,7,18.9,A,7,48,A,7,986,A,7,210,A,7,4.1,A,7,16000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,17:00,650,1336,385,2,8,473,2,15,154,2,8,409,2,8,472,2,15,179,2,8,319,2,19,2,E,9,2,E,9,30.6,A,7,19.4,A,7,51,A,7,986,A,7,240,A,7,4.6,A,7,16000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,18:00,393,1336,197,2,8,349,2,15,94,2,8,206,2,8,306,2,15,116,2,8,175,2,19,2,E,9,1,E,9,29.4,A,7,20.0,A,7,57,A,7,985,A,7,210,A,7,4.6,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,19:00,122,1303,37,2,8,108,2,15,28,2,8,41,2,8,51,2,15,36,2,8,49,2,19,4,E,9,3,A,7,28.3,A,7,19.4,A,7,59,A,7,984,A,7,180,A,7,3.6,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,2,E,9,1,E,9,26.7,A,7,19.4,A,7,64,A,7,985,A,7,190,A,7,2.6,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,6,E,9,4,E,9,25.0,A,7,20.0,A,7,74,A,7,985,A,7,170,A,7,2.6,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,8,E,9,25.6,A,7,20.6,A,7,74,A,7,985,A,7,210,A,7,1.5,A,7,16000,B,7,2286,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/23/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.0,A,7,19.0,A,7,88,A,7,985,A,7,100,A,7,3.1,A,7,16100,B,7,1200,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,17,C,8 +08/23/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,A,7,21.1,A,7,19.4,A,7,90,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,1829,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/24/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,20.0,A,7,18.9,A,7,93,A,7,985,A,7,100,A,7,2.1,A,7,9600,B,7,1524,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,80,C,8 +08/24/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,8,E,9,20.0,A,7,19.4,A,7,96,A,7,984,A,7,60,A,7,1.5,A,7,16000,B,7,3048,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/24/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,20.0,A,7,19.4,A,7,96,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,2743,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,20.0,A,7,19.4,A,7,96,A,7,984,A,7,0,A,7,0.0,A,7,14400,B,7,2134,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,19.4,A,7,19.4,A,7,100,A,7,984,A,7,270,A,7,1.5,A,7,8000,B,7,1981,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/24/2001,06:00,6,301,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,8,E,9,8,E,9,19.4,A,7,19.4,A,7,100,A,7,985,A,7,280,A,7,2.1,A,7,11200,B,7,1981,A,7,3.5,E,8,0.000,F,8,0.00,F,8,3,1,D,9,00,C,8 +08/24/2001,07:00,189,1337,88,2,8,120,2,15,71,2,8,94,2,8,79,2,15,83,2,8,150,2,19,3,E,9,3,E,9,20.6,A,7,19.4,A,7,93,A,7,984,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,08:00,460,1337,255,2,8,378,2,15,124,2,8,264,2,8,348,2,15,144,2,8,238,2,19,4,E,9,4,E,9,22.8,A,7,20.6,A,7,87,A,7,985,A,7,330,A,7,2.6,A,7,14400,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,09:00,710,1337,424,2,8,419,2,15,201,2,8,444,2,8,423,2,15,219,2,8,443,2,19,4,E,9,4,E,9,23.9,A,7,20.6,A,7,82,A,7,986,A,7,350,A,7,4.1,A,7,16000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,10:00,923,1337,558,2,8,413,2,15,272,2,8,587,2,8,427,2,15,292,2,8,756,2,19,8,E,9,8,E,9,26.0,A,7,21.0,A,7,74,A,7,986,A,7,10,A,7,4.1,A,7,16100,B,7,630,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,11:00,1083,1337,605,2,8,302,2,15,360,2,8,659,2,8,327,2,15,393,2,8,1312,2,19,8,E,9,8,E,9,25.6,A,7,20.0,A,7,71,A,7,986,A,7,40,A,7,6.7,A,7,16000,B,7,1981,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,12:00,1180,1337,666,2,8,295,2,15,405,2,8,727,2,8,320,2,15,444,2,8,1878,2,19,8,E,9,8,E,9,26.1,A,7,20.0,A,7,69,A,7,986,A,7,30,A,7,5.7,A,7,16000,B,7,1676,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,13:00,1206,1337,372,2,8,36,2,15,339,2,8,411,2,8,37,2,15,378,2,8,1684,2,19,8,E,9,8,E,9,26.7,A,7,20.0,A,7,67,A,7,985,A,7,20,A,7,3.6,A,7,16000,B,7,2286,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,14:00,1160,1337,725,2,8,437,2,15,345,2,8,772,2,8,456,2,15,375,2,8,1615,2,19,4,E,9,4,E,9,27.2,A,7,19.4,A,7,62,A,7,986,A,7,30,A,7,3.6,A,7,16000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,15:00,1046,1337,709,2,8,632,2,15,214,2,8,748,2,8,641,2,15,245,2,8,720,2,19,3,E,9,3,E,9,28.3,A,7,19.4,A,7,59,A,7,986,A,7,30,A,7,4.1,A,7,16000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,16:00,870,1337,561,2,8,580,2,15,182,2,8,585,2,8,582,2,15,205,2,8,456,2,19,4,E,9,4,E,9,27.8,A,7,19.4,A,7,60,A,7,985,A,7,360,A,7,4.1,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,17:00,645,1337,380,2,8,432,2,15,170,2,8,398,2,8,430,2,15,190,2,8,355,2,19,4,E,9,4,E,9,28.3,A,7,19.4,A,7,59,A,7,985,A,7,10,B,8,2.6,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,18:00,387,1337,201,2,8,399,2,15,85,2,8,212,2,8,349,2,15,111,2,8,156,2,19,4,E,9,4,E,9,27.2,A,7,19.4,A,7,62,A,7,985,A,7,10,A,7,2.1,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,19:00,116,1259,33,2,8,111,2,15,24,2,8,37,2,8,56,2,15,32,2,8,42,2,19,7,E,9,5,A,7,25.6,A,7,20.6,A,7,74,A,7,985,A,7,70,A,7,2.6,A,7,12800,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,E,9,24.4,A,7,18.9,A,7,71,A,7,986,A,7,70,A,7,4.6,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.8,A,7,18.9,A,7,79,A,7,987,A,7,70,A,7,3.6,A,7,14400,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.7,A,7,18.3,A,7,81,A,7,987,A,7,70,A,7,4.1,A,7,11200,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.7,A,7,18.3,A,7,81,A,7,987,A,7,20,A,7,1.5,A,7,12800,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/24/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,20.6,A,7,18.3,A,7,87,A,7,987,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,20.0,A,7,17.8,A,7,87,A,7,986,A,7,10,A,7,2.6,A,7,9600,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,19.4,A,7,17.8,A,7,90,A,7,987,A,7,360,A,7,2.6,A,7,9600,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/25/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,4,E,9,19.4,A,7,17.8,A,7,90,A,7,987,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/25/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,6,E,9,6,E,9,18.9,A,7,17.8,A,7,93,A,7,987,A,7,360,A,7,2.1,A,7,8000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/25/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,18.9,A,7,17.8,A,7,93,A,7,987,A,7,20,A,7,2.1,A,7,8000,B,7,2896,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/25/2001,06:00,5,279,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,8,E,9,8,E,9,18.3,A,7,17.2,A,7,93,A,7,988,A,7,0,A,7,0.0,A,7,4800,B,7,2743,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/25/2001,07:00,186,1337,89,2,8,121,2,15,73,2,8,95,2,8,78,2,15,85,2,8,154,2,19,3,E,9,3,E,9,19.4,A,7,17.8,A,7,90,A,7,988,A,7,20,A,7,1.5,A,7,6400,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/25/2001,08:00,457,1337,255,2,8,384,2,15,124,2,8,265,2,8,353,2,15,144,2,8,238,2,19,0,E,9,0,E,9,21.7,A,7,18.9,A,7,84,A,7,988,A,7,40,A,7,3.6,A,7,8000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/25/2001,09:00,708,1337,417,2,8,425,2,15,192,2,8,438,2,8,429,2,15,211,2,8,420,2,19,0,E,9,0,E,9,23.9,A,7,18.9,A,7,74,A,7,989,A,7,20,A,7,2.6,A,7,11200,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,10:00,920,1337,597,2,8,571,2,15,203,2,8,622,2,8,573,2,15,227,2,8,540,2,19,3,E,9,3,E,9,25.6,A,7,17.8,A,7,62,A,7,989,A,7,10,A,7,3.1,A,7,16000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,11:00,1080,1337,736,2,8,658,2,15,203,2,8,781,2,8,671,2,15,238,2,8,745,2,19,4,E,9,4,E,9,26.7,A,7,17.2,A,7,56,A,7,989,A,7,80,A,7,5.2,A,7,16000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,12:00,1177,1337,813,2,8,656,2,15,234,2,8,863,2,8,668,2,15,274,2,8,1127,2,19,4,E,9,4,E,9,27.2,A,7,16.7,A,7,53,A,7,989,A,7,100,A,7,3.1,A,7,16000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,13:00,1203,1337,816,2,8,582,2,15,291,2,8,855,2,8,586,2,15,326,2,8,1519,2,19,3,E,9,3,E,9,27.8,A,7,17.2,A,7,53,A,7,988,A,7,60,A,7,3.6,A,7,16000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,14:00,1157,1337,807,2,8,640,2,15,252,2,8,851,2,8,648,2,15,288,2,8,1127,2,19,3,E,9,3,E,9,27.8,A,7,17.2,A,7,53,A,7,989,A,7,30,A,7,3.6,A,7,16000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,15:00,1042,1337,703,2,8,650,2,15,196,2,8,746,2,8,662,2,15,229,2,8,660,2,19,3,E,9,3,E,9,28.3,A,7,18.3,A,7,55,A,7,988,A,7,80,A,7,2.6,A,7,14400,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,16:00,866,1337,566,2,8,610,2,15,170,2,8,593,2,8,614,2,15,195,2,8,427,2,19,3,E,9,3,E,9,28.3,A,7,18.3,A,7,55,A,7,987,A,7,50,A,7,3.6,A,7,11200,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,17:00,640,1337,363,2,8,397,2,15,172,2,8,380,2,8,394,2,15,191,2,8,359,2,19,0,E,9,0,E,9,27.2,A,7,16.7,A,7,53,A,7,987,A,7,60,A,7,3.1,A,7,11200,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,18:00,382,1337,181,2,8,303,2,15,95,2,8,190,2,8,263,2,15,114,2,8,177,2,19,3,E,9,3,E,9,26.1,A,7,17.8,A,7,60,A,7,987,A,7,60,A,7,2.6,A,7,12800,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,19:00,111,1237,32,2,8,109,2,15,23,2,8,36,2,8,54,2,15,30,2,8,40,2,19,0,E,9,0,A,7,23.9,A,7,18.3,A,7,71,A,7,986,A,7,80,A,7,2.6,A,7,14400,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,23.3,A,7,17.8,A,7,71,A,7,987,A,7,100,A,7,2.1,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,4,E,9,23.3,A,7,17.8,A,7,71,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.7,A,7,17.8,A,7,79,A,7,988,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.6,A,7,17.8,A,7,84,A,7,988,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/25/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,21.7,A,7,17.8,A,7,79,A,7,988,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.1,A,7,17.8,A,7,81,A,7,987,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.0,A,7,17.2,A,7,84,A,7,987,A,7,140,A,7,2.1,A,7,16000,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,19.4,A,7,16.7,A,7,84,A,7,987,A,7,160,A,7,1.5,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,19.4,A,7,16.1,A,7,81,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.3,A,7,16.1,A,7,87,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,06:00,5,256,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,17.8,A,7,16.1,A,7,90,A,7,988,A,7,290,A,7,2.6,A,7,12800,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,07:00,183,1338,78,2,8,41,2,15,73,2,8,86,2,8,30,2,15,82,2,8,157,2,19,0,E,9,0,E,9,18.3,A,7,17.2,A,7,93,A,7,988,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/26/2001,08:00,454,1338,233,2,8,192,2,15,168,2,8,250,2,8,180,2,15,189,2,8,382,2,19,3,E,9,3,E,9,21.1,A,7,17.8,A,7,81,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/26/2001,09:00,705,1338,168,2,8,0,2,15,168,2,8,195,2,8,0,2,15,195,2,8,722,2,19,8,E,9,8,E,9,22.2,A,7,17.2,A,7,73,A,7,989,A,7,320,B,8,1.5,A,7,16000,B,7,2286,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,10:00,918,1338,610,2,8,529,2,15,246,2,8,648,2,8,548,2,15,272,2,8,673,2,19,3,E,9,3,E,9,23.9,A,7,18.3,A,7,71,A,7,989,A,7,290,B,8,3.1,A,7,16000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,11:00,1078,1338,730,2,8,652,2,15,203,2,8,774,2,8,664,2,15,238,2,8,739,2,19,8,E,9,8,E,9,24.4,A,7,18.3,A,7,69,A,7,989,A,7,250,A,7,3.6,A,7,16000,B,7,1676,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,12:00,1174,1338,800,2,8,632,2,15,244,2,8,847,2,8,642,2,15,282,2,8,1158,2,19,4,E,9,4,E,9,26.1,A,7,18.9,A,7,65,A,7,988,A,7,250,A,7,3.6,A,7,16000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,13:00,1200,1338,822,2,8,630,2,15,255,2,8,869,2,8,639,2,15,294,2,8,1327,2,19,3,E,9,3,E,9,27.2,A,7,19.4,A,7,62,A,7,986,A,7,280,A,7,3.6,A,7,16000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,14:00,1153,1338,795,2,8,658,2,15,226,2,8,844,2,8,670,2,15,264,2,8,1007,2,19,8,E,9,8,E,9,27.2,A,7,18.9,A,7,61,A,7,986,A,7,240,A,7,4.1,A,7,16000,B,7,1524,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,15:00,1038,1338,709,2,8,602,2,15,241,2,8,740,2,8,606,2,15,269,2,8,784,2,19,0,E,9,0,E,9,27.8,A,7,20.0,A,7,63,A,7,986,A,7,210,A,7,2.6,A,7,16000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,16:00,861,1338,515,2,8,414,2,15,248,2,8,542,2,8,426,2,15,267,2,8,633,2,19,3,E,9,3,E,9,28.3,A,7,20.6,A,7,63,A,7,985,A,7,230,A,7,4.1,A,7,14400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,17:00,635,1338,357,2,8,379,2,15,177,2,8,384,2,8,390,2,15,199,2,8,386,2,19,4,E,9,4,E,9,28.3,A,7,20.0,A,7,61,A,7,985,A,7,230,B,8,2.1,A,7,14400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,18:00,376,1338,185,2,8,341,2,15,89,2,8,194,2,8,295,2,15,111,2,8,165,2,19,3,E,9,3,E,9,27.8,A,7,20.0,A,7,63,A,7,985,A,7,220,A,7,2.6,A,7,12800,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,19:00,106,1215,28,2,8,99,2,15,21,2,8,32,2,8,48,2,15,28,2,8,36,2,19,0,E,9,0,A,7,26.1,A,7,20.0,A,7,69,A,7,984,A,7,190,A,7,2.6,A,7,11200,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,25.0,A,7,20.6,A,7,77,A,7,985,A,7,190,A,7,2.6,A,7,12800,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,24.4,A,7,20.6,A,7,79,A,7,985,A,7,190,A,7,2.1,A,7,12800,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,23.3,A,7,20.6,A,7,85,A,7,985,A,7,200,A,7,2.6,A,7,11200,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.8,A,7,20.6,A,7,87,A,7,984,A,7,200,A,7,2.6,A,7,11200,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/26/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,A,7,22.8,A,7,20.0,A,7,84,A,7,984,A,7,180,A,7,2.6,A,7,11200,B,7,6096,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.2,A,7,19.4,A,7,84,A,7,983,A,7,200,A,7,3.1,A,7,11200,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,21.7,A,7,18.9,A,7,84,A,7,984,A,7,210,A,7,2.1,A,7,11200,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.1,A,7,18.9,A,7,87,A,7,983,A,7,210,A,7,2.1,A,7,11200,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.6,A,7,18.9,A,7,90,A,7,983,A,7,220,A,7,2.1,A,7,9600,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/27/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.6,A,7,18.9,A,7,90,A,7,983,A,7,210,A,7,2.1,A,7,9600,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/27/2001,06:00,4,234,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,20.0,A,7,18.9,A,7,93,A,7,983,A,7,220,A,7,3.1,A,7,8000,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/27/2001,07:00,180,1338,80,2,8,90,2,15,68,2,8,85,2,8,57,2,15,78,2,8,143,2,19,0,E,9,0,E,9,21.7,A,7,19.4,A,7,87,A,7,983,A,7,230,A,7,2.1,A,7,6400,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/27/2001,08:00,451,1338,241,2,8,302,2,15,139,2,8,254,2,8,284,2,15,159,2,8,286,2,19,0,E,9,0,E,9,23.3,A,7,20.0,A,7,82,A,7,983,A,7,250,A,7,3.1,A,7,8000,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/27/2001,09:00,702,1338,411,2,8,419,2,15,191,2,8,432,2,8,422,2,15,210,2,8,416,2,19,0,E,9,0,E,9,26.1,A,7,21.1,A,7,74,A,7,984,A,7,260,A,7,3.6,A,7,8000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/27/2001,10:00,915,1338,591,2,8,559,2,15,207,2,8,638,2,8,580,2,15,241,2,8,556,2,19,0,E,9,0,E,9,27.8,A,7,21.7,A,7,69,A,7,984,A,7,280,A,7,3.6,A,7,9600,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/27/2001,11:00,1075,1338,736,2,8,640,2,15,221,2,8,777,2,8,649,2,15,254,2,8,792,2,19,0,E,9,0,E,9,28.9,A,7,21.1,A,7,63,A,7,984,A,7,290,B,8,2.6,A,7,9600,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +08/27/2001,12:00,1171,1338,819,2,8,620,2,15,275,2,8,859,2,8,625,2,15,310,2,8,1276,2,19,7,E,9,2,A,7,30.0,A,7,20.6,A,7,57,A,7,983,A,7,310,B,8,1.5,A,7,11200,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,13:00,1197,1338,690,2,8,318,2,15,405,2,8,755,2,8,346,2,15,445,2,8,1970,2,19,0,E,9,0,E,9,30.6,A,7,20.0,A,7,53,A,7,982,A,7,320,A,7,3.1,A,7,11200,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,14:00,1150,1338,801,2,8,592,2,15,291,2,8,866,2,8,619,2,15,333,2,8,1301,2,19,3,E,9,3,E,9,30.6,A,7,20.0,A,7,53,A,7,982,A,7,300,B,8,2.1,A,7,11200,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,15:00,1034,1338,686,2,8,578,2,15,238,2,8,716,2,8,582,2,15,265,2,8,768,2,19,3,E,9,3,E,9,31.7,A,7,20.0,A,7,50,A,7,981,A,7,270,A,7,3.1,A,7,11200,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,16:00,857,1338,442,2,8,255,2,15,279,2,8,476,2,8,273,2,15,301,2,8,736,2,19,7,E,9,5,E,9,30.6,A,7,19.4,A,7,51,A,7,981,A,7,250,A,7,3.1,A,7,11200,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,17:00,630,1338,213,2,8,53,2,15,188,2,8,234,2,8,52,2,15,209,2,8,558,2,19,10,E,9,10,E,9,23.3,A,7,20.0,A,7,82,A,7,981,A,7,60,A,7,2.6,A,7,6400,B,7,792,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +08/27/2001,18:00,371,1338,47,2,8,0,2,15,47,2,8,56,2,8,0,2,15,56,2,8,198,2,19,8,E,9,7,E,9,23.9,A,7,21.1,A,7,84,A,7,982,A,7,30,A,7,2.1,A,7,12800,B,7,3962,A,7,4.1,E,8,0.000,F,8,0.00,F,8,46,1,D,9,17,C,8 +08/27/2001,19:00,101,1171,5,2,8,0,2,15,5,2,8,6,2,8,0,2,15,6,2,8,21,2,19,0,E,9,0,A,7,23.3,A,7,21.7,A,7,91,A,7,981,A,7,70,A,7,2.6,A,7,11200,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,6,E,9,6,E,9,23.3,A,7,21.1,A,7,87,A,7,982,A,7,40,A,7,2.1,A,7,12800,B,7,3962,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,2,E,9,22.2,A,7,21.7,A,7,97,A,7,982,A,7,0,A,7,0.0,A,7,11200,B,7,4572,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,22.8,A,7,20.0,A,7,84,A,7,982,A,7,170,A,7,1.5,A,7,16000,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,6,E,9,22.8,A,7,19.4,A,7,81,A,7,983,A,7,0,A,7,0.0,A,7,14400,B,7,3962,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/27/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,A,7,21.7,A,7,20.0,A,7,90,A,7,983,A,7,280,A,7,1.5,A,7,11200,B,7,3962,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,21.7,A,7,20.0,A,7,90,A,7,982,A,7,300,A,7,1.5,A,7,12800,B,7,2134,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.2,A,7,20.6,A,7,91,A,7,982,A,7,0,A,7,0.0,A,7,11200,B,7,3353,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,4,E,9,21.1,A,7,19.4,A,7,90,A,7,982,A,7,320,A,7,2.6,A,7,12800,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,6,E,9,20.6,A,7,19.4,A,7,93,A,7,982,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,6,E,9,21.1,A,7,20.0,A,7,93,A,7,983,A,7,210,A,7,1.5,A,7,11200,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,06:00,3,234,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,1,E,9,1,E,9,21.1,A,7,19.4,A,7,90,A,7,983,A,7,0,A,7,0.0,A,7,8000,B,7,3962,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/28/2001,07:00,176,1339,81,2,8,75,2,15,72,2,8,87,2,8,47,2,15,81,2,8,152,2,19,6,E,9,3,E,9,22.2,A,7,20.6,A,7,91,A,7,983,A,7,280,A,7,2.1,A,7,8000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/28/2001,08:00,448,1339,136,2,8,19,2,15,129,2,8,152,2,8,13,2,15,148,2,8,469,2,19,6,E,9,4,E,9,23.3,A,7,21.7,A,7,91,A,7,984,A,7,280,A,7,1.5,A,7,9600,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/28/2001,09:00,699,1339,405,2,8,351,2,15,221,2,8,433,2,8,366,2,15,241,2,8,512,2,19,2,E,9,2,E,9,26.1,A,7,21.1,A,7,74,A,7,985,A,7,310,A,7,4.1,A,7,16000,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,10:00,913,1339,546,2,8,401,2,15,272,2,8,593,2,8,431,2,15,299,2,8,749,2,19,1,E,9,1,E,9,27.2,A,7,20.6,A,7,67,A,7,985,A,7,310,A,7,2.6,A,7,16000,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,11:00,1073,1339,680,2,8,507,2,15,273,2,8,732,2,8,529,2,15,307,2,8,989,2,19,6,E,9,4,E,9,27.8,A,7,20.6,A,7,65,A,7,985,A,7,250,A,7,3.6,A,7,16000,B,7,7620,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,12:00,1168,1339,739,2,8,493,2,15,308,2,8,797,2,8,516,2,15,346,2,8,1462,2,19,8,E,9,5,E,9,28.9,A,7,21.1,A,7,63,A,7,985,A,7,270,A,7,3.6,A,7,16000,B,7,7620,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,13:00,1194,1339,612,2,8,216,2,15,419,2,8,674,2,8,230,2,15,468,2,8,1937,2,19,9,E,9,7,E,9,29.4,A,7,20.6,A,7,59,A,7,983,A,7,270,B,8,3.1,A,7,16000,B,7,7620,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,14:00,1146,1339,677,2,8,359,2,15,369,2,8,742,2,8,390,2,15,407,2,8,1540,2,19,5,E,9,4,E,9,29.4,A,7,20.6,A,7,59,A,7,984,A,7,260,B,8,2.6,A,7,16000,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,15:00,1030,1339,685,2,8,584,2,15,235,2,8,716,2,8,588,2,15,262,2,8,752,2,19,4,E,9,4,E,9,30.0,A,7,20.6,A,7,57,A,7,983,A,7,260,A,7,2.6,A,7,16000,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,16:00,852,1339,391,2,8,154,2,15,293,2,8,427,2,8,162,2,15,324,2,8,822,2,19,5,E,9,4,E,9,30.6,A,7,20.0,A,7,53,A,7,983,A,7,240,A,7,3.6,A,7,16000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,17:00,625,1339,223,2,8,58,2,15,196,2,8,245,2,8,57,2,15,218,2,8,573,2,19,7,E,9,6,E,9,29.4,A,7,19.4,A,7,55,A,7,983,A,7,260,A,7,2.6,A,7,16000,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,18:00,365,1339,89,2,8,6,2,15,88,2,8,101,2,8,3,2,15,101,2,8,325,2,19,8,E,9,6,E,9,28.9,A,7,20.0,A,7,59,A,7,983,A,7,280,A,7,2.1,A,7,16000,B,7,6706,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,19:00,96,1149,17,2,8,8,2,15,16,2,8,18,2,8,5,2,15,18,2,8,42,2,19,2,E,9,2,A,7,28.3,A,7,21.1,A,7,65,A,7,982,A,7,350,A,7,1.5,A,7,16000,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,26.1,A,7,21.1,A,7,74,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,3962,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,26.7,A,7,21.7,A,7,74,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,3962,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,24.4,A,7,21.7,A,7,85,A,7,985,A,7,360,A,7,3.1,A,7,14400,B,7,6096,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,25.6,A,7,20.6,A,7,74,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/28/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,24.4,A,7,21.1,A,7,82,A,7,985,A,7,10,A,7,2.1,A,7,16000,B,7,6096,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,A,7,23.9,A,7,20.6,A,7,82,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,A,7,23.3,A,7,20.6,A,7,85,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,A,7,22.8,A,7,20.6,A,7,87,A,7,984,A,7,0,A,7,0.0,A,7,14400,B,7,6096,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,A,7,22.8,A,7,20.6,A,7,87,A,7,984,A,7,0,A,7,0.0,A,7,14400,B,7,6096,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,22.2,A,7,20.6,A,7,91,A,7,984,A,7,210,A,7,2.1,A,7,12800,B,7,77777,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,06:00,3,212,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,9,A,7,21.7,A,7,20.6,A,7,93,A,7,985,A,7,220,A,7,2.1,A,7,11200,B,7,6096,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,07:00,173,1340,55,2,8,0,2,15,55,2,8,60,2,8,0,2,15,60,2,8,167,2,19,8,E,9,8,A,7,21.7,A,7,20.0,A,7,90,A,7,985,A,7,270,A,7,1.5,A,7,9600,B,7,6096,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/29/2001,08:00,445,1340,242,2,8,354,2,15,125,2,8,251,2,8,322,2,15,144,2,8,241,2,19,5,E,9,5,A,7,25.6,A,7,20.6,A,7,74,A,7,986,A,7,350,A,7,1.5,A,7,12800,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/29/2001,09:00,697,1340,418,2,8,456,2,15,180,2,8,441,2,8,459,2,15,201,2,8,388,2,19,3,E,9,3,A,7,27.2,A,7,21.1,A,7,69,A,7,986,A,7,20,A,7,2.6,A,7,16000,B,7,77777,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,10:00,910,1340,604,2,8,596,2,15,198,2,8,630,2,8,598,2,15,222,2,8,518,2,19,2,E,9,2,A,7,28.3,A,7,20.6,A,7,63,A,7,987,A,7,310,A,7,3.1,A,7,16000,B,7,77777,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,11:00,1070,1340,637,2,8,387,2,15,327,2,8,697,2,8,420,2,15,361,2,8,1143,2,19,3,E,9,3,A,7,28.3,A,7,21.7,A,7,67,A,7,986,A,7,320,B,8,2.6,A,7,14400,B,7,77777,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,12:00,1166,1340,703,2,8,391,2,15,361,2,8,744,2,8,408,2,15,389,2,8,1709,2,19,2,E,9,2,A,7,28.9,A,7,20.6,A,7,61,A,7,986,A,7,320,A,7,1.5,A,7,16000,B,7,77777,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,13:00,1190,1340,684,2,8,318,2,15,400,2,8,748,2,8,346,2,15,440,2,8,1898,2,19,5,E,9,5,A,7,29.4,A,7,21.1,A,7,61,A,7,985,A,7,140,A,7,4.6,A,7,16000,B,7,77777,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,14:00,1143,1340,800,2,8,610,2,15,279,2,8,836,2,8,614,2,15,311,2,8,1172,2,19,10,E,9,10,A,7,28.3,A,7,20.0,A,7,61,A,7,985,A,7,60,A,7,2.6,A,7,16000,B,7,1311,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,15:00,1026,1340,582,2,8,322,2,15,335,2,8,632,2,8,348,2,15,365,2,8,1093,2,19,10,E,9,10,A,7,29.4,A,7,20.0,A,7,57,A,7,985,A,7,80,A,7,2.1,A,7,16000,B,7,1402,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,16:00,847,1340,536,2,8,509,2,15,214,2,8,572,2,8,524,2,15,240,2,8,530,2,19,5,E,9,5,A,7,30.0,A,7,19.4,A,7,53,A,7,985,A,7,60,A,7,1.5,A,7,16000,B,7,77777,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,17:00,620,1340,340,2,8,303,2,15,199,2,8,361,2,8,309,2,15,217,2,8,443,2,19,3,E,9,3,A,7,29.4,A,7,20.0,A,7,57,A,7,985,A,7,150,A,7,3.1,A,7,16000,B,7,77777,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,18:00,359,1340,61,2,8,0,2,15,61,2,8,71,2,8,0,2,15,71,2,8,244,2,19,10,E,9,9,A,7,28.3,A,7,19.4,A,7,59,A,7,985,A,7,160,A,7,3.1,A,7,16000,B,7,6096,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,19:00,91,1128,20,2,8,32,2,15,18,2,8,23,2,8,16,2,15,22,2,8,37,2,19,8,E,9,8,A,7,27.2,A,7,20.0,A,7,65,A,7,984,A,7,160,A,7,3.1,A,7,16000,B,7,6096,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,A,7,25.6,A,7,20.6,A,7,74,A,7,985,A,7,170,A,7,2.6,A,7,16000,B,7,6096,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,A,7,25.0,A,7,20.6,A,7,77,A,7,985,A,7,150,A,7,2.6,A,7,16000,B,7,6096,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,2,E,9,2,A,7,24.4,A,7,20.6,A,7,79,A,7,986,A,7,190,A,7,3.1,A,7,16000,B,7,77777,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,A,7,23.9,A,7,20.6,A,7,82,A,7,986,A,7,200,A,7,4.1,A,7,16000,B,7,6096,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/29/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,A,7,23.3,A,7,21.1,A,7,87,A,7,986,A,7,200,A,7,3.1,A,7,14400,B,7,6096,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/30/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,22.8,A,7,21.1,A,7,90,A,7,985,A,7,200,A,7,2.6,A,7,11200,B,7,6096,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/30/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,22.2,A,7,21.1,A,7,93,A,7,985,A,7,210,A,7,2.1,A,7,9600,B,7,6096,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/30/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,22.2,A,7,21.1,A,7,93,A,7,984,A,7,190,A,7,3.1,A,7,9600,B,7,6096,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/30/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,22.2,A,7,21.1,A,7,93,A,7,984,A,7,200,A,7,3.1,A,7,8000,B,7,77777,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/30/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,21.7,A,7,20.6,A,7,93,A,7,985,A,7,210,A,7,2.1,A,7,8000,B,7,77777,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/30/2001,06:00,2,190,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,5,E,9,5,A,7,21.7,A,7,20.6,A,7,93,A,7,985,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/30/2001,07:00,170,1340,71,2,8,51,2,15,64,2,8,77,2,8,36,2,15,72,2,8,139,2,19,7,E,9,7,A,7,22.8,A,7,21.1,A,7,90,A,7,985,A,7,0,A,7,0.0,A,7,6400,B,7,7620,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/30/2001,08:00,442,1340,114,2,8,0,2,15,114,2,8,129,2,8,0,2,15,129,2,8,428,2,19,10,E,9,10,A,7,22.8,A,7,21.1,A,7,90,A,7,986,A,7,250,A,7,2.6,A,7,6400,B,7,4572,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/30/2001,09:00,694,1340,203,2,8,12,2,15,196,2,8,231,2,8,10,2,15,226,2,8,800,2,19,10,E,9,10,A,7,23.3,A,7,21.1,A,7,87,A,7,986,A,7,250,A,7,2.1,A,7,8000,B,7,4267,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/30/2001,10:00,907,1340,129,2,8,0,2,15,129,2,8,158,2,8,0,2,15,158,2,8,647,2,19,10,E,9,10,A,7,23.9,A,7,21.7,A,7,88,A,7,987,A,7,270,A,7,2.1,A,7,9600,B,7,4267,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/30/2001,11:00,1067,1340,156,2,8,0,2,15,156,2,8,193,2,8,0,2,15,193,2,8,803,2,19,10,E,9,10,A,7,23.9,A,7,21.7,A,7,88,A,7,987,A,7,240,A,7,3.1,A,7,8000,B,7,4572,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/30/2001,12:00,1163,1340,336,2,8,30,2,15,310,2,8,372,2,8,31,2,15,345,2,8,1435,2,19,10,E,9,10,A,7,25.6,A,7,21.7,A,7,79,A,7,986,A,7,230,A,7,2.6,A,7,11200,B,7,4267,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/30/2001,13:00,1187,1340,713,2,8,360,2,15,394,2,8,781,2,8,391,2,15,434,2,8,1845,2,19,10,E,9,10,A,7,27.2,A,7,20.6,A,7,67,A,7,985,A,7,230,A,7,3.6,A,7,16000,B,7,4267,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/30/2001,14:00,1139,1340,506,2,8,126,2,15,399,2,8,557,2,8,134,2,15,442,2,8,1617,2,19,9,E,9,9,A,7,28.3,A,7,20.6,A,7,63,A,7,985,A,7,290,A,7,3.1,A,7,16000,B,7,4267,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/30/2001,15:00,1021,1340,466,2,8,149,2,15,352,2,8,511,2,8,158,2,15,390,2,8,1175,2,19,9,E,9,9,A,7,25.6,A,7,19.4,A,7,69,A,7,985,A,7,240,A,7,6.2,A,7,16000,B,7,2591,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/30/2001,16:00,842,1340,151,2,8,0,2,15,151,2,8,181,2,8,0,2,15,181,2,8,720,2,19,9,E,9,9,A,7,26.1,A,7,21.7,A,7,77,A,7,984,A,7,230,A,7,3.6,A,7,16000,B,7,4267,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +08/30/2001,17:00,614,1340,228,2,8,76,2,15,193,2,8,250,2,8,75,2,15,216,2,8,561,2,19,9,E,9,9,A,7,26.7,A,7,20.6,A,7,69,A,7,985,A,7,250,A,7,3.6,A,7,16000,B,7,7620,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/30/2001,18:00,353,1340,135,2,8,133,2,15,100,2,8,147,2,8,116,2,15,116,2,8,220,2,19,9,E,9,9,A,7,24.4,A,7,20.6,A,7,79,A,7,985,A,7,130,A,7,4.1,A,7,16000,B,7,762,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/30/2001,19:00,86,1083,8,2,8,0,2,15,8,2,8,10,2,8,0,2,15,10,2,8,32,2,19,7,E,9,7,A,7,23.3,A,7,21.1,A,7,87,A,7,984,A,7,170,A,7,2.6,A,7,14400,B,7,3353,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/30/2001,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,22.8,A,7,20.6,A,7,87,A,7,985,A,7,170,A,7,2.6,A,7,16000,B,7,3048,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/30/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.8,A,7,21.1,A,7,90,A,7,985,A,7,160,A,7,2.6,A,7,14400,B,7,2438,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/30/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,6,E,9,5,E,9,22.8,A,7,21.1,A,7,90,A,7,985,A,7,200,A,7,3.1,A,7,12800,B,7,4572,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/30/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,4,E,9,22.2,A,7,20.6,A,7,91,A,7,985,A,7,200,A,7,2.6,A,7,16000,B,7,4572,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/30/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,22.2,A,7,21.1,A,7,93,A,7,985,A,7,210,A,7,3.1,A,7,14400,B,7,1981,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,21.7,A,7,21.1,A,7,96,A,7,984,A,7,200,A,7,3.1,A,7,12800,B,7,2286,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.7,A,7,20.6,A,7,93,A,7,984,A,7,230,A,7,3.1,A,7,9600,B,7,732,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/31/2001,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.1,A,7,20.0,A,7,93,A,7,983,A,7,240,A,7,2.6,A,7,11200,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/31/2001,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.6,A,7,20.0,A,7,96,A,7,983,A,7,220,A,7,3.1,A,7,8000,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/31/2001,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.6,A,7,20.0,A,7,96,A,7,983,A,7,240,A,7,3.6,A,7,9600,B,7,77777,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/31/2001,06:00,2,168,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,1,E,9,1,E,9,20.0,A,7,19.4,A,7,96,A,7,984,A,7,230,A,7,2.6,A,7,6400,B,7,77777,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/31/2001,07:00,167,1341,44,2,8,0,2,15,44,2,8,49,2,8,0,2,15,49,2,8,143,2,19,7,E,9,6,E,9,21.1,A,7,20.0,A,7,93,A,7,984,A,7,250,A,7,3.1,A,7,6400,B,7,6096,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/31/2001,08:00,439,1341,106,2,8,0,2,15,106,2,8,121,2,8,0,2,15,121,2,8,405,2,19,6,E,9,3,E,9,22.8,A,7,20.6,A,7,87,A,7,984,A,7,260,A,7,3.6,A,7,12800,B,7,6096,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/31/2001,09:00,691,1341,345,2,8,216,2,15,233,2,8,375,2,8,222,2,15,260,2,8,587,2,19,3,E,9,2,E,9,23.9,A,7,20.6,A,7,82,A,7,984,A,7,240,A,7,2.6,A,7,16000,B,7,7620,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,10:00,904,1341,379,2,8,103,2,15,309,2,8,417,2,8,105,2,15,346,2,8,1061,2,19,7,E,9,6,E,9,26.7,A,7,20.6,A,7,69,A,7,985,A,7,270,A,7,3.1,A,7,16000,B,7,6096,A,7,5.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,11:00,1064,1341,499,2,8,163,2,15,370,2,8,548,2,8,173,2,15,410,2,8,1312,2,19,7,E,9,5,E,9,27.2,A,7,19.4,A,7,62,A,7,985,A,7,290,A,7,4.1,A,7,16000,B,7,7620,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,12:00,1159,1341,703,2,8,385,2,15,369,2,8,771,2,8,418,2,15,408,2,8,1586,2,19,8,E,9,5,E,9,28.3,A,7,18.9,A,7,57,A,7,984,A,7,270,B,8,3.1,A,7,16000,B,7,4572,A,7,5.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,13:00,1184,1341,731,2,8,414,2,15,365,2,8,776,2,8,432,2,15,394,2,8,1831,2,19,9,E,9,6,E,9,28.3,A,7,20.0,A,7,61,A,7,984,A,7,250,A,7,2.1,A,7,16000,B,7,4572,A,7,5.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,14:00,1135,1341,359,2,8,42,2,15,323,2,8,397,2,8,43,2,15,360,2,8,1426,2,19,9,E,9,8,E,9,28.3,A,7,18.9,A,7,57,A,7,983,A,7,250,A,7,3.6,A,7,16000,B,7,1219,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,15:00,1017,1341,270,2,8,12,2,15,261,2,8,319,2,8,10,2,15,311,2,8,1206,2,19,10,E,9,10,E,9,24.0,A,7,20.0,A,7,78,A,7,983,A,7,210,A,7,2.1,A,7,2400,B,7,360,A,7,5.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +08/31/2001,16:00,838,1341,162,2,8,0,2,15,162,2,8,193,2,8,0,2,15,193,2,8,761,2,19,10,E,9,8,E,9,24.4,A,7,22.2,A,7,88,A,7,982,A,7,300,A,7,2.1,A,7,11200,B,7,1219,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,81,C,8 +08/31/2001,17:00,609,1341,148,2,8,6,2,15,146,2,8,171,2,8,4,2,15,169,2,8,603,2,19,10,E,9,9,E,9,25.6,A,7,22.8,A,7,85,A,7,982,A,7,270,A,7,3.1,A,7,16000,B,7,2743,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,18:00,347,1341,79,2,8,0,2,15,79,2,8,90,2,8,0,2,15,90,2,8,294,2,19,8,E,9,6,E,9,24.4,A,7,21.1,A,7,82,A,7,982,A,7,260,A,7,3.1,A,7,16000,B,7,4572,A,7,4.6,E,8,0.000,F,8,0.00,F,8,97,1,D,9,00,C,8 +08/31/2001,19:00,81,1062,16,2,8,46,2,15,13,2,8,19,2,8,19,2,15,17,2,8,21,2,19,8,E,9,8,A,7,23.3,A,7,21.1,A,7,87,A,7,981,A,7,220,A,7,2.6,A,7,16000,B,7,1829,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,22.8,A,7,20.6,A,7,87,A,7,983,A,7,230,A,7,3.1,A,7,16000,B,7,2438,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,6,E,9,22.8,A,7,20.6,A,7,87,A,7,983,A,7,250,A,7,2.6,A,7,16000,B,7,7620,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.7,A,7,20.8,A,7,87,A,7,983,A,7,250,A,7,2.2,A,7,16000,B,7,3353,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,22.6,A,7,20.9,A,7,84,A,7,983,A,7,240,A,7,1.9,A,7,16000,B,7,3658,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +08/31/2001,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,22.5,A,7,21.1,A,7,84,A,7,982,A,7,240,A,7,1.5,A,7,16000,B,7,2743,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.5,A,7,21.2,A,7,97,A,7,992,A,7,190,A,7,1.1,A,7,8000,B,7,91,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/01/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.4,A,7,21.4,A,7,97,A,7,992,A,7,260,A,7,0.7,A,7,9600,B,7,91,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/01/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.3,A,7,21.5,A,7,100,A,7,992,A,7,160,A,7,0.4,A,7,11300,B,7,90,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/01/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.2,A,7,21.7,A,7,97,A,7,992,A,7,0,A,7,0.0,A,7,9600,B,7,305,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.2,A,7,21.7,A,7,97,A,7,992,A,7,250,A,7,1.5,A,7,8000,B,7,183,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/01/2003,06:00,2,168,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,E,9,22.2,A,7,21.7,A,7,97,A,7,992,A,7,230,A,7,2.6,A,7,8000,B,7,213,A,7,4.8,E,8,0.000,F,8,0.00,F,8,5,1,D,9,10,C,8 +09/01/2003,07:00,165,1342,74,2,8,60,2,15,66,2,8,80,2,8,43,2,15,75,2,8,140,2,19,10,E,9,10,E,9,22.8,A,7,22.2,A,7,96,A,7,992,A,7,210,A,7,2.6,A,7,6400,B,7,122,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/01/2003,08:00,437,1342,152,2,8,19,2,15,146,2,8,168,2,8,13,2,15,164,2,8,497,2,19,10,E,9,10,E,9,22.8,A,7,22.2,A,7,96,A,7,992,A,7,200,A,7,2.6,A,7,6400,B,7,122,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/01/2003,09:00,690,1342,230,2,8,25,2,15,217,2,8,261,2,8,21,2,15,250,2,8,852,2,19,10,E,9,10,E,9,23.3,A,7,22.2,A,7,94,A,7,992,A,7,230,A,7,3.1,A,7,6400,B,7,244,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/01/2003,10:00,903,1342,148,2,8,0,2,15,148,2,8,179,2,8,0,2,15,179,2,8,728,2,19,8,E,9,8,E,9,24.4,A,7,22.8,A,7,91,A,7,993,A,7,240,A,7,3.1,A,7,6400,B,7,549,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/01/2003,11:00,1063,1342,487,2,8,157,2,15,362,2,8,535,2,8,167,2,15,402,2,8,1280,2,19,4,E,9,4,E,9,26.1,A,7,22.8,A,7,82,A,7,992,A,7,210,A,7,4.1,A,7,8000,B,7,7620,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +09/01/2003,12:00,1158,1342,660,2,8,307,2,15,394,2,8,720,2,8,333,2,15,431,2,8,1698,2,19,4,E,9,4,E,9,28.3,A,7,22.8,A,7,72,A,7,992,A,7,220,A,7,2.1,A,7,14400,B,7,7620,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,13:00,1182,1342,839,2,8,618,2,15,293,2,8,877,2,8,621,2,15,328,2,8,1391,2,19,4,E,9,4,E,9,28.9,A,7,21.7,A,7,65,A,7,991,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,14:00,1133,1342,812,2,8,724,2,15,199,2,8,868,2,8,741,2,15,240,2,8,835,2,19,4,E,9,4,E,9,29.4,A,7,20.6,A,7,59,A,7,990,A,7,200,A,7,4.6,A,7,16000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,15:00,1015,1342,713,2,8,727,2,15,162,2,8,764,2,8,745,2,15,199,2,8,522,2,19,4,E,9,4,E,9,29.4,A,7,20.6,A,7,59,A,7,990,A,7,190,A,7,6.2,A,7,16000,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,16:00,835,1342,569,2,8,698,2,15,134,2,8,605,2,8,707,2,15,164,2,8,333,2,19,4,E,9,4,E,9,28.3,A,7,20.6,A,7,63,A,7,989,A,7,200,A,7,2.1,A,7,16000,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,17:00,606,1342,376,2,8,600,2,15,104,2,8,393,2,8,583,2,15,129,2,8,213,2,19,4,E,9,4,E,9,28.3,A,7,21.1,A,7,65,A,7,989,A,7,200,A,7,3.1,A,7,14400,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,18:00,344,1342,180,2,8,415,2,15,74,2,8,191,2,8,347,2,15,102,2,8,135,2,19,0,E,9,0,E,9,27.8,A,7,21.1,A,7,67,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,19:00,78,1040,17,2,8,84,2,15,13,2,8,22,2,8,38,2,15,19,2,8,22,2,19,5,E,9,5,A,7,26.1,A,7,21.1,A,7,74,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,25.0,A,7,21.7,A,7,82,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,24.4,A,7,22.2,A,7,88,A,7,990,A,7,180,A,7,2.6,A,7,14400,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,23.9,A,7,21.7,A,7,88,A,7,990,A,7,200,A,7,3.6,A,7,14400,B,7,77777,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,23.3,A,7,20.6,A,7,85,A,7,990,A,7,200,A,7,3.6,A,7,16000,B,7,77777,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/01/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,A,7,23.3,A,7,21.1,A,7,87,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,23.3,A,7,21.1,A,7,87,A,7,990,A,7,210,A,7,3.6,A,7,16000,B,7,2896,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.2,A,7,21.1,A,7,93,A,7,989,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.7,A,7,21.1,A,7,96,A,7,989,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,21.1,A,7,20.6,A,7,97,A,7,989,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,21.1,A,7,20.6,A,7,97,A,7,989,A,7,190,A,7,3.1,A,7,12800,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,06:00,1,145,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,9,A,7,21.1,A,7,20.0,A,7,93,A,7,989,A,7,0,A,7,0.0,A,7,8000,B,7,7620,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/02/2003,07:00,162,1342,76,2,8,95,2,15,64,2,8,80,2,8,57,2,15,73,2,8,134,2,19,8,E,9,8,A,7,21.7,A,7,20.6,A,7,93,A,7,989,A,7,220,A,7,3.1,A,7,9600,B,7,7620,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/02/2003,08:00,434,1342,260,2,8,490,2,15,101,2,8,274,2,8,444,2,15,130,2,8,189,2,19,10,E,9,9,A,7,23.9,A,7,21.1,A,7,84,A,7,989,A,7,190,A,7,4.1,A,7,16000,B,7,7620,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/02/2003,09:00,687,1342,453,2,8,636,2,15,127,2,8,474,2,8,627,2,15,152,2,8,271,2,19,10,E,9,9,A,7,25.6,A,7,21.1,A,7,76,A,7,989,A,7,200,A,7,1.5,A,7,16000,B,7,7620,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,10:00,900,1342,624,2,8,657,2,15,182,2,8,654,2,8,662,2,15,209,2,8,474,2,19,4,E,9,4,E,9,26.7,A,7,21.1,A,7,71,A,7,989,A,7,220,A,7,5.2,A,7,16000,B,7,7620,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,11:00,1060,1342,649,2,8,411,2,15,324,2,8,686,2,8,428,2,15,347,2,8,1149,2,19,8,E,9,8,E,9,26.7,A,7,20.6,A,7,69,A,7,989,A,7,230,A,7,4.1,A,7,16000,B,7,792,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,12:00,1155,1342,739,2,8,499,2,15,308,2,8,794,2,8,522,2,15,344,2,8,1389,2,19,8,E,9,8,E,9,28.3,A,7,20.6,A,7,63,A,7,989,A,7,200,A,7,3.1,A,7,16000,B,7,914,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,13:00,1179,1342,533,2,8,144,2,15,407,2,8,588,2,8,154,2,15,453,2,8,1797,2,19,8,E,9,8,E,9,28.3,A,7,21.1,A,7,65,A,7,988,A,7,240,A,7,4.6,A,7,16000,B,7,1036,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,14:00,1129,1342,812,2,8,628,2,15,282,2,8,846,2,8,630,2,15,314,2,8,1129,2,19,9,E,9,9,E,9,28.9,A,7,21.1,A,7,63,A,7,987,A,7,200,A,7,5.7,A,7,16000,B,7,1067,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,15:00,1010,1342,690,2,8,661,2,15,191,2,8,730,2,8,672,2,15,223,2,8,599,2,19,8,E,9,8,E,9,29.4,A,7,21.1,A,7,61,A,7,987,A,7,220,A,7,4.6,A,7,16000,B,7,7620,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,16:00,830,1342,524,2,8,550,2,15,183,2,8,566,2,8,566,2,15,214,2,8,439,2,19,7,E,9,6,E,9,28.9,A,7,21.1,A,7,63,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,17:00,601,1342,322,2,8,349,2,15,166,2,8,346,2,8,354,2,15,187,2,8,355,2,19,8,E,9,7,E,9,28.9,A,7,21.1,A,7,63,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,18:00,338,1342,166,2,8,309,2,15,88,2,8,172,2,8,256,2,15,107,2,8,163,2,19,5,E,9,4,E,9,28.3,A,7,21.1,A,7,65,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,6096,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,19:00,74,1018,9,2,8,0,2,15,9,2,8,11,2,8,0,2,15,11,2,8,35,2,19,0,E,9,0,A,7,26.1,A,7,21.1,A,7,74,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,25.6,A,7,21.7,A,7,79,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,25.0,A,7,21.7,A,7,82,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,1,E,9,1,E,9,24.4,A,7,22.2,A,7,88,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,6,E,9,5,E,9,23.9,A,7,21.7,A,7,88,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/02/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,A,7,23.9,A,7,21.7,A,7,88,A,7,988,A,7,190,A,7,3.1,A,7,16000,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,23.3,A,7,21.7,A,7,91,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.8,A,7,21.1,A,7,90,A,7,987,A,7,200,A,7,2.6,A,7,16000,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.2,A,7,21.1,A,7,93,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.7,A,7,21.1,A,7,96,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,2,E,9,2,E,9,21.7,A,7,21.1,A,7,96,A,7,986,A,7,200,A,7,2.6,A,7,16000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,06:00,1,123,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,2,B,8,2,B,8,21.7,A,7,21.1,A,7,96,A,7,986,A,7,190,A,7,2.6,A,7,12800,B,7,4572,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,07:00,159,1343,78,2,8,123,2,15,63,2,8,82,2,8,73,2,15,74,2,8,132,2,19,2,E,9,2,E,9,22.2,A,7,21.7,A,7,97,A,7,987,A,7,200,A,7,2.6,A,7,12800,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,08:00,431,1343,252,2,8,420,2,15,117,2,8,261,2,8,379,2,15,139,2,8,223,2,19,5,E,9,5,E,9,23.9,A,7,22.2,A,7,90,A,7,987,A,7,220,A,7,2.6,A,7,16000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,09:00,684,1343,440,2,8,543,2,15,163,2,8,468,2,8,546,2,15,189,2,8,345,2,19,7,E,9,7,E,9,25.6,A,7,22.2,A,7,82,A,7,987,A,7,230,A,7,3.6,A,7,16000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,10:00,898,1343,592,2,8,566,2,15,213,2,8,636,2,8,586,2,15,244,2,8,558,2,19,10,E,9,9,E,9,28.0,A,7,23.0,A,7,74,A,7,987,A,7,180,A,7,4.6,A,7,16100,B,7,630,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,11:00,1057,1343,500,2,8,151,2,15,380,2,8,546,2,8,160,2,15,420,2,8,1330,2,19,8,E,9,7,E,9,27.2,A,7,22.2,A,7,74,A,7,987,A,7,200,A,7,1.5,A,7,16000,B,7,77777,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,12:00,1152,1343,599,2,8,235,2,15,397,2,8,653,2,8,255,2,15,433,2,8,1681,2,19,10,E,9,9,E,9,28.9,A,7,22.2,A,7,67,A,7,986,A,7,200,A,7,5.2,A,7,16000,B,7,1006,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,13:00,1175,1343,737,2,8,432,2,15,358,2,8,783,2,8,451,2,15,387,2,8,1732,2,19,6,E,9,6,E,9,28.9,A,7,22.2,A,7,67,A,7,985,A,7,190,A,7,6.2,A,7,16000,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,14:00,1125,1343,400,2,8,60,2,15,350,2,8,442,2,8,62,2,15,391,2,8,1504,2,19,8,E,9,8,E,9,29.4,A,7,21.7,A,7,63,A,7,985,A,7,210,A,7,5.7,A,7,16000,B,7,77777,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,15:00,1006,1343,448,2,8,143,2,15,341,2,8,492,2,8,152,2,15,378,2,8,1113,2,19,8,E,9,7,E,9,28.9,A,7,21.7,A,7,65,A,7,984,A,7,210,A,7,3.6,A,7,16000,B,7,77777,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,16:00,825,1343,479,2,8,372,2,15,250,2,8,517,2,8,396,2,15,273,2,8,631,2,19,9,E,9,8,E,9,28.9,A,7,21.7,A,7,65,A,7,984,A,7,220,A,7,4.6,A,7,16000,B,7,1524,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,17:00,595,1343,369,2,8,500,2,15,147,2,8,389,2,8,490,2,15,171,2,8,296,2,19,9,E,9,6,E,9,28.3,A,7,21.7,A,7,67,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,18:00,332,1343,92,2,8,28,2,15,85,2,8,101,2,8,24,2,15,95,2,8,222,2,19,9,E,9,7,E,9,27.2,A,7,22.8,A,7,77,A,7,983,A,7,0,A,7,0.0,A,7,16000,B,7,6096,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,19:00,69,974,8,2,8,0,2,15,8,2,8,10,2,8,0,2,15,10,2,8,31,2,19,0,E,9,0,A,7,26.1,A,7,22.8,A,7,82,A,7,983,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,E,9,26.1,A,7,22.8,A,7,82,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,3353,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,25.6,A,7,23.3,A,7,87,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,1219,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,8,E,9,23.0,A,7,23.0,A,7,100,A,7,984,A,7,200,A,7,4.6,A,7,16100,B,7,990,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/03/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.0,A,7,22.0,A,7,100,A,7,984,A,7,180,A,7,6.7,A,7,8000,B,7,1410,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/03/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,22.8,A,7,21.7,A,7,94,A,7,984,A,7,180,A,7,3.6,A,7,16000,B,7,1280,A,7,4.9,E,8,0.000,F,8,0.00,F,8,37,1,D,9,17,C,8 +09/04/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,A,7,22.8,A,7,22.2,A,7,96,A,7,983,A,7,180,A,7,3.1,A,7,16000,B,7,77777,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/04/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.8,A,7,22.2,A,7,96,A,7,983,A,7,180,A,7,3.1,A,7,12800,B,7,335,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,95,C,8 +09/04/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.8,A,7,22.2,A,7,96,A,7,983,A,7,0,A,7,0.0,A,7,16000,B,7,274,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/04/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.8,A,7,22.2,A,7,96,A,7,982,A,7,220,A,7,3.1,A,7,11200,B,7,213,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/04/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.8,A,7,22.2,A,7,96,A,7,982,A,7,210,A,7,3.1,A,7,9600,B,7,152,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/04/2003,06:00,1,123,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,E,9,22.8,A,7,22.8,A,7,100,A,7,982,A,7,190,A,7,3.1,A,7,9600,B,7,274,A,7,4.6,E,8,0.000,F,8,0.00,F,8,171,1,D,9,10,C,8 +09/04/2003,07:00,155,1344,48,2,8,0,2,15,48,2,8,53,2,8,0,2,15,53,2,8,146,2,19,10,E,9,10,E,9,23.3,A,7,22.8,A,7,97,A,7,982,A,7,200,A,7,3.6,A,7,8000,B,7,427,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/04/2003,08:00,428,1344,46,2,8,0,2,15,46,2,8,56,2,8,0,2,15,56,2,8,202,2,19,10,E,9,10,E,9,23.9,A,7,22.8,A,7,94,A,7,982,A,7,200,A,7,4.1,A,7,9600,B,7,305,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/04/2003,09:00,681,1344,196,2,8,6,2,15,193,2,8,224,2,8,5,2,15,221,2,8,781,2,19,10,E,9,10,E,9,24.4,A,7,23.3,A,7,94,A,7,982,A,7,220,A,7,4.1,A,7,11200,B,7,366,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/04/2003,10:00,895,1344,251,2,8,12,2,15,243,2,8,292,2,8,10,2,15,285,2,8,1074,2,19,8,E,9,8,E,9,26.1,A,7,23.3,A,7,85,A,7,982,A,7,200,A,7,4.1,A,7,12800,B,7,457,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/04/2003,11:00,1054,1344,356,2,8,30,2,15,332,2,8,392,2,8,31,2,15,368,2,8,1313,2,19,9,E,9,9,E,9,27.2,A,7,23.3,A,7,79,A,7,981,A,7,190,A,7,4.1,A,7,14400,B,7,823,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/04/2003,12:00,1149,1344,140,2,8,0,2,15,140,2,8,176,2,8,0,2,15,176,2,8,737,2,19,10,E,9,9,E,9,26.7,A,7,23.3,A,7,82,A,7,981,A,7,180,A,7,6.7,A,7,16000,B,7,671,A,7,4.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,17,C,8 +09/04/2003,13:00,1171,1344,138,2,8,0,2,15,138,2,8,175,2,8,0,2,15,175,2,8,729,2,19,10,E,9,9,E,9,26.7,A,7,23.3,A,7,82,A,7,980,A,7,210,A,7,6.7,A,7,14400,B,7,762,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/04/2003,14:00,1121,1344,141,2,8,0,2,15,141,2,8,177,2,8,0,2,15,177,2,8,739,2,19,10,E,9,9,E,9,20.6,A,7,18.9,A,7,90,A,7,980,A,7,10,A,7,5.2,A,7,16000,B,7,792,A,7,4.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/04/2003,15:00,1001,1344,115,2,8,0,2,15,115,2,8,144,2,8,0,2,15,144,2,8,602,2,19,10,E,9,10,E,9,19.4,A,7,18.9,A,7,97,A,7,980,A,7,0,A,7,0.0,A,7,11200,B,7,183,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/04/2003,16:00,820,1344,89,2,8,0,2,15,89,2,8,111,2,8,0,2,15,111,2,8,449,2,19,10,E,9,10,E,9,20.0,A,7,19.0,A,7,94,A,7,981,A,7,0,A,7,0.0,A,7,16100,B,7,180,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/04/2003,17:00,589,1344,58,2,8,0,2,15,58,2,8,71,2,8,0,2,15,71,2,8,274,2,19,8,E,9,6,E,9,20.0,A,7,19.0,A,7,94,A,7,980,A,7,340,A,7,1.5,A,7,16100,B,7,1200,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,17,C,8 +09/04/2003,18:00,326,1344,136,2,8,181,2,15,92,2,8,144,2,8,149,2,15,107,2,8,179,2,19,6,E,9,6,E,9,20.0,A,7,19.4,A,7,96,A,7,980,A,7,350,B,8,1.5,A,7,16000,B,7,6096,A,7,3.7,E,8,0.000,F,8,0.00,F,8,193,1,D,9,00,C,8 +09/04/2003,19:00,65,952,10,2,8,59,2,15,8,2,8,14,2,8,25,2,15,12,2,8,13,2,19,0,E,9,0,A,7,20.0,A,7,18.9,A,7,93,A,7,981,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/04/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,19.4,A,7,18.9,A,7,97,A,7,981,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/04/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.9,A,7,18.9,A,7,100,A,7,981,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/04/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.3,A,7,18.3,A,7,100,A,7,981,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/04/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.3,A,7,17.8,A,7,97,A,7,982,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/04/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,18.3,A,7,17.8,A,7,97,A,7,982,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,18.3,A,7,17.8,A,7,97,A,7,981,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,19.4,A,7,18.9,A,7,97,A,7,982,A,7,310,A,7,4.1,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.9,A,7,17.8,A,7,93,A,7,982,A,7,320,A,7,2.1,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.3,A,7,17.2,A,7,93,A,7,982,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.8,A,7,16.1,A,7,90,A,7,982,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,06:00,1,101,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,17.2,A,7,15.6,A,7,90,A,7,983,A,7,20,A,7,3.6,A,7,12800,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,3,1,D,9,00,C,8 +09/05/2003,07:00,152,1344,66,2,8,45,2,15,61,2,8,72,2,8,31,2,15,68,2,8,129,2,19,0,E,9,0,E,9,17.8,A,7,16.1,A,7,90,A,7,984,A,7,20,A,7,3.1,A,7,9600,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/05/2003,08:00,425,1344,246,2,8,446,2,15,105,2,8,258,2,8,401,2,15,131,2,8,198,2,19,4,E,9,4,E,9,18.9,A,7,16.7,A,7,87,A,7,985,A,7,0,A,7,0.0,A,7,11200,B,7,7620,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/05/2003,09:00,678,1344,447,2,8,636,2,15,126,2,8,467,2,8,626,2,15,151,2,8,266,2,19,3,E,9,3,E,9,21.1,A,7,17.2,A,7,78,A,7,985,A,7,40,A,7,6.2,A,7,14400,B,7,7620,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,10:00,892,1344,611,2,8,681,2,15,158,2,8,646,2,8,690,2,15,187,2,8,414,2,19,3,E,9,3,E,9,22.2,A,7,17.2,A,7,73,A,7,985,A,7,30,A,7,4.1,A,7,16000,B,7,7620,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,11:00,1051,1344,749,2,8,725,2,15,181,2,8,799,2,8,741,2,15,218,2,8,619,2,19,4,E,9,4,E,9,23.3,A,7,17.8,A,7,71,A,7,985,A,7,60,A,7,1.5,A,7,16000,B,7,7620,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,12:00,1145,1344,788,2,8,632,2,15,248,2,8,830,2,8,640,2,15,283,2,8,1050,2,19,4,E,9,4,E,9,24.4,A,7,17.8,A,7,67,A,7,985,A,7,50,A,7,4.6,A,7,16000,B,7,7620,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,13:00,1168,1344,701,2,8,384,2,15,367,2,8,770,2,8,417,2,15,407,2,8,1599,2,19,8,E,9,8,E,9,25.0,A,7,16.1,A,7,58,A,7,984,A,7,50,A,7,3.6,A,7,16000,B,7,914,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,14:00,1117,1344,629,2,8,305,2,15,375,2,8,685,2,8,331,2,15,410,2,8,1453,2,19,8,E,9,8,E,9,24.4,A,7,17.2,A,7,64,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,1097,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,15:00,997,1344,483,2,8,202,2,15,332,2,8,529,2,8,215,2,15,370,2,8,1070,2,19,8,E,9,8,E,9,25.0,A,7,17.2,A,7,62,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,1158,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,16:00,815,1344,462,2,8,343,2,15,254,2,8,498,2,8,365,2,15,276,2,8,638,2,19,8,E,9,8,E,9,25.0,A,7,17.2,A,7,62,A,7,984,A,7,20,A,7,1.5,A,7,16000,B,7,1981,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,17:00,584,1344,363,2,8,546,2,15,125,2,8,388,2,8,534,2,15,155,2,8,246,2,19,3,E,9,3,E,9,24.4,A,7,17.2,A,7,64,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,18:00,320,1344,158,2,8,362,2,15,72,2,8,166,2,8,293,2,15,96,2,8,131,2,19,3,E,9,3,E,9,23.3,A,7,17.2,A,7,69,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,19:00,60,907,9,2,8,57,2,15,7,2,8,12,2,8,29,2,15,10,2,8,14,2,19,7,E,9,7,A,7,21.7,A,7,17.8,A,7,79,A,7,984,A,7,0,A,7,0.0,A,7,14400,B,7,1829,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,21.1,A,7,17.8,A,7,81,A,7,985,A,7,0,A,7,0.0,A,7,14400,B,7,1829,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,4,E,9,20.6,A,7,17.8,A,7,84,A,7,986,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,4,E,9,19.4,A,7,16.7,A,7,84,A,7,986,A,7,0,A,7,0.0,A,7,14400,B,7,7620,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,18.3,A,7,15.6,A,7,84,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,7620,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/05/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,18.9,A,7,15.0,A,7,78,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,A,7,17.8,A,7,15.0,A,7,84,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,6,E,9,16.7,A,7,15.0,A,7,90,A,7,987,A,7,0,A,7,0.0,A,7,14400,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,16.1,A,7,13.9,A,7,87,A,7,987,A,7,30,A,7,3.1,A,7,16000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,7,E,9,15.6,A,7,13.3,A,7,86,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,6096,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,4,E,9,15.0,A,7,13.3,A,7,90,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,06:00,0,78,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,7,E,9,4,E,9,14.4,A,7,12.8,A,7,90,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,7620,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,07:00,149,1345,68,2,8,46,2,15,63,2,8,74,2,8,32,2,15,71,2,8,130,2,19,10,E,9,7,E,9,14.4,A,7,13.3,A,7,93,A,7,988,A,7,0,A,7,0.0,A,7,12800,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,08:00,422,1345,147,2,8,26,2,15,138,2,8,162,2,8,18,2,15,156,2,8,470,2,19,9,E,9,5,E,9,16.1,A,7,13.3,A,7,83,A,7,989,A,7,10,A,7,1.5,A,7,16000,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,09:00,675,1345,197,2,8,6,2,15,194,2,8,225,2,8,5,2,15,222,2,8,780,2,19,10,E,9,4,E,9,17.2,A,7,12.8,A,7,75,A,7,989,A,7,40,A,7,4.6,A,7,16000,B,7,7620,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,10:00,889,1345,251,2,8,12,2,15,243,2,8,292,2,8,10,2,15,285,2,8,1070,2,19,10,E,9,4,E,9,18.3,A,7,12.8,A,7,70,A,7,989,A,7,40,A,7,4.6,A,7,16000,B,7,7620,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,11:00,1048,1345,350,2,8,30,2,15,326,2,8,386,2,8,31,2,15,362,2,8,1283,2,19,9,E,9,6,E,9,18.9,A,7,12.2,A,7,65,A,7,989,A,7,50,A,7,5.2,A,7,16000,B,7,7620,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,12:00,1142,1345,501,2,8,120,2,15,398,2,8,550,2,8,128,2,15,441,2,8,1610,2,19,8,E,9,5,E,9,20.0,A,7,12.8,A,7,63,A,7,988,A,7,40,A,7,1.5,A,7,16000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,13:00,1164,1345,377,2,8,24,2,15,357,2,8,444,2,8,22,2,15,425,2,8,1582,2,19,8,E,9,6,E,9,20.6,A,7,12.8,A,7,61,A,7,987,A,7,40,A,7,2.1,A,7,16000,B,7,5486,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,14:00,1113,1345,400,2,8,36,2,15,370,2,8,441,2,8,37,2,15,411,2,8,1545,2,19,9,E,9,8,E,9,21.1,A,7,13.3,A,7,61,A,7,987,A,7,40,A,7,1.5,A,7,16000,B,7,4572,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,15:00,992,1345,408,2,8,107,2,15,328,2,8,449,2,8,110,2,15,368,2,8,1212,2,19,9,E,9,8,E,9,21.7,A,7,13.9,A,7,61,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,4572,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,16:00,809,1345,356,2,8,124,2,15,281,2,8,387,2,8,130,2,15,309,2,8,761,2,19,9,E,9,9,E,9,21.1,A,7,13.9,A,7,63,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,4572,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,17:00,578,1345,215,2,8,58,2,15,190,2,8,236,2,8,57,2,15,211,2,8,534,2,19,10,E,9,8,E,9,20.0,A,7,13.9,A,7,68,A,7,987,A,7,50,A,7,4.1,A,7,16000,B,7,4572,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,18:00,313,1345,112,2,8,104,2,15,88,2,8,122,2,8,87,2,15,102,2,8,192,2,19,10,E,9,7,E,9,19.4,A,7,14.4,A,7,73,A,7,987,A,7,50,A,7,3.6,A,7,16000,B,7,4572,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,19:00,56,885,7,2,8,41,2,15,6,2,8,10,2,8,17,2,15,9,2,8,10,2,19,8,E,9,8,A,7,18.3,A,7,14.4,A,7,78,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,6706,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,7,E,9,17.8,A,7,15.0,A,7,84,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,6706,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,6,E,9,6,E,9,17.8,A,7,15.0,A,7,84,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,6706,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,E,9,17.2,A,7,14.4,A,7,84,A,7,987,A,7,30,A,7,1.5,A,7,16000,B,7,6706,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,16.7,A,7,15.0,A,7,90,A,7,987,A,7,0,A,7,0.0,A,7,14400,B,7,6706,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/06/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,16.7,A,7,14.4,A,7,86,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,6706,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,7,A,7,16.1,A,7,14.4,A,7,90,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,6706,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,E,9,15.6,A,7,14.4,A,7,93,A,7,986,A,7,10,A,7,2.1,A,7,14400,B,7,6706,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,E,9,15.6,A,7,14.4,A,7,93,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,6706,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,15.6,A,7,14.4,A,7,93,A,7,986,A,7,0,A,7,0.0,A,7,14400,B,7,6706,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,15.6,A,7,13.9,A,7,90,A,7,986,A,7,0,A,7,0.0,A,7,14400,B,7,6706,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,06:00,0,56,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,9,E,9,15.6,A,7,13.9,A,7,90,A,7,986,A,7,0,A,7,0.0,A,7,12800,B,7,6096,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,07:00,145,1346,53,2,8,0,2,15,53,2,8,57,2,8,0,2,15,57,2,8,149,2,19,10,E,9,9,E,9,15.6,A,7,13.9,A,7,90,A,7,986,A,7,10,A,7,2.1,A,7,14400,B,7,6096,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,08:00,419,1346,116,2,8,0,2,15,116,2,8,130,2,8,0,2,15,130,2,8,420,2,19,7,E,9,7,E,9,16.7,A,7,15.0,A,7,90,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,6096,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,09:00,672,1346,217,2,8,19,2,15,208,2,8,246,2,8,16,2,15,238,2,8,814,2,19,8,E,9,8,E,9,18.9,A,7,15.6,A,7,81,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,6096,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,10:00,886,1346,290,2,8,18,2,15,278,2,8,333,2,8,16,2,15,323,2,8,1172,2,19,10,E,9,9,E,9,20.0,A,7,15.0,A,7,73,A,7,987,A,7,40,A,7,5.2,A,7,16000,B,7,6096,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,11:00,1045,1346,344,2,8,18,2,15,329,2,8,399,2,8,17,2,15,386,2,8,1438,2,19,9,E,9,8,E,9,22.2,A,7,15.0,A,7,64,A,7,986,A,7,10,A,7,5.2,A,7,16000,B,7,6096,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,12:00,1138,1346,342,2,8,18,2,15,327,2,8,404,2,8,16,2,15,390,2,8,1477,2,19,10,E,9,10,E,9,21.7,A,7,15.0,A,7,66,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,6096,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,13:00,1160,1346,515,2,8,120,2,15,412,2,8,567,2,8,128,2,15,456,2,8,1731,2,19,10,E,9,9,E,9,22.2,A,7,14.4,A,7,61,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,6096,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,14:00,1108,1346,611,2,8,323,2,15,344,2,8,669,2,8,351,2,15,379,2,8,1292,2,19,9,E,9,6,E,9,21.7,A,7,15.0,A,7,66,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,5486,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,15:00,987,1346,241,2,8,18,2,15,228,2,8,286,2,8,15,2,15,275,2,8,1072,2,19,9,E,9,6,E,9,21.7,A,7,15.6,A,7,68,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,5486,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,16:00,804,1346,244,2,8,35,2,15,223,2,8,269,2,8,35,2,15,248,2,8,741,2,19,9,E,9,8,E,9,22.8,A,7,16.1,A,7,66,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,6096,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,17:00,572,1346,283,2,8,249,2,15,176,2,8,300,2,8,250,2,15,193,2,8,379,2,19,9,E,9,9,E,9,21.7,A,7,15.6,A,7,68,A,7,985,A,7,20,A,7,1.5,A,7,16000,B,7,6096,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,18:00,307,1346,94,2,8,49,2,15,82,2,8,102,2,8,41,2,15,93,2,8,209,2,19,10,E,9,7,E,9,21.7,A,7,15.6,A,7,68,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,6096,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,19:00,52,841,5,2,8,21,2,15,4,2,8,7,2,8,8,2,15,6,2,8,6,2,19,10,E,9,7,A,7,20.6,A,7,16.7,A,7,78,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,5486,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,8,E,9,20.0,A,7,16.1,A,7,78,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,5486,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,6,E,9,19.4,A,7,16.1,A,7,81,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,5486,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,7,E,9,18.9,A,7,16.1,A,7,84,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,5486,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,A,7,18.9,A,7,16.1,A,7,84,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,5486,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/07/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,18.3,A,7,16.1,A,7,87,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,A,7,18.3,A,7,16.1,A,7,87,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,4572,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,18.3,A,7,16.1,A,7,87,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,3048,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,9,E,9,17.8,A,7,16.1,A,7,90,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,B,8,8,B,8,17.8,A,7,16.1,A,7,90,A,7,984,A,7,0,A,7,0.0,A,7,14400,B,7,3962,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,8,E,9,17.2,A,7,16.1,A,7,93,A,7,984,A,7,0,A,7,0.0,A,7,12800,B,7,3962,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,06:00,0,56,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,9,E,9,17.2,A,7,16.1,A,7,93,A,7,985,A,7,0,A,7,0.0,A,7,11200,B,7,1829,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +09/08/2003,07:00,142,1346,55,2,8,0,2,15,55,2,8,59,2,8,0,2,15,59,2,8,149,2,19,10,E,9,10,E,9,17.2,A,7,16.1,A,7,93,A,7,985,A,7,0,A,7,0.0,A,7,11200,B,7,1676,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +09/08/2003,08:00,416,1346,93,2,8,0,2,15,93,2,8,106,2,8,0,2,15,106,2,8,358,2,19,10,E,9,9,E,9,17.8,A,7,16.1,A,7,90,A,7,986,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +09/08/2003,09:00,669,1346,285,2,8,117,2,15,227,2,8,310,2,8,120,2,15,250,2,8,564,2,19,10,E,9,10,E,9,18.3,A,7,16.7,A,7,90,A,7,986,A,7,30,A,7,1.5,A,7,12800,B,7,2743,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/08/2003,10:00,883,1346,174,2,8,0,2,15,174,2,8,207,2,8,0,2,15,207,2,8,824,2,19,10,E,9,10,E,9,20.0,A,7,16.1,A,7,78,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,2286,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,11:00,1042,1346,206,2,8,6,2,15,201,2,8,248,2,8,5,2,15,245,2,8,988,2,19,9,E,9,9,E,9,21.1,A,7,17.2,A,7,78,A,7,986,A,7,50,A,7,3.1,A,7,16000,B,7,762,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,12:00,1135,1346,489,2,8,120,2,15,387,2,8,538,2,8,128,2,15,429,2,8,1540,2,19,8,E,9,8,E,9,21.7,A,7,15.6,A,7,68,A,7,986,A,7,60,A,7,2.6,A,7,16000,B,7,3048,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,13:00,1156,1346,587,2,8,210,2,15,406,2,8,645,2,8,224,2,15,452,2,8,1688,2,19,3,E,9,3,E,9,23.3,A,7,15.6,A,7,62,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,14:00,1104,1346,699,2,8,484,2,15,301,2,8,748,2,8,505,2,15,333,2,8,1167,2,19,3,E,9,3,E,9,23.9,A,7,15.6,A,7,60,A,7,985,A,7,50,A,7,1.5,A,7,16000,B,7,77777,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,15:00,982,1346,694,2,8,673,2,15,202,2,8,729,2,8,680,2,15,231,2,8,592,2,19,1,E,9,1,E,9,23.3,A,7,15.0,A,7,60,A,7,985,A,7,10,A,7,3.1,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,16:00,798,1346,388,2,8,218,2,15,259,2,8,425,2,8,228,2,15,289,2,8,696,2,19,0,E,9,0,E,9,23.9,A,7,15.0,A,7,57,A,7,985,A,7,40,A,7,2.1,A,7,16000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,17:00,566,1346,345,2,8,516,2,15,128,2,8,367,2,8,501,2,15,156,2,8,251,2,19,0,E,9,0,E,9,23.3,A,7,13.9,A,7,55,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,18:00,301,1346,151,2,8,381,2,15,65,2,8,158,2,8,301,2,15,91,2,8,117,2,19,2,B,8,2,B,8,22.8,A,7,15.6,A,7,64,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,6096,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,19:00,48,819,4,2,8,29,2,15,4,2,8,7,2,8,11,2,15,6,2,8,6,2,19,3,E,9,3,A,7,20.6,A,7,16.1,A,7,75,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,19.4,A,7,16.1,A,7,81,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,3048,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.3,A,7,15.6,A,7,84,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.8,A,7,15.6,A,7,87,A,7,987,A,7,40,A,7,2.6,A,7,16000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,17.2,A,7,15.6,A,7,90,A,7,987,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/08/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,17.2,A,7,15.6,A,7,90,A,7,987,A,7,30,A,7,2.1,A,7,12800,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/09/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,2,E,9,0,A,7,16.7,A,7,15.6,A,7,93,A,7,987,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/09/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.7,A,7,15.6,A,7,93,A,7,987,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/09/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.7,A,7,15.6,A,7,93,A,7,987,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/09/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.1,A,7,15.6,A,7,97,A,7,987,A,7,10,A,7,1.5,A,7,9600,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/09/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.1,A,7,15.0,A,7,93,A,7,987,A,7,360,A,7,1.5,A,7,9600,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/09/2003,06:00,0,34,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,4,E,9,4,E,9,15.6,A,7,15.0,A,7,96,A,7,987,A,7,20,A,7,2.6,A,7,4800,B,7,3962,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/09/2003,07:00,139,1347,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,8,E,9,8,E,9,16.1,A,7,15.6,A,7,97,A,7,988,A,7,0,A,7,0.0,A,7,4800,B,7,579,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/09/2003,08:00,413,1347,225,2,8,377,2,15,110,2,8,234,2,8,335,2,15,131,2,8,208,2,19,8,B,8,8,B,8,17.8,A,7,16.1,A,7,90,A,7,988,A,7,30,A,7,2.6,A,7,9600,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/09/2003,09:00,666,1347,435,2,8,501,2,15,187,2,8,454,2,8,500,2,15,207,2,8,398,2,19,9,B,8,9,B,8,19.4,A,7,17.2,A,7,87,A,7,989,A,7,30,A,7,2.6,A,7,16000,B,7,396,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/09/2003,10:00,880,1347,277,2,8,37,2,15,253,2,8,306,2,8,38,2,15,281,2,8,878,2,19,9,B,8,9,B,8,20.0,A,7,16.7,A,7,81,A,7,990,A,7,50,A,7,5.2,A,7,14400,B,7,457,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/09/2003,11:00,1038,1347,194,2,8,6,2,15,189,2,8,235,2,8,5,2,15,231,2,8,938,2,19,10,E,9,10,E,9,20.6,A,7,17.2,A,7,81,A,7,990,A,7,0,A,7,0.0,A,7,14400,B,7,549,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +09/09/2003,12:00,1131,1347,391,2,8,54,2,15,345,2,8,431,2,8,55,2,15,385,2,8,1491,2,19,10,E,9,10,E,9,20.6,A,7,17.2,A,7,81,A,7,990,A,7,50,A,7,4.6,A,7,9600,B,7,640,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +09/09/2003,13:00,1152,1347,222,2,8,6,2,15,216,2,8,270,2,8,5,2,15,266,2,8,1072,2,19,10,E,9,10,E,9,21.7,A,7,16.7,A,7,73,A,7,989,A,7,30,A,7,3.6,A,7,14400,B,7,1067,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/09/2003,14:00,1100,1347,305,2,8,12,2,15,296,2,8,362,2,8,10,2,15,353,2,8,1361,2,19,10,E,9,10,E,9,21.1,A,7,16.7,A,7,76,A,7,989,A,7,20,A,7,1.5,A,7,14400,B,7,1219,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/09/2003,15:00,977,1347,218,2,8,12,2,15,209,2,8,260,2,8,10,2,15,253,2,8,996,2,19,10,B,8,10,B,8,21.7,A,7,16.7,A,7,73,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,1463,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/09/2003,16:00,793,1347,266,2,8,35,2,15,245,2,8,292,2,8,35,2,15,271,2,8,792,2,19,10,E,9,10,E,9,22.8,A,7,16.7,A,7,68,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,1676,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/09/2003,17:00,560,1347,214,2,8,70,2,15,185,2,8,235,2,8,68,2,15,206,2,8,514,2,19,10,E,9,10,E,9,22.2,A,7,16.7,A,7,71,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,1676,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/09/2003,18:00,294,1347,106,2,8,92,2,15,85,2,8,114,2,8,75,2,15,98,2,8,184,2,19,10,E,9,10,E,9,21.7,A,7,16.7,A,7,73,A,7,988,A,7,360,A,7,1.5,A,7,16000,B,7,1676,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/09/2003,19:00,44,797,2,2,8,0,2,15,2,2,8,3,2,8,0,2,15,3,2,8,8,2,19,10,E,9,10,A,7,20.6,A,7,16.7,A,7,78,A,7,989,A,7,10,A,7,2.6,A,7,16000,B,7,1829,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/09/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,20.0,A,7,16.7,A,7,81,A,7,990,A,7,10,A,7,1.5,A,7,16000,B,7,3353,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/09/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,19.4,A,7,16.1,A,7,81,A,7,990,A,7,30,A,7,4.6,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/09/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.9,A,7,15.6,A,7,81,A,7,990,A,7,40,A,7,4.1,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/09/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,5,A,7,18.3,A,7,15.6,A,7,84,A,7,990,A,7,40,A,7,3.1,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/09/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,18.3,A,7,15.6,A,7,84,A,7,990,A,7,40,A,7,3.6,A,7,16000,B,7,823,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,16.7,A,7,15.6,A,7,93,A,7,990,A,7,10,A,7,1.5,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.1,A,7,15.0,A,7,93,A,7,990,A,7,20,A,7,3.1,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,3,E,9,15.6,A,7,14.4,A,7,93,A,7,990,A,7,10,A,7,3.6,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,4,E,9,15.0,A,7,13.9,A,7,93,A,7,990,A,7,10,A,7,4.6,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,E,9,14.4,A,7,13.3,A,7,93,A,7,990,A,7,360,A,7,4.1,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,06:00,0,11,0,2,0,0,2,0,0,2,0,0,2,1,0,2,2,0,2,2,0,2,1,10,E,9,10,E,9,14.0,A,7,13.0,A,7,94,A,7,991,A,7,10,A,7,3.1,A,7,16100,B,7,660,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,07:00,135,1348,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,E,9,14.4,A,7,12.8,A,7,90,A,7,991,A,7,10,A,7,4.1,A,7,16000,B,7,457,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,08:00,409,1348,156,2,8,65,2,15,136,2,8,170,2,8,60,2,15,152,2,8,347,2,19,10,E,9,10,E,9,15.0,A,7,13.3,A,7,90,A,7,992,A,7,10,A,7,3.1,A,7,16000,B,7,518,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,09:00,663,1348,354,2,8,284,2,15,213,2,8,376,2,8,293,2,15,231,2,8,485,2,19,10,E,9,10,E,9,16.7,A,7,13.9,A,7,84,A,7,992,A,7,20,A,7,4.6,A,7,16000,B,7,884,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,10:00,876,1348,535,2,8,414,2,15,265,2,8,579,2,8,444,2,15,290,2,8,700,2,19,8,E,9,8,E,9,18.3,A,7,13.9,A,7,76,A,7,992,A,7,10,A,7,6.2,A,7,16000,B,7,549,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,11:00,1035,1348,419,2,8,79,2,15,358,2,8,462,2,8,81,2,15,399,2,8,1362,2,19,4,E,9,4,E,9,20.0,A,7,13.9,A,7,68,A,7,992,A,7,30,A,7,3.6,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,12:00,1128,1348,794,2,8,584,2,15,304,2,8,851,2,8,610,2,15,340,2,8,1249,2,19,2,E,9,2,E,9,20.6,A,7,12.8,A,7,61,A,7,992,A,7,60,A,7,2.6,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,13:00,1148,1348,767,2,8,570,2,15,280,2,8,831,2,8,596,2,15,322,2,8,1214,2,19,0,E,9,0,E,9,22.2,A,7,12.8,A,7,55,A,7,991,A,7,50,B,8,3.1,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,14:00,1095,1348,781,2,8,616,2,15,279,2,8,841,2,8,643,2,15,317,2,8,1050,2,19,1,E,9,1,E,9,21.7,A,7,10.6,A,7,49,A,7,991,A,7,30,A,7,6.2,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,15:00,972,1348,172,2,8,12,2,15,163,2,8,209,2,8,9,2,15,202,2,8,810,2,19,1,E,9,1,E,9,22.2,A,7,12.2,A,7,53,A,7,990,A,7,30,A,7,5.2,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,16:00,787,1348,327,2,8,112,2,15,261,2,8,359,2,8,113,2,15,293,2,8,828,2,19,3,E,9,3,E,9,22.2,A,7,12.2,A,7,53,A,7,990,A,7,40,A,7,4.6,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,17:00,554,1348,333,2,8,492,2,15,130,2,8,352,2,8,475,2,15,156,2,8,255,2,19,0,E,9,0,E,9,22.2,A,7,12.2,A,7,53,A,7,990,A,7,20,A,7,4.6,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,18:00,288,1348,140,2,8,351,2,15,64,2,8,146,2,8,272,2,15,88,2,8,116,2,19,3,E,9,3,E,9,20.0,A,7,12.8,A,7,63,A,7,990,A,7,50,A,7,4.1,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,19:00,41,753,2,2,8,18,2,15,2,2,8,4,2,8,9,2,15,3,2,8,4,2,19,0,E,9,0,A,7,18.3,A,7,12.8,A,7,70,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.8,A,7,13.3,A,7,75,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.2,A,7,12.8,A,7,75,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.1,A,7,13.3,A,7,83,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,15.0,A,7,12.8,A,7,87,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/10/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,14.4,A,7,12.8,A,7,90,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,13.9,A,7,12.2,A,7,89,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,13.9,A,7,12.2,A,7,89,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,13.3,A,7,11.7,A,7,90,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,13.3,A,7,11.7,A,7,90,A,7,990,A,7,350,A,7,2.1,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,13.3,A,7,11.1,A,7,87,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,B,8,0,B,8,12.8,A,7,11.1,A,7,89,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,07:00,132,1337,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,13.9,A,7,11.7,A,7,87,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,08:00,406,1348,235,2,8,443,2,15,101,2,8,245,2,8,392,2,15,127,2,8,189,2,19,0,B,8,0,B,8,16.7,A,7,12.2,A,7,75,A,7,991,A,7,10,A,7,4.1,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,09:00,660,1348,436,2,8,637,2,15,123,2,8,454,2,8,624,2,15,148,2,8,256,2,19,0,E,9,0,E,9,19.4,A,7,12.8,A,7,66,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,10:00,873,1348,612,2,8,730,2,15,138,2,8,651,2,8,742,2,15,170,2,8,356,2,19,0,E,9,0,E,9,20.6,A,7,12.2,A,7,59,A,7,991,A,7,10,A,7,2.6,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,11:00,1031,1348,744,2,8,774,2,15,150,2,8,777,2,8,777,2,15,181,2,8,447,2,19,0,E,9,0,E,9,21.7,A,7,11.7,A,7,53,A,7,991,A,7,30,A,7,5.2,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,12:00,1124,1348,812,2,8,764,2,15,174,2,8,846,2,8,766,2,15,206,2,8,631,2,19,0,B,8,0,B,8,22.8,A,7,11.7,A,7,50,A,7,991,A,7,360,A,7,2.6,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,13:00,1144,1348,844,2,8,810,2,15,156,2,8,893,2,8,818,2,15,197,2,8,619,2,19,0,E,9,0,E,9,23.9,A,7,10.0,A,7,41,A,7,989,A,7,20,A,7,3.6,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,14:00,1090,1348,798,2,8,801,2,15,149,2,8,842,2,8,808,2,15,187,2,8,514,2,19,0,E,9,0,E,9,24.4,A,7,11.1,A,7,43,A,7,989,A,7,10,A,7,5.7,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,15:00,967,1348,688,2,8,756,2,15,144,2,8,715,2,8,756,2,15,172,2,8,380,2,19,0,E,9,0,E,9,24.4,A,7,11.7,A,7,45,A,7,988,A,7,20,A,7,1.5,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,16:00,782,1348,520,2,8,661,2,15,136,2,8,548,2,8,663,2,15,163,2,8,315,2,19,0,B,8,0,B,8,24.4,A,7,11.1,A,7,43,A,7,988,A,7,40,A,7,6.7,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,17:00,548,1348,332,2,8,584,2,15,95,2,8,347,2,8,556,2,15,121,2,8,188,2,19,0,E,9,0,E,9,23.9,A,7,10.6,A,7,43,A,7,988,A,7,40,A,7,6.2,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,18:00,281,1348,138,2,8,366,2,15,62,2,8,146,2,8,280,2,15,87,2,8,112,2,19,0,B,8,0,B,8,22.2,A,7,11.7,A,7,51,A,7,987,A,7,40,A,7,4.6,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,19:00,37,730,1,2,8,27,2,15,1,2,8,3,2,8,16,2,15,2,2,8,4,2,19,0,E,9,0,A,7,19.4,A,7,12.2,A,7,63,A,7,987,A,7,50,A,7,3.1,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.9,A,7,12.8,A,7,68,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.2,A,7,13.3,A,7,78,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,B,8,0,B,8,18.3,A,7,12.8,A,7,70,A,7,988,A,7,40,A,7,4.1,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,17.2,A,7,12.8,A,7,75,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/11/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,16.1,A,7,12.8,A,7,81,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,15.6,A,7,12.8,A,7,83,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,15.0,A,7,12.8,A,7,87,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,3962,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,14.4,A,7,12.2,A,7,87,A,7,987,A,7,360,A,7,4.6,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,13.9,A,7,12.2,A,7,89,A,7,987,A,7,360,A,7,3.6,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,14.4,A,7,12.8,A,7,90,A,7,987,A,7,10,A,7,4.1,A,7,16000,B,7,549,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,15.0,A,7,12.8,A,7,87,A,7,987,A,7,10,A,7,5.2,A,7,16000,B,7,335,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,07:00,129,1315,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,E,9,15.0,A,7,13.3,A,7,90,A,7,987,A,7,20,A,7,4.1,A,7,16000,B,7,335,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,08:00,403,1349,133,2,8,26,2,15,126,2,8,146,2,8,24,2,15,139,2,8,325,2,19,10,E,9,10,E,9,16.1,A,7,13.9,A,7,87,A,7,987,A,7,10,A,7,6.2,A,7,16000,B,7,335,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,09:00,657,1349,150,2,8,0,2,15,150,2,8,174,2,8,0,2,15,174,2,8,637,2,19,10,E,9,10,E,9,17.0,A,7,15.0,A,7,88,A,7,988,A,7,20,A,7,4.6,A,7,16100,B,7,270,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,10:00,870,1349,161,2,8,0,2,15,161,2,8,193,2,8,0,2,15,193,2,8,767,2,19,10,E,9,10,E,9,17.8,A,7,15.0,A,7,84,A,7,988,A,7,360,A,7,4.1,A,7,16000,B,7,335,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,11:00,1028,1349,231,2,8,6,2,15,227,2,8,277,2,8,5,2,15,273,2,8,1085,2,19,10,E,9,10,E,9,18.9,A,7,16.1,A,7,84,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,335,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,12:00,1120,1349,171,2,8,0,2,15,171,2,8,211,2,8,0,2,15,211,2,8,876,2,19,10,E,9,10,E,9,18.9,A,7,16.1,A,7,84,A,7,988,A,7,10,A,7,5.2,A,7,16000,B,7,396,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,13:00,1140,1349,192,2,8,6,2,15,187,2,8,236,2,8,5,2,15,233,2,8,948,2,19,10,E,9,10,E,9,20.0,A,7,16.7,A,7,81,A,7,987,A,7,10,B,8,2.6,A,7,16000,B,7,396,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,14:00,1086,1349,481,2,8,137,2,15,370,2,8,528,2,8,146,2,15,410,2,8,1343,2,19,8,E,9,8,E,9,21.7,A,7,17.2,A,7,76,A,7,986,A,7,360,A,7,3.1,A,7,16000,B,7,671,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,15:00,962,1349,361,2,8,54,2,15,323,2,8,398,2,8,55,2,15,359,2,8,1157,2,19,9,B,8,9,B,8,22.2,A,7,17.2,A,7,73,A,7,986,A,7,350,A,7,2.1,A,7,16000,B,7,884,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,16:00,776,1349,138,2,8,0,2,15,138,2,8,165,2,8,0,2,15,165,2,8,644,2,19,10,E,9,10,E,9,21.1,A,7,17.2,A,7,78,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,671,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,17:00,541,1349,161,2,8,17,2,15,154,2,8,182,2,8,13,2,15,177,2,8,585,2,19,10,E,9,10,E,9,20.6,A,7,17.2,A,7,81,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,762,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,18:00,275,1349,64,2,8,0,2,15,64,2,8,72,2,8,0,2,15,72,2,8,228,2,19,8,E,9,8,E,9,20.0,A,7,17.2,A,7,84,A,7,985,A,7,350,A,7,3.1,A,7,16000,B,7,853,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,19:00,34,686,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,8,E,9,8,A,7,19.4,A,7,16.7,A,7,84,A,7,985,A,7,360,A,7,3.1,A,7,16000,B,7,762,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,19.4,A,7,16.7,A,7,84,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,884,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,18.9,A,7,16.7,A,7,87,A,7,986,A,7,30,A,7,2.6,A,7,16000,B,7,884,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,18.3,A,7,17.2,A,7,93,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,732,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,18.3,A,7,16.1,A,7,87,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,732,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/12/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,A,7,17.2,A,7,15.6,A,7,90,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,17.8,A,7,15.6,A,7,87,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,640,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.8,A,7,15.6,A,7,87,A,7,985,A,7,340,A,7,2.1,A,7,16000,B,7,640,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,18.3,A,7,15.6,A,7,84,A,7,985,A,7,320,A,7,2.1,A,7,16000,B,7,640,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,18.3,A,7,15.6,A,7,84,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,579,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,17.8,A,7,16.1,A,7,90,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,579,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.8,A,7,16.1,A,7,90,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,579,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,07:00,125,1316,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,E,9,18.3,A,7,16.1,A,7,87,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,640,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,08:00,399,1350,79,2,8,0,2,15,79,2,8,91,2,8,0,2,15,91,2,8,311,2,19,10,E,9,10,E,9,18.9,A,7,16.1,A,7,84,A,7,987,A,7,280,A,7,1.5,A,7,16000,B,7,701,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,09:00,653,1350,218,2,8,31,2,15,203,2,8,239,2,8,31,2,15,225,2,8,602,2,19,10,E,9,10,E,9,21.0,A,7,17.0,A,7,78,A,7,987,A,7,0,A,7,0.0,A,7,16100,B,7,900,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,10:00,867,1350,587,2,8,585,2,15,211,2,8,628,2,8,603,2,15,240,2,8,530,2,19,10,E,9,10,E,9,22.2,A,7,16.7,A,7,71,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,1036,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,11:00,1024,1350,475,2,8,151,2,15,360,2,8,520,2,8,160,2,15,398,2,8,1195,2,19,8,E,9,8,E,9,23.3,A,7,17.2,A,7,69,A,7,987,A,7,310,A,7,2.6,A,7,16000,B,7,2286,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,12:00,1116,1350,611,2,8,319,2,15,346,2,8,669,2,8,346,2,15,381,2,8,1312,2,19,9,E,9,9,E,9,23.9,A,7,17.8,A,7,69,A,7,986,A,7,320,B,8,1.5,A,7,16000,B,7,853,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,13:00,1135,1350,299,2,8,24,2,15,279,2,8,331,2,8,24,2,15,311,2,8,1242,2,19,10,E,9,10,E,9,23.9,A,7,18.3,A,7,71,A,7,986,A,7,330,A,7,2.1,A,7,16000,B,7,792,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,14:00,1081,1350,370,2,8,30,2,15,346,2,8,408,2,8,31,2,15,384,2,8,1395,2,19,9,B,8,9,B,8,23.9,A,7,18.9,A,7,74,A,7,986,A,7,340,A,7,1.5,A,7,16000,B,7,914,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,15:00,956,1350,269,2,8,12,2,15,261,2,8,315,2,8,10,2,15,308,2,8,1168,2,19,9,E,9,9,E,9,23.3,A,7,18.9,A,7,76,A,7,985,A,7,20,A,7,1.5,A,7,16000,B,7,823,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,16:00,770,1350,265,2,8,41,2,15,242,2,8,292,2,8,41,2,15,268,2,8,767,2,19,9,E,9,9,E,9,22.8,A,7,19.4,A,7,81,A,7,986,A,7,40,A,7,2.1,A,7,16000,B,7,549,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,17:00,535,1350,202,2,8,75,2,15,172,2,8,221,2,8,72,2,15,192,2,8,474,2,19,8,E,9,8,E,9,22.8,A,7,18.9,A,7,79,A,7,986,A,7,40,A,7,1.5,A,7,16000,B,7,1219,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,18:00,268,1350,93,2,8,85,2,15,76,2,8,101,2,8,66,2,15,88,2,8,163,2,19,8,E,9,8,E,9,22.2,A,7,19.4,A,7,84,A,7,986,A,7,50,A,7,1.5,A,7,16000,B,7,1341,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,19:00,31,664,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,7,E,9,7,A,7,21.7,A,7,18.9,A,7,84,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,1158,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.1,A,7,19.4,A,7,90,A,7,987,A,7,360,B,8,1.5,A,7,16000,B,7,1097,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.1,A,7,19.4,A,7,90,A,7,988,A,7,360,B,8,1.5,A,7,16000,B,7,1219,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.1,A,7,19.4,A,7,90,A,7,988,A,7,360,B,8,1.5,A,7,16000,B,7,1372,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,20.6,A,7,19.4,A,7,93,A,7,989,A,7,360,B,8,1.5,A,7,16000,B,7,1372,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/13/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,20.6,A,7,19.4,A,7,93,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,1829,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +09/14/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,A,7,20.6,A,7,19.4,A,7,93,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,3353,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/14/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,20.0,A,7,19.4,A,7,96,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,2286,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/14/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,20.0,A,7,19.4,A,7,96,A,7,988,A,7,150,A,7,3.1,A,7,12800,B,7,183,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/14/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,20.0,A,7,18.9,A,7,93,A,7,988,A,7,0,A,7,0.0,A,7,9600,B,7,183,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/14/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,20.0,A,7,18.9,A,7,93,A,7,989,A,7,0,A,7,0.0,A,7,9600,B,7,183,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/14/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,19.4,A,7,18.9,A,7,97,A,7,989,A,7,160,A,7,2.6,A,7,8000,B,7,183,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/14/2003,07:00,122,1294,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,E,9,19.4,A,7,18.3,A,7,93,A,7,989,A,7,0,A,7,0.0,A,7,6400,B,7,183,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/14/2003,08:00,396,1351,71,2,8,0,2,15,71,2,8,82,2,8,0,2,15,82,2,8,285,2,19,10,E,9,10,E,9,19.4,A,7,18.9,A,7,97,A,7,990,A,7,0,A,7,0.0,A,7,4000,B,7,183,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/14/2003,09:00,650,1351,130,2,8,0,2,15,130,2,8,152,2,8,0,2,15,152,2,8,567,2,19,10,E,9,10,E,9,20.0,A,7,18.9,A,7,93,A,7,990,A,7,200,A,7,1.5,A,7,4800,B,7,183,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/14/2003,10:00,863,1351,129,2,8,0,2,15,129,2,8,157,2,8,0,2,15,157,2,8,634,2,19,10,E,9,10,E,9,20.6,A,7,18.9,A,7,90,A,7,991,A,7,0,A,7,0.0,A,7,6400,B,7,244,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/14/2003,11:00,1021,1351,206,2,8,6,2,15,202,2,8,249,2,8,5,2,15,245,2,8,985,2,19,10,E,9,10,E,9,22.2,A,7,18.9,A,7,82,A,7,990,A,7,0,A,7,0.0,A,7,8000,B,7,366,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/14/2003,12:00,1112,1351,330,2,8,18,2,15,315,2,8,389,2,8,16,2,15,375,2,8,1428,2,19,10,E,9,10,E,9,23.9,A,7,19.4,A,7,76,A,7,990,A,7,360,B,8,2.1,A,7,9600,B,7,610,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +09/14/2003,13:00,1131,1351,527,2,8,150,2,15,401,2,8,578,2,8,160,2,15,444,2,8,1573,2,19,8,E,9,8,E,9,25.0,A,7,19.4,A,7,71,A,7,989,A,7,0,A,7,0.0,A,7,11200,B,7,792,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/14/2003,14:00,1076,1351,522,2,8,185,2,15,374,2,8,572,2,8,197,2,15,415,2,8,1335,2,19,8,E,9,8,E,9,26.1,A,7,19.4,A,7,67,A,7,989,A,7,0,A,7,0.0,A,7,11200,B,7,1036,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/14/2003,15:00,951,1351,635,2,8,583,2,15,224,2,8,685,2,8,606,2,15,257,2,8,629,2,19,10,E,9,10,E,9,26.1,A,7,19.4,A,7,67,A,7,988,A,7,0,A,7,0.0,A,7,12800,B,7,914,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/14/2003,16:00,764,1351,431,2,8,348,2,15,233,2,8,463,2,8,367,2,15,254,2,8,559,2,19,8,E,9,8,E,9,24.4,A,7,20.0,A,7,76,A,7,988,A,7,0,A,7,0.0,A,7,9600,B,7,1219,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +09/14/2003,17:00,529,1351,310,2,8,462,2,15,128,2,8,326,2,8,441,2,15,152,2,8,249,2,19,5,E,9,5,E,9,25.0,A,7,20.0,A,7,74,A,7,988,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/14/2003,18:00,261,1351,93,2,8,122,2,15,69,2,8,101,2,8,94,2,15,83,2,8,148,2,19,5,E,9,5,E,9,24.4,A,7,20.0,A,7,76,A,7,988,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/14/2003,19:00,27,619,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,3,E,9,3,A,7,22.8,A,7,20.6,A,7,87,A,7,988,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/14/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,22.2,A,7,20.0,A,7,87,A,7,988,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/14/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,21.1,A,7,20.0,A,7,93,A,7,988,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/14/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.6,A,7,19.4,A,7,93,A,7,988,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/14/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,20.0,A,7,19.4,A,7,96,A,7,988,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/14/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,20.0,A,7,19.4,A,7,96,A,7,988,A,7,0,A,7,0.0,A,7,4800,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/15/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,18.9,A,7,18.9,A,7,100,A,7,988,A,7,0,A,7,0.0,A,7,4000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/15/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,19.0,A,7,19.0,A,7,100,A,7,987,A,7,0,A,7,0.0,A,7,3200,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/15/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,2,B,8,2,B,8,18.3,A,7,18.3,A,7,100,A,7,987,A,7,0,A,7,0.0,A,7,400,B,7,30,A,7,3.8,E,8,0.000,F,8,0.00,F,8,3,1,D,9,10,C,8 +09/15/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,B,8,4,B,8,18.3,A,7,18.3,A,7,100,A,7,986,A,7,0,A,7,0.0,A,7,300,B,7,30,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/15/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,6,B,8,6,B,8,18.3,A,7,18.3,A,7,100,A,7,986,A,7,0,A,7,0.0,A,7,400,B,7,30,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/15/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,B,8,8,B,8,18.3,A,7,18.3,A,7,100,A,7,986,A,7,0,A,7,0.0,A,7,400,B,7,30,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/15/2003,07:00,119,1273,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,A,7,18.9,A,7,18.9,A,7,100,A,7,986,A,7,0,A,7,0.0,A,7,300,B,7,30,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/15/2003,08:00,393,1351,135,2,8,26,2,15,127,2,8,149,2,8,17,2,15,144,2,8,427,2,19,9,B,8,9,B,8,18.9,A,7,18.9,A,7,100,A,7,987,A,7,0,A,7,0.0,A,7,300,B,7,30,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,41,C,8 +09/15/2003,09:00,647,1351,239,2,8,31,2,15,224,2,8,268,2,8,27,2,15,255,2,8,828,2,19,9,B,8,9,B,8,20.0,A,7,20.0,A,7,100,A,7,987,A,7,0,A,7,0.0,A,7,4150,C,8,30,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/15/2003,10:00,860,1351,284,2,8,24,2,15,268,2,8,325,2,8,22,2,15,311,2,8,1120,2,19,8,E,9,8,E,9,22.0,A,7,20.0,A,7,88,A,7,987,A,7,270,A,7,2.1,A,7,8000,B,7,90,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/15/2003,11:00,1017,1351,444,2,8,103,2,15,366,2,8,489,2,8,106,2,15,409,2,8,1354,2,19,2,E,9,2,A,7,24.0,A,7,20.0,A,7,78,A,7,987,A,7,0,A,7,0.0,A,7,14500,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/15/2003,12:00,1108,1351,690,2,8,433,2,15,334,2,8,730,2,8,451,2,15,360,2,8,1304,2,19,8,E,9,8,E,9,25.6,A,7,19.4,A,7,69,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,1250,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/15/2003,13:00,1127,1351,563,2,8,222,2,15,377,2,8,620,2,8,237,2,15,422,2,8,1465,2,19,6,E,9,6,E,9,26.7,A,7,18.9,A,7,62,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/15/2003,14:00,1071,1351,328,2,8,36,2,15,300,2,8,363,2,8,37,2,15,334,2,8,1221,2,19,6,E,9,6,E,9,28.3,A,7,18.9,A,7,57,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/15/2003,15:00,946,1351,503,2,8,280,2,15,307,2,8,544,2,8,301,2,15,333,2,8,885,2,19,3,E,9,3,E,9,28.3,A,7,17.2,A,7,51,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/15/2003,16:00,758,1351,485,2,8,595,2,15,150,2,8,505,2,8,591,2,15,173,2,8,333,2,19,5,E,9,5,E,9,28.3,A,7,17.2,A,7,51,A,7,984,A,7,280,A,7,1.5,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/15/2003,17:00,522,1351,314,2,8,508,2,15,117,2,8,333,2,8,484,2,15,145,2,8,225,2,19,6,E,9,6,E,9,26.1,A,7,20.0,A,7,69,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/15/2003,18:00,255,1351,92,2,8,138,2,15,66,2,8,97,2,8,100,2,15,79,2,8,124,2,19,8,E,9,8,E,9,23.3,A,7,17.2,A,7,69,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,2286,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/15/2003,19:00,25,597,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,5,E,9,5,A,7,21.7,A,7,17.2,A,7,76,A,7,985,A,7,10,A,7,2.1,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/15/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.1,A,7,17.8,A,7,81,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,1981,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/15/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.1,A,7,17.8,A,7,81,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,2134,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/15/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,21.1,A,7,16.7,A,7,76,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/15/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,A,7,20.0,A,7,16.1,A,7,78,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/15/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,20.0,A,7,15.6,A,7,76,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,2134,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,A,7,18.9,A,7,15.0,A,7,78,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,1981,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,18.3,A,7,15.0,A,7,81,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,1981,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,17.8,A,7,14.4,A,7,80,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,1981,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,17.2,A,7,13.9,A,7,81,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,1676,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.2,A,7,12.8,A,7,75,A,7,988,A,7,10,A,7,2.1,A,7,16000,B,7,1829,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,4,E,9,16.1,A,7,12.8,A,7,81,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,07:00,116,1251,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,3,E,9,3,E,9,16.1,A,7,12.2,A,7,78,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,08:00,389,1352,206,2,8,256,2,15,133,2,8,216,2,8,227,2,15,150,2,8,276,2,19,8,E,9,8,E,9,18.3,A,7,12.2,A,7,68,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,2134,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,09:00,643,1352,232,2,8,56,2,15,206,2,8,255,2,8,55,2,15,229,2,8,603,2,19,8,E,9,8,E,9,20.0,A,7,11.1,A,7,57,A,7,990,A,7,20,A,7,6.2,A,7,16000,B,7,2134,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,10:00,856,1352,575,2,8,573,2,15,211,2,8,614,2,8,590,2,15,239,2,8,523,2,19,3,E,9,3,E,9,21.1,A,7,11.1,A,7,53,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,11:00,1013,1352,719,2,8,725,2,15,174,2,8,765,2,8,740,2,15,209,2,8,547,2,19,0,E,9,0,E,9,23.3,A,7,11.7,A,7,48,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,12:00,1104,1352,806,2,8,800,2,15,151,2,8,850,2,8,807,2,15,189,2,8,534,2,19,0,E,9,0,E,9,23.9,A,7,11.1,A,7,45,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,13:00,1122,1352,820,2,8,786,2,15,166,2,8,858,2,8,790,2,15,201,2,8,602,2,19,0,E,9,0,E,9,24.4,A,7,11.1,A,7,43,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,14:00,1066,1352,774,2,8,789,2,15,150,2,8,813,2,8,794,2,15,185,2,8,482,2,19,0,E,9,0,E,9,24.4,A,7,11.7,A,7,45,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,15:00,940,1352,663,2,8,761,2,15,133,2,8,693,2,8,762,2,15,162,2,8,343,2,19,0,E,9,0,E,9,25.0,A,7,11.7,A,7,43,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,16:00,752,1352,496,2,8,654,2,15,131,2,8,521,2,8,653,2,15,157,2,8,295,2,19,0,E,9,0,E,9,25.0,A,7,11.7,A,7,43,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,17:00,516,1352,308,2,8,565,2,15,92,2,8,320,2,8,530,2,15,117,2,8,179,2,19,0,E,9,0,E,9,24.4,A,7,11.1,A,7,43,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,18:00,248,1352,111,2,8,322,2,15,52,2,8,117,2,8,232,2,15,75,2,8,93,2,19,0,E,9,0,E,9,22.8,A,7,12.2,A,7,51,A,7,988,A,7,30,A,7,2.6,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,19:00,22,552,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,A,7,20.0,A,7,12.8,A,7,63,A,7,988,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.3,A,7,13.3,A,7,73,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.8,A,7,13.3,A,7,75,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.1,A,7,13.3,A,7,83,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,15.6,A,7,13.3,A,7,86,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/16/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,15.0,A,7,12.8,A,7,87,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,15.0,A,7,11.7,A,7,81,A,7,989,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,13.9,A,7,11.7,A,7,87,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,13.3,A,7,11.7,A,7,90,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,13.3,A,7,11.1,A,7,87,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,12.8,A,7,11.1,A,7,89,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,12.8,A,7,10.6,A,7,86,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,07:00,113,1251,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,13.9,A,7,11.1,A,7,83,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,08:00,386,1353,223,2,8,433,2,15,99,2,8,232,2,8,376,2,15,124,2,8,185,2,19,0,E,9,0,E,9,16.1,A,7,12.2,A,7,78,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,09:00,640,1353,417,2,8,607,2,15,129,2,8,432,2,8,589,2,15,152,2,8,261,2,19,0,E,9,0,E,9,18.9,A,7,11.7,A,7,63,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,10:00,853,1353,594,2,8,719,2,15,140,2,8,630,2,8,728,2,15,170,2,8,350,2,19,0,E,9,0,E,9,21.1,A,7,11.7,A,7,55,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,11:00,1010,1353,725,2,8,774,2,15,146,2,8,758,2,8,776,2,15,177,2,8,416,2,19,0,E,9,0,E,9,22.8,A,7,10.6,A,7,46,A,7,990,A,7,40,A,7,7.2,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,12:00,1100,1353,794,2,8,770,2,15,166,2,8,828,2,8,773,2,15,198,2,8,564,2,19,0,E,9,0,E,9,23.9,A,7,10.0,A,7,41,A,7,990,A,7,40,A,7,8.8,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,13:00,1118,1353,814,2,8,774,2,15,173,2,8,847,2,8,776,2,15,205,2,8,610,2,19,0,E,9,0,E,9,23.9,A,7,10.6,A,7,43,A,7,990,A,7,30,A,7,4.6,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,14:00,1061,1353,768,2,8,783,2,15,152,2,8,804,2,8,787,2,15,185,2,8,480,2,19,0,E,9,0,E,9,25.0,A,7,10.6,A,7,40,A,7,989,A,7,40,A,7,6.2,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,15:00,935,1353,657,2,8,755,2,15,134,2,8,685,2,8,755,2,15,162,2,8,341,2,19,0,E,9,0,E,9,25.0,A,7,10.6,A,7,40,A,7,988,A,7,20,A,7,6.2,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,16:00,746,1353,490,2,8,648,2,15,132,2,8,515,2,8,646,2,15,158,2,8,295,2,19,2,B,8,2,B,8,24.4,A,7,10.6,A,7,42,A,7,988,A,7,20,A,7,7.2,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,17:00,510,1353,302,2,8,484,2,15,120,2,8,319,2,8,458,2,15,146,2,8,231,2,19,5,E,9,4,E,9,23.9,A,7,11.7,A,7,46,A,7,988,A,7,50,A,7,4.6,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,18:00,241,1353,82,2,8,110,2,15,62,2,8,89,2,8,82,2,15,75,2,8,132,2,19,6,B,8,6,B,8,22.2,A,7,12.2,A,7,53,A,7,988,A,7,40,A,7,4.6,A,7,16000,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,19:00,19,530,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,7,E,9,7,A,7,20.6,A,7,12.8,A,7,61,A,7,988,A,7,40,A,7,4.1,A,7,16000,B,7,7620,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,7,E,9,19.4,A,7,12.2,A,7,63,A,7,989,A,7,30,A,7,4.6,A,7,16000,B,7,6096,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,4,E,9,18.9,A,7,12.2,A,7,65,A,7,988,A,7,30,A,7,4.6,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,18.3,A,7,12.2,A,7,68,A,7,988,A,7,30,A,7,5.7,A,7,16000,B,7,1524,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,A,7,17.8,A,7,12.2,A,7,70,A,7,988,A,7,20,A,7,5.2,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/17/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,A,7,17.2,A,7,11.7,A,7,70,A,7,987,A,7,20,A,7,4.1,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/18/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,A,7,17.2,A,7,12.2,A,7,72,A,7,986,A,7,30,A,7,4.6,A,7,16000,B,7,4572,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/18/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,E,9,17.8,A,7,11.7,A,7,67,A,7,986,A,7,20,A,7,5.7,A,7,16000,B,7,1676,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/18/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,E,9,17.8,A,7,11.1,A,7,65,A,7,985,A,7,20,A,7,4.6,A,7,16000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/18/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.8,A,7,11.1,A,7,65,A,7,985,A,7,30,A,7,6.2,A,7,16000,B,7,579,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/18/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.8,A,7,11.7,A,7,67,A,7,984,A,7,20,A,7,6.2,A,7,16000,B,7,579,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/18/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,6,E,9,17.8,A,7,12.2,A,7,70,A,7,984,A,7,20,A,7,6.7,A,7,16000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/18/2003,07:00,109,1230,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,9,E,9,17.8,A,7,12.8,A,7,73,A,7,984,A,7,20,A,7,4.6,A,7,16000,B,7,884,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/18/2003,08:00,382,1354,64,2,8,0,2,15,64,2,8,75,2,8,0,2,15,75,2,8,258,2,19,10,E,9,9,E,9,17.8,A,7,12.8,A,7,73,A,7,983,A,7,30,A,7,4.6,A,7,16000,B,7,640,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/18/2003,09:00,636,1354,82,2,8,0,2,15,82,2,8,99,2,8,0,2,15,99,2,8,382,2,19,10,E,9,10,E,9,18.3,A,7,13.9,A,7,76,A,7,982,A,7,10,A,7,7.2,A,7,16000,B,7,640,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/18/2003,10:00,849,1354,129,2,8,0,2,15,129,2,8,156,2,8,0,2,15,156,2,8,630,2,19,10,E,9,7,E,9,18.9,A,7,15.0,A,7,78,A,7,981,A,7,20,A,7,6.7,A,7,16000,B,7,6096,A,7,4.2,E,8,0.000,F,8,0.00,F,8,6,1,D,9,00,C,8 +09/18/2003,11:00,1006,1354,113,2,8,0,2,15,113,2,8,142,2,8,0,2,15,142,2,8,593,2,19,10,E,9,10,E,9,17.2,A,7,16.1,A,7,93,A,7,980,A,7,360,A,7,5.2,A,7,6400,B,7,518,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +09/18/2003,12:00,1096,1354,128,2,8,0,2,15,128,2,8,161,2,8,0,2,15,161,2,8,676,2,19,10,E,9,10,E,9,17.2,A,7,16.7,A,7,97,A,7,979,A,7,10,A,7,6.2,A,7,8000,B,7,457,A,7,4.5,E,8,0.000,F,8,0.00,F,8,1,1,D,9,10,C,8 +09/18/2003,13:00,1113,1354,132,2,8,0,2,15,132,2,8,166,2,8,0,2,15,166,2,8,696,2,19,10,E,9,10,E,9,17.2,A,7,16.7,A,7,97,A,7,977,A,7,360,A,7,7.7,A,7,8000,B,7,335,A,7,4.6,E,8,0.000,F,8,0.00,F,8,25,1,D,9,10,C,8 +09/18/2003,14:00,1056,1354,123,2,8,0,2,15,123,2,8,154,2,8,0,2,15,154,2,8,647,2,19,10,E,9,10,E,9,17.2,A,7,16.7,A,7,97,A,7,975,A,7,350,A,7,6.2,A,7,4800,B,7,671,A,7,5.0,E,8,0.000,F,8,0.00,F,8,49,1,D,9,45,C,8 +09/18/2003,15:00,929,1354,103,2,8,0,2,15,103,2,8,129,2,8,0,2,15,129,2,8,533,2,19,10,E,9,9,E,9,17.8,A,7,16.7,A,7,93,A,7,973,A,7,350,A,7,10.3,A,7,4800,B,7,671,A,7,5.3,E,8,0.000,F,8,0.00,F,8,175,1,D,9,10,C,8 +09/18/2003,16:00,740,1354,83,2,8,0,2,15,83,2,8,102,2,8,0,2,15,102,2,8,407,2,19,10,E,9,10,A,7,18.0,A,7,17.0,A,7,94,A,7,970,A,7,330,A,7,11.8,A,7,1600,B,7,510,A,7,5.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/18/2003,17:00,503,1354,46,2,8,0,2,15,46,2,8,57,2,8,0,2,15,57,2,8,211,2,19,10,B,8,10,B,8,17.2,A,7,16.7,A,7,97,A,7,969,A,7,320,A,7,11.3,A,7,1200,B,7,610,A,7,5.6,E,8,0.000,F,8,0.00,F,8,500,1,D,9,10,C,8 +09/18/2003,18:00,234,1354,52,2,8,5,2,15,51,2,8,59,2,8,1,2,15,58,2,8,181,2,19,10,E,9,10,E,9,17.8,A,7,16.7,A,7,93,A,7,967,A,7,310,A,7,10.3,A,7,2400,B,7,1372,A,7,5.6,E,8,0.000,F,8,0.00,F,8,46,1,D,9,45,C,8 +09/18/2003,19:00,17,485,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,A,7,17.2,A,7,16.7,A,7,97,A,7,966,A,7,300,A,7,8.8,A,7,8000,B,7,1433,A,7,5.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/18/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.2,A,7,16.1,A,7,93,A,7,965,A,7,300,A,7,10.3,A,7,6400,B,7,1189,A,7,5.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/18/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.2,A,7,16.1,A,7,93,A,7,965,A,7,280,A,7,9.8,A,7,16000,B,7,1829,A,7,5.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/18/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.2,A,7,16.1,A,7,93,A,7,966,A,7,270,A,7,8.2,A,7,9600,B,7,1189,A,7,5.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +09/18/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,17.2,A,7,16.1,A,7,93,A,7,968,A,7,230,A,7,6.7,A,7,11200,B,7,1829,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/18/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,17.8,A,7,15.6,A,7,87,A,7,969,A,7,240,A,7,6.7,A,7,16000,B,7,1829,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +09/19/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,18.9,A,7,15.0,A,7,78,A,7,970,A,7,230,A,7,6.2,A,7,16000,B,7,1372,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,B,8,10,B,8,18.9,A,7,14.4,A,7,75,A,7,972,A,7,230,B,8,6.2,B,8,16000,B,7,1372,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,19.4,A,7,14.4,A,7,73,A,7,973,A,7,230,A,7,6.2,A,7,16000,B,7,1494,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,7,E,9,19.4,A,7,13.9,A,7,70,A,7,975,A,7,230,A,7,6.7,A,7,16000,B,7,3658,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,6,E,9,4,E,9,18.9,A,7,14.4,A,7,75,A,7,976,A,7,230,A,7,5.7,A,7,16000,B,7,4572,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,7,E,9,17.8,A,7,14.4,A,7,80,A,7,978,A,7,230,A,7,4.1,A,7,16000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,07:00,106,1208,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,6,E,9,6,E,9,18.3,A,7,14.4,A,7,78,A,7,979,A,7,220,A,7,3.1,A,7,16000,B,7,4877,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,08:00,379,1354,217,2,8,408,2,15,102,2,8,224,2,8,351,2,15,125,2,8,192,2,19,5,E,9,5,E,9,20.0,A,7,14.4,A,7,70,A,7,980,A,7,220,A,7,5.2,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,09:00,633,1354,411,2,8,601,2,15,129,2,8,425,2,8,582,2,15,152,2,8,259,2,19,0,E,9,0,E,9,22.2,A,7,15.0,A,7,64,A,7,981,A,7,220,A,7,4.6,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,10:00,845,1354,588,2,8,719,2,15,138,2,8,624,2,8,727,2,15,168,2,8,342,2,19,0,E,9,0,E,9,23.9,A,7,13.9,A,7,54,A,7,983,A,7,230,A,7,6.2,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,11:00,1002,1354,707,2,8,732,2,15,164,2,8,754,2,8,748,2,15,200,2,8,506,2,19,0,E,9,0,E,9,25.0,A,7,13.9,A,7,50,A,7,984,A,7,210,A,7,5.7,A,7,16000,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,12:00,1092,1354,788,2,8,776,2,15,160,2,8,823,2,8,780,2,15,193,2,8,536,2,19,0,E,9,0,E,9,25.6,A,7,13.3,A,7,47,A,7,984,A,7,220,A,7,5.7,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,13:00,1108,1354,796,2,8,738,2,15,190,2,8,850,2,8,755,2,15,230,2,8,727,2,19,0,E,9,0,E,9,26.1,A,7,12.8,A,7,44,A,7,984,A,7,240,A,7,4.1,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,14:00,1051,1354,761,2,8,789,2,15,148,2,8,799,2,8,793,2,15,182,2,8,459,2,19,0,E,9,0,E,9,26.7,A,7,12.8,A,7,42,A,7,984,A,7,270,A,7,3.1,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,15:00,923,1354,651,2,8,749,2,15,139,2,8,697,2,8,765,2,15,174,2,8,383,2,19,0,E,9,0,E,9,27.2,A,7,12.8,A,7,41,A,7,984,A,7,190,A,7,2.1,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,16:00,734,1354,478,2,8,636,2,15,132,2,8,501,2,8,632,2,15,157,2,8,291,2,19,0,E,9,0,E,9,27.2,A,7,12.8,A,7,41,A,7,984,A,7,250,A,7,2.6,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,17:00,496,1354,291,2,8,534,2,15,94,2,8,300,2,8,495,2,15,118,2,8,179,2,19,0,E,9,0,E,9,26.7,A,7,12.8,A,7,42,A,7,985,A,7,270,A,7,3.6,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,18:00,227,1354,99,2,8,280,2,15,52,2,8,104,2,8,193,2,15,71,2,8,94,2,19,0,E,9,0,E,9,25.0,A,7,13.9,A,7,50,A,7,985,A,7,230,A,7,2.1,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,19:00,15,463,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,2,E,9,2,A,7,22.2,A,7,15.6,A,7,66,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.6,A,7,15.6,A,7,73,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.3,A,7,15.6,A,7,84,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.8,A,7,16.1,A,7,90,A,7,988,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,17.2,A,7,15.6,A,7,90,A,7,988,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/19/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,16.7,A,7,15.0,A,7,90,A,7,988,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,16.1,A,7,15.0,A,7,93,A,7,987,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,15.0,A,7,14.4,A,7,96,A,7,988,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,15.6,A,7,14.4,A,7,93,A,7,988,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,15.0,A,7,13.9,A,7,93,A,7,988,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,14.4,A,7,13.9,A,7,97,A,7,988,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,14.4,A,7,13.3,A,7,93,A,7,988,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,07:00,103,1186,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,15.6,A,7,13.9,A,7,90,A,7,989,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/20/2003,08:00,375,1355,217,2,8,429,2,15,98,2,8,225,2,8,368,2,15,123,2,8,184,2,19,0,E,9,0,E,9,18.9,A,7,15.6,A,7,81,A,7,990,A,7,40,A,7,1.5,A,7,12800,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/20/2003,09:00,629,1355,412,2,8,620,2,15,123,2,8,427,2,8,601,2,15,147,2,8,249,2,19,0,E,9,0,E,9,21.7,A,7,16.7,A,7,73,A,7,990,A,7,20,B,8,1.5,A,7,14400,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,10:00,842,1355,582,2,8,719,2,15,134,2,8,618,2,8,728,2,15,164,2,8,332,2,19,0,E,9,0,E,9,25.0,A,7,15.6,A,7,56,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,11:00,998,1355,707,2,8,738,2,15,162,2,8,755,2,8,754,2,15,198,2,8,496,2,19,0,E,9,0,E,9,26.7,A,7,15.0,A,7,49,A,7,990,A,7,160,A,7,3.1,A,7,16000,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,12:00,1087,1355,788,2,8,788,2,15,153,2,8,827,2,8,793,2,15,189,2,8,512,2,19,0,E,9,0,E,9,27.2,A,7,15.0,A,7,47,A,7,990,A,7,170,B,8,2.6,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,13:00,1104,1355,795,2,8,756,2,15,178,2,8,853,2,8,776,2,15,220,2,8,676,2,19,3,E,9,3,E,9,27.8,A,7,15.6,A,7,47,A,7,989,A,7,190,B,8,1.5,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,14:00,1046,1355,749,2,8,759,2,15,162,2,8,778,2,8,759,2,15,190,2,8,481,2,19,4,B,8,4,B,8,28.9,A,7,16.1,A,7,46,A,7,990,A,7,200,A,7,2.6,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,15:00,918,1355,645,2,8,743,2,15,140,2,8,689,2,8,758,2,15,174,2,8,382,2,19,4,E,9,4,E,9,28.3,A,7,15.6,A,7,46,A,7,988,A,7,120,A,7,2.6,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,16:00,728,1355,467,2,8,630,2,15,127,2,8,490,2,8,626,2,15,152,2,8,280,2,19,4,E,9,4,E,9,28.3,A,7,16.1,A,7,48,A,7,988,A,7,150,B,8,3.1,A,7,16000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,17:00,490,1355,285,2,8,505,2,15,102,2,8,304,2,8,473,2,15,132,2,8,192,2,19,4,E,9,4,E,9,27.2,A,7,16.7,A,7,53,A,7,988,A,7,170,A,7,2.6,A,7,16000,B,7,7620,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,18:00,221,1355,86,2,8,201,2,15,54,2,8,90,2,8,136,2,15,68,2,8,98,2,19,0,E,9,0,E,9,25.6,A,7,17.2,A,7,60,A,7,989,A,7,150,A,7,2.1,A,7,16000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,19:00,12,418,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,5,E,9,5,A,7,24.4,A,7,17.2,A,7,64,A,7,989,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,B,8,3,B,8,21.7,A,7,18.9,A,7,84,A,7,990,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,20.0,A,7,18.3,A,7,90,A,7,990,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,B,8,0,B,8,20.6,A,7,17.8,A,7,84,A,7,990,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,B,8,0,B,8,19.4,A,7,17.8,A,7,90,A,7,990,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/20/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,B,8,0,B,8,18.9,A,7,17.2,A,7,90,A,7,990,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/21/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,18.3,A,7,17.2,A,7,93,A,7,990,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/21/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,17.8,A,7,16.7,A,7,93,A,7,990,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/21/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,B,8,0,B,8,17.8,A,7,16.7,A,7,93,A,7,990,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/21/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,17.8,A,7,16.7,A,7,93,A,7,991,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/21/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,17.2,A,7,16.1,A,7,93,A,7,991,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/21/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,16.7,A,7,16.1,A,7,96,A,7,992,A,7,0,A,7,0.0,A,7,4000,B,7,7620,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/21/2003,07:00,100,1186,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,7,E,9,7,A,7,17.2,A,7,16.7,A,7,97,A,7,991,A,7,0,A,7,0.0,A,7,3200,B,7,7620,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/21/2003,08:00,372,1356,170,2,8,165,2,15,124,2,8,182,2,8,145,2,15,143,2,8,274,2,19,9,E,9,9,A,7,19.4,A,7,17.8,A,7,90,A,7,992,A,7,0,A,7,0.0,A,7,3200,B,7,7620,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/21/2003,09:00,626,1356,398,2,8,496,2,15,168,2,8,416,2,8,490,2,15,189,2,8,346,2,19,10,E,9,10,A,7,22.2,A,7,18.9,A,7,82,A,7,993,A,7,20,B,8,1.5,A,7,8000,B,7,7620,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/21/2003,10:00,838,1356,569,2,8,664,2,15,157,2,8,597,2,8,667,2,15,183,2,8,379,2,19,10,E,9,10,A,7,24.4,A,7,17.2,A,7,64,A,7,992,A,7,40,A,7,2.6,A,7,12800,B,7,7620,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/21/2003,11:00,994,1356,625,2,8,453,2,15,292,2,8,659,2,8,470,2,15,314,2,8,891,2,19,10,E,9,10,A,7,26.1,A,7,16.7,A,7,56,A,7,992,A,7,60,B,8,2.6,A,7,16000,B,7,7620,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/21/2003,12:00,1083,1356,775,2,8,710,2,15,207,2,8,821,2,8,722,2,15,243,2,8,736,2,19,9,E,9,9,A,7,27.2,A,7,16.1,A,7,51,A,7,991,A,7,80,A,7,6.2,A,7,16000,B,7,7620,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/21/2003,13:00,1099,1356,742,2,8,588,2,15,264,2,8,803,2,8,614,2,15,304,2,8,984,2,19,10,E,9,10,A,7,27.8,A,7,16.7,A,7,51,A,7,991,A,7,60,A,7,3.6,A,7,16000,B,7,7620,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/21/2003,14:00,1040,1356,574,2,8,287,2,15,353,2,8,621,2,8,310,2,15,382,2,8,1166,2,19,10,E,9,10,A,7,27.8,A,7,16.7,A,7,51,A,7,990,A,7,90,A,7,3.6,A,7,16000,B,7,7620,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/21/2003,15:00,912,1356,468,2,8,238,2,15,307,2,8,511,2,8,251,2,15,342,2,8,898,2,19,10,E,9,10,A,7,26.7,A,7,16.7,A,7,54,A,7,990,A,7,90,A,7,4.6,A,7,14400,B,7,7620,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/21/2003,16:00,722,1356,439,2,8,459,2,15,194,2,8,461,2,8,463,2,15,214,2,8,426,2,19,9,E,9,9,A,7,26.1,A,7,15.6,A,7,52,A,7,989,A,7,100,A,7,4.6,A,7,16000,B,7,7620,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/21/2003,17:00,483,1356,238,2,8,264,2,15,144,2,8,252,2,8,253,2,15,162,2,8,298,2,19,10,E,9,10,A,7,26.1,A,7,16.7,A,7,56,A,7,990,A,7,110,A,7,3.6,A,7,14400,B,7,7620,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/21/2003,18:00,214,1356,66,2,8,72,2,15,54,2,8,71,2,8,51,2,15,63,2,8,115,2,19,9,B,8,9,B,8,24.4,A,7,16.1,A,7,60,A,7,991,A,7,90,A,7,2.6,A,7,12800,B,7,7620,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/21/2003,19:00,11,395,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,7,E,9,7,A,7,22.8,A,7,17.2,A,7,71,A,7,990,A,7,90,A,7,2.6,A,7,12800,B,7,1981,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/21/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,4,E,9,3,E,9,21.1,A,7,17.8,A,7,81,A,7,990,A,7,0,A,7,0.0,A,7,12800,B,7,7620,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/21/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,6,E,9,5,E,9,21.7,A,7,17.8,A,7,79,A,7,990,A,7,60,A,7,2.1,A,7,11200,B,7,7620,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/21/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,6,E,9,6,E,9,21.1,A,7,17.8,A,7,81,A,7,990,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/21/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,A,7,20.6,A,7,17.8,A,7,84,A,7,990,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +09/21/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,20.6,A,7,17.8,A,7,84,A,7,990,A,7,0,A,7,0.0,A,7,9600,B,7,1676,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +09/22/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,A,7,21.1,A,7,18.3,A,7,84,A,7,989,A,7,150,A,7,1.5,A,7,9600,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +09/22/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,5,E,9,19.4,A,7,18.3,A,7,93,A,7,989,A,7,140,A,7,2.1,A,7,8000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +09/22/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,4,E,9,20.0,A,7,18.3,A,7,90,A,7,988,A,7,140,A,7,3.1,A,7,8000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/22/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,6,E,9,19.4,A,7,17.8,A,7,90,A,7,989,A,7,170,A,7,2.6,A,7,9600,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/22/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,4,E,9,19.4,A,7,17.8,A,7,90,A,7,988,A,7,170,A,7,2.6,A,7,8000,B,7,77777,A,7,3.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/22/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,6,E,9,19.4,A,7,18.9,A,7,97,A,7,988,A,7,160,A,7,2.6,A,7,8000,B,7,77777,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/22/2003,07:00,97,1165,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,E,9,20.0,A,7,19.4,A,7,96,A,7,988,A,7,140,A,7,3.1,A,7,2400,B,7,61,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/22/2003,08:00,368,1357,122,2,8,40,2,15,111,2,8,133,2,8,36,2,15,124,2,8,283,2,19,10,E,9,10,E,9,20.6,A,7,20.0,A,7,96,A,7,988,A,7,160,A,7,5.2,A,7,9600,B,7,183,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/22/2003,09:00,622,1357,76,2,8,0,2,15,76,2,8,92,2,8,0,2,15,92,2,8,354,2,19,10,B,8,9,B,8,21.7,A,7,19.4,A,7,87,A,7,988,A,7,160,A,7,6.2,A,7,12800,B,7,274,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/22/2003,10:00,834,1357,272,2,8,43,2,15,245,2,8,299,2,8,43,2,15,272,2,8,817,2,19,10,E,9,9,E,9,22.2,A,7,18.9,A,7,82,A,7,988,A,7,140,A,7,6.2,A,7,16000,B,7,488,A,7,4.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/22/2003,11:00,990,1357,206,2,8,6,2,15,202,2,8,247,2,8,5,2,15,244,2,8,972,2,19,10,E,9,10,E,9,22.8,A,7,19.4,A,7,81,A,7,987,A,7,160,A,7,5.7,A,7,16000,B,7,579,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/22/2003,12:00,1079,1357,140,2,8,0,2,15,140,2,8,174,2,8,0,2,15,174,2,8,730,2,19,10,E,9,7,E,9,23.3,A,7,20.0,A,7,82,A,7,987,A,7,160,A,7,6.2,A,7,16000,B,7,732,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/22/2003,13:00,1094,1357,293,2,8,12,2,15,283,2,8,347,2,8,10,2,15,338,2,8,1311,2,19,9,E,9,8,E,9,24.4,A,7,19.4,A,7,74,A,7,985,A,7,160,A,7,6.2,A,7,16000,B,7,1097,A,7,4.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/22/2003,14:00,1035,1357,205,2,8,0,2,15,205,2,8,247,2,8,0,2,15,247,2,8,1000,2,19,9,E,9,6,E,9,24.4,A,7,20.6,A,7,79,A,7,984,A,7,150,A,7,5.7,A,7,16000,B,7,77777,A,7,4.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/22/2003,15:00,906,1357,137,2,8,0,2,15,137,2,8,167,2,8,0,2,15,167,2,8,679,2,19,10,E,9,9,E,9,25.0,A,7,20.6,A,7,77,A,7,984,A,7,160,A,7,5.7,A,7,16000,B,7,1402,A,7,4.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/22/2003,16:00,716,1357,164,2,8,0,2,15,164,2,8,191,2,8,0,2,15,191,2,8,710,2,19,9,E,9,5,E,9,24.4,A,7,20.6,A,7,79,A,7,983,A,7,160,A,7,4.1,A,7,16000,B,7,77777,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +09/22/2003,17:00,477,1357,91,2,8,0,2,15,91,2,8,106,2,8,0,2,15,106,2,8,373,2,19,9,E,9,7,E,9,23.3,A,7,21.7,A,7,91,A,7,982,A,7,150,A,7,3.1,A,7,16000,B,7,77777,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +09/22/2003,18:00,207,1357,31,2,8,0,2,15,31,2,8,36,2,8,0,2,15,36,2,8,118,2,19,10,B,8,8,B,8,22.8,A,7,21.7,A,7,94,A,7,982,A,7,130,A,7,3.6,A,7,12800,B,7,2438,A,7,5.0,E,8,0.000,F,8,0.00,F,8,66,1,D,9,61,C,8 +09/22/2003,19:00,9,350,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,A,7,22.8,A,7,22.2,A,7,96,A,7,982,A,7,160,A,7,7.2,A,7,2400,B,7,335,A,7,5.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/22/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.2,A,7,21.7,A,7,97,A,7,982,A,7,180,A,7,5.2,A,7,9600,B,7,305,A,7,5.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/22/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,22.2,A,7,21.7,A,7,97,A,7,982,A,7,180,A,7,5.2,A,7,6400,B,7,366,A,7,4.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/22/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,21.7,A,7,21.1,A,7,96,A,7,981,A,7,170,A,7,6.2,A,7,11200,B,7,1036,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/22/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,21.0,A,7,21.0,A,7,100,A,7,981,A,7,190,A,7,5.1,A,7,9700,B,7,900,A,7,4.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/22/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,21.0,A,7,21.0,A,7,100,A,7,980,A,7,170,A,7,5.1,A,7,4000,B,7,720,A,7,4.7,E,8,0.000,F,8,0.00,F,8,90,1,D,9,10,C,8 +09/23/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,21.1,A,7,20.6,A,7,97,A,7,977,A,7,220,A,7,4.1,A,7,2400,B,7,732,A,7,4.8,E,8,0.000,F,8,0.00,F,8,500,1,D,9,10,C,8 +09/23/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,19.0,A,7,18.0,A,7,94,A,7,979,A,7,290,A,7,4.6,A,7,14500,B,7,720,A,7,4.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/23/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,18.9,A,7,18.3,A,7,96,A,7,980,A,7,240,A,7,2.6,A,7,16000,B,7,1829,A,7,4.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +09/23/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,18.9,A,7,18.3,A,7,96,A,7,980,A,7,260,A,7,3.1,A,7,16000,B,7,1981,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,17.8,A,7,16.1,A,7,90,A,7,981,A,7,300,A,7,3.6,A,7,16000,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,B,8,0,B,8,16.7,A,7,16.1,A,7,96,A,7,981,A,7,280,A,7,2.1,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,07:00,94,1143,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,15.6,A,7,15.0,A,7,96,A,7,982,A,7,260,A,7,2.1,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,08:00,365,1357,212,2,8,431,2,15,96,2,8,220,2,8,366,2,15,121,2,8,180,2,19,0,B,8,0,B,8,18.3,A,7,15.0,A,7,81,A,7,983,A,7,290,A,7,3.1,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,09:00,618,1357,399,2,8,596,2,15,127,2,8,412,2,8,574,2,15,150,2,8,252,2,19,0,E,9,0,E,9,20.6,A,7,15.0,A,7,70,A,7,983,A,7,300,A,7,3.1,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,10:00,830,1357,569,2,8,695,2,15,143,2,8,601,2,8,700,2,15,171,2,8,346,2,19,0,E,9,0,E,9,22.2,A,7,13.3,A,7,57,A,7,984,A,7,300,A,7,4.6,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,11:00,986,1357,701,2,8,756,2,15,150,2,8,751,2,8,774,2,15,187,2,8,452,2,19,0,E,9,0,E,9,22.8,A,7,12.8,A,7,53,A,7,983,A,7,290,A,7,4.1,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,12:00,1074,1357,763,2,8,740,2,15,176,2,8,817,2,8,758,2,15,215,2,8,621,2,19,3,E,9,3,E,9,23.9,A,7,12.8,A,7,50,A,7,983,A,7,280,A,7,6.7,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,13:00,1089,1357,771,2,8,708,2,15,202,2,8,819,2,8,721,2,15,238,2,8,729,2,19,4,E,9,4,E,9,24.4,A,7,12.8,A,7,48,A,7,983,A,7,270,A,7,4.1,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,14:00,1030,1357,737,2,8,765,2,15,156,2,8,767,2,8,766,2,15,185,2,8,450,2,19,0,E,9,0,E,9,25.0,A,7,10.0,A,7,39,A,7,982,A,7,300,A,7,4.6,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,15:00,900,1357,621,2,8,743,2,15,127,2,8,648,2,8,742,2,15,154,2,8,309,2,19,3,E,9,3,E,9,25.6,A,7,10.0,A,7,37,A,7,982,A,7,300,A,7,4.6,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,16:00,709,1357,460,2,8,635,2,15,127,2,8,481,2,8,628,2,15,152,2,8,274,2,19,3,E,9,3,E,9,25.6,A,7,10.6,A,7,39,A,7,982,A,7,300,A,7,4.6,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,17:00,470,1357,272,2,8,526,2,15,89,2,8,280,2,8,481,2,15,113,2,8,168,2,19,3,E,9,3,E,9,24.4,A,7,10.6,A,7,42,A,7,983,A,7,290,A,7,3.1,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,18:00,200,1357,83,2,8,273,2,15,42,2,8,87,2,8,176,2,15,61,2,8,75,2,19,3,E,9,3,E,9,22.8,A,7,11.7,A,7,50,A,7,983,A,7,290,A,7,1.5,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,19:00,7,328,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,A,7,20.0,A,7,15.0,A,7,73,A,7,983,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.3,A,7,14.4,A,7,78,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.2,A,7,13.9,A,7,81,A,7,985,A,7,310,A,7,2.1,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,18.3,A,7,11.7,A,7,65,A,7,985,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,16.7,A,7,12.2,A,7,75,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/23/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,16.7,A,7,12.8,A,7,78,A,7,986,A,7,340,A,7,2.1,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,16.1,A,7,12.2,A,7,78,A,7,986,A,7,340,A,7,2.1,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,15.0,A,7,12.2,A,7,83,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,14.4,A,7,11.7,A,7,84,A,7,987,A,7,20,A,7,1.5,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,13.9,A,7,11.7,A,7,87,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,12.8,A,7,11.1,A,7,89,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,13.3,A,7,11.1,A,7,87,A,7,988,A,7,10,A,7,2.1,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,07:00,91,1121,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,13.9,A,7,11.7,A,7,87,A,7,988,A,7,20,A,7,2.6,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,08:00,361,1358,204,2,8,398,2,15,98,2,8,210,2,8,336,2,15,121,2,8,184,2,19,0,E,9,0,E,9,16.1,A,7,12.2,A,7,78,A,7,989,A,7,40,A,7,3.1,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,09:00,615,1358,399,2,8,603,2,15,126,2,8,413,2,8,580,2,15,149,2,8,250,2,19,0,E,9,0,E,9,18.9,A,7,12.8,A,7,68,A,7,989,A,7,50,A,7,4.1,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,10:00,826,1358,563,2,8,695,2,15,139,2,8,595,2,8,701,2,15,168,2,8,336,2,19,0,E,9,0,E,9,21.1,A,7,11.1,A,7,53,A,7,989,A,7,40,A,7,5.2,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,11:00,982,1358,688,2,8,726,2,15,162,2,8,733,2,8,741,2,15,196,2,8,480,2,19,0,E,9,0,E,9,22.2,A,7,11.1,A,7,49,A,7,989,A,7,80,A,7,3.6,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,12:00,1070,1358,745,2,8,686,2,15,203,2,8,788,2,8,698,2,15,237,2,8,699,2,19,0,E,9,0,E,9,23.3,A,7,11.7,A,7,48,A,7,989,A,7,80,B,8,2.6,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,13:00,1084,1358,771,2,8,726,2,15,190,2,8,821,2,8,742,2,15,228,2,8,680,2,19,0,E,9,0,E,9,23.3,A,7,11.1,A,7,46,A,7,988,A,7,70,A,7,2.6,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,14:00,1024,1358,731,2,8,759,2,15,157,2,8,759,2,8,759,2,15,185,2,8,446,2,19,0,E,9,0,E,9,23.9,A,7,11.7,A,7,46,A,7,988,A,7,110,B,8,1.5,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,15:00,894,1358,615,2,8,737,2,15,129,2,8,660,2,8,752,2,15,163,2,8,343,2,19,0,E,9,0,E,9,24.4,A,7,11.1,A,7,43,A,7,987,A,7,150,B,8,1.5,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,16:00,703,1358,454,2,8,629,2,15,127,2,8,474,2,8,621,2,15,152,2,8,273,2,19,0,E,9,0,E,9,23.9,A,7,11.7,A,7,46,A,7,988,A,7,190,A,7,2.1,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,17:00,463,1358,266,2,8,520,2,15,88,2,8,274,2,8,474,2,15,112,2,8,166,2,19,0,E,9,0,E,9,23.9,A,7,12.2,A,7,48,A,7,987,A,7,180,B,8,1.5,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,18:00,193,1358,78,2,8,256,2,15,41,2,8,82,2,8,162,2,15,59,2,8,73,2,19,0,E,9,0,E,9,22.2,A,7,12.8,A,7,55,A,7,987,A,7,170,A,7,1.5,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,19:00,6,283,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,A,7,20.6,A,7,13.9,A,7,65,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.8,A,7,15.0,A,7,84,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.8,A,7,15.0,A,7,84,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,3,E,9,3,E,9,17.2,A,7,14.4,A,7,84,A,7,987,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,16.7,A,7,14.4,A,7,86,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/24/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,16.7,A,7,14.4,A,7,86,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,16.7,A,7,13.9,A,7,84,A,7,986,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.1,A,7,14.4,A,7,90,A,7,986,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,15.0,A,7,13.9,A,7,93,A,7,986,A,7,210,A,7,1.5,A,7,12800,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,14.4,A,7,13.3,A,7,93,A,7,986,A,7,220,A,7,1.5,A,7,12800,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,14.4,A,7,13.3,A,7,93,A,7,986,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,14.4,A,7,12.8,A,7,90,A,7,986,A,7,0,A,7,0.0,A,7,11200,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,07:00,88,1099,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,15.0,A,7,12.8,A,7,87,A,7,986,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/25/2003,08:00,357,1359,205,2,8,406,2,15,98,2,8,211,2,8,341,2,15,121,2,8,184,2,19,0,E,9,0,E,9,17.8,A,7,15.6,A,7,87,A,7,986,A,7,230,A,7,3.1,A,7,9600,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/25/2003,09:00,611,1359,393,2,8,590,2,15,127,2,8,405,2,8,567,2,15,150,2,8,251,2,19,0,E,9,0,E,9,20.6,A,7,15.0,A,7,70,A,7,987,A,7,200,A,7,3.1,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,10:00,823,1359,563,2,8,701,2,15,138,2,8,596,2,8,707,2,15,167,2,8,332,2,19,0,E,9,0,E,9,22.8,A,7,15.6,A,7,64,A,7,987,A,7,240,A,7,2.6,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,11:00,977,1359,682,2,8,714,2,15,167,2,8,724,2,8,727,2,15,200,2,8,489,2,19,0,E,9,0,E,9,24.4,A,7,15.6,A,7,58,A,7,986,A,7,240,A,7,4.6,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,12:00,1065,1359,751,2,8,722,2,15,183,2,8,800,2,8,738,2,15,220,2,8,629,2,19,0,E,9,0,E,9,25.0,A,7,15.6,A,7,56,A,7,986,A,7,220,A,7,4.6,A,7,16000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,13:00,1079,1359,759,2,8,696,2,15,205,2,8,804,2,8,708,2,15,240,2,8,719,2,19,0,E,9,0,E,9,26.1,A,7,15.6,A,7,52,A,7,985,A,7,240,A,7,4.1,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,14:00,1019,1359,731,2,8,753,2,15,165,2,8,781,2,8,770,2,15,202,2,8,521,2,19,0,E,9,0,E,9,26.7,A,7,15.6,A,7,51,A,7,984,A,7,240,A,7,3.1,A,7,16000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,15:00,888,1359,609,2,8,677,2,15,165,2,8,640,2,8,683,2,15,193,2,8,422,2,19,0,E,9,0,E,9,26.7,A,7,15.6,A,7,51,A,7,984,A,7,230,A,7,3.1,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,16:00,697,1359,415,2,8,488,2,15,164,2,8,441,2,8,491,2,15,189,2,8,348,2,19,0,E,9,0,E,9,26.7,A,7,15.6,A,7,51,A,7,984,A,7,210,A,7,3.6,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,17:00,457,1359,251,2,8,422,2,15,108,2,8,263,2,8,387,2,15,133,2,8,204,2,19,0,E,9,0,E,9,25.6,A,7,15.6,A,7,54,A,7,984,A,7,230,A,7,2.1,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,18:00,186,1359,73,2,8,214,2,15,43,2,8,76,2,8,132,2,15,57,2,8,77,2,19,0,E,9,0,E,9,23.9,A,7,16.1,A,7,62,A,7,983,A,7,210,A,7,2.1,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,19:00,4,260,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,A,7,22.2,A,7,16.7,A,7,71,A,7,983,A,7,200,A,7,1.5,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,B,8,0,B,8,21.7,A,7,16.7,A,7,73,A,7,984,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.6,A,7,17.2,A,7,81,A,7,984,A,7,0,A,7,0.0,A,7,14400,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,19.4,A,7,16.7,A,7,84,A,7,984,A,7,0,A,7,0.0,A,7,12800,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,18.3,A,7,16.1,A,7,87,A,7,984,A,7,200,A,7,2.1,A,7,12800,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/25/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,18.3,A,7,16.1,A,7,87,A,7,984,A,7,190,A,7,2.1,A,7,11200,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,17.2,A,7,16.1,A,7,93,A,7,984,A,7,210,A,7,2.1,A,7,9600,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.8,A,7,16.1,A,7,90,A,7,984,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/26/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.2,A,7,16.1,A,7,93,A,7,984,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/26/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.7,A,7,15.6,A,7,93,A,7,983,A,7,0,A,7,0.0,A,7,9600,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/26/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.1,A,7,15.0,A,7,93,A,7,984,A,7,220,A,7,1.5,A,7,8000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/26/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.1,A,7,15.0,A,7,93,A,7,984,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/26/2003,07:00,85,1099,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,16.7,A,7,15.0,A,7,90,A,7,984,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/26/2003,08:00,354,1360,198,2,8,380,2,15,99,2,8,204,2,8,318,2,15,121,2,8,186,2,19,0,E,9,0,E,9,18.9,A,7,16.7,A,7,87,A,7,984,A,7,200,A,7,1.5,A,7,6400,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/26/2003,09:00,607,1360,386,2,8,572,2,15,130,2,8,397,2,8,548,2,15,152,2,8,254,2,19,0,E,9,0,E,9,22.2,A,7,17.8,A,7,76,A,7,985,A,7,210,A,7,1.5,A,7,12800,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,10:00,819,1360,551,2,8,671,2,15,146,2,8,580,2,8,674,2,15,173,2,8,347,2,19,0,E,9,0,E,9,24.4,A,7,17.8,A,7,67,A,7,985,A,7,230,A,7,2.1,A,7,16000,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,11:00,973,1360,682,2,8,647,2,15,218,2,8,711,2,8,650,2,15,244,2,8,612,2,19,0,E,9,0,E,9,25.6,A,7,16.7,A,7,58,A,7,984,A,7,190,A,7,2.6,A,7,16000,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,12:00,1060,1360,531,2,8,235,2,15,348,2,8,577,2,8,254,2,15,379,2,8,1177,2,19,8,E,9,8,E,9,25.6,A,7,16.7,A,7,58,A,7,984,A,7,200,A,7,3.1,A,7,16000,B,7,1219,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,13:00,1074,1360,394,2,8,42,2,15,361,2,8,435,2,8,43,2,15,401,2,8,1420,2,19,8,E,9,8,E,9,27.2,A,7,16.7,A,7,53,A,7,984,A,7,190,A,7,4.6,A,7,16000,B,7,1311,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,14:00,1013,1360,327,2,8,42,2,15,296,2,8,361,2,8,43,2,15,329,2,8,1126,2,19,4,E,9,4,E,9,26.7,A,7,16.1,A,7,52,A,7,983,A,7,140,A,7,2.6,A,7,16000,B,7,7620,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,15:00,882,1360,574,2,8,540,2,15,223,2,8,612,2,8,557,2,15,249,2,8,568,2,19,4,E,9,4,E,9,26.7,A,7,15.0,A,7,49,A,7,983,A,7,160,A,7,3.1,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,16:00,690,1360,327,2,8,194,2,15,229,2,8,356,2,8,199,2,15,255,2,8,574,2,19,3,E,9,3,E,9,26.1,A,7,14.4,A,7,48,A,7,982,A,7,170,A,7,3.1,A,7,16000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,17:00,450,1360,255,2,8,445,2,15,107,2,8,267,2,8,406,2,15,133,2,8,202,2,19,3,E,9,3,E,9,25.6,A,7,15.6,A,7,54,A,7,982,A,7,160,A,7,3.6,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,18:00,180,1360,68,2,8,217,2,15,39,2,8,71,2,8,131,2,15,54,2,8,69,2,19,0,E,9,0,E,9,23.3,A,7,16.1,A,7,64,A,7,982,A,7,140,A,7,3.6,A,7,16000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,19:00,3,215,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,A,7,21.7,A,7,16.7,A,7,73,A,7,982,A,7,160,A,7,2.6,A,7,14400,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.6,A,7,17.2,A,7,81,A,7,982,A,7,140,A,7,2.1,A,7,12800,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.6,A,7,17.2,A,7,81,A,7,983,A,7,130,A,7,2.6,A,7,11200,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,20.0,A,7,16.7,A,7,81,A,7,982,A,7,140,A,7,2.6,A,7,12800,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,18.9,A,7,16.7,A,7,87,A,7,982,A,7,150,A,7,3.1,A,7,11200,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/26/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,18.9,A,7,16.7,A,7,87,A,7,982,A,7,180,A,7,2.6,A,7,11200,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,B,8,0,B,8,17.8,A,7,16.7,A,7,93,A,7,982,A,7,200,A,7,2.1,A,7,9600,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.2,A,7,16.1,A,7,93,A,7,982,A,7,200,A,7,1.5,A,7,8000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +09/27/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,17.2,A,7,16.1,A,7,93,A,7,982,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/27/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,16.7,A,7,16.1,A,7,96,A,7,982,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/27/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,15.0,A,7,14.4,A,7,96,A,7,982,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/27/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,B,8,0,B,8,16.1,A,7,15.6,A,7,97,A,7,982,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/27/2003,07:00,83,1077,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,E,9,15.6,A,7,15.0,A,7,96,A,7,981,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/27/2003,08:00,350,1361,199,2,8,394,2,15,97,2,8,204,2,8,328,2,15,120,2,8,182,2,19,0,E,9,0,E,9,18.9,A,7,17.2,A,7,90,A,7,982,A,7,210,A,7,1.5,A,7,9600,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/27/2003,09:00,603,1361,387,2,8,585,2,15,127,2,8,399,2,8,560,2,15,150,2,8,249,2,19,0,E,9,0,E,9,21.7,A,7,17.8,A,7,79,A,7,982,A,7,250,A,7,2.6,A,7,16000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,10:00,814,1361,557,2,8,695,2,15,140,2,8,588,2,8,699,2,15,168,2,8,333,2,19,0,E,9,0,E,9,23.3,A,7,17.2,A,7,69,A,7,982,A,7,220,A,7,3.6,A,7,16000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,11:00,969,1361,682,2,8,738,2,15,155,2,8,728,2,8,753,2,15,190,2,8,450,2,19,3,E,9,3,E,9,25.0,A,7,16.7,A,7,60,A,7,982,A,7,210,A,7,2.6,A,7,16000,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,12:00,1056,1361,745,2,8,728,2,15,178,2,8,794,2,8,744,2,15,215,2,8,600,2,19,3,E,9,3,E,9,25.6,A,7,17.2,A,7,60,A,7,981,A,7,180,B,8,2.1,A,7,16000,B,7,77777,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,13:00,1069,1361,759,2,8,678,2,15,225,2,8,797,2,8,686,2,15,257,2,8,761,2,19,4,E,9,4,E,9,26.1,A,7,17.2,A,7,58,A,7,980,A,7,140,A,7,3.6,A,7,16000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,14:00,1008,1361,608,2,8,376,2,15,328,2,8,658,2,8,406,2,15,356,2,8,1019,2,19,4,E,9,4,E,9,27.2,A,7,17.2,A,7,54,A,7,978,A,7,160,A,7,5.2,A,7,16000,B,7,77777,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,15:00,876,1361,602,2,8,683,2,15,161,2,8,634,2,8,689,2,15,189,2,8,405,2,19,8,E,9,7,E,9,27.2,A,7,16.1,A,7,51,A,7,977,A,7,190,A,7,5.7,A,7,16000,B,7,7620,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,16:00,684,1361,430,2,8,499,2,15,179,2,8,452,2,8,500,2,15,200,2,8,381,2,19,5,E,9,5,E,9,27.2,A,7,17.8,A,7,56,A,7,977,A,7,180,A,7,4.6,A,7,16000,B,7,7620,A,7,3.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,17:00,443,1361,115,2,8,28,2,15,105,2,8,125,2,8,26,2,15,117,2,8,293,2,19,8,E,9,8,E,9,26.1,A,7,17.8,A,7,60,A,7,978,A,7,170,A,7,5.7,A,7,16000,B,7,1676,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,18:00,173,1361,56,2,8,118,2,15,41,2,8,59,2,8,67,2,15,51,2,8,75,2,19,8,E,9,8,E,9,24.4,A,7,17.8,A,7,67,A,7,978,A,7,170,A,7,3.1,A,7,16000,B,7,1829,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,19:00,2,193,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,9,E,9,7,A,7,22.8,A,7,18.3,A,7,76,A,7,979,A,7,310,A,7,6.7,A,7,16000,B,7,1524,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,18.3,A,7,16.7,A,7,90,A,7,980,A,7,0,A,7,0.0,A,7,4800,B,7,1250,A,7,3.7,E,8,0.000,F,8,0.00,F,8,36,1,D,9,00,C,8 +09/27/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.8,A,7,17.8,A,7,100,A,7,980,A,7,180,A,7,3.6,A,7,11200,B,7,1006,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/27/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,7,E,9,17.8,A,7,17.8,A,7,100,A,7,979,A,7,230,A,7,2.6,A,7,16000,B,7,3658,A,7,3.9,E,8,0.000,F,8,0.00,F,8,19,1,D,9,61,C,8 +09/27/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,17.8,A,7,17.8,A,7,100,A,7,978,A,7,200,A,7,2.6,A,7,16000,B,7,4572,A,7,3.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +09/27/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,17.8,A,7,17.2,A,7,96,A,7,978,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,3.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,A,7,17.8,A,7,17.2,A,7,96,A,7,977,A,7,0,A,7,0.0,A,7,16000,B,7,2591,A,7,3.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.2,A,7,17.2,A,7,100,A,7,977,A,7,0,A,7,0.0,A,7,16000,B,7,1829,A,7,3.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,16.7,A,7,16.7,A,7,100,A,7,976,A,7,270,A,7,2.1,A,7,4000,B,7,61,A,7,3.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.2,A,7,16.7,A,7,97,A,7,976,A,7,0,A,7,0.0,A,7,9600,B,7,61,A,7,3.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/28/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.2,A,7,16.7,A,7,97,A,7,977,A,7,310,A,7,3.1,A,7,6400,B,7,61,A,7,3.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +09/28/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,17.0,A,7,17.0,A,7,100,A,7,977,A,7,300,A,7,2.1,A,7,16100,B,7,840,A,7,3.0,E,8,0.000,F,8,0.00,F,8,3,1,D,9,00,C,8 +09/28/2003,07:00,80,1055,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,10,E,9,10,E,9,17.2,A,7,16.1,A,7,93,A,7,977,A,7,340,A,7,2.6,A,7,14400,B,7,579,A,7,2.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,08:00,346,1361,83,2,8,0,2,15,83,2,8,94,2,8,0,2,15,94,2,8,302,2,19,10,E,9,10,E,9,16.7,A,7,15.0,A,7,90,A,7,978,A,7,330,A,7,3.6,A,7,16000,B,7,1402,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,09:00,599,1361,104,2,8,0,2,15,104,2,8,123,2,8,0,2,15,123,2,8,455,2,19,8,E,9,8,E,9,16.1,A,7,12.8,A,7,81,A,7,978,A,7,320,A,7,2.1,A,7,16000,B,7,1524,A,7,2.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,10:00,810,1361,460,2,8,311,2,15,275,2,8,492,2,8,330,2,15,295,2,8,696,2,19,10,E,9,10,E,9,19.4,A,7,11.1,A,7,59,A,7,978,A,7,320,A,7,3.6,A,7,16000,B,7,1524,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,11:00,964,1361,651,2,8,629,2,15,204,2,8,680,2,8,633,2,15,230,2,8,568,2,19,10,E,9,10,E,9,20.0,A,7,10.6,A,7,55,A,7,978,A,7,300,A,7,3.6,A,7,16000,B,7,1676,A,7,2.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,12:00,1051,1361,739,2,8,704,2,15,194,2,8,783,2,8,716,2,15,228,2,8,641,2,19,5,B,8,5,B,8,21.1,A,7,8.3,A,7,44,A,7,978,A,7,360,A,7,3.6,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,13:00,1064,1361,759,2,8,737,2,15,181,2,8,809,2,8,753,2,15,219,2,8,619,2,19,0,E,9,0,E,9,22.2,A,7,8.9,A,7,43,A,7,977,A,7,320,A,7,4.1,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,14:00,1002,1361,707,2,8,734,2,15,165,2,8,753,2,8,750,2,15,200,2,8,504,2,19,4,E,9,4,E,9,22.2,A,7,9.4,A,7,44,A,7,977,A,7,310,A,7,4.6,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,15:00,870,1361,596,2,8,617,2,15,201,2,8,617,2,8,614,2,15,223,2,8,484,2,19,0,E,9,0,E,9,21.7,A,7,8.3,A,7,42,A,7,977,A,7,250,A,7,3.6,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,16:00,677,1361,228,2,8,47,2,15,205,2,8,251,2,8,47,2,15,228,2,8,617,2,19,3,E,9,3,E,9,22.2,A,7,8.9,A,7,43,A,7,977,A,7,280,A,7,4.1,A,7,16000,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,17:00,437,1361,114,2,8,11,2,15,110,2,8,128,2,8,7,2,15,126,2,8,412,2,19,8,E,9,8,E,9,21.7,A,7,9.4,A,7,45,A,7,978,A,7,260,A,7,6.2,A,7,16000,B,7,1981,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,18:00,166,1361,61,2,8,107,2,15,48,2,8,64,2,8,59,2,15,57,2,8,91,2,19,0,E,9,0,E,9,18.3,A,7,7.8,A,7,50,A,7,978,A,7,290,A,7,4.1,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,19:00,2,147,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,A,7,16.7,A,7,7.2,A,7,53,A,7,979,A,7,290,A,7,4.6,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,15.0,A,7,7.8,A,7,62,A,7,980,A,7,290,A,7,3.1,A,7,16000,B,7,2743,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,8,E,9,8,E,9,15.0,A,7,8.3,A,7,64,A,7,981,A,7,300,A,7,3.1,A,7,16000,B,7,2896,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,E,9,14.4,A,7,6.7,A,7,60,A,7,983,A,7,310,A,7,4.1,A,7,16000,B,7,2743,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,10,E,9,10,A,7,12.8,A,7,5.6,A,7,62,A,7,983,A,7,300,A,7,2.6,A,7,16000,B,7,2743,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/28/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,11.1,A,7,5.0,A,7,66,A,7,983,A,7,290,A,7,2.1,A,7,16000,B,7,2743,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,7,E,9,7,A,7,10.6,A,7,5.6,A,7,71,A,7,983,A,7,270,A,7,2.1,A,7,16000,B,7,2591,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,10.0,A,7,4.4,A,7,68,A,7,983,A,7,290,A,7,4.1,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,8.9,A,7,4.4,A,7,73,A,7,983,A,7,280,A,7,3.1,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,9.4,A,7,4.4,A,7,71,A,7,984,A,7,300,A,7,3.6,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,7.2,A,7,4.4,A,7,82,A,7,984,A,7,280,A,7,2.1,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,7.2,A,7,4.4,A,7,82,A,7,985,A,7,260,A,7,2.1,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,07:00,77,1033,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,A,7,8.3,A,7,5.6,A,7,83,A,7,986,A,7,270,A,7,2.1,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,08:00,342,1362,192,2,8,382,2,15,96,2,8,197,2,8,315,2,15,118,2,8,180,2,19,0,E,9,0,E,9,11.1,A,7,5.6,A,7,69,A,7,987,A,7,290,A,7,3.6,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,09:00,595,1362,388,2,8,610,2,15,120,2,8,400,2,8,584,2,15,144,2,8,236,2,19,0,E,9,0,E,9,12.8,A,7,5.0,A,7,59,A,7,987,A,7,290,A,7,3.6,A,7,16000,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,10:00,806,1362,545,2,8,647,2,15,161,2,8,568,2,8,645,2,15,185,2,8,370,2,19,0,E,9,0,E,9,14.4,A,7,5.0,A,7,53,A,7,988,A,7,320,B,8,2.6,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,11:00,960,1362,676,2,8,738,2,15,155,2,8,721,2,8,753,2,15,189,2,8,443,2,19,0,E,9,0,E,9,16.1,A,7,5.6,A,7,50,A,7,988,A,7,340,A,7,4.1,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,12:00,1046,1362,733,2,8,716,2,15,181,2,8,779,2,8,731,2,15,217,2,8,595,2,19,3,E,9,3,E,9,16.7,A,7,5.0,A,7,46,A,7,988,A,7,350,A,7,3.6,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,13:00,1058,1362,735,2,8,606,2,15,263,2,8,791,2,8,632,2,15,298,2,8,887,2,19,8,E,9,8,E,9,17.2,A,7,3.9,A,7,41,A,7,988,A,7,320,A,7,3.6,A,7,16000,B,7,1676,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,14:00,996,1362,467,2,8,161,2,15,349,2,8,511,2,8,171,2,15,385,2,8,1108,2,19,0,E,9,0,E,9,17.8,A,7,4.4,A,7,41,A,7,987,A,7,310,A,7,4.6,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,15:00,864,1362,244,2,8,24,2,15,229,2,8,284,2,8,20,2,15,271,2,8,1003,2,19,4,E,9,4,E,9,18.3,A,7,4.4,A,7,40,A,7,987,A,7,320,A,7,3.1,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,16:00,671,1362,413,2,8,463,2,15,184,2,8,431,2,8,462,2,15,203,2,8,390,2,19,4,E,9,4,E,9,18.9,A,7,3.9,A,7,37,A,7,987,A,7,290,A,7,5.2,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,17:00,430,1362,242,2,8,505,2,15,82,2,8,249,2,8,450,2,15,107,2,8,152,2,19,0,E,9,0,E,9,17.8,A,7,3.3,A,7,38,A,7,988,A,7,310,A,7,4.6,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +09/29/2003,18:00,159,1362,57,2,8,206,2,15,33,2,8,60,2,8,116,2,15,47,2,8,58,2,19,0,E,9,0,E,9,15.6,A,7,5.6,A,7,51,A,7,988,A,7,350,A,7,1.5,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,19:00,1,125,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,A,7,13.9,A,7,5.6,A,7,57,A,7,989,A,7,350,A,7,1.5,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,12.8,A,7,6.1,A,7,64,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,9.4,A,7,7.8,A,7,90,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,10.6,A,7,7.2,A,7,79,A,7,992,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,8.9,A,7,7.2,A,7,89,A,7,992,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/29/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,10.0,A,7,6.7,A,7,80,A,7,992,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,01:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,A,7,9.4,A,7,6.1,A,7,80,A,7,992,A,7,350,A,7,2.1,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,02:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,8.3,A,7,6.1,A,7,86,A,7,993,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,03:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,8.3,A,7,5.6,A,7,83,A,7,992,A,7,350,A,7,2.6,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,04:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,7.8,A,7,5.6,A,7,86,A,7,993,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,05:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,7.2,A,7,5.6,A,7,90,A,7,993,A,7,330,A,7,1.5,A,7,16000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,06:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,2,E,9,2,E,9,7.8,A,7,5.6,A,7,86,A,7,993,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,07:00,74,1011,13,2,8,138,2,15,6,2,8,19,2,8,83,2,15,12,2,8,16,2,19,0,E,9,0,E,9,8.3,A,7,5.6,A,7,83,A,7,994,A,7,350,A,7,1.5,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,08:00,339,1363,193,2,8,390,2,15,96,2,8,198,2,8,320,2,15,118,2,8,180,2,19,0,E,9,0,E,9,11.1,A,7,7.2,A,7,77,A,7,994,A,7,340,A,7,1.5,A,7,16000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,09:00,591,1363,374,2,8,598,2,15,114,2,8,388,2,8,573,2,15,138,2,8,225,2,19,0,E,9,0,E,9,13.3,A,7,7.2,A,7,67,A,7,994,A,7,360,A,7,3.6,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,10:00,802,1363,545,2,8,683,2,15,142,2,8,573,2,8,685,2,15,169,2,8,331,2,19,0,E,9,0,E,9,15.6,A,7,5.6,A,7,51,A,7,995,A,7,360,A,7,3.6,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,11:00,955,1363,670,2,8,714,2,15,168,2,8,709,2,8,725,2,15,199,2,8,472,2,19,0,E,9,0,E,9,16.7,A,7,5.6,A,7,48,A,7,994,A,7,340,B,8,2.1,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,12:00,1041,1363,745,2,8,770,2,15,155,2,8,776,2,8,772,2,15,185,2,8,456,2,19,1,B,8,1,B,8,17.2,A,7,5.0,A,7,44,A,7,994,A,7,310,B,8,3.1,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,13:00,1053,1363,741,2,8,707,2,15,192,2,8,785,2,8,720,2,15,227,2,8,636,2,19,3,E,9,3,E,9,17.8,A,7,5.0,A,7,43,A,7,993,A,7,290,A,7,4.1,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,14:00,991,1363,701,2,8,746,2,15,157,2,8,749,2,8,763,2,15,193,2,8,471,2,19,3,E,9,3,E,9,18.3,A,7,4.4,A,7,40,A,7,993,A,7,310,B,8,1.5,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,15:00,858,1363,584,2,8,712,2,15,135,2,8,621,2,8,722,2,15,166,2,8,339,2,19,0,E,9,0,E,9,18.9,A,7,5.6,A,7,42,A,7,992,A,7,320,B,8,2.1,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,16:00,664,1363,418,2,8,616,2,15,117,2,8,437,2,8,604,2,15,142,2,8,245,2,19,0,E,9,0,E,9,18.9,A,7,4.4,A,7,38,A,7,992,A,7,340,B,8,2.1,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,17:00,423,1363,236,2,8,499,2,15,81,2,8,243,2,8,443,2,15,105,2,8,150,2,19,0,E,9,0,E,9,18.9,A,7,5.6,A,7,42,A,7,992,A,7,350,A,7,1.5,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,18:00,152,1363,55,2,8,204,2,15,33,2,8,59,2,8,112,2,15,46,2,8,59,2,19,0,E,9,0,E,9,17.8,A,7,4.4,A,7,41,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,19:00,1,102,0,2,8,0,2,15,0,2,8,0,2,8,0,2,15,0,2,8,0,2,19,0,E,9,0,A,7,14.4,A,7,8.3,A,7,67,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,20:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,13.3,A,7,8.9,A,7,75,A,7,992,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,21:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,E,9,0,E,9,12.2,A,7,8.9,A,7,80,A,7,992,A,7,0,A,7,0.0,A,7,16000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,22:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,2,E,9,2,E,9,12.8,A,7,9.9,A,7,89,A,7,992,A,7,0,A,7,0.5,A,7,16000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,23:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,9,E,9,9,A,7,13.3,A,7,11.0,A,7,83,A,7,992,A,7,0,A,7,1.0,A,7,16000,B,7,7620,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +09/30/2003,24:00,0,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,5,E,9,5,A,7,13.9,A,7,12.0,A,7,83,A,7,991,A,7,0,A,7,1.5,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +10/01/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,13.0,A,7,100,A,7,980,A,7,40,A,7,2.1,A,7,2400,B,7,90,A,7,2.7,E,8,0.000,?,0,0.00,?,0,10,1,D,9,45,C,8 +10/01/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.0,A,7,14.0,A,7,100,A,7,980,A,7,30,A,7,2.6,A,7,2400,B,7,90,A,7,2.7,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +10/01/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.5,A,7,15.1,A,7,100,A,7,979,A,7,40,A,7,3.1,A,7,2400,B,7,90,A,7,2.7,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +10/01/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,16.1,A,7,100,A,7,979,A,7,40,A,7,3.6,A,7,2400,B,7,150,A,7,2.8,E,8,0.000,?,0,0.00,?,0,8,1,D,9,45,C,8 +10/01/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,16.1,A,7,100,A,7,980,A,7,40,A,7,3.6,A,7,2400,B,7,150,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/01/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,16.1,A,7,100,A,7,980,A,7,20,A,7,3.6,A,7,2400,B,7,150,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/01/1980,07:00,70,989,16,1,13,0,1,9,16,1,13,19,1,13,0,1,9,19,1,13,58,1,21,10,A,7,10,A,7,15.6,A,7,15.6,A,7,100,A,7,980,A,7,20,A,7,4.1,A,7,3200,B,7,150,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/01/1980,08:00,333,1365,60,1,13,1,1,9,60,1,13,69,1,13,0,1,9,69,1,13,233,1,21,10,A,7,10,A,7,15.6,A,7,15.6,A,7,100,A,7,981,A,7,20,A,7,3.1,A,7,3200,B,7,210,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/01/1980,09:00,585,1365,197,1,9,1,1,9,196,1,13,219,1,9,1,1,9,219,1,13,710,1,18,10,A,7,10,A,7,16.1,A,7,16.1,A,7,100,A,7,981,A,7,20,A,7,4.1,A,7,3200,B,7,210,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/01/1980,10:00,796,1365,286,1,9,1,1,9,286,1,13,323,1,9,1,1,9,323,1,13,1100,1,18,10,A,7,10,A,7,16.1,A,7,16.1,A,7,100,A,7,981,A,7,30,A,7,4.1,A,7,3200,B,7,210,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/01/1980,11:00,948,1365,357,1,9,1,1,9,356,1,13,405,1,9,1,1,9,405,1,13,1416,1,18,10,A,7,10,A,7,16.7,A,7,16.7,A,7,100,A,7,981,A,7,40,A,7,4.1,A,7,4000,B,7,240,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/01/1980,12:00,1033,1365,210,1,9,1,1,9,210,1,13,253,1,9,1,1,9,252,1,13,1017,1,18,10,A,7,10,A,7,17.2,A,7,17.2,A,7,100,A,7,981,A,7,30,A,7,4.1,A,7,4000,B,7,240,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/01/1980,13:00,1045,1365,369,1,9,1,1,9,367,1,13,423,1,9,1,1,9,423,1,13,1533,1,18,10,A,7,10,A,7,17.8,A,7,17.2,A,7,97,A,7,980,A,7,20,A,7,4.1,A,7,6400,B,7,210,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/01/1980,14:00,982,1365,207,1,9,1,1,9,206,1,13,247,1,9,1,1,9,246,1,13,982,1,18,10,A,7,10,A,7,18.3,A,7,17.2,A,7,93,A,7,980,A,7,20,A,7,3.6,A,7,9700,B,7,240,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/01/1980,15:00,849,1365,290,1,9,0,1,9,290,1,13,330,1,9,0,1,9,330,1,13,1161,1,18,10,A,7,10,A,7,18.9,A,7,18.3,A,7,97,A,7,979,A,7,50,A,7,3.1,A,7,9700,B,7,150,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/01/1980,16:00,654,1365,240,1,9,156,1,9,165,1,13,265,1,9,160,1,9,188,1,13,405,1,18,9,A,7,9,A,7,20.0,A,7,18.3,A,7,90,A,7,979,A,7,80,A,7,3.1,A,7,11300,B,7,1520,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/01/1980,17:00,413,1365,182,1,13,194,1,9,123,1,13,192,1,13,175,1,9,139,1,13,249,1,21,8,A,7,7,A,7,20.6,A,7,17.8,A,7,84,A,7,979,A,7,50,A,7,3.6,A,7,11300,B,7,460,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/01/1980,18:00,142,1365,46,1,13,67,1,9,39,1,13,50,1,13,38,1,9,46,1,13,81,1,21,8,A,7,7,A,7,18.9,A,7,17.8,A,7,93,A,7,980,A,7,50,A,7,2.1,A,7,11300,B,7,1520,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/01/1980,19:00,0,34,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,7,A,7,7,A,7,18.3,A,7,17.2,A,7,93,A,7,980,A,7,360,A,7,1.5,A,7,11300,B,7,1220,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/01/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,17.8,A,7,17.2,A,7,97,A,7,980,A,7,0,A,7,0.0,A,7,11300,B,7,1220,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/01/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,16.7,A,7,16.7,A,7,100,A,7,980,A,7,20,A,7,1.5,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/01/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,15.6,A,7,15.6,A,7,100,A,7,980,A,7,0,A,7,0.0,A,7,8000,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/01/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,15.0,A,7,100,A,7,979,A,7,130,A,7,1.5,A,7,4000,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/01/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,15.0,A,7,100,A,7,979,A,7,320,A,7,2.1,A,7,4000,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/02/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,16.1,A,7,16.1,A,7,100,A,7,980,A,7,310,A,7,2.6,A,7,4000,B,7,610,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +10/02/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,15.6,A,7,15.6,A,7,100,A,7,979,A,7,240,A,7,1.5,A,7,4000,B,7,610,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/02/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,14.4,A,7,14.4,A,7,100,A,7,979,A,7,220,A,7,1.5,A,7,400,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/02/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,14.4,A,7,14.4,A,7,100,A,7,979,A,7,210,A,7,2.1,A,7,400,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/02/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,13.9,A,7,13.9,A,7,100,A,7,979,A,7,210,A,7,1.5,A,7,200,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/02/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,14.4,A,7,14.4,A,7,100,A,7,979,A,7,220,A,7,1.5,A,7,200,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/02/1980,07:00,67,967,14,1,13,2,1,9,14,1,13,17,1,13,0,1,9,17,1,13,52,1,21,6,A,7,6,A,7,14.4,A,7,14.4,A,7,100,A,7,979,A,7,210,A,7,2.1,A,7,200,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/02/1980,08:00,329,1365,121,1,13,35,1,9,112,1,13,132,1,13,30,1,9,124,1,13,270,1,21,8,A,7,8,A,7,15.6,A,7,15.6,A,7,100,A,7,979,A,7,210,A,7,2.6,A,7,400,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/02/1980,09:00,581,1365,254,1,13,215,1,9,161,1,13,271,1,13,216,1,9,178,1,13,341,1,21,7,A,7,7,A,7,17.2,A,7,17.2,A,7,100,A,7,979,A,7,230,A,7,3.1,A,7,3200,B,7,60,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/02/1980,10:00,791,1365,438,1,13,345,1,9,236,1,13,470,1,13,365,1,9,258,1,13,573,1,21,5,A,7,5,A,7,18.9,A,7,18.3,A,7,97,A,7,979,A,7,250,A,7,3.6,A,7,8000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/02/1980,11:00,944,1365,574,1,13,461,1,9,253,1,13,608,1,13,477,1,9,277,1,13,701,1,21,3,A,7,3,A,7,20.6,A,7,18.3,A,7,87,A,7,979,A,7,220,A,7,4.1,A,7,11300,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/02/1980,12:00,1028,1365,615,1,13,412,1,9,303,1,13,648,1,13,428,1,9,325,1,13,972,1,21,3,A,7,3,A,7,23.9,A,7,18.9,A,7,74,A,7,979,A,7,210,A,7,3.6,A,7,11300,B,7,77777,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/02/1980,13:00,1039,1365,720,1,9,617,1,9,247,1,13,746,1,9,619,1,9,274,1,13,768,1,18,2,A,7,2,A,7,23.9,A,7,17.2,A,7,66,A,7,978,A,7,230,A,7,3.6,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/02/1980,14:00,976,1365,594,1,13,371,1,9,327,1,13,640,1,13,400,1,9,353,1,13,974,1,21,7,A,7,7,A,7,25.6,A,7,17.8,A,7,62,A,7,978,A,7,200,A,7,5.2,A,7,16100,B,7,760,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/02/1980,15:00,842,1365,447,1,13,294,1,9,265,1,13,481,1,13,313,1,9,287,1,13,678,1,21,5,A,7,5,A,7,25.0,A,7,18.3,A,7,67,A,7,977,A,7,190,A,7,5.2,A,7,16100,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/02/1980,16:00,648,1365,359,1,13,415,1,9,161,1,13,378,1,13,412,1,9,182,1,13,333,1,21,4,A,7,4,A,7,25.0,A,7,17.8,A,7,64,A,7,977,A,7,200,A,7,4.6,A,7,11300,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/02/1980,17:00,406,1365,179,1,13,246,1,9,105,1,13,190,1,13,221,1,9,124,1,13,206,1,21,3,A,7,3,A,7,23.9,A,7,17.2,A,7,66,A,7,977,A,7,210,A,7,4.6,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/02/1980,18:00,135,1365,43,1,13,48,1,9,38,1,13,46,1,13,26,1,9,44,1,13,79,1,21,0,A,7,0,A,7,21.7,A,7,17.8,A,7,79,A,7,977,A,7,180,A,7,3.1,A,7,16100,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/02/1980,19:00,0,11,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,0,A,7,0,A,7,21.1,A,7,17.8,A,7,81,A,7,977,A,7,190,A,7,2.6,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/02/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,19.4,A,7,17.8,A,7,90,A,7,978,A,7,190,A,7,3.6,A,7,16100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/02/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,18.9,A,7,17.8,A,7,93,A,7,978,A,7,190,A,7,2.1,A,7,16100,B,7,1830,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/02/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,16.1,A,7,84,A,7,979,A,7,350,A,7,4.6,A,7,16100,B,7,610,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/02/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,17.2,A,7,15.6,A,7,90,A,7,979,A,7,20,A,7,4.1,A,7,16100,B,7,760,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/02/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,16.1,A,7,14.4,A,7,90,A,7,979,A,7,20,A,7,3.6,A,7,16100,B,7,850,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,13.9,A,7,90,A,7,979,A,7,20,A,7,3.1,A,7,24100,B,7,910,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +10/03/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,12.2,A,7,81,A,7,979,A,7,20,A,7,3.6,A,7,24100,B,7,980,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,10.0,A,7,70,A,7,979,A,7,10,A,7,4.6,A,7,24100,B,7,980,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.0,A,7,9.4,A,7,70,A,7,979,A,7,20,A,7,4.1,A,7,24100,B,7,1070,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,8.9,A,7,70,A,7,979,A,7,20,A,7,3.1,A,7,24100,B,7,1370,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.9,A,7,8.9,A,7,72,A,7,980,A,7,360,A,7,3.1,A,7,24100,B,7,760,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,07:00,65,945,23,1,13,1,1,9,23,1,13,26,1,13,0,1,9,26,1,13,76,1,21,10,A,7,10,A,7,13.9,A,7,10.0,A,7,78,A,7,979,A,7,20,A,7,3.6,A,7,24100,B,7,550,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/03/1980,08:00,325,1366,67,1,13,3,1,9,66,1,13,76,1,13,1,1,9,76,1,13,248,1,21,10,A,7,10,A,7,13.9,A,7,10.0,A,7,78,A,7,979,A,7,20,A,7,3.6,A,7,24100,B,7,520,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,09:00,577,1366,154,1,9,2,1,9,153,1,13,175,1,9,1,1,9,174,1,13,600,1,18,10,A,7,10,A,7,13.9,A,7,10.0,A,7,78,A,7,980,A,7,10,A,7,4.1,A,7,16100,B,7,550,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,10:00,787,1366,212,1,9,8,1,9,207,1,13,245,1,9,7,1,9,241,1,13,884,1,18,10,A,7,10,A,7,15.0,A,7,11.1,A,7,78,A,7,979,A,7,40,A,7,5.2,A,7,16100,B,7,1370,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,11:00,939,1366,330,1,9,7,1,9,325,1,13,377,1,9,7,1,9,372,1,13,1332,1,18,10,A,7,10,A,7,14.4,A,7,12.2,A,7,87,A,7,978,A,7,60,A,7,3.1,A,7,16100,B,7,2130,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,12:00,1023,1366,305,1,9,4,1,9,302,1,13,355,1,9,4,1,9,353,1,13,1333,1,18,10,A,7,10,A,7,13.9,A,7,13.3,A,7,96,A,7,978,A,7,360,A,7,3.1,A,7,16100,B,7,2130,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,13:00,1034,1366,358,1,9,48,1,9,321,1,13,394,1,9,49,1,9,357,1,13,1225,1,18,10,A,7,8,A,7,15.6,A,7,13.3,A,7,87,A,7,977,A,7,50,A,7,3.1,A,7,16100,B,7,400,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/03/1980,14:00,970,1366,560,1,13,481,1,9,217,1,13,606,1,13,500,1,9,249,1,13,616,1,21,8,A,7,5,A,7,17.2,A,7,12.2,A,7,73,A,7,977,A,7,0,A,7,0.0,A,7,24100,B,7,1070,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,15:00,836,1366,494,1,13,563,1,9,147,1,13,519,1,13,567,1,9,171,1,13,355,1,21,8,A,7,6,A,7,17.8,A,7,12.2,A,7,70,A,7,976,A,7,120,A,7,2.6,A,7,24100,B,7,3660,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,16:00,641,1366,326,1,13,399,1,9,137,1,13,348,1,13,396,1,9,161,1,13,278,1,21,8,A,7,4,A,7,17.8,A,7,11.7,A,7,68,A,7,976,A,7,160,A,7,2.6,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,17:00,399,1366,204,1,13,356,1,9,99,1,13,212,1,13,312,1,9,121,1,13,185,1,21,3,A,7,3,A,7,17.2,A,7,12.2,A,7,73,A,7,976,A,7,180,A,7,3.1,A,7,24100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,18:00,129,1332,53,1,13,129,1,9,39,1,13,54,1,13,62,1,9,48,1,13,73,1,21,4,A,7,4,A,7,15.0,A,7,12.8,A,7,87,A,7,976,A,7,170,A,7,3.1,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,15.0,A,7,13.9,A,7,93,A,7,976,A,7,320,A,7,2.6,A,7,16100,B,7,1520,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,25,C,8 +10/03/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,12.2,A,7,87,A,7,977,A,7,310,A,7,2.1,A,7,16100,B,7,1220,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,10.6,A,7,78,A,7,978,A,7,320,A,7,2.1,A,7,16100,B,7,1400,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,11.7,A,7,90,A,7,978,A,7,340,A,7,2.1,A,7,16100,B,7,1400,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,12.8,A,7,11.7,A,7,93,A,7,978,A,7,0,A,7,0.0,A,7,16100,B,7,1520,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/03/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,12.2,A,7,11.1,A,7,93,A,7,978,A,7,320,A,7,2.1,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,11.7,A,7,11.1,A,7,96,A,7,978,A,7,330,A,7,2.6,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +10/04/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,10.0,A,7,96,A,7,979,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,10.0,A,7,100,A,7,979,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,9.4,A,7,100,A,7,979,A,7,0,A,7,0.0,A,7,24100,B,7,2130,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,9.4,A,7,9.4,A,7,100,A,7,979,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,8.9,A,7,8.3,A,7,96,A,7,980,A,7,0,A,7,0.0,A,7,24100,B,7,2130,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,07:00,62,946,19,1,13,3,1,9,19,1,13,22,1,13,0,1,9,22,1,13,66,1,21,8,A,7,8,A,7,8.9,A,7,7.8,A,7,93,A,7,980,A,7,0,A,7,0.0,A,7,24100,B,7,1830,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,08:00,321,1367,115,1,13,79,1,9,97,1,13,125,1,13,66,1,9,110,1,13,211,1,21,5,A,7,5,A,7,11.1,A,7,8.3,A,7,83,A,7,981,A,7,350,A,7,2.1,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,09:00,573,1367,340,1,13,436,1,9,155,1,13,352,1,13,422,1,9,175,1,13,311,1,21,5,A,7,5,A,7,12.2,A,7,6.1,A,7,67,A,7,982,A,7,350,A,7,3.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,10:00,782,1367,477,1,13,543,1,9,164,1,13,514,1,13,555,1,9,195,1,13,368,1,21,4,A,7,3,A,7,14.4,A,7,6.1,A,7,58,A,7,982,A,7,360,A,7,2.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,11:00,934,1367,535,1,9,442,1,9,231,1,13,571,1,9,458,1,9,257,1,13,626,1,18,7,A,7,2,A,7,15.0,A,7,8.3,A,7,65,A,7,982,A,7,340,A,7,5.2,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,12:00,1018,1367,496,1,13,156,1,9,379,1,13,540,1,13,165,1,9,416,1,13,1230,1,21,8,A,7,7,A,7,15.6,A,7,5.0,A,7,50,A,7,982,A,7,200,A,7,2.1,A,7,24100,B,7,1520,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,13:00,1029,1367,547,1,13,286,1,9,331,1,13,593,1,13,309,1,9,360,1,13,1052,1,21,7,A,7,5,A,7,16.1,A,7,5.0,A,7,48,A,7,982,A,7,280,A,7,5.7,A,7,24100,B,7,7620,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/04/1980,14:00,964,1367,567,1,13,377,1,9,300,1,13,614,1,13,406,1,9,327,1,13,869,1,21,7,A,7,5,A,7,17.2,A,7,6.1,A,7,48,A,7,981,A,7,250,A,7,3.6,A,7,24100,B,7,7620,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,15:00,830,1367,521,1,13,456,1,9,242,1,13,544,1,13,467,1,9,259,1,13,587,1,21,8,A,7,3,A,7,17.2,A,7,5.6,A,7,46,A,7,981,A,7,260,A,7,4.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,16:00,635,1367,279,1,13,222,1,9,175,1,13,299,1,13,227,1,9,193,1,13,379,1,21,7,A,7,4,A,7,16.7,A,7,5.6,A,7,48,A,7,982,A,7,250,A,7,2.6,A,7,24100,B,7,7620,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,17:00,392,1367,138,1,13,105,1,9,108,1,13,151,1,13,94,1,9,124,1,13,240,1,21,8,A,7,7,A,7,15.6,A,7,6.7,A,7,56,A,7,982,A,7,250,A,7,2.6,A,7,24100,B,7,2290,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,18:00,122,1310,19,1,13,5,1,9,19,1,13,23,1,13,0,1,9,23,1,13,71,1,21,9,A,7,9,A,7,15.6,A,7,7.2,A,7,58,A,7,983,A,7,260,A,7,2.1,A,7,24100,B,7,1830,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,10.0,A,7,75,A,7,983,A,7,0,A,7,0.0,A,7,24100,B,7,1830,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/04/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.9,A,7,11.7,A,7,87,A,7,984,A,7,50,A,7,2.1,A,7,24100,B,7,1830,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,11.1,A,7,87,A,7,985,A,7,20,A,7,2.1,A,7,24100,B,7,2440,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,11.1,A,7,90,A,7,985,A,7,30,A,7,2.1,A,7,24100,B,7,2440,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +10/04/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.2,A,7,10.6,A,7,90,A,7,986,A,7,20,A,7,2.1,A,7,24100,B,7,2440,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/04/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.2,A,7,10.0,A,7,86,A,7,986,A,7,360,A,7,2.6,A,7,24100,B,7,1250,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +10/05/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.2,A,7,10.0,A,7,86,A,7,986,A,7,30,A,7,2.1,A,7,24100,B,7,1250,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,21,C,8 +10/05/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,7.8,A,7,77,A,7,986,A,7,360,A,7,3.6,A,7,24100,B,7,1250,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,7.8,A,7,83,A,7,986,A,7,30,A,7,4.6,A,7,24100,B,7,3050,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,6.7,A,7,77,A,7,986,A,7,50,A,7,3.6,A,7,24100,B,7,2740,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,6.1,A,7,74,A,7,987,A,7,20,A,7,4.1,A,7,24100,B,7,3050,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,10.0,A,7,6.7,A,7,80,A,7,987,A,7,40,A,7,5.2,A,7,24100,B,7,3350,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,07:00,60,923,17,1,13,9,1,9,16,1,13,18,1,13,5,1,9,18,1,13,40,1,21,7,A,7,7,A,7,9.4,A,7,6.7,A,7,83,A,7,988,A,7,30,A,7,4.1,A,7,24100,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +10/05/1980,08:00,317,1368,79,1,13,4,1,9,78,1,13,89,1,13,2,1,9,88,1,13,277,1,21,10,A,7,10,A,7,10.0,A,7,6.7,A,7,80,A,7,988,A,7,40,A,7,5.7,A,7,24100,B,7,3350,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,09:00,569,1368,127,1,9,9,1,9,123,1,13,146,1,9,6,1,9,144,1,13,507,1,18,10,A,7,10,A,7,11.1,A,7,6.7,A,7,74,A,7,989,A,7,360,A,7,5.2,A,7,16100,B,7,3350,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,10:00,778,1368,174,1,9,12,1,9,168,1,13,205,1,9,9,1,9,200,1,13,750,1,18,10,A,7,10,A,7,11.1,A,7,6.1,A,7,72,A,7,989,A,7,60,A,7,5.2,A,7,16100,B,7,1250,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +10/05/1980,11:00,930,1368,247,1,9,7,1,9,242,1,13,288,1,9,6,1,9,284,1,13,1083,1,18,10,A,7,10,A,7,12.2,A,7,6.7,A,7,69,A,7,989,A,7,40,A,7,6.2,A,7,16100,B,7,1190,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,12:00,1013,1368,187,1,9,4,1,9,185,1,13,227,1,9,3,1,9,225,1,13,909,1,18,10,A,7,10,A,7,11.7,A,7,7.2,A,7,74,A,7,989,A,7,10,A,7,4.6,A,7,16100,B,7,1190,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +10/05/1980,13:00,1023,1368,182,1,9,1,1,9,181,1,13,220,1,9,1,1,9,220,1,13,896,1,18,10,A,7,10,A,7,10.6,A,7,7.2,A,7,80,A,7,989,A,7,30,A,7,5.2,A,7,11300,B,7,980,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,60,C,8 +10/05/1980,14:00,958,1368,166,1,9,6,1,9,161,1,13,200,1,9,4,1,9,197,1,13,793,1,18,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,990,A,7,10,A,7,6.7,A,7,11300,B,7,240,A,7,1.7,E,8,0.000,F,8,0.00,?,0,3,1,D,9,61,C,8 +10/05/1980,15:00,824,1368,169,1,9,2,1,9,167,1,13,199,1,9,2,1,9,198,1,13,767,1,18,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,989,A,7,30,A,7,5.2,A,7,11300,B,7,850,A,7,1.7,E,8,0.000,F,8,0.00,?,0,5,1,D,9,61,C,8 +10/05/1980,16:00,628,1368,200,1,9,0,1,9,200,1,13,225,1,9,0,1,9,225,1,13,752,1,18,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,989,A,7,30,A,7,5.2,A,7,11300,B,7,1680,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,17:00,386,1368,116,1,9,0,1,9,116,1,13,129,1,9,0,1,9,129,1,13,397,1,18,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,990,A,7,10,A,7,5.2,A,7,11300,B,7,760,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,18:00,116,1265,32,1,13,0,1,9,32,1,13,36,1,13,0,1,9,36,1,13,105,1,21,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,990,A,7,20,A,7,4.1,A,7,11300,B,7,180,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,991,A,7,10,A,7,5.2,A,7,16100,B,7,1220,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/05/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,991,A,7,10,A,7,4.1,A,7,16100,B,7,1220,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,991,A,7,10,A,7,4.1,A,7,16100,B,7,1220,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.9,A,7,100,A,7,992,A,7,30,A,7,4.1,A,7,16100,B,7,1220,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.9,A,7,100,A,7,992,A,7,30,A,7,5.2,A,7,16100,B,7,1220,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/05/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,8.9,A,7,8.3,A,7,96,A,7,992,A,7,30,A,7,3.6,A,7,16100,B,7,1070,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,8.9,A,7,8.9,A,7,100,A,7,992,A,7,10,A,7,3.6,A,7,16100,B,7,1370,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +10/06/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,8.3,A,7,7.8,A,7,96,A,7,992,A,7,20,A,7,3.6,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,7.2,A,7,7.2,A,7,100,A,7,991,A,7,10,A,7,3.6,A,7,16100,B,7,1680,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,7.8,A,7,7.8,A,7,100,A,7,992,A,7,10,A,7,3.6,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,7.2,A,7,7.2,A,7,100,A,7,992,A,7,20,A,7,2.6,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,7.2,A,7,7.2,A,7,100,A,7,993,A,7,360,A,7,3.6,A,7,6400,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/06/1980,07:00,57,901,12,1,13,5,1,9,11,1,13,13,1,13,3,1,9,12,1,13,29,1,21,10,A,7,9,A,7,7.8,A,7,7.2,A,7,96,A,7,994,A,7,360,A,7,3.1,A,7,8000,B,7,1310,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/06/1980,08:00,312,1369,147,1,13,286,1,9,81,1,13,151,1,13,227,1,9,99,1,13,150,1,21,4,A,7,4,A,7,9.4,A,7,8.3,A,7,93,A,7,994,A,7,10,A,7,5.2,A,7,9700,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/06/1980,09:00,564,1369,377,1,9,736,1,9,70,1,13,391,1,9,703,1,9,100,1,13,145,1,18,0,A,7,0,A,7,11.7,A,7,7.8,A,7,77,A,7,994,A,7,30,A,7,4.6,A,7,11300,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,10:00,773,1369,553,1,9,816,1,9,89,1,13,585,1,9,813,1,9,124,1,13,207,1,18,0,A,7,0,A,7,12.8,A,7,5.0,A,7,59,A,7,995,A,7,30,A,7,5.7,A,7,16100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,11:00,925,1369,621,1,13,705,1,9,142,1,13,661,1,13,719,1,9,174,1,13,386,1,21,3,A,7,3,A,7,13.9,A,7,5.6,A,7,57,A,7,995,A,7,30,A,7,5.2,A,7,16100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,12:00,1008,1369,581,1,13,467,1,9,234,1,13,625,1,13,486,1,9,266,1,13,707,1,21,5,A,7,5,A,7,15.0,A,7,5.0,A,7,51,A,7,994,A,7,40,A,7,4.1,A,7,19300,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,13:00,1017,1369,660,1,13,550,1,9,249,1,13,708,1,13,573,1,9,281,1,13,768,1,21,5,A,7,5,A,7,15.0,A,7,5.6,A,7,54,A,7,993,A,7,20,A,7,3.6,A,7,19300,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +10/06/1980,14:00,952,1369,607,1,13,551,1,9,222,1,13,653,1,13,572,1,9,254,1,13,614,1,21,4,A,7,4,A,7,15.6,A,7,7.2,A,7,58,A,7,992,A,7,50,A,7,3.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,15:00,818,1369,550,1,13,688,1,9,136,1,13,579,1,13,693,1,9,164,1,13,324,1,21,3,A,7,3,A,7,16.1,A,7,4.4,A,7,46,A,7,992,A,7,360,A,7,3.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,16:00,622,1369,419,1,9,751,1,9,75,1,13,438,1,9,729,1,9,106,1,13,160,1,18,0,A,7,0,A,7,17.2,A,7,6.7,A,7,50,A,7,991,A,7,30,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,17:00,379,1369,222,1,9,601,1,9,53,1,13,226,1,9,525,1,9,80,1,13,102,1,18,0,A,7,0,A,7,16.1,A,7,5.6,A,7,50,A,7,991,A,7,10,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,18:00,110,1243,50,1,13,214,1,9,27,1,13,47,1,13,115,1,9,37,1,13,47,1,21,0,A,7,0,A,7,14.4,A,7,7.2,A,7,62,A,7,991,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,8.3,A,7,80,A,7,991,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/06/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,7.2,A,7,86,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,5.6,A,7,86,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,6.7,A,7,93,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,5.6,A,7,89,A,7,992,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/06/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,5.0,A,7,89,A,7,991,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,3.9,A,7,86,A,7,991,A,7,230,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/07/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.6,A,7,5.0,A,7,96,A,7,991,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,3.9,A,7,96,A,7,990,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,4.4,A,7,96,A,7,990,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,2.8,A,7,93,A,7,990,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,3.3,A,7,96,A,7,990,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,07:00,55,879,22,1,13,12,1,9,21,1,13,24,1,13,7,1,9,23,1,13,50,1,21,0,A,7,0,A,7,4.4,A,7,3.3,A,7,93,A,7,990,A,7,210,A,7,2.1,A,7,11300,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/07/1980,08:00,308,1369,138,1,13,275,1,9,75,1,13,143,1,13,218,1,9,93,1,13,138,1,21,0,A,7,0,A,7,8.9,A,7,6.1,A,7,83,A,7,990,A,7,250,A,7,1.5,A,7,11300,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,09:00,560,1369,331,1,9,504,1,9,123,1,13,351,1,9,487,1,9,151,1,13,240,1,18,0,A,7,0,A,7,12.8,A,7,7.8,A,7,72,A,7,991,A,7,310,A,7,1.5,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,10:00,769,1369,517,1,9,629,1,9,160,1,13,533,1,9,623,1,9,183,1,13,351,1,18,0,A,7,0,A,7,15.6,A,7,6.1,A,7,54,A,7,991,A,7,310,A,7,3.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,11:00,920,1369,657,1,9,698,1,9,185,1,13,686,1,9,702,1,9,212,1,13,482,1,18,0,A,7,0,A,7,17.2,A,7,3.9,A,7,41,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,12:00,1003,1369,734,1,9,728,1,9,197,1,13,770,1,9,737,1,9,228,1,13,584,1,18,0,A,7,0,A,7,18.3,A,7,2.8,A,7,36,A,7,990,A,7,360,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,13:00,1012,1369,747,1,9,739,1,9,198,1,13,785,1,9,748,1,9,230,1,13,597,1,18,0,A,7,0,A,7,20.0,A,7,0.0,A,7,26,A,7,989,A,7,320,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/07/1980,14:00,947,1369,682,1,9,709,1,9,189,1,13,713,1,9,715,1,9,218,1,13,512,1,18,0,A,7,0,A,7,21.1,A,7,3.9,A,7,32,A,7,987,A,7,220,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,15:00,811,1369,559,1,9,656,1,9,167,1,13,579,1,9,653,1,9,191,1,13,382,1,18,0,A,7,0,A,7,21.1,A,7,2.2,A,7,29,A,7,987,A,7,190,A,7,3.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,16:00,615,1369,381,1,9,547,1,9,133,1,13,405,1,9,539,1,9,162,1,13,266,1,18,0,A,7,0,A,7,21.1,A,7,3.9,A,7,32,A,7,986,A,7,180,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,17:00,372,1369,182,1,9,344,1,9,87,1,13,189,1,9,294,1,9,109,1,13,161,1,18,0,A,7,0,A,7,20.6,A,7,6.1,A,7,39,A,7,986,A,7,220,A,7,3.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,18:00,104,1221,38,1,13,44,1,9,33,1,13,40,1,13,23,1,9,38,1,13,69,1,21,0,A,7,0,A,7,17.2,A,7,5.6,A,7,46,A,7,986,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,7.2,A,7,64,A,7,986,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/07/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,7.8,A,7,72,A,7,987,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,7.8,A,7,80,A,7,987,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,7.8,A,7,77,A,7,987,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,7.8,A,7,77,A,7,987,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/07/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,7.2,A,7,77,A,7,986,A,7,240,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,7.2,A,7,86,A,7,986,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/08/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,7.2,A,7,77,A,7,985,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,6.7,A,7,86,A,7,985,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,8.9,A,7,6.7,A,7,86,A,7,985,A,7,210,A,7,2.6,A,7,24100,B,7,1830,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,10.0,A,7,5.6,A,7,74,A,7,985,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,8.9,A,7,7.2,A,7,89,A,7,985,A,7,210,A,7,1.5,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,07:00,52,856,33,1,13,152,1,9,17,1,13,28,1,13,70,1,9,23,1,13,31,1,21,0,A,7,0,A,7,8.9,A,7,7.8,A,7,93,A,7,985,A,7,220,A,7,2.1,A,7,11300,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +10/08/1980,08:00,304,1370,174,1,13,606,1,9,38,1,13,179,1,13,500,1,9,68,1,13,78,1,21,0,A,7,0,A,7,11.7,A,7,9.4,A,7,86,A,7,985,A,7,230,A,7,2.6,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,09:00,556,1370,378,1,9,787,1,9,55,1,13,394,1,9,747,1,9,90,1,13,126,1,18,0,A,7,0,A,7,16.1,A,7,9.4,A,7,65,A,7,985,A,7,210,A,7,2.6,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,10:00,764,1370,557,1,9,867,1,9,70,1,13,581,1,9,853,1,9,104,1,13,168,1,18,0,A,7,0,A,7,18.9,A,7,9.4,A,7,54,A,7,985,A,7,240,A,7,3.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,11:00,915,1370,691,1,9,909,1,9,80,1,13,719,1,9,905,1,9,113,1,13,209,1,18,0,A,7,0,A,7,21.7,A,7,9.4,A,7,46,A,7,985,A,7,210,A,7,3.6,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,12:00,997,1370,762,1,9,925,1,9,85,1,13,792,1,9,924,1,9,117,1,13,241,1,18,0,A,7,0,A,7,23.9,A,7,11.7,A,7,46,A,7,984,A,7,230,A,7,4.6,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,13:00,1006,1370,772,1,9,930,1,9,85,1,13,802,1,9,930,1,9,117,1,13,244,1,18,0,A,7,0,A,7,24.4,A,7,11.1,A,7,43,A,7,983,A,7,230,A,7,4.1,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/08/1980,14:00,941,1370,667,1,9,862,1,9,72,1,13,697,1,9,860,1,9,104,1,13,204,1,18,1,A,7,1,A,7,25.0,A,7,12.2,A,7,45,A,7,983,A,7,230,A,7,5.2,A,7,24100,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,15:00,805,1370,496,1,13,586,1,9,149,1,13,518,1,13,586,1,9,172,1,13,345,1,21,4,A,7,4,A,7,25.0,A,7,11.1,A,7,42,A,7,982,A,7,240,A,7,4.1,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,16:00,609,1370,387,1,13,617,1,9,111,1,13,402,1,13,595,1,9,136,1,13,223,1,21,3,A,7,3,A,7,23.9,A,7,10.6,A,7,43,A,7,982,A,7,230,A,7,3.6,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,17:00,366,1370,216,1,9,648,1,9,42,1,13,226,1,9,566,1,9,74,1,13,88,1,18,0,A,7,0,A,7,23.3,A,7,14.4,A,7,58,A,7,982,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,18:00,99,1176,52,1,13,265,1,9,22,1,13,46,1,13,140,1,9,34,1,13,40,1,21,0,A,7,0,A,7,20.6,A,7,12.8,A,7,61,A,7,982,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.8,A,7,13.3,A,7,75,A,7,982,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/08/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,12.8,A,7,75,A,7,982,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,12.2,A,7,81,A,7,982,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,12.2,A,7,84,A,7,982,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,11.7,A,7,87,A,7,982,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/08/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,11.1,A,7,90,A,7,982,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.2,A,7,10.0,A,7,86,A,7,982,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/09/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,10.6,A,7,93,A,7,982,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,10.6,A,7,93,A,7,982,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,11.1,A,7,96,A,7,981,A,7,220,A,7,3.1,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,11.1,A,7,96,A,7,982,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,10.6,A,7,96,A,7,982,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +10/09/1980,07:00,50,834,23,1,13,30,1,9,19,1,13,23,1,13,13,1,9,22,1,13,39,1,21,0,A,7,0,A,7,10.6,A,7,10.6,A,7,100,A,7,982,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +10/09/1980,08:00,300,1371,144,1,13,366,1,9,63,1,13,151,1,13,287,1,9,88,1,13,114,1,21,0,A,7,0,A,7,13.9,A,7,12.8,A,7,93,A,7,983,A,7,240,A,7,2.1,A,7,6400,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/09/1980,09:00,551,1371,339,1,9,592,1,9,99,1,13,351,1,9,561,1,9,125,1,13,194,1,18,0,A,7,0,A,7,18.9,A,7,13.9,A,7,73,A,7,983,A,7,230,A,7,2.1,A,7,9700,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/09/1980,10:00,759,1371,520,1,9,707,1,9,126,1,13,547,1,9,707,1,9,154,1,13,284,1,18,0,A,7,0,A,7,22.2,A,7,13.3,A,7,57,A,7,983,A,7,240,A,7,3.6,A,7,11300,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,11:00,910,1371,653,1,9,762,1,9,144,1,13,693,1,9,775,1,9,177,1,13,382,1,18,0,A,7,0,A,7,24.4,A,7,14.4,A,7,54,A,7,983,A,7,270,A,7,2.6,A,7,11300,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,12:00,992,1371,726,1,9,787,1,9,153,1,13,749,1,9,785,1,9,179,1,13,402,1,18,0,A,7,0,A,7,25.6,A,7,15.0,A,7,52,A,7,983,A,7,280,A,7,3.6,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,13:00,1001,1371,736,1,9,791,1,9,154,1,13,759,1,9,790,1,9,181,1,13,411,1,18,0,A,7,0,A,7,26.1,A,7,15.0,A,7,50,A,7,982,A,7,230,A,7,3.6,A,7,11300,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,14:00,935,1371,676,1,9,771,1,9,147,1,13,719,1,9,786,1,9,181,1,13,403,1,18,0,A,7,0,A,7,26.1,A,7,14.4,A,7,49,A,7,982,A,7,290,A,7,3.1,A,7,11300,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,15:00,799,1371,556,1,9,724,1,9,131,1,13,585,1,9,728,1,9,160,1,13,306,1,18,0,A,7,0,A,7,26.1,A,7,13.3,A,7,45,A,7,981,A,7,250,A,7,3.6,A,7,11300,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,16:00,602,1371,383,1,9,627,1,9,105,1,13,398,1,9,605,1,9,131,1,13,212,1,18,0,A,7,0,A,7,26.1,A,7,12.8,A,7,44,A,7,981,A,7,250,A,7,5.2,A,7,11300,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,17:00,359,1371,185,1,9,431,1,9,71,1,13,189,1,9,362,1,9,93,1,13,128,1,18,0,A,7,0,A,7,25.6,A,7,13.9,A,7,49,A,7,981,A,7,240,A,7,3.6,A,7,11300,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,18:00,93,1154,37,1,13,77,1,9,29,1,13,38,1,13,33,1,9,35,1,13,52,1,21,0,A,7,0,A,7,22.8,A,7,13.9,A,7,57,A,7,981,A,7,220,A,7,2.1,A,7,11300,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,20.0,A,7,15.0,A,7,73,A,7,982,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/09/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,18.9,A,7,15.6,A,7,81,A,7,982,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,15.6,A,7,90,A,7,983,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.1,A,7,15.0,A,7,93,A,7,983,A,7,230,A,7,2.1,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,14.4,A,7,97,A,7,983,A,7,210,A,7,2.1,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/09/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,13.9,A,7,90,A,7,983,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/10/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,13.9,A,7,96,A,7,983,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/10/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.3,A,7,12.8,A,7,96,A,7,983,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/10/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,13.3,A,7,96,A,7,983,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/10/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,13.3,A,7,12.8,A,7,96,A,7,983,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/10/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,12.8,A,7,12.2,A,7,96,A,7,984,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/10/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,12.2,A,7,12.2,A,7,100,A,7,984,A,7,0,A,7,0.0,A,7,1600,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,11,C,8 +10/10/1980,07:00,47,835,28,1,13,99,1,9,17,1,13,25,1,13,38,1,9,22,1,13,30,1,21,1,A,7,1,A,7,12.2,A,7,12.2,A,7,100,A,7,984,A,7,20,A,7,2.6,A,7,4000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,11,C,8 +10/10/1980,08:00,296,1372,64,1,13,2,1,9,63,1,13,72,1,13,1,1,9,72,1,13,231,1,21,10,A,7,10,A,7,15.0,A,7,15.0,A,7,100,A,7,985,A,7,30,A,7,3.1,A,7,4000,B,7,120,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/10/1980,09:00,547,1372,173,1,9,5,1,9,171,1,13,194,1,9,4,1,9,192,1,13,623,1,18,10,A,7,10,A,7,15.6,A,7,15.6,A,7,100,A,7,985,A,7,30,A,7,4.1,A,7,800,B,7,60,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/10/1980,10:00,755,1372,223,1,9,9,1,9,218,1,13,255,1,9,8,1,9,251,1,13,892,1,18,10,A,7,10,A,7,16.1,A,7,16.1,A,7,100,A,7,985,A,7,40,A,7,2.6,A,7,1600,B,7,120,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/10/1980,11:00,905,1372,252,1,9,12,1,9,244,1,13,293,1,9,10,1,9,286,1,13,1072,1,18,10,A,7,10,A,7,17.2,A,7,16.7,A,7,97,A,7,985,A,7,30,A,7,3.1,A,7,3200,B,7,150,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/10/1980,12:00,987,1372,270,1,9,5,1,9,267,1,13,316,1,9,4,1,9,313,1,13,1197,1,18,10,A,7,10,A,7,17.8,A,7,16.7,A,7,93,A,7,985,A,7,70,A,7,2.6,A,7,4000,B,7,270,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/10/1980,13:00,995,1372,747,1,9,894,1,9,95,1,13,774,1,9,892,1,9,124,1,13,252,1,18,0,A,7,0,A,7,20.0,A,7,17.2,A,7,84,A,7,984,A,7,80,A,7,1.5,A,7,4800,B,7,77777,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/10/1980,14:00,929,1372,686,1,9,875,1,9,90,1,13,711,1,9,871,1,9,120,1,13,223,1,18,0,A,7,0,A,7,22.2,A,7,17.8,A,7,76,A,7,983,A,7,220,A,7,1.5,A,7,4800,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/10/1980,15:00,793,1372,568,1,9,837,1,9,81,1,13,590,1,9,825,1,9,112,1,13,181,1,18,0,A,7,0,A,7,23.9,A,7,17.8,A,7,69,A,7,982,A,7,140,A,7,2.6,A,7,4800,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/10/1980,16:00,596,1372,387,1,9,671,1,9,93,1,13,405,1,9,650,1,9,122,1,13,190,1,18,2,A,7,2,A,7,23.9,A,7,18.3,A,7,71,A,7,982,A,7,100,A,7,2.6,A,7,6400,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/10/1980,17:00,353,1372,190,1,9,548,1,9,48,1,13,199,1,9,467,1,9,79,1,13,92,1,18,1,A,7,1,A,7,23.9,A,7,18.3,A,7,71,A,7,981,A,7,160,A,7,3.1,A,7,8000,B,7,77777,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/10/1980,18:00,88,1109,42,1,13,188,1,9,22,1,13,38,1,13,96,1,9,30,1,13,39,1,21,1,A,7,1,A,7,21.7,A,7,17.8,A,7,79,A,7,982,A,7,180,A,7,2.6,A,7,8000,B,7,77777,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/10/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,21.1,A,7,16.7,A,7,76,A,7,982,A,7,180,A,7,3.1,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +10/10/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,20.0,A,7,16.1,A,7,78,A,7,982,A,7,190,A,7,1.5,A,7,16100,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/10/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.8,A,7,16.1,A,7,90,A,7,982,A,7,310,A,7,1.5,A,7,16100,B,7,77777,A,7,2.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/10/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,15.6,A,7,90,A,7,982,A,7,190,A,7,2.1,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/10/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.1,A,7,15.6,A,7,97,A,7,981,A,7,220,A,7,1.5,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/10/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,1,A,7,15.6,A,7,15.6,A,7,100,A,7,981,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,15.0,A,7,97,A,7,981,A,7,200,A,7,2.6,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +10/11/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,15.0,A,7,15.0,A,7,100,A,7,980,A,7,200,A,7,2.6,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,15.0,A,7,97,A,7,979,A,7,200,A,7,3.1,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,14.4,A,7,97,A,7,979,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,14.4,A,7,97,A,7,979,A,7,190,A,7,2.6,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,13.9,A,7,96,A,7,979,A,7,200,A,7,2.6,A,7,8000,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,05,C,8 +10/11/1980,07:00,45,812,24,1,13,59,1,9,18,1,13,23,1,13,19,1,9,22,1,13,31,1,21,0,A,7,0,A,7,14.4,A,7,13.9,A,7,96,A,7,979,A,7,200,A,7,2.6,A,7,6400,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/11/1980,08:00,292,1373,136,1,13,353,1,9,60,1,13,143,1,13,273,1,9,85,1,13,108,1,21,1,A,7,1,A,7,16.7,A,7,15.6,A,7,93,A,7,979,A,7,240,A,7,3.6,A,7,6400,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/11/1980,09:00,542,1373,332,1,9,637,1,9,78,1,13,349,1,9,608,1,9,108,1,13,158,1,18,2,A,7,2,A,7,18.9,A,7,16.7,A,7,87,A,7,979,A,7,220,A,7,3.1,A,7,8000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/11/1980,10:00,750,1373,503,1,9,741,1,9,95,1,13,525,1,9,733,1,9,124,1,13,210,1,18,1,A,7,1,A,7,22.2,A,7,16.7,A,7,71,A,7,978,A,7,250,A,7,4.1,A,7,8000,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/11/1980,11:00,900,1373,655,1,9,825,1,9,111,1,13,691,1,9,828,1,9,146,1,13,280,1,18,0,A,7,0,A,7,23.9,A,7,17.2,A,7,66,A,7,978,A,7,250,A,7,3.6,A,7,11300,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,12:00,981,1373,725,1,9,843,1,9,118,1,13,768,1,9,851,1,9,158,1,13,332,1,18,0,A,7,0,A,7,25.6,A,7,16.1,A,7,56,A,7,977,A,7,290,A,7,6.2,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,13:00,989,1373,655,1,13,672,1,9,167,1,13,694,1,13,685,1,9,199,1,13,491,1,21,3,A,7,3,A,7,26.1,A,7,16.1,A,7,54,A,7,976,A,7,260,A,7,4.1,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +10/11/1980,14:00,923,1373,595,1,13,565,1,9,212,1,13,638,1,13,585,1,9,243,1,13,559,1,21,3,A,7,3,A,7,26.1,A,7,15.0,A,7,50,A,7,975,A,7,230,A,7,5.2,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,15:00,786,1373,405,1,13,388,1,9,181,1,13,432,1,13,396,1,9,204,1,13,410,1,21,5,A,7,5,A,7,25.0,A,7,13.9,A,7,50,A,7,975,A,7,260,A,7,4.1,A,7,16100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,16:00,590,1373,365,1,13,542,1,9,130,1,13,387,1,13,529,1,9,159,1,13,257,1,21,3,A,7,3,A,7,25.6,A,7,13.3,A,7,47,A,7,975,A,7,290,A,7,6.2,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,17:00,346,1373,129,1,13,185,1,9,82,1,13,138,1,13,156,1,9,98,1,13,155,1,21,5,A,7,5,A,7,22.8,A,7,3.9,A,7,29,A,7,975,A,7,300,A,7,5.2,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,18:00,83,1087,31,1,13,62,1,9,24,1,13,31,1,13,25,1,9,29,1,13,42,1,21,5,A,7,5,A,7,20.0,A,7,2.2,A,7,31,A,7,976,A,7,310,A,7,3.6,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,18.3,A,7,0.6,A,7,30,A,7,976,A,7,310,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +10/11/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,18.3,A,7,0.0,A,7,29,A,7,977,A,7,320,A,7,5.7,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,17.8,A,7,-1.7,A,7,27,A,7,978,A,7,310,A,7,5.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,-0.6,A,7,35,A,7,978,A,7,330,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,1.1,A,7,45,A,7,979,A,7,310,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/11/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,1.1,A,7,42,A,7,979,A,7,320,A,7,5.2,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,2.2,A,7,53,A,7,979,A,7,250,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/12/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,2.8,A,7,59,A,7,980,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,3.3,A,7,66,A,7,980,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,3.3,A,7,64,A,7,980,A,7,320,A,7,4.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,3.3,A,7,66,A,7,981,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,3.3,A,7,77,A,7,982,A,7,310,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,07:00,43,790,20,1,13,13,1,9,19,1,13,22,1,13,7,1,9,21,1,13,45,1,21,0,A,7,0,A,7,8.3,A,7,3.9,A,7,74,A,7,982,A,7,320,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/12/1980,08:00,287,1373,128,1,13,283,1,9,68,1,13,133,1,13,217,1,9,87,1,13,124,1,21,0,A,7,0,A,7,12.2,A,7,3.9,A,7,57,A,7,983,A,7,340,A,7,4.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,09:00,538,1373,320,1,9,527,1,9,111,1,13,340,1,9,504,1,9,142,1,13,213,1,18,0,A,7,0,A,7,13.9,A,7,3.3,A,7,49,A,7,983,A,7,340,A,7,4.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,10:00,745,1373,483,1,9,584,1,9,164,1,13,516,1,9,593,1,9,194,1,13,357,1,18,2,A,7,2,A,7,15.0,A,7,3.3,A,7,46,A,7,984,A,7,360,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,11:00,895,1373,559,1,13,501,1,9,230,1,13,592,1,13,517,1,9,254,1,13,590,1,21,3,A,7,3,A,7,15.0,A,7,3.9,A,7,48,A,7,984,A,7,330,A,7,5.2,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,12:00,976,1373,670,1,9,662,1,9,197,1,13,701,1,9,668,1,9,225,1,13,554,1,18,2,A,7,2,A,7,16.1,A,7,3.3,A,7,43,A,7,984,A,7,310,A,7,4.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,13:00,983,1373,658,1,9,624,1,9,209,1,13,687,1,9,628,1,9,235,1,13,591,1,18,2,A,7,2,A,7,17.2,A,7,3.9,A,7,41,A,7,983,A,7,320,A,7,4.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/12/1980,14:00,917,1373,636,1,9,615,1,9,224,1,13,680,1,9,636,1,9,254,1,13,589,1,18,2,A,7,2,A,7,17.2,A,7,2.8,A,7,38,A,7,982,A,7,320,A,7,6.2,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,15:00,780,1373,507,1,9,629,1,9,148,1,13,529,1,9,626,1,9,172,1,13,333,1,18,1,A,7,1,A,7,17.8,A,7,2.8,A,7,37,A,7,982,A,7,320,A,7,5.2,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,16:00,583,1373,338,1,9,530,1,9,111,1,13,349,1,9,506,1,9,133,1,13,218,1,18,1,A,7,1,A,7,17.8,A,7,2.2,A,7,35,A,7,982,A,7,320,A,7,5.2,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,17:00,340,1373,163,1,13,345,1,9,77,1,13,171,1,13,284,1,9,100,1,13,141,1,21,0,A,7,0,A,7,16.7,A,7,1.7,A,7,37,A,7,983,A,7,340,A,7,4.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,18:00,78,1064,31,1,13,35,1,9,27,1,13,33,1,13,17,1,9,31,1,13,56,1,21,0,A,7,0,A,7,13.9,A,7,2.2,A,7,46,A,7,984,A,7,340,A,7,3.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/12/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,2.8,A,7,57,A,7,985,A,7,20,A,7,3.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/12/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,2.2,A,7,59,A,7,986,A,7,10,A,7,3.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,1.1,A,7,59,A,7,987,A,7,360,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,1.7,A,7,66,A,7,988,A,7,350,A,7,3.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,1.1,A,7,65,A,7,988,A,7,360,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/12/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,0.6,A,7,68,A,7,988,A,7,310,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,1.1,A,7,71,A,7,989,A,7,300,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/13/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,1.1,A,7,79,A,7,989,A,7,310,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,0.6,A,7,76,A,7,988,A,7,320,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,0.0,A,7,76,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,0.0,A,7,82,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-0.6,A,7,82,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,07:00,41,767,26,1,13,98,1,9,15,1,13,22,1,13,36,1,9,20,1,13,26,1,21,0,A,7,0,A,7,2.2,A,7,0.6,A,7,89,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/13/1980,08:00,283,1374,155,1,13,548,1,9,40,1,13,156,1,13,439,1,9,66,1,13,77,1,21,0,A,7,0,A,7,7.2,A,7,2.8,A,7,74,A,7,991,A,7,290,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,09:00,533,1374,357,1,9,757,1,9,60,1,13,374,1,9,719,1,9,94,1,13,128,1,18,0,A,7,0,A,7,10.0,A,7,1.1,A,7,54,A,7,991,A,7,310,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,10:00,740,1374,538,1,9,851,1,9,76,1,13,560,1,9,834,1,9,109,1,13,167,1,18,0,A,7,0,A,7,11.1,A,7,1.1,A,7,50,A,7,991,A,7,240,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,11:00,890,1374,677,1,9,904,1,9,87,1,13,701,1,9,898,1,9,118,1,13,208,1,18,0,A,7,0,A,7,13.3,A,7,0.6,A,7,42,A,7,991,A,7,340,A,7,6.7,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,12:00,970,1374,750,1,9,923,1,9,93,1,13,776,1,9,920,1,9,124,1,13,240,1,18,0,A,7,0,A,7,13.9,A,7,0.6,A,7,40,A,7,990,A,7,310,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,13:00,978,1374,752,1,9,919,1,9,93,1,13,778,1,9,917,1,9,124,1,13,242,1,18,0,A,7,0,A,7,15.6,A,7,1.7,A,7,39,A,7,989,A,7,300,A,7,3.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/13/1980,14:00,911,1374,695,1,9,909,1,9,89,1,13,721,1,9,904,1,9,120,1,13,216,1,18,0,A,7,0,A,7,16.1,A,7,0.6,A,7,35,A,7,988,A,7,260,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,15:00,774,1374,572,1,9,870,1,9,79,1,13,595,1,9,856,1,9,111,1,13,175,1,18,0,A,7,0,A,7,17.8,A,7,0.6,A,7,32,A,7,988,A,7,250,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,16:00,577,1374,396,1,9,787,1,9,64,1,13,418,1,9,757,1,9,99,1,13,139,1,18,0,A,7,0,A,7,17.8,A,7,0.0,A,7,30,A,7,988,A,7,300,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,17:00,333,1374,195,1,13,616,1,9,44,1,13,200,1,13,520,1,9,73,1,13,87,1,21,0,A,7,0,A,7,17.2,A,7,-0.6,A,7,30,A,7,988,A,7,300,A,7,5.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,18:00,74,1019,41,1,13,181,1,9,21,1,13,35,1,13,89,1,9,29,1,13,37,1,21,0,A,7,0,A,7,14.4,A,7,2.2,A,7,44,A,7,989,A,7,260,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,3.3,A,7,57,A,7,989,A,7,260,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/13/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,4.4,A,7,71,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,3.9,A,7,77,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,3.3,A,7,83,A,7,991,A,7,180,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,3.3,A,7,80,A,7,991,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/13/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,2.8,A,7,76,A,7,991,A,7,20,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,2.8,A,7,86,A,7,991,A,7,60,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/14/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,2.2,A,7,86,A,7,991,A,7,70,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,1.7,A,7,86,A,7,992,A,7,320,A,7,1.5,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,1.7,A,7,92,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,1.7,A,7,89,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,0.6,A,7,89,A,7,992,A,7,340,A,7,1.5,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,07:00,38,745,27,1,13,102,1,9,15,1,13,22,1,13,37,1,9,20,1,13,26,1,21,0,A,7,0,A,7,2.2,A,7,1.1,A,7,92,A,7,993,A,7,60,A,7,1.5,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/14/1980,08:00,279,1375,154,1,13,562,1,9,39,1,13,157,1,13,448,1,9,66,1,13,76,1,21,0,A,7,0,A,7,5.6,A,7,2.8,A,7,83,A,7,993,A,7,50,A,7,1.5,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,09:00,529,1375,355,1,9,766,1,9,58,1,13,374,1,9,727,1,9,93,1,13,125,1,18,0,A,7,0,A,7,9.4,A,7,3.3,A,7,66,A,7,993,A,7,60,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,10:00,736,1375,537,1,9,861,1,9,74,1,13,560,1,9,844,1,9,107,1,13,165,1,18,0,A,7,0,A,7,13.3,A,7,1.7,A,7,45,A,7,994,A,7,110,A,7,3.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,11:00,884,1375,671,1,9,906,1,9,84,1,13,697,1,9,900,1,9,116,1,13,204,1,18,0,A,7,0,A,7,14.4,A,7,2.2,A,7,44,A,7,993,A,7,170,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,12:00,965,1375,744,1,9,927,1,9,89,1,13,771,1,9,924,1,9,120,1,13,233,1,18,0,A,7,0,A,7,15.6,A,7,2.2,A,7,41,A,7,993,A,7,190,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,13:00,972,1375,748,1,9,926,1,9,90,1,13,776,1,9,924,1,9,121,1,13,237,1,18,0,A,7,0,A,7,17.8,A,7,3.3,A,7,38,A,7,992,A,7,300,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/14/1980,14:00,905,1375,687,1,9,909,1,9,85,1,13,713,1,9,904,1,9,117,1,13,210,1,18,0,A,7,0,A,7,17.8,A,7,3.3,A,7,38,A,7,991,A,7,170,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,15:00,768,1375,561,1,9,829,1,9,96,1,13,588,1,9,822,1,9,128,1,13,215,1,18,4,A,7,0,A,7,18.3,A,7,3.3,A,7,37,A,7,991,A,7,190,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,16:00,570,1375,389,1,9,769,1,9,67,1,13,407,1,9,737,1,9,100,1,13,142,1,18,2,A,7,0,A,7,18.3,A,7,3.3,A,7,37,A,7,990,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,17:00,327,1375,187,1,13,590,1,9,46,1,13,191,1,13,494,1,9,73,1,13,89,1,21,2,A,7,0,A,7,17.8,A,7,3.9,A,7,40,A,7,991,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,18:00,69,997,40,1,13,165,1,9,22,1,13,36,1,13,70,1,9,31,1,13,39,1,21,2,A,7,0,A,7,16.1,A,7,4.4,A,7,46,A,7,990,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.2,A,7,5.0,A,7,62,A,7,991,A,7,180,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +10/14/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.2,A,7,6.1,A,7,67,A,7,991,A,7,190,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,6.7,A,7,74,A,7,991,A,7,190,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,6.7,A,7,83,A,7,991,A,7,210,A,7,1.5,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,6.7,A,7,83,A,7,991,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/14/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,6.1,A,7,89,A,7,991,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,5.6,A,7,93,A,7,991,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/15/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,5.0,A,7,89,A,7,991,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,5.0,A,7,93,A,7,991,A,7,250,A,7,1.5,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,5.0,A,7,89,A,7,991,A,7,190,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,4.4,A,7,96,A,7,992,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,3.9,A,7,93,A,7,992,A,7,250,A,7,1.5,A,7,16100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,07:00,36,722,23,1,13,69,1,9,15,1,13,20,1,13,25,1,9,19,1,13,26,1,21,0,A,7,0,A,7,6.7,A,7,5.0,A,7,89,A,7,992,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/15/1980,08:00,274,1376,144,1,13,497,1,9,44,1,13,149,1,13,383,1,9,72,1,13,81,1,21,0,A,7,0,A,7,8.9,A,7,7.2,A,7,89,A,7,993,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,09:00,524,1376,341,1,9,713,1,9,67,1,13,353,1,9,671,1,9,96,1,13,136,1,18,0,A,7,0,A,7,12.8,A,7,8.9,A,7,77,A,7,993,A,7,250,A,7,2.6,A,7,11300,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,10:00,731,1376,520,1,9,813,1,9,85,1,13,548,1,9,805,1,9,119,1,13,191,1,18,0,A,7,0,A,7,16.7,A,7,8.3,A,7,58,A,7,993,A,7,240,A,7,3.1,A,7,11300,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,11:00,879,1376,651,1,9,837,1,9,113,1,13,683,1,9,837,1,9,146,1,13,274,1,18,3,A,7,0,A,7,18.9,A,7,7.2,A,7,47,A,7,993,A,7,230,A,7,3.6,A,7,16100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,12:00,960,1376,725,1,9,861,1,9,120,1,13,764,1,9,866,1,9,157,1,13,322,1,18,3,A,7,0,A,7,20.0,A,7,6.7,A,7,42,A,7,992,A,7,230,A,7,4.1,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,13:00,966,1376,731,1,9,864,1,9,121,1,13,771,1,9,870,1,9,159,1,13,328,1,18,3,A,7,0,A,7,21.1,A,7,6.1,A,7,38,A,7,992,A,7,230,A,7,4.6,A,7,16100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/15/1980,14:00,899,1376,668,1,9,843,1,9,115,1,13,702,1,9,845,1,9,149,1,13,285,1,18,3,A,7,0,A,7,21.7,A,7,6.7,A,7,38,A,7,991,A,7,220,A,7,3.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,15:00,761,1376,547,1,9,799,1,9,101,1,13,568,1,9,790,1,9,130,1,13,220,1,18,3,A,7,0,A,7,22.2,A,7,6.7,A,7,37,A,7,991,A,7,210,A,7,4.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,16:00,564,1376,373,1,9,717,1,9,76,1,13,384,1,9,682,1,9,103,1,13,152,1,18,2,A,7,0,A,7,21.7,A,7,8.3,A,7,43,A,7,991,A,7,210,A,7,3.6,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,17:00,320,1376,165,1,13,493,1,9,49,1,13,171,1,13,404,1,9,77,1,13,92,1,21,1,A,7,1,A,7,21.1,A,7,9.4,A,7,47,A,7,991,A,7,200,A,7,4.1,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,18:00,65,975,31,1,13,101,1,9,20,1,13,29,1,13,42,1,9,26,1,13,35,1,21,2,A,7,1,A,7,18.3,A,7,10.0,A,7,59,A,7,991,A,7,200,A,7,2.1,A,7,16100,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,10.6,A,7,67,A,7,991,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +10/15/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,10.6,A,7,78,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,11.1,A,7,90,A,7,992,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,10.0,A,7,90,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,9.4,A,7,93,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/15/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,8.3,A,7,93,A,7,993,A,7,220,A,7,2.6,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,8.3,A,7,96,A,7,993,A,7,220,A,7,1.5,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/16/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,8.9,A,7,96,A,7,993,A,7,220,A,7,2.1,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,7.2,A,7,96,A,7,993,A,7,220,A,7,2.6,A,7,16100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,8.3,A,7,96,A,7,993,A,7,210,A,7,2.6,A,7,11300,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,10.0,A,7,100,A,7,993,A,7,250,A,7,2.1,A,7,11300,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,7.8,A,7,96,A,7,993,A,7,210,A,7,2.6,A,7,11300,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,07:00,34,700,20,1,13,60,1,9,14,1,13,19,1,13,18,1,9,18,1,13,24,1,21,0,A,7,0,A,7,8.9,A,7,8.3,A,7,96,A,7,993,A,7,220,A,7,2.1,A,7,6400,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/16/1980,08:00,270,1377,140,1,13,483,1,9,43,1,13,143,1,13,370,1,9,70,1,13,80,1,21,0,A,7,0,A,7,12.2,A,7,11.7,A,7,96,A,7,993,A,7,200,A,7,2.6,A,7,6400,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/16/1980,09:00,519,1377,334,1,9,702,1,9,66,1,13,345,1,9,660,1,9,95,1,13,134,1,18,0,A,7,0,A,7,15.6,A,7,13.9,A,7,90,A,7,994,A,7,220,A,7,2.6,A,7,6400,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/16/1980,10:00,726,1377,504,1,9,790,1,9,84,1,13,531,1,9,782,1,9,117,1,13,189,1,18,0,A,7,0,A,7,18.9,A,7,15.6,A,7,81,A,7,994,A,7,230,A,7,5.2,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,11:00,874,1377,594,1,9,739,1,9,122,1,13,617,1,9,736,1,9,148,1,13,285,1,18,3,A,7,2,A,7,21.1,A,7,15.6,A,7,71,A,7,994,A,7,240,A,7,4.1,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,12:00,954,1377,538,1,13,481,1,9,202,1,13,583,1,13,500,1,9,235,1,13,552,1,21,5,A,7,4,A,7,21.7,A,7,13.3,A,7,59,A,7,994,A,7,290,A,7,5.2,A,7,11300,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,13:00,960,1377,600,1,13,600,1,9,178,1,13,630,1,13,607,1,9,205,1,13,493,1,21,4,A,7,3,A,7,22.2,A,7,12.8,A,7,55,A,7,993,A,7,250,A,7,2.6,A,7,16100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,14:00,893,1377,571,1,13,599,1,9,180,1,13,595,1,13,601,1,9,204,1,13,450,1,21,3,A,7,3,A,7,23.9,A,7,11.1,A,7,45,A,7,992,A,7,250,A,7,4.1,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,15:00,755,1377,417,1,13,390,1,9,202,1,13,438,1,13,395,1,9,220,1,13,452,1,21,5,A,7,5,A,7,22.8,A,7,12.8,A,7,53,A,7,992,A,7,240,A,7,3.1,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,16:00,558,1377,344,1,13,616,1,9,92,1,13,358,1,13,587,1,9,119,1,13,183,1,21,4,A,7,3,A,7,22.2,A,7,13.3,A,7,57,A,7,992,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,17:00,314,1377,157,1,13,407,1,9,63,1,13,159,1,13,326,1,9,85,1,13,113,1,21,2,A,7,2,A,7,21.7,A,7,13.3,A,7,59,A,7,992,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,18:00,61,929,31,1,13,100,1,9,20,1,13,28,1,13,41,1,9,26,1,13,35,1,21,1,A,7,1,A,7,19.4,A,7,13.3,A,7,68,A,7,992,A,7,190,A,7,2.6,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,17.8,A,7,13.3,A,7,75,A,7,992,A,7,180,A,7,2.6,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/16/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,16.7,A,7,13.3,A,7,81,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,15.0,A,7,13.3,A,7,90,A,7,993,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,13.9,A,7,13.3,A,7,96,A,7,993,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.3,A,7,12.8,A,7,96,A,7,993,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/16/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,12.2,A,7,96,A,7,992,A,7,220,A,7,1.5,A,7,24100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,11.1,A,7,96,A,7,992,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/17/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,12.2,A,7,11.7,A,7,96,A,7,992,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,13.3,A,7,12.8,A,7,96,A,7,992,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,12.8,A,7,12.2,A,7,96,A,7,991,A,7,240,A,7,1.5,A,7,24100,B,7,77777,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,12.8,A,7,12.8,A,7,100,A,7,991,A,7,230,A,7,1.5,A,7,24100,B,7,1680,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,8,A,7,13.3,A,7,13.3,A,7,100,A,7,991,A,7,230,A,7,1.5,A,7,16100,B,7,1830,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,07:00,32,677,19,1,13,14,1,9,18,1,13,21,1,13,7,1,9,20,1,13,43,1,21,9,A,7,7,A,7,13.3,A,7,13.3,A,7,100,A,7,992,A,7,160,A,7,2.1,A,7,11300,B,7,1680,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/17/1980,08:00,265,1377,111,1,13,158,1,9,80,1,13,116,1,13,116,1,9,93,1,13,157,1,21,6,A,7,6,A,7,15.0,A,7,14.4,A,7,97,A,7,992,A,7,190,A,7,2.1,A,7,11300,B,7,1520,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,09:00,515,1377,277,1,9,489,1,9,92,1,13,286,1,9,456,1,9,114,1,13,177,1,18,2,A,7,2,A,7,18.3,A,7,16.1,A,7,87,A,7,992,A,7,170,A,7,3.6,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,10:00,721,1377,439,1,13,560,1,9,144,1,13,454,1,13,551,1,9,165,1,13,305,1,21,3,A,7,3,A,7,21.1,A,7,16.1,A,7,73,A,7,992,A,7,200,A,7,3.6,A,7,11300,B,7,77777,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,11:00,869,1377,604,1,9,778,1,9,110,1,13,634,1,9,778,1,9,141,1,13,265,1,18,4,A,7,1,A,7,22.8,A,7,15.6,A,7,64,A,7,991,A,7,220,A,7,5.2,A,7,11300,B,7,77777,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,12:00,948,1377,599,1,13,606,1,9,179,1,13,629,1,13,613,1,9,205,1,13,486,1,21,6,A,7,3,A,7,23.3,A,7,14.4,A,7,58,A,7,991,A,7,180,A,7,5.7,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,13:00,955,1377,412,1,9,252,1,9,236,1,13,453,1,9,272,1,9,264,1,13,647,1,18,8,A,7,8,A,7,25.0,A,7,15.0,A,7,54,A,7,990,A,7,190,A,7,5.2,A,7,16100,B,7,1220,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +10/17/1980,14:00,887,1377,427,1,13,268,1,9,253,1,13,462,1,13,287,1,9,277,1,13,658,1,21,7,A,7,6,A,7,24.4,A,7,15.0,A,7,56,A,7,989,A,7,170,A,7,5.2,A,7,16100,B,7,1250,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,15:00,749,1377,476,1,13,473,1,9,217,1,13,495,1,13,478,1,9,234,1,13,487,1,21,8,A,7,7,A,7,23.9,A,7,14.4,A,7,56,A,7,989,A,7,190,A,7,2.6,A,7,16100,B,7,1310,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,16:00,552,1377,324,1,13,415,1,9,157,1,13,335,1,13,397,1,9,175,1,13,314,1,21,7,A,7,6,A,7,24.4,A,7,14.4,A,7,54,A,7,989,A,7,190,A,7,4.6,A,7,16100,B,7,7620,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,17:00,308,1377,160,1,13,436,1,9,61,1,13,162,1,13,347,1,9,84,1,13,109,1,21,9,A,7,1,A,7,23.9,A,7,13.9,A,7,54,A,7,988,A,7,180,A,7,5.2,A,7,16100,B,7,77777,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,18:00,57,907,29,1,13,88,1,9,20,1,13,27,1,13,35,1,9,25,1,13,35,1,21,4,A,7,3,A,7,21.1,A,7,15.0,A,7,68,A,7,988,A,7,180,A,7,4.1,A,7,16100,B,7,77777,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,19.4,A,7,15.0,A,7,76,A,7,988,A,7,170,A,7,3.6,A,7,24100,B,7,77777,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +10/17/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,18.9,A,7,15.6,A,7,81,A,7,988,A,7,170,A,7,3.1,A,7,24100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,17.8,A,7,15.6,A,7,87,A,7,988,A,7,160,A,7,3.1,A,7,24100,B,7,77777,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,18.3,A,7,16.7,A,7,90,A,7,989,A,7,190,A,7,4.1,A,7,24100,B,7,77777,A,7,2.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,18.3,A,7,17.2,A,7,93,A,7,988,A,7,190,A,7,5.2,A,7,24100,B,7,77777,A,7,3.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/17/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,18.3,A,7,17.8,A,7,97,A,7,988,A,7,180,A,7,4.1,A,7,16100,B,7,7620,A,7,3.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,18.3,A,7,18.3,A,7,100,A,7,987,A,7,190,A,7,4.6,A,7,16100,B,7,180,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +10/18/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,18.3,A,7,100,A,7,987,A,7,210,A,7,4.1,A,7,11300,B,7,150,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,18.3,A,7,100,A,7,986,A,7,200,A,7,3.6,A,7,11300,B,7,3050,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,18.3,A,7,100,A,7,985,A,7,210,A,7,3.1,A,7,11300,B,7,3050,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,18.3,A,7,100,A,7,986,A,7,220,A,7,4.1,A,7,8000,B,7,180,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/18/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,18.3,A,7,100,A,7,985,A,7,220,A,7,5.2,A,7,11300,B,7,180,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,07:00,30,678,10,1,13,0,1,9,10,1,13,12,1,13,0,1,9,12,1,13,37,1,21,10,A,7,10,A,7,17.8,A,7,17.8,A,7,100,A,7,985,A,7,210,A,7,2.6,A,7,11300,B,7,180,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/18/1980,08:00,261,1378,58,1,13,1,1,9,58,1,13,66,1,13,0,1,9,66,1,13,206,1,21,10,A,7,10,A,7,18.3,A,7,18.3,A,7,100,A,7,986,A,7,220,A,7,3.6,A,7,11300,B,7,240,A,7,3.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,09:00,510,1378,128,1,9,3,1,9,127,1,13,146,1,9,2,1,9,145,1,13,490,1,18,10,A,7,10,A,7,19.4,A,7,18.3,A,7,93,A,7,985,A,7,220,A,7,4.1,A,7,11300,B,7,270,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,10:00,716,1378,184,1,9,10,1,9,178,1,13,211,1,9,8,1,9,207,1,13,748,1,18,10,A,7,10,A,7,20.0,A,7,18.9,A,7,93,A,7,985,A,7,220,A,7,5.2,A,7,11300,B,7,270,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,11:00,863,1378,232,1,9,7,1,9,228,1,13,270,1,9,6,1,9,266,1,13,993,1,18,10,A,7,10,A,7,20.6,A,7,18.9,A,7,90,A,7,985,A,7,220,A,7,4.6,A,7,11300,B,7,1830,A,7,3.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,12:00,943,1378,265,1,9,4,1,9,262,1,13,308,1,9,4,1,9,305,1,13,1151,1,18,10,A,7,10,A,7,21.1,A,7,19.4,A,7,90,A,7,985,A,7,220,A,7,5.7,A,7,11300,B,7,340,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,13:00,949,1378,271,1,9,1,1,9,271,1,13,315,1,9,1,1,9,315,1,13,1182,1,18,10,A,7,10,A,7,22.2,A,7,19.4,A,7,84,A,7,983,A,7,210,A,7,6.2,A,7,11300,B,7,1520,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/18/1980,14:00,881,1378,304,1,9,0,1,9,304,1,13,346,1,9,0,1,9,346,1,13,1217,1,18,10,A,7,10,A,7,23.9,A,7,20.0,A,7,79,A,7,983,A,7,210,A,7,5.2,A,7,11300,B,7,550,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,15:00,743,1378,228,1,9,3,1,9,226,1,13,259,1,9,3,1,9,257,1,13,902,1,18,10,A,7,10,A,7,23.9,A,7,19.4,A,7,76,A,7,982,A,7,220,A,7,5.7,A,7,11300,B,7,610,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,16:00,545,1378,175,1,9,1,1,9,174,1,13,195,1,9,1,1,9,194,1,13,627,1,18,10,A,7,10,A,7,22.8,A,7,19.4,A,7,82,A,7,982,A,7,190,A,7,4.6,A,7,11300,B,7,610,A,7,3.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,17:00,302,1378,49,1,13,0,1,9,49,1,13,57,1,13,0,1,9,57,1,13,191,1,21,10,A,7,10,A,7,22.2,A,7,20.0,A,7,87,A,7,981,A,7,170,A,7,4.6,A,7,11300,B,7,5180,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +10/18/1980,18:00,53,884,21,1,13,0,1,9,21,1,13,24,1,13,0,1,9,24,1,13,69,1,21,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,981,A,7,190,A,7,3.1,A,7,8000,B,7,5180,A,7,3.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +10/18/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,19.4,A,7,90,A,7,981,A,7,190,A,7,4.6,A,7,16100,B,7,3350,A,7,3.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/18/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,981,A,7,180,A,7,5.2,A,7,11300,B,7,2590,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,20.0,A,7,97,A,7,981,A,7,190,A,7,4.6,A,7,11300,B,7,1250,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,20.0,A,7,93,A,7,981,A,7,190,A,7,4.6,A,7,11300,B,7,1130,A,7,3.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/18/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,21.1,A,7,20.6,A,7,97,A,7,980,A,7,210,A,7,5.2,A,7,11300,B,7,340,A,7,3.6,E,8,0.000,?,0,0.00,?,0,3,1,D,9,61,C,8 +10/18/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,20.6,A,7,100,A,7,979,A,7,220,A,7,5.7,A,7,11300,B,7,490,A,7,3.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +10/19/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,20.6,A,7,20.6,A,7,100,A,7,979,A,7,230,A,7,5.2,A,7,11300,B,7,310,A,7,3.6,E,8,0.000,?,0,0.00,?,0,61,1,D,9,61,C,8 +10/19/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,18.9,A,7,100,A,7,979,A,7,240,A,7,3.6,A,7,4800,B,7,490,A,7,3.3,E,8,0.000,?,0,0.00,?,0,25,1,D,9,45,C,8 +10/19/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,18.9,A,7,100,A,7,979,A,7,250,A,7,3.6,A,7,4800,B,7,150,A,7,3.3,E,8,0.000,?,0,0.00,?,0,20,1,D,9,45,C,8 +10/19/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,18.9,A,7,100,A,7,978,A,7,230,A,7,5.7,A,7,16100,B,7,460,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +10/19/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,18.9,A,7,100,A,7,978,A,7,220,A,7,2.6,A,7,16100,B,7,180,A,7,3.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.9,A,7,18.9,A,7,100,A,7,979,A,7,220,A,7,4.1,A,7,6400,B,7,180,A,7,3.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/19/1980,07:00,28,655,9,1,13,0,1,9,9,1,13,11,1,13,0,1,9,11,1,13,33,1,21,10,A,7,10,A,7,18.9,A,7,18.9,A,7,100,A,7,979,A,7,250,A,7,2.6,A,7,4000,B,7,180,A,7,3.3,E,8,0.000,F,8,0.00,?,0,13,1,D,9,45,C,8 +10/19/1980,08:00,257,1379,51,1,13,0,1,9,51,1,13,58,1,13,0,1,9,58,1,13,186,1,21,10,A,7,10,A,7,19.4,A,7,19.4,A,7,100,A,7,979,A,7,20,A,7,5.2,A,7,11300,B,7,180,A,7,3.3,E,8,0.000,F,8,0.00,?,0,3,1,D,9,61,C,8 +10/19/1980,09:00,505,1379,167,1,9,1,1,9,166,1,13,185,1,9,1,1,9,184,1,13,579,1,18,10,A,7,10,A,7,17.8,A,7,17.8,A,7,100,A,7,980,A,7,20,A,7,4.1,A,7,11300,B,7,2290,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,10:00,711,1379,260,1,9,1,1,9,260,1,13,291,1,9,1,1,9,291,1,13,951,1,18,10,A,7,10,A,7,17.8,A,7,17.8,A,7,100,A,7,980,A,7,30,A,7,2.6,A,7,11300,B,7,2290,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,11:00,858,1379,327,1,9,1,1,9,327,1,13,369,1,9,1,1,9,368,1,13,1245,1,18,10,A,7,10,A,7,18.3,A,7,17.8,A,7,97,A,7,980,A,7,30,A,7,2.6,A,7,16100,B,7,2440,A,7,3.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,12:00,937,1379,324,1,9,0,1,9,324,1,13,370,1,9,0,1,9,370,1,13,1320,1,18,10,A,7,10,A,7,18.9,A,7,17.2,A,7,90,A,7,980,A,7,0,A,7,0.0,A,7,16100,B,7,2440,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,13:00,943,1379,393,1,9,86,1,9,334,1,13,432,1,9,88,1,9,372,1,13,1142,1,18,9,A,7,9,A,7,18.9,A,7,16.7,A,7,87,A,7,979,A,7,140,A,7,2.1,A,7,16100,B,7,2440,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +10/19/1980,14:00,875,1379,411,1,13,281,1,9,232,1,13,448,1,13,301,1,9,257,1,13,589,1,21,7,A,7,6,A,7,21.1,A,7,17.8,A,7,81,A,7,978,A,7,230,A,7,1.5,A,7,16100,B,7,3050,A,7,3.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,15:00,737,1379,467,1,13,625,1,9,130,1,13,487,1,13,620,1,9,155,1,13,284,1,21,8,A,7,3,A,7,21.1,A,7,16.7,A,7,76,A,7,978,A,7,260,A,7,2.1,A,7,16100,B,7,77777,A,7,2.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,16:00,539,1379,267,1,13,327,1,9,138,1,13,286,1,13,322,1,9,160,1,13,282,1,21,8,A,7,6,A,7,21.1,A,7,16.1,A,7,73,A,7,977,A,7,230,A,7,2.6,A,7,16100,B,7,7620,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,17:00,296,1379,101,1,13,51,1,9,90,1,13,110,1,13,43,1,9,101,1,13,220,1,21,9,A,7,8,A,7,20.6,A,7,15.6,A,7,73,A,7,977,A,7,210,A,7,3.1,A,7,16100,B,7,7620,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,18:00,49,862,25,1,13,35,1,9,21,1,13,25,1,13,15,1,9,25,1,13,43,1,21,8,A,7,6,A,7,18.9,A,7,16.1,A,7,84,A,7,977,A,7,210,A,7,2.6,A,7,16100,B,7,7620,A,7,2.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,6,A,7,17.8,A,7,15.6,A,7,87,A,7,978,A,7,270,A,7,2.6,A,7,24100,B,7,7620,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/19/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,4,A,7,16.1,A,7,15.0,A,7,93,A,7,978,A,7,250,A,7,2.6,A,7,24100,B,7,7620,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,16.1,A,7,10.6,A,7,70,A,7,979,A,7,300,A,7,5.7,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,14.4,A,7,7.8,A,7,65,A,7,979,A,7,310,A,7,3.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,12.2,A,7,10.0,A,7,86,A,7,980,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/19/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,11.1,A,7,8.9,A,7,86,A,7,980,A,7,30,A,7,2.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,8.3,A,7,83,A,7,980,A,7,60,A,7,1.5,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/20/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,7.8,A,7,83,A,7,980,A,7,80,A,7,2.6,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,7.2,A,7,77,A,7,980,A,7,350,A,7,6.2,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,7.2,A,7,83,A,7,980,A,7,330,A,7,3.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,6.7,A,7,86,A,7,981,A,7,320,A,7,3.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,6.1,A,7,89,A,7,982,A,7,340,A,7,2.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,07:00,26,632,16,1,13,21,1,9,13,1,13,16,1,13,8,1,9,15,1,13,27,1,21,3,A,7,0,A,7,9.4,A,7,4.4,A,7,71,A,7,983,A,7,330,A,7,4.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +10/20/1980,08:00,252,1380,120,1,13,380,1,9,49,1,13,121,1,13,279,1,9,70,1,13,87,1,21,0,A,7,0,A,7,10.6,A,7,5.0,A,7,69,A,7,984,A,7,30,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,09:00,501,1380,311,1,9,636,1,9,78,1,13,324,1,9,593,1,9,108,1,13,153,1,18,0,A,7,0,A,7,12.8,A,7,4.4,A,7,57,A,7,984,A,7,350,A,7,3.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,10:00,706,1380,486,1,9,747,1,9,101,1,13,514,1,9,744,1,9,133,1,13,222,1,18,0,A,7,0,A,7,13.3,A,7,4.4,A,7,55,A,7,985,A,7,10,A,7,5.2,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,11:00,853,1380,622,1,9,787,1,9,132,1,13,659,1,9,797,1,9,165,1,13,326,1,18,3,A,7,0,A,7,14.4,A,7,3.9,A,7,49,A,7,985,A,7,350,A,7,4.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,12:00,932,1380,689,1,9,806,1,9,141,1,13,710,1,9,802,1,9,167,1,13,338,1,18,3,A,7,0,A,7,15.0,A,7,3.9,A,7,48,A,7,984,A,7,20,A,7,3.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,13:00,937,1380,698,1,9,814,1,9,141,1,13,720,1,9,811,1,9,167,1,13,342,1,18,3,A,7,0,A,7,16.1,A,7,3.3,A,7,43,A,7,984,A,7,360,A,7,5.2,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/20/1980,14:00,869,1380,635,1,9,801,1,9,127,1,13,655,1,9,796,1,9,153,1,13,288,1,18,2,A,7,0,A,7,17.2,A,7,4.4,A,7,43,A,7,983,A,7,330,A,7,3.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,15:00,731,1380,484,1,9,697,1,9,112,1,13,510,1,9,695,1,9,141,1,13,249,1,18,3,A,7,1,A,7,17.2,A,7,3.9,A,7,41,A,7,983,A,7,260,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,16:00,533,1380,313,1,9,581,1,9,87,1,13,326,1,9,549,1,9,114,1,13,172,1,18,4,A,7,1,A,7,17.8,A,7,1.7,A,7,34,A,7,983,A,7,310,A,7,3.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,17:00,290,1380,135,1,13,314,1,9,68,1,13,140,1,13,241,1,9,89,1,13,124,1,21,8,A,7,1,A,7,16.7,A,7,3.3,A,7,41,A,7,983,A,7,300,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,18:00,46,816,23,1,13,31,1,9,19,1,13,23,1,13,13,1,9,22,1,13,39,1,21,7,A,7,1,A,7,14.4,A,7,3.9,A,7,49,A,7,983,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,1,A,7,11.1,A,7,7.2,A,7,77,A,7,984,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/20/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,9.4,A,7,7.2,A,7,86,A,7,985,A,7,240,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,10.0,A,7,7.2,A,7,83,A,7,985,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,8.9,A,7,5.6,A,7,80,A,7,985,A,7,240,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,8.3,A,7,5.6,A,7,83,A,7,986,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/20/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,7.8,A,7,5.6,A,7,86,A,7,986,A,7,250,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,8.9,A,7,5.0,A,7,77,A,7,986,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/21/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,6.7,A,7,5.0,A,7,89,A,7,986,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,6.1,A,7,5.0,A,7,93,A,7,986,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,5.6,A,7,4.4,A,7,93,A,7,986,A,7,220,A,7,1.5,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,5.6,A,7,4.4,A,7,93,A,7,987,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,5.6,A,7,4.4,A,7,93,A,7,987,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,07:00,24,610,16,1,13,53,1,9,10,1,13,14,1,13,17,1,9,13,1,13,17,1,21,2,A,7,1,A,7,5.6,A,7,4.4,A,7,93,A,7,987,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/21/1980,08:00,248,1381,122,1,13,392,1,9,50,1,13,123,1,13,285,1,9,71,1,13,88,1,21,3,A,7,1,A,7,8.9,A,7,6.1,A,7,83,A,7,988,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,09:00,496,1381,295,1,9,528,1,9,104,1,13,301,1,9,484,1,9,127,1,13,193,1,18,8,A,7,2,A,7,11.7,A,7,6.1,A,7,69,A,7,989,A,7,260,A,7,3.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,10:00,701,1381,349,1,9,414,1,9,138,1,13,377,1,9,417,1,9,165,1,13,287,1,18,8,A,7,2,A,7,15.6,A,7,6.1,A,7,54,A,7,988,A,7,290,A,7,3.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,11:00,847,1381,563,1,13,632,1,9,173,1,13,585,1,13,631,1,9,197,1,13,408,1,21,9,A,7,3,A,7,17.2,A,7,6.7,A,7,50,A,7,988,A,7,250,A,7,4.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,12:00,926,1381,610,1,13,667,1,9,160,1,13,644,1,13,676,1,9,189,1,13,425,1,21,7,A,7,3,A,7,18.3,A,7,7.2,A,7,49,A,7,988,A,7,230,A,7,5.2,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,13:00,931,1381,642,1,13,696,1,9,169,1,13,675,1,13,704,1,9,198,1,13,449,1,21,9,A,7,3,A,7,19.4,A,7,6.7,A,7,44,A,7,986,A,7,230,A,7,5.2,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +10/21/1980,14:00,863,1381,585,1,9,706,1,9,141,1,13,618,1,9,714,1,9,170,1,13,349,1,18,6,A,7,2,A,7,20.0,A,7,6.7,A,7,42,A,7,985,A,7,270,A,7,3.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,15:00,725,1381,470,1,9,702,1,9,99,1,13,500,1,9,703,1,9,130,1,13,222,1,18,3,A,7,2,A,7,20.0,A,7,6.7,A,7,42,A,7,985,A,7,230,A,7,5.2,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,16:00,527,1381,327,1,9,650,1,9,76,1,13,343,1,9,615,1,9,107,1,13,152,1,18,2,A,7,2,A,7,19.4,A,7,5.0,A,7,39,A,7,985,A,7,240,A,7,4.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,17:00,284,1381,143,1,13,465,1,9,46,1,13,147,1,13,362,1,9,72,1,13,85,1,21,2,A,7,1,A,7,17.8,A,7,6.1,A,7,47,A,7,985,A,7,230,A,7,3.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,18:00,43,794,25,1,13,81,1,9,16,1,13,22,1,13,30,1,9,20,1,13,28,1,21,2,A,7,2,A,7,16.1,A,7,5.6,A,7,50,A,7,985,A,7,190,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,5,A,7,15.0,A,7,6.1,A,7,56,A,7,986,A,7,200,A,7,2.1,A,7,24100,B,7,3660,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +10/21/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,3,A,7,13.3,A,7,7.8,A,7,69,A,7,986,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,11.7,A,7,7.2,A,7,74,A,7,987,A,7,220,A,7,1.5,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,11.1,A,7,7.2,A,7,77,A,7,987,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,7.2,A,7,80,A,7,987,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/21/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,11.1,A,7,7.2,A,7,77,A,7,987,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,10.0,A,7,7.2,A,7,83,A,7,987,A,7,240,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/22/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,1,A,7,9.4,A,7,7.2,A,7,86,A,7,987,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,7.8,A,7,6.7,A,7,93,A,7,987,A,7,200,A,7,1.5,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,7.2,A,7,6.1,A,7,93,A,7,987,A,7,220,A,7,1.5,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,7.2,A,7,6.1,A,7,93,A,7,988,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,6.7,A,7,6.1,A,7,96,A,7,988,A,7,250,A,7,1.5,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,07:00,23,587,14,1,13,13,1,9,13,1,13,15,1,13,6,1,9,15,1,13,32,1,21,9,A,7,4,A,7,6.7,A,7,6.1,A,7,96,A,7,988,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +10/22/1980,08:00,243,1381,94,1,13,140,1,9,69,1,13,98,1,13,98,1,9,81,1,13,133,1,21,9,A,7,4,A,7,8.3,A,7,8.3,A,7,100,A,7,989,A,7,40,A,7,2.1,A,7,11300,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,09:00,491,1381,164,1,13,125,1,9,119,1,13,180,1,13,120,1,9,137,1,13,273,1,21,9,A,7,6,A,7,12.2,A,7,10.0,A,7,86,A,7,990,A,7,0,A,7,0.0,A,7,11300,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,10:00,695,1381,259,1,13,126,1,9,195,1,13,284,1,13,130,1,9,218,1,13,487,1,21,9,A,7,6,A,7,17.2,A,7,10.0,A,7,63,A,7,990,A,7,0,A,7,0.0,A,7,16100,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,11:00,842,1381,550,1,13,564,1,9,204,1,13,585,1,13,579,1,9,231,1,13,488,1,21,9,A,7,6,A,7,19.4,A,7,7.8,A,7,47,A,7,990,A,7,340,A,7,2.1,A,7,24100,B,7,7620,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,12:00,921,1381,619,1,13,642,1,9,189,1,13,645,1,13,645,1,9,214,1,13,486,1,21,8,A,7,4,A,7,21.1,A,7,5.0,A,7,35,A,7,990,A,7,330,A,7,1.5,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,13:00,926,1381,536,1,13,420,1,9,253,1,13,566,1,13,434,1,9,274,1,13,675,1,21,8,A,7,4,A,7,21.1,A,7,5.0,A,7,35,A,7,990,A,7,80,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/22/1980,14:00,857,1381,618,1,9,856,1,9,83,1,13,642,1,9,848,1,9,114,1,13,195,1,18,1,A,7,1,A,7,21.1,A,7,5.0,A,7,35,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,15:00,719,1381,447,1,9,683,1,9,90,1,13,468,1,9,673,1,9,117,1,13,195,1,18,1,A,7,1,A,7,21.7,A,7,5.6,A,7,35,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,16:00,521,1381,343,1,9,742,1,9,60,1,13,358,1,9,700,1,9,93,1,13,127,1,18,0,A,7,0,A,7,21.7,A,7,6.7,A,7,38,A,7,989,A,7,130,A,7,2.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,17:00,278,1381,148,1,13,528,1,9,40,1,13,149,1,13,419,1,9,65,1,13,77,1,21,0,A,7,0,A,7,21.1,A,7,5.6,A,7,36,A,7,990,A,7,70,A,7,1.5,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,18:00,40,771,27,1,13,97,1,9,16,1,13,23,1,13,35,1,9,21,1,13,28,1,21,0,A,7,0,A,7,18.3,A,7,7.2,A,7,49,A,7,990,A,7,190,A,7,1.5,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,9.4,A,7,72,A,7,991,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/22/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.2,A,7,10.0,A,7,86,A,7,991,A,7,220,A,7,1.5,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,10.0,A,7,90,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,8.9,A,7,90,A,7,993,A,7,240,A,7,2.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,8.3,A,7,86,A,7,993,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/22/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,7.8,A,7,86,A,7,993,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,8.9,A,7,7.8,A,7,93,A,7,993,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/23/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,8.3,A,7,7.2,A,7,93,A,7,994,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,9.4,A,7,8.3,A,7,93,A,7,994,A,7,30,A,7,4.1,A,7,16100,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,4,A,7,9.4,A,7,8.9,A,7,96,A,7,995,A,7,20,A,7,4.6,A,7,11300,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,4,A,7,9.4,A,7,8.3,A,7,93,A,7,995,A,7,30,A,7,5.7,A,7,11300,B,7,77777,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,7.8,A,7,89,A,7,996,A,7,20,A,7,6.2,A,7,11300,B,7,340,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,07:00,21,564,4,1,13,0,1,9,4,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,9.4,A,7,6.1,A,7,80,A,7,997,A,7,40,A,7,5.2,A,7,11300,B,7,370,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/23/1980,08:00,238,1382,45,1,13,2,1,9,45,1,13,52,1,13,0,1,9,52,1,13,165,1,21,10,A,7,10,A,7,10.0,A,7,6.1,A,7,77,A,7,998,A,7,50,A,7,5.2,A,7,11300,B,7,400,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,09:00,486,1382,100,1,9,1,1,9,99,1,13,115,1,9,1,1,9,114,1,13,398,1,18,10,A,7,10,A,7,10.0,A,7,7.2,A,7,83,A,7,998,A,7,40,A,7,5.7,A,7,11300,B,7,400,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,10:00,690,1382,197,1,9,1,1,9,196,1,13,224,1,9,1,1,9,223,1,13,783,1,18,10,A,7,10,A,7,10.6,A,7,7.2,A,7,80,A,7,999,A,7,40,A,7,6.7,A,7,11300,B,7,430,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,11:00,837,1382,241,1,9,9,1,9,235,1,13,277,1,9,8,1,9,272,1,13,995,1,18,10,A,7,10,A,7,10.6,A,7,6.7,A,7,77,A,7,999,A,7,40,A,7,6.2,A,7,11300,B,7,460,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,12:00,915,1382,253,1,9,6,1,9,249,1,13,294,1,9,5,1,9,290,1,13,1090,1,18,10,A,7,10,A,7,11.1,A,7,6.1,A,7,72,A,7,998,A,7,40,A,7,6.2,A,7,11300,B,7,490,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,13:00,920,1382,283,1,9,2,1,9,282,1,13,326,1,9,2,1,9,325,1,13,1192,1,18,10,A,7,10,A,7,12.2,A,7,7.2,A,7,72,A,7,997,A,7,50,A,7,7.2,A,7,11300,B,7,7620,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/23/1980,14:00,851,1382,265,1,9,1,1,9,265,1,13,304,1,9,1,1,9,303,1,13,1090,1,18,10,A,7,10,A,7,11.7,A,7,6.1,A,7,69,A,7,997,A,7,40,A,7,7.2,A,7,11300,B,7,2440,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,15:00,713,1382,217,1,9,1,1,9,216,1,13,246,1,9,1,1,9,245,1,13,852,1,18,10,A,7,10,A,7,11.7,A,7,6.1,A,7,69,A,7,998,A,7,40,A,7,4.6,A,7,11300,B,7,3050,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,16:00,515,1382,151,1,9,1,1,9,151,1,13,170,1,9,1,1,9,170,1,13,553,1,18,10,A,7,10,A,7,11.1,A,7,5.6,A,7,69,A,7,998,A,7,40,A,7,5.2,A,7,16100,B,7,2440,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,17:00,272,1382,67,1,13,1,1,9,66,1,13,74,1,13,0,1,9,74,1,13,229,1,21,10,A,7,10,A,7,10.6,A,7,5.0,A,7,69,A,7,998,A,7,50,A,7,5.2,A,7,16100,B,7,2290,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,18:00,37,749,15,1,13,0,1,9,15,1,13,17,1,13,0,1,9,17,1,13,52,1,21,10,A,7,10,A,7,9.4,A,7,5.0,A,7,74,A,7,998,A,7,40,A,7,4.6,A,7,16100,B,7,3660,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,5.0,A,7,77,A,7,998,A,7,40,A,7,4.1,A,7,24100,B,7,3660,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/23/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,4.4,A,7,74,A,7,998,A,7,50,A,7,4.1,A,7,24100,B,7,2440,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,7.8,A,7,3.9,A,7,77,A,7,998,A,7,50,A,7,5.2,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,4,A,7,7.8,A,7,4.4,A,7,80,A,7,998,A,7,50,A,7,4.6,A,7,24100,B,7,3660,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,7.2,A,7,3.9,A,7,80,A,7,998,A,7,50,A,7,4.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/23/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,7.2,A,7,3.9,A,7,80,A,7,997,A,7,40,A,7,6.2,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/24/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,8,A,7,7.2,A,7,3.9,A,7,80,A,7,997,A,7,40,A,7,5.2,A,7,24100,B,7,2290,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +10/24/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,7.2,A,7,2.8,A,7,74,A,7,997,A,7,40,A,7,5.7,A,7,24100,B,7,2290,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/24/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,2.2,A,7,71,A,7,997,A,7,40,A,7,6.2,A,7,24100,B,7,670,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/24/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.7,A,7,3.3,A,7,80,A,7,996,A,7,40,A,7,5.2,A,7,24100,B,7,580,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/24/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,2.8,A,7,74,A,7,997,A,7,40,A,7,5.2,A,7,24100,B,7,580,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/24/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,2.8,A,7,74,A,7,996,A,7,40,A,7,5.7,A,7,24100,B,7,610,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/24/1980,07:00,19,542,9,1,13,0,1,9,9,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,6.7,A,7,3.3,A,7,80,A,7,996,A,7,40,A,7,5.7,A,7,24100,B,7,1520,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/24/1980,08:00,234,1383,61,1,13,0,1,9,61,1,13,68,1,13,0,1,9,68,1,13,203,1,21,10,A,7,10,A,7,7.2,A,7,3.9,A,7,80,A,7,997,A,7,40,A,7,5.2,A,7,16100,B,7,1520,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/24/1980,09:00,481,1383,135,1,9,0,1,9,135,1,13,152,1,9,0,1,9,152,1,13,494,1,18,10,A,7,10,A,7,7.8,A,7,3.9,A,7,77,A,7,997,A,7,50,A,7,6.2,A,7,16100,B,7,1490,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/24/1980,10:00,685,1383,210,1,9,1,1,9,209,1,13,237,1,9,1,1,9,237,1,13,813,1,18,10,A,7,10,A,7,8.3,A,7,3.9,A,7,74,A,7,997,A,7,30,A,7,6.2,A,7,16100,B,7,1400,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/24/1980,11:00,831,1383,277,1,9,0,1,9,277,1,13,315,1,9,0,1,9,315,1,13,1103,1,18,10,A,7,10,A,7,8.3,A,7,5.0,A,7,80,A,7,996,A,7,40,A,7,6.2,A,7,16100,B,7,670,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/24/1980,12:00,909,1383,293,1,9,1,1,9,293,1,13,336,1,9,1,1,9,336,1,13,1213,1,18,10,A,7,10,A,7,9.4,A,7,6.1,A,7,80,A,7,995,A,7,40,A,7,5.2,A,7,11300,B,7,490,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/24/1980,13:00,914,1383,340,1,9,1,1,9,340,1,13,386,1,9,1,1,9,385,1,13,1331,1,18,10,A,7,10,A,7,9.4,A,7,6.1,A,7,80,A,7,994,A,7,40,A,7,5.7,A,7,11300,B,7,490,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/24/1980,14:00,845,1383,166,1,9,0,1,9,165,1,13,196,1,9,0,1,9,196,1,13,765,1,18,10,A,7,10,A,7,8.9,A,7,7.2,A,7,89,A,7,992,A,7,40,A,7,5.2,A,7,6400,B,7,640,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,51,C,8 +10/24/1980,15:00,707,1383,131,1,9,1,1,9,130,1,13,154,1,9,1,1,9,154,1,13,583,1,18,10,A,7,10,A,7,9.4,A,7,7.8,A,7,89,A,7,992,A,7,40,A,7,6.2,A,7,6400,B,7,520,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,51,C,8 +10/24/1980,16:00,509,1383,141,1,9,0,1,9,141,1,13,159,1,9,0,1,9,159,1,13,525,1,18,10,A,7,10,A,7,10.0,A,7,7.8,A,7,86,A,7,992,A,7,50,A,7,6.2,A,7,16100,B,7,340,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/24/1980,17:00,266,1383,41,1,13,0,1,9,41,1,13,48,1,13,0,1,9,48,1,13,158,1,21,10,A,7,10,A,7,9.4,A,7,8.3,A,7,93,A,7,991,A,7,60,A,7,5.2,A,7,11300,B,7,310,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,51,C,8 +10/24/1980,18:00,34,703,10,1,13,0,1,9,10,1,13,12,1,13,0,1,9,12,1,13,37,1,21,10,A,7,10,A,7,8.9,A,7,8.9,A,7,100,A,7,990,A,7,50,A,7,4.6,A,7,8000,B,7,210,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/24/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,8.9,A,7,100,A,7,990,A,7,40,A,7,5.2,A,7,6400,B,7,150,A,7,1.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/24/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,9.4,A,7,100,A,7,989,A,7,50,A,7,4.6,A,7,6400,B,7,120,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/24/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,9.4,A,7,100,A,7,988,A,7,40,A,7,4.6,A,7,6400,B,7,90,A,7,1.9,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +10/24/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,9.4,A,7,100,A,7,987,A,7,20,A,7,4.1,A,7,6400,B,7,90,A,7,1.9,E,8,0.000,?,0,0.00,?,0,13,1,D,9,45,C,8 +10/24/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,9.4,A,7,100,A,7,986,A,7,20,A,7,3.6,A,7,3200,B,7,60,A,7,1.9,E,8,0.000,?,0,0.00,?,0,10,1,D,9,45,C,8 +10/24/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,9.4,A,7,100,A,7,984,A,7,20,A,7,4.1,A,7,3200,B,7,60,A,7,1.9,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +10/25/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,982,A,7,20,A,7,5.2,A,7,3200,B,7,60,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/25/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,980,A,7,30,A,7,4.6,A,7,3200,B,7,60,A,7,1.9,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +10/25/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,9.4,A,7,100,A,7,979,A,7,10,A,7,4.1,A,7,3200,B,7,60,A,7,1.8,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +10/25/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,9.4,A,7,100,A,7,977,A,7,10,A,7,4.1,A,7,3200,B,7,60,A,7,1.8,E,8,0.000,?,0,0.00,?,0,8,1,D,9,45,C,8 +10/25/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,976,A,7,360,A,7,3.6,A,7,3200,B,7,60,A,7,1.9,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +10/25/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,975,A,7,340,A,7,2.1,A,7,3200,B,7,60,A,7,1.9,E,8,0.000,?,0,0.00,?,0,13,1,D,9,45,C,8 +10/25/1980,07:00,18,519,7,1,13,0,1,9,7,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,975,A,7,280,A,7,2.6,A,7,4800,B,7,760,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/25/1980,08:00,229,1384,66,1,13,1,1,9,66,1,13,73,1,13,0,1,9,73,1,13,211,1,21,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,974,A,7,230,A,7,2.6,A,7,16100,B,7,760,A,7,1.9,E,8,0.000,F,8,0.00,?,0,5,1,D,9,00,C,8 +10/25/1980,09:00,476,1384,102,1,9,1,1,9,102,1,13,117,1,9,1,1,9,117,1,13,403,1,18,10,A,7,10,A,7,10.6,A,7,10.6,A,7,100,A,7,973,A,7,220,A,7,4.1,A,7,3200,B,7,60,A,7,2.0,E,8,0.000,F,8,0.00,?,0,10,1,D,9,45,C,8 +10/25/1980,10:00,680,1384,139,1,9,1,1,9,139,1,13,163,1,9,1,1,9,163,1,13,604,1,18,10,A,7,10,A,7,10.6,A,7,10.6,A,7,100,A,7,973,A,7,290,A,7,5.2,A,7,3200,B,7,180,A,7,2.0,E,8,0.000,F,8,0.00,?,0,53,1,D,9,45,C,8 +10/25/1980,11:00,826,1384,174,1,9,1,1,9,174,1,13,206,1,9,1,1,9,205,1,13,790,1,18,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,974,A,7,270,A,7,4.1,A,7,3200,B,7,1070,A,7,1.9,E,8,0.000,F,8,0.00,?,0,15,1,D,9,45,C,8 +10/25/1980,12:00,904,1384,323,1,9,0,1,9,323,1,13,367,1,9,0,1,9,367,1,13,1282,1,18,10,A,7,10,A,7,11.1,A,7,11.1,A,7,100,A,7,974,A,7,270,A,7,6.2,A,7,16100,B,7,1070,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/25/1980,13:00,908,1384,400,1,9,189,1,9,275,1,13,439,1,9,200,1,9,307,1,13,789,1,18,9,A,7,9,A,7,11.7,A,7,9.4,A,7,86,A,7,974,A,7,270,A,7,7.2,A,7,24100,B,7,910,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,25,C,8 +10/25/1980,14:00,839,1384,273,1,9,93,1,9,217,1,13,303,1,9,98,1,9,243,1,13,590,1,18,9,A,7,9,A,7,12.2,A,7,4.4,A,7,59,A,7,974,A,7,290,A,7,8.2,A,7,32200,B,7,1220,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/25/1980,15:00,701,1384,423,1,13,588,1,9,123,1,13,441,1,13,580,1,9,147,1,13,262,1,21,4,A,7,4,A,7,12.8,A,7,3.3,A,7,53,A,7,975,A,7,300,A,7,8.2,A,7,32200,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/25/1980,16:00,504,1384,339,1,9,795,1,9,47,1,13,356,1,9,742,1,9,85,1,13,113,1,18,1,A,7,1,A,7,10.6,A,7,0.6,A,7,50,A,7,976,A,7,300,A,7,8.8,A,7,32200,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/25/1980,17:00,261,1384,131,1,13,359,1,9,62,1,13,135,1,13,262,1,9,86,1,13,113,1,21,4,A,7,4,A,7,8.3,A,7,0.0,A,7,56,A,7,978,A,7,310,A,7,10.3,A,7,32200,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/25/1980,18:00,31,680,16,1,13,22,1,9,14,1,13,17,1,13,8,1,9,16,1,13,29,1,21,7,A,7,7,A,7,7.2,A,7,-1.1,A,7,56,A,7,979,A,7,310,A,7,8.2,A,7,24100,B,7,1310,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/25/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,6.1,A,7,-2.2,A,7,56,A,7,979,A,7,270,A,7,6.7,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +10/25/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-1.7,A,7,62,A,7,980,A,7,260,A,7,4.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/25/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,5.0,A,7,-1.7,A,7,62,A,7,980,A,7,270,A,7,5.7,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/25/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,5.0,A,7,-2.2,A,7,60,A,7,981,A,7,280,A,7,6.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/25/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,3.9,A,7,-1.7,A,7,67,A,7,981,A,7,250,A,7,3.1,A,7,24100,B,7,1400,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/25/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,4.4,A,7,-1.1,A,7,68,A,7,982,A,7,210,A,7,3.6,A,7,24100,B,7,1520,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,4.4,A,7,-1.1,A,7,68,A,7,982,A,7,220,A,7,3.6,A,7,24100,B,7,1520,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +10/26/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,4.4,A,7,-1.1,A,7,68,A,7,983,A,7,230,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,2.8,A,7,-1.1,A,7,76,A,7,983,A,7,240,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,2.8,A,7,-1.1,A,7,76,A,7,983,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-1.1,A,7,82,A,7,984,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-1.1,A,7,85,A,7,984,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,07:00,16,496,9,1,13,7,1,9,8,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,1.7,A,7,-1.1,A,7,82,A,7,985,A,7,250,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/26/1980,08:00,225,1385,97,1,13,290,1,9,50,1,13,102,1,13,197,1,9,70,1,13,90,1,21,0,A,7,0,A,7,4.4,A,7,0.0,A,7,73,A,7,986,A,7,240,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,09:00,471,1385,279,1,9,569,1,9,84,1,13,288,1,9,519,1,9,111,1,13,159,1,18,0,A,7,0,A,7,7.8,A,7,0.6,A,7,61,A,7,987,A,7,250,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,10:00,675,1385,456,1,9,704,1,9,111,1,13,478,1,9,693,1,9,139,1,13,235,1,18,0,A,7,0,A,7,10.0,A,7,0.6,A,7,52,A,7,988,A,7,240,A,7,5.2,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,11:00,821,1385,589,1,9,773,1,9,128,1,13,623,1,9,780,1,9,159,1,13,305,1,18,0,A,7,0,A,7,11.7,A,7,-0.6,A,7,43,A,7,988,A,7,250,A,7,6.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,12:00,898,1385,615,1,9,710,1,9,151,1,13,649,1,9,719,1,9,181,1,13,387,1,18,4,A,7,1,A,7,12.8,A,7,-0.6,A,7,40,A,7,988,A,7,270,A,7,6.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,13:00,903,1385,662,1,9,784,1,9,147,1,13,700,1,9,795,1,9,180,1,13,380,1,18,2,A,7,0,A,7,13.9,A,7,-2.8,A,7,32,A,7,987,A,7,270,A,7,6.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/26/1980,14:00,833,1385,566,1,9,695,1,9,145,1,13,594,1,9,698,1,9,173,1,13,345,1,18,4,A,7,1,A,7,14.4,A,7,-2.8,A,7,31,A,7,987,A,7,270,A,7,5.7,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,15:00,695,1385,435,1,9,534,1,9,165,1,13,460,1,9,536,1,9,190,1,13,348,1,18,7,A,7,2,A,7,14.4,A,7,-4.4,A,7,27,A,7,987,A,7,260,A,7,5.2,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,16:00,498,1385,250,1,13,299,1,9,142,1,13,265,1,13,287,1,9,162,1,13,293,1,21,8,A,7,4,A,7,14.4,A,7,-5.0,A,7,26,A,7,987,A,7,270,A,7,5.7,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,17:00,255,1385,89,1,13,89,1,9,72,1,13,96,1,13,67,1,9,84,1,13,154,1,21,8,A,7,4,A,7,13.9,A,7,-5.0,A,7,27,A,7,987,A,7,260,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,18:00,29,658,10,1,13,4,1,9,9,1,13,10,1,13,2,1,9,10,1,13,23,1,21,9,A,7,4,A,7,11.7,A,7,-2.8,A,7,37,A,7,988,A,7,240,A,7,1.5,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,4,A,7,8.3,A,7,0.6,A,7,58,A,7,988,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/26/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,6.7,A,7,2.2,A,7,74,A,7,989,A,7,300,A,7,3.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,5.6,A,7,2.2,A,7,79,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,5.0,A,7,1.7,A,7,79,A,7,990,A,7,210,A,7,1.5,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,4.4,A,7,1.7,A,7,82,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/26/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,2,A,7,3.9,A,7,0.0,A,7,76,A,7,990,A,7,200,A,7,1.5,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,0,A,7,4.4,A,7,-1.1,A,7,68,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +10/27/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,5,A,7,2.8,A,7,-0.6,A,7,79,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,7620,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,3.3,A,7,0.6,A,7,82,A,7,990,A,7,180,A,7,1.5,A,7,24100,B,7,7620,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,3.9,A,7,0.0,A,7,76,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,7620,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,4,A,7,2.2,A,7,0.0,A,7,85,A,7,991,A,7,40,A,7,2.6,A,7,24100,B,7,7620,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,2.8,A,7,1.1,A,7,89,A,7,991,A,7,30,A,7,2.6,A,7,24100,B,7,3050,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,07:00,15,473,1,1,13,0,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,4.4,A,7,0.0,A,7,73,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,3050,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +10/27/1980,08:00,220,1385,64,1,13,6,1,9,63,1,13,70,1,13,1,1,9,70,1,13,201,1,21,10,A,7,10,A,7,5.6,A,7,1.7,A,7,76,A,7,993,A,7,40,A,7,2.1,A,7,24100,B,7,3350,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,09:00,466,1385,170,1,13,88,1,9,140,1,13,186,1,13,82,1,9,158,1,13,373,1,21,10,A,7,7,A,7,7.8,A,7,1.1,A,7,63,A,7,994,A,7,80,A,7,2.1,A,7,24100,B,7,7620,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,10:00,670,1385,153,1,9,4,1,9,151,1,13,177,1,9,3,1,9,176,1,13,638,1,18,10,A,7,10,A,7,8.9,A,7,-0.6,A,7,52,A,7,995,A,7,0,A,7,0.0,A,7,24100,B,7,2590,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,11:00,815,1385,216,1,9,17,1,9,206,1,13,250,1,9,14,1,9,242,1,13,891,1,18,10,A,7,10,A,7,8.9,A,7,1.1,A,7,59,A,7,994,A,7,140,A,7,2.6,A,7,24100,B,7,3660,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,12:00,893,1385,569,1,9,458,1,9,272,1,13,592,1,9,471,1,9,288,1,13,703,1,18,10,A,7,8,A,7,10.0,A,7,1.1,A,7,54,A,7,992,A,7,90,A,7,3.6,A,7,24100,B,7,2590,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,13:00,897,1385,449,1,13,413,1,9,180,1,13,488,1,13,427,1,9,210,1,13,450,1,21,7,A,7,4,A,7,11.7,A,7,-0.6,A,7,43,A,7,992,A,7,150,A,7,3.1,A,7,24100,B,7,4570,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +10/27/1980,14:00,828,1385,526,1,13,596,1,9,166,1,13,545,1,13,594,1,9,189,1,13,384,1,21,4,A,7,3,A,7,13.3,A,7,1.1,A,7,44,A,7,991,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,15:00,690,1385,402,1,13,525,1,9,138,1,13,432,1,13,527,1,9,168,1,13,285,1,21,8,A,7,7,A,7,13.3,A,7,1.1,A,7,44,A,7,990,A,7,180,A,7,3.6,A,7,24100,B,7,2590,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,16:00,492,1385,211,1,9,181,1,9,146,1,13,229,1,9,173,1,9,167,1,13,335,1,18,9,A,7,8,A,7,13.9,A,7,1.7,A,7,44,A,7,989,A,7,160,A,7,2.6,A,7,24100,B,7,2590,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,17:00,250,1385,84,1,13,101,1,9,65,1,13,91,1,13,76,1,9,77,1,13,139,1,21,9,A,7,8,A,7,12.8,A,7,3.3,A,7,53,A,7,989,A,7,140,A,7,2.1,A,7,24100,B,7,2590,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,18:00,27,635,5,1,13,2,1,9,5,1,13,6,1,13,1,1,9,6,1,13,13,1,21,9,A,7,9,A,7,11.7,A,7,3.9,A,7,59,A,7,990,A,7,150,A,7,1.5,A,7,24100,B,7,2590,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,10.6,A,7,6.1,A,7,74,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,2900,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/27/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,6.7,A,7,83,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,3050,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,5.0,A,7,74,A,7,990,A,7,170,A,7,2.1,A,7,24100,B,7,3050,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,5.6,A,7,80,A,7,989,A,7,200,A,7,2.1,A,7,24100,B,7,3050,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,5.0,A,7,74,A,7,989,A,7,180,A,7,3.1,A,7,24100,B,7,3050,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/27/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,7,A,7,8.9,A,7,4.4,A,7,74,A,7,987,A,7,180,A,7,3.1,A,7,24100,B,7,3050,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/28/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,10.0,A,7,6.1,A,7,77,A,7,985,A,7,210,A,7,3.6,A,7,24100,B,7,3660,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/28/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,8.3,A,7,83,A,7,985,A,7,210,A,7,5.2,A,7,24100,B,7,3660,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/28/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,8.9,A,7,83,A,7,985,A,7,230,A,7,4.6,A,7,24100,B,7,3350,A,7,1.8,E,8,0.000,?,0,0.00,?,0,3,1,D,9,00,C,8 +10/28/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,8.9,A,7,90,A,7,985,A,7,220,A,7,5.2,A,7,11300,B,7,2130,A,7,1.8,E,8,0.000,?,0,0.00,?,0,5,1,D,9,61,C,8 +10/28/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,984,A,7,210,A,7,5.7,A,7,11300,B,7,2290,A,7,1.9,E,8,0.000,?,0,0.00,?,0,8,1,D,9,61,C,8 +10/28/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,11.7,A,7,100,A,7,983,A,7,230,A,7,5.2,A,7,11300,B,7,2590,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +10/28/1980,07:00,13,450,2,1,13,1,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,11.7,A,7,11.7,A,7,100,A,7,983,A,7,240,A,7,3.1,A,7,6400,B,7,180,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/28/1980,08:00,215,1386,35,1,13,14,1,9,33,1,13,39,1,13,10,1,9,37,1,13,88,1,21,10,A,7,10,A,7,11.7,A,7,11.7,A,7,100,A,7,983,A,7,190,A,7,2.1,A,7,6400,B,7,340,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/28/1980,09:00,461,1386,119,1,9,4,1,9,117,1,13,134,1,9,3,1,9,133,1,13,438,1,18,10,A,7,10,A,7,11.7,A,7,11.7,A,7,100,A,7,983,A,7,230,A,7,2.6,A,7,4000,B,7,240,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/28/1980,10:00,664,1386,166,1,9,8,1,9,163,1,13,192,1,9,6,1,9,189,1,13,672,1,18,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,983,A,7,210,A,7,2.6,A,7,4000,B,7,120,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/28/1980,11:00,810,1386,231,1,9,8,1,9,226,1,13,265,1,9,7,1,9,261,1,13,948,1,18,10,A,7,10,A,7,13.9,A,7,13.9,A,7,100,A,7,983,A,7,280,A,7,4.1,A,7,6400,B,7,120,A,7,2.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/28/1980,12:00,887,1386,250,1,9,4,1,9,247,1,13,289,1,9,3,1,9,286,1,13,1064,1,18,10,A,7,10,A,7,15.0,A,7,15.0,A,7,100,A,7,982,A,7,260,A,7,4.1,A,7,6400,B,7,610,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/28/1980,13:00,891,1386,265,1,9,4,1,9,262,1,13,305,1,9,4,1,9,302,1,13,1111,1,18,10,A,7,10,A,7,16.1,A,7,15.0,A,7,93,A,7,980,A,7,210,A,7,4.6,A,7,11300,B,7,3660,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +10/28/1980,14:00,822,1386,310,1,9,0,1,9,310,1,13,348,1,9,0,1,9,348,1,13,1166,1,18,10,A,7,10,A,7,16.7,A,7,15.0,A,7,90,A,7,980,A,7,240,A,7,3.6,A,7,16100,B,7,430,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/28/1980,15:00,684,1386,252,1,9,1,1,9,252,1,13,281,1,9,1,1,9,281,1,13,905,1,18,10,A,7,10,A,7,17.2,A,7,15.6,A,7,90,A,7,980,A,7,230,A,7,4.6,A,7,16100,B,7,400,A,7,2.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/28/1980,16:00,487,1386,165,1,9,1,1,9,165,1,13,183,1,9,1,1,9,183,1,13,561,1,18,10,A,7,10,A,7,17.2,A,7,15.0,A,7,87,A,7,980,A,7,230,A,7,3.6,A,7,16100,B,7,3660,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/28/1980,17:00,244,1386,86,1,13,119,1,9,65,1,13,94,1,13,88,1,9,78,1,13,139,1,21,10,A,7,9,A,7,16.1,A,7,15.0,A,7,93,A,7,981,A,7,230,A,7,3.1,A,7,16100,B,7,7620,A,7,2.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/28/1980,18:00,24,612,10,1,13,14,1,9,9,1,13,11,1,13,5,1,9,11,1,13,18,1,21,8,A,7,7,A,7,15.6,A,7,14.4,A,7,93,A,7,981,A,7,220,A,7,2.6,A,7,16100,B,7,7620,A,7,2.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/28/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,14.4,A,7,13.9,A,7,96,A,7,981,A,7,220,A,7,2.6,A,7,16100,B,7,7620,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/28/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,13.9,A,7,13.9,A,7,100,A,7,982,A,7,210,A,7,2.6,A,7,11300,B,7,7620,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/28/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,13.9,A,7,13.9,A,7,100,A,7,983,A,7,210,A,7,2.6,A,7,8000,B,7,7620,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/28/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.9,A,7,13.9,A,7,100,A,7,984,A,7,240,A,7,1.5,A,7,6400,B,7,150,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/28/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.9,A,7,13.9,A,7,100,A,7,984,A,7,270,A,7,2.6,A,7,4800,B,7,120,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/28/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.9,A,7,13.9,A,7,100,A,7,984,A,7,290,A,7,2.1,A,7,4800,B,7,90,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/29/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,13.3,A,7,100,A,7,984,A,7,330,A,7,2.1,A,7,4800,B,7,90,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +10/29/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.8,A,7,100,A,7,985,A,7,0,A,7,0.0,A,7,200,B,7,30,A,7,2.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/29/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.2,A,7,12.2,A,7,100,A,7,985,A,7,0,A,7,0.0,A,7,200,B,7,30,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/29/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,11.1,A,7,100,A,7,986,A,7,360,A,7,3.1,A,7,3200,B,7,3050,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/29/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,11.1,A,7,11.1,A,7,100,A,7,987,A,7,20,A,7,3.6,A,7,16100,B,7,7620,A,7,2.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/29/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,10.6,A,7,10.6,A,7,100,A,7,987,A,7,30,A,7,3.6,A,7,16100,B,7,7620,A,7,2.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/29/1980,07:00,12,428,7,1,13,3,1,9,7,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,4,A,7,10.6,A,7,10.0,A,7,96,A,7,988,A,7,30,A,7,4.1,A,7,16100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/29/1980,08:00,211,1387,73,1,13,57,1,9,64,1,13,79,1,13,43,1,9,73,1,13,150,1,21,10,A,7,8,A,7,10.6,A,7,9.4,A,7,93,A,7,989,A,7,40,A,7,4.6,A,7,16100,B,7,2440,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/29/1980,09:00,456,1387,129,1,9,93,1,9,98,1,13,143,1,9,88,1,9,114,1,13,222,1,18,10,A,7,10,A,7,11.1,A,7,9.4,A,7,90,A,7,990,A,7,50,A,7,6.2,A,7,16100,B,7,2440,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/29/1980,10:00,659,1387,201,1,9,10,1,9,196,1,13,227,1,9,8,1,9,223,1,13,760,1,18,10,A,7,10,A,7,11.7,A,7,8.3,A,7,80,A,7,990,A,7,50,A,7,5.2,A,7,16100,B,7,1520,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/29/1980,11:00,804,1387,262,1,9,8,1,9,258,1,13,299,1,9,7,1,9,294,1,13,1030,1,18,10,A,7,10,A,7,11.1,A,7,8.3,A,7,83,A,7,991,A,7,50,A,7,5.2,A,7,11300,B,7,1070,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/29/1980,12:00,882,1387,245,1,9,3,1,9,244,1,13,284,1,9,3,1,9,283,1,13,1050,1,18,10,A,7,10,A,7,11.1,A,7,7.8,A,7,80,A,7,991,A,7,50,A,7,4.1,A,7,11300,B,7,980,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/29/1980,13:00,886,1387,249,1,9,4,1,9,246,1,13,287,1,9,3,1,9,285,1,13,1059,1,18,10,A,7,10,A,7,11.1,A,7,7.2,A,7,77,A,7,990,A,7,50,A,7,4.1,A,7,11300,B,7,1190,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/29/1980,14:00,816,1387,241,1,9,5,1,9,238,1,13,276,1,9,4,1,9,274,1,13,987,1,18,10,A,7,10,A,7,11.1,A,7,7.2,A,7,77,A,7,990,A,7,60,A,7,4.6,A,7,11300,B,7,1040,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/29/1980,15:00,678,1387,183,1,9,2,1,9,182,1,13,209,1,9,2,1,9,208,1,13,735,1,18,10,A,7,10,A,7,10.6,A,7,7.2,A,7,80,A,7,990,A,7,50,A,7,4.1,A,7,11300,B,7,1040,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/29/1980,16:00,481,1387,162,1,9,2,1,9,161,1,13,179,1,9,2,1,9,178,1,13,549,1,18,10,A,7,10,A,7,10.0,A,7,7.2,A,7,83,A,7,990,A,7,50,A,7,4.1,A,7,11300,B,7,550,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/29/1980,17:00,239,1387,54,1,13,1,1,9,54,1,13,61,1,13,0,1,9,61,1,13,189,1,21,10,A,7,10,A,7,10.0,A,7,7.2,A,7,83,A,7,990,A,7,60,A,7,3.6,A,7,11300,B,7,520,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/29/1980,18:00,22,589,8,1,13,0,1,9,8,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,9.4,A,7,7.2,A,7,86,A,7,991,A,7,30,A,7,3.6,A,7,11300,B,7,460,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +10/29/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,6.7,A,7,86,A,7,992,A,7,60,A,7,3.1,A,7,8000,B,7,430,A,7,1.6,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +10/29/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,7.8,A,7,100,A,7,992,A,7,60,A,7,3.1,A,7,3200,B,7,150,A,7,1.7,E,8,0.000,?,0,0.00,?,0,8,1,D,9,45,C,8 +10/29/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,7.2,A,7,100,A,7,992,A,7,80,A,7,3.1,A,7,3200,B,7,150,A,7,1.6,E,8,0.000,?,0,0.00,?,0,8,1,D,9,45,C,8 +10/29/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,7.2,A,7,100,A,7,993,A,7,70,A,7,2.1,A,7,3200,B,7,150,A,7,1.6,E,8,0.000,?,0,0.00,?,0,18,1,D,9,45,C,8 +10/29/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,7.2,A,7,100,A,7,993,A,7,60,A,7,3.1,A,7,3200,B,7,150,A,7,1.6,E,8,0.000,?,0,0.00,?,0,8,1,D,9,45,C,8 +10/29/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,7.2,A,7,100,A,7,992,A,7,70,A,7,3.6,A,7,3200,B,7,120,A,7,1.6,E,8,0.000,?,0,0.00,?,0,18,1,D,9,45,C,8 +10/30/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,7.2,A,7,100,A,7,993,A,7,40,A,7,3.6,A,7,3200,B,7,120,A,7,1.6,E,8,0.000,?,0,0.00,?,0,20,1,D,9,45,C,8 +10/30/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,7.2,A,7,100,A,7,993,A,7,60,A,7,3.1,A,7,3200,B,7,120,A,7,1.6,E,8,0.000,?,0,0.00,?,0,13,1,D,9,45,C,8 +10/30/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,6.1,A,7,100,A,7,992,A,7,50,A,7,3.1,A,7,3200,B,7,120,A,7,1.5,E,8,0.000,?,0,0.00,?,0,30,1,D,9,45,C,8 +10/30/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,6.1,A,7,100,A,7,993,A,7,50,A,7,4.1,A,7,3200,B,7,120,A,7,1.5,E,8,0.000,?,0,0.00,?,0,23,1,D,9,45,C,8 +10/30/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,5.6,A,7,100,A,7,993,A,7,60,A,7,3.6,A,7,3200,B,7,270,A,7,1.5,E,8,0.000,?,0,0.00,?,0,18,1,D,9,45,C,8 +10/30/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,5.0,A,7,100,A,7,993,A,7,60,A,7,3.6,A,7,3200,B,7,120,A,7,1.4,E,8,0.000,?,0,0.00,?,0,20,1,D,9,45,C,8 +10/30/1980,07:00,11,405,4,1,13,0,1,9,4,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,5.0,A,7,5.0,A,7,100,A,7,993,A,7,60,A,7,4.1,A,7,3200,B,7,90,A,7,1.4,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +10/30/1980,08:00,206,1388,36,1,13,0,1,9,36,1,13,41,1,13,0,1,9,41,1,13,132,1,21,10,A,7,10,A,7,5.0,A,7,5.0,A,7,100,A,7,994,A,7,70,A,7,5.7,A,7,3200,B,7,90,A,7,1.4,E,8,0.000,F,8,0.00,?,0,13,1,D,9,45,C,8 +10/30/1980,09:00,451,1388,90,1,9,1,1,9,89,1,13,103,1,9,1,1,9,103,1,13,355,1,18,10,A,7,10,A,7,4.4,A,7,4.4,A,7,100,A,7,995,A,7,50,A,7,4.1,A,7,3200,B,7,120,A,7,1.4,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +10/30/1980,10:00,654,1388,137,1,9,1,1,9,136,1,13,159,1,9,1,1,9,158,1,13,582,1,18,10,A,7,10,A,7,5.0,A,7,5.0,A,7,100,A,7,994,A,7,80,A,7,4.1,A,7,8000,B,7,120,A,7,1.4,E,8,0.000,F,8,0.00,?,0,5,1,D,9,45,C,8 +10/30/1980,11:00,799,1388,186,1,9,0,1,9,186,1,13,217,1,9,0,1,9,217,1,13,817,1,18,10,A,7,10,A,7,5.0,A,7,5.0,A,7,100,A,7,994,A,7,70,A,7,3.1,A,7,8000,B,7,150,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/30/1980,12:00,876,1388,208,1,9,0,1,9,208,1,13,243,1,9,0,1,9,243,1,13,931,1,18,10,A,7,10,A,7,5.0,A,7,5.0,A,7,100,A,7,994,A,7,60,A,7,3.1,A,7,6400,B,7,180,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/30/1980,13:00,880,1388,332,1,9,1,1,9,331,1,13,374,1,9,1,1,9,374,1,13,1272,1,18,10,A,7,10,A,7,5.6,A,7,5.0,A,7,96,A,7,993,A,7,40,A,7,3.1,A,7,11300,B,7,180,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,21,C,8 +10/30/1980,14:00,811,1388,276,1,9,2,1,9,276,1,13,314,1,9,2,1,9,313,1,13,1079,1,18,10,A,7,10,A,7,6.1,A,7,5.0,A,7,93,A,7,992,A,7,70,A,7,5.2,A,7,11300,B,7,610,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/30/1980,15:00,673,1388,240,1,9,1,1,9,240,1,13,268,1,9,1,1,9,268,1,13,870,1,18,10,A,7,10,A,7,6.7,A,7,5.0,A,7,89,A,7,992,A,7,60,A,7,2.6,A,7,11300,B,7,370,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/30/1980,16:00,476,1388,168,1,9,0,1,9,168,1,13,185,1,9,0,1,9,185,1,13,556,1,18,10,A,7,10,A,7,6.7,A,7,5.0,A,7,89,A,7,992,A,7,40,A,7,4.1,A,7,11300,B,7,700,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/30/1980,17:00,234,1388,68,1,13,0,1,9,68,1,13,75,1,13,0,1,9,75,1,13,217,1,21,10,A,7,10,A,7,6.7,A,7,5.0,A,7,89,A,7,992,A,7,20,A,7,3.1,A,7,11300,B,7,640,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/30/1980,18:00,20,567,11,1,13,0,1,9,11,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,6.7,A,7,5.6,A,7,93,A,7,992,A,7,60,A,7,2.1,A,7,11300,B,7,640,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/30/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.7,A,7,5.6,A,7,93,A,7,992,A,7,40,A,7,2.1,A,7,16100,B,7,700,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/30/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.7,A,7,5.6,A,7,93,A,7,993,A,7,20,A,7,2.1,A,7,16100,B,7,700,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/30/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.7,A,7,5.6,A,7,93,A,7,992,A,7,360,A,7,1.5,A,7,16100,B,7,700,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/30/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.7,A,7,5.6,A,7,93,A,7,992,A,7,0,A,7,0.0,A,7,16100,B,7,760,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/30/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.7,A,7,5.6,A,7,93,A,7,991,A,7,0,A,7,0.0,A,7,16100,B,7,1520,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/30/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,6.1,A,7,5.6,A,7,96,A,7,991,A,7,210,A,7,2.1,A,7,16100,B,7,1830,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,4.4,A,7,100,A,7,991,A,7,300,A,7,2.6,A,7,11300,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +10/31/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,3.9,A,7,100,A,7,991,A,7,260,A,7,2.1,A,7,11300,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,3.9,A,7,100,A,7,990,A,7,0,A,7,0.0,A,7,6400,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,11,C,8 +10/31/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,2.8,A,7,100,A,7,990,A,7,240,A,7,1.5,A,7,6400,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,11,C,8 +10/31/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,2.2,A,7,100,A,7,990,A,7,220,A,7,2.1,A,7,2400,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,11,C,8 +10/31/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,2.2,A,7,2.2,A,7,100,A,7,991,A,7,230,A,7,2.1,A,7,800,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +10/31/1980,07:00,10,382,6,1,13,4,1,9,5,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,1.7,A,7,1.7,A,7,100,A,7,990,A,7,250,A,7,1.5,A,7,6400,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/31/1980,08:00,201,1388,83,1,13,261,1,9,45,1,13,87,1,13,167,1,9,62,1,13,81,1,21,0,A,7,0,A,7,4.4,A,7,4.4,A,7,100,A,7,990,A,7,260,A,7,3.1,A,7,6400,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +10/31/1980,09:00,446,1388,258,1,9,554,1,9,79,1,13,267,1,9,498,1,9,106,1,13,149,1,18,0,A,7,0,A,7,8.3,A,7,6.7,A,7,89,A,7,991,A,7,280,A,7,3.1,A,7,11300,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,10:00,649,1388,428,1,9,687,1,9,105,1,13,449,1,9,672,1,9,133,1,13,219,1,18,0,A,7,0,A,7,10.6,A,7,6.1,A,7,74,A,7,990,A,7,260,A,7,3.1,A,7,16100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,11:00,794,1388,559,1,9,760,1,9,122,1,13,591,1,9,764,1,9,153,1,13,284,1,18,0,A,7,0,A,7,12.8,A,7,4.4,A,7,57,A,7,990,A,7,290,A,7,4.6,A,7,16100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,12:00,871,1388,636,1,9,802,1,9,131,1,13,656,1,9,795,1,9,155,1,13,292,1,18,0,A,7,0,A,7,14.4,A,7,0.6,A,7,39,A,7,989,A,7,300,A,7,3.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,13:00,874,1388,638,1,9,799,1,9,131,1,13,657,1,9,792,1,9,156,1,13,293,1,18,0,A,7,0,A,7,15.6,A,7,1.7,A,7,39,A,7,988,A,7,270,A,7,3.1,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +10/31/1980,14:00,805,1388,574,1,9,772,1,9,123,1,13,607,1,9,778,1,9,155,1,13,289,1,18,0,A,7,0,A,7,16.1,A,7,2.8,A,7,41,A,7,987,A,7,320,A,7,2.6,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,15:00,667,1388,449,1,9,705,1,9,107,1,13,470,1,9,693,1,9,136,1,13,226,1,18,0,A,7,0,A,7,16.7,A,7,4.4,A,7,45,A,7,987,A,7,290,A,7,2.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,16:00,471,1388,280,1,9,578,1,9,82,1,13,289,1,9,527,1,9,109,1,13,156,1,18,0,A,7,0,A,7,16.1,A,7,5.6,A,7,50,A,7,987,A,7,240,A,7,3.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,17:00,229,1388,102,1,13,307,1,9,50,1,13,106,1,13,210,1,9,71,1,13,90,1,21,0,A,7,0,A,7,15.0,A,7,6.1,A,7,56,A,7,986,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,18:00,19,544,12,1,13,12,1,9,11,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,12.2,A,7,6.1,A,7,67,A,7,986,A,7,250,A,7,2.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,7.2,A,7,80,A,7,987,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +10/31/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,7.8,A,7,89,A,7,987,A,7,260,A,7,3.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,7.8,A,7,89,A,7,987,A,7,270,A,7,3.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.7,A,7,9.2,A,7,93,A,7,987,A,7,280,A,7,3.3,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.9,A,7,10.7,A,7,89,A,7,987,A,7,260,A,7,3.5,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +10/31/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.2,A,7,12.1,A,7,74,A,7,987,A,7,300,A,7,3.7,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +11/01/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.5,A,7,13.5,A,7,96,A,7,974,A,7,190,A,7,4.0,A,7,4800,B,7,91,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/01/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.8,A,7,14.9,A,7,100,A,7,973,A,7,190,A,7,4.2,A,7,4800,B,7,122,A,7,1.9,E,8,0.000,F,8,0.00,F,8,13,1,D,9,45,C,8 +11/01/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.0,A,7,16.4,A,7,97,A,7,972,A,7,200,A,7,4.4,A,7,4800,B,7,152,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/01/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,18.3,A,7,17.8,A,7,97,A,7,971,A,7,200,A,7,4.6,A,7,4800,B,7,183,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/01/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,17.8,A,7,100,A,7,970,A,7,200,A,7,3.6,A,7,4800,B,7,335,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/01/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,17.2,A,7,96,A,7,969,A,7,210,A,7,3.6,A,7,8000,B,7,396,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/01/1994,07:00,9,382,1,1,10,0,1,16,1,1,10,0,1,10,0,1,16,0,1,10,0,1,21,8,A,7,8,A,7,17.2,A,7,16.1,A,7,93,A,7,969,A,7,220,A,7,6.7,A,7,11200,B,7,914,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/01/1994,08:00,198,1388,25,1,10,0,1,16,25,1,10,29,1,10,0,1,16,29,1,10,97,1,21,10,A,7,10,A,7,16.7,A,7,15.0,A,7,90,A,7,970,A,7,230,A,7,7.7,A,7,11200,B,7,396,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,02,C,8 +11/01/1994,09:00,443,1388,74,1,10,0,1,16,74,1,10,86,1,10,0,1,16,86,1,10,304,1,21,10,A,7,10,A,7,17.2,A,7,15.0,A,7,87,A,7,969,A,7,200,A,7,7.2,A,7,11200,B,7,457,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,10:00,646,1388,122,1,10,0,1,16,122,1,10,143,1,10,0,1,16,143,1,10,531,1,21,10,A,7,10,A,7,17.2,A,7,14.4,A,7,84,A,7,969,A,7,230,A,7,6.2,A,7,11200,B,7,518,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,11:00,790,1388,159,1,10,0,1,16,159,1,10,187,1,10,0,1,16,187,1,10,719,1,21,10,A,7,10,A,7,17.2,A,7,11.7,A,7,70,A,7,970,A,7,300,A,7,8.2,A,7,11200,B,7,1219,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,12:00,867,1388,433,1,10,366,1,16,204,1,10,463,1,10,377,1,16,227,1,10,498,1,21,7,A,7,7,A,7,16.1,A,7,6.7,A,7,54,A,7,970,A,7,300,A,7,7.2,A,7,24000,B,7,3048,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,13:00,871,1388,614,1,10,711,1,16,168,1,10,644,1,10,713,1,16,195,1,10,408,1,21,3,A,7,3,A,7,16.7,A,7,2.8,A,7,39,A,7,970,A,7,300,A,7,10.3,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,14:00,802,1388,532,1,10,680,1,16,139,1,10,560,1,10,681,1,16,166,1,10,320,1,21,2,A,7,2,A,7,15.0,A,7,1.1,A,7,39,A,7,971,A,7,300,A,7,7.7,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,15:00,664,1388,360,1,10,453,1,16,143,1,10,385,1,10,451,1,16,168,1,10,293,1,21,3,A,7,3,A,7,13.3,A,7,0.6,A,7,42,A,7,973,A,7,310,A,7,7.2,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,16:00,467,1388,189,1,10,138,1,16,142,1,10,205,1,10,130,1,16,161,1,10,323,1,21,6,A,7,6,A,7,12.8,A,7,0.6,A,7,43,A,7,974,A,7,300,A,7,8.2,A,7,24000,B,7,1676,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,17:00,226,1388,90,1,10,27,1,16,86,1,10,99,1,10,21,1,16,95,1,10,189,1,21,8,A,7,8,A,7,11.7,A,7,0.0,A,7,44,A,7,976,A,7,280,A,7,8.8,A,7,24000,B,7,1829,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,18:00,18,521,4,1,10,5,1,16,4,1,10,0,1,10,0,1,16,0,1,10,0,1,21,7,A,7,7,A,7,10.6,A,7,-0.6,A,7,46,A,7,976,A,7,280,A,7,9.3,A,7,24000,B,7,1829,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,10.0,A,7,0.0,A,7,50,A,7,977,A,7,280,A,7,6.7,A,7,24000,B,7,1829,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,8.9,A,7,0.0,A,7,54,A,7,978,A,7,260,A,7,5.7,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,8.9,A,7,0.0,A,7,54,A,7,978,A,7,270,A,7,4.6,A,7,24000,B,7,1676,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,7.8,A,7,0.0,A,7,58,A,7,979,A,7,250,A,7,4.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,0.0,A,7,65,A,7,979,A,7,220,A,7,3.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/01/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.6,A,7,0.0,A,7,67,A,7,980,A,7,230,A,7,3.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,-0.6,A,7,59,A,7,981,A,7,260,A,7,5.7,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,-1.1,A,7,57,A,7,982,A,7,250,A,7,5.7,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,6.7,A,7,-1.1,A,7,57,A,7,982,A,7,270,A,7,5.2,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,6.1,A,7,-1.7,A,7,56,A,7,983,A,7,270,A,7,5.2,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,5.6,A,7,-1.7,A,7,58,A,7,984,A,7,280,A,7,3.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,6,A,7,3.9,A,7,-1.7,A,7,66,A,7,985,A,7,230,A,7,3.6,A,7,24000,B,7,7620,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,07:00,8,359,1,1,10,1,1,16,1,1,10,0,1,10,0,1,16,0,1,10,0,1,21,7,A,7,6,A,7,5.0,A,7,-1.7,A,7,61,A,7,985,A,7,270,A,7,4.1,A,7,24000,B,7,6096,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,08:00,194,1389,41,1,10,20,1,16,39,1,10,46,1,10,14,1,16,44,1,10,99,1,21,9,A,7,8,A,7,6.7,A,7,-1.7,A,7,54,A,7,987,A,7,290,A,7,4.6,A,7,24000,B,7,1524,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,09:00,438,1389,130,1,10,70,1,16,108,1,10,143,1,10,64,1,16,123,1,10,296,1,21,9,A,7,7,A,7,9.4,A,7,-1.7,A,7,45,A,7,988,A,7,290,A,7,7.2,A,7,24000,B,7,1524,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,10:00,640,1389,279,1,10,211,1,16,182,1,10,306,1,10,214,1,16,207,1,10,442,1,21,8,A,7,6,A,7,10.6,A,7,-3.3,A,7,36,A,7,989,A,7,280,A,7,4.1,A,7,24000,B,7,7620,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,11:00,785,1389,504,1,10,629,1,16,148,1,10,527,1,10,626,1,16,172,1,10,331,1,21,5,A,7,2,A,7,13.9,A,7,-4.4,A,7,27,A,7,989,A,7,310,A,7,5.2,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,12:00,861,1389,590,1,10,739,1,16,132,1,10,629,1,10,749,1,16,163,1,10,327,1,21,3,A,7,1,A,7,15.0,A,7,-4.4,A,7,25,A,7,989,A,7,310,A,7,4.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,13:00,865,1389,583,1,10,748,1,16,117,1,10,610,1,10,745,1,16,144,1,10,271,1,21,2,A,7,1,A,7,16.7,A,7,-5.6,A,7,20,A,7,988,A,7,320,A,7,5.2,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,14:00,796,1389,548,1,10,700,1,16,147,1,10,575,1,10,698,1,16,173,1,10,333,1,21,8,A,7,1,A,7,18.3,A,7,-5.6,A,7,18,A,7,988,A,7,320,A,7,3.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,15:00,659,1389,415,1,10,642,1,16,110,1,10,435,1,10,628,1,16,136,1,10,229,1,21,5,A,7,1,A,7,18.9,A,7,-5.6,A,7,17,A,7,988,A,7,320,A,7,3.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,16:00,462,1389,273,1,10,579,1,16,80,1,10,283,1,10,526,1,16,108,1,10,152,1,21,3,A,7,0,A,7,19.4,A,7,-4.4,A,7,19,A,7,988,A,7,280,A,7,2.6,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,17:00,221,1389,99,1,10,344,1,16,44,1,10,101,1,10,238,1,16,63,1,10,78,1,21,0,A,7,0,A,7,17.8,A,7,-5.0,A,7,20,A,7,989,A,7,290,A,7,2.6,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,18:00,16,498,3,1,10,17,1,16,2,1,10,0,1,10,0,1,16,0,1,10,0,1,21,0,A,7,0,A,7,15.0,A,7,-3.9,A,7,26,A,7,989,A,7,250,A,7,2.6,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.3,A,7,-2.8,A,7,32,A,7,990,A,7,270,A,7,2.6,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,-0.6,A,7,46,A,7,990,A,7,280,A,7,2.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,0.0,A,7,54,A,7,991,A,7,200,A,7,2.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,-1.1,A,7,51,A,7,991,A,7,280,A,7,2.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,0.0,A,7,56,A,7,991,A,7,290,A,7,2.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/02/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,1.1,A,7,70,A,7,992,A,7,200,A,7,1.5,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,0.6,A,7,76,A,7,992,A,7,270,A,7,2.6,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,-1.7,A,7,52,A,7,992,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-0.6,A,7,67,A,7,992,A,7,200,A,7,2.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-1.1,A,7,64,A,7,991,A,7,240,A,7,2.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,0.0,A,7,70,A,7,992,A,7,250,A,7,2.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,5.0,A,7,0.0,A,7,70,A,7,992,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,07:00,7,336,1,1,10,12,1,16,1,1,10,0,1,10,0,1,16,0,1,10,0,1,21,6,A,7,1,A,7,5.0,A,7,0.0,A,7,70,A,7,992,A,7,220,A,7,2.6,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,08:00,189,1390,58,1,10,138,1,16,39,1,10,62,1,10,83,1,16,51,1,10,70,1,21,6,A,7,2,A,7,5.0,A,7,1.1,A,7,76,A,7,993,A,7,220,A,7,2.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,09:00,433,1390,247,1,10,572,1,16,68,1,10,258,1,10,513,1,16,97,1,10,130,1,21,3,A,7,1,A,7,10.6,A,7,3.3,A,7,61,A,7,994,A,7,210,A,7,2.6,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,10:00,635,1390,407,1,10,519,1,16,169,1,10,425,1,10,511,1,16,190,1,10,348,1,21,5,A,7,2,A,7,16.1,A,7,3.3,A,7,42,A,7,994,A,7,250,A,7,2.6,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,11:00,779,1390,459,1,10,578,1,16,135,1,10,483,1,10,577,1,16,159,1,10,305,1,21,6,A,7,3,A,7,20.0,A,7,1.1,A,7,28,A,7,994,A,7,230,A,7,2.6,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,12:00,856,1390,569,1,10,637,1,16,176,1,10,593,1,10,636,1,16,200,1,10,416,1,21,6,A,7,2,A,7,22.2,A,7,0.0,A,7,23,A,7,993,A,7,250,A,7,4.6,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,13:00,860,1390,529,1,10,518,1,16,209,1,10,565,1,10,533,1,16,234,1,10,508,1,21,6,A,7,3,A,7,22.2,A,7,0.6,A,7,24,A,7,992,A,7,250,A,7,4.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,14:00,791,1390,515,1,10,587,1,16,181,1,10,551,1,10,599,1,16,209,1,10,409,1,21,9,A,7,2,A,7,23.3,A,7,0.6,A,7,22,A,7,991,A,7,200,A,7,5.2,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,15:00,653,1390,413,1,10,563,1,16,149,1,10,440,1,10,559,1,16,176,1,10,305,1,21,10,A,7,4,A,7,23.3,A,7,0.6,A,7,22,A,7,991,A,7,200,A,7,6.2,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,16:00,457,1390,221,1,10,357,1,16,103,1,10,233,1,10,325,1,16,125,1,10,194,1,21,10,A,7,4,A,7,22.2,A,7,1.1,A,7,25,A,7,991,A,7,220,A,7,5.2,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,17:00,216,1390,77,1,10,61,1,16,67,1,10,82,1,10,42,1,16,76,1,10,142,1,21,10,A,7,6,A,7,18.9,A,7,2.2,A,7,33,A,7,991,A,7,230,A,7,2.6,A,7,24000,B,7,7620,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,18:00,14,475,3,1,10,3,1,16,3,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,7,A,7,16.1,A,7,2.2,A,7,39,A,7,991,A,7,210,A,7,2.6,A,7,24000,B,7,7620,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,15.0,A,7,3.3,A,7,45,A,7,992,A,7,220,A,7,2.6,A,7,24000,B,7,7620,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,13.9,A,7,2.8,A,7,47,A,7,992,A,7,230,A,7,2.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,11.7,A,7,3.9,A,7,59,A,7,993,A,7,220,A,7,2.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,11.7,A,7,3.3,A,7,56,A,7,993,A,7,200,A,7,2.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,11.1,A,7,3.9,A,7,61,A,7,992,A,7,230,A,7,2.1,A,7,24000,B,7,7620,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/03/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,10.0,A,7,3.3,A,7,63,A,7,992,A,7,250,A,7,2.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,2,A,7,9.4,A,7,2.8,A,7,63,A,7,992,A,7,240,A,7,2.6,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,7.2,A,7,2.8,A,7,74,A,7,992,A,7,240,A,7,2.1,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,7.2,A,7,2.8,A,7,74,A,7,992,A,7,220,A,7,2.1,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,5.6,A,7,2.8,A,7,82,A,7,992,A,7,210,A,7,2.1,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,2.8,A,7,79,A,7,992,A,7,210,A,7,2.1,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,5.6,A,7,2.8,A,7,82,A,7,992,A,7,240,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,07:00,6,313,0,1,10,2,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,2,A,7,0,A,7,3.9,A,7,2.2,A,7,89,A,7,992,A,7,200,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,08:00,184,1391,72,1,10,217,1,16,43,1,10,75,1,10,132,1,16,57,1,10,77,1,21,1,A,7,0,A,7,7.8,A,7,4.4,A,7,79,A,7,993,A,7,200,A,7,2.6,A,7,19200,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,09:00,428,1391,220,1,10,457,1,16,79,1,10,227,1,10,405,1,16,102,1,10,147,1,21,1,A,7,0,A,7,12.8,A,7,5.6,A,7,62,A,7,993,A,7,220,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,10:00,630,1391,390,1,10,624,1,16,107,1,10,408,1,10,606,1,16,133,1,10,219,1,21,1,A,7,0,A,7,17.2,A,7,5.6,A,7,46,A,7,993,A,7,250,A,7,4.1,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,11:00,774,1391,532,1,10,730,1,16,125,1,10,562,1,10,730,1,16,154,1,10,284,1,21,1,A,7,0,A,7,20.0,A,7,5.0,A,7,37,A,7,993,A,7,230,A,7,5.2,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,12:00,851,1391,565,1,10,682,1,16,147,1,10,596,1,10,686,1,16,174,1,10,355,1,21,1,A,7,0,A,7,22.2,A,7,5.0,A,7,33,A,7,992,A,7,220,A,7,5.2,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,13:00,855,1391,608,1,10,775,1,16,132,1,10,648,1,10,784,1,16,164,1,10,324,1,21,0,A,7,0,A,7,23.3,A,7,2.8,A,7,26,A,7,991,A,7,200,A,7,5.2,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,14:00,785,1391,546,1,10,748,1,16,124,1,10,580,1,10,750,1,16,154,1,10,285,1,21,0,A,7,0,A,7,23.9,A,7,1.7,A,7,23,A,7,990,A,7,200,A,7,5.2,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,15:00,648,1391,425,1,10,682,1,16,107,1,10,447,1,10,666,1,16,135,1,10,222,1,21,0,A,7,0,A,7,23.9,A,7,1.1,A,7,22,A,7,990,A,7,230,A,7,5.2,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,16:00,452,1391,253,1,10,524,1,16,83,1,10,262,1,10,472,1,16,108,1,10,155,1,21,1,A,7,0,A,7,23.3,A,7,2.2,A,7,25,A,7,990,A,7,180,A,7,4.1,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,17:00,211,1391,84,1,10,223,1,16,50,1,10,87,1,10,146,1,16,65,1,10,90,1,21,2,A,7,1,A,7,20.6,A,7,3.3,A,7,32,A,7,990,A,7,190,A,7,3.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,18:00,13,452,2,1,10,2,1,16,2,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,3,A,7,17.2,A,7,3.3,A,7,39,A,7,990,A,7,180,A,7,3.1,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,2,A,7,15.6,A,7,3.9,A,7,46,A,7,990,A,7,200,A,7,3.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,1,A,7,15.6,A,7,3.9,A,7,46,A,7,991,A,7,220,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,13.3,A,7,4.4,A,7,55,A,7,991,A,7,200,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,12.2,A,7,5.0,A,7,61,A,7,991,A,7,220,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,12.2,A,7,5.6,A,7,64,A,7,991,A,7,230,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/04/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,12.2,A,7,6.7,A,7,69,A,7,990,A,7,220,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,12.2,A,7,8.9,A,7,80,A,7,990,A,7,220,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,12.2,A,7,9.4,A,7,83,A,7,990,A,7,230,A,7,2.6,A,7,24000,B,7,1128,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,5,A,7,12.8,A,7,10.6,A,7,86,A,7,990,A,7,230,A,7,3.1,A,7,16000,B,7,7620,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,13.3,A,7,11.7,A,7,90,A,7,990,A,7,220,A,7,2.6,A,7,16000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,6,A,7,13.3,A,7,12.2,A,7,93,A,7,990,A,7,240,A,7,2.6,A,7,12800,B,7,7620,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,12.2,A,7,11.7,A,7,97,A,7,990,A,7,230,A,7,3.1,A,7,6400,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,07:00,5,290,0,1,10,6,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,4,A,7,12.2,A,7,12.2,A,7,100,A,7,990,A,7,200,A,7,3.1,A,7,2000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/05/1994,08:00,180,1391,20,1,10,0,1,16,20,1,10,24,1,10,0,1,16,24,1,10,78,1,21,10,A,7,10,A,7,14.4,A,7,14.4,A,7,100,A,7,990,A,7,230,A,7,4.1,A,7,400,B,7,30,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,10,C,8 +11/05/1994,09:00,423,1391,58,1,10,0,1,16,58,1,10,69,1,10,0,1,16,69,1,10,244,1,21,10,A,7,10,A,7,16.1,A,7,15.6,A,7,97,A,7,991,A,7,230,A,7,5.2,A,7,8000,B,7,152,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/05/1994,10:00,625,1391,165,1,10,0,1,16,165,1,10,188,1,10,0,1,16,188,1,10,654,1,21,10,A,7,10,A,7,17.8,A,7,15.6,A,7,87,A,7,990,A,7,230,A,7,5.2,A,7,11200,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/05/1994,11:00,769,1391,275,1,10,120,1,16,209,1,10,304,1,10,125,1,16,234,1,10,542,1,21,10,A,7,8,A,7,20.6,A,7,16.1,A,7,75,A,7,991,A,7,230,A,7,7.2,A,7,11200,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,12:00,845,1391,324,1,10,111,1,16,256,1,10,355,1,10,117,1,16,284,1,10,697,1,21,10,A,7,9,A,7,21.7,A,7,15.6,A,7,68,A,7,990,A,7,230,A,7,6.2,A,7,24000,B,7,914,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,13:00,849,1391,325,1,10,156,1,16,229,1,10,358,1,10,164,1,16,258,1,10,625,1,21,10,A,7,9,A,7,22.2,A,7,14.4,A,7,61,A,7,989,A,7,240,A,7,6.2,A,7,24000,B,7,1067,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,14:00,780,1391,354,1,10,300,1,16,186,1,10,388,1,10,317,1,16,209,1,10,427,1,21,10,A,7,7,A,7,22.8,A,7,13.9,A,7,57,A,7,989,A,7,240,A,7,6.2,A,7,24000,B,7,1219,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,15:00,643,1391,313,1,10,106,1,16,264,1,10,343,1,10,106,1,16,293,1,10,709,1,21,10,A,7,8,A,7,22.8,A,7,13.9,A,7,57,A,7,988,A,7,210,A,7,6.2,A,7,24000,B,7,7620,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,16:00,447,1391,122,1,10,113,1,16,86,1,10,137,1,10,106,1,16,102,1,10,194,1,21,10,A,7,7,A,7,22.2,A,7,13.3,A,7,57,A,7,988,A,7,210,A,7,5.2,A,7,24000,B,7,7620,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,17:00,207,1391,83,1,10,70,1,16,72,1,10,88,1,10,47,1,16,81,1,10,153,1,21,10,A,7,8,A,7,20.6,A,7,12.8,A,7,61,A,7,988,A,7,220,A,7,3.6,A,7,24000,B,7,7620,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,18:00,12,429,3,1,10,3,1,16,3,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,6,A,7,18.9,A,7,12.8,A,7,68,A,7,988,A,7,200,A,7,3.6,A,7,24000,B,7,7620,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,17.2,A,7,12.8,A,7,75,A,7,988,A,7,190,A,7,3.1,A,7,24000,B,7,7620,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,17.8,A,7,13.3,A,7,75,A,7,988,A,7,190,A,7,3.1,A,7,24000,B,7,1341,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,16.7,A,7,12.8,A,7,78,A,7,987,A,7,190,A,7,3.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,16.1,A,7,13.3,A,7,83,A,7,988,A,7,200,A,7,3.1,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,16.1,A,7,13.3,A,7,83,A,7,988,A,7,200,A,7,2.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/05/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,15.6,A,7,13.3,A,7,86,A,7,987,A,7,190,A,7,3.1,A,7,24000,B,7,1311,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,16.7,A,7,14.4,A,7,86,A,7,987,A,7,200,A,7,3.6,A,7,24000,B,7,1402,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,16.1,A,7,13.9,A,7,87,A,7,987,A,7,190,A,7,3.1,A,7,24000,B,7,1433,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,17.2,A,7,14.4,A,7,84,A,7,986,A,7,200,A,7,4.6,A,7,19200,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,16.1,A,7,14.4,A,7,90,A,7,985,A,7,200,A,7,4.1,A,7,24000,B,7,1524,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,14.4,A,7,86,A,7,985,A,7,210,A,7,5.2,A,7,24000,B,7,1219,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,14.4,A,7,80,A,7,985,A,7,230,A,7,7.7,A,7,24000,B,7,914,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,07:00,4,267,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,10,A,7,17.8,A,7,14.4,A,7,80,A,7,985,A,7,210,A,7,7.7,A,7,19200,B,7,914,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,08:00,175,1392,35,1,10,0,1,16,35,1,10,40,1,10,0,1,16,40,1,10,123,1,21,10,A,7,10,A,7,18.3,A,7,15.0,A,7,81,A,7,985,A,7,210,A,7,5.7,A,7,24000,B,7,3048,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,21,C,8 +11/06/1994,09:00,418,1392,68,1,10,0,1,16,68,1,10,79,1,10,0,1,16,79,1,10,278,1,21,10,A,7,10,A,7,17.8,A,7,15.6,A,7,87,A,7,986,A,7,220,A,7,6.2,A,7,16000,B,7,2743,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,10:00,619,1392,116,1,10,0,1,16,116,1,10,136,1,10,0,1,16,136,1,10,500,1,21,10,A,7,10,A,7,17.2,A,7,16.7,A,7,97,A,7,985,A,7,210,A,7,6.2,A,7,11200,B,7,2743,A,7,2.3,E,8,0.000,F,8,0.00,F,8,3,1,D,9,00,C,8 +11/06/1994,11:00,763,1392,128,1,10,0,1,16,128,1,10,153,1,10,0,1,16,153,1,10,593,1,21,10,A,7,10,A,7,18.9,A,7,17.2,A,7,90,A,7,985,A,7,220,A,7,7.2,A,7,11200,B,7,366,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,12:00,840,1392,172,1,10,0,1,16,172,1,10,203,1,10,0,1,16,203,1,10,787,1,21,10,A,7,10,A,7,19.4,A,7,17.2,A,7,87,A,7,985,A,7,220,A,7,6.2,A,7,11200,B,7,427,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,13:00,844,1392,173,1,10,0,1,16,173,1,10,204,1,10,0,1,16,204,1,10,792,1,21,10,A,7,10,A,7,20.0,A,7,17.2,A,7,84,A,7,984,A,7,220,A,7,6.2,A,7,11200,B,7,610,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,14:00,775,1392,155,1,10,0,1,16,155,1,10,182,1,10,0,1,16,182,1,10,697,1,21,10,A,7,10,A,7,21.1,A,7,17.2,A,7,78,A,7,984,A,7,210,A,7,5.2,A,7,11200,B,7,671,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,02,C,8 +11/06/1994,15:00,638,1392,182,1,10,95,1,16,139,1,10,203,1,10,97,1,16,159,1,10,337,1,21,9,A,7,9,A,7,21.1,A,7,16.7,A,7,76,A,7,984,A,7,220,A,7,6.2,A,7,16000,B,7,701,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,16:00,442,1392,250,1,10,515,1,16,86,1,10,257,1,10,459,1,16,111,1,10,159,1,21,3,A,7,3,A,7,21.1,A,7,16.1,A,7,73,A,7,984,A,7,240,A,7,6.2,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,17:00,202,1392,86,1,10,302,1,16,42,1,10,91,1,10,193,1,16,62,1,10,75,1,21,0,A,7,0,A,7,20.0,A,7,16.1,A,7,78,A,7,984,A,7,240,A,7,3.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,18:00,11,406,1,1,10,10,1,16,1,1,10,0,1,10,0,1,16,0,1,10,0,1,21,0,A,7,0,A,7,17.8,A,7,15.6,A,7,87,A,7,985,A,7,230,A,7,4.1,A,7,19200,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.1,A,7,15.0,A,7,93,A,7,986,A,7,250,A,7,3.1,A,7,19200,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,14.4,A,7,100,A,7,986,A,7,250,A,7,3.1,A,7,19200,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,11.1,A,7,67,A,7,987,A,7,330,A,7,3.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,8.3,A,7,58,A,7,988,A,7,330,A,7,4.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,8.3,A,7,62,A,7,988,A,7,330,A,7,3.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/06/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,8.3,A,7,64,A,7,989,A,7,330,A,7,3.1,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,7.8,A,7,67,A,7,989,A,7,310,A,7,3.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,6.1,A,7,74,A,7,990,A,7,240,A,7,2.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,5.6,A,7,71,A,7,990,A,7,310,A,7,2.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,6.1,A,7,68,A,7,991,A,7,340,A,7,3.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,5.6,A,7,66,A,7,991,A,7,360,A,7,6.2,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,4.4,A,7,63,A,7,993,A,7,360,A,7,3.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,07:00,3,244,0,1,10,34,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,0,A,7,0,A,7,10.6,A,7,3.9,A,7,63,A,7,994,A,7,360,A,7,3.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,08:00,170,1393,81,1,10,458,1,16,25,1,10,82,1,10,306,1,16,45,1,10,49,1,21,0,A,7,0,A,7,11.7,A,7,3.9,A,7,59,A,7,995,A,7,360,A,7,3.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,09:00,413,1393,258,1,10,729,1,16,41,1,10,273,1,10,655,1,16,78,1,10,97,1,21,0,A,7,0,A,7,12.8,A,7,2.2,A,7,48,A,7,996,A,7,20,A,7,5.7,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,10:00,614,1393,425,1,10,839,1,16,55,1,10,449,1,10,806,1,16,92,1,10,132,1,21,0,A,7,0,A,7,14.4,A,7,2.2,A,7,44,A,7,998,A,7,30,A,7,5.2,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,11:00,758,1393,550,1,10,891,1,16,64,1,10,578,1,10,876,1,16,100,1,10,159,1,21,0,A,7,0,A,7,15.6,A,7,1.1,A,7,37,A,7,998,A,7,30,A,7,4.1,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,12:00,835,1393,617,1,10,914,1,16,69,1,10,648,1,10,905,1,16,104,1,10,176,1,21,0,A,7,0,A,7,16.7,A,7,0.6,A,7,34,A,7,997,A,7,80,A,7,6.7,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,13:00,839,1393,621,1,10,916,1,16,69,1,10,652,1,10,907,1,16,104,1,10,177,1,21,0,A,7,0,A,7,17.8,A,7,-1.7,A,7,26,A,7,996,A,7,80,A,7,6.2,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,14:00,770,1393,554,1,10,858,1,16,79,1,10,579,1,10,843,1,16,111,1,10,173,1,21,2,A,7,2,A,7,18.3,A,7,-2.8,A,7,23,A,7,996,A,7,50,A,7,5.7,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,15:00,633,1393,384,1,10,620,1,16,102,1,10,404,1,10,604,1,16,128,1,10,210,1,21,6,A,7,3,A,7,18.3,A,7,-3.3,A,7,22,A,7,996,A,7,40,A,7,4.1,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,16:00,438,1393,250,1,10,600,1,16,61,1,10,263,1,10,542,1,16,92,1,10,119,1,21,6,A,7,1,A,7,17.2,A,7,-3.3,A,7,24,A,7,996,A,7,50,A,7,3.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,17:00,198,1393,64,1,10,138,1,16,44,1,10,68,1,10,85,1,16,56,1,10,80,1,21,9,A,7,3,A,7,15.6,A,7,-2.2,A,7,29,A,7,997,A,7,60,A,7,3.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,18:00,10,383,2,1,10,26,1,16,1,1,10,0,1,10,0,1,16,0,1,10,0,1,21,6,A,7,2,A,7,13.9,A,7,-2.2,A,7,32,A,7,997,A,7,40,A,7,2.6,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,11.7,A,7,-1.1,A,7,41,A,7,997,A,7,80,A,7,2.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,10.0,A,7,0.0,A,7,50,A,7,997,A,7,60,A,7,1.5,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,-0.6,A,7,51,A,7,997,A,7,40,A,7,2.6,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,0.6,A,7,68,A,7,997,A,7,30,A,7,1.5,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,0.6,A,7,68,A,7,997,A,7,80,A,7,1.5,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/07/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,0.0,A,7,65,A,7,996,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,-0.6,A,7,59,A,7,996,A,7,190,A,7,2.1,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,-1.1,A,7,57,A,7,996,A,7,200,A,7,2.6,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,-2.2,A,7,54,A,7,996,A,7,210,A,7,2.1,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,-2.2,A,7,52,A,7,996,A,7,220,A,7,2.1,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,-2.2,A,7,63,A,7,995,A,7,260,A,7,2.6,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-1.7,A,7,71,A,7,995,A,7,270,A,7,1.5,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,07:00,3,221,0,1,10,18,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,2,A,7,2,A,7,2.8,A,7,-1.7,A,7,71,A,7,995,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,08:00,165,1393,43,1,10,137,1,16,27,1,10,47,1,10,79,1,16,37,1,10,47,1,21,3,A,7,3,A,7,5.0,A,7,1.7,A,7,79,A,7,995,A,7,240,A,7,2.6,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,09:00,408,1393,197,1,10,369,1,16,89,1,10,208,1,10,324,1,16,113,1,10,165,1,21,6,A,7,2,A,7,11.1,A,7,1.1,A,7,50,A,7,995,A,7,250,A,7,4.1,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,10:00,609,1393,331,1,10,322,1,16,191,1,10,352,1,10,325,1,16,210,1,10,420,1,21,8,A,7,3,A,7,13.3,A,7,0.0,A,7,40,A,7,995,A,7,250,A,7,4.1,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,11:00,753,1393,430,1,10,460,1,16,181,1,10,456,1,10,466,1,16,204,1,10,397,1,21,7,A,7,2,A,7,16.1,A,7,1.1,A,7,36,A,7,995,A,7,250,A,7,5.2,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,12:00,829,1393,581,1,10,643,1,16,197,1,10,619,1,10,659,1,16,226,1,10,462,1,21,8,A,7,3,A,7,17.2,A,7,0.0,A,7,31,A,7,994,A,7,250,A,7,5.2,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,13:00,834,1393,569,1,10,752,1,16,119,1,10,609,1,10,762,1,16,151,1,10,289,1,21,6,A,7,2,A,7,18.3,A,7,0.0,A,7,29,A,7,992,A,7,250,A,7,5.2,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,14:00,765,1393,467,1,10,480,1,16,204,1,10,492,1,10,486,1,16,224,1,10,457,1,21,6,A,7,3,A,7,18.9,A,7,0.0,A,7,28,A,7,991,A,7,260,A,7,4.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,15:00,628,1393,432,1,10,821,1,16,61,1,10,454,1,10,791,1,16,96,1,10,139,1,21,1,A,7,0,A,7,20.0,A,7,1.7,A,7,30,A,7,990,A,7,210,A,7,5.2,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,16:00,433,1393,274,1,10,736,1,16,45,1,10,290,1,10,667,1,16,81,1,10,102,1,21,0,A,7,0,A,7,20.0,A,7,2.2,A,7,31,A,7,989,A,7,250,A,7,5.2,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,17:00,194,1393,91,1,10,425,1,16,31,1,10,94,1,10,282,1,16,54,1,10,57,1,21,2,A,7,1,A,7,17.2,A,7,2.2,A,7,36,A,7,989,A,7,230,A,7,4.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,18:00,9,360,2,1,10,6,1,16,1,1,10,0,1,10,0,1,16,0,1,10,0,1,21,9,A,7,4,A,7,13.9,A,7,1.7,A,7,44,A,7,989,A,7,220,A,7,3.6,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,13.3,A,7,1.7,A,7,45,A,7,989,A,7,210,A,7,2.6,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,10.6,A,7,2.2,A,7,56,A,7,989,A,7,210,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,1,A,7,10.0,A,7,2.8,A,7,61,A,7,988,A,7,220,A,7,3.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,10.0,A,7,2.2,A,7,58,A,7,988,A,7,230,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,2.2,A,7,58,A,7,988,A,7,220,A,7,2.6,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/08/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,2.2,A,7,61,A,7,987,A,7,230,A,7,2.6,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,3.3,A,7,68,A,7,987,A,7,230,A,7,2.6,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.0,A,7,3.9,A,7,66,A,7,987,A,7,240,A,7,2.6,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,4.4,A,7,71,A,7,987,A,7,210,A,7,2.6,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,4.4,A,7,82,A,7,986,A,7,220,A,7,3.1,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,4.4,A,7,82,A,7,986,A,7,220,A,7,3.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,5.6,A,7,86,A,7,986,A,7,240,A,7,3.6,A,7,19200,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,07:00,2,197,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,0,A,7,0,A,7,7.8,A,7,6.1,A,7,89,A,7,987,A,7,240,A,7,2.6,A,7,19200,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,08:00,161,1394,53,1,10,92,1,16,42,1,10,55,1,10,49,1,16,50,1,10,78,1,21,0,A,7,0,A,7,9.4,A,7,7.8,A,7,90,A,7,987,A,7,220,A,7,3.6,A,7,11200,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,09:00,403,1394,201,1,10,374,1,16,93,1,10,211,1,10,327,1,16,116,1,10,173,1,21,0,A,7,0,A,7,13.3,A,7,8.3,A,7,72,A,7,987,A,7,230,A,7,3.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,10:00,604,1394,362,1,10,536,1,16,130,1,10,387,1,10,524,1,16,159,1,10,257,1,21,0,A,7,0,A,7,16.7,A,7,8.9,A,7,60,A,7,986,A,7,240,A,7,3.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,11:00,748,1394,467,1,10,556,1,16,169,1,10,500,1,10,563,1,16,196,1,10,367,1,21,3,A,7,0,A,7,20.6,A,7,8.3,A,7,45,A,7,985,A,7,260,A,7,3.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,12:00,824,1394,553,1,10,635,1,16,177,1,10,573,1,10,630,1,16,200,1,10,400,1,21,2,A,7,0,A,7,22.8,A,7,7.2,A,7,37,A,7,985,A,7,250,A,7,5.2,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,13:00,828,1394,537,1,10,594,1,16,184,1,10,577,1,10,609,1,16,214,1,10,428,1,21,3,A,7,0,A,7,23.3,A,7,8.3,A,7,38,A,7,983,A,7,260,A,7,4.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,14:00,760,1394,497,1,10,616,1,16,160,1,10,514,1,10,607,1,16,182,1,10,343,1,21,1,A,7,0,A,7,23.9,A,7,8.9,A,7,38,A,7,983,A,7,260,A,7,5.2,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,15:00,624,1394,377,1,10,539,1,16,136,1,10,403,1,10,530,1,16,164,1,10,272,1,21,1,A,7,0,A,7,23.9,A,7,7.8,A,7,36,A,7,983,A,7,230,A,7,5.2,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,16:00,429,1394,220,1,10,398,1,16,97,1,10,231,1,10,355,1,16,122,1,10,181,1,21,0,A,7,0,A,7,23.3,A,7,8.9,A,7,40,A,7,982,A,7,230,A,7,5.2,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,17:00,190,1394,67,1,10,128,1,16,50,1,10,71,1,10,77,1,16,61,1,10,94,1,21,0,A,7,0,A,7,21.7,A,7,7.8,A,7,41,A,7,982,A,7,230,A,7,5.7,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,18:00,8,360,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,1,A,7,0,A,7,17.8,A,7,7.8,A,7,52,A,7,982,A,7,220,A,7,3.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,7.8,A,7,56,A,7,982,A,7,200,A,7,3.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,8.9,A,7,64,A,7,982,A,7,220,A,7,3.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,12.2,A,7,72,A,7,981,A,7,230,A,7,4.6,A,7,19200,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,13.3,A,7,78,A,7,981,A,7,230,A,7,4.6,A,7,19200,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,13.3,A,7,80,A,7,981,A,7,230,A,7,3.6,A,7,19200,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/09/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,13.9,A,7,84,A,7,981,A,7,240,A,7,4.6,A,7,19200,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/10/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,13.9,A,7,90,A,7,981,A,7,240,A,7,4.1,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/10/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.6,A,7,13.9,A,7,90,A,7,980,A,7,230,A,7,4.6,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/10/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,13.9,A,7,93,A,7,980,A,7,240,A,7,3.6,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/10/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,15.6,A,7,14.4,A,7,93,A,7,980,A,7,240,A,7,4.6,A,7,16000,B,7,3048,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/10/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,14.4,A,7,93,A,7,980,A,7,230,A,7,3.1,A,7,16000,B,7,3048,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/10/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,14.4,A,7,93,A,7,981,A,7,270,A,7,3.1,A,7,14400,B,7,2896,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/10/1994,07:00,2,174,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,10,A,7,15.6,A,7,15.0,A,7,96,A,7,982,A,7,280,A,7,2.6,A,7,9600,B,7,3048,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/10/1994,08:00,156,1395,31,1,10,0,1,16,31,1,10,35,1,10,0,1,16,35,1,10,108,1,21,10,A,7,10,A,7,15.6,A,7,14.4,A,7,93,A,7,983,A,7,330,A,7,3.1,A,7,4800,B,7,3048,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/10/1994,09:00,398,1395,78,1,10,0,1,16,78,1,10,90,1,10,0,1,16,90,1,10,304,1,21,10,A,7,10,A,7,15.6,A,7,15.0,A,7,96,A,7,984,A,7,10,A,7,2.1,A,7,4000,B,7,1463,A,7,2.0,E,8,0.000,F,8,0.00,F,8,10,1,D,9,45,C,8 +11/10/1994,10:00,599,1395,105,1,10,0,1,16,105,1,10,123,1,10,0,1,16,123,1,10,455,1,21,10,A,7,10,A,7,12.2,A,7,11.1,A,7,93,A,7,986,A,7,50,A,7,10.3,A,7,3200,B,7,244,A,7,2.0,E,8,0.000,F,8,0.00,F,8,18,1,D,9,45,C,8 +11/10/1994,11:00,743,1395,135,1,10,0,1,16,135,1,10,160,1,10,0,1,16,160,1,10,612,1,21,10,A,7,10,A,7,9.4,A,7,8.3,A,7,93,A,7,988,A,7,50,A,7,8.2,A,7,4800,B,7,305,A,7,2.0,E,8,0.000,F,8,0.00,F,8,25,1,D,9,45,C,8 +11/10/1994,12:00,819,1395,151,1,10,0,1,16,151,1,10,179,1,10,0,1,16,179,1,10,700,1,21,10,A,7,10,A,7,8.9,A,7,8.3,A,7,96,A,7,988,A,7,40,A,7,7.2,A,7,4800,B,7,305,A,7,2.0,E,8,0.000,F,8,0.00,F,8,25,1,D,9,45,C,8 +11/10/1994,13:00,823,1395,151,1,10,0,1,16,151,1,10,179,1,10,0,1,16,179,1,10,701,1,21,10,A,7,10,A,7,8.9,A,7,7.8,A,7,93,A,7,989,A,7,50,A,7,6.2,A,7,9600,B,7,305,A,7,2.0,E,8,0.000,F,8,0.00,F,8,5,1,D,9,45,C,8 +11/10/1994,14:00,755,1395,137,1,10,0,1,16,137,1,10,162,1,10,0,1,16,162,1,10,624,1,21,10,A,7,10,A,7,8.3,A,7,7.8,A,7,97,A,7,989,A,7,50,A,7,6.2,A,7,9600,B,7,305,A,7,2.0,E,8,0.000,F,8,0.00,F,8,13,1,D,9,45,C,8 +11/10/1994,15:00,619,1395,110,1,10,0,1,16,110,1,10,129,1,10,0,1,16,129,1,10,479,1,21,10,A,7,10,A,7,8.3,A,7,6.7,A,7,90,A,7,989,A,7,50,A,7,8.2,A,7,11200,B,7,305,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/10/1994,16:00,425,1395,84,1,10,0,1,16,84,1,10,97,1,10,0,1,16,97,1,10,330,1,21,10,A,7,10,A,7,8.3,A,7,6.7,A,7,90,A,7,990,A,7,40,A,7,6.7,A,7,24000,B,7,1463,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/10/1994,17:00,186,1395,31,1,10,0,1,16,31,1,10,36,1,10,0,1,16,36,1,10,114,1,21,10,A,7,10,A,7,8.3,A,7,6.7,A,7,90,A,7,990,A,7,40,A,7,7.2,A,7,12800,B,7,1524,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/10/1994,18:00,7,337,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,10,A,7,7.8,A,7,5.6,A,7,86,A,7,990,A,7,50,A,7,6.7,A,7,16000,B,7,3658,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/10/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,3.9,A,7,76,A,7,991,A,7,50,A,7,5.7,A,7,24000,B,7,3048,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/10/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,2.8,A,7,71,A,7,992,A,7,40,A,7,4.6,A,7,24000,B,7,3048,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,21,C,8 +11/10/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,3.3,A,7,73,A,7,992,A,7,30,A,7,4.6,A,7,24000,B,7,3048,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/10/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,2.8,A,7,71,A,7,993,A,7,40,A,7,5.2,A,7,24000,B,7,3353,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/10/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,2.8,A,7,71,A,7,993,A,7,50,A,7,5.7,A,7,24000,B,7,3353,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/10/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,8,A,7,7.2,A,7,2.8,A,7,74,A,7,993,A,7,50,A,7,5.2,A,7,24000,B,7,4572,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,6.7,A,7,2.8,A,7,76,A,7,993,A,7,30,A,7,4.1,A,7,24000,B,7,3353,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,5.6,A,7,2.8,A,7,82,A,7,993,A,7,30,A,7,3.6,A,7,24000,B,7,3658,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,2.2,A,7,79,A,7,992,A,7,30,A,7,5.2,A,7,24000,B,7,3353,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,1.7,A,7,76,A,7,993,A,7,20,A,7,4.6,A,7,24000,B,7,3658,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,5.6,A,7,1.1,A,7,73,A,7,994,A,7,30,A,7,4.1,A,7,24000,B,7,3658,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,5.0,A,7,1.1,A,7,76,A,7,994,A,7,40,A,7,4.1,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,07:00,1,151,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,3,A,7,3,A,7,5.0,A,7,-1.1,A,7,64,A,7,994,A,7,40,A,7,6.7,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,08:00,151,1395,48,1,10,113,1,16,36,1,10,51,1,10,58,1,16,45,1,10,65,1,21,2,A,7,2,A,7,5.6,A,7,-2.2,A,7,56,A,7,996,A,7,60,A,7,6.2,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,14,C,8 +11/11/1994,09:00,393,1395,209,1,10,277,1,16,131,1,10,218,1,10,243,1,16,149,1,10,272,1,21,3,A,7,3,A,7,7.2,A,7,-3.9,A,7,43,A,7,996,A,7,60,A,7,8.2,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,10:00,594,1395,364,1,10,632,1,16,95,1,10,382,1,10,609,1,16,122,1,10,192,1,21,1,A,7,1,A,7,8.3,A,7,-3.9,A,7,40,A,7,996,A,7,60,A,7,8.2,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,11:00,737,1395,504,1,10,737,1,16,114,1,10,534,1,10,734,1,16,144,1,10,252,1,21,0,A,7,0,A,7,10.0,A,7,-4.4,A,7,34,A,7,996,A,7,60,A,7,7.7,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,12:00,814,1395,572,1,10,770,1,16,123,1,10,609,1,10,776,1,16,155,1,10,291,1,21,0,A,7,0,A,7,10.6,A,7,-4.4,A,7,33,A,7,996,A,7,40,A,7,7.2,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,13:00,819,1395,577,1,10,772,1,16,124,1,10,614,1,10,779,1,16,156,1,10,294,1,21,0,A,7,0,A,7,11.7,A,7,-2.8,A,7,35,A,7,995,A,7,30,A,7,7.2,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,14:00,751,1395,516,1,10,744,1,16,116,1,10,547,1,10,743,1,16,146,1,10,259,1,21,0,A,7,0,A,7,12.8,A,7,-2.8,A,7,33,A,7,994,A,7,30,A,7,5.2,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,15:00,615,1395,397,1,10,675,1,16,99,1,10,417,1,10,654,1,16,127,1,10,202,1,21,0,A,7,0,A,7,13.3,A,7,-2.2,A,7,33,A,7,994,A,7,60,A,7,6.2,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,16:00,420,1395,235,1,10,533,1,16,74,1,10,243,1,10,471,1,16,101,1,10,138,1,21,0,A,7,0,A,7,12.8,A,7,-2.8,A,7,33,A,7,994,A,7,50,A,7,4.1,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,17:00,182,1395,72,1,10,233,1,16,41,1,10,75,1,10,140,1,16,56,1,10,73,1,21,0,A,7,0,A,7,11.7,A,7,-2.2,A,7,37,A,7,994,A,7,40,A,7,3.6,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,18:00,6,314,0,1,10,3,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,0,A,7,0,A,7,8.9,A,7,-1.7,A,7,47,A,7,995,A,7,30,A,7,3.6,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,-1.7,A,7,50,A,7,995,A,7,40,A,7,3.1,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,-1.1,A,7,59,A,7,995,A,7,30,A,7,3.6,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-2.2,A,7,61,A,7,996,A,7,70,A,7,3.1,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-2.2,A,7,58,A,7,996,A,7,50,A,7,2.6,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,-1.7,A,7,66,A,7,996,A,7,40,A,7,3.1,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/11/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-1.7,A,7,69,A,7,996,A,7,40,A,7,3.6,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-2.8,A,7,65,A,7,996,A,7,50,A,7,2.6,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-2.8,A,7,70,A,7,997,A,7,20,A,7,2.6,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-0.6,A,7,-2.8,A,7,83,A,7,997,A,7,360,A,7,1.5,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-3.3,A,7,70,A,7,997,A,7,20,A,7,3.6,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.0,A,7,-3.3,A,7,76,A,7,997,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.7,A,7,-4.4,A,7,80,A,7,997,A,7,330,A,7,1.5,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,07:00,1,128,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,0,A,7,0,A,7,-0.6,A,7,-3.9,A,7,76,A,7,998,A,7,60,A,7,2.1,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,08:00,147,1396,51,1,10,140,1,16,36,1,10,54,1,10,70,1,16,46,1,10,66,1,21,0,A,7,0,A,7,1.7,A,7,-2.8,A,7,70,A,7,998,A,7,30,A,7,3.6,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,09:00,388,1396,206,1,10,462,1,16,77,1,10,211,1,10,396,1,16,100,1,10,139,1,21,0,A,7,0,A,7,4.4,A,7,-2.2,A,7,61,A,7,999,A,7,30,A,7,5.2,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,10:00,589,1396,370,1,10,625,1,16,106,1,10,385,1,10,597,1,16,132,1,10,210,1,21,0,A,7,0,A,7,8.3,A,7,-1.1,A,7,51,A,7,999,A,7,60,A,7,4.1,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,11:00,732,1396,497,1,10,706,1,16,126,1,10,522,1,10,700,1,16,153,1,10,273,1,21,0,A,7,0,A,7,10.0,A,7,-1.7,A,7,43,A,7,999,A,7,70,A,7,3.6,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,12:00,809,1396,547,1,10,713,1,16,134,1,10,579,1,10,715,1,16,162,1,10,311,1,21,1,A,7,1,A,7,12.2,A,7,-1.1,A,7,39,A,7,997,A,7,40,A,7,3.6,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,13:00,814,1396,568,1,10,723,1,16,146,1,10,597,1,10,723,1,16,173,1,10,337,1,21,2,A,7,0,A,7,12.8,A,7,-2.2,A,7,34,A,7,996,A,7,140,A,7,2.1,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,14:00,746,1396,507,1,10,683,1,16,142,1,10,529,1,10,675,1,16,167,1,10,306,1,21,3,A,7,0,A,7,14.4,A,7,-2.2,A,7,31,A,7,995,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,15:00,610,1396,386,1,10,627,1,16,112,1,10,402,1,10,603,1,16,137,1,10,223,1,21,1,A,7,0,A,7,15.6,A,7,-1.1,A,7,31,A,7,995,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,16:00,416,1396,227,1,10,487,1,16,81,1,10,233,1,10,426,1,16,105,1,10,148,1,21,0,A,7,0,A,7,15.6,A,7,-1.1,A,7,31,A,7,995,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,17:00,179,1396,67,1,10,187,1,16,43,1,10,69,1,10,111,1,16,55,1,10,78,1,21,0,A,7,0,A,7,13.9,A,7,-2.8,A,7,30,A,7,995,A,7,80,A,7,2.1,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,18:00,5,291,0,1,10,1,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,0,A,7,0,A,7,11.7,A,7,-2.2,A,7,37,A,7,994,A,7,90,A,7,1.5,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,0.0,A,7,60,A,7,995,A,7,100,A,7,2.1,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,6.1,A,7,0.0,A,7,65,A,7,995,A,7,40,A,7,1.5,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,3.9,A,7,0.6,A,7,79,A,7,995,A,7,210,A,7,2.6,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,4.4,A,7,0.0,A,7,73,A,7,995,A,7,250,A,7,2.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-1.1,A,7,67,A,7,995,A,7,280,A,7,2.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/12/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,3.3,A,7,-1.1,A,7,72,A,7,994,A,7,280,A,7,2.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-2.2,A,7,71,A,7,994,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-2.2,A,7,71,A,7,994,A,7,320,A,7,2.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.6,A,7,-1.7,A,7,83,A,7,994,A,7,230,A,7,2.1,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-2.2,A,7,74,A,7,994,A,7,300,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.0,A,7,-2.2,A,7,83,A,7,993,A,7,240,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-2.2,A,7,74,A,7,993,A,7,280,A,7,2.6,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,07:00,1,105,0,1,10,4,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,0,A,7,0,A,7,1.7,A,7,-2.2,A,7,74,A,7,994,A,7,300,A,7,2.1,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,08:00,142,1397,58,1,10,286,1,16,28,1,10,58,1,10,162,1,16,42,1,10,50,1,21,0,A,7,0,A,7,1.7,A,7,-0.6,A,7,84,A,7,994,A,7,230,A,7,2.6,A,7,19200,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,09:00,383,1397,222,1,10,614,1,16,53,1,10,228,1,10,535,1,16,80,1,10,102,1,21,0,A,7,0,A,7,8.9,A,7,3.3,A,7,68,A,7,994,A,7,210,A,7,2.6,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,10:00,584,1397,386,1,10,753,1,16,71,1,10,404,1,10,721,1,16,102,1,10,148,1,21,0,A,7,0,A,7,13.9,A,7,1.1,A,7,42,A,7,995,A,7,250,A,7,2.6,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,11:00,727,1397,505,1,10,803,1,16,87,1,10,533,1,10,792,1,16,119,1,10,192,1,21,1,A,7,0,A,7,16.7,A,7,1.7,A,7,36,A,7,994,A,7,240,A,7,3.6,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,12:00,804,1397,575,1,10,826,1,16,99,1,10,606,1,10,821,1,16,131,1,10,226,1,21,2,A,7,0,A,7,19.4,A,7,2.8,A,7,33,A,7,993,A,7,230,A,7,2.6,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,13:00,809,1397,579,1,10,806,1,16,112,1,10,603,1,10,798,1,16,139,1,10,244,1,21,4,A,7,0,A,7,20.6,A,7,3.9,A,7,33,A,7,993,A,7,200,A,7,3.1,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,14:00,741,1397,509,1,10,766,1,16,102,1,10,529,1,10,752,1,16,128,1,10,213,1,21,5,A,7,1,A,7,22.2,A,7,5.6,A,7,34,A,7,992,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,15:00,606,1397,351,1,10,526,1,16,123,1,10,377,1,10,515,1,16,153,1,10,242,1,21,8,A,7,3,A,7,22.2,A,7,5.6,A,7,34,A,7,991,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,16:00,412,1397,229,1,10,503,1,16,80,1,10,235,1,10,439,1,16,105,1,10,146,1,21,4,A,7,1,A,7,22.2,A,7,6.7,A,7,37,A,7,991,A,7,190,A,7,1.5,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,17:00,175,1397,71,1,10,254,1,16,39,1,10,74,1,10,150,1,16,55,1,10,70,1,21,6,A,7,1,A,7,20.6,A,7,5.0,A,7,36,A,7,991,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,18:00,5,291,0,1,10,7,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,7,A,7,2,A,7,16.1,A,7,1.7,A,7,38,A,7,992,A,7,170,A,7,2.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,0,A,7,13.9,A,7,2.2,A,7,45,A,7,992,A,7,190,A,7,2.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,0,A,7,12.2,A,7,2.8,A,7,53,A,7,993,A,7,240,A,7,2.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,0,A,7,10.0,A,7,3.9,A,7,66,A,7,993,A,7,200,A,7,2.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,11.1,A,7,2.2,A,7,54,A,7,993,A,7,230,A,7,2.1,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,2.2,A,7,65,A,7,993,A,7,240,A,7,2.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/13/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,1.7,A,7,61,A,7,993,A,7,230,A,7,2.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,1.7,A,7,63,A,7,993,A,7,220,A,7,1.5,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.6,A,7,0.6,A,7,70,A,7,992,A,7,60,A,7,1.5,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,1.7,A,7,73,A,7,992,A,7,70,A,7,2.1,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,0.6,A,7,73,A,7,992,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.6,A,7,-0.6,A,7,64,A,7,992,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-0.6,A,7,75,A,7,993,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,07:00,0,82,0,1,10,1,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,0,A,7,0,A,7,3.3,A,7,-0.6,A,7,75,A,7,993,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,08:00,138,1397,51,1,10,199,1,16,31,1,10,53,1,10,102,1,16,43,1,10,55,1,21,0,A,7,0,A,7,5.6,A,7,0.6,A,7,70,A,7,994,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,09:00,379,1397,208,1,10,534,1,16,63,1,10,216,1,10,458,1,16,91,1,10,118,1,21,0,A,7,0,A,7,12.8,A,7,5.6,A,7,62,A,7,994,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,10:00,579,1397,370,1,10,686,1,16,86,1,10,391,1,10,659,1,16,117,1,10,175,1,21,0,A,7,0,A,7,17.8,A,7,2.8,A,7,37,A,7,995,A,7,170,A,7,2.1,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,11:00,722,1397,494,1,10,760,1,16,101,1,10,512,1,10,744,1,16,126,1,10,207,1,21,0,A,7,0,A,7,20.0,A,7,3.9,A,7,35,A,7,995,A,7,170,A,7,3.1,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,12:00,799,1397,536,1,10,750,1,16,107,1,10,560,1,10,743,1,16,134,1,10,235,1,21,1,A,7,1,A,7,21.7,A,7,6.1,A,7,36,A,7,994,A,7,310,A,7,2.1,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,13:00,804,1397,468,1,10,576,1,16,136,1,10,493,1,10,577,1,16,160,1,10,313,1,21,2,A,7,1,A,7,21.7,A,7,8.3,A,7,42,A,7,993,A,7,160,A,7,4.1,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,14:00,737,1397,474,1,10,526,1,16,196,1,10,497,1,10,530,1,16,217,1,10,429,1,21,8,A,7,3,A,7,22.2,A,7,9.4,A,7,44,A,7,992,A,7,100,A,7,2.6,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,15:00,602,1397,308,1,10,396,1,16,137,1,10,326,1,10,387,1,16,159,1,10,272,1,21,7,A,7,4,A,7,21.7,A,7,9.4,A,7,45,A,7,992,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,16:00,409,1397,188,1,10,67,1,16,168,1,10,205,1,10,62,1,16,187,1,10,393,1,21,10,A,7,5,A,7,21.1,A,7,8.9,A,7,46,A,7,992,A,7,230,A,7,2.6,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,17:00,172,1397,62,1,10,50,1,16,55,1,10,67,1,10,35,1,16,62,1,10,124,1,21,10,A,7,5,A,7,20.0,A,7,7.2,A,7,43,A,7,992,A,7,230,A,7,2.1,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,18:00,4,268,0,1,10,1,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,5,A,7,17.2,A,7,5.0,A,7,44,A,7,992,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,13.3,A,7,4.4,A,7,55,A,7,993,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,1,A,7,11.7,A,7,4.4,A,7,61,A,7,993,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,10.0,A,7,3.9,A,7,66,A,7,993,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,8.9,A,7,3.9,A,7,71,A,7,993,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,0,A,7,9.4,A,7,3.9,A,7,68,A,7,993,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/14/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,10.0,A,7,4.4,A,7,68,A,7,993,A,7,300,A,7,2.1,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,6.7,A,7,3.9,A,7,82,A,7,993,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,2,A,7,7.2,A,7,3.9,A,7,80,A,7,992,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,6.7,A,7,3.9,A,7,82,A,7,992,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,1,A,7,6.1,A,7,3.9,A,7,86,A,7,991,A,7,320,A,7,2.1,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,0,A,7,5.6,A,7,3.3,A,7,85,A,7,991,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,6.7,A,7,3.3,A,7,79,A,7,992,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,07:00,0,58,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,9,A,7,4,A,7,6.7,A,7,3.9,A,7,82,A,7,992,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,08:00,133,1398,56,1,10,19,1,16,54,1,10,61,1,10,12,1,16,60,1,10,111,1,21,9,A,7,4,A,7,8.3,A,7,6.1,A,7,86,A,7,993,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,09:00,374,1398,178,1,10,216,1,16,121,1,10,187,1,10,186,1,16,137,1,10,248,1,21,9,A,7,4,A,7,13.3,A,7,8.9,A,7,75,A,7,993,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,10:00,574,1398,247,1,10,92,1,16,209,1,10,270,1,10,90,1,16,233,1,10,558,1,21,10,A,7,7,A,7,17.2,A,7,8.9,A,7,58,A,7,993,A,7,0,A,7,0.0,A,7,16000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,11:00,717,1398,204,1,10,102,1,16,151,1,10,227,1,10,106,1,16,173,1,10,380,1,21,10,A,7,8,A,7,19.4,A,7,8.9,A,7,51,A,7,993,A,7,0,A,7,0.0,A,7,16000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,12:00,794,1398,374,1,10,171,1,16,276,1,10,405,1,10,178,1,16,304,1,10,726,1,21,10,A,7,7,A,7,20.6,A,7,7.8,A,7,44,A,7,992,A,7,0,A,7,0.0,A,7,16000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,13:00,800,1398,224,1,10,148,1,16,139,1,10,251,1,10,157,1,16,160,1,10,309,1,21,10,A,7,8,A,7,21.1,A,7,7.8,A,7,42,A,7,991,A,7,0,A,7,0.0,A,7,16000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,14:00,732,1398,327,1,10,147,1,16,249,1,10,354,1,10,151,1,16,274,1,10,632,1,21,10,A,7,7,A,7,21.7,A,7,7.8,A,7,41,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,15:00,598,1398,286,1,10,261,1,16,174,1,10,305,1,10,262,1,16,192,1,10,374,1,21,10,A,7,8,A,7,21.7,A,7,7.2,A,7,39,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,16:00,405,1398,199,1,10,108,1,16,168,1,10,218,1,10,99,1,16,189,1,10,391,1,21,10,A,7,7,A,7,21.1,A,7,7.2,A,7,41,A,7,989,A,7,100,A,7,2.1,A,7,16000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,17:00,168,1398,49,1,10,9,1,16,48,1,10,54,1,10,1,1,16,54,1,10,150,1,21,10,A,7,8,A,7,18.9,A,7,6.7,A,7,45,A,7,989,A,7,100,A,7,2.1,A,7,16000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,18:00,4,245,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,7,A,7,17.2,A,7,6.7,A,7,50,A,7,990,A,7,90,A,7,2.1,A,7,16000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,13.9,A,7,7.2,A,7,64,A,7,990,A,7,60,A,7,1.5,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,4,A,7,12.2,A,7,7.2,A,7,71,A,7,990,A,7,40,A,7,2.1,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,8.9,A,7,6.1,A,7,83,A,7,990,A,7,90,A,7,1.5,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,5,A,7,10.6,A,7,6.7,A,7,77,A,7,990,A,7,30,A,7,1.5,A,7,24000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,10.6,A,7,6.7,A,7,77,A,7,990,A,7,40,A,7,2.6,A,7,24000,B,7,4572,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/15/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,5,A,7,10.6,A,7,6.7,A,7,77,A,7,990,A,7,40,A,7,2.6,A,7,24000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,6.7,A,7,83,A,7,989,A,7,50,A,7,2.6,A,7,24000,B,7,3962,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,6,A,7,10.0,A,7,6.7,A,7,80,A,7,989,A,7,30,A,7,2.6,A,7,19200,B,7,4572,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,6,A,7,10.0,A,7,6.7,A,7,80,A,7,989,A,7,40,A,7,2.6,A,7,19200,B,7,4572,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,10.0,A,7,7.2,A,7,83,A,7,988,A,7,40,A,7,2.6,A,7,16000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,10.0,A,7,7.2,A,7,83,A,7,988,A,7,30,A,7,2.6,A,7,16000,B,7,1067,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,10.0,A,7,7.2,A,7,83,A,7,988,A,7,40,A,7,3.1,A,7,16000,B,7,1829,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,07:00,0,35,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,9,A,7,9,A,7,10.6,A,7,7.2,A,7,79,A,7,988,A,7,20,A,7,3.1,A,7,16000,B,7,853,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,08:00,129,1399,29,1,10,6,1,16,28,1,10,32,1,10,0,1,16,32,1,10,94,1,21,9,A,7,9,A,7,11.1,A,7,7.8,A,7,80,A,7,989,A,7,20,A,7,3.6,A,7,16000,B,7,4572,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,09:00,369,1399,66,1,10,17,1,16,61,1,10,72,1,10,15,1,16,68,1,10,172,1,21,10,A,7,9,A,7,12.8,A,7,9.4,A,7,80,A,7,989,A,7,30,A,7,4.1,A,7,16000,B,7,3658,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,10:00,569,1399,198,1,10,140,1,16,141,1,10,218,1,10,139,1,16,161,1,10,332,1,21,9,A,7,8,A,7,15.6,A,7,10.6,A,7,72,A,7,989,A,7,30,A,7,5.2,A,7,11200,B,7,3658,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,11:00,713,1399,279,1,10,53,1,16,252,1,10,306,1,10,53,1,16,279,1,10,734,1,21,10,A,7,9,A,7,15.6,A,7,11.1,A,7,75,A,7,989,A,7,50,A,7,6.2,A,7,11200,B,7,914,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,12:00,790,1399,428,1,10,61,1,16,394,1,10,469,1,10,63,1,16,433,1,10,1078,1,21,10,A,7,9,A,7,16.7,A,7,11.7,A,7,72,A,7,988,A,7,30,A,7,5.7,A,7,11200,B,7,762,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,13:00,795,1399,416,1,10,258,1,16,268,1,10,451,1,10,268,1,16,298,1,10,705,1,21,7,A,7,7,A,7,17.2,A,7,11.7,A,7,70,A,7,987,A,7,60,A,7,5.2,A,7,11200,B,7,2286,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,14:00,728,1399,143,1,10,0,1,16,143,1,10,168,1,10,0,1,16,168,1,10,634,1,21,10,A,7,10,A,7,16.7,A,7,11.7,A,7,72,A,7,987,A,7,50,A,7,5.2,A,7,11200,B,7,701,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,15:00,594,1399,109,1,10,0,1,16,109,1,10,127,1,10,0,1,16,127,1,10,466,1,21,10,A,7,10,A,7,16.1,A,7,11.1,A,7,72,A,7,986,A,7,30,A,7,5.2,A,7,8000,B,7,701,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,16:00,401,1399,64,1,10,0,1,16,64,1,10,75,1,10,0,1,16,75,1,10,260,1,21,10,A,7,10,A,7,15.0,A,7,10.6,A,7,75,A,7,986,A,7,20,A,7,5.2,A,7,8000,B,7,701,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +11/16/1994,17:00,165,1399,28,1,10,0,1,16,28,1,10,32,1,10,0,1,16,32,1,10,101,1,21,10,A,7,10,A,7,14.4,A,7,9.4,A,7,72,A,7,986,A,7,40,A,7,5.2,A,7,8000,B,7,762,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +11/16/1994,18:00,3,245,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,10,A,7,12.8,A,7,7.8,A,7,72,A,7,987,A,7,50,A,7,8.2,A,7,16000,B,7,853,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,05,C,8 +11/16/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,7.2,A,7,77,A,7,988,A,7,50,A,7,7.7,A,7,16000,B,7,610,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,7.2,A,7,86,A,7,988,A,7,50,A,7,8.2,A,7,12800,B,7,396,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,6.7,A,7,83,A,7,988,A,7,50,A,7,8.2,A,7,12800,B,7,366,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,6.7,A,7,86,A,7,988,A,7,30,A,7,8.2,A,7,12800,B,7,366,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,6.7,A,7,86,A,7,988,A,7,30,A,7,6.2,A,7,12800,B,7,305,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/16/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,7.2,A,7,89,A,7,987,A,7,30,A,7,7.2,A,7,12800,B,7,305,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/17/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,7.2,A,7,89,A,7,987,A,7,40,A,7,6.7,A,7,14400,B,7,335,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/17/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,7.2,A,7,89,A,7,987,A,7,40,A,7,8.2,A,7,14400,B,7,335,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/17/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,7.2,A,7,93,A,7,987,A,7,40,A,7,8.2,A,7,9600,B,7,366,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/17/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,7.2,A,7,93,A,7,986,A,7,40,A,7,7.2,A,7,14400,B,7,305,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/17/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,6.7,A,7,90,A,7,986,A,7,50,A,7,9.8,A,7,19200,B,7,335,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/17/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.3,A,7,6.1,A,7,86,A,7,986,A,7,30,A,7,7.7,A,7,19200,B,7,366,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/17/1994,07:00,0,12,0,1,0,0,1,0,0,1,0,0,1,1,0,1,2,0,1,2,0,1,1,10,A,7,10,A,7,8.3,A,7,6.7,A,7,90,A,7,987,A,7,40,A,7,7.7,A,7,19200,B,7,335,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/17/1994,08:00,124,1399,17,1,10,0,1,16,17,1,10,20,1,10,0,1,16,20,1,10,63,1,21,10,A,7,10,A,7,8.9,A,7,6.7,A,7,86,A,7,987,A,7,40,A,7,8.2,A,7,19200,B,7,335,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,02,C,8 +11/17/1994,09:00,364,1399,48,1,10,0,1,16,48,1,10,57,1,10,0,1,16,57,1,10,198,1,21,10,A,7,10,A,7,8.9,A,7,7.2,A,7,89,A,7,987,A,7,40,A,7,8.2,A,7,16000,B,7,335,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/17/1994,10:00,564,1399,87,1,10,0,1,16,87,1,10,103,1,10,0,1,16,103,1,10,380,1,21,10,A,7,10,A,7,9.4,A,7,7.2,A,7,86,A,7,987,A,7,40,A,7,7.2,A,7,16000,B,7,335,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/17/1994,11:00,708,1399,117,1,10,0,1,16,117,1,10,139,1,10,0,1,16,139,1,10,532,1,21,10,A,7,10,A,7,10.0,A,7,7.8,A,7,86,A,7,987,A,7,30,A,7,7.7,A,7,16000,B,7,335,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/17/1994,12:00,785,1399,159,1,10,0,1,16,159,1,10,187,1,10,0,1,16,187,1,10,714,1,21,10,A,7,10,A,7,10.6,A,7,7.8,A,7,83,A,7,986,A,7,40,A,7,8.2,A,7,11200,B,7,427,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/17/1994,13:00,791,1399,135,1,10,0,1,16,135,1,10,161,1,10,0,1,16,161,1,10,628,1,21,10,A,7,10,A,7,10.0,A,7,8.3,A,7,89,A,7,985,A,7,40,A,7,8.2,A,7,4000,B,7,366,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/17/1994,14:00,724,1399,121,1,10,0,1,16,121,1,10,144,1,10,0,1,16,144,1,10,552,1,21,10,A,7,10,A,7,10.6,A,7,8.3,A,7,86,A,7,985,A,7,40,A,7,8.2,A,7,9600,B,7,366,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/17/1994,15:00,590,1399,92,1,10,0,1,16,92,1,10,109,1,10,0,1,16,109,1,10,405,1,21,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,985,A,7,30,A,7,6.2,A,7,3200,B,7,274,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/17/1994,16:00,398,1399,54,1,10,0,1,16,54,1,10,64,1,10,0,1,16,64,1,10,225,1,21,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,985,A,7,30,A,7,6.2,A,7,3200,B,7,244,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/17/1994,17:00,162,1399,21,1,10,0,1,16,21,1,10,25,1,10,0,1,16,25,1,10,80,1,21,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,985,A,7,40,A,7,7.7,A,7,3200,B,7,244,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/17/1994,18:00,3,222,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,985,A,7,50,A,7,8.2,A,7,3200,B,7,244,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/17/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,985,A,7,40,A,7,7.2,A,7,9600,B,7,274,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/17/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,985,A,7,50,A,7,7.2,A,7,6400,B,7,244,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/17/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,985,A,7,40,A,7,7.7,A,7,8000,B,7,244,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/17/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,985,A,7,30,A,7,7.2,A,7,8000,B,7,213,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/17/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,10.0,A,7,100,A,7,985,A,7,20,A,7,4.6,A,7,4800,B,7,152,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/17/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,10.0,A,7,96,A,7,985,A,7,30,A,7,5.2,A,7,6400,B,7,152,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/18/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,10.0,A,7,96,A,7,985,A,7,40,A,7,5.7,A,7,8000,B,7,152,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/18/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,10.6,A,7,100,A,7,984,A,7,40,A,7,6.2,A,7,6400,B,7,122,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/18/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,10.6,A,7,100,A,7,984,A,7,10,A,7,5.7,A,7,6400,B,7,91,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/18/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,10.6,A,7,100,A,7,984,A,7,10,A,7,4.6,A,7,6400,B,7,91,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/18/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,11.1,A,7,100,A,7,984,A,7,360,A,7,4.6,A,7,6400,B,7,91,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/18/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,11.1,A,7,100,A,7,984,A,7,20,A,7,4.6,A,7,6400,B,7,152,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/18/1994,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.7,A,7,11.7,A,7,100,A,7,984,A,7,10,A,7,5.7,A,7,11200,B,7,152,A,7,2.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/18/1994,08:00,120,1388,11,1,10,0,1,16,11,1,10,13,1,10,0,1,16,13,1,10,43,1,21,10,A,7,10,A,7,12.2,A,7,11.7,A,7,97,A,7,984,A,7,20,A,7,4.6,A,7,16000,B,7,183,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,51,C,8 +11/18/1994,09:00,359,1400,55,1,10,0,1,16,55,1,10,64,1,10,0,1,16,64,1,10,221,1,21,10,A,7,10,A,7,12.8,A,7,12.2,A,7,96,A,7,984,A,7,10,A,7,5.2,A,7,16000,B,7,213,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,10:00,559,1400,95,1,10,0,1,16,95,1,10,111,1,10,0,1,16,111,1,10,407,1,21,10,A,7,10,A,7,14.4,A,7,12.8,A,7,90,A,7,984,A,7,50,A,7,4.1,A,7,16000,B,7,244,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,11:00,703,1400,124,1,10,0,1,16,124,1,10,147,1,10,0,1,16,147,1,10,556,1,21,10,A,7,10,A,7,15.6,A,7,13.3,A,7,86,A,7,984,A,7,40,A,7,5.2,A,7,16000,B,7,274,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,12:00,780,1400,140,1,10,0,1,16,140,1,10,166,1,10,0,1,16,166,1,10,643,1,21,10,A,7,10,A,7,16.1,A,7,13.9,A,7,87,A,7,983,A,7,10,A,7,4.1,A,7,16000,B,7,274,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,13:00,786,1400,169,1,10,0,1,16,169,1,10,198,1,10,0,1,16,198,1,10,750,1,21,10,A,7,10,A,7,17.2,A,7,14.4,A,7,84,A,7,983,A,7,10,A,7,5.2,A,7,16000,B,7,457,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,14:00,720,1400,279,1,10,261,1,16,144,1,10,307,1,10,273,1,16,166,1,10,308,1,21,6,A,7,6,A,7,20.0,A,7,14.4,A,7,70,A,7,982,A,7,10,A,7,5.2,A,7,24000,B,7,671,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,02,C,8 +11/18/1994,15:00,586,1400,179,1,10,173,1,16,106,1,10,197,1,10,174,1,16,124,1,10,208,1,21,7,A,7,7,A,7,19.4,A,7,14.4,A,7,73,A,7,982,A,7,10,A,7,5.2,A,7,24000,B,7,884,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,16:00,395,1400,200,1,10,47,1,16,186,1,10,217,1,10,43,1,16,205,1,10,408,1,21,9,A,7,9,A,7,19.4,A,7,15.0,A,7,76,A,7,982,A,7,10,A,7,4.6,A,7,24000,B,7,1006,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,17:00,160,1400,54,1,10,201,1,16,31,1,10,57,1,10,112,1,16,44,1,10,55,1,21,2,A,7,2,A,7,19.4,A,7,15.0,A,7,76,A,7,983,A,7,20,A,7,4.6,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,18:00,2,198,0,1,10,19,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,0,A,7,0,A,7,17.8,A,7,14.4,A,7,80,A,7,983,A,7,20,A,7,3.1,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.8,A,7,13.9,A,7,78,A,7,984,A,7,40,A,7,2.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,13.9,A,7,81,A,7,985,A,7,10,A,7,3.1,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,17.2,A,7,13.3,A,7,78,A,7,985,A,7,20,A,7,3.1,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,16.7,A,7,12.8,A,7,78,A,7,985,A,7,360,A,7,3.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,16.1,A,7,12.2,A,7,78,A,7,985,A,7,360,A,7,3.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/18/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,15.6,A,7,11.7,A,7,78,A,7,986,A,7,360,A,7,3.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,11.1,A,7,77,A,7,986,A,7,360,A,7,3.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,10.0,A,7,72,A,7,986,A,7,360,A,7,3.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,9.4,A,7,72,A,7,986,A,7,350,A,7,3.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,8.9,A,7,72,A,7,987,A,7,10,A,7,3.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.3,A,7,7.8,A,7,69,A,7,988,A,7,360,A,7,2.6,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,6.7,A,7,66,A,7,988,A,7,10,A,7,3.1,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,12.2,A,7,6.1,A,7,66,A,7,989,A,7,20,A,7,3.6,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,08:00,115,1365,38,1,10,152,1,16,26,1,10,42,1,10,74,1,16,35,1,10,46,1,21,2,A,7,1,A,7,13.3,A,7,5.6,A,7,60,A,7,990,A,7,10,A,7,3.6,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,09:00,355,1400,194,1,10,518,1,16,62,1,10,200,1,10,433,1,16,90,1,10,114,1,21,3,A,7,0,A,7,15.0,A,7,6.7,A,7,58,A,7,991,A,7,10,A,7,4.1,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,10:00,554,1400,353,1,10,684,1,16,82,1,10,372,1,10,652,1,16,113,1,10,165,1,21,2,A,7,0,A,7,17.2,A,7,8.3,A,7,56,A,7,992,A,7,40,A,7,5.2,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,11:00,698,1400,480,1,10,782,1,16,90,1,10,502,1,10,765,1,16,119,1,10,189,1,21,0,A,7,0,A,7,18.3,A,7,10.0,A,7,58,A,7,992,A,7,30,A,7,4.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,12:00,776,1400,540,1,10,783,1,16,106,1,10,562,1,10,772,1,16,133,1,10,226,1,21,2,A,7,0,A,7,20.0,A,7,11.7,A,7,59,A,7,992,A,7,40,A,7,5.2,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,13:00,782,1400,547,1,10,779,1,16,112,1,10,567,1,10,767,1,16,137,1,10,235,1,21,3,A,7,0,A,7,20.0,A,7,12.2,A,7,61,A,7,992,A,7,20,A,7,4.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,14:00,716,1400,468,1,10,614,1,16,154,1,10,483,1,10,599,1,16,176,1,10,317,1,21,7,A,7,2,A,7,21.7,A,7,12.8,A,7,57,A,7,991,A,7,20,A,7,5.2,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,15:00,583,1400,350,1,10,487,1,16,147,1,10,367,1,10,471,1,16,170,1,10,293,1,21,6,A,7,3,A,7,21.7,A,7,12.8,A,7,57,A,7,991,A,7,30,A,7,4.1,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,16:00,392,1400,222,1,10,564,1,16,64,1,10,231,1,10,489,1,16,93,1,10,120,1,21,2,A,7,0,A,7,21.1,A,7,12.2,A,7,57,A,7,991,A,7,40,A,7,3.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,17:00,157,1400,64,1,10,247,1,16,36,1,10,66,1,10,136,1,16,51,1,10,64,1,21,3,A,7,0,A,7,18.3,A,7,10.6,A,7,61,A,7,991,A,7,50,A,7,3.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,18:00,2,198,0,1,10,4,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,2,A,7,0,A,7,16.7,A,7,9.4,A,7,62,A,7,992,A,7,10,A,7,2.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,15.0,A,7,9.4,A,7,69,A,7,992,A,7,10,A,7,2.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,1,A,7,13.9,A,7,8.9,A,7,72,A,7,993,A,7,10,A,7,2.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,1,A,7,11.7,A,7,2.8,A,7,54,A,7,993,A,7,50,A,7,1.5,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,9.4,A,7,5.0,A,7,74,A,7,993,A,7,20,A,7,2.1,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,3,A,7,10.6,A,7,1.1,A,7,52,A,7,993,A,7,40,A,7,2.6,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/19/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,6.7,A,7,0.6,A,7,65,A,7,993,A,7,40,A,7,1.5,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,2,A,7,9.4,A,7,-1.7,A,7,45,A,7,993,A,7,20,A,7,2.6,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,7.2,A,7,-0.6,A,7,57,A,7,993,A,7,40,A,7,2.6,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,2,A,7,6.1,A,7,0.0,A,7,65,A,7,993,A,7,10,A,7,1.5,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,3,A,7,7.2,A,7,-1.1,A,7,55,A,7,993,A,7,50,A,7,2.6,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,2,A,7,6.7,A,7,-1.1,A,7,57,A,7,994,A,7,30,A,7,2.6,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,3.9,A,7,0.0,A,7,76,A,7,994,A,7,90,A,7,2.1,A,7,24000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,6.7,A,7,-1.7,A,7,54,A,7,995,A,7,30,A,7,3.1,A,7,24000,B,7,77777,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,08:00,111,1343,25,1,10,15,1,16,23,1,10,27,1,10,9,1,16,26,1,10,57,1,21,9,A,7,8,A,7,8.3,A,7,-1.1,A,7,51,A,7,995,A,7,60,A,7,3.6,A,7,24000,B,7,7620,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,09:00,350,1401,94,1,10,77,1,16,75,1,10,104,1,10,66,1,16,88,1,10,164,1,21,9,A,7,7,A,7,9.4,A,7,-1.7,A,7,45,A,7,996,A,7,60,A,7,4.1,A,7,24000,B,7,7620,A,7,2.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,10:00,550,1401,283,1,10,396,1,16,127,1,10,298,1,10,378,1,16,149,1,10,247,1,21,8,A,7,3,A,7,11.7,A,7,-1.1,A,7,41,A,7,997,A,7,60,A,7,6.2,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,11:00,694,1401,436,1,10,579,1,16,149,1,10,467,1,10,580,1,16,179,1,10,310,1,21,10,A,7,2,A,7,13.9,A,7,2.8,A,7,47,A,7,997,A,7,50,A,7,5.2,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,12:00,771,1401,516,1,10,573,1,16,201,1,10,545,1,10,581,1,16,223,1,10,450,1,21,10,A,7,3,A,7,16.1,A,7,4.4,A,7,46,A,7,996,A,7,80,A,7,4.1,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,13:00,778,1401,475,1,10,569,1,16,159,1,10,494,1,10,562,1,16,180,1,10,346,1,21,10,A,7,2,A,7,17.8,A,7,-2.8,A,7,24,A,7,995,A,7,130,A,7,4.1,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,14:00,712,1401,383,1,10,419,1,16,170,1,10,406,1,10,421,1,16,191,1,10,361,1,21,10,A,7,3,A,7,17.8,A,7,-2.2,A,7,25,A,7,994,A,7,50,A,7,4.1,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,15:00,580,1401,369,1,10,586,1,16,126,1,10,378,1,10,552,1,16,149,1,10,239,1,21,10,A,7,2,A,7,18.3,A,7,-1.7,A,7,25,A,7,993,A,7,50,A,7,4.6,A,7,24000,B,7,77777,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,16:00,389,1401,169,1,10,87,1,16,145,1,10,185,1,10,79,1,16,163,1,10,347,1,21,10,A,7,4,A,7,16.1,A,7,-1.7,A,7,29,A,7,993,A,7,60,A,7,4.6,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,17:00,154,1401,45,1,10,35,1,16,41,1,10,49,1,10,24,1,16,46,1,10,97,1,21,10,A,7,7,A,7,15.0,A,7,-1.7,A,7,31,A,7,993,A,7,60,A,7,3.1,A,7,24000,B,7,7620,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,18:00,2,175,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,10,A,7,13.9,A,7,0.0,A,7,38,A,7,993,A,7,60,A,7,2.6,A,7,24000,B,7,1067,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,0.0,A,7,40,A,7,993,A,7,70,A,7,2.1,A,7,24000,B,7,975,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.3,A,7,0.6,A,7,42,A,7,993,A,7,60,A,7,2.6,A,7,24000,B,7,1006,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,0.6,A,7,43,A,7,993,A,7,70,A,7,2.1,A,7,24000,B,7,914,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.2,A,7,1.7,A,7,49,A,7,993,A,7,70,A,7,3.1,A,7,24000,B,7,1463,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.2,A,7,3.3,A,7,54,A,7,993,A,7,60,A,7,2.6,A,7,24000,B,7,1372,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/20/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,11.1,A,7,3.3,A,7,59,A,7,992,A,7,70,A,7,3.1,A,7,24000,B,7,7620,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/21/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,8.3,A,7,86,A,7,991,A,7,60,A,7,3.1,A,7,16000,B,7,1372,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/21/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,4.4,A,7,65,A,7,990,A,7,70,A,7,3.1,A,7,16000,B,7,1402,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/21/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,6.7,A,7,80,A,7,989,A,7,70,A,7,3.1,A,7,11200,B,7,1402,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/21/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,8.3,A,7,93,A,7,988,A,7,80,A,7,5.2,A,7,8000,B,7,732,A,7,2.1,E,8,0.000,F,8,0.00,F,8,3,1,D,9,61,C,8 +11/21/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,9.4,A,7,8.3,A,7,93,A,7,987,A,7,70,A,7,3.6,A,7,9600,B,7,366,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/21/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.0,A,7,9.4,A,7,96,A,7,986,A,7,100,A,7,3.6,A,7,6400,B,7,213,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/21/1994,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,11.1,A,7,10.6,A,7,97,A,7,985,A,7,120,A,7,3.6,A,7,3200,B,7,91,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/21/1994,08:00,107,1320,13,1,10,0,1,16,13,1,10,15,1,10,0,1,16,15,1,10,50,1,21,10,A,7,10,A,7,12.2,A,7,12.2,A,7,100,A,7,985,A,7,160,A,7,3.1,A,7,2400,B,7,366,A,7,2.0,E,8,0.000,F,8,0.00,F,8,51,1,D,9,45,C,8 +11/21/1994,09:00,345,1402,54,1,10,0,1,16,54,1,10,63,1,10,0,1,16,63,1,10,215,1,21,10,A,7,10,A,7,13.9,A,7,13.3,A,7,96,A,7,984,A,7,60,A,7,3.1,A,7,3200,B,7,274,A,7,2.0,E,8,0.000,F,8,0.00,F,8,107,1,D,9,45,C,8 +11/21/1994,10:00,545,1402,78,1,10,0,1,16,78,1,10,93,1,10,0,1,16,93,1,10,342,1,21,10,A,7,10,A,7,13.3,A,7,12.8,A,7,97,A,7,984,A,7,300,A,7,11.3,A,7,2400,B,7,91,A,7,2.0,E,8,0.000,F,8,0.00,F,8,46,1,D,9,45,C,8 +11/21/1994,11:00,689,1402,147,1,10,0,1,16,147,1,10,171,1,10,0,1,16,171,1,10,631,1,21,10,A,7,10,A,7,12.2,A,7,11.7,A,7,97,A,7,984,A,7,30,A,7,2.6,A,7,6400,B,7,610,A,7,1.9,E,8,0.000,F,8,0.00,F,8,89,1,D,9,45,C,8 +11/21/1994,12:00,767,1402,116,1,10,0,1,16,116,1,10,139,1,10,0,1,16,139,1,10,545,1,21,10,A,7,10,A,7,13.9,A,7,13.9,A,7,100,A,7,983,A,7,0,A,7,0.0,A,7,3200,B,7,91,A,7,1.9,E,8,0.000,F,8,0.00,F,8,18,1,D,9,45,C,8 +11/21/1994,13:00,774,1402,168,1,10,0,1,16,168,1,10,196,1,10,0,1,16,196,1,10,740,1,21,10,A,7,10,A,7,16.1,A,7,15.6,A,7,97,A,7,982,A,7,240,A,7,2.6,A,7,11200,B,7,1829,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/21/1994,14:00,709,1402,302,1,10,91,1,16,256,1,10,331,1,10,91,1,16,285,1,10,738,1,21,9,A,7,9,A,7,17.2,A,7,15.0,A,7,87,A,7,981,A,7,190,A,7,2.6,A,7,16000,B,7,1829,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,21,C,8 +11/21/1994,15:00,576,1402,237,1,10,183,1,16,161,1,10,259,1,10,182,1,16,184,1,10,380,1,21,9,A,7,8,A,7,18.3,A,7,15.6,A,7,84,A,7,980,A,7,250,A,7,3.6,A,7,16000,B,7,2286,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/21/1994,16:00,386,1402,195,1,10,422,1,16,79,1,10,207,1,10,363,1,16,107,1,10,144,1,21,2,A,7,2,A,7,19.4,A,7,15.6,A,7,79,A,7,980,A,7,210,A,7,2.6,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/21/1994,17:00,152,1402,70,1,10,422,1,16,24,1,10,70,1,10,269,1,16,41,1,10,45,1,21,0,A,7,0,A,7,17.8,A,7,14.4,A,7,80,A,7,981,A,7,250,A,7,3.1,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/21/1994,18:00,2,175,0,1,10,22,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,0,A,7,0,A,7,15.0,A,7,13.3,A,7,90,A,7,981,A,7,260,A,7,3.1,A,7,19200,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/21/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,13.3,A,7,93,A,7,981,A,7,270,A,7,2.1,A,7,19200,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/21/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,13.3,A,7,96,A,7,982,A,7,290,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/21/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,12.2,A,7,96,A,7,982,A,7,280,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/21/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,11.1,A,7,96,A,7,983,A,7,260,A,7,2.6,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/21/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.3,A,7,12.8,A,7,97,A,7,983,A,7,260,A,7,2.6,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/21/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.3,A,7,12.8,A,7,97,A,7,983,A,7,270,A,7,2.6,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,13.3,A,7,96,A,7,983,A,7,300,A,7,2.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,14.4,A,7,11.1,A,7,81,A,7,984,A,7,310,A,7,2.6,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.9,A,7,7.8,A,7,67,A,7,985,A,7,320,A,7,4.1,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,6.7,A,7,66,A,7,986,A,7,320,A,7,3.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,5.6,A,7,66,A,7,987,A,7,310,A,7,2.6,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,3.9,A,7,63,A,7,988,A,7,300,A,7,2.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,3.9,A,7,74,A,7,989,A,7,280,A,7,2.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,08:00,103,1297,42,1,10,306,1,16,18,1,10,45,1,10,179,1,16,29,1,10,35,1,21,0,A,7,0,A,7,9.4,A,7,2.2,A,7,61,A,7,990,A,7,310,A,7,2.6,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,09:00,341,1402,178,1,10,566,1,16,40,1,10,186,1,10,481,1,16,68,1,10,83,1,21,1,A,7,1,A,7,11.7,A,7,2.2,A,7,52,A,7,990,A,7,300,A,7,5.2,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,10:00,540,1402,341,1,10,643,1,16,93,1,10,355,1,10,605,1,16,121,1,10,181,1,21,5,A,7,3,A,7,11.7,A,7,1.7,A,7,50,A,7,991,A,7,300,A,7,3.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,11:00,685,1402,432,1,10,694,1,16,93,1,10,461,1,10,688,1,16,124,1,10,202,1,21,4,A,7,2,A,7,13.3,A,7,-0.6,A,7,38,A,7,991,A,7,320,A,7,3.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,12:00,763,1402,349,1,10,370,1,16,147,1,10,378,1,10,376,1,16,173,1,10,318,1,21,8,A,7,6,A,7,13.9,A,7,-0.6,A,7,37,A,7,991,A,7,320,A,7,3.1,A,7,24000,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,13:00,770,1402,404,1,10,274,1,16,254,1,10,431,1,10,288,1,16,272,1,10,615,1,21,7,A,7,6,A,7,15.0,A,7,-2.2,A,7,30,A,7,990,A,7,300,A,7,4.1,A,7,24000,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,14:00,705,1402,441,1,10,635,1,16,122,1,10,463,1,10,626,1,16,147,1,10,259,1,21,3,A,7,3,A,7,16.7,A,7,-3.3,A,7,24,A,7,989,A,7,310,A,7,3.6,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,15:00,573,1402,355,1,10,687,1,16,74,1,10,369,1,10,654,1,16,101,1,10,149,1,21,2,A,7,2,A,7,16.7,A,7,-3.3,A,7,24,A,7,990,A,7,310,A,7,3.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,16:00,383,1402,175,1,10,361,1,16,76,1,10,186,1,10,310,1,16,101,1,10,138,1,21,3,A,7,3,A,7,16.1,A,7,-4.4,A,7,23,A,7,990,A,7,310,A,7,4.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,17:00,150,1402,64,1,10,284,1,16,34,1,10,65,1,10,162,1,16,48,1,10,58,1,21,4,A,7,2,A,7,14.4,A,7,-3.3,A,7,28,A,7,990,A,7,320,A,7,2.6,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,18:00,1,152,0,1,10,12,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,3,A,7,3,A,7,10.6,A,7,-2.8,A,7,38,A,7,991,A,7,320,A,7,3.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,10.6,A,7,-4.4,A,7,33,A,7,991,A,7,300,A,7,2.6,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,10.6,A,7,-7.8,A,7,25,A,7,992,A,7,330,A,7,3.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,6,A,7,10.0,A,7,-10.6,A,7,20,A,7,992,A,7,320,A,7,3.1,A,7,24000,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,8.9,A,7,-11.1,A,7,21,A,7,992,A,7,330,A,7,3.1,A,7,24000,B,7,4572,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,7.8,A,7,-11.1,A,7,22,A,7,993,A,7,340,A,7,2.6,A,7,24000,B,7,4572,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/22/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,6,A,7,7.2,A,7,-10.0,A,7,26,A,7,993,A,7,350,A,7,2.6,A,7,24000,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,6.1,A,7,-9.4,A,7,29,A,7,993,A,7,340,A,7,2.6,A,7,24000,B,7,4572,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,5.6,A,7,-9.4,A,7,30,A,7,993,A,7,10,A,7,2.6,A,7,24000,B,7,4572,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,5.0,A,7,-9.4,A,7,31,A,7,993,A,7,360,A,7,2.6,A,7,24000,B,7,3658,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,4.4,A,7,-10.6,A,7,29,A,7,993,A,7,360,A,7,4.1,A,7,24000,B,7,3658,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,3.9,A,7,-11.1,A,7,29,A,7,994,A,7,360,A,7,4.1,A,7,24000,B,7,3658,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,-12.2,A,7,26,A,7,994,A,7,360,A,7,3.1,A,7,24000,B,7,3353,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,2.8,A,7,-13.3,A,7,26,A,7,994,A,7,360,A,7,3.1,A,7,24000,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,08:00,99,1274,38,1,10,173,1,16,24,1,10,40,1,10,80,1,16,34,1,10,42,1,21,7,A,7,2,A,7,3.3,A,7,-12.8,A,7,26,A,7,994,A,7,350,A,7,2.6,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,09:00,336,1403,150,1,10,333,1,16,70,1,10,159,1,10,271,1,16,93,1,10,127,1,21,9,A,7,3,A,7,5.0,A,7,-15.6,A,7,18,A,7,995,A,7,350,A,7,2.6,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,10:00,536,1403,270,1,10,386,1,16,123,1,10,286,1,10,367,1,16,145,1,10,238,1,21,10,A,7,4,A,7,5.6,A,7,-18.9,A,7,13,A,7,995,A,7,310,A,7,3.6,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,11:00,680,1403,384,1,10,374,1,16,203,1,10,411,1,10,385,1,16,223,1,10,456,1,21,9,A,7,4,A,7,6.7,A,7,-18.3,A,7,12,A,7,995,A,7,330,A,7,3.6,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,12:00,759,1403,505,1,10,682,1,16,136,1,10,529,1,10,677,1,16,162,1,10,298,1,21,7,A,7,2,A,7,7.2,A,7,-17.8,A,7,13,A,7,993,A,7,320,A,7,4.6,A,7,24000,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,13:00,766,1403,450,1,10,551,1,16,148,1,10,468,1,10,545,1,16,169,1,10,322,1,21,5,A,7,4,A,7,8.3,A,7,-17.2,A,7,12,A,7,993,A,7,300,A,7,5.2,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,14:00,702,1403,461,1,10,741,1,16,90,1,10,482,1,10,725,1,16,118,1,10,190,1,21,2,A,7,2,A,7,7.8,A,7,-18.3,A,7,11,A,7,992,A,7,290,A,7,4.6,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,15:00,570,1403,388,1,10,813,1,16,58,1,10,409,1,10,772,1,16,94,1,10,128,1,21,0,A,7,0,A,7,8.3,A,7,-17.2,A,7,12,A,7,991,A,7,300,A,7,5.2,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,16:00,380,1403,231,1,10,690,1,16,44,1,10,242,1,10,604,1,16,78,1,10,91,1,21,0,A,7,0,A,7,7.8,A,7,-16.7,A,7,13,A,7,991,A,7,290,A,7,6.2,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,17:00,147,1403,66,1,10,386,1,16,25,1,10,66,1,10,242,1,16,40,1,10,45,1,21,0,A,7,0,A,7,6.7,A,7,-15.0,A,7,17,A,7,991,A,7,280,A,7,4.1,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,18:00,1,152,0,1,10,15,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,0,A,7,0,A,7,5.0,A,7,-15.6,A,7,18,A,7,991,A,7,290,A,7,5.7,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-15.6,A,7,19,A,7,992,A,7,290,A,7,5.7,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-14.4,A,7,23,A,7,992,A,7,280,A,7,4.1,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-14.4,A,7,23,A,7,993,A,7,280,A,7,3.6,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-14.4,A,7,21,A,7,993,A,7,310,A,7,4.6,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,-12.8,A,7,25,A,7,993,A,7,320,A,7,3.6,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/23/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,-11.7,A,7,28,A,7,993,A,7,340,A,7,5.7,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,-10.6,A,7,31,A,7,993,A,7,330,A,7,5.2,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-10.6,A,7,37,A,7,993,A,7,210,A,7,4.1,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-11.1,A,7,32,A,7,994,A,7,240,A,7,2.6,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-10.6,A,7,33,A,7,994,A,7,270,A,7,3.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.0,A,7,-9.4,A,7,45,A,7,995,A,7,280,A,7,3.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.6,A,7,-10.0,A,7,41,A,7,996,A,7,260,A,7,2.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-0.6,A,7,-8.3,A,7,52,A,7,996,A,7,280,A,7,2.6,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,08:00,95,1251,38,1,10,266,1,16,17,1,10,39,1,10,154,1,16,27,1,10,34,1,21,0,A,7,0,A,7,-1.1,A,7,-6.1,A,7,66,A,7,997,A,7,160,A,7,2.6,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,09:00,332,1403,193,1,10,644,1,16,41,1,10,201,1,10,541,1,16,72,1,10,83,1,21,0,A,7,0,A,7,4.4,A,7,-7.8,A,7,38,A,7,997,A,7,290,A,7,3.6,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,10:00,531,1403,322,1,10,631,1,16,83,1,10,338,1,10,594,1,16,112,1,10,164,1,21,6,A,7,1,A,7,6.1,A,7,-7.8,A,7,33,A,7,997,A,7,310,A,7,3.6,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,11:00,676,1403,439,1,10,719,1,16,93,1,10,468,1,10,711,1,16,124,1,10,200,1,21,7,A,7,1,A,7,7.8,A,7,-7.8,A,7,30,A,7,997,A,7,310,A,7,4.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,12:00,755,1403,485,1,10,469,1,16,232,1,10,501,1,10,473,1,16,246,1,10,523,1,21,8,A,7,3,A,7,8.3,A,7,-7.8,A,7,29,A,7,996,A,7,320,A,7,3.6,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,13:00,762,1403,515,1,10,701,1,16,134,1,10,541,1,10,697,1,16,161,1,10,295,1,21,7,A,7,2,A,7,9.4,A,7,-7.2,A,7,28,A,7,995,A,7,240,A,7,4.6,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,14:00,698,1403,442,1,10,552,1,16,167,1,10,468,1,10,553,1,16,192,1,10,352,1,21,5,A,7,3,A,7,10.0,A,7,-7.2,A,7,27,A,7,995,A,7,290,A,7,4.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,15:00,567,1403,344,1,10,642,1,16,84,1,10,363,1,10,614,1,16,113,1,10,169,1,21,5,A,7,2,A,7,10.6,A,7,-7.2,A,7,26,A,7,994,A,7,240,A,7,3.6,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,16:00,378,1403,181,1,10,330,1,16,92,1,10,189,1,10,281,1,16,113,1,10,171,1,21,9,A,7,3,A,7,10.6,A,7,-7.2,A,7,26,A,7,993,A,7,210,A,7,4.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,17:00,145,1403,55,1,10,177,1,16,36,1,10,56,1,10,93,1,16,47,1,10,65,1,21,9,A,7,2,A,7,7.8,A,7,-6.1,A,7,35,A,7,993,A,7,240,A,7,3.6,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,18:00,1,129,0,1,10,1,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,9,A,7,3,A,7,6.1,A,7,-6.1,A,7,39,A,7,993,A,7,210,A,7,3.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,1,A,7,3.9,A,7,-6.7,A,7,43,A,7,993,A,7,230,A,7,3.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,1,A,7,2.2,A,7,-6.1,A,7,51,A,7,993,A,7,220,A,7,4.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,2.8,A,7,-6.1,A,7,49,A,7,993,A,7,230,A,7,4.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-6.1,A,7,47,A,7,992,A,7,230,A,7,3.6,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-6.1,A,7,49,A,7,992,A,7,230,A,7,3.6,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/24/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-6.1,A,7,53,A,7,992,A,7,210,A,7,3.6,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-6.7,A,7,52,A,7,991,A,7,230,A,7,2.6,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.6,A,7,-6.7,A,7,54,A,7,991,A,7,220,A,7,4.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-6.1,A,7,55,A,7,991,A,7,230,A,7,3.6,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,-0.6,A,7,-6.1,A,7,63,A,7,991,A,7,220,A,7,4.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,0,A,7,-1.1,A,7,-6.1,A,7,66,A,7,991,A,7,240,A,7,4.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,-0.6,A,7,-5.6,A,7,66,A,7,991,A,7,220,A,7,4.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,-0.6,A,7,-5.0,A,7,69,A,7,991,A,7,240,A,7,3.1,A,7,24000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,08:00,91,1228,15,1,10,0,1,16,15,1,10,18,1,10,0,1,16,18,1,10,56,1,21,10,A,7,10,A,7,0.0,A,7,-4.4,A,7,69,A,7,991,A,7,200,A,7,3.1,A,7,24000,B,7,3658,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,09:00,327,1404,101,1,10,75,1,16,83,1,10,110,1,10,63,1,16,95,1,10,181,1,21,10,A,7,8,A,7,2.8,A,7,-3.3,A,7,62,A,7,992,A,7,240,A,7,3.1,A,7,24000,B,7,7620,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,10:00,527,1404,214,1,10,192,1,16,142,1,10,235,1,10,187,1,16,164,1,10,329,1,21,10,A,7,7,A,7,6.1,A,7,-3.3,A,7,49,A,7,992,A,7,240,A,7,6.2,A,7,24000,B,7,7620,A,7,1.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,11:00,672,1404,282,1,10,65,1,16,251,1,10,309,1,10,65,1,16,278,1,10,701,1,21,10,A,7,9,A,7,8.9,A,7,-2.8,A,7,42,A,7,992,A,7,230,A,7,4.1,A,7,24000,B,7,7620,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,12:00,751,1404,193,1,10,100,1,16,140,1,10,218,1,10,105,1,16,162,1,10,358,1,21,10,A,7,9,A,7,10.6,A,7,-3.3,A,7,36,A,7,991,A,7,240,A,7,4.1,A,7,24000,B,7,7620,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,13:00,759,1404,500,1,10,609,1,16,171,1,10,535,1,10,617,1,16,200,1,10,374,1,21,10,A,7,4,A,7,13.3,A,7,-8.3,A,7,20,A,7,990,A,7,240,A,7,4.6,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,14:00,695,1404,474,1,10,779,1,16,88,1,10,496,1,10,762,1,16,117,1,10,186,1,21,2,A,7,2,A,7,13.9,A,7,-7.8,A,7,20,A,7,990,A,7,210,A,7,6.2,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,15:00,564,1404,363,1,10,652,1,16,100,1,10,377,1,10,618,1,16,128,1,10,196,1,21,3,A,7,3,A,7,14.4,A,7,-8.3,A,7,18,A,7,989,A,7,220,A,7,6.2,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,16:00,376,1404,213,1,10,572,1,16,60,1,10,222,1,10,490,1,16,90,1,10,113,1,21,1,A,7,1,A,7,13.9,A,7,-7.2,A,7,21,A,7,989,A,7,230,A,7,4.6,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,17:00,144,1404,49,1,10,178,1,16,30,1,10,51,1,10,93,1,16,41,1,10,53,1,21,4,A,7,4,A,7,10.0,A,7,-6.7,A,7,28,A,7,989,A,7,230,A,7,3.1,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,18:00,1,129,0,1,10,9,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,2,A,7,2,A,7,9.4,A,7,-8.3,A,7,26,A,7,989,A,7,180,A,7,2.1,A,7,24000,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,5,A,7,8.3,A,7,-7.8,A,7,29,A,7,989,A,7,220,A,7,2.6,A,7,24000,B,7,7620,A,7,1.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,7.8,A,7,-6.7,A,7,33,A,7,990,A,7,240,A,7,2.6,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,6.7,A,7,-5.6,A,7,39,A,7,989,A,7,220,A,7,2.6,A,7,24000,B,7,1981,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,6.7,A,7,-6.1,A,7,37,A,7,990,A,7,240,A,7,3.1,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,5.0,A,7,-5.6,A,7,44,A,7,990,A,7,240,A,7,3.1,A,7,24000,B,7,4572,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/25/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,-4.4,A,7,40,A,7,990,A,7,240,A,7,3.6,A,7,24000,B,7,1829,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,6.7,A,7,-4.4,A,7,43,A,7,990,A,7,270,A,7,1.5,A,7,24000,B,7,2743,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,5.6,A,7,-4.4,A,7,46,A,7,990,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,6.1,A,7,-3.9,A,7,47,A,7,990,A,7,350,A,7,2.6,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,6.7,A,7,-2.8,A,7,49,A,7,990,A,7,330,A,7,3.1,A,7,24000,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,2,A,7,5.6,A,7,-2.2,A,7,56,A,7,990,A,7,20,A,7,3.1,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,4,A,7,5.0,A,7,-2.8,A,7,55,A,7,991,A,7,30,A,7,2.6,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,4.4,A,7,-2.2,A,7,61,A,7,991,A,7,40,A,7,3.1,A,7,24000,B,7,2591,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,08:00,88,1205,36,1,10,51,1,16,32,1,10,39,1,10,25,1,16,37,1,10,66,1,21,10,A,7,5,A,7,5.6,A,7,-1.1,A,7,61,A,7,992,A,7,40,A,7,3.6,A,7,24000,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,09:00,323,1404,116,1,10,100,1,16,93,1,10,126,1,10,83,1,16,107,1,10,202,1,21,10,A,7,9,A,7,7.2,A,7,1.1,A,7,65,A,7,993,A,7,50,A,7,4.1,A,7,24000,B,7,7620,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,10:00,523,1404,135,1,10,0,1,16,135,1,10,153,1,10,0,1,16,153,1,10,513,1,21,10,A,7,10,A,7,8.3,A,7,1.7,A,7,63,A,7,993,A,7,50,A,7,5.2,A,7,24000,B,7,7620,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,11:00,668,1404,179,1,10,0,1,16,179,1,10,204,1,10,0,1,16,204,1,10,715,1,21,10,A,7,10,A,7,8.9,A,7,0.6,A,7,56,A,7,994,A,7,70,A,7,5.2,A,7,24000,B,7,7620,A,7,1.5,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,12:00,747,1404,203,1,10,0,1,16,203,1,10,232,1,10,0,1,16,232,1,10,833,1,21,10,A,7,10,A,7,8.9,A,7,0.6,A,7,56,A,7,994,A,7,60,A,7,4.1,A,7,24000,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,13:00,755,1404,206,1,10,0,1,16,206,1,10,236,1,10,0,1,16,236,1,10,847,1,21,10,A,7,10,A,7,8.9,A,7,1.1,A,7,58,A,7,992,A,7,60,A,7,4.1,A,7,24000,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,14:00,692,1404,187,1,10,0,1,16,187,1,10,213,1,10,0,1,16,213,1,10,753,1,21,10,A,7,10,A,7,8.9,A,7,1.1,A,7,58,A,7,992,A,7,90,A,7,3.1,A,7,24000,B,7,7620,A,7,1.6,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,15:00,562,1404,117,1,10,0,1,16,117,1,10,135,1,10,0,1,16,135,1,10,480,1,21,10,A,7,10,A,7,8.9,A,7,1.1,A,7,58,A,7,993,A,7,60,A,7,3.6,A,7,24000,B,7,1676,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,16:00,374,1404,72,1,10,0,1,16,72,1,10,83,1,10,0,1,16,83,1,10,277,1,21,10,A,7,10,A,7,8.9,A,7,1.1,A,7,58,A,7,993,A,7,50,A,7,2.1,A,7,16000,B,7,1676,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,17:00,142,1404,22,1,10,0,1,16,22,1,10,25,1,10,0,1,16,25,1,10,80,1,21,10,A,7,10,A,7,8.3,A,7,2.2,A,7,65,A,7,993,A,7,110,A,7,2.6,A,7,16000,B,7,2896,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/26/1994,18:00,1,129,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,10,A,7,7.8,A,7,2.8,A,7,71,A,7,994,A,7,120,A,7,2.1,A,7,19200,B,7,3353,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/26/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,3.3,A,7,76,A,7,994,A,7,140,A,7,2.1,A,7,19200,B,7,3353,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,3.9,A,7,80,A,7,994,A,7,70,A,7,2.6,A,7,24000,B,7,3048,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,02,C,8 +11/26/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,2.2,A,7,70,A,7,994,A,7,130,A,7,2.1,A,7,19200,B,7,2896,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,2.2,A,7,70,A,7,994,A,7,130,A,7,2.1,A,7,19200,B,7,1524,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,2.2,A,7,70,A,7,994,A,7,60,A,7,2.6,A,7,19200,B,7,1524,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/26/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,0.6,A,7,63,A,7,994,A,7,60,A,7,2.6,A,7,19200,B,7,1524,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/27/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,-1.1,A,7,55,A,7,994,A,7,90,A,7,4.1,A,7,24000,B,7,1341,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/27/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,-0.6,A,7,57,A,7,995,A,7,90,A,7,3.1,A,7,24000,B,7,1341,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/27/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,-2.2,A,7,50,A,7,994,A,7,130,A,7,5.2,A,7,24000,B,7,1189,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/27/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,-3.9,A,7,43,A,7,994,A,7,90,A,7,4.6,A,7,24000,B,7,1189,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/27/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,-4.4,A,7,42,A,7,994,A,7,70,A,7,3.6,A,7,24000,B,7,1097,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/27/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.7,A,7,-4.4,A,7,43,A,7,994,A,7,80,A,7,3.6,A,7,24000,B,7,975,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/27/1994,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,1.7,A,7,83,A,7,995,A,7,10,A,7,3.1,A,7,8000,B,7,823,A,7,2.3,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/27/1994,08:00,84,1183,13,1,10,0,1,16,13,1,10,15,1,10,0,1,16,15,1,10,49,1,21,10,A,7,10,A,7,3.3,A,7,1.7,A,7,89,A,7,995,A,7,30,A,7,3.6,A,7,6400,B,7,975,A,7,2.2,E,8,0.000,F,8,0.00,F,8,13,1,D,9,45,C,8 +11/27/1994,09:00,318,1405,51,1,10,0,1,16,51,1,10,59,1,10,0,1,16,59,1,10,199,1,21,10,A,7,10,A,7,3.3,A,7,2.2,A,7,92,A,7,995,A,7,40,A,7,5.2,A,7,6400,B,7,732,A,7,2.2,E,8,0.000,F,8,0.00,F,8,28,1,D,9,45,C,8 +11/27/1994,10:00,519,1405,96,1,10,0,1,16,96,1,10,112,1,10,0,1,16,112,1,10,397,1,21,10,A,7,10,A,7,3.9,A,7,2.8,A,7,93,A,7,996,A,7,40,A,7,4.1,A,7,4000,B,7,610,A,7,2.2,E,8,0.000,F,8,0.00,F,8,20,1,D,9,45,C,8 +11/27/1994,11:00,664,1405,92,1,10,0,1,16,92,1,10,110,1,10,0,1,16,110,1,10,423,1,21,10,A,7,10,A,7,3.9,A,7,2.8,A,7,93,A,7,995,A,7,40,A,7,4.1,A,7,4000,B,7,183,A,7,2.2,E,8,0.000,F,8,0.00,F,8,43,1,D,9,45,C,8 +11/27/1994,12:00,743,1405,106,1,10,0,1,16,106,1,10,128,1,10,0,1,16,128,1,10,498,1,21,10,A,7,10,A,7,3.9,A,7,3.3,A,7,96,A,7,994,A,7,30,A,7,4.1,A,7,4000,B,7,183,A,7,2.2,E,8,0.000,F,8,0.00,F,8,5,1,D,9,45,C,8 +11/27/1994,13:00,752,1405,108,1,10,0,1,16,108,1,10,130,1,10,0,1,16,130,1,10,509,1,21,10,A,7,10,A,7,4.4,A,7,3.9,A,7,97,A,7,993,A,7,50,A,7,5.2,A,7,4000,B,7,152,A,7,2.2,E,8,0.000,F,8,0.00,F,8,10,1,D,9,45,C,8 +11/27/1994,14:00,689,1405,97,1,10,0,1,16,97,1,10,116,1,10,0,1,16,116,1,10,449,1,21,10,A,7,10,A,7,4.4,A,7,3.9,A,7,97,A,7,992,A,7,40,A,7,4.1,A,7,4000,B,7,122,A,7,2.2,E,8,0.000,F,8,0.00,F,8,3,1,D,9,45,C,8 +11/27/1994,15:00,559,1405,74,1,10,0,1,16,74,1,10,88,1,10,0,1,16,88,1,10,329,1,21,10,A,7,10,A,7,4.4,A,7,3.9,A,7,97,A,7,991,A,7,50,A,7,5.2,A,7,2400,B,7,122,A,7,2.2,E,8,0.000,F,8,0.00,F,8,3,1,D,9,45,C,8 +11/27/1994,16:00,372,1405,43,1,10,0,1,16,43,1,10,51,1,10,0,1,16,51,1,10,181,1,21,10,A,7,10,A,7,4.4,A,7,3.9,A,7,97,A,7,991,A,7,40,A,7,4.1,A,7,2400,B,7,91,A,7,2.2,E,8,0.000,F,8,0.00,F,8,3,1,D,9,45,C,8 +11/27/1994,17:00,140,1405,14,1,10,0,1,16,14,1,10,17,1,10,0,1,16,17,1,10,54,1,21,10,A,7,10,A,7,3.9,A,7,3.3,A,7,96,A,7,991,A,7,10,A,7,4.1,A,7,2400,B,7,91,A,7,2.2,E,8,0.000,F,8,0.00,F,8,5,1,D,9,45,C,8 +11/27/1994,18:00,1,105,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,10,A,7,3.9,A,7,3.3,A,7,96,A,7,991,A,7,10,A,7,2.6,A,7,2400,B,7,61,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/27/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,3.3,A,7,96,A,7,990,A,7,30,A,7,3.1,A,7,1600,B,7,61,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/27/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,3.3,A,7,96,A,7,989,A,7,60,A,7,2.6,A,7,2400,B,7,61,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/27/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,3.9,A,7,100,A,7,988,A,7,20,A,7,2.6,A,7,800,B,7,0,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/27/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,3.3,A,7,96,A,7,988,A,7,360,A,7,2.6,A,7,400,B,7,0,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/27/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,3.9,A,7,100,A,7,987,A,7,40,A,7,1.5,A,7,200,B,7,0,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/27/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,3.9,A,7,100,A,7,986,A,7,340,A,7,2.1,A,7,200,B,7,0,A,7,2.1,E,8,0.000,F,8,0.00,F,8,3,1,D,9,45,C,8 +11/28/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,3.9,A,7,100,A,7,985,A,7,320,A,7,2.1,A,7,200,B,7,0,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,3.9,A,7,100,A,7,984,A,7,0,A,7,0.0,A,7,200,B,7,0,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,3.9,A,7,97,A,7,984,A,7,270,A,7,2.1,A,7,200,B,7,0,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,4.4,A,7,100,A,7,983,A,7,290,A,7,3.1,A,7,200,B,7,0,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,4.4,A,7,100,A,7,982,A,7,260,A,7,2.6,A,7,200,B,7,0,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,4.4,A,7,96,A,7,982,A,7,190,A,7,2.6,A,7,200,B,7,0,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,5.0,A,7,100,A,7,981,A,7,190,A,7,3.6,A,7,200,B,7,0,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,08:00,81,1160,8,1,10,0,1,16,8,1,10,10,1,10,0,1,16,10,1,10,32,1,21,10,A,7,10,A,7,6.1,A,7,6.1,A,7,100,A,7,981,A,7,220,A,7,3.6,A,7,200,B,7,0,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,09:00,314,1405,37,1,10,0,1,16,37,1,10,44,1,10,0,1,16,44,1,10,152,1,21,10,A,7,10,A,7,7.2,A,7,6.7,A,7,97,A,7,981,A,7,270,A,7,4.1,A,7,200,B,7,0,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,10:00,514,1405,70,1,10,0,1,16,70,1,10,83,1,10,0,1,16,83,1,10,305,1,21,10,A,7,10,A,7,7.8,A,7,7.8,A,7,100,A,7,981,A,7,230,A,7,3.1,A,7,200,B,7,0,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,11:00,660,1405,95,1,10,0,1,16,95,1,10,114,1,10,0,1,16,114,1,10,433,1,21,10,A,7,10,A,7,9.4,A,7,9.4,A,7,100,A,7,981,A,7,210,A,7,4.6,A,7,800,B,7,30,A,7,2.0,E,8,0.000,F,8,0.00,F,8,3,1,D,9,45,C,8 +11/28/1994,12:00,740,1405,109,1,10,0,1,16,109,1,10,131,1,10,0,1,16,131,1,10,509,1,21,10,A,7,10,A,7,12.2,A,7,12.2,A,7,100,A,7,979,A,7,210,A,7,7.7,A,7,4800,B,7,152,A,7,2.0,E,8,0.000,F,8,0.00,F,8,8,1,D,9,45,C,8 +11/28/1994,13:00,749,1405,197,1,10,0,1,16,197,1,10,226,1,10,0,1,16,226,1,10,817,1,21,10,A,7,10,A,7,13.9,A,7,13.3,A,7,96,A,7,977,A,7,200,A,7,8.8,A,7,9600,B,7,3658,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,14:00,686,1405,119,1,10,0,1,16,119,1,10,141,1,10,0,1,16,141,1,10,532,1,21,10,A,7,10,A,7,15.0,A,7,13.9,A,7,93,A,7,979,A,7,270,A,7,5.7,A,7,11200,B,7,274,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,21,C,8 +11/28/1994,15:00,557,1405,138,1,10,0,1,16,138,1,10,157,1,10,0,1,16,157,1,10,539,1,21,10,A,7,10,A,7,12.8,A,7,11.7,A,7,93,A,7,980,A,7,250,A,7,6.2,A,7,11200,B,7,3658,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/28/1994,16:00,370,1405,55,1,10,0,1,16,55,1,10,64,1,10,0,1,16,64,1,10,223,1,21,10,A,7,10,A,7,12.8,A,7,11.7,A,7,93,A,7,981,A,7,250,A,7,5.2,A,7,11200,B,7,274,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/28/1994,17:00,139,1405,30,1,10,28,1,16,28,1,10,34,1,10,16,1,16,33,1,10,58,1,21,10,A,7,6,A,7,12.2,A,7,11.1,A,7,93,A,7,982,A,7,240,A,7,4.6,A,7,16000,B,7,7620,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/28/1994,18:00,1,105,0,1,10,2,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,5,A,7,11.1,A,7,10.6,A,7,97,A,7,982,A,7,240,A,7,3.6,A,7,16000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/28/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,10.0,A,7,10.0,A,7,100,A,7,983,A,7,240,A,7,3.6,A,7,14400,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/28/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,6,A,7,8.9,A,7,8.3,A,7,96,A,7,984,A,7,240,A,7,2.6,A,7,1600,B,7,7620,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,10.6,A,7,10.0,A,7,96,A,7,985,A,7,250,A,7,4.6,A,7,800,B,7,30,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,7.8,A,7,7.2,A,7,96,A,7,985,A,7,270,A,7,2.6,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,6.1,A,7,6.1,A,7,100,A,7,985,A,7,270,A,7,2.1,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/28/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,6.7,A,7,5.6,A,7,93,A,7,985,A,7,290,A,7,2.1,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/29/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,3.9,A,7,3.3,A,7,96,A,7,986,A,7,220,A,7,2.6,A,7,800,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/29/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,1.7,A,7,1.1,A,7,96,A,7,987,A,7,200,A,7,2.1,A,7,200,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/29/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,3,A,7,1.7,A,7,1.7,A,7,100,A,7,987,A,7,240,A,7,2.1,A,7,1600,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/29/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,1.1,A,7,1.1,A,7,100,A,7,988,A,7,220,A,7,2.1,A,7,16000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/29/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,0.6,A,7,0.0,A,7,96,A,7,988,A,7,200,A,7,2.1,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/29/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,1.7,A,7,1.1,A,7,96,A,7,988,A,7,220,A,7,2.1,A,7,24000,B,7,3962,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/29/1994,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,5,A,7,1.7,A,7,0.6,A,7,92,A,7,989,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/29/1994,08:00,78,1136,19,1,10,19,1,16,17,1,10,21,1,10,9,1,16,20,1,10,35,1,21,10,A,7,7,A,7,2.2,A,7,1.1,A,7,92,A,7,990,A,7,40,A,7,2.1,A,7,24000,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,03,C,8 +11/29/1994,09:00,310,1406,103,1,10,104,1,16,80,1,10,112,1,10,85,1,16,94,1,10,173,1,21,10,A,7,8,A,7,5.0,A,7,2.2,A,7,82,A,7,990,A,7,350,A,7,2.6,A,7,24000,B,7,7620,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/29/1994,10:00,510,1406,199,1,10,128,1,16,152,1,10,216,1,10,123,1,16,171,1,10,350,1,21,10,A,7,9,A,7,6.7,A,7,2.8,A,7,76,A,7,990,A,7,90,A,7,3.1,A,7,24000,B,7,7620,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/29/1994,11:00,656,1406,164,1,10,0,1,16,164,1,10,188,1,10,0,1,16,188,1,10,666,1,21,10,A,7,10,A,7,8.3,A,7,2.2,A,7,65,A,7,991,A,7,60,A,7,2.6,A,7,24000,B,7,7620,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/29/1994,12:00,736,1406,151,1,10,0,1,16,151,1,10,177,1,10,0,1,16,177,1,10,664,1,21,10,A,7,10,A,7,8.9,A,7,1.7,A,7,61,A,7,991,A,7,0,A,7,0.0,A,7,24000,B,7,2743,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/29/1994,13:00,746,1406,154,1,10,0,1,16,154,1,10,180,1,10,0,1,16,180,1,10,678,1,21,10,A,7,10,A,7,7.8,A,7,3.9,A,7,76,A,7,990,A,7,0,A,7,0.0,A,7,16000,B,7,2743,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/29/1994,14:00,684,1406,138,1,10,0,1,16,138,1,10,161,1,10,0,1,16,161,1,10,597,1,21,10,A,7,10,A,7,7.8,A,7,2.8,A,7,71,A,7,991,A,7,180,A,7,3.6,A,7,11200,B,7,2134,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/29/1994,15:00,555,1406,106,1,10,0,1,16,106,1,10,123,1,10,0,1,16,123,1,10,442,1,21,10,A,7,10,A,7,5.6,A,7,2.8,A,7,82,A,7,990,A,7,160,A,7,3.1,A,7,3200,B,7,1676,A,7,2.0,E,8,0.000,F,8,0.00,F,8,23,1,D,9,61,C,8 +11/29/1994,16:00,368,1406,62,1,10,0,1,16,62,1,10,72,1,10,0,1,16,72,1,10,245,1,21,10,A,7,10,A,7,5.0,A,7,3.3,A,7,89,A,7,990,A,7,0,A,7,0.0,A,7,4800,B,7,1829,A,7,2.0,E,8,0.000,F,8,0.00,F,8,10,1,D,9,45,C,8 +11/29/1994,17:00,138,1406,20,1,10,0,1,16,20,1,10,23,1,10,0,1,16,23,1,10,74,1,21,10,A,7,10,A,7,5.0,A,7,3.3,A,7,89,A,7,990,A,7,0,A,7,0.0,A,7,4800,B,7,2134,A,7,2.0,E,8,0.000,F,8,0.00,F,8,18,1,D,9,45,C,8 +11/29/1994,18:00,1,105,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,10,A,7,10,A,7,5.0,A,7,4.4,A,7,96,A,7,990,A,7,320,A,7,1.5,A,7,4800,B,7,518,A,7,2.1,E,8,0.000,F,8,0.00,F,8,5,1,D,9,45,C,8 +11/29/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,4.4,A,7,96,A,7,990,A,7,10,A,7,1.5,A,7,4800,B,7,396,A,7,2.1,E,8,0.000,F,8,0.00,F,8,8,1,D,9,45,C,8 +11/29/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,4.4,A,7,96,A,7,991,A,7,250,A,7,1.5,A,7,11200,B,7,427,A,7,2.1,E,8,0.000,F,8,0.00,F,8,3,1,D,9,45,C,8 +11/29/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,4.4,A,7,92,A,7,990,A,7,0,A,7,0.0,A,7,24000,B,7,427,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,61,C,8 +11/29/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,5.0,A,7,96,A,7,990,A,7,0,A,7,0.0,A,7,12800,B,7,457,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/29/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,4.4,A,7,92,A,7,990,A,7,290,A,7,2.6,A,7,12800,B,7,1676,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/29/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,5.0,A,7,96,A,7,990,A,7,240,A,7,2.6,A,7,4800,B,7,1676,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,5.0,A,7,96,A,7,989,A,7,260,A,7,2.6,A,7,4800,B,7,1676,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/30/1994,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,4.4,A,7,92,A,7,989,A,7,280,A,7,3.1,A,7,14400,B,7,1676,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,45,C,8 +11/30/1994,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,3.9,A,7,89,A,7,989,A,7,280,A,7,2.6,A,7,19200,B,7,2134,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,3.9,A,7,89,A,7,989,A,7,280,A,7,2.6,A,7,19200,B,7,2743,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,7,A,7,4.4,A,7,3.3,A,7,93,A,7,990,A,7,280,A,7,2.1,A,7,19200,B,7,2896,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,3.9,A,7,2.8,A,7,93,A,7,990,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,2.2,A,7,1.1,A,7,92,A,7,991,A,7,320,A,7,2.6,A,7,19200,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,08:00,75,1113,25,1,10,10,1,16,24,1,10,27,1,10,6,1,16,27,1,10,57,1,21,8,A,7,3,A,7,2.2,A,7,0.6,A,7,89,A,7,991,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,02,C,8 +11/30/1994,09:00,306,1406,131,1,10,232,1,16,81,1,10,139,1,10,182,1,16,99,1,10,156,1,21,7,A,7,2,A,7,6.1,A,7,1.7,A,7,73,A,7,991,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,2.2,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,10:00,506,1406,269,1,10,329,1,16,151,1,10,285,1,10,316,1,16,171,1,10,315,1,21,8,A,7,3,A,7,10.0,A,7,0.0,A,7,50,A,7,992,A,7,330,A,7,2.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,11:00,652,1406,368,1,10,479,1,16,146,1,10,392,1,10,474,1,16,171,1,10,297,1,21,6,A,7,1,A,7,11.1,A,7,-1.7,A,7,40,A,7,993,A,7,320,A,7,3.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,12:00,733,1406,461,1,10,606,1,16,145,1,10,479,1,10,596,1,16,167,1,10,306,1,21,3,A,7,1,A,7,12.8,A,7,-1.7,A,7,36,A,7,992,A,7,320,A,7,4.6,A,7,24000,B,7,77777,A,7,2.1,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,13:00,743,1406,461,1,10,621,1,16,132,1,10,482,1,10,615,1,16,156,1,10,286,1,21,2,A,7,1,A,7,13.3,A,7,-4.4,A,7,28,A,7,991,A,7,330,A,7,3.1,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,14:00,681,1406,417,1,10,574,1,16,138,1,10,431,1,10,558,1,16,160,1,10,280,1,21,3,A,7,1,A,7,13.9,A,7,-4.4,A,7,27,A,7,990,A,7,330,A,7,2.6,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,15:00,553,1406,311,1,10,518,1,16,107,1,10,321,1,10,486,1,16,129,1,10,205,1,21,2,A,7,1,A,7,13.9,A,7,-4.4,A,7,27,A,7,990,A,7,330,A,7,3.1,A,7,24000,B,7,77777,A,7,2.0,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,16:00,367,1406,178,1,10,344,1,16,89,1,10,186,1,10,289,1,16,111,1,10,165,1,21,3,A,7,1,A,7,13.3,A,7,-3.3,A,7,30,A,7,991,A,7,300,A,7,3.1,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,17:00,137,1406,42,1,10,84,1,16,34,1,10,45,1,10,40,1,16,41,1,10,62,1,21,2,A,7,1,A,7,11.1,A,7,-3.9,A,7,33,A,7,991,A,7,290,A,7,2.1,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,18:00,1,105,0,1,10,0,1,16,0,1,10,0,1,10,0,1,16,0,1,10,0,1,21,3,A,7,1,A,7,7.2,A,7,-1.1,A,7,55,A,7,992,A,7,240,A,7,2.6,A,7,24000,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,-0.6,A,7,59,A,7,992,A,7,320,A,7,2.6,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-1.1,A,7,64,A,7,993,A,7,0,A,7,0.0,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-0.6,A,7,67,A,7,994,A,7,270,A,7,2.1,A,7,24000,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.1,A,7,-0.7,A,7,63,A,7,994,A,7,330,A,7,2.2,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.2,A,7,-1.0,A,7,69,A,7,994,A,7,290,A,7,2.4,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +11/30/1994,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.3,A,7,-1.2,A,7,70,A,7,995,A,7,330,A,7,2.5,A,7,24000,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,F,8,0,1,D,9,00,C,8 +12/01/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.3,A,7,-1.4,A,7,58,A,7,990,A,7,220,A,7,2.7,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/01/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.4,A,7,-1.6,A,7,58,A,7,990,A,7,220,A,7,2.8,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.5,A,7,-1.9,A,7,58,A,7,990,A,7,220,A,7,3.0,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.6,A,7,-2.2,A,7,58,A,7,989,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-2.2,A,7,60,A,7,989,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-2.2,A,7,62,A,7,990,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,3.3,A,7,-2.2,A,7,67,A,7,990,A,7,210,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/01/1980,08:00,70,1091,34,1,13,144,1,9,21,1,13,33,1,13,60,1,9,29,1,13,37,1,21,4,A,7,0,A,7,4.4,A,7,-1.7,A,7,65,A,7,990,A,7,220,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,09:00,300,1407,153,1,13,465,1,9,53,1,13,157,1,13,366,1,9,79,1,13,96,1,21,5,A,7,1,A,7,7.2,A,7,-1.1,A,7,56,A,7,990,A,7,240,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,10:00,501,1407,322,1,9,729,1,9,62,1,13,335,1,9,678,1,9,93,1,13,126,1,18,2,A,7,0,A,7,10.6,A,7,-0.6,A,7,46,A,7,991,A,7,230,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,11:00,647,1407,451,1,9,815,1,9,75,1,13,475,1,9,793,1,9,109,1,13,161,1,18,2,A,7,0,A,7,12.8,A,7,-1.1,A,7,39,A,7,991,A,7,220,A,7,5.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,12:00,728,1407,520,1,9,844,1,9,82,1,13,550,1,9,834,1,9,117,1,13,184,1,18,2,A,7,0,A,7,15.6,A,7,0.0,A,7,35,A,7,990,A,7,240,A,7,5.7,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,13:00,739,1407,532,1,9,849,1,9,83,1,13,561,1,9,840,1,9,119,1,13,187,1,18,2,A,7,0,A,7,16.7,A,7,0.0,A,7,32,A,7,989,A,7,220,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/01/1980,14:00,678,1407,449,1,9,716,1,9,102,1,13,473,1,9,705,1,9,132,1,13,217,1,18,5,A,7,1,A,7,17.8,A,7,0.6,A,7,32,A,7,989,A,7,200,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,15:00,551,1407,351,1,9,673,1,9,85,1,13,366,1,9,638,1,9,115,1,13,169,1,18,5,A,7,2,A,7,17.8,A,7,0.0,A,7,30,A,7,989,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,16:00,365,1407,200,1,9,537,1,9,58,1,13,205,1,9,455,1,9,87,1,13,109,1,18,3,A,7,1,A,7,17.8,A,7,0.0,A,7,30,A,7,989,A,7,200,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,17:00,136,1407,51,1,13,210,1,9,30,1,13,53,1,13,106,1,9,42,1,13,53,1,21,3,A,7,1,A,7,14.4,A,7,0.6,A,7,39,A,7,989,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,18:00,0,82,1,1,13,3,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,3,A,7,1,A,7,12.2,A,7,0.0,A,7,43,A,7,989,A,7,190,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.1,A,7,0.0,A,7,47,A,7,990,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/01/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,0.0,A,7,52,A,7,990,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,0.0,A,7,52,A,7,990,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,0.0,A,7,52,A,7,990,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,8.9,A,7,-0.6,A,7,52,A,7,990,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/01/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,2,A,7,7.2,A,7,-0.6,A,7,58,A,7,989,A,7,220,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,0,A,7,6.7,A,7,-1.1,A,7,58,A,7,989,A,7,220,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/02/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,-1.1,A,7,60,A,7,989,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,-1.1,A,7,60,A,7,989,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,6.1,A,7,-1.1,A,7,60,A,7,988,A,7,210,A,7,1.5,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,2,A,7,5.6,A,7,-0.6,A,7,65,A,7,988,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,1,A,7,5.6,A,7,-1.1,A,7,63,A,7,988,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,4,A,7,6.1,A,7,-1.1,A,7,60,A,7,988,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/02/1980,08:00,67,1068,27,1,13,24,1,9,25,1,13,29,1,13,14,1,9,28,1,13,58,1,21,8,A,7,3,A,7,7.8,A,7,-1.1,A,7,54,A,7,988,A,7,230,A,7,4.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,09:00,296,1408,135,1,13,331,1,9,66,1,13,142,1,13,255,1,9,88,1,13,120,1,21,5,A,7,4,A,7,9.4,A,7,-1.1,A,7,48,A,7,987,A,7,220,A,7,5.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,10:00,497,1408,290,1,9,577,1,9,85,1,13,301,1,9,532,1,9,112,1,13,163,1,18,2,A,7,2,A,7,12.8,A,7,0.0,A,7,42,A,7,987,A,7,240,A,7,6.2,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,11:00,643,1408,411,1,9,732,1,9,75,1,13,432,1,9,711,1,9,105,1,13,160,1,18,1,A,7,1,A,7,15.0,A,7,1.7,A,7,41,A,7,987,A,7,220,A,7,7.2,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,12:00,725,1408,504,1,9,792,1,9,94,1,13,524,1,9,777,1,9,123,1,13,199,1,18,0,A,7,0,A,7,16.7,A,7,2.8,A,7,40,A,7,985,A,7,230,A,7,6.7,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,13:00,736,1408,518,1,9,804,1,9,95,1,13,539,1,9,790,1,9,124,1,13,202,1,18,0,A,7,0,A,7,17.8,A,7,3.9,A,7,40,A,7,983,A,7,220,A,7,7.7,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/02/1980,14:00,676,1408,463,1,9,773,1,9,89,1,13,479,1,9,752,1,9,117,1,13,183,1,18,0,A,7,0,A,7,18.3,A,7,6.1,A,7,45,A,7,983,A,7,200,A,7,6.7,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,15:00,549,1408,354,1,9,706,1,9,76,1,13,372,1,9,672,1,9,109,1,13,153,1,18,0,A,7,0,A,7,18.3,A,7,7.2,A,7,49,A,7,982,A,7,200,A,7,6.7,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,16:00,364,1408,203,1,9,556,1,9,57,1,13,209,1,9,471,1,9,87,1,13,107,1,18,0,A,7,0,A,7,18.3,A,7,7.2,A,7,49,A,7,982,A,7,200,A,7,7.2,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,17:00,135,1408,49,1,13,204,1,9,29,1,13,51,1,13,103,1,9,41,1,13,51,1,21,1,A,7,1,A,7,17.2,A,7,6.7,A,7,50,A,7,981,A,7,220,A,7,6.2,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,18:00,0,82,0,1,13,0,1,9,0,1,13,0,1,13,0,1,9,0,1,13,0,1,21,6,A,7,4,A,7,16.1,A,7,7.2,A,7,56,A,7,981,A,7,220,A,7,5.2,A,7,24100,B,7,2590,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,16.1,A,7,7.8,A,7,58,A,7,982,A,7,240,A,7,4.1,A,7,24100,B,7,1830,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/02/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,16.1,A,7,9.4,A,7,65,A,7,983,A,7,240,A,7,4.1,A,7,24100,B,7,1680,A,7,1.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,12.2,A,7,-1.7,A,7,38,A,7,984,A,7,300,A,7,7.7,A,7,24100,B,7,1680,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,10.0,A,7,-3.9,A,7,38,A,7,986,A,7,320,A,7,6.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,-3.3,A,7,49,A,7,987,A,7,330,A,7,5.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/02/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,-3.3,A,7,55,A,7,988,A,7,320,A,7,6.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-5.0,A,7,51,A,7,989,A,7,300,A,7,7.2,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/03/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-5.6,A,7,53,A,7,990,A,7,320,A,7,5.2,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-5.6,A,7,57,A,7,991,A,7,340,A,7,4.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-6.1,A,7,57,A,7,991,A,7,320,A,7,4.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-6.1,A,7,59,A,7,992,A,7,300,A,7,3.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.6,A,7,-6.1,A,7,61,A,7,993,A,7,260,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.6,A,7,-6.7,A,7,59,A,7,994,A,7,310,A,7,3.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/03/1980,08:00,65,1044,31,1,13,134,1,9,19,1,13,30,1,13,54,1,9,26,1,13,33,1,21,0,A,7,0,A,7,1.1,A,7,-6.1,A,7,59,A,7,995,A,7,300,A,7,5.2,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,09:00,292,1408,135,1,13,358,1,9,61,1,13,143,1,13,274,1,9,86,1,13,110,1,21,5,A,7,2,A,7,2.8,A,7,-6.1,A,7,52,A,7,997,A,7,300,A,7,6.2,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,10:00,493,1408,314,1,9,653,1,9,84,1,13,326,1,9,601,1,9,114,1,13,161,1,18,5,A,7,2,A,7,4.4,A,7,-6.7,A,7,45,A,7,998,A,7,300,A,7,7.2,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,11:00,640,1408,419,1,9,749,1,9,77,1,13,439,1,9,726,1,9,107,1,13,162,1,18,3,A,7,1,A,7,5.6,A,7,-7.2,A,7,40,A,7,998,A,7,310,A,7,7.7,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,12:00,722,1408,479,1,9,718,1,9,109,1,13,506,1,9,713,1,9,139,1,13,238,1,18,7,A,7,1,A,7,6.7,A,7,-7.8,A,7,35,A,7,998,A,7,320,A,7,6.7,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,13:00,734,1408,485,1,9,665,1,9,137,1,13,505,1,9,655,1,9,162,1,13,292,1,18,8,A,7,2,A,7,8.3,A,7,-8.3,A,7,30,A,7,998,A,7,340,A,7,6.7,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/03/1980,14:00,674,1408,458,1,9,676,1,9,132,1,13,473,1,9,657,1,9,157,1,13,268,1,18,8,A,7,2,A,7,8.9,A,7,-8.9,A,7,28,A,7,997,A,7,320,A,7,5.7,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,15:00,547,1408,361,1,9,645,1,9,108,1,13,370,1,9,603,1,9,135,1,13,205,1,18,8,A,7,2,A,7,9.4,A,7,-10.0,A,7,25,A,7,997,A,7,350,A,7,6.2,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,16:00,363,1408,201,1,9,545,1,9,59,1,13,207,1,9,460,1,9,88,1,13,110,1,18,4,A,7,1,A,7,8.9,A,7,-9.4,A,7,27,A,7,997,A,7,340,A,7,5.2,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,17:00,134,1408,57,1,13,301,1,9,27,1,13,57,1,13,165,1,9,41,1,13,48,1,21,0,A,7,0,A,7,7.2,A,7,-8.9,A,7,31,A,7,997,A,7,330,A,7,3.6,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,18:00,0,82,2,1,13,1,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,3.9,A,7,-7.8,A,7,43,A,7,997,A,7,330,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-7.2,A,7,50,A,7,997,A,7,120,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/03/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-7.2,A,7,54,A,7,998,A,7,260,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-8.9,A,7,48,A,7,998,A,7,350,A,7,3.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.0,A,7,-7.2,A,7,59,A,7,999,A,7,10,A,7,1.5,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.7,A,7,-7.8,A,7,63,A,7,998,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/03/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.2,A,7,-7.8,A,7,66,A,7,999,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.8,A,7,-6.7,A,7,75,A,7,999,A,7,0,A,7,0.0,A,7,32200,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/04/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-4.4,A,7,-6.7,A,7,85,A,7,999,A,7,70,A,7,2.1,A,7,32200,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-6.7,A,7,78,A,7,999,A,7,30,A,7,1.5,A,7,32200,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.9,A,7,-7.8,A,7,75,A,7,998,A,7,0,A,7,0.0,A,7,32200,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.0,A,7,-7.8,A,7,81,A,7,998,A,7,0,A,7,0.0,A,7,32200,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.0,A,7,-7.2,A,7,85,A,7,998,A,7,0,A,7,0.0,A,7,32200,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.1,A,7,-8.3,A,7,84,A,7,998,A,7,60,A,7,2.1,A,7,32200,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/04/1980,08:00,62,1021,36,1,13,210,1,9,16,1,13,31,1,13,98,1,9,24,1,13,29,1,21,0,A,7,0,A,7,-3.9,A,7,-7.8,A,7,75,A,7,999,A,7,340,A,7,2.1,A,7,32200,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,09:00,289,1409,167,1,13,652,1,9,33,1,13,177,1,13,535,1,9,66,1,13,73,1,21,0,A,7,0,A,7,1.7,A,7,-7.2,A,7,52,A,7,999,A,7,20,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,10:00,490,1409,333,1,9,822,1,9,46,1,13,351,1,9,762,1,9,85,1,13,110,1,18,0,A,7,0,A,7,3.9,A,7,-8.9,A,7,39,A,7,1000,A,7,50,A,7,2.1,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,11:00,637,1409,460,1,9,890,1,9,56,1,13,484,1,9,858,1,9,94,1,13,135,1,18,0,A,7,0,A,7,6.7,A,7,-10.0,A,7,30,A,7,999,A,7,130,A,7,1.5,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,12:00,719,1409,530,1,9,909,1,9,64,1,13,556,1,9,888,1,9,101,1,13,153,1,18,1,A,7,0,A,7,7.8,A,7,-10.0,A,7,27,A,7,998,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,13:00,731,1409,507,1,9,842,1,9,67,1,13,530,1,9,824,1,9,101,1,13,157,1,18,3,A,7,1,A,7,9.4,A,7,-10.0,A,7,25,A,7,997,A,7,180,A,7,3.1,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/04/1980,14:00,672,1409,449,1,9,773,1,9,77,1,13,471,1,9,756,1,9,109,1,13,167,1,18,6,A,7,1,A,7,10.0,A,7,-10.0,A,7,24,A,7,996,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,15:00,546,1409,347,1,9,698,1,9,74,1,13,356,1,9,656,1,9,101,1,13,145,1,18,7,A,7,1,A,7,11.1,A,7,-9.4,A,7,23,A,7,995,A,7,290,A,7,2.1,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,16:00,362,1409,143,1,13,171,1,9,98,1,13,150,1,13,145,1,9,113,1,13,192,1,21,8,A,7,3,A,7,11.1,A,7,-9.4,A,7,23,A,7,995,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,17:00,134,1409,49,1,13,133,1,9,36,1,13,51,1,13,62,1,9,45,1,13,67,1,21,8,A,7,4,A,7,11.1,A,7,-8.3,A,7,25,A,7,995,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,18:00,0,82,2,1,13,1,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,8,A,7,4,A,7,8.3,A,7,-8.9,A,7,29,A,7,995,A,7,200,A,7,1.5,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,4.4,A,7,-7.8,A,7,41,A,7,995,A,7,220,A,7,1.5,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/04/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,4.4,A,7,-7.2,A,7,43,A,7,995,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,3.3,A,7,-6.1,A,7,50,A,7,995,A,7,240,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,2.8,A,7,-7.8,A,7,46,A,7,995,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-5.6,A,7,59,A,7,995,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/04/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-3.3,A,7,73,A,7,994,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-5.6,A,7,55,A,7,994,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/05/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-5.0,A,7,57,A,7,993,A,7,220,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.6,A,7,-3.9,A,7,72,A,7,993,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.0,A,7,-6.1,A,7,64,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.0,A,7,-2.8,A,7,82,A,7,992,A,7,80,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.1,A,7,-4.4,A,7,78,A,7,993,A,7,220,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,-1.7,A,7,-5.6,A,7,75,A,7,993,A,7,240,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/05/1980,08:00,59,998,29,1,13,127,1,9,17,1,13,27,1,13,50,1,9,24,1,13,30,1,21,3,A,7,2,A,7,-1.1,A,7,-5.6,A,7,72,A,7,994,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,09:00,285,1409,120,1,13,230,1,9,74,1,13,128,1,13,174,1,9,92,1,13,141,1,21,6,A,7,5,A,7,5.0,A,7,-2.8,A,7,58,A,7,994,A,7,360,A,7,1.5,A,7,16100,B,7,2130,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,10:00,486,1409,205,1,13,190,1,9,139,1,13,223,1,13,181,1,9,160,1,13,317,1,21,7,A,7,6,A,7,7.2,A,7,-3.3,A,7,47,A,7,995,A,7,10,A,7,3.1,A,7,16100,B,7,2130,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,11:00,634,1409,322,1,13,365,1,9,157,1,13,338,1,13,359,1,9,176,1,13,319,1,21,7,A,7,6,A,7,8.9,A,7,-2.2,A,7,46,A,7,994,A,7,90,A,7,1.5,A,7,16100,B,7,3050,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,12:00,716,1409,475,1,13,599,1,9,169,1,13,503,1,13,602,1,9,196,1,13,359,1,21,8,A,7,7,A,7,11.1,A,7,-2.8,A,7,38,A,7,994,A,7,60,A,7,3.1,A,7,16100,B,7,1680,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/05/1980,13:00,729,1409,356,1,13,250,1,9,226,1,13,379,1,13,260,1,9,244,1,13,526,1,21,7,A,7,6,A,7,11.7,A,7,-3.9,A,7,34,A,7,993,A,7,50,A,7,2.6,A,7,16100,B,7,1680,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/05/1980,14:00,670,1409,461,1,13,729,1,9,112,1,13,482,1,13,714,1,9,141,1,13,233,1,21,5,A,7,4,A,7,12.2,A,7,-4.4,A,7,31,A,7,992,A,7,180,A,7,2.1,A,7,16100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,15:00,545,1409,233,1,13,216,1,9,149,1,13,248,1,13,212,1,9,166,1,13,310,1,21,6,A,7,6,A,7,13.9,A,7,-5.0,A,7,27,A,7,992,A,7,170,A,7,2.6,A,7,16100,B,7,3050,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,16:00,361,1409,133,1,13,138,1,9,97,1,13,144,1,13,119,1,9,114,1,13,213,1,21,6,A,7,6,A,7,14.4,A,7,-6.1,A,7,24,A,7,992,A,7,230,A,7,1.5,A,7,16100,B,7,3050,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,17:00,133,1409,52,1,13,81,1,9,44,1,13,55,1,13,43,1,9,51,1,13,92,1,21,6,A,7,6,A,7,12.2,A,7,-5.0,A,7,30,A,7,992,A,7,190,A,7,1.5,A,7,16100,B,7,3050,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,18:00,0,82,2,1,13,1,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,5,A,7,5,A,7,10.0,A,7,-3.3,A,7,39,A,7,992,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,8.3,A,7,-1.1,A,7,52,A,7,992,A,7,50,A,7,1.5,A,7,16100,B,7,2290,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/05/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,5.6,A,7,0.0,A,7,68,A,7,993,A,7,20,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,5.0,A,7,-0.6,A,7,68,A,7,992,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,-0.6,A,7,65,A,7,992,A,7,230,A,7,1.5,A,7,24100,B,7,2740,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,0.0,A,7,65,A,7,993,A,7,0,A,7,0.0,A,7,24100,B,7,2740,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/05/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,5.6,A,7,-1.1,A,7,63,A,7,993,A,7,210,A,7,1.5,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-0.6,A,7,76,A,7,992,A,7,250,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/06/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,6,A,7,4.4,A,7,0.0,A,7,73,A,7,992,A,7,0,A,7,0.0,A,7,16100,B,7,7620,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,0.6,A,7,73,A,7,992,A,7,0,A,7,0.0,A,7,24100,B,7,2290,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,6,A,7,5.0,A,7,0.6,A,7,73,A,7,992,A,7,0,A,7,0.0,A,7,16100,B,7,3050,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,5,A,7,4.4,A,7,1.1,A,7,79,A,7,992,A,7,0,A,7,0.0,A,7,16100,B,7,3050,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,7,A,7,3.3,A,7,0.0,A,7,79,A,7,993,A,7,0,A,7,0.0,A,7,24100,B,7,3050,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,3.9,A,7,-0.6,A,7,73,A,7,993,A,7,0,A,7,0.0,A,7,16100,B,7,2590,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/06/1980,08:00,57,975,26,1,13,59,1,9,20,1,13,25,1,13,20,1,9,24,1,13,35,1,21,5,A,7,5,A,7,3.3,A,7,0.6,A,7,82,A,7,994,A,7,50,A,7,1.5,A,7,6400,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/06/1980,09:00,281,1409,136,1,13,393,1,9,57,1,13,138,1,13,298,1,9,78,1,13,101,1,21,4,A,7,3,A,7,6.7,A,7,-0.6,A,7,60,A,7,994,A,7,200,A,7,2.6,A,7,9700,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/06/1980,10:00,483,1409,301,1,9,664,1,9,73,1,13,316,1,9,611,1,9,105,1,13,142,1,18,3,A,7,2,A,7,10.0,A,7,-0.6,A,7,48,A,7,994,A,7,220,A,7,2.1,A,7,11300,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,11:00,630,1409,278,1,13,223,1,9,177,1,13,296,1,13,226,1,9,194,1,13,383,1,21,6,A,7,5,A,7,13.3,A,7,0.0,A,7,40,A,7,994,A,7,0,A,7,0.0,A,7,11300,B,7,2590,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,12:00,714,1409,428,1,13,555,1,9,145,1,13,459,1,13,558,1,9,175,1,13,303,1,21,5,A,7,4,A,7,15.6,A,7,-1.7,A,7,31,A,7,993,A,7,300,A,7,2.1,A,7,11300,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,13:00,727,1409,496,1,9,843,1,9,59,1,13,521,1,9,825,1,9,94,1,13,148,1,18,1,A,7,1,A,7,17.2,A,7,0.0,A,7,31,A,7,992,A,7,180,A,7,2.1,A,7,11300,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +12/06/1980,14:00,669,1409,404,1,9,652,1,9,92,1,13,427,1,9,643,1,9,121,1,13,197,1,18,1,A,7,1,A,7,19.4,A,7,-0.6,A,7,26,A,7,992,A,7,210,A,7,2.6,A,7,11300,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,15:00,544,1409,355,1,9,710,1,9,79,1,13,373,1,9,673,1,9,112,1,13,158,1,18,2,A,7,2,A,7,20.0,A,7,-1.1,A,7,24,A,7,992,A,7,250,A,7,3.1,A,7,11300,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,16:00,360,1409,213,1,9,658,1,9,43,1,13,220,1,9,566,1,9,75,1,13,88,1,18,1,A,7,0,A,7,19.4,A,7,0.0,A,7,27,A,7,992,A,7,230,A,7,3.1,A,7,11300,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,17:00,133,1409,58,1,13,364,1,9,23,1,13,57,1,13,219,1,9,37,1,13,42,1,21,0,A,7,0,A,7,17.2,A,7,0.6,A,7,33,A,7,992,A,7,200,A,7,2.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,18:00,0,82,3,1,13,3,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,13.3,A,7,1.1,A,7,44,A,7,992,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,12.2,A,7,1.1,A,7,47,A,7,993,A,7,240,A,7,3.1,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/06/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,10.6,A,7,1.1,A,7,52,A,7,993,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,0.6,A,7,54,A,7,993,A,7,210,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,9.4,A,7,0.6,A,7,54,A,7,993,A,7,220,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,0.6,A,7,58,A,7,993,A,7,210,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/06/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,0.0,A,7,54,A,7,993,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,0.0,A,7,63,A,7,992,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/07/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.9,A,7,-1.1,A,7,50,A,7,993,A,7,40,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.6,A,7,0.0,A,7,68,A,7,993,A,7,220,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,0.0,A,7,70,A,7,993,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,0.0,A,7,73,A,7,993,A,7,290,A,7,1.5,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,1.1,A,7,79,A,7,993,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,3.9,A,7,0.0,A,7,76,A,7,993,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/07/1980,08:00,55,952,30,1,13,138,1,9,17,1,13,27,1,13,53,1,9,24,1,13,30,1,21,6,A,7,1,A,7,5.0,A,7,0.0,A,7,70,A,7,994,A,7,0,A,7,0.0,A,7,12900,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,09:00,278,1410,152,1,13,573,1,9,39,1,13,155,1,13,452,1,9,66,1,13,75,1,21,5,A,7,0,A,7,10.6,A,7,5.0,A,7,69,A,7,994,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,10:00,480,1410,287,1,9,588,1,9,86,1,13,297,1,9,536,1,9,113,1,13,162,1,18,8,A,7,1,A,7,16.7,A,7,5.0,A,7,46,A,7,994,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,11:00,628,1410,399,1,9,652,1,9,107,1,13,416,1,9,631,1,9,134,1,13,217,1,18,8,A,7,2,A,7,20.6,A,7,6.7,A,7,41,A,7,994,A,7,340,A,7,3.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,12:00,711,1410,473,1,9,776,1,9,80,1,13,500,1,9,764,1,9,113,1,13,178,1,18,4,A,7,1,A,7,22.2,A,7,9.4,A,7,44,A,7,993,A,7,310,A,7,2.6,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,13:00,725,1410,522,1,9,897,1,9,58,1,13,548,1,9,877,1,9,95,1,13,147,1,18,1,A,7,0,A,7,22.8,A,7,8.9,A,7,41,A,7,993,A,7,240,A,7,4.1,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +12/07/1980,14:00,667,1410,476,1,9,889,1,9,52,1,13,501,1,9,862,1,9,91,1,13,134,1,18,0,A,7,0,A,7,23.3,A,7,7.8,A,7,37,A,7,992,A,7,240,A,7,3.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,15:00,543,1410,367,1,9,830,1,9,44,1,13,386,1,9,783,1,9,83,1,13,113,1,18,0,A,7,0,A,7,23.3,A,7,8.9,A,7,40,A,7,992,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,16:00,360,1410,219,1,9,717,1,9,34,1,13,231,1,9,623,1,9,71,1,13,84,1,18,0,A,7,0,A,7,22.2,A,7,10.0,A,7,46,A,7,992,A,7,240,A,7,2.6,A,7,24100,B,7,77777,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,17:00,133,1410,62,1,13,438,1,9,19,1,13,64,1,13,286,1,9,37,1,13,39,1,21,0,A,7,0,A,7,18.9,A,7,8.3,A,7,51,A,7,992,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,18:00,0,82,5,1,13,5,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,16.1,A,7,7.8,A,7,58,A,7,992,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,15.0,A,7,7.8,A,7,62,A,7,992,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/07/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,12.8,A,7,6.1,A,7,64,A,7,992,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,13.3,A,7,4.4,A,7,55,A,7,992,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,3.3,A,7,57,A,7,992,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,2.8,A,7,55,A,7,992,A,7,240,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/07/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,1.7,A,7,51,A,7,991,A,7,250,A,7,2.6,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,11.7,A,7,2.2,A,7,53,A,7,991,A,7,250,A,7,3.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/08/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,8.3,A,7,2.8,A,7,68,A,7,991,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.8,A,7,3.3,A,7,74,A,7,991,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.6,A,7,2.8,A,7,83,A,7,991,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,2.8,A,7,86,A,7,991,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,3.3,A,7,93,A,7,991,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,3.3,A,7,1.7,A,7,89,A,7,991,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/08/1980,08:00,52,952,23,1,13,69,1,9,16,1,13,22,1,13,23,1,9,20,1,13,27,1,21,6,A,7,2,A,7,4.4,A,7,2.2,A,7,86,A,7,991,A,7,210,A,7,2.1,A,7,11300,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,09:00,274,1410,110,1,13,214,1,9,68,1,13,116,1,13,159,1,9,85,1,13,128,1,21,9,A,7,3,A,7,10.0,A,7,4.4,A,7,69,A,7,991,A,7,210,A,7,2.1,A,7,11300,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,10:00,476,1410,300,1,9,701,1,9,62,1,13,310,1,9,643,1,9,92,1,13,123,1,18,3,A,7,0,A,7,15.6,A,7,4.4,A,7,48,A,7,991,A,7,220,A,7,2.6,A,7,11300,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,11:00,625,1410,428,1,9,800,1,9,72,1,13,450,1,9,774,1,9,105,1,13,154,1,18,2,A,7,0,A,7,19.4,A,7,3.9,A,7,36,A,7,990,A,7,240,A,7,3.6,A,7,11300,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,12:00,709,1410,505,1,9,852,1,9,74,1,13,526,1,9,830,1,9,108,1,13,157,1,18,1,A,7,0,A,7,20.6,A,7,2.2,A,7,30,A,7,989,A,7,200,A,7,3.6,A,7,11300,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,13:00,723,1410,512,1,9,828,1,9,85,1,13,538,1,9,816,1,9,118,1,13,187,1,18,3,A,7,0,A,7,22.2,A,7,5.0,A,7,33,A,7,987,A,7,220,A,7,4.1,A,7,11300,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/08/1980,14:00,666,1410,466,1,9,789,1,9,91,1,13,481,1,9,764,1,9,118,1,13,183,1,18,5,A,7,0,A,7,22.2,A,7,3.9,A,7,30,A,7,987,A,7,220,A,7,4.1,A,7,11300,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,15:00,542,1410,337,1,9,647,1,9,86,1,13,351,1,9,611,1,9,115,1,13,170,1,18,7,A,7,1,A,7,22.2,A,7,4.4,A,7,31,A,7,986,A,7,230,A,7,4.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,16:00,360,1410,183,1,9,372,1,9,87,1,13,190,1,9,310,1,9,110,1,13,161,1,18,9,A,7,2,A,7,21.7,A,7,4.4,A,7,33,A,7,986,A,7,220,A,7,4.6,A,7,24100,B,7,77777,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,17:00,133,1410,49,1,13,159,1,9,33,1,13,50,1,13,79,1,9,42,1,13,59,1,21,7,A,7,2,A,7,18.9,A,7,6.1,A,7,43,A,7,985,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,18:00,0,82,1,1,13,0,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,8,A,7,3,A,7,15.6,A,7,6.1,A,7,54,A,7,986,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,14.4,A,7,7.2,A,7,62,A,7,987,A,7,210,A,7,3.6,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/08/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,13.3,A,7,7.8,A,7,69,A,7,986,A,7,220,A,7,4.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,12.2,A,7,7.2,A,7,72,A,7,986,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,1,A,7,13.3,A,7,7.8,A,7,69,A,7,985,A,7,230,A,7,5.2,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,1,A,7,12.8,A,7,7.8,A,7,72,A,7,985,A,7,220,A,7,4.6,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/08/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,11.1,A,7,7.2,A,7,77,A,7,985,A,7,230,A,7,4.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,11.1,A,7,7.8,A,7,80,A,7,985,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/09/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,9.4,A,7,7.2,A,7,86,A,7,985,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,10.6,A,7,7.8,A,7,83,A,7,985,A,7,230,A,7,3.6,A,7,24100,B,7,77777,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,5,A,7,10.0,A,7,6.7,A,7,80,A,7,984,A,7,200,A,7,3.6,A,7,24100,B,7,7620,A,7,1.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,9.4,A,7,7.8,A,7,89,A,7,984,A,7,220,A,7,3.1,A,7,24100,B,7,3660,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,10.0,A,7,7.8,A,7,86,A,7,984,A,7,210,A,7,2.6,A,7,24100,B,7,3660,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,8,A,7,11.7,A,7,7.8,A,7,77,A,7,985,A,7,220,A,7,3.1,A,7,24100,B,7,3660,A,7,1.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/09/1980,08:00,50,929,24,1,13,14,1,9,23,1,13,26,1,13,8,1,9,26,1,13,53,1,21,9,A,7,8,A,7,11.7,A,7,7.8,A,7,77,A,7,985,A,7,210,A,7,3.1,A,7,24100,B,7,3660,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,09:00,271,1411,77,1,13,5,1,9,77,1,13,86,1,13,2,1,9,86,1,13,251,1,21,10,A,7,8,A,7,12.8,A,7,8.9,A,7,77,A,7,985,A,7,230,A,7,3.6,A,7,16100,B,7,3660,A,7,1.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,10:00,473,1411,174,1,13,153,1,9,122,1,13,190,1,13,145,1,9,141,1,13,277,1,21,8,A,7,7,A,7,14.4,A,7,9.4,A,7,72,A,7,984,A,7,230,A,7,4.6,A,7,16100,B,7,3660,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,11:00,622,1411,262,1,9,113,1,9,211,1,13,286,1,9,111,1,9,237,1,13,587,1,18,10,A,7,9,A,7,18.3,A,7,11.1,A,7,63,A,7,984,A,7,240,A,7,5.2,A,7,16100,B,7,3660,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,12:00,707,1411,190,1,9,5,1,9,187,1,13,217,1,9,4,1,9,215,1,13,760,1,18,10,A,7,10,A,7,18.3,A,7,11.1,A,7,63,A,7,983,A,7,220,A,7,6.2,A,7,16100,B,7,3660,A,7,2.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,21,C,8 +12/09/1980,13:00,721,1411,220,1,9,5,1,9,218,1,13,250,1,9,4,1,9,248,1,13,853,1,18,10,A,7,10,A,7,18.9,A,7,12.2,A,7,65,A,7,982,A,7,220,A,7,5.2,A,7,16100,B,7,3660,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,21,C,8 +12/09/1980,14:00,665,1411,165,1,9,1,1,9,164,1,13,189,1,9,1,1,9,188,1,13,670,1,18,10,A,7,10,A,7,19.4,A,7,12.2,A,7,63,A,7,981,A,7,230,A,7,6.7,A,7,16100,B,7,3660,A,7,2.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,15:00,542,1411,190,1,9,9,1,9,187,1,13,211,1,9,7,1,9,208,1,13,639,1,18,10,A,7,10,A,7,18.3,A,7,12.8,A,7,70,A,7,981,A,7,240,A,7,6.2,A,7,16100,B,7,3660,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,16:00,360,1411,115,1,13,6,1,9,113,1,13,126,1,13,3,1,9,125,1,13,368,1,21,10,A,7,10,A,7,18.3,A,7,12.8,A,7,70,A,7,981,A,7,220,A,7,6.2,A,7,11300,B,7,580,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,17:00,134,1411,35,1,13,2,1,9,35,1,13,39,1,13,0,1,9,39,1,13,111,1,21,10,A,7,10,A,7,17.8,A,7,13.3,A,7,75,A,7,981,A,7,230,A,7,7.2,A,7,11300,B,7,520,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,18:00,0,82,1,1,13,0,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,17.8,A,7,13.3,A,7,75,A,7,981,A,7,230,A,7,5.2,A,7,16100,B,7,520,A,7,2.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,13.9,A,7,78,A,7,981,A,7,230,A,7,5.2,A,7,16100,B,7,520,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/09/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.2,A,7,13.9,A,7,81,A,7,981,A,7,220,A,7,5.7,A,7,16100,B,7,520,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.2,A,7,14.4,A,7,84,A,7,981,A,7,210,A,7,5.2,A,7,16100,B,7,520,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,17.8,A,7,14.4,A,7,81,A,7,981,A,7,230,A,7,4.1,A,7,16100,B,7,490,A,7,2.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/09/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.7,A,7,15.0,A,7,90,A,7,981,A,7,220,A,7,3.6,A,7,11300,B,7,520,A,7,2.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +12/09/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,15.0,A,7,93,A,7,981,A,7,240,A,7,3.1,A,7,11300,B,7,520,A,7,2.6,E,8,0.000,?,0,0.00,?,0,3,1,D,9,61,C,8 +12/10/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,16.1,A,7,15.6,A,7,97,A,7,981,A,7,240,A,7,2.6,A,7,11300,B,7,340,A,7,2.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +12/10/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,15.6,A,7,14.4,A,7,93,A,7,981,A,7,240,A,7,3.1,A,7,9700,B,7,910,A,7,2.5,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +12/10/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,13.9,A,7,96,A,7,981,A,7,240,A,7,2.1,A,7,16100,B,7,910,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +12/10/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,14.4,A,7,13.9,A,7,96,A,7,981,A,7,260,A,7,3.1,A,7,11300,B,7,1040,A,7,2.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +12/10/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,13.9,A,7,13.3,A,7,96,A,7,981,A,7,330,A,7,3.1,A,7,11300,B,7,1160,A,7,2.3,E,8,0.000,?,0,0.00,?,0,8,1,D,9,61,C,8 +12/10/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.8,A,7,12.2,A,7,96,A,7,981,A,7,0,A,7,0.0,A,7,9700,B,7,1220,A,7,2.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +12/10/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,12.2,A,7,11.7,A,7,96,A,7,982,A,7,200,A,7,2.1,A,7,8000,B,7,1070,A,7,2.1,E,8,0.000,?,0,0.00,?,0,13,1,D,9,45,C,8 +12/10/1980,08:00,48,905,12,1,13,0,1,9,12,1,13,14,1,13,0,1,9,14,1,13,44,1,21,10,A,7,10,A,7,11.7,A,7,11.1,A,7,96,A,7,981,A,7,170,A,7,1.5,A,7,4800,B,7,1220,A,7,2.0,E,8,0.000,F,8,0.00,?,0,13,1,D,9,45,C,8 +12/10/1980,09:00,268,1411,45,1,13,0,1,9,45,1,13,52,1,13,0,1,9,52,1,13,170,1,21,10,A,7,10,A,7,11.7,A,7,11.1,A,7,96,A,7,982,A,7,220,A,7,1.5,A,7,4000,B,7,120,A,7,2.1,E,8,0.000,F,8,0.00,?,0,13,1,D,9,45,C,8 +12/10/1980,10:00,470,1411,90,1,9,1,1,9,90,1,13,104,1,9,1,1,9,104,1,13,362,1,18,10,A,7,10,A,7,11.7,A,7,11.1,A,7,96,A,7,982,A,7,40,A,7,2.6,A,7,4000,B,7,1370,A,7,2.1,E,8,0.000,F,8,0.00,?,0,8,1,D,9,45,C,8 +12/10/1980,11:00,620,1411,199,1,9,0,1,9,199,1,13,223,1,9,0,1,9,223,1,13,728,1,18,10,A,7,10,A,7,11.7,A,7,10.6,A,7,93,A,7,983,A,7,60,A,7,3.6,A,7,8000,B,7,1070,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/10/1980,12:00,705,1411,244,1,9,1,1,9,243,1,13,273,1,9,1,1,9,272,1,13,895,1,18,10,A,7,10,A,7,12.2,A,7,10.6,A,7,90,A,7,982,A,7,10,A,7,3.1,A,7,8000,B,7,880,A,7,2.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/10/1980,13:00,720,1411,232,1,9,1,1,9,231,1,13,261,1,9,1,1,9,260,1,13,883,1,18,10,A,7,10,A,7,12.2,A,7,9.4,A,7,83,A,7,982,A,7,30,A,7,3.6,A,7,9700,B,7,760,A,7,1.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +12/10/1980,14:00,664,1411,212,1,9,61,1,9,183,1,13,233,1,9,60,1,9,204,1,13,546,1,18,9,A,7,9,A,7,12.2,A,7,7.8,A,7,75,A,7,982,A,7,40,A,7,4.1,A,7,11300,B,7,1070,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/10/1980,15:00,541,1411,191,1,9,78,1,9,161,1,13,209,1,9,75,1,9,181,1,13,443,1,18,10,A,7,9,A,7,11.7,A,7,8.3,A,7,80,A,7,982,A,7,30,A,7,3.1,A,7,11300,B,7,1070,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/10/1980,16:00,360,1411,66,1,13,1,1,9,66,1,13,76,1,13,0,1,9,76,1,13,255,1,21,10,A,7,10,A,7,11.1,A,7,3.9,A,7,61,A,7,983,A,7,330,A,7,5.7,A,7,11300,B,7,1130,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/10/1980,17:00,134,1411,38,1,13,15,1,9,36,1,13,41,1,13,10,1,9,40,1,13,84,1,21,9,A,7,7,A,7,10.0,A,7,2.2,A,7,59,A,7,984,A,7,350,A,7,4.6,A,7,24100,B,7,1220,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/10/1980,18:00,0,106,1,1,13,0,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,7,A,7,3,A,7,8.3,A,7,0.6,A,7,58,A,7,985,A,7,340,A,7,4.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/10/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,6.7,A,7,0.6,A,7,65,A,7,985,A,7,340,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/10/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,6.1,A,7,-1.7,A,7,58,A,7,986,A,7,350,A,7,6.2,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/10/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,5,A,7,5.6,A,7,-2.2,A,7,58,A,7,987,A,7,320,A,7,4.1,A,7,24100,B,7,7620,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/10/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,5,A,7,4.4,A,7,-2.2,A,7,62,A,7,987,A,7,320,A,7,3.6,A,7,24100,B,7,7620,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/10/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,3.3,A,7,-2.2,A,7,67,A,7,987,A,7,310,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/10/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,3.3,A,7,-3.3,A,7,62,A,7,987,A,7,310,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-2.2,A,7,73,A,7,987,A,7,300,A,7,4.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/11/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-2.2,A,7,79,A,7,988,A,7,300,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-2.2,A,7,79,A,7,988,A,7,310,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.6,A,7,-3.3,A,7,75,A,7,989,A,7,310,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-0.6,A,7,-3.3,A,7,82,A,7,989,A,7,330,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.0,A,7,-3.9,A,7,75,A,7,989,A,7,320,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,0.6,A,7,-3.9,A,7,72,A,7,990,A,7,330,A,7,5.2,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/11/1980,08:00,46,882,25,1,13,96,1,9,16,1,13,23,1,13,35,1,9,21,1,13,28,1,21,2,A,7,2,A,7,0.0,A,7,-3.9,A,7,75,A,7,990,A,7,320,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,09:00,265,1411,129,1,13,325,1,9,67,1,13,132,1,13,236,1,9,88,1,13,123,1,21,2,A,7,2,A,7,2.2,A,7,-4.4,A,7,62,A,7,991,A,7,330,A,7,3.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,10:00,468,1411,198,1,13,360,1,9,78,1,13,215,1,13,330,1,9,105,1,13,143,1,21,3,A,7,3,A,7,3.9,A,7,-4.4,A,7,55,A,7,991,A,7,350,A,7,3.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,11:00,617,1411,351,1,13,431,1,9,161,1,13,365,1,13,421,1,9,180,1,13,327,1,21,3,A,7,3,A,7,5.0,A,7,-3.3,A,7,55,A,7,991,A,7,20,A,7,2.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,12:00,703,1411,443,1,9,652,1,9,116,1,13,464,1,9,643,1,9,142,1,13,247,1,18,6,A,7,2,A,7,6.1,A,7,-3.9,A,7,49,A,7,991,A,7,340,A,7,1.5,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,13:00,718,1411,359,1,13,313,1,9,198,1,13,385,1,13,326,1,9,218,1,13,447,1,21,7,A,7,6,A,7,7.2,A,7,-3.3,A,7,47,A,7,991,A,7,280,A,7,3.1,A,7,24100,B,7,3050,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +12/11/1980,14:00,663,1411,425,1,13,700,1,9,94,1,13,449,1,13,689,1,9,124,1,13,199,1,21,3,A,7,3,A,7,7.8,A,7,-5.0,A,7,40,A,7,989,A,7,30,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,15:00,541,1411,373,1,9,834,1,9,51,1,13,392,1,9,785,1,9,89,1,13,119,1,18,0,A,7,0,A,7,8.3,A,7,-4.4,A,7,41,A,7,989,A,7,340,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,16:00,360,1411,209,1,13,637,1,9,45,1,13,215,1,13,547,1,9,75,1,13,90,1,21,4,A,7,1,A,7,8.3,A,7,-3.3,A,7,44,A,7,989,A,7,290,A,7,1.5,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,17:00,135,1411,56,1,13,298,1,9,27,1,13,56,1,13,163,1,9,41,1,13,48,1,21,3,A,7,0,A,7,7.2,A,7,-3.9,A,7,46,A,7,990,A,7,320,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,18:00,1,106,3,1,13,3,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,1,A,7,1,A,7,5.6,A,7,-6.1,A,7,43,A,7,990,A,7,320,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-2.8,A,7,70,A,7,990,A,7,0,A,7,0.0,A,7,32200,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/11/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-1.1,A,7,85,A,7,990,A,7,0,A,7,0.0,A,7,32200,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.0,A,7,-3.3,A,7,79,A,7,990,A,7,0,A,7,0.0,A,7,32200,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.1,A,7,-3.3,A,7,85,A,7,990,A,7,0,A,7,0.0,A,7,32200,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.1,A,7,-6.1,A,7,69,A,7,990,A,7,0,A,7,0.0,A,7,32200,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/11/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.7,A,7,-4.4,A,7,82,A,7,990,A,7,0,A,7,0.0,A,7,32200,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-5.6,A,7,85,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/12/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.8,A,7,-5.0,A,7,85,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.2,A,7,-3.9,A,7,89,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-5.0,A,7,88,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-5.0,A,7,88,A,7,990,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-5.0,A,7,88,A,7,990,A,7,250,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,-3.3,A,7,-5.0,A,7,88,A,7,991,A,7,330,A,7,2.1,A,7,16100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/12/1980,08:00,44,859,19,1,13,31,1,9,16,1,13,20,1,13,13,1,9,19,1,13,33,1,21,0,A,7,0,A,7,-2.8,A,7,-4.4,A,7,88,A,7,991,A,7,0,A,7,0.0,A,7,11300,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,09:00,262,1412,114,1,13,313,1,9,56,1,13,120,1,13,227,1,9,78,1,13,101,1,21,1,A,7,1,A,7,1.7,A,7,-2.2,A,7,76,A,7,991,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,10:00,465,1412,262,1,9,556,1,9,78,1,13,272,1,9,504,1,9,105,1,13,148,1,18,1,A,7,1,A,7,6.1,A,7,-2.2,A,7,55,A,7,991,A,7,0,A,7,0.0,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,11:00,615,1412,346,1,13,426,1,9,159,1,13,360,1,13,416,1,9,179,1,13,322,1,21,5,A,7,5,A,7,8.9,A,7,0.0,A,7,54,A,7,991,A,7,200,A,7,2.6,A,7,11300,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,12:00,701,1412,412,1,9,442,1,9,191,1,13,429,1,9,441,1,9,209,1,13,408,1,18,8,A,7,8,A,7,8.3,A,7,-1.7,A,7,50,A,7,991,A,7,240,A,7,3.1,A,7,11300,B,7,2130,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,13:00,717,1412,287,1,9,130,1,9,220,1,13,312,1,9,134,1,9,244,1,13,552,1,18,8,A,7,8,A,7,9.4,A,7,-2.2,A,7,44,A,7,989,A,7,210,A,7,4.1,A,7,11300,B,7,2130,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/12/1980,14:00,663,1412,352,1,13,422,1,9,152,1,13,372,1,13,419,1,9,174,1,13,311,1,21,3,A,7,3,A,7,10.6,A,7,-1.7,A,7,43,A,7,988,A,7,230,A,7,3.6,A,7,11300,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,15:00,541,1412,337,1,9,634,1,9,92,1,13,349,1,9,596,1,9,120,1,13,179,1,18,0,A,7,0,A,7,11.7,A,7,-1.7,A,7,40,A,7,987,A,7,230,A,7,3.6,A,7,16100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,16:00,360,1412,191,1,13,473,1,9,69,1,13,195,1,13,394,1,9,94,1,13,125,1,21,0,A,7,0,A,7,11.7,A,7,-1.1,A,7,41,A,7,987,A,7,220,A,7,4.1,A,7,16100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,17:00,135,1412,48,1,13,150,1,9,33,1,13,49,1,13,75,1,9,42,1,13,59,1,21,0,A,7,0,A,7,10.0,A,7,-2.8,A,7,41,A,7,987,A,7,230,A,7,4.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,18:00,1,106,1,1,13,0,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,6.7,A,7,-2.8,A,7,51,A,7,987,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,-1.7,A,7,58,A,7,987,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/12/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-1.1,A,7,68,A,7,987,A,7,220,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,0.0,A,7,76,A,7,986,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,-1.1,A,7,70,A,7,986,A,7,170,A,7,2.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,0.0,A,7,82,A,7,986,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/12/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,-0.6,A,7,73,A,7,986,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-1.1,A,7,76,A,7,985,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/13/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-1.1,A,7,79,A,7,985,A,7,210,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,0.0,A,7,82,A,7,985,A,7,230,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,-0.6,A,7,76,A,7,985,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,0.0,A,7,82,A,7,984,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,2,A,7,1.7,A,7,-0.6,A,7,85,A,7,984,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,4,A,7,1.7,A,7,-0.6,A,7,85,A,7,984,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/13/1980,08:00,43,859,17,1,13,12,1,9,16,1,13,18,1,13,6,1,9,18,1,13,39,1,21,9,A,7,5,A,7,1.7,A,7,-0.6,A,7,85,A,7,985,A,7,180,A,7,2.6,A,7,24100,B,7,7620,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,09:00,259,1412,105,1,13,55,1,9,95,1,13,115,1,13,44,1,9,106,1,13,213,1,21,7,A,7,4,A,7,4.4,A,7,1.1,A,7,79,A,7,985,A,7,210,A,7,2.6,A,7,24100,B,7,7620,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,10:00,462,1412,221,1,13,335,1,9,110,1,13,230,1,13,305,1,9,130,1,13,208,1,21,8,A,7,6,A,7,7.2,A,7,1.7,A,7,68,A,7,985,A,7,210,A,7,2.1,A,7,24100,B,7,7620,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,11:00,613,1412,276,1,13,262,1,9,162,1,13,296,1,13,264,1,9,181,1,13,344,1,21,9,A,7,7,A,7,10.0,A,7,0.0,A,7,50,A,7,985,A,7,240,A,7,2.6,A,7,16100,B,7,7620,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,12:00,699,1412,383,1,13,396,1,9,186,1,13,400,1,13,395,1,9,203,1,13,396,1,21,8,A,7,3,A,7,13.3,A,7,1.1,A,7,44,A,7,984,A,7,310,A,7,3.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,13:00,716,1412,389,1,9,509,1,9,130,1,13,406,1,9,501,1,9,151,1,13,275,1,18,6,A,7,1,A,7,15.6,A,7,2.2,A,7,41,A,7,983,A,7,260,A,7,3.6,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +12/13/1980,14:00,662,1412,397,1,9,567,1,9,129,1,13,410,1,9,549,1,9,151,1,13,260,1,18,6,A,7,2,A,7,16.7,A,7,1.1,A,7,35,A,7,983,A,7,270,A,7,3.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,15:00,541,1412,299,1,9,419,1,9,137,1,13,311,1,9,398,1,9,158,1,13,268,1,18,6,A,7,2,A,7,16.7,A,7,1.7,A,7,37,A,7,982,A,7,260,A,7,3.6,A,7,16100,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,16:00,361,1412,106,1,13,70,1,9,88,1,13,116,1,13,61,1,9,101,1,13,193,1,21,8,A,7,6,A,7,16.1,A,7,1.1,A,7,36,A,7,982,A,7,280,A,7,3.6,A,7,16100,B,7,7620,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,17:00,136,1412,40,1,13,19,1,9,38,1,13,44,1,13,12,1,9,42,1,13,88,1,21,10,A,7,7,A,7,14.4,A,7,1.7,A,7,42,A,7,983,A,7,320,A,7,2.6,A,7,16100,B,7,7620,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,18:00,1,106,1,1,13,0,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,7,A,7,12.8,A,7,2.2,A,7,49,A,7,984,A,7,320,A,7,3.6,A,7,16100,B,7,7620,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,12.8,A,7,2.2,A,7,49,A,7,984,A,7,320,A,7,4.1,A,7,24100,B,7,3660,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/13/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,11.1,A,7,2.2,A,7,55,A,7,985,A,7,300,A,7,3.6,A,7,24100,B,7,4270,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,9,A,7,11.1,A,7,-1.1,A,7,43,A,7,986,A,7,320,A,7,3.6,A,7,24100,B,7,4270,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,10.0,A,7,-2.2,A,7,43,A,7,987,A,7,320,A,7,4.1,A,7,24100,B,7,7620,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,7,A,7,8.9,A,7,-2.8,A,7,44,A,7,987,A,7,330,A,7,4.6,A,7,24100,B,7,7620,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/13/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,3,A,7,7.8,A,7,-2.8,A,7,48,A,7,988,A,7,340,A,7,4.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,-3.3,A,7,51,A,7,988,A,7,340,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/14/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-3.9,A,7,55,A,7,988,A,7,350,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.8,A,7,-5.0,A,7,57,A,7,988,A,7,320,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-4.4,A,7,64,A,7,988,A,7,310,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.1,A,7,-6.1,A,7,69,A,7,989,A,7,300,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,-5.0,A,7,64,A,7,989,A,7,310,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-0.6,A,7,-5.6,A,7,69,A,7,989,A,7,260,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/14/1980,08:00,41,836,30,1,13,180,1,9,12,1,13,23,1,13,78,1,9,18,1,13,22,1,21,0,A,7,0,A,7,1.7,A,7,-5.6,A,7,59,A,7,990,A,7,320,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,09:00,256,1412,146,1,13,650,1,9,27,1,13,154,1,13,516,1,9,60,1,13,65,1,21,0,A,7,0,A,7,3.9,A,7,-6.7,A,7,46,A,7,991,A,7,320,A,7,4.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,10:00,460,1412,249,1,13,485,1,9,91,1,13,266,1,13,441,1,9,122,1,13,169,1,21,4,A,7,4,A,7,6.7,A,7,-8.9,A,7,32,A,7,991,A,7,310,A,7,5.2,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,11:00,611,1412,323,1,13,458,1,9,124,1,13,345,1,13,448,1,9,151,1,13,244,1,21,6,A,7,6,A,7,8.3,A,7,-8.3,A,7,30,A,7,991,A,7,300,A,7,6.2,A,7,24100,B,7,5180,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,12:00,698,1412,459,1,13,621,1,9,150,1,13,471,1,13,603,1,9,172,1,13,303,1,21,6,A,7,6,A,7,8.3,A,7,-5.6,A,7,37,A,7,990,A,7,280,A,7,4.6,A,7,24100,B,7,5180,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,13:00,715,1412,387,1,13,382,1,9,192,1,13,416,1,13,397,1,9,214,1,13,430,1,21,7,A,7,7,A,7,10.0,A,7,-6.1,A,7,32,A,7,989,A,7,280,A,7,4.6,A,7,24100,B,7,4570,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/14/1980,14:00,662,1412,342,1,13,438,1,9,136,1,13,366,1,13,435,1,9,162,1,13,275,1,21,6,A,7,5,A,7,10.0,A,7,-6.7,A,7,31,A,7,988,A,7,270,A,7,3.6,A,7,24100,B,7,7620,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,15:00,541,1412,261,1,13,392,1,9,109,1,13,277,1,13,373,1,9,134,1,13,208,1,21,7,A,7,3,A,7,11.1,A,7,-4.4,A,7,34,A,7,988,A,7,330,A,7,6.2,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,16:00,361,1412,167,1,9,382,1,9,69,1,13,178,1,9,320,1,9,96,1,13,125,1,18,6,A,7,2,A,7,10.6,A,7,-6.7,A,7,29,A,7,988,A,7,290,A,7,4.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,17:00,137,1412,64,1,13,422,1,9,22,1,13,64,1,13,258,1,9,38,1,13,41,1,21,3,A,7,0,A,7,9.4,A,7,-7.2,A,7,30,A,7,989,A,7,290,A,7,5.2,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,18:00,1,106,5,1,13,10,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,7.8,A,7,-7.2,A,7,34,A,7,988,A,7,290,A,7,3.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,-5.0,A,7,45,A,7,989,A,7,260,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/14/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,5.0,A,7,-6.1,A,7,45,A,7,989,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,2.8,A,7,-6.1,A,7,52,A,7,989,A,7,260,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-6.7,A,7,52,A,7,989,A,7,270,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-6.1,A,7,57,A,7,989,A,7,260,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/14/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,0,A,7,0.0,A,7,-5.6,A,7,67,A,7,989,A,7,220,A,7,1.5,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,-0.6,A,7,-4.4,A,7,75,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/15/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,-1.1,A,7,-4.4,A,7,78,A,7,989,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,5,A,7,-1.1,A,7,-4.4,A,7,78,A,7,989,A,7,70,A,7,1.5,A,7,24100,B,7,7620,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,-1.1,A,7,-3.9,A,7,82,A,7,988,A,7,50,A,7,3.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,-1.7,A,7,-4.4,A,7,82,A,7,988,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,2,A,7,-1.1,A,7,-3.9,A,7,82,A,7,988,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,3,A,7,-1.7,A,7,-3.9,A,7,85,A,7,988,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/15/1980,08:00,39,812,19,1,13,36,1,9,16,1,13,20,1,13,14,1,9,19,1,13,33,1,21,9,A,7,2,A,7,-1.1,A,7,-4.4,A,7,78,A,7,989,A,7,60,A,7,2.1,A,7,32200,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,09:00,253,1412,113,1,13,294,1,9,60,1,13,117,1,13,210,1,9,80,1,13,109,1,21,9,A,7,3,A,7,1.7,A,7,-2.8,A,7,73,A,7,989,A,7,110,A,7,2.1,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,10:00,457,1412,153,1,13,145,1,9,106,1,13,169,1,13,136,1,9,125,1,13,239,1,21,10,A,7,5,A,7,5.6,A,7,-3.3,A,7,53,A,7,989,A,7,140,A,7,3.6,A,7,11300,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,11:00,609,1412,272,1,13,217,1,9,178,1,13,296,1,13,217,1,9,202,1,13,425,1,21,9,A,7,7,A,7,7.2,A,7,-4.4,A,7,44,A,7,988,A,7,160,A,7,4.1,A,7,16100,B,7,3660,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,12:00,696,1412,332,1,9,247,1,9,209,1,13,353,1,9,255,1,9,227,1,13,474,1,18,10,A,7,8,A,7,7.8,A,7,-3.3,A,7,46,A,7,987,A,7,180,A,7,4.1,A,7,16100,B,7,3660,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,13:00,714,1412,260,1,9,108,1,9,205,1,13,284,1,9,111,1,9,228,1,13,513,1,18,10,A,7,9,A,7,8.9,A,7,-6.1,A,7,34,A,7,985,A,7,170,A,7,4.1,A,7,16100,B,7,3660,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/15/1980,14:00,661,1412,156,1,9,28,1,9,143,1,13,172,1,9,27,1,9,159,1,13,444,1,18,10,A,7,9,A,7,8.9,A,7,-3.9,A,7,41,A,7,984,A,7,180,A,7,4.1,A,7,16100,B,7,3660,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,15:00,541,1412,208,1,9,53,1,9,187,1,13,227,1,9,51,1,9,207,1,13,495,1,18,10,A,7,9,A,7,8.9,A,7,-3.3,A,7,42,A,7,982,A,7,160,A,7,4.1,A,7,16100,B,7,3660,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,16:00,362,1412,124,1,9,89,1,9,101,1,13,135,1,9,77,1,9,115,1,13,222,1,18,10,A,7,9,A,7,8.3,A,7,-2.8,A,7,46,A,7,982,A,7,150,A,7,3.1,A,7,16100,B,7,3660,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,17:00,138,1412,30,1,13,4,1,9,29,1,13,33,1,13,0,1,9,33,1,13,99,1,21,10,A,7,10,A,7,6.7,A,7,-5.0,A,7,44,A,7,981,A,7,140,A,7,2.1,A,7,24100,B,7,7620,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,18:00,1,129,0,1,13,0,1,9,0,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,5.6,A,7,-3.9,A,7,51,A,7,981,A,7,150,A,7,2.6,A,7,24100,B,7,7620,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,-2.8,A,7,58,A,7,981,A,7,160,A,7,2.6,A,7,24100,B,7,4570,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/15/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,-2.8,A,7,60,A,7,981,A,7,0,A,7,0.0,A,7,24100,B,7,3960,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,-2.8,A,7,62,A,7,980,A,7,0,A,7,0.0,A,7,24100,B,7,2740,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,3,A,7,3.3,A,7,-2.2,A,7,67,A,7,980,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,-2.2,A,7,70,A,7,979,A,7,350,A,7,2.6,A,7,24100,B,7,1040,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/15/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,-1.7,A,7,73,A,7,978,A,7,30,A,7,2.1,A,7,24100,B,7,1160,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/16/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,-2.8,A,7,65,A,7,977,A,7,350,A,7,2.6,A,7,24100,B,7,1160,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,21,C,8 +12/16/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,-2.2,A,7,70,A,7,977,A,7,360,A,7,2.6,A,7,24100,B,7,1160,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/16/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,2.2,A,7,-2.2,A,7,73,A,7,976,A,7,10,A,7,2.6,A,7,24100,B,7,7620,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/16/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,6,A,7,2.2,A,7,-2.2,A,7,73,A,7,976,A,7,10,A,7,2.6,A,7,24100,B,7,7620,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/16/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,8,A,7,2.2,A,7,-2.2,A,7,73,A,7,975,A,7,10,A,7,3.1,A,7,24100,B,7,7620,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/16/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.2,A,7,-1.1,A,7,79,A,7,975,A,7,40,A,7,1.5,A,7,16100,B,7,1070,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +12/16/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.2,A,7,-0.6,A,7,82,A,7,976,A,7,0,A,7,0.0,A,7,16100,B,7,2740,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +12/16/1980,08:00,38,812,12,1,13,2,1,9,11,1,13,13,1,13,0,1,9,13,1,13,40,1,21,10,A,7,10,A,7,2.2,A,7,1.1,A,7,92,A,7,976,A,7,0,A,7,0.0,A,7,4800,B,7,940,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/16/1980,09:00,251,1413,43,1,13,1,1,9,43,1,13,50,1,13,0,1,9,50,1,13,161,1,21,10,A,7,10,A,7,2.8,A,7,1.7,A,7,92,A,7,976,A,7,90,A,7,2.1,A,7,6400,B,7,910,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/16/1980,10:00,455,1413,93,1,9,5,1,9,92,1,13,107,1,9,3,1,9,107,1,13,362,1,18,10,A,7,10,A,7,3.9,A,7,2.8,A,7,93,A,7,976,A,7,100,A,7,1.5,A,7,8000,B,7,910,A,7,1.2,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +12/16/1980,11:00,607,1413,125,1,9,4,1,9,123,1,13,145,1,9,3,1,9,143,1,13,516,1,18,10,A,7,10,A,7,4.4,A,7,3.9,A,7,96,A,7,976,A,7,70,A,7,2.1,A,7,8000,B,7,1220,A,7,1.3,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +12/16/1980,12:00,695,1413,159,1,9,1,1,9,159,1,13,184,1,9,1,1,9,184,1,13,670,1,18,10,A,7,10,A,7,5.0,A,7,4.4,A,7,96,A,7,975,A,7,0,A,7,0.0,A,7,8000,B,7,1220,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/16/1980,13:00,714,1413,239,1,9,3,1,9,238,1,13,269,1,9,3,1,9,268,1,13,892,1,18,10,A,7,10,A,7,6.1,A,7,5.0,A,7,93,A,7,975,A,7,0,A,7,0.0,A,7,8000,B,7,1680,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,21,C,8 +12/16/1980,14:00,661,1413,224,1,9,3,1,9,223,1,13,251,1,9,3,1,9,250,1,13,814,1,18,10,A,7,10,A,7,6.7,A,7,5.0,A,7,89,A,7,974,A,7,60,A,7,2.1,A,7,8000,B,7,1680,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/16/1980,15:00,542,1413,179,1,9,1,1,9,179,1,13,199,1,9,1,1,9,199,1,13,624,1,18,10,A,7,10,A,7,7.2,A,7,5.0,A,7,86,A,7,974,A,7,30,A,7,1.5,A,7,8000,B,7,1830,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/16/1980,16:00,363,1413,126,1,9,128,1,9,93,1,13,138,1,9,111,1,9,109,1,13,204,1,18,10,A,7,8,A,7,7.8,A,7,4.4,A,7,80,A,7,974,A,7,130,A,7,1.5,A,7,8000,B,7,2440,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/16/1980,17:00,140,1413,38,1,13,6,1,9,38,1,13,43,1,13,0,1,9,43,1,13,119,1,21,10,A,7,10,A,7,7.2,A,7,5.0,A,7,86,A,7,975,A,7,70,A,7,2.1,A,7,8000,B,7,1980,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/16/1980,18:00,1,130,1,1,13,0,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,7.2,A,7,5.0,A,7,86,A,7,976,A,7,60,A,7,2.1,A,7,11300,B,7,2130,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/16/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,5.0,A,7,86,A,7,976,A,7,50,A,7,2.1,A,7,11300,B,7,2130,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,21,C,8 +12/16/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,4.4,A,7,93,A,7,977,A,7,10,A,7,2.1,A,7,11300,B,7,1400,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,61,C,8 +12/16/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,4.4,A,7,96,A,7,977,A,7,0,A,7,0.0,A,7,11300,B,7,1250,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/16/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,4.4,A,7,96,A,7,977,A,7,350,A,7,1.5,A,7,11300,B,7,1160,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/16/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,2.8,A,7,93,A,7,978,A,7,0,A,7,0.0,A,7,11300,B,7,940,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/16/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,2.2,A,7,86,A,7,978,A,7,350,A,7,2.6,A,7,11300,B,7,760,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,0.0,A,7,73,A,7,979,A,7,360,A,7,2.6,A,7,24100,B,7,1010,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/17/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,0.6,A,7,79,A,7,979,A,7,330,A,7,3.6,A,7,24100,B,7,1010,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,-1.7,A,7,70,A,7,979,A,7,340,A,7,3.6,A,7,24100,B,7,1010,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,-2.2,A,7,70,A,7,980,A,7,350,A,7,3.1,A,7,24100,B,7,1010,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,2.8,A,7,-2.2,A,7,70,A,7,980,A,7,360,A,7,3.1,A,7,24100,B,7,1010,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,1.1,A,7,-1.7,A,7,82,A,7,981,A,7,360,A,7,3.6,A,7,24100,B,7,1370,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/17/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,1.1,A,7,-2.8,A,7,76,A,7,982,A,7,10,A,7,4.1,A,7,24100,B,7,1370,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/17/1980,08:00,37,789,14,1,13,11,1,9,13,1,13,15,1,13,6,1,9,15,1,13,32,1,21,7,A,7,4,A,7,0.6,A,7,-3.9,A,7,72,A,7,983,A,7,10,A,7,4.1,A,7,24100,B,7,7620,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,09:00,248,1413,118,1,13,315,1,9,62,1,13,121,1,13,222,1,9,82,1,13,113,1,21,3,A,7,2,A,7,1.7,A,7,-3.3,A,7,70,A,7,984,A,7,10,A,7,5.2,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,10:00,453,1413,274,1,9,682,1,9,54,1,13,285,1,9,621,1,9,85,1,13,111,1,18,0,A,7,0,A,7,3.3,A,7,-3.9,A,7,60,A,7,984,A,7,10,A,7,4.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,11:00,605,1413,407,1,9,790,1,9,66,1,13,429,1,9,763,1,9,101,1,13,143,1,18,0,A,7,0,A,7,3.9,A,7,-6.1,A,7,48,A,7,984,A,7,40,A,7,4.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,12:00,694,1413,492,1,9,847,1,9,73,1,13,513,1,9,823,1,9,107,1,13,154,1,18,0,A,7,0,A,7,6.1,A,7,-3.9,A,7,49,A,7,983,A,7,50,A,7,4.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,13:00,713,1413,515,1,9,867,1,9,75,1,13,537,1,9,845,1,9,109,1,13,158,1,18,0,A,7,0,A,7,6.1,A,7,-6.1,A,7,42,A,7,983,A,7,330,A,7,4.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/17/1980,14:00,661,1413,468,1,9,843,1,9,71,1,13,496,1,9,824,1,9,108,1,13,157,1,18,0,A,7,0,A,7,7.2,A,7,-0.6,A,7,58,A,7,983,A,7,250,A,7,1.5,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,15:00,542,1413,363,1,9,781,1,9,61,1,13,381,1,9,739,1,9,96,1,13,129,1,18,0,A,7,0,A,7,7.8,A,7,-2.8,A,7,48,A,7,983,A,7,300,A,7,3.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,16:00,364,1413,218,1,9,657,1,9,47,1,13,224,1,9,564,1,9,78,1,13,93,1,18,0,A,7,0,A,7,7.2,A,7,-4.4,A,7,44,A,7,984,A,7,300,A,7,3.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,17:00,141,1413,60,1,13,332,1,9,27,1,13,61,1,13,186,1,9,43,1,13,48,1,21,0,A,7,0,A,7,6.1,A,7,-5.0,A,7,45,A,7,984,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,18:00,1,130,3,1,13,5,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,3.3,A,7,-3.3,A,7,62,A,7,985,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.7,A,7,-5.0,A,7,62,A,7,985,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/17/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-0.6,A,7,-4.4,A,7,75,A,7,985,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.8,A,7,-7.2,A,7,72,A,7,985,A,7,210,A,7,2.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.2,A,7,-5.6,A,7,78,A,7,985,A,7,210,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-6.7,A,7,78,A,7,986,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/17/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.2,A,7,-5.6,A,7,78,A,7,985,A,7,220,A,7,2.6,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-6.7,A,7,78,A,7,985,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/18/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.3,A,7,-3.9,A,7,96,A,7,985,A,7,200,A,7,2.1,A,7,24100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.9,A,7,-5.6,A,7,88,A,7,985,A,7,210,A,7,2.6,A,7,11300,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.9,A,7,-5.6,A,7,88,A,7,985,A,7,210,A,7,3.1,A,7,16100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.9,A,7,-5.0,A,7,92,A,7,984,A,7,210,A,7,2.6,A,7,16100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-1.7,A,7,-2.2,A,7,96,A,7,985,A,7,250,A,7,2.1,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.8,A,7,-3.3,A,7,96,A,7,986,A,7,220,A,7,3.1,A,7,16100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/18/1980,08:00,35,789,25,1,13,132,1,9,12,1,13,19,1,13,55,1,9,17,1,13,22,1,21,0,A,7,0,A,7,-2.2,A,7,-3.9,A,7,89,A,7,986,A,7,210,A,7,3.1,A,7,4800,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/18/1980,09:00,246,1413,135,1,13,595,1,9,31,1,13,139,1,13,454,1,9,60,1,13,63,1,21,0,A,7,0,A,7,1.7,A,7,-2.2,A,7,76,A,7,986,A,7,240,A,7,4.1,A,7,6400,B,7,77777,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/18/1980,10:00,451,1413,295,1,9,781,1,9,44,1,13,311,1,9,712,1,9,82,1,13,103,1,18,0,A,7,0,A,7,4.4,A,7,0.6,A,7,76,A,7,987,A,7,230,A,7,4.6,A,7,8000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/18/1980,11:00,604,1413,425,1,9,864,1,9,53,1,13,446,1,9,827,1,9,91,1,13,128,1,18,0,A,7,0,A,7,6.7,A,7,0.6,A,7,65,A,7,987,A,7,230,A,7,4.1,A,7,8000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/18/1980,12:00,693,1413,504,1,9,901,1,9,59,1,13,529,1,9,877,1,9,97,1,13,144,1,18,0,A,7,0,A,7,9.4,A,7,1.1,A,7,56,A,7,985,A,7,230,A,7,2.6,A,7,8000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/18/1980,13:00,713,1413,521,1,9,907,1,9,60,1,13,546,1,9,885,1,9,97,1,13,148,1,18,0,A,7,0,A,7,11.1,A,7,1.1,A,7,50,A,7,984,A,7,230,A,7,3.1,A,7,8000,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/18/1980,14:00,662,1413,475,1,9,886,1,9,57,1,13,498,1,9,858,1,9,95,1,13,139,1,18,0,A,7,0,A,7,12.2,A,7,1.7,A,7,49,A,7,984,A,7,190,A,7,3.6,A,7,9700,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/18/1980,15:00,543,1413,373,1,9,836,1,9,50,1,13,393,1,9,788,1,9,89,1,13,119,1,18,0,A,7,0,A,7,13.3,A,7,0.6,A,7,42,A,7,984,A,7,220,A,7,3.1,A,7,9700,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/18/1980,16:00,365,1413,225,1,9,718,1,9,38,1,13,237,1,9,625,1,9,75,1,13,88,1,18,0,A,7,0,A,7,12.8,A,7,0.0,A,7,42,A,7,984,A,7,220,A,7,3.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,17:00,143,1413,66,1,13,423,1,9,23,1,13,66,1,13,262,1,9,40,1,13,43,1,21,0,A,7,0,A,7,10.6,A,7,-0.6,A,7,46,A,7,984,A,7,190,A,7,3.1,A,7,16100,B,7,77777,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,18:00,1,153,5,1,13,11,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,8.3,A,7,0.6,A,7,58,A,7,984,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,0.6,A,7,65,A,7,985,A,7,200,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,0.0,A,7,63,A,7,985,A,7,210,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,0.0,A,7,70,A,7,984,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,5.0,A,7,0.0,A,7,70,A,7,984,A,7,200,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,7.2,A,7,0.0,A,7,60,A,7,984,A,7,210,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/18/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,0.0,A,7,65,A,7,984,A,7,200,A,7,3.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.7,A,7,0.6,A,7,65,A,7,984,A,7,220,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/19/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,6.1,A,7,0.0,A,7,65,A,7,984,A,7,230,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,0.6,A,7,76,A,7,984,A,7,230,A,7,2.6,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,-0.6,A,7,82,A,7,984,A,7,210,A,7,3.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.3,A,7,0.0,A,7,79,A,7,984,A,7,220,A,7,3.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/19/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,3.9,A,7,0.0,A,7,76,A,7,984,A,7,210,A,7,4.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/19/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,4.4,A,7,-0.6,A,7,70,A,7,985,A,7,230,A,7,3.6,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/19/1980,08:00,34,766,23,1,13,99,1,9,13,1,13,19,1,13,33,1,9,18,1,13,22,1,21,2,A,7,0,A,7,4.4,A,7,0.0,A,7,73,A,7,986,A,7,230,A,7,3.1,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,09:00,244,1413,129,1,13,533,1,9,36,1,13,130,1,13,402,1,9,60,1,13,68,1,21,2,A,7,0,A,7,6.1,A,7,1.1,A,7,71,A,7,986,A,7,230,A,7,4.1,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,10:00,449,1413,274,1,9,630,1,9,72,1,13,284,1,9,567,1,9,103,1,13,137,1,18,2,A,7,2,A,7,10.0,A,7,2.8,A,7,61,A,7,987,A,7,260,A,7,3.1,A,7,16100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,11:00,603,1413,390,1,9,772,1,9,58,1,13,408,1,9,738,1,9,92,1,13,132,1,18,1,A,7,1,A,7,13.3,A,7,6.1,A,7,62,A,7,988,A,7,310,A,7,4.1,A,7,16100,B,7,77777,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,12:00,692,1413,471,1,9,802,1,9,76,1,13,498,1,9,788,1,9,111,1,13,169,1,18,1,A,7,1,A,7,14.4,A,7,3.3,A,7,48,A,7,988,A,7,330,A,7,4.6,A,7,12900,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,13:00,713,1413,403,1,13,441,1,9,179,1,13,423,1,13,442,1,9,199,1,13,382,1,21,5,A,7,5,A,7,14.4,A,7,2.2,A,7,44,A,7,988,A,7,330,A,7,6.2,A,7,12900,B,7,77777,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,03,C,8 +12/19/1980,14:00,662,1413,228,1,9,55,1,9,202,1,13,250,1,9,54,1,9,225,1,13,589,1,18,9,A,7,9,A,7,11.7,A,7,3.9,A,7,59,A,7,988,A,7,330,A,7,6.2,A,7,12900,B,7,2130,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,15:00,544,1413,142,1,9,74,1,9,113,1,13,157,1,9,73,1,9,129,1,13,263,1,18,10,A,7,10,A,7,10.0,A,7,1.7,A,7,57,A,7,989,A,7,330,A,7,5.2,A,7,12900,B,7,2130,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,16:00,367,1413,112,1,9,50,1,9,99,1,13,123,1,9,44,1,9,111,1,13,255,1,18,9,A,7,9,A,7,8.9,A,7,1.7,A,7,61,A,7,990,A,7,330,A,7,5.2,A,7,12900,B,7,2130,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,17:00,144,1413,29,1,13,13,1,9,28,1,13,32,1,13,8,1,9,31,1,13,70,1,21,10,A,7,9,A,7,8.3,A,7,-1.7,A,7,50,A,7,991,A,7,350,A,7,5.2,A,7,16100,B,7,2130,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,18:00,1,153,1,1,13,1,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,9,A,7,7.8,A,7,-2.2,A,7,50,A,7,992,A,7,10,A,7,4.6,A,7,24100,B,7,1830,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/19/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,-6.7,A,7,41,A,7,993,A,7,20,A,7,4.1,A,7,24100,B,7,1830,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/19/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,4,A,7,3.3,A,7,-3.9,A,7,60,A,7,993,A,7,20,A,7,4.6,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,3.3,A,7,-9.4,A,7,39,A,7,994,A,7,10,A,7,5.2,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,4,A,7,1.7,A,7,-7.8,A,7,50,A,7,995,A,7,10,A,7,4.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,1.1,A,7,-7.2,A,7,54,A,7,995,A,7,20,A,7,3.6,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/19/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,0.6,A,7,-8.9,A,7,50,A,7,996,A,7,30,A,7,3.1,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.6,A,7,-10.6,A,7,44,A,7,996,A,7,30,A,7,4.6,A,7,16100,B,7,1400,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/20/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.0,A,7,-7.2,A,7,59,A,7,996,A,7,30,A,7,5.2,A,7,16100,B,7,1220,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,-0.6,A,7,-8.3,A,7,56,A,7,997,A,7,40,A,7,5.7,A,7,16100,B,7,1400,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,-1.1,A,7,-7.8,A,7,61,A,7,997,A,7,40,A,7,5.7,A,7,16100,B,7,1520,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,9,A,7,9,A,7,-1.7,A,7,-7.8,A,7,63,A,7,997,A,7,40,A,7,5.2,A,7,16100,B,7,1520,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,-2.2,A,7,-7.8,A,7,66,A,7,998,A,7,30,A,7,4.6,A,7,16100,B,7,1490,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,-2.8,A,7,-6.1,A,7,78,A,7,998,A,7,20,A,7,3.6,A,7,16100,B,7,77777,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/20/1980,08:00,33,742,11,1,13,13,1,9,10,1,13,12,1,13,5,1,9,12,1,13,21,1,21,3,A,7,3,A,7,-3.9,A,7,-10.0,A,7,63,A,7,999,A,7,20,A,7,3.6,A,7,16100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,09:00,242,1414,105,1,13,298,1,9,53,1,13,109,1,13,208,1,9,73,1,13,95,1,21,2,A,7,1,A,7,-3.3,A,7,-10.0,A,7,60,A,7,1000,A,7,40,A,7,3.6,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,10:00,448,1414,269,1,9,622,1,9,71,1,13,280,1,9,560,1,9,102,1,13,136,1,18,0,A,7,0,A,7,-2.2,A,7,-9.4,A,7,58,A,7,1001,A,7,40,A,7,6.2,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,11:00,601,1414,403,1,9,734,1,9,88,1,13,423,1,9,709,1,9,120,1,13,180,1,18,0,A,7,0,A,7,-1.1,A,7,-10.0,A,7,51,A,7,1001,A,7,360,A,7,4.1,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,12:00,692,1414,484,1,9,783,1,9,98,1,13,497,1,9,760,1,9,123,1,13,195,1,18,0,A,7,0,A,7,-1.1,A,7,-10.6,A,7,49,A,7,1000,A,7,30,A,7,5.2,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,13:00,713,1414,500,1,9,789,1,9,100,1,13,515,1,9,769,1,9,126,1,13,202,1,18,0,A,7,0,A,7,-0.6,A,7,-11.1,A,7,45,A,7,999,A,7,30,A,7,5.7,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/20/1980,14:00,663,1414,460,1,9,775,1,9,95,1,13,473,1,9,748,1,9,120,1,13,186,1,18,0,A,7,0,A,7,0.6,A,7,-12.2,A,7,38,A,7,999,A,7,30,A,7,5.2,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,15:00,545,1414,354,1,9,702,1,9,82,1,13,371,1,9,664,1,9,114,1,13,163,1,18,0,A,7,0,A,7,0.6,A,7,-13.9,A,7,33,A,7,999,A,7,30,A,7,4.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,16:00,368,1414,208,1,9,555,1,9,62,1,13,214,1,9,470,1,9,91,1,13,115,1,18,0,A,7,0,A,7,0.6,A,7,-13.9,A,7,33,A,7,1001,A,7,20,A,7,5.7,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,17:00,146,1414,56,1,13,223,1,9,33,1,13,59,1,13,117,1,9,46,1,13,59,1,21,0,A,7,0,A,7,-0.6,A,7,-14.4,A,7,35,A,7,1000,A,7,50,A,7,4.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,18:00,2,177,2,1,13,2,1,9,1,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,-2.2,A,7,-14.4,A,7,39,A,7,1001,A,7,20,A,7,2.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-2.2,A,7,-16.7,A,7,32,A,7,1002,A,7,20,A,7,3.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/20/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-3.9,A,7,-16.1,A,7,38,A,7,1002,A,7,10,A,7,3.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.0,A,7,-18.3,A,7,35,A,7,1003,A,7,10,A,7,3.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-5.6,A,7,-16.7,A,7,42,A,7,1004,A,7,20,A,7,3.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.7,A,7,-15.6,A,7,50,A,7,1004,A,7,50,A,7,2.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/20/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.1,A,7,-14.4,A,7,52,A,7,1004,A,7,60,A,7,3.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.2,A,7,-15.0,A,7,54,A,7,1004,A,7,60,A,7,4.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/21/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.2,A,7,-18.3,A,7,41,A,7,1005,A,7,40,A,7,2.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.3,A,7,-17.2,A,7,49,A,7,1005,A,7,80,A,7,2.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.9,A,7,-17.8,A,7,49,A,7,1005,A,7,50,A,7,3.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-9.4,A,7,-16.7,A,7,56,A,7,1005,A,7,50,A,7,2.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,-10.0,A,7,-17.2,A,7,56,A,7,1005,A,7,50,A,7,2.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,-10.0,A,7,-18.3,A,7,51,A,7,1006,A,7,50,A,7,4.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/21/1980,08:00,32,742,18,1,13,33,1,9,14,1,13,17,1,13,9,1,9,16,1,13,24,1,21,5,A,7,5,A,7,-10.0,A,7,-19.4,A,7,46,A,7,1006,A,7,50,A,7,4.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,09:00,240,1414,121,1,13,429,1,9,48,1,13,123,1,13,305,1,9,71,1,13,84,1,21,4,A,7,3,A,7,-10.0,A,7,-16.7,A,7,59,A,7,1007,A,7,50,A,7,3.1,A,7,19300,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,10:00,446,1414,257,1,13,582,1,9,73,1,13,268,1,13,523,1,9,102,1,13,139,1,21,4,A,7,3,A,7,-7.2,A,7,-16.7,A,7,47,A,7,1007,A,7,50,A,7,5.7,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,11:00,600,1414,430,1,9,878,1,9,55,1,13,452,1,9,839,1,9,94,1,13,130,1,18,0,A,7,0,A,7,-6.1,A,7,-17.2,A,7,41,A,7,1007,A,7,50,A,7,4.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,12:00,691,1414,513,1,9,919,1,9,61,1,13,538,1,9,894,1,9,99,1,13,146,1,18,0,A,7,0,A,7,-5.0,A,7,-17.2,A,7,38,A,7,1006,A,7,360,A,7,4.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,13:00,713,1414,532,1,9,919,1,9,66,1,13,557,1,9,896,1,9,103,1,13,153,1,18,1,A,7,0,A,7,-3.9,A,7,-16.7,A,7,37,A,7,1005,A,7,40,A,7,2.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/21/1980,14:00,663,1414,438,1,9,780,1,9,70,1,13,465,1,9,764,1,9,105,1,13,156,1,18,3,A,7,1,A,7,-2.8,A,7,-16.7,A,7,34,A,7,1004,A,7,60,A,7,3.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,15:00,546,1414,349,1,9,695,1,9,79,1,13,367,1,9,659,1,9,111,1,13,158,1,18,6,A,7,1,A,7,-2.2,A,7,-17.2,A,7,31,A,7,1004,A,7,90,A,7,3.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,16:00,370,1414,185,1,13,429,1,9,72,1,13,197,1,13,362,1,9,101,1,13,131,1,21,7,A,7,3,A,7,-2.8,A,7,-17.8,A,7,31,A,7,1004,A,7,70,A,7,3.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,17:00,148,1414,50,1,13,150,1,9,34,1,13,52,1,13,80,1,9,43,1,13,61,1,21,7,A,7,3,A,7,-2.2,A,7,-18.9,A,7,27,A,7,1004,A,7,40,A,7,4.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,18:00,2,177,4,1,13,7,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,7,A,7,2,A,7,-3.3,A,7,-17.8,A,7,32,A,7,1004,A,7,60,A,7,2.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,-5.0,A,7,-13.9,A,7,50,A,7,1004,A,7,50,A,7,3.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/21/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,2,A,7,-5.0,A,7,-16.1,A,7,42,A,7,1004,A,7,70,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,3,A,7,-6.1,A,7,-17.2,A,7,41,A,7,1004,A,7,50,A,7,2.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,-6.7,A,7,-17.8,A,7,41,A,7,1004,A,7,40,A,7,1.5,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.2,A,7,-17.2,A,7,45,A,7,1004,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/21/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.3,A,7,-15.0,A,7,59,A,7,1004,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.9,A,7,-14.4,A,7,64,A,7,1004,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/22/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.9,A,7,-14.4,A,7,64,A,7,1004,A,7,30,A,7,2.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-9.4,A,7,-14.4,A,7,67,A,7,1005,A,7,40,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-10.0,A,7,-15.6,A,7,64,A,7,1004,A,7,20,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-9.4,A,7,-15.6,A,7,61,A,7,1004,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,0,A,7,-10.0,A,7,-16.1,A,7,61,A,7,1004,A,7,40,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,0,A,7,-9.4,A,7,-15.6,A,7,61,A,7,1005,A,7,30,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/22/1980,08:00,31,719,19,1,13,45,1,9,15,1,13,18,1,13,12,1,9,18,1,13,26,1,21,8,A,7,1,A,7,-10.0,A,7,-15.6,A,7,64,A,7,1005,A,7,20,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,09:00,238,1414,111,1,13,346,1,9,52,1,13,116,1,13,239,1,9,75,1,13,94,1,21,8,A,7,1,A,7,-7.8,A,7,-13.9,A,7,62,A,7,1004,A,7,70,A,7,3.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,10:00,445,1414,259,1,9,543,1,9,87,1,13,265,1,9,482,1,9,113,1,13,160,1,18,9,A,7,1,A,7,-5.0,A,7,-13.3,A,7,52,A,7,1005,A,7,60,A,7,4.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,11:00,599,1414,385,1,9,669,1,9,100,1,13,402,1,9,642,1,9,128,1,13,200,1,18,9,A,7,1,A,7,-2.8,A,7,-14.4,A,7,41,A,7,1004,A,7,50,A,7,4.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,12:00,691,1414,474,1,9,740,1,9,110,1,13,497,1,9,729,1,9,140,1,13,233,1,18,9,A,7,1,A,7,-2.2,A,7,-15.0,A,7,37,A,7,1003,A,7,60,A,7,3.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,13:00,713,1414,513,1,9,766,1,9,124,1,13,535,1,9,754,1,9,153,1,13,263,1,18,9,A,7,0,A,7,-0.6,A,7,-15.6,A,7,32,A,7,1002,A,7,340,A,7,2.1,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/22/1980,14:00,664,1414,472,1,9,765,1,9,110,1,13,493,1,9,748,1,9,140,1,13,228,1,18,8,A,7,0,A,7,0.6,A,7,-15.0,A,7,30,A,7,1001,A,7,150,A,7,1.5,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,15:00,548,1414,314,1,9,489,1,9,123,1,13,331,1,9,466,1,9,149,1,13,238,1,18,10,A,7,2,A,7,1.1,A,7,-16.1,A,7,27,A,7,1000,A,7,80,A,7,3.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,16:00,372,1414,175,1,13,411,1,9,67,1,13,181,1,13,347,1,9,89,1,13,123,1,21,10,A,7,5,A,7,1.1,A,7,-16.1,A,7,27,A,7,1000,A,7,30,A,7,2.6,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,17:00,150,1414,25,1,13,5,1,9,25,1,13,29,1,13,0,1,9,29,1,13,90,1,21,10,A,7,10,A,7,0.6,A,7,-15.6,A,7,29,A,7,999,A,7,50,A,7,3.1,A,7,24100,B,7,1520,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,18:00,2,200,0,1,13,0,1,9,0,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,0.6,A,7,-15.0,A,7,30,A,7,999,A,7,70,A,7,2.1,A,7,24100,B,7,1520,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.6,A,7,-14.4,A,7,32,A,7,999,A,7,50,A,7,2.6,A,7,24100,B,7,700,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/22/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.6,A,7,-13.9,A,7,33,A,7,999,A,7,50,A,7,2.6,A,7,24100,B,7,610,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.0,A,7,-13.3,A,7,36,A,7,998,A,7,40,A,7,2.6,A,7,24100,B,7,700,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.0,A,7,-12.2,A,7,40,A,7,998,A,7,20,A,7,2.6,A,7,24100,B,7,610,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-12.2,A,7,41,A,7,997,A,7,20,A,7,2.6,A,7,24100,B,7,610,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/22/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-12.2,A,7,41,A,7,997,A,7,360,A,7,3.1,A,7,24100,B,7,550,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-11.7,A,7,43,A,7,996,A,7,60,A,7,2.6,A,7,16100,B,7,460,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.8,A,7,-4.4,A,7,88,A,7,995,A,7,20,A,7,2.6,A,7,4800,B,7,460,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/23/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.8,A,7,-3.3,A,7,96,A,7,994,A,7,360,A,7,2.1,A,7,11300,B,7,400,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.8,A,7,-3.3,A,7,96,A,7,993,A,7,10,A,7,1.5,A,7,11300,B,7,400,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.8,A,7,-3.3,A,7,96,A,7,993,A,7,350,A,7,2.6,A,7,11300,B,7,400,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.2,A,7,-2.8,A,7,96,A,7,992,A,7,40,A,7,1.5,A,7,11300,B,7,490,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-1.7,A,7,-2.8,A,7,92,A,7,992,A,7,60,A,7,2.1,A,7,11300,B,7,550,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/23/1980,08:00,30,719,15,1,13,2,1,9,15,1,13,17,1,13,0,1,9,17,1,13,50,1,21,10,A,7,10,A,7,-1.7,A,7,-2.2,A,7,96,A,7,992,A,7,120,A,7,1.5,A,7,4800,B,7,3050,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/23/1980,09:00,236,1414,67,1,13,0,1,9,67,1,13,74,1,13,0,1,9,74,1,13,215,1,21,10,A,7,10,A,7,-1.1,A,7,-1.7,A,7,96,A,7,992,A,7,0,A,7,0.0,A,7,9700,B,7,1680,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/23/1980,10:00,443,1414,146,1,9,74,1,9,123,1,13,160,1,9,68,1,9,139,1,13,327,1,18,9,A,7,9,A,7,-0.6,A,7,-1.7,A,7,92,A,7,992,A,7,330,A,7,2.6,A,7,11300,B,7,1520,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,11:00,599,1414,255,1,9,227,1,9,159,1,13,274,1,9,228,1,9,177,1,13,335,1,18,8,A,7,8,A,7,1.7,A,7,-0.6,A,7,85,A,7,991,A,7,0,A,7,0.0,A,7,11300,B,7,1520,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,12:00,691,1414,404,1,13,524,1,9,147,1,13,432,1,13,524,1,9,175,1,13,304,1,21,4,A,7,3,A,7,3.9,A,7,1.1,A,7,82,A,7,990,A,7,20,A,7,1.5,A,7,11300,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,13:00,714,1414,520,1,9,920,1,9,54,1,13,548,1,9,899,1,9,93,1,13,140,1,18,0,A,7,0,A,7,7.2,A,7,1.1,A,7,65,A,7,989,A,7,50,A,7,1.5,A,7,11300,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,01,C,8 +12/23/1980,14:00,665,1414,432,1,9,754,1,9,75,1,13,455,1,9,736,1,9,107,1,13,163,1,18,1,A,7,1,A,7,8.9,A,7,0.6,A,7,56,A,7,990,A,7,10,A,7,1.5,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,15:00,549,1414,217,1,9,193,1,9,142,1,13,233,1,9,190,1,9,159,1,13,292,1,18,8,A,7,8,A,7,10.0,A,7,0.6,A,7,52,A,7,988,A,7,80,A,7,1.5,A,7,16100,B,7,1250,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,16:00,374,1414,135,1,9,63,1,9,118,1,13,147,1,9,56,1,9,132,1,13,293,1,18,9,A,7,9,A,7,10.0,A,7,1.1,A,7,54,A,7,988,A,7,150,A,7,1.5,A,7,16100,B,7,1250,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,17:00,152,1414,46,1,13,51,1,9,40,1,13,50,1,13,29,1,9,46,1,13,84,1,21,8,A,7,7,A,7,8.9,A,7,1.7,A,7,61,A,7,988,A,7,240,A,7,2.6,A,7,16100,B,7,1400,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,18:00,2,200,2,1,13,1,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,9,A,7,7,A,7,7.2,A,7,1.1,A,7,65,A,7,988,A,7,180,A,7,2.6,A,7,24100,B,7,3050,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,4,A,7,1,A,7,5.0,A,7,1.1,A,7,76,A,7,989,A,7,230,A,7,2.1,A,7,24100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/23/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,1,A,7,2.2,A,7,0.6,A,7,89,A,7,988,A,7,140,A,7,2.1,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,0.0,A,7,92,A,7,988,A,7,220,A,7,2.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,0.6,A,7,96,A,7,988,A,7,200,A,7,2.6,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,1.1,A,7,100,A,7,988,A,7,210,A,7,3.1,A,7,16100,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/23/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,2.2,A,7,1.7,A,7,96,A,7,987,A,7,240,A,7,1.5,A,7,6400,B,7,77777,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,1.1,A,7,1.1,A,7,100,A,7,987,A,7,220,A,7,2.6,A,7,6400,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +12/24/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,0.6,A,7,0.6,A,7,100,A,7,987,A,7,220,A,7,2.6,A,7,6400,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,0.6,A,7,0.6,A,7,100,A,7,986,A,7,220,A,7,3.1,A,7,800,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,6,A,7,6,A,7,0.0,A,7,0.0,A,7,100,A,7,985,A,7,250,A,7,1.5,A,7,400,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,0.0,A,7,0.0,A,7,100,A,7,984,A,7,190,A,7,2.1,A,7,200,B,7,77777,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-1.1,A,7,-1.1,A,7,100,A,7,984,A,7,230,A,7,3.1,A,7,200,B,7,30,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-0.6,A,7,100,A,7,984,A,7,230,A,7,5.2,A,7,6400,B,7,30,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,08:00,29,719,7,1,13,0,1,9,7,1,13,8,1,13,0,1,9,8,1,13,27,1,21,10,A,7,10,A,7,-0.6,A,7,-0.6,A,7,100,A,7,983,A,7,210,A,7,4.1,A,7,200,B,7,60,A,7,1.0,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,09:00,235,1414,72,1,13,2,1,9,71,1,13,78,1,13,1,1,9,78,1,13,221,1,21,10,A,7,10,A,7,0.0,A,7,0.0,A,7,100,A,7,983,A,7,200,A,7,4.1,A,7,1300,B,7,60,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,10:00,442,1414,153,1,9,11,1,9,149,1,13,168,1,9,8,1,9,165,1,13,490,1,18,10,A,7,10,A,7,1.7,A,7,1.7,A,7,100,A,7,982,A,7,180,A,7,3.1,A,7,1300,B,7,90,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,11:00,598,1414,157,1,9,1,1,9,157,1,13,179,1,9,1,1,9,178,1,13,611,1,18,10,A,7,10,A,7,3.3,A,7,3.3,A,7,100,A,7,981,A,7,190,A,7,5.7,A,7,1600,B,7,120,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,12:00,691,1414,253,1,9,5,1,9,251,1,13,282,1,9,5,1,9,280,1,13,896,1,18,10,A,7,10,A,7,6.1,A,7,6.1,A,7,100,A,7,979,A,7,200,A,7,7.2,A,7,2400,B,7,150,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,13:00,714,1414,233,1,9,2,1,9,232,1,13,262,1,9,2,1,9,261,1,13,879,1,18,10,A,7,10,A,7,7.2,A,7,6.7,A,7,96,A,7,978,A,7,220,A,7,6.2,A,7,2400,B,7,150,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,10,C,8 +12/24/1980,14:00,667,1414,205,1,9,6,1,9,202,1,13,231,1,9,5,1,9,229,1,13,771,1,18,10,A,7,10,A,7,7.2,A,7,6.7,A,7,96,A,7,977,A,7,240,A,7,6.2,A,7,4800,B,7,210,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,15:00,551,1414,191,1,9,2,1,9,190,1,13,211,1,9,2,1,9,210,1,13,652,1,18,10,A,7,10,A,7,8.3,A,7,7.8,A,7,96,A,7,977,A,7,230,A,7,6.2,A,7,6400,B,7,270,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,16:00,376,1414,119,1,9,1,1,9,118,1,13,130,1,9,1,1,9,130,1,13,388,1,18,10,A,7,10,A,7,9.4,A,7,7.8,A,7,89,A,7,977,A,7,250,A,7,6.2,A,7,6400,B,7,310,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/24/1980,17:00,155,1414,50,1,13,133,1,9,35,1,13,53,1,13,69,1,9,45,1,13,63,1,21,7,A,7,7,A,7,8.3,A,7,7.8,A,7,96,A,7,978,A,7,250,A,7,2.1,A,7,9700,B,7,980,A,7,1.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/24/1980,18:00,3,224,2,1,13,0,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,9,A,7,9,A,7,7.8,A,7,7.2,A,7,96,A,7,978,A,7,290,A,7,4.1,A,7,4000,B,7,1310,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/24/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,7.8,A,7,5.6,A,7,86,A,7,979,A,7,320,A,7,4.6,A,7,12900,B,7,1400,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/24/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,7.2,A,7,2.8,A,7,74,A,7,980,A,7,300,A,7,5.2,A,7,24100,B,7,1310,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/24/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,3,A,7,5.6,A,7,-1.1,A,7,63,A,7,980,A,7,320,A,7,4.1,A,7,24100,B,7,77777,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/24/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,2,A,7,5.0,A,7,-2.2,A,7,60,A,7,981,A,7,330,A,7,9.3,A,7,24100,B,7,77777,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/24/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,-3.3,A,7,57,A,7,983,A,7,320,A,7,7.2,A,7,24100,B,7,1070,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/24/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,-5.0,A,7,55,A,7,984,A,7,320,A,7,7.2,A,7,24100,B,7,1220,A,7,0.8,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,5,A,7,0.0,A,7,-7.8,A,7,56,A,7,985,A,7,330,A,7,7.7,A,7,24100,B,7,77777,A,7,0.7,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/25/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,-2.8,A,7,-10.0,A,7,58,A,7,987,A,7,330,A,7,6.2,A,7,24100,B,7,77777,A,7,0.6,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-4.4,A,7,-12.8,A,7,53,A,7,990,A,7,330,A,7,6.7,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-6.1,A,7,-15.6,A,7,48,A,7,991,A,7,340,A,7,7.2,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-7.2,A,7,-16.1,A,7,49,A,7,991,A,7,360,A,7,6.7,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.9,A,7,-16.7,A,7,54,A,7,992,A,7,360,A,7,7.7,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-10.0,A,7,-18.9,A,7,49,A,7,994,A,7,360,A,7,6.7,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/25/1980,08:00,28,695,15,1,13,39,1,9,11,1,13,14,1,13,10,1,9,14,1,13,18,1,21,0,A,7,0,A,7,-10.0,A,7,-18.9,A,7,49,A,7,994,A,7,350,A,7,6.7,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,09:00,233,1414,114,1,13,423,1,9,44,1,13,117,1,13,298,1,9,67,1,13,78,1,21,0,A,7,0,A,7,-9.4,A,7,-18.9,A,7,47,A,7,995,A,7,340,A,7,7.2,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,10:00,441,1414,274,1,9,665,1,9,65,1,13,286,1,9,598,1,9,99,1,13,125,1,18,0,A,7,0,A,7,-8.3,A,7,-20.6,A,7,37,A,7,997,A,7,350,A,7,7.7,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,11:00,598,1414,408,1,9,771,1,9,81,1,13,421,1,9,735,1,9,109,1,13,160,1,18,0,A,7,0,A,7,-7.2,A,7,-21.1,A,7,32,A,7,998,A,7,360,A,7,5.7,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,12:00,691,1414,494,1,9,823,1,9,90,1,13,513,1,9,802,1,9,119,1,13,186,1,18,0,A,7,0,A,7,-5.6,A,7,-21.1,A,7,28,A,7,997,A,7,360,A,7,5.7,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,13:00,715,1414,514,1,9,831,1,9,92,1,13,535,1,9,814,1,9,122,1,13,194,1,18,0,A,7,0,A,7,-4.4,A,7,-20.6,A,7,27,A,7,996,A,7,10,A,7,5.2,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/25/1980,14:00,668,1414,475,1,9,816,1,9,88,1,13,493,1,9,792,1,9,117,1,13,180,1,18,0,A,7,0,A,7,-3.9,A,7,-22.8,A,7,22,A,7,996,A,7,340,A,7,5.7,A,7,24100,B,7,77777,A,7,0.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,15:00,553,1414,372,1,9,755,1,9,76,1,13,383,1,9,710,1,9,104,1,13,147,1,18,0,A,7,0,A,7,-3.3,A,7,-23.3,A,7,20,A,7,996,A,7,360,A,7,2.6,A,7,24100,B,7,77777,A,7,0.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,16:00,378,1414,224,1,9,615,1,9,58,1,13,232,1,9,527,1,9,91,1,13,109,1,18,0,A,7,0,A,7,-3.3,A,7,-23.9,A,7,19,A,7,996,A,7,360,A,7,3.6,A,7,24100,B,7,77777,A,7,0.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,17:00,157,1414,65,1,13,287,1,9,33,1,13,66,1,13,168,1,9,47,1,13,57,1,21,0,A,7,0,A,7,-5.0,A,7,-23.3,A,7,22,A,7,996,A,7,10,A,7,3.1,A,7,24100,B,7,77777,A,7,0.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,18:00,3,224,2,1,13,5,1,9,2,1,13,0,1,13,0,1,9,0,1,13,0,1,21,0,A,7,0,A,7,-6.7,A,7,-21.7,A,7,30,A,7,997,A,7,20,A,7,2.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-9.4,A,7,-20.6,A,7,40,A,7,997,A,7,40,A,7,2.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/25/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-8.9,A,7,-17.8,A,7,49,A,7,997,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-10.0,A,7,-18.3,A,7,51,A,7,997,A,7,40,A,7,1.5,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,A,7,1,A,7,-10.0,A,7,-20.0,A,7,44,A,7,998,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-11.1,A,7,-17.8,A,7,58,A,7,998,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/25/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,2,A,7,-12.2,A,7,-16.7,A,7,70,A,7,997,A,7,70,A,7,2.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/26/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,1,A,7,-10.0,A,7,-16.7,A,7,59,A,7,997,A,7,360,A,7,2.1,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,01,C,8 +12/26/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,A,7,0,A,7,-12.8,A,7,-17.2,A,7,70,A,7,998,A,7,110,A,7,1.5,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3,A,7,0,A,7,-12.2,A,7,-16.1,A,7,73,A,7,998,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,0,A,7,-12.2,A,7,-15.0,A,7,80,A,7,998,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,-13.3,A,7,-16.1,A,7,80,A,7,998,A,7,0,A,7,0.0,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2,A,7,0,A,7,-13.3,A,7,-15.0,A,7,87,A,7,998,A,7,360,A,7,1.5,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5,A,7,3,A,7,-12.2,A,7,-15.0,A,7,80,A,7,999,A,7,230,A,7,1.5,A,7,24100,B,7,77777,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/26/1980,08:00,28,695,16,1,13,29,1,9,13,1,13,16,1,13,11,1,9,15,1,13,27,1,21,6,A,7,4,A,7,-12.2,A,7,-16.1,A,7,73,A,7,998,A,7,160,A,7,1.5,A,7,24100,B,7,7620,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,09:00,232,1415,81,1,13,61,1,9,71,1,13,89,1,13,47,1,9,81,1,13,166,1,21,8,A,7,6,A,7,-10.0,A,7,-14.4,A,7,70,A,7,998,A,7,160,A,7,3.1,A,7,24100,B,7,7620,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,10:00,441,1415,158,1,9,190,1,9,99,1,13,170,1,9,174,1,9,116,1,13,191,1,18,8,A,7,8,A,7,-8.9,A,7,-13.3,A,7,71,A,7,998,A,7,160,A,7,3.1,A,7,24100,B,7,3050,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,11:00,597,1415,229,1,9,82,1,9,194,1,13,251,1,9,80,1,9,217,1,13,538,1,18,8,A,7,8,A,7,-6.7,A,7,-16.7,A,7,45,A,7,998,A,7,0,A,7,0.0,A,7,24100,B,7,3050,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,12:00,691,1415,232,1,9,38,1,9,213,1,13,254,1,9,38,1,9,236,1,13,629,1,18,10,A,7,10,A,7,-5.6,A,7,-16.7,A,7,42,A,7,997,A,7,0,A,7,0.0,A,7,24100,B,7,3050,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,13:00,716,1415,206,1,9,2,1,9,205,1,13,234,1,9,2,1,9,233,1,13,814,1,18,10,A,7,10,A,7,-3.9,A,7,-16.7,A,7,37,A,7,996,A,7,0,A,7,0.0,A,7,24100,B,7,3050,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/26/1980,14:00,669,1415,437,1,9,671,1,9,118,1,13,455,1,9,654,1,9,144,1,13,243,1,18,7,A,7,2,A,7,-3.3,A,7,-17.2,A,7,34,A,7,994,A,7,170,A,7,2.6,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,15:00,555,1415,343,1,9,587,1,9,112,1,13,353,1,9,549,1,9,136,1,13,212,1,18,7,A,7,2,A,7,-2.2,A,7,-16.7,A,7,32,A,7,994,A,7,230,A,7,1.5,A,7,24100,B,7,77777,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,16:00,381,1415,133,1,9,149,1,9,93,1,13,146,1,9,132,1,9,111,1,13,205,1,18,10,A,7,8,A,7,-2.2,A,7,-17.2,A,7,31,A,7,994,A,7,70,A,7,2.6,A,7,24100,B,7,2290,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,17:00,160,1415,35,1,13,5,1,9,35,1,13,40,1,13,0,1,9,40,1,13,119,1,21,10,A,7,10,A,7,-2.8,A,7,-16.7,A,7,34,A,7,994,A,7,60,A,7,2.6,A,7,24100,B,7,2290,A,7,0.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,18:00,3,248,0,1,13,0,1,9,0,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,-3.3,A,7,-15.6,A,7,39,A,7,994,A,7,50,A,7,2.1,A,7,24100,B,7,2130,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-4.4,A,7,-14.4,A,7,46,A,7,995,A,7,0,A,7,0.0,A,7,16100,B,7,2130,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/26/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-3.9,A,7,-13.9,A,7,46,A,7,994,A,7,70,A,7,2.1,A,7,16100,B,7,2130,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-3.9,A,7,-13.3,A,7,48,A,7,994,A,7,10,A,7,2.6,A,7,16100,B,7,2130,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-3.9,A,7,-13.3,A,7,48,A,7,995,A,7,360,A,7,3.1,A,7,16100,B,7,2130,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-3.9,A,7,-13.3,A,7,48,A,7,995,A,7,60,A,7,2.1,A,7,16100,B,7,2130,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/26/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,7,A,7,-6.1,A,7,-13.3,A,7,57,A,7,995,A,7,60,A,7,2.6,A,7,16100,B,7,2130,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/27/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,-6.1,A,7,-12.2,A,7,62,A,7,994,A,7,30,A,7,2.6,A,7,24100,B,7,2440,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/27/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,8,A,7,8,A,7,-6.1,A,7,-12.2,A,7,62,A,7,994,A,7,50,A,7,2.6,A,7,24100,B,7,2440,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/27/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7,A,7,7,A,7,-6.1,A,7,-12.8,A,7,60,A,7,994,A,7,20,A,7,4.1,A,7,24100,B,7,2440,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/27/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-5.6,A,7,-12.8,A,7,57,A,7,994,A,7,40,A,7,4.1,A,7,24100,B,7,2290,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/27/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-5.6,A,7,-13.3,A,7,55,A,7,993,A,7,40,A,7,5.2,A,7,24100,B,7,2440,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/27/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-5.0,A,7,-13.9,A,7,50,A,7,994,A,7,30,A,7,4.1,A,7,24100,B,7,2590,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/27/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-5.0,A,7,-13.9,A,7,50,A,7,995,A,7,50,A,7,4.6,A,7,24100,B,7,1250,A,7,0.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/27/1980,08:00,27,672,9,1,13,1,1,9,9,1,13,11,1,13,0,1,9,11,1,13,33,1,21,10,A,7,10,A,7,-5.0,A,7,-13.9,A,7,50,A,7,995,A,7,50,A,7,5.2,A,7,24100,B,7,980,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/27/1980,09:00,231,1415,74,1,13,4,1,9,74,1,13,81,1,13,1,1,9,81,1,13,224,1,21,10,A,7,10,A,7,-4.4,A,7,-13.9,A,7,48,A,7,995,A,7,40,A,7,6.7,A,7,24100,B,7,980,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/27/1980,10:00,440,1415,216,1,9,304,1,9,121,1,13,229,1,9,278,1,9,142,1,13,243,1,18,8,A,7,8,A,7,-3.3,A,7,-13.3,A,7,46,A,7,996,A,7,40,A,7,7.2,A,7,24100,B,7,940,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/27/1980,11:00,597,1415,163,1,9,3,1,9,162,1,13,185,1,9,2,1,9,184,1,13,624,1,18,10,A,7,10,A,7,-2.2,A,7,-12.8,A,7,45,A,7,996,A,7,40,A,7,6.2,A,7,24100,B,7,700,A,7,0.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/27/1980,12:00,692,1415,167,1,9,5,1,9,165,1,13,193,1,9,4,1,9,191,1,13,686,1,18,10,A,7,10,A,7,-2.2,A,7,-11.7,A,7,49,A,7,995,A,7,40,A,7,6.7,A,7,16100,B,7,700,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/27/1980,13:00,717,1415,172,1,9,0,1,9,172,1,13,198,1,9,0,1,9,198,1,13,721,1,18,10,A,7,10,A,7,-1.7,A,7,-10.6,A,7,51,A,7,995,A,7,40,A,7,8.2,A,7,11300,B,7,700,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,22,C,8 +12/27/1980,14:00,671,1415,109,1,9,1,1,9,108,1,13,129,1,9,1,1,9,128,1,13,485,1,18,10,A,7,10,A,7,-1.1,A,7,-8.3,A,7,58,A,7,993,A,7,30,A,7,6.7,A,7,11300,B,7,700,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,79,C,8 +12/27/1980,15:00,557,1415,153,1,9,6,1,9,151,1,13,173,1,9,4,1,9,171,1,13,572,1,18,10,A,7,10,A,7,-0.6,A,7,-10.0,A,7,49,A,7,993,A,7,20,A,7,6.7,A,7,11300,B,7,610,A,7,0.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/27/1980,16:00,383,1415,109,1,9,1,1,9,108,1,13,120,1,9,1,1,9,120,1,13,372,1,18,10,A,7,10,A,7,-1.1,A,7,-7.2,A,7,64,A,7,993,A,7,40,A,7,7.2,A,7,3200,B,7,670,A,7,0.7,E,8,0.000,F,8,0.00,?,0,0,1,D,9,71,C,8 +12/27/1980,17:00,162,1415,39,1,13,1,1,9,39,1,13,44,1,13,0,1,9,44,1,13,129,1,21,10,A,7,10,A,7,-2.2,A,7,-4.4,A,7,85,A,7,993,A,7,30,A,7,6.2,A,7,1600,B,7,670,A,7,0.8,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/27/1980,18:00,4,271,3,1,13,0,1,9,3,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,-3.3,A,7,-3.3,A,7,100,A,7,993,A,7,30,A,7,8.2,A,7,1300,B,7,120,A,7,0.9,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/27/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-3.3,A,7,-3.3,A,7,100,A,7,994,A,7,20,A,7,7.7,A,7,1600,B,7,120,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/27/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.8,A,7,-2.8,A,7,100,A,7,994,A,7,40,A,7,7.7,A,7,11300,B,7,270,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/27/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-2.2,A,7,-2.2,A,7,100,A,7,993,A,7,30,A,7,8.2,A,7,8000,B,7,240,A,7,0.9,E,8,0.000,?,0,0.00,?,0,0,1,D,9,66,C,8 +12/27/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-1.7,A,7,-1.7,A,7,100,A,7,993,A,7,30,A,7,9.3,A,7,6400,B,7,240,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/27/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-1.1,A,7,-1.1,A,7,100,A,7,993,A,7,40,A,7,7.2,A,7,9700,B,7,270,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/27/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-1.7,A,7,-1.7,A,7,100,A,7,992,A,7,20,A,7,7.2,A,7,16100,B,7,340,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/28/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-1.7,A,7,-1.7,A,7,100,A,7,991,A,7,40,A,7,7.2,A,7,16100,B,7,340,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/28/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-1.1,A,7,-1.1,A,7,100,A,7,991,A,7,30,A,7,6.7,A,7,12900,B,7,340,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/28/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-0.6,A,7,100,A,7,991,A,7,40,A,7,7.2,A,7,12900,B,7,240,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/28/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,-0.6,A,7,-0.6,A,7,100,A,7,991,A,7,30,A,7,7.7,A,7,12900,B,7,210,A,7,1.0,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/28/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.6,A,7,0.6,A,7,100,A,7,990,A,7,40,A,7,7.2,A,7,2400,B,7,150,A,7,1.1,E,8,0.000,?,0,0.00,?,0,5,1,D,9,45,C,8 +12/28/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.6,A,7,0.6,A,7,100,A,7,990,A,7,50,A,7,7.7,A,7,2400,B,7,150,A,7,1.1,E,8,0.000,?,0,0.00,?,0,3,1,D,9,45,C,8 +12/28/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,0.6,A,7,0.6,A,7,100,A,7,990,A,7,40,A,7,7.2,A,7,4000,B,7,150,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/28/1980,08:00,26,672,14,1,13,0,1,9,14,1,13,16,1,13,0,1,9,16,1,13,47,1,21,10,A,7,10,A,7,0.6,A,7,0.6,A,7,100,A,7,991,A,7,30,A,7,8.8,A,7,4000,B,7,120,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/28/1980,09:00,230,1415,79,1,13,1,1,9,79,1,13,86,1,13,0,1,9,86,1,13,231,1,21,10,A,7,10,A,7,1.1,A,7,1.1,A,7,100,A,7,990,A,7,30,A,7,8.8,A,7,4000,B,7,120,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/28/1980,10:00,439,1415,173,1,9,1,1,9,173,1,13,188,1,9,1,1,9,188,1,13,522,1,18,10,A,7,10,A,7,1.7,A,7,1.7,A,7,100,A,7,991,A,7,30,A,7,9.3,A,7,4000,B,7,120,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/28/1980,11:00,597,1415,147,1,9,0,1,9,147,1,13,168,1,9,0,1,9,168,1,13,583,1,18,10,A,7,10,A,7,2.2,A,7,2.2,A,7,100,A,7,991,A,7,30,A,7,8.8,A,7,2400,B,7,120,A,7,1.2,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +12/28/1980,12:00,692,1415,173,1,9,2,1,9,172,1,13,199,1,9,2,1,9,198,1,13,707,1,18,10,A,7,10,A,7,2.2,A,7,2.2,A,7,100,A,7,990,A,7,30,A,7,8.8,A,7,2400,B,7,120,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/28/1980,13:00,718,1415,166,1,9,1,1,9,165,1,13,192,1,9,1,1,9,191,1,13,700,1,18,10,A,7,10,A,7,2.8,A,7,2.8,A,7,100,A,7,989,A,7,30,A,7,9.3,A,7,2400,B,7,120,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,20,C,8 +12/28/1980,14:00,673,1415,151,1,9,1,1,9,151,1,13,175,1,9,1,1,9,175,1,13,633,1,18,10,A,7,10,A,7,3.9,A,7,3.9,A,7,100,A,7,988,A,7,30,A,7,7.7,A,7,2400,B,7,120,A,7,1.3,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +12/28/1980,15:00,559,1415,126,1,9,1,1,9,126,1,13,145,1,9,1,1,9,145,1,13,504,1,18,10,A,7,10,A,7,4.4,A,7,4.4,A,7,100,A,7,988,A,7,40,A,7,7.7,A,7,2400,B,7,150,A,7,1.4,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +12/28/1980,16:00,386,1415,83,1,9,1,1,9,83,1,13,95,1,9,0,1,9,95,1,13,312,1,18,10,A,7,10,A,7,4.4,A,7,4.4,A,7,100,A,7,988,A,7,30,A,7,7.7,A,7,2400,B,7,150,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/28/1980,17:00,165,1415,33,1,13,0,1,9,33,1,13,37,1,13,0,1,9,37,1,13,115,1,21,10,A,7,10,A,7,4.4,A,7,4.4,A,7,100,A,7,989,A,7,40,A,7,7.7,A,7,1600,B,7,90,A,7,1.4,E,8,0.000,F,8,0.00,?,0,8,1,D,9,45,C,8 +12/28/1980,18:00,4,271,3,1,13,0,1,9,3,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,4.4,A,7,4.4,A,7,100,A,7,989,A,7,40,A,7,6.7,A,7,1600,B,7,90,A,7,1.4,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +12/28/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,4.4,A,7,100,A,7,989,A,7,40,A,7,7.7,A,7,1600,B,7,90,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,21,C,8 +12/28/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,4.4,A,7,100,A,7,989,A,7,40,A,7,6.7,A,7,1600,B,7,90,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/28/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,5.0,A,7,100,A,7,989,A,7,40,A,7,7.7,A,7,1600,B,7,90,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/28/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,5.0,A,7,100,A,7,988,A,7,30,A,7,7.2,A,7,1600,B,7,90,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/28/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,5.6,A,7,100,A,7,988,A,7,30,A,7,6.2,A,7,1600,B,7,90,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/28/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,5.6,A,7,100,A,7,987,A,7,30,A,7,7.2,A,7,1600,B,7,90,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/29/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,6.1,A,7,100,A,7,985,A,7,20,A,7,5.2,A,7,4800,B,7,120,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,10,C,8 +12/29/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,6.1,A,7,100,A,7,985,A,7,30,A,7,5.2,A,7,4800,B,7,180,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,45,C,8 +12/29/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,6.1,A,7,100,A,7,985,A,7,30,A,7,5.7,A,7,11300,B,7,210,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,6.1,A,7,100,A,7,984,A,7,20,A,7,5.2,A,7,16100,B,7,270,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,6.1,A,7,100,A,7,983,A,7,10,A,7,5.7,A,7,16100,B,7,270,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,6.1,A,7,100,A,7,983,A,7,20,A,7,4.1,A,7,16100,B,7,270,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,6.1,A,7,100,A,7,983,A,7,20,A,7,5.2,A,7,16100,B,7,240,A,7,1.5,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/29/1980,08:00,26,672,11,1,13,0,1,9,11,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,5.6,A,7,5.6,A,7,100,A,7,983,A,7,360,A,7,4.1,A,7,12900,B,7,210,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,09:00,229,1415,60,1,13,0,1,9,60,1,13,67,1,13,0,1,9,67,1,13,197,1,21,10,A,7,10,A,7,5.6,A,7,5.6,A,7,100,A,7,983,A,7,10,A,7,5.2,A,7,6400,B,7,210,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/29/1980,10:00,439,1415,129,1,9,1,1,9,129,1,13,144,1,9,1,1,9,144,1,13,449,1,18,10,A,7,10,A,7,6.1,A,7,6.1,A,7,100,A,7,983,A,7,10,A,7,4.1,A,7,11300,B,7,210,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,11:00,597,1415,188,1,9,1,1,9,188,1,13,211,1,9,1,1,9,210,1,13,686,1,18,10,A,7,10,A,7,8.3,A,7,6.7,A,7,89,A,7,983,A,7,10,A,7,5.2,A,7,11300,B,7,240,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,12:00,693,1415,228,1,9,0,1,9,228,1,13,256,1,9,0,1,9,256,1,13,851,1,18,10,A,7,10,A,7,7.2,A,7,6.7,A,7,96,A,7,982,A,7,30,A,7,6.2,A,7,11300,B,7,270,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,13:00,719,1415,231,1,9,1,1,9,230,1,13,260,1,9,1,1,9,259,1,13,878,1,18,10,A,7,10,A,7,7.8,A,7,6.7,A,7,93,A,7,981,A,7,20,A,7,5.7,A,7,11300,B,7,310,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,02,C,8 +12/29/1980,14:00,675,1415,245,1,9,1,1,9,245,1,13,273,1,9,1,1,9,272,1,13,868,1,18,10,A,7,10,A,7,8.9,A,7,6.1,A,7,83,A,7,980,A,7,20,A,7,7.7,A,7,11300,B,7,460,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,15:00,562,1415,199,1,9,1,1,9,198,1,13,219,1,9,1,1,9,219,1,13,675,1,18,10,A,7,10,A,7,10.0,A,7,6.7,A,7,80,A,7,980,A,7,30,A,7,5.2,A,7,11300,B,7,550,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,16:00,388,1415,126,1,9,1,1,9,126,1,13,139,1,9,1,1,9,139,1,13,410,1,18,10,A,7,10,A,7,10.6,A,7,6.1,A,7,74,A,7,980,A,7,20,A,7,4.6,A,7,11300,B,7,700,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,17:00,168,1415,49,1,13,117,1,9,35,1,13,52,1,13,64,1,9,45,1,13,62,1,21,7,A,7,7,A,7,9.4,A,7,5.6,A,7,77,A,7,980,A,7,20,A,7,3.6,A,7,11300,B,7,700,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,18:00,5,295,4,1,13,3,1,9,4,1,13,0,1,13,0,1,9,0,1,13,0,1,21,8,A,7,3,A,7,7.2,A,7,3.9,A,7,80,A,7,980,A,7,10,A,7,3.1,A,7,24100,B,7,77777,A,7,1.3,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,3.3,A,7,74,A,7,981,A,7,360,A,7,3.6,A,7,24100,B,7,4880,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,03,C,8 +12/29/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.8,A,7,3.3,A,7,74,A,7,981,A,7,360,A,7,3.6,A,7,24100,B,7,4880,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,3.3,A,7,77,A,7,981,A,7,360,A,7,3.6,A,7,24100,B,7,1520,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,7.2,A,7,2.8,A,7,74,A,7,981,A,7,340,A,7,3.1,A,7,24100,B,7,1520,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.7,A,7,2.2,A,7,74,A,7,980,A,7,360,A,7,3.1,A,7,24100,B,7,1520,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/29/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,2.8,A,7,83,A,7,980,A,7,360,A,7,3.1,A,7,24100,B,7,2130,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/30/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,2.8,A,7,79,A,7,979,A,7,360,A,7,2.6,A,7,24100,B,7,2740,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/30/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,6.1,A,7,2.8,A,7,79,A,7,978,A,7,10,A,7,2.6,A,7,24100,B,7,2290,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/30/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,2.8,A,7,86,A,7,978,A,7,10,A,7,1.5,A,7,24100,B,7,2290,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/30/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,2.8,A,7,86,A,7,979,A,7,0,A,7,0.0,A,7,24100,B,7,2130,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/30/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.6,A,7,2.8,A,7,83,A,7,979,A,7,340,A,7,1.5,A,7,24100,B,7,2130,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/30/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,2.8,A,7,89,A,7,979,A,7,0,A,7,0.0,A,7,24100,B,7,1980,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/30/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,2.8,A,7,89,A,7,980,A,7,0,A,7,0.0,A,7,24100,B,7,2130,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/30/1980,08:00,25,672,5,1,13,0,1,9,5,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,4.4,A,7,2.8,A,7,89,A,7,981,A,7,0,A,7,0.0,A,7,24100,B,7,1220,A,7,1.2,E,8,0.000,F,8,0.00,?,0,5,1,D,9,00,C,8 +12/30/1980,09:00,228,1415,35,1,13,3,1,9,35,1,13,41,1,13,0,1,9,41,1,13,132,1,21,10,A,7,10,A,7,4.4,A,7,3.9,A,7,96,A,7,981,A,7,20,A,7,2.6,A,7,11300,B,7,700,A,7,1.3,E,8,0.000,F,8,0.00,?,0,8,1,D,9,80,C,8 +12/30/1980,10:00,439,1415,78,1,9,8,1,9,76,1,13,91,1,9,4,1,9,90,1,13,307,1,18,10,A,7,10,A,7,7.2,A,7,6.1,A,7,93,A,7,982,A,7,350,A,7,4.1,A,7,11300,B,7,760,A,7,1.5,E,8,0.000,F,8,0.00,?,0,5,1,D,9,61,C,8 +12/30/1980,11:00,598,1415,91,1,9,10,1,9,87,1,13,109,1,9,6,1,9,106,1,13,386,1,18,10,A,7,10,A,7,7.2,A,7,6.1,A,7,93,A,7,982,A,7,350,A,7,3.6,A,7,11300,B,7,2130,A,7,1.5,E,8,0.000,F,8,0.00,?,0,5,1,D,9,61,C,8 +12/30/1980,12:00,694,1415,107,1,9,0,1,9,107,1,13,128,1,9,0,1,9,128,1,13,488,1,18,10,A,7,10,A,7,6.7,A,7,6.7,A,7,100,A,7,982,A,7,360,A,7,5.2,A,7,6400,B,7,760,A,7,1.6,E,8,0.000,F,8,0.00,?,0,3,1,D,9,45,C,8 +12/30/1980,13:00,721,1415,131,1,9,1,1,9,131,1,13,155,1,9,1,1,9,155,1,13,586,1,18,10,A,7,10,A,7,6.7,A,7,6.7,A,7,100,A,7,981,A,7,360,A,7,4.1,A,7,6400,B,7,760,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,45,C,8 +12/30/1980,14:00,677,1415,145,1,9,0,1,9,145,1,13,168,1,9,0,1,9,168,1,13,616,1,18,10,A,7,10,A,7,6.7,A,7,6.7,A,7,100,A,7,981,A,7,350,A,7,4.1,A,7,11300,B,7,180,A,7,1.6,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +12/30/1980,15:00,564,1415,126,1,9,3,1,9,125,1,13,145,1,9,2,1,9,144,1,13,504,1,18,10,A,7,10,A,7,6.7,A,7,6.1,A,7,96,A,7,981,A,7,320,A,7,3.1,A,7,11300,B,7,640,A,7,1.5,E,8,0.000,F,8,0.00,?,0,0,1,D,9,51,C,8 +12/30/1980,16:00,391,1415,80,1,9,2,1,9,79,1,13,91,1,9,1,1,9,91,1,13,303,1,18,10,A,7,10,A,7,6.7,A,7,6.1,A,7,96,A,7,981,A,7,320,A,7,3.1,A,7,11300,B,7,670,A,7,1.5,E,8,0.000,F,8,0.00,?,0,5,1,D,9,61,C,8 +12/30/1980,17:00,171,1415,30,1,13,0,1,9,30,1,13,34,1,13,0,1,9,34,1,13,108,1,21,10,A,7,10,A,7,5.6,A,7,5.0,A,7,96,A,7,981,A,7,350,A,7,3.1,A,7,11300,B,7,1520,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,61,C,8 +12/30/1980,18:00,6,318,3,1,13,0,1,9,3,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,5.6,A,7,5.0,A,7,96,A,7,981,A,7,330,A,7,1.5,A,7,24100,B,7,1830,A,7,1.4,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/30/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,5.0,A,7,4.4,A,7,96,A,7,982,A,7,360,A,7,3.6,A,7,24100,B,7,370,A,7,1.4,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/30/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,4.4,A,7,2.8,A,7,89,A,7,983,A,7,10,A,7,2.6,A,7,24100,B,7,790,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/30/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,2.8,A,7,93,A,7,983,A,7,20,A,7,2.1,A,7,24100,B,7,910,A,7,1.3,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/30/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.9,A,7,2.2,A,7,89,A,7,983,A,7,360,A,7,2.6,A,7,24100,B,7,910,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/30/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,2.2,A,7,93,A,7,983,A,7,360,A,7,2.6,A,7,16100,B,7,640,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/30/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,1.7,A,7,89,A,7,983,A,7,10,A,7,2.6,A,7,16100,B,7,610,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,01:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,1.1,A,7,86,A,7,982,A,7,20,A,7,2.6,A,7,11300,B,7,580,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/31/1980,02:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,1.1,A,7,86,A,7,982,A,7,10,A,7,2.6,A,7,11300,B,7,580,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,03:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,1.1,A,7,89,A,7,982,A,7,10,A,7,2.1,A,7,11300,B,7,550,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,04:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.2,A,7,0.6,A,7,89,A,7,982,A,7,20,A,7,2.1,A,7,11300,B,7,490,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,05:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.2,A,7,0.6,A,7,89,A,7,982,A,7,50,A,7,1.5,A,7,11300,B,7,490,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,06:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,0.6,A,7,85,A,7,982,A,7,10,A,7,1.5,A,7,11300,B,7,550,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,07:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,0.6,A,7,85,A,7,982,A,7,0,A,7,0.0,A,7,11300,B,7,550,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/31/1980,08:00,25,649,11,1,13,0,1,9,11,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,2.2,A,7,0.6,A,7,89,A,7,982,A,7,40,A,7,1.5,A,7,11300,B,7,550,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,09:00,228,1415,63,1,13,0,1,9,63,1,13,70,1,13,0,1,9,70,1,13,203,1,21,10,A,7,10,A,7,2.8,A,7,0.6,A,7,85,A,7,983,A,7,340,A,7,1.5,A,7,24100,B,7,640,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,10:00,439,1415,138,1,9,0,1,9,138,1,13,153,1,9,0,1,9,153,1,13,467,1,18,10,A,7,10,A,7,3.3,A,7,1.1,A,7,86,A,7,983,A,7,60,A,7,2.1,A,7,16100,B,7,760,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,11:00,598,1415,213,1,9,1,1,9,213,1,13,236,1,9,1,1,9,236,1,13,736,1,18,10,A,7,10,A,7,3.3,A,7,1.1,A,7,86,A,7,983,A,7,0,A,7,0.0,A,7,16100,B,7,550,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,12:00,695,1415,144,1,9,2,1,9,143,1,13,168,1,9,1,1,9,167,1,13,617,1,18,10,A,7,10,A,7,2.8,A,7,1.1,A,7,89,A,7,983,A,7,0,A,7,0.0,A,7,6400,B,7,270,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/31/1980,13:00,723,1415,241,1,9,2,1,9,240,1,13,271,1,9,2,1,9,270,1,13,904,1,18,10,A,7,10,A,7,3.9,A,7,1.7,A,7,86,A,7,982,A,7,130,A,7,2.1,A,7,9700,B,7,490,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/31/1980,14:00,679,1415,230,1,9,1,1,9,230,1,13,258,1,9,1,1,9,257,1,13,843,1,18,10,A,7,10,A,7,3.9,A,7,1.1,A,7,82,A,7,981,A,7,140,A,7,2.6,A,7,6400,B,7,370,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/31/1980,15:00,567,1415,188,1,9,1,1,9,188,1,13,209,1,9,1,1,9,209,1,13,661,1,18,10,A,7,10,A,7,3.3,A,7,0.6,A,7,82,A,7,980,A,7,140,A,7,2.6,A,7,8000,B,7,400,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/31/1980,16:00,394,1415,131,1,9,1,1,9,131,1,13,144,1,9,1,1,9,144,1,13,423,1,18,10,A,7,10,A,7,3.3,A,7,1.7,A,7,89,A,7,980,A,7,160,A,7,3.1,A,7,8000,B,7,400,A,7,1.2,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/31/1980,17:00,174,1415,49,1,13,1,1,9,49,1,13,54,1,13,0,1,9,54,1,13,153,1,21,10,A,7,10,A,7,3.3,A,7,0.6,A,7,82,A,7,980,A,7,160,A,7,2.6,A,7,8000,B,7,520,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,05,C,8 +12/31/1980,18:00,6,342,4,1,13,0,1,9,4,1,13,0,1,13,0,1,9,0,1,13,0,1,21,10,A,7,10,A,7,3.3,A,7,1.1,A,7,86,A,7,980,A,7,110,A,7,2.6,A,7,11300,B,7,670,A,7,1.1,E,8,0.000,F,8,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,19:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,3.3,A,7,1.7,A,7,89,A,7,981,A,7,160,A,7,2.6,A,7,11300,B,7,670,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,02,C,8 +12/31/1980,20:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,1.7,A,7,92,A,7,981,A,7,160,A,7,2.6,A,7,11300,B,7,270,A,7,1.2,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,21:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,1.1,A,7,89,A,7,981,A,7,150,A,7,2.6,A,7,11300,B,7,270,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,22:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,1.1,A,7,89,A,7,981,A,7,180,A,7,2.1,A,7,16100,B,7,520,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,23:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.8,A,7,0.6,A,7,85,A,7,981,A,7,170,A,7,2.6,A,7,16100,B,7,610,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 +12/31/1980,24:00,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,10,A,7,10,A,7,2.2,A,7,0.6,A,7,89,A,7,980,A,7,180,A,7,2.6,A,7,16100,B,7,550,A,7,1.1,E,8,0.000,?,0,0.00,?,0,0,1,D,9,00,C,8 diff --git a/smart_control/simulator/building_radiation_utils.py b/smart_control/simulator/building_radiation_utils.py index 52b11a93..94811e30 100644 --- a/smart_control/simulator/building_radiation_utils.py +++ b/smart_control/simulator/building_radiation_utils.py @@ -161,42 +161,612 @@ def net_radiative_heatflux_function_of_t( return q +def calculate_exterior_lwr_for_fenestration_group( + fenestration_group: dict, + surface_temperatures: np.ndarray, + emissivity_array: np.ndarray, + ambient_temperature: float, + sky_temperature: float, +) -> float: + r"""Calculate exterior longwave radiative heat flux for a fenestration group. + + Calculates the net longwave radiative heat flux between exterior fenestration + surfaces and the sky/ground environment. The calculation considers: + - Radiation exchange with ground at ambient temperature + - Radiation exchange with sky (split between sky temperature and ambient) + - Emission from the fenestration surface + + Equations: + ---------- + For each exterior fenestration node, the net radiative heat flux is: + + $$q_{\text{lwr}} = \epsilon \sigma \left( F_{\text{gnd}} T_{\text{air}}^4 + + \beta F_{\text{sky}} T_{\text{sky}}^4 + + (1 - \beta) F_{\text{sky}} T_{\text{air}}^4 \right) + - \epsilon \sigma \left( F_{\text{gnd}} + \beta F_{\text{sky}} + + (1 - \beta) F_{\text{sky}} \right) + T_{\text{surf}}^4$$ + + where: + - $\beta = \sqrt{0.5 (1 + \cos\phi)}$ splits sky radiation between sky + temperature and ambient air temperature + - $\phi$ is the tilt angle (90° for vertical surfaces) + + The total q_lwr for the group is summed over all exterior fenestration nodes, + then distributed equally to all nodes in the group. + + Nomenclature and Units: + ----------------------- + - $q_{\text{lwr}}$: Net exterior longwave radiative heat flux [W/m$^2$] + - $\epsilon$: Surface emissivity [dimensionless] + - $\sigma$: Stefan-Boltzmann constant [$\mathrm{W/(m^2 \cdot K^4)}$] + - $F_{\text{gnd}}$: Ground view factor [dimensionless] + - $F_{\text{sky}}$: Sky view factor [dimensionless] + - $\beta$: Sky radiation split factor [dimensionless] + - $T_{\text{air}}$: Ambient air temperature [K] + - $T_{\text{sky}}$: Sky temperature [K] + - $T_{\text{surf}}$: Surface temperature [K] + - $\phi$: Surface tilt angle [degrees] + + Args: + fenestration_group: Dictionary containing fenestration group properties + including 'exterior_indices_array', 'indices_array', 'F_gnd', 'F_sky', + 'beta', and 'count'. + surface_temperatures: 2D array of surface temperatures in K (floor_plan + shape). + emissivity_array: 2D array of surface emissivities (floor_plan shape). + ambient_temperature: Ambient air temperature in K. + sky_temperature: Sky temperature in K. + + Returns: + Average q_lwr per node in the fenestration group [W/m^2]. Positive value + means heat gain to the surface. + """ + sigma = 5.67e-8 # [W/m^2K^4] Stefan-Boltzmann constant + + exterior_mask = fenestration_group['exterior_indices_array'] + exterior_count = fenestration_group['exterior_count'] + total_count = fenestration_group['count'] + + # If no exterior fenestration nodes, no LWR calculation needed + if exterior_count == 0: + return 0.0 + + F_gnd = fenestration_group['F_gnd'] + F_sky = fenestration_group['F_sky'] + beta = fenestration_group['beta'] + + # Get temperatures and emissivities for exterior fenestration nodes + T_surf = surface_temperatures[exterior_mask] + epsilon = emissivity_array[exterior_mask] + + T_air = ambient_temperature + T_sky = sky_temperature + + # Incoming radiation from environment + # $T_{gnd} \approx T_{air}$ + # q_in = epsilon * sigma * (F_gnd * T_air^4 + beta * F_sky * T_sky^4 + # + (1-beta) * F_sky * T_air^4) + q_in = ( + epsilon + * sigma + * ( + F_gnd * np.power(T_air, 4) + + beta * F_sky * np.power(T_sky, 4) + + (1 - beta) * F_sky * np.power(T_air, 4) + ) + ) + + # Outgoing radiation from surface + # q_out = sigma * epsilon * (F_gnd + F_sky) * T_surf^4 + q_out = sigma * epsilon * (F_gnd + F_sky) * np.power(T_surf, 4) + + # Net heat flux (positive = heat gain to surface) + q_lwr_nodes = q_in - q_out + + # Sum over all exterior fenestration nodes and distribute equally to all nodes + total_q_lwr = np.sum(q_lwr_nodes) + q_lwr_per_node = total_q_lwr / total_count + + return q_lwr_per_node + + +def net_exterior_radiative_heatflux( + floor_plan: np.ndarray, + fenestration_groups: dict, + surface_temperatures: np.ndarray, + emissivity_array: np.ndarray, + ambient_temperature: float, + sky_temperature: float, +) -> np.ndarray: + r"""Calculate net exterior longwave radiative heat flux for all fenestrations. + + Calculates the exterior longwave radiative heat flux (LWR) for all + fenestration groups and returns an array with the same shape as floor_plan. + + For each fenestration group: + 1. Calculate q_lwr for exterior fenestration nodes using the formula + 2. Distribute equally to all nodes in the group + 3. Add to the output array at the group's indices + + Equations: + ---------- + See `calculate_exterior_lwr_for_fenestration_group` for the detailed + calculation. + + Args: + floor_plan: 2D array representing the building floor plan. + fenestration_groups: Dictionary of fenestration groups from + `group_fenestrations`. + surface_temperatures: 2D array of surface temperatures in K (floor_plan + shape). + emissivity_array: 2D array of surface emissivities (floor_plan shape). + ambient_temperature: Ambient air temperature in K. + sky_temperature: Sky temperature in K. + + Returns: + 2D array (floor_plan shape) with net exterior LWR heat flux [W/m^2] at + each fenestration position. Non-fenestration positions are 0. + """ + q_lwr = np.zeros_like(floor_plan, dtype=float) + + # If no fenestration groups, return zero array + if not fenestration_groups: + return q_lwr + + for group_data in fenestration_groups.values(): + # Calculate q_lwr for this group + q_lwr_per_node = calculate_exterior_lwr_for_fenestration_group( + fenestration_group=group_data, + surface_temperatures=surface_temperatures, + emissivity_array=emissivity_array, + ambient_temperature=ambient_temperature, + sky_temperature=sky_temperature, + ) + + # Add q_lwr to all nodes in the group + indices_array = group_data['indices_array'] + q_lwr[indices_array] = q_lwr_per_node + + return q_lwr + + +def get_exterior_wall_boundary_mask( + indexed_floor_plan: np.ndarray, + wall_value: int = constants.INTERIOR_WALL_VALUE_IN_FUNCTION, + exterior_space_value: int = constants.EXTERIOR_SPACE_VALUE_IN_FUNCTION, + interior_air_value: int = constants.INTERIOR_SPACE_VALUE_IN_FUNCTION, +) -> np.ndarray: + """Identify wall nodes that are exposed to outdoor environment. + + Since indexed_floor_plan doesn't differentiate interior/exterior walls, + this function finds the "exterior boundary" among all wall nodes by: + 1. Identifying "outside" spaces (exterior space and reachable cells) + 2. Finding enclosed interior AIR spaces (not reachable from outside) + 3. Marking walls that are at array boundary or NOT adjacent to enclosed air + + For thick walls with no interior air, all wall layers are marked. + Only walls facing enclosed interior AIR spaces (courtyards) are excluded. + + Example: + Input indexed_floor_plan (-3 = wall, -1 = exterior space, 0 = interior air): + [[-3, -3, -3, -3, -3, -3, -3, -1], + [-3, 0, 0, 0, 0, 0, 0, -1], + [-3, 0, 0, 0, 0, 0, -3, -1], + [-3, 0, 0, 0, 0, 0, -3, -1], + [-3, -3, -3, -3, -3, -3, -3, -1]] + + Output (T = exterior boundary wall, F = not): + [[T, T, T, T, T, T, T, F], + [T, F, F, F, F, F, F, F], + [T, F, F, F, F, F, T, F], + [T, F, F, F, F, F, T, F], + [T, T, T, T, T, T, T, F]] + + Args: + indexed_floor_plan: 2D array representing the indexed floor plan. + wall_value: Value representing walls + (default: INTERIOR_WALL_VALUE_IN_FUNCTION). + exterior_space_value: Value representing exterior/outdoor space. + interior_air_value: Value representing interior air space. + + Returns: + Boolean mask array with True at wall positions that are + exposed to the outdoor environment (exterior boundary walls). + """ + + rows, cols = indexed_floor_plan.shape + wall_mask = indexed_floor_plan == wall_value + exterior_space_mask = indexed_floor_plan == exterior_space_value + interior_air_mask = indexed_floor_plan == interior_air_value + + # If no walls, return empty mask + if not np.any(wall_mask): + return np.zeros_like(indexed_floor_plan, dtype=bool) + + # Build outside_mask: cells that are "outside" (exterior + reachable air) + outside_mask = exterior_space_mask.copy() + visited = np.zeros_like(indexed_floor_plan, dtype=bool) + visited[exterior_space_mask] = True + + queue = deque() + directions = [(-1, 0), (1, 0), (0, -1), (0, 1)] + + # Start BFS from exterior space positions + exterior_positions = np.argwhere(exterior_space_mask) + for r, c in exterior_positions: + queue.append((r, c)) + + # Also start from array edges (interior air cells at boundary are outside) + for c in range(cols): + if not visited[0, c] and interior_air_mask[0, c]: + visited[0, c] = True + outside_mask[0, c] = True + queue.append((0, c)) + if not visited[rows - 1, c] and interior_air_mask[rows - 1, c]: + visited[rows - 1, c] = True + outside_mask[rows - 1, c] = True + queue.append((rows - 1, c)) + + for r in range(rows): + if not visited[r, 0] and interior_air_mask[r, 0]: + visited[r, 0] = True + outside_mask[r, 0] = True + queue.append((r, 0)) + if not visited[r, cols - 1] and interior_air_mask[r, cols - 1]: + visited[r, cols - 1] = True + outside_mask[r, cols - 1] = True + queue.append((r, cols - 1)) + + # BFS to find all outside air cells (spread through air, stop at walls) + while queue: + r, c = queue.popleft() + for dr, dc in directions: + nr, nc = r + dr, c + dc + if 0 <= nr < rows and 0 <= nc < cols and not visited[nr, nc]: + # Only spread through interior air cells + if interior_air_mask[nr, nc]: + visited[nr, nc] = True + outside_mask[nr, nc] = True + queue.append((nr, nc)) + + # Find enclosed interior air: interior air NOT reachable from outside + enclosed_interior_air = interior_air_mask & ~outside_mask + + # Mark wall nodes that are: + # 1. At array boundary (implicitly facing outside), OR + # 2. NOT adjacent to enclosed interior air + result = np.zeros_like(indexed_floor_plan, dtype=bool) + + for r in range(rows): + for c in range(cols): + if not wall_mask[r, c]: + continue + + # Walls at array boundary are always exterior-facing + if r == 0 or r == rows - 1 or c == 0 or c == cols - 1: + result[r, c] = True + continue + + # Check if adjacent to enclosed interior air + adjacent_to_enclosed = False + for dr, dc in directions: + nr, nc = r + dr, c + dc + if 0 <= nr < rows and 0 <= nc < cols and enclosed_interior_air[nr, nc]: + adjacent_to_enclosed = True + break + + # Mark as exterior boundary if NOT adjacent to enclosed interior + if not adjacent_to_enclosed: + result[r, c] = True + + return result + + +def calculate_exterior_lwr_for_exterior_wall( + exterior_wall_boundary_mask: np.ndarray, + surface_temperatures: np.ndarray, + emissivity_array: np.ndarray, + ambient_temperature: float, + sky_temperature: float, + phi: float = 90.0, +) -> np.ndarray: + r"""Calculate exterior LWR heat flux for boundary exterior walls. + + Calculates the net longwave radiative heat flux between exterior wall + surfaces at the boundary and the sky/ground environment. Currently, all nodes + are assumed to be vertical surfaces (i.e., F_gnd, F_sky, and F_air are all + the same). + + Equations: + ---------- + For each exterior wall node at boundary, the net radiative heat flux is: + + $$q_{\text{lwr}} = \epsilon \sigma \left( F_{\text{gnd}} T_{\text{air}}^4 + + \beta F_{\text{sky}} T_{\text{sky}}^4 + + (1 - \beta) F_{\text{sky}} T_{\text{air}}^4 \right) + - \epsilon \sigma \left( F_{\text{gnd}} + F_{\text{sky}} \right) + T_{\text{surf}}^4$$ + + where: + - $\beta = \sqrt{0.5 (1 + \cos\phi)}$ splits sky radiation between sky + temperature and ambient air temperature + - $\phi$ is the tilt angle (90° for vertical surfaces) + + Args: + exterior_wall_boundary_mask: Boolean mask for exterior walls at boundary. + surface_temperatures: 2D array of surface temperatures in K. + emissivity_array: 2D array of surface emissivities. + ambient_temperature: Ambient air temperature in K. + sky_temperature: Sky temperature in K. + phi: Surface tilt angle in degrees. Defaults to 90 (vertical). + + Returns: + 2D array with net exterior LWR heat flux [W/m^2] at boundary exterior wall + positions. Non-boundary positions are 0. Positive = heat gain. + """ + sigma = 5.67e-8 # [W/m^2K^4] Stefan-Boltzmann constant + + q_lwr = np.zeros_like(surface_temperatures, dtype=float) + + if not np.any(exterior_wall_boundary_mask): + return q_lwr + + # Calculate view factors for vertical surface (phi = 90 degrees) + phi_rad = math.radians(phi) + cos_phi = math.cos(phi_rad) + + F_gnd = 0.5 * (1 - cos_phi) # ~0.5 for vertical + factor = 0.5 * (1 + cos_phi) # ~0.5 for vertical + F_sky = factor * math.sqrt(factor) # ~0.354 for vertical + # F_air = factor * (1 - math.sqrt(factor)) # ~0.146 for vertical + beta = math.sqrt(factor) # sky radiation split factor + + # Get temperatures and emissivities for boundary exterior walls + T_surf = surface_temperatures[exterior_wall_boundary_mask] + epsilon = emissivity_array[exterior_wall_boundary_mask] + + T_air = ambient_temperature + T_sky = sky_temperature + + # Incoming radiation from environment + q_in = ( + epsilon + * sigma + * ( + F_gnd * np.power(T_air, 4) + + beta * F_sky * np.power(T_sky, 4) + + (1 - beta) * F_sky * np.power(T_air, 4) + ) + ) + + # Outgoing radiation from surface + q_out = sigma * epsilon * (F_gnd + F_sky) * np.power(T_surf, 4) + + # Net heat flux (positive = heat gain to surface) + q_lwr_nodes = q_in - q_out + + # Assign to output array + q_lwr[exterior_wall_boundary_mask] = q_lwr_nodes + + return q_lwr + + +def calculate_solar_absorbed_for_exterior_wall( + exterior_wall_boundary_mask: np.ndarray, + exterior_wall_boundary_azimuth: np.ndarray, + floor_plan: np.ndarray, + irradiance_components: dict[str, float], + solar_zenith: float, + solar_azimuth: float, + alpha: float, + phi: float = 90.0, +) -> np.ndarray: + r"""Calculate absorbed solar radiation for boundary exterior walls. + + For exterior walls at the boundary, calculates absorbed solar radiation + based on each wall's specific orientation (azimuth). + + Args: + exterior_wall_boundary_mask: Boolean mask for exterior walls at boundary. + exterior_wall_boundary_azimuth: 2D array with azimuth values (degrees) for + each wall position. Cardinals (0°, 90°, 180°, 270°) for edges, + intermediates (45°, 135°, 225°, 315°) for corners. + floor_plan: 2D array representing the indexed floor plan. + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. + alpha: Solar absorptance of the wall surface (0-1). + phi: Surface tilt angle in degrees. Defaults to 90 (vertical). + + Returns: + 2D array with absorbed solar heat flux [W/m^2] at boundary exterior wall + positions. Non-boundary positions are 0. + """ + q_sol_alpha = np.zeros_like(floor_plan, dtype=float) + + if not np.any(exterior_wall_boundary_mask): + return q_sol_alpha + + # Get unique azimuth values present in the boundary walls + unique_azimuths = np.unique( + exterior_wall_boundary_azimuth[exterior_wall_boundary_mask] + ) + + # Process each unique azimuth orientation + for azimuth in unique_azimuths: + if azimuth == 0.0 and not np.any( + exterior_wall_boundary_mask & (exterior_wall_boundary_azimuth > 0) + ): + # Skip if this is just the default 0 value (non-wall positions) + continue + + # Get mask for walls with this azimuth + walls_with_azimuth = exterior_wall_boundary_mask & ( + exterior_wall_boundary_azimuth == azimuth + ) + + if not np.any(walls_with_azimuth): + continue + + # Calculate POA irradiance for this orientation + g_ts = calculate_poa_irradiance( + irradiance_components, + surface_tilt=phi, + surface_azimuth=float(azimuth), + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + ) + + # Absorbed solar radiation = G_Ts * alpha + q_sol_alpha[walls_with_azimuth] = g_ts * alpha + + return q_sol_alpha + + +def determine_exterior_wall_azimuth_array( + exterior_wall_boundary_mask: np.ndarray, + indexed_floor_plan: np.ndarray, + exterior_space_value: int = constants.EXTERIOR_SPACE_VALUE_IN_FUNCTION, +) -> np.ndarray: + """Determine azimuth (facing direction) for each exterior wall boundary node. + + Checks which direction(s) the exterior space is adjacent to each wall node. + + For walls facing one direction (edges): + - North-facing: 0° (exterior space to the north/top) + - East-facing: 90° (exterior space to the east/right) + - South-facing: 180° (exterior space to the south/bottom) + - West-facing: 270° (exterior space to the west/left) + + For walls at corners (facing two directions): + - Northeast: 45° (exterior space to north and east) + - Southeast: 135° (exterior space to south and east) + - Southwest: 225° (exterior space to south and west) + - Northwest: 315° (exterior space to north and west) + + Args: + exterior_wall_boundary_mask: Boolean mask indicating exterior wall boundary + positions. + indexed_floor_plan: 2D array representing the indexed floor plan. + exterior_space_value: Value representing exterior space (default: -1). + + Returns: + 2D array with azimuth values (in degrees) at exterior wall boundary + positions. Non-boundary positions are 0. + """ + rows, cols = exterior_wall_boundary_mask.shape + azimuth_array = np.zeros_like(exterior_wall_boundary_mask, dtype=float) + + if not np.any(exterior_wall_boundary_mask): + return azimuth_array + + # Get positions of all exterior wall boundary nodes + wall_positions = np.argwhere(exterior_wall_boundary_mask) + + for row, col in wall_positions: + # Check which directions have exterior space or are at array boundary + has_north = False + has_south = False + has_west = False + has_east = False + + # Check north (up) + if row == 0: + has_north = True # At array boundary + elif indexed_floor_plan[row - 1, col] == exterior_space_value: + has_north = True + + # Check south (down) + if row == rows - 1: + has_south = True # At array boundary + elif indexed_floor_plan[row + 1, col] == exterior_space_value: + has_south = True + + # Check west (left) + if col == 0: + has_west = True # At array boundary + elif indexed_floor_plan[row, col - 1] == exterior_space_value: + has_west = True + + # Check east (right) + if col == cols - 1: + has_east = True # At array boundary + elif indexed_floor_plan[row, col + 1] == exterior_space_value: + has_east = True + + # Determine azimuth based on which directions face exterior + if has_north and has_east: + # Northeast corner + azimuth_array[row, col] = 45.0 + elif has_south and has_east: + # Southeast corner + azimuth_array[row, col] = 135.0 + elif has_south and has_west: + # Southwest corner + azimuth_array[row, col] = 225.0 + elif has_north and has_west: + # Northwest corner + azimuth_array[row, col] = 315.0 + elif has_north: + # North-facing (exterior to the north) + azimuth_array[row, col] = 0.0 + elif has_east: + # East-facing (exterior to the east) + azimuth_array[row, col] = 90.0 + elif has_south: + # South-facing (exterior to the south) + azimuth_array[row, col] = 180.0 + elif has_west: + # West-facing (exterior to the west) + azimuth_array[row, col] = 270.0 + else: + # No adjacent exterior space (shouldn't happen if mask is correct) + # Default to 0 + azimuth_array[row, col] = 0.0 + + return azimuth_array + + def mark_air_connected_interior_walls( indexed_floor_plan: np.ndarray, start_pos: Tuple[int, int], interior_wall_value: int = constants.INTERIOR_WALL_VALUE_IN_FUNCTION, marked_value: int = TEMPORARY_MARKED_VALUE, air_value: int = constants.INTERIOR_SPACE_VALUE_IN_FUNCTION, + interior_fenestration_value: int = constants.INTERIOR_FENESTRATION_VALUE, ) -> Tuple[Optional[np.ndarray], Optional[np.ndarray]]: """ - Mark all interior wall nodes that are connected to the same air space as the - starting position (interior wall or air cell). - Uses 4-directional connectivity to check wall-air adjacency. - All connected walls are marked. + Mark all interior surface nodes (walls and fenestration) that are connected + to the same air space as the starting position. + Uses 4-directional connectivity to check surface-air adjacency. + All connected surfaces are marked. Args: indexed_floor_plan (np.ndarray): 2D numpy array representing the floor plan where different values represent different types of cells (walls, air, etc.). start_pos (Tuple[int, int]): Starting position (row, col). Can be either an - interior wall or an air cell. If it's an interior wall, finds all walls - connected to the same air space. If it's an air cell, finds all walls - connected to that air space. + interior wall, interior fenestration, or an air cell. If it's an + interior surface, finds all surfaces connected to the same air space. + If it's an air cell, finds all surfaces connected to that air space. interior_wall_value (int, optional): Value used to represent interior walls in the floor plan. Defaults to -3 (from "constants.py"). - marked_value (int, optional): Value used to mark connected interior walls. - Only used internally. Defaults to -33. + marked_value (int, optional): Value used to mark connected interior + surfaces. Only used internally. Defaults to -33. air_value (int, optional): Value used to represent air spaces in the floor plan. Defaults to 0 (from "constants.py"). + interior_fenestration_value (int, optional): Value used to represent + interior fenestration in the floor plan. Defaults to -43. Returns: A tuple containing: - - `modified_floor_plan`: Copy of input floor plan with connected walls + - `modified_floor_plan`: Copy of input floor plan with connected surfaces marked with marked_value. `None` if `start_pos` is invalid. - `interior_space_array`: Extracted interior space containing only air and - marked walls, cropped to the bounding box of the connected region. + marked surfaces, cropped to the bounding box of the connected region. `None` if `start_pos` is invalid or no interior space is found. Raises: @@ -204,9 +774,10 @@ def mark_air_connected_interior_walls( Note: This function is used as the first step in radiative heat transfer - calculations to identify all interior wall nodes that are connected to the - same air space. The marked_value (-33) indicates walls that can - potentially participate in radiative heat transfer with each other. + calculations to identify all interior surface nodes (walls and + fenestration) that are connected to the same air space. The marked_value + (-33) indicates surfaces that can potentially participate in radiative + heat transfer with each other. """ # Make a copy to avoid modifying the original floor_plan = indexed_floor_plan.copy() @@ -221,8 +792,14 @@ def mark_air_connected_interior_walls( start_row, start_col = start_pos start_cell_value = floor_plan[start_row, start_col] - # Return None if start_pos is neither interior_wall_value nor air_value - if start_cell_value != interior_wall_value and start_cell_value != air_value: + # Interior surface values include walls and fenestration + interior_surface_values = {interior_wall_value, interior_fenestration_value} + + # Return None if start_pos is not an interior surface or air + if ( + start_cell_value not in interior_surface_values + and start_cell_value != air_value + ): return None, None # 4-connectivity for all steps @@ -237,7 +814,7 @@ def mark_air_connected_interior_walls( air_queue.append((start_row, start_col)) connected_air_cells.add((start_row, start_col)) else: - # If starting from an interior wall, find air cells adjacent to it + # If starting from an interior surface, find air cells adjacent to it for dr, dc in directions: new_row, new_col = start_row + dr, start_col + dc if ( @@ -262,40 +839,40 @@ def mark_air_connected_interior_walls( air_queue.append((new_row, new_col)) connected_air_cells.add((new_row, new_col)) - # Now find all interior walls that are adjacent to - # any of the connected air cells (4-connectivity) - walls_to_mark = set() + # Now find all interior surfaces (walls and fenestration) that are adjacent + # to any of the connected air cells (4-connectivity) + surfaces_to_mark = set() for air_row, air_col in connected_air_cells: for dr, dc in directions: - wall_row, wall_col = air_row + dr, air_col + dc + surface_row, surface_col = air_row + dr, air_col + dc if ( - 0 <= wall_row < floor_plan.shape[0] - and 0 <= wall_col < floor_plan.shape[1] - and floor_plan[wall_row, wall_col] == interior_wall_value + 0 <= surface_row < floor_plan.shape[0] + and 0 <= surface_col < floor_plan.shape[1] + and floor_plan[surface_row, surface_col] in interior_surface_values ): - walls_to_mark.add((wall_row, wall_col)) + surfaces_to_mark.add((surface_row, surface_col)) - # Mark all the connected interior walls - # If starting from an interior wall, exclude it from marking + # Mark all the connected interior surfaces + # If starting from an interior surface, exclude it from marking # (it will be marked separately) - # If starting from an air cell, mark all walls found - for wall_row, wall_col in walls_to_mark: - if start_cell_value == interior_wall_value and (wall_row, wall_col) == ( - start_row, - start_col, - ): - # Skip marking the starting wall here; will mark it below if any walls - # were found + # If starting from an air cell, mark all surfaces found + for surface_row, surface_col in surfaces_to_mark: + if start_cell_value in interior_surface_values and ( + surface_row, + surface_col, + ) == (start_row, start_col): + # Skip marking the starting surface here; will mark it below if any + # surfaces were found continue - floor_plan[wall_row, wall_col] = marked_value + floor_plan[surface_row, surface_col] = marked_value - # If starting from an interior wall and any walls were found, mark the + # If starting from an interior surface and any surfaces were found, mark the # starting position - if start_cell_value == interior_wall_value and walls_to_mark: + if start_cell_value in interior_surface_values and surfaces_to_mark: floor_plan[start_row, start_col] = marked_value - # Create interior space array containing only air and marked walls - all_interior_positions = connected_air_cells.union(walls_to_mark) + # Create interior space array containing only air and marked surfaces + all_interior_positions = connected_air_cells.union(surfaces_to_mark) if not all_interior_positions: return floor_plan, None @@ -315,11 +892,11 @@ def mark_air_connected_interior_walls( for air_row, air_col in connected_air_cells: interior_space[air_row - min_row, air_col - min_col] = air_value - # Mark all walls in interior space - # If starting from interior wall, it will be included in walls_to_mark + # Mark all surfaces in interior space + # If starting from interior surface, it will be included in surfaces_to_mark # and marked - for wall_row, wall_col in walls_to_mark: - interior_space[wall_row - min_row, wall_col - min_col] = marked_value + for surface_row, surface_col in surfaces_to_mark: + interior_space[surface_row - min_row, surface_col - min_col] = marked_value return floor_plan, interior_space @@ -610,44 +1187,59 @@ def get_vf( return vf -def mark_interior_wall_adjacent_to_air( +def mark_interior_surface_adjacent_to_air( arr: np.ndarray, interior_wall_value: int = constants.INTERIOR_WALL_VALUE_IN_FUNCTION, + interior_fenestration_value: int = constants.INTERIOR_FENESTRATION_VALUE, air_value: int = constants.INTERIOR_SPACE_VALUE_IN_FUNCTION, ) -> np.ndarray: - """Marks interior walls that are adjacent to air spaces. + """Marks interior surfaces (walls and fenestration) adjacent to air spaces. - Creates a boolean mask identifying interior walls that share an edge with an - air space (value of 0) in the floor plan. Checks for adjacency in four - directions: up, down, left, and right. + Creates a boolean mask identifying interior walls (-3) and interior + fenestration (-43) that share an edge with an air space (value of 0) in + the floor plan. Checks for adjacency in four directions: up, down, left, + and right. Args: arr: 2D array representing the floor plan with interior walls marked as - interior_wall_value and air spaces as 0. + interior_wall_value, interior fenestration as interior_fenestration_value, + and air spaces as air_value. interior_wall_value: Value used to represent interior walls in the floor plan. Defaults to -3 (constants.INTERIOR_WALL_VALUE_IN_FUNCTION). + interior_fenestration_value: Value used to represent interior fenestration + in the floor plan. Default: -43 (constants.INTERIOR_FENESTRATION_VALUE). + air_value: Value used to represent air spaces. Defaults to 0. Returns: - Boolean mask array where True indicates an interior wall that is adjacent to - at least one air space. + Boolean mask array where True indicates an interior surface (wall or + fenestration) that is adjacent to at least one air space. """ - mask_minus_interior_wall = arr == interior_wall_value - mask_zero = arr == air_value - # Find -3s that have a 0 neighbor (up/down/left/right) + # Interior surfaces include both interior walls and interior fenestration + mask_interior_surface = (arr == interior_wall_value) | ( + arr == interior_fenestration_value + ) + mask_air = arr == air_value + + # Find interior surfaces that have an air neighbor (up/down/left/right) contact = np.zeros_like(arr, dtype=bool) # up - contact[1:, :] |= mask_zero[:-1, :] & mask_minus_interior_wall[1:, :] + contact[1:, :] |= mask_air[:-1, :] & mask_interior_surface[1:, :] # down - contact[:-1, :] |= mask_zero[1:, :] & mask_minus_interior_wall[:-1, :] + contact[:-1, :] |= mask_air[1:, :] & mask_interior_surface[:-1, :] # left - contact[:, 1:] |= mask_zero[:, :-1] & mask_minus_interior_wall[:, 1:] + contact[:, 1:] |= mask_air[:, :-1] & mask_interior_surface[:, 1:] # right - contact[:, :-1] |= mask_zero[:, 1:] & mask_minus_interior_wall[:, :-1] - # Only mark the -3 cells that are adjacent to a 0 - marked = mask_minus_interior_wall & contact + contact[:, :-1] |= mask_air[:, 1:] & mask_interior_surface[:, :-1] + + # Only mark the interior surface cells that are adjacent to air + marked = mask_interior_surface & contact return marked +# Keep the old function name as an alias for backward compatibility +mark_interior_wall_adjacent_to_air = mark_interior_surface_adjacent_to_air + + def get_line_points( start: Tuple[float, float], end: Tuple[float, float] ) -> list[Tuple[float, float]]: @@ -967,3 +1559,1044 @@ def mark_directly_seeing_nodes( # Mark the base node with a special value floor_plan_copy[base_row, base_col] = blocked_value + marked_value return floor_plan_copy + + +def validate_fenestration_connectivity( + floor_plan: np.ndarray, + fenestration_value: int = constants.FENESTRATION_VALUE_IN_FILE_INPUT, + air_value: int = constants.INTERIOR_SPACE_VALUE_IN_FILE_INPUT, + exterior_space_value: int = constants.EXTERIOR_SPACE_VALUE_IN_FILE_INPUT, + interior_wall_value: int = constants.INTERIOR_WALL_VALUE_IN_FILE_INPUT, +) -> bool: + """Validate that fenestration nodes are properly connected. + + Fenestration must connect exterior space (outdoor) to interior air (indoor). + It should be located in the wall layer, replacing part of the wall. + + Validates that: + 1. All fenestration nodes form connected groups (4-way connectivity) + 2. Each fenestration group is connected to at least one indoor air node (0) + 3. Each fenestration group is exposed to exterior space (2) or at boundary + 4. Each fenestration node in a group can reach both exterior and air through + the fenestration chain (no blocked nodes) + 5. No fenestration node is surrounded only by air (floating in interior) + + Args: + floor_plan: 2D array representing the floor plan with fenestration marked + as fenestration_value (default 4). + fenestration_value: Value used to represent fenestration nodes in the + floor plan. Defaults to 4. + air_value: Value used to represent indoor air in the floor plan. + Defaults to 0. + exterior_space_value: Value used to represent exterior space (outdoor). + Defaults to 2. + interior_wall_value: Value used to represent interior walls. Defaults to 1. + + Returns: + True if all fenestration groups are valid. + + Raises: + ValueError: If any fenestration group fails validation. + """ + if not np.any(floor_plan == fenestration_value): + return True # No fenestration, validation passes + + # Find all fenestration groups using flood fill + fenestration_groups = _find_connected_groups(floor_plan, fenestration_value) + + directions = [(-1, 0), (1, 0), (0, -1), (0, 1)] + rows, cols = floor_plan.shape + + for group_name, group_info in fenestration_groups.items(): + group_indices = group_info['indices'] + + # Track which fenestration nodes are connected to air and exterior + nodes_adjacent_to_air = set() + nodes_adjacent_to_exterior = set() + nodes_surrounded_by_air = [] + + for row, col in group_indices: + adjacent_to_air = False + adjacent_to_exterior = False + air_neighbor_count = 0 + + for dr, dc in directions: + nr, nc = row + dr, col + dc + + # Check if fenestration node is at array boundary (exposed to exterior) + if nr < 0 or nr >= rows or nc < 0 or nc >= cols: + adjacent_to_exterior = True + continue + + neighbor_val = floor_plan[nr, nc] + + if neighbor_val == air_value: + adjacent_to_air = True + air_neighbor_count += 1 + elif neighbor_val == exterior_space_value: + # Adjacent to exterior space (outdoor) - fenestration is exposed + adjacent_to_exterior = True + + if adjacent_to_air: + nodes_adjacent_to_air.add((row, col)) + if adjacent_to_exterior: + nodes_adjacent_to_exterior.add((row, col)) + + # Check if fenestration is surrounded only by air (floating in interior) + # A fenestration surrounded by air has 4 air neighbors and no exterior + if air_neighbor_count == 4 and not adjacent_to_exterior: + nodes_surrounded_by_air.append((row, col)) + + # Validation 1: Group must be connected to indoor air + if not nodes_adjacent_to_air: + raise ValueError( + f'Fenestration group {group_name} is not connected to indoor air. ' + 'All fenestration nodes must be adjacent (4-way) to at least one ' + f'indoor air node (value {air_value}).' + ) + + # Validation 2: Group must be exposed to exterior + if not nodes_adjacent_to_exterior: + raise ValueError( + f'Fenestration group {group_name} is not exposed to exterior. ' + 'Fenestration must be adjacent to exterior space or at the boundary ' + 'of the floor plan.' + ) + + # Validation 3: Check for fenestration nodes surrounded by air + if nodes_surrounded_by_air: + raise ValueError( + f'Fenestration group {group_name} has nodes surrounded by air at ' + f'positions {nodes_surrounded_by_air}. Fenestration cannot be ' + 'floating in interior space - it must connect exterior to interior.' + ) + + # Validation 4: Check that each fenestration node can reach both exterior + # and air through the fenestration chain + # Use BFS to check reachability from exterior nodes to air nodes + _validate_fenestration_chain_connectivity( + floor_plan=floor_plan, + group_name=group_name, + group_indices=group_indices, + nodes_adjacent_to_air=nodes_adjacent_to_air, + nodes_adjacent_to_exterior=nodes_adjacent_to_exterior, + fenestration_value=fenestration_value, + air_value=air_value, + interior_wall_value=interior_wall_value, + ) + + return True + + +def _validate_fenestration_chain_connectivity( + floor_plan: np.ndarray, + group_name: str, + group_indices: list, + nodes_adjacent_to_air: set, + nodes_adjacent_to_exterior: set, + fenestration_value: int, + air_value: int, + interior_wall_value: int, +) -> None: + """Validate that fenestration nodes form a proper chain from exterior to air. + + Each fenestration node must be reachable from nodes adjacent to exterior + through other fenestration nodes, eventually reaching nodes adjacent to air. + This detects cases where interior walls block the fenestration chain. + + Additionally validates that: + - Interior-facing edge nodes (at the edge towards air) are adjacent to air, + not interior wall + - No fenestration node is blocked by interior wall on its air-facing side + + Args: + floor_plan: 2D array representing the floor plan. + group_name: Name of the fenestration group for error messages. + group_indices: List of (row, col) tuples for all nodes in the group. + nodes_adjacent_to_air: Set of (row, col) tuples for nodes adjacent to air. + nodes_adjacent_to_exterior: Set of (row, col) tuples for nodes adjacent to + exterior. + fenestration_value: Value used to represent fenestration nodes. + air_value: Value used to represent indoor air. + interior_wall_value: Value used to represent interior walls. + + Raises: + ValueError: If any fenestration node is blocked from reaching air or + exterior through the fenestration chain. + """ + directions = [(-1, 0), (1, 0), (0, -1), (0, 1)] + direction_names = { + (-1, 0): 'north', + (1, 0): 'south', + (0, -1): 'west', + (0, 1): 'east', + } + rows, cols = floor_plan.shape + group_set = set(group_indices) + + # BFS from exterior nodes to find all reachable fenestration nodes + reachable_from_exterior = set() + queue = deque(nodes_adjacent_to_exterior) + reachable_from_exterior.update(nodes_adjacent_to_exterior) + + while queue: + row, col = queue.popleft() + for dr, dc in directions: + nr, nc = row + dr, col + dc + if (nr, nc) in group_set and (nr, nc) not in reachable_from_exterior: + reachable_from_exterior.add((nr, nc)) + queue.append((nr, nc)) + + # BFS from air-adjacent nodes to find all reachable fenestration nodes + reachable_from_air = set() + queue = deque(nodes_adjacent_to_air) + reachable_from_air.update(nodes_adjacent_to_air) + + while queue: + row, col = queue.popleft() + for dr, dc in directions: + nr, nc = row + dr, col + dc + if (nr, nc) in group_set and (nr, nc) not in reachable_from_air: + reachable_from_air.add((nr, nc)) + queue.append((nr, nc)) + + # Check for nodes that can't reach either exterior or air + for row, col in group_indices: + if (row, col) not in reachable_from_exterior: + raise ValueError( + f'Fenestration group {group_name} has a node at ({row}, {col}) that ' + 'is blocked from exterior. Each fenestration node must be reachable ' + 'from exterior through the fenestration chain.' + ) + + if (row, col) not in reachable_from_air: + raise ValueError( + f'Fenestration group {group_name} has a node at ({row}, {col}) that ' + 'is blocked from indoor air. Each fenestration node must be ' + 'reachable from air through the fenestration chain.' + ) + + # Determine the interior direction (direction from exterior towards air) + # based on where the exterior-adjacent nodes are located + interior_direction = _determine_interior_direction( + nodes_adjacent_to_exterior, rows, cols, floor_plan + ) + + if interior_direction is not None: + # Find interior-facing edge nodes: nodes with no fenestration neighbor + # in the interior direction + interior_facing_edge_nodes = [] + for row, col in group_indices: + dr, dc = interior_direction + nr, nc = row + dr, col + dc + # Check if the interior-direction neighbor is NOT fenestration + if (nr, nc) not in group_set: + interior_facing_edge_nodes.append((row, col)) + + # Check that interior-facing edge nodes are adjacent to air, not interior + # wall + blocked_by_interior_wall = [] + for row, col in interior_facing_edge_nodes: + dr, dc = interior_direction + nr, nc = row + dr, col + dc + + # Check what's in the interior direction + if 0 <= nr < rows and 0 <= nc < cols: + neighbor_val = floor_plan[nr, nc] + if neighbor_val == interior_wall_value: + # Interior wall is blocking this fenestration from air + blocked_by_interior_wall.append((row, col)) + elif neighbor_val != air_value and neighbor_val != fenestration_value: + # Something other than air or fenestration in interior direction + # This might also be a problem + blocked_by_interior_wall.append((row, col)) + + if blocked_by_interior_wall: + dir_name = direction_names.get( + interior_direction, str(interior_direction) + ) + raise ValueError( + f'Fenestration group {group_name} has nodes blocked by interior ' + f'wall at positions {blocked_by_interior_wall}. These nodes are at ' + f'the interior-facing edge (direction: {dir_name}) but are blocked ' + 'by interior wall instead of connecting to indoor air. Fenestration ' + 'must have a clear path to indoor air on its interior side.' + ) + + +def _determine_interior_direction( + nodes_adjacent_to_exterior: set, + rows: int, + cols: int, + floor_plan: np.ndarray, +) -> tuple: + """Determine the direction from exterior towards interior for a fenestration. + + Based on where the exterior-adjacent nodes are located, determines which + direction points towards the interior (air). + + Args: + nodes_adjacent_to_exterior: Set of (row, col) tuples for nodes adjacent to + exterior. + rows: Number of rows in floor plan. + cols: Number of columns in floor plan. + floor_plan: 2D array representing the floor plan. + + Returns: + Tuple (dr, dc) representing the direction towards interior, or None if + cannot be determined. + """ + if not nodes_adjacent_to_exterior: + return None + + # Check if exterior is at array boundary + for row, col in nodes_adjacent_to_exterior: + if row == 0: + return (1, 0) # Exterior at top, interior is south + if row == rows - 1: + return (-1, 0) # Exterior at bottom, interior is north + if col == 0: + return (0, 1) # Exterior at left, interior is east + if col == cols - 1: + return (0, -1) # Exterior at right, interior is west + + # Check which direction has exterior space neighbors + directions = [(-1, 0), (1, 0), (0, -1), (0, 1)] + opposite = { + (-1, 0): (1, 0), + (1, 0): (-1, 0), + (0, -1): (0, 1), + (0, 1): (0, -1), + } + exterior_space_value = constants.EXTERIOR_SPACE_VALUE_IN_FILE_INPUT + + for row, col in nodes_adjacent_to_exterior: + for dr, dc in directions: + nr, nc = row + dr, col + dc + if ( + 0 <= nr < rows + and 0 <= nc < cols + and floor_plan[nr, nc] == exterior_space_value + ): + # Exterior space is in this direction, interior is opposite + return opposite[(dr, dc)] + + return None + + +def _find_connected_groups( + floor_plan: np.ndarray, + target_value: int, +) -> dict: + """Find all connected groups of nodes with the target value. + + Uses 4-way connectivity (not diagonal) to identify connected components. + + Args: + floor_plan: 2D array representing the floor plan. + target_value: Value to search for connected groups. + + Returns: + Dictionary with group names as keys and group info as values: + { + 'group_1': { + 'count': int, + 'indices': list of (row, col) tuples + }, + ... + } + """ + visited = np.zeros_like(floor_plan, dtype=bool) + groups = {} + group_count = 0 + directions = [(-1, 0), (1, 0), (0, -1), (0, 1)] + + for row in range(floor_plan.shape[0]): + for col in range(floor_plan.shape[1]): + if floor_plan[row, col] == target_value and not visited[row, col]: + # Start BFS for this group + group_count += 1 + group_indices = [] + queue = deque([(row, col)]) + visited[row, col] = True + + while queue: + r, c = queue.popleft() + group_indices.append((r, c)) + + for dr, dc in directions: + nr, nc = r + dr, c + dc + if ( + 0 <= nr < floor_plan.shape[0] + and 0 <= nc < floor_plan.shape[1] + and floor_plan[nr, nc] == target_value + and not visited[nr, nc] + ): + visited[nr, nc] = True + queue.append((nr, nc)) + + groups[f'group_{group_count}'] = { + 'count': len(group_indices), + 'indices': group_indices, + } + + return groups + + +def mark_fenestration_positions( + floor_plan: np.ndarray, + fenestration_value: int = constants.FENESTRATION_VALUE_IN_FUNCTION, + exterior_space_value: int = constants.EXTERIOR_SPACE_VALUE_IN_FUNCTION, + air_value: int = constants.INTERIOR_SPACE_VALUE_IN_FUNCTION, + exterior_fenestration: int = constants.EXTERIOR_FENESTRATION_VALUE, + interior_fenestration: int = constants.INTERIOR_FENESTRATION_VALUE, + inbetween_fenestration: int = constants.INBETWEEN_FENESTRATION_VALUE, +) -> np.ndarray: + """Mark fenestration nodes based on their position (exterior/interior/between) + + Exterior fenestration nodes (-42): At array boundary OR adjacent to exterior + space (value -1). This is the outermost layer of the fenestration. + Interior fenestration nodes (-43): Adjacent to indoor air (value 0). This is + the innermost layer of the fenestration facing the room. + In-between fenestration nodes (-425): Neither exterior nor interior adjacent. + These are middle layers of thick fenestration (e.g., multi-pane windows). + + The classification priority is: + 1. At array boundary -> exterior (-42) + 2. Adjacent to exterior space (-1) -> exterior (-42) + 3. Adjacent to indoor air (0) -> interior (-43) + 4. Neither -> in-between (-425) + + Args: + floor_plan: 2D array with fenestration marked as fenestration_value. + fenestration_value: Current fenestration marker value. Defaults to -4. + exterior_space_value: Value for exterior space. Defaults to -1. + air_value: Value for indoor air. Defaults to 0. + exterior_fenestration: Value to mark exterior fenestration. Defaults to -42. + interior_fenestration: Value to mark interior fenestration. Defaults to -43. + inbetween_fenestration: Value for in-between fenestration. Defaults to -425. + + Returns: + Copy of floor plan with fenestration nodes marked by position. + """ + result = floor_plan.copy() + rows, cols = floor_plan.shape + directions = [(-1, 0), (1, 0), (0, -1), (0, 1)] + + fenestration_positions = np.where(floor_plan == fenestration_value) + + for row, col in zip(fenestration_positions[0], fenestration_positions[1]): + adjacent_to_exterior = False + adjacent_to_air = False + at_boundary = False + + # Check if fenestration is at the array boundary (edge/corner) + # Fenestration at boundary is always exterior fenestration + if row == 0 or row == rows - 1 or col == 0 or col == cols - 1: + at_boundary = True + + for dr, dc in directions: + nr, nc = row + dr, col + dc + if 0 <= nr < rows and 0 <= nc < cols: + neighbor_val = floor_plan[nr, nc] + if neighbor_val == exterior_space_value: + adjacent_to_exterior = True + elif neighbor_val == air_value: + adjacent_to_air = True + + # Determine fenestration position type + # Priority: + # 1. At array boundary -> exterior (-42) regardless of other adjacencies + # 2. Adjacent to both exterior and air -> interior (-43) for single-layer + # 3. Adjacent to exterior only -> exterior (-42) + # 4. Adjacent to air only -> interior (-43) + # 5. Neither -> in-between (-425) + if at_boundary: + # At array boundary -> always exterior fenestration + result[row, col] = exterior_fenestration + elif adjacent_to_air and adjacent_to_exterior: + # Both adjacent (single-layer fenestration) -> mark as interior + result[row, col] = interior_fenestration + elif adjacent_to_exterior: + # Only exterior adjacent -> exterior fenestration + result[row, col] = exterior_fenestration + elif adjacent_to_air: + # Only air adjacent -> interior fenestration + result[row, col] = interior_fenestration + else: + # Neither -> in-between fenestration + result[row, col] = inbetween_fenestration + + return result + + +def group_fenestrations( + floor_plan: np.ndarray, + exterior_fenestration: int = constants.EXTERIOR_FENESTRATION_VALUE, + interior_fenestration: int = constants.INTERIOR_FENESTRATION_VALUE, + inbetween_fenestration: int = constants.INBETWEEN_FENESTRATION_VALUE, + exterior_space_value: int = constants.EXTERIOR_SPACE_VALUE_IN_FUNCTION, +) -> dict: + """Group adjacent fenestration nodes and calculate their properties. + + Groups fenestration nodes that are 4-way adjacent and calculates: + - count: Number of fenestration nodes in the group + - exterior_count: Number of exterior fenestration nodes (-42) in the group + - indices: List of (row, col) tuples for all nodes + - indices_array: Boolean array (floor_plan shape) with True at group positions + - phi: Tilt angle (always 90 degrees for vertical surfaces) + - azimuth: Direction the fenestration faces: + - 0 (top/north), 90 (right/east), 180 (bottom/south), 270 (left/west) + - F_gnd: Ground view factor + - F_sky: Sky view factor + - F_air: Ambient air view factor + + View factor formulas (for vertical surface, phi = 90 degrees): + - F_gnd = 0.5 * (1 - cos(phi)) + - F_sky = 0.5 * (1 + cos(phi)) * sqrt(0.5 * (1 + cos(phi))) + - F_air = 0.5 * (1 + cos(phi)) * (1 - sqrt(0.5 * (1 + cos(phi)))) + + Args: + floor_plan: 2D array with marked fenestration positions. + exterior_fenestration: Value for exterior fenestration (-42). + interior_fenestration: Value for interior fenestration (-43). + inbetween_fenestration: Value for in-between fenestration (-425). + exterior_space_value: Value for exterior space (-1). + + Returns: + Dictionary with fenestration group information: + { + 'fenestration_1': { + 'count': int, + 'exterior_count': int, + 'indices': list of (row, col) tuples, + 'indices_array': np.ndarray of bool (floor_plan shape), + 'exterior_indices_array': np.ndarray of bool (floor_plan shape), + True only at exterior fenestration (-42) positions, + 'phi': 90.0, + 'azimuth': float (0, 90, 180, or 270), + 'F_gnd': float, + 'F_sky': float, + 'F_air': float, + 'beta': float, sqrt(0.5 * (1 + cos(phi))), sky radiation split factor, + }, + ... + } + """ + # Find all fenestration nodes (all three types) + fenestration_mask = ( + (floor_plan == exterior_fenestration) + | (floor_plan == interior_fenestration) + | (floor_plan == inbetween_fenestration) + ) + + visited = np.zeros_like(floor_plan, dtype=bool) + groups = {} + group_count = 0 + directions = [(-1, 0), (1, 0), (0, -1), (0, 1)] + + for row in range(floor_plan.shape[0]): + for col in range(floor_plan.shape[1]): + if fenestration_mask[row, col] and not visited[row, col]: + group_count += 1 + group_indices = [] + exterior_count = 0 + queue = deque([(row, col)]) + visited[row, col] = True + + while queue: + r, c = queue.popleft() + group_indices.append((r, c)) + + # Count exterior fenestration nodes + if floor_plan[r, c] == exterior_fenestration: + exterior_count += 1 + + for dr, dc in directions: + nr, nc = r + dr, c + dc + if ( + 0 <= nr < floor_plan.shape[0] + and 0 <= nc < floor_plan.shape[1] + and fenestration_mask[nr, nc] + and not visited[nr, nc] + ): + visited[nr, nc] = True + queue.append((nr, nc)) + + # Create indices_array: boolean array with True at group positions + indices_array = np.zeros_like(floor_plan, dtype=bool) + for r, c in group_indices: + indices_array[r, c] = True + + # Determine azimuth based on exterior space direction + azimuth = _determine_fenestration_azimuth( + floor_plan, group_indices, exterior_space_value + ) + + # Create exterior_indices_array: boolean array with True at exterior + # fenestration positions only + exterior_indices_array = np.zeros_like(floor_plan, dtype=bool) + for r, c in group_indices: + if floor_plan[r, c] == exterior_fenestration: + exterior_indices_array[r, c] = True + + # Calculate view factors + phi = constants.FENESTRATION_TILT_ANGLE # 90 degrees + phi_rad = math.radians(phi) + cos_phi = math.cos(phi_rad) + + # F_gnd = 0.5 * (1 - cos(phi)) + F_gnd = 0.5 * (1 - cos_phi) + + # F_sky = 0.5 * (1 + cos(phi)) * sqrt(0.5 * (1 + cos(phi))) + factor = 0.5 * (1 + cos_phi) + F_sky = factor * math.sqrt(factor) + + # F_air = 0.5 * (1 + cos(phi)) * (1 - sqrt(0.5 * (1 + cos(phi)))) + F_air = factor * (1 - math.sqrt(factor)) + + # Beta factor for sky radiation split between sky temperature and + # ambient air temperature + beta = math.sqrt(factor) + + groups[f'fenestration_{group_count}'] = { + 'count': len(group_indices), + 'exterior_count': exterior_count, + 'indices': group_indices, + 'indices_array': indices_array, + 'exterior_indices_array': exterior_indices_array, + 'phi': float(phi), + 'azimuth': float(azimuth), + 'F_gnd': F_gnd, + 'F_sky': F_sky, + 'F_air': F_air, + 'beta': beta, + } + + return groups + + +def _determine_fenestration_azimuth( + floor_plan: np.ndarray, + group_indices: list, + exterior_space_value: int = constants.EXTERIOR_SPACE_VALUE_IN_FUNCTION, + exterior_fenestration_value: int = constants.EXTERIOR_FENESTRATION_VALUE, +) -> int: + """Determine the azimuth (facing direction) of a fenestration group. + + Checks which direction the fenestration group faces by: + 1. First checking if exterior fenestration (-42) is at the array boundary + 2. Then checking for exterior space adjacency + + Args: + floor_plan: 2D array with the floor plan. + group_indices: List of (row, col) tuples for the fenestration group. + exterior_space_value: Value for exterior space (-1). + exterior_fenestration_value: Value for exterior fenestration (-42). + + Returns: + Azimuth angle in degrees: + - 0: Top (north) + - 90: Right (east) + - 180: Bottom (south) + - 270: Left (west) + """ + rows, cols = floor_plan.shape + + # First, check if any exterior fenestration node is at the array boundary + # This handles the case where -42 is at the edge of the floor plan + for row, col in group_indices: + if floor_plan[row, col] == exterior_fenestration_value: + # Check if at top boundary (row 0) + if row == 0: + return constants.FENESTRATION_AZIMUTH_TOP + # Check if at bottom boundary (last row) + if row == rows - 1: + return constants.FENESTRATION_AZIMUTH_BOTTOM + # Check if at left boundary (col 0) + if col == 0: + return constants.FENESTRATION_AZIMUTH_LEFT + # Check if at right boundary (last col) + if col == cols - 1: + return constants.FENESTRATION_AZIMUTH_RIGHT + + # Direction mapping: (dr, dc) -> azimuth + direction_azimuth = { + (-1, 0): constants.FENESTRATION_AZIMUTH_TOP, # Top/North + (1, 0): constants.FENESTRATION_AZIMUTH_BOTTOM, # Bottom/South + (0, 1): constants.FENESTRATION_AZIMUTH_RIGHT, # Right/East + (0, -1): constants.FENESTRATION_AZIMUTH_LEFT, # Left/West + } + + # Check each node in the group for exterior adjacency + for row, col in group_indices: + for (dr, dc), azimuth in direction_azimuth.items(): + nr, nc = row + dr, col + dc + if ( + 0 <= nr < rows + and 0 <= nc < cols + and floor_plan[nr, nc] == exterior_space_value + ): + return azimuth + + # Default to 0 if no exterior adjacency found + return constants.FENESTRATION_AZIMUTH_TOP + + +def group_air_nodes( + floor_plan: np.ndarray, + air_value: int = constants.INTERIOR_SPACE_VALUE_IN_FUNCTION, + interior_wall_value: int = constants.INTERIOR_WALL_VALUE_IN_FUNCTION, # pylint: disable=unused-argument + exterior_wall_value: int = constants.EXTERIOR_WALL_VALUE_IN_FUNCTION, # pylint: disable=unused-argument + exterior_fenestration: int = constants.EXTERIOR_FENESTRATION_VALUE, + interior_fenestration: int = constants.INTERIOR_FENESTRATION_VALUE, + inbetween_fenestration: int = constants.INBETWEEN_FENESTRATION_VALUE, + fenestration_groups: dict = None, +) -> dict: + """Group indoor air nodes that are 4-way connected. + + Air nodes are grouped based on 4-way connectivity, where walls and + fenestrations act as barriers. Each group represents a separate air space + (e.g., different rooms). + + Args: + floor_plan: 2D array with the floor plan (after fenestration marking). + air_value: Value for indoor air. Defaults to 0. + interior_wall_value: Value for interior walls. Defaults to -3. + exterior_wall_value: Value for exterior walls. Defaults to -2. + exterior_fenestration: Value for exterior fenestration. Defaults to -42. + interior_fenestration: Value for interior fenestration. Defaults to -43. + inbetween_fenestration: Value for in-between fenestration. Defaults to -425. + fenestration_groups: Optional dict from group_fenestrations() to link + adjacent fenestrations. + + Returns: + Dictionary with air group information: + { + 'air_1': { + 'count': int, + 'indices': list of (row, col) tuples, + 'indices_array': np.ndarray of bool (floor_plan shape), + 'fenestration_groups': list of fenestration group names adjacent, + }, + ... + } + """ + visited = np.zeros_like(floor_plan, dtype=bool) + groups = {} + group_count = 0 + directions = [(-1, 0), (1, 0), (0, -1), (0, 1)] + + # Build reverse mapping: fenestration index -> group name + fenestration_index_to_group = {} + if fenestration_groups: + for group_name, group_info in fenestration_groups.items(): + for idx in group_info['indices']: + fenestration_index_to_group[idx] = group_name + + for row in range(floor_plan.shape[0]): + for col in range(floor_plan.shape[1]): + if floor_plan[row, col] == air_value and not visited[row, col]: + group_count += 1 + group_indices = [] + adjacent_fenestrations = set() + queue = deque([(row, col)]) + visited[row, col] = True + + while queue: + r, c = queue.popleft() + group_indices.append((r, c)) + + for dr, dc in directions: + nr, nc = r + dr, c + dc + if 0 <= nr < floor_plan.shape[0] and 0 <= nc < floor_plan.shape[1]: + neighbor_val = floor_plan[nr, nc] + + # Check if neighbor is fenestration (to track adjacent fenestrations) # pylint: disable=line-too-long + if ( + neighbor_val == interior_fenestration + or neighbor_val == exterior_fenestration + or neighbor_val == inbetween_fenestration + ): + if (nr, nc) in fenestration_index_to_group: + adjacent_fenestrations.add( + fenestration_index_to_group[(nr, nc)] + ) + + # Continue BFS only through air nodes + if neighbor_val == air_value and not visited[nr, nc]: + visited[nr, nc] = True + queue.append((nr, nc)) + + # Create indices_array: boolean array with True at group positions + indices_array = np.zeros_like(floor_plan, dtype=bool) + for r, c in group_indices: + indices_array[r, c] = True + + groups[f'air_{group_count}'] = { + 'count': len(group_indices), + 'indices': group_indices, + 'indices_array': indices_array, + 'fenestration_groups': sorted(list(adjacent_fenestrations)), + } + + return groups + + +def calculate_poa_irradiance( + irradiance_components: dict[str, float], + surface_tilt: float, + surface_azimuth: float, + solar_zenith: float, + solar_azimuth: float, +) -> float: + """Calculate plane-of-array (POA) global irradiance. + + Converts horizontal irradiance components (GHI, DNI, DHI) to the irradiance + incident on a tilted surface. Uses the pvlib library's get_total_irradiance + function. + + Args: + irradiance_components: Dictionary with 'ghi', 'dni', and 'dhi' keys, + containing Global Horizontal Irradiance, Direct Normal Irradiance, + and Diffuse Horizontal Irradiance in W/m2. + surface_tilt: Surface tilt angle from horizontal in degrees (0 = horizontal, + 90 = vertical). + surface_azimuth: Surface azimuth angle in degrees (180 = south-facing in + Northern Hemisphere, compass direction that the surface normal points). + solar_zenith: Solar zenith angle in degrees (angle from vertical). + solar_azimuth: Solar azimuth angle in degrees (compass direction of sun). + + Returns: + POA global irradiance in W/m2. + + Example: + >>> irrad = {'ghi': 800.0, 'dni': 700.0, 'dhi': 100.0} + >>> poa = calculate_poa_irradiance(irrad, surface_tilt=30.0, + ... surface_azimuth=180.0, solar_zenith=30.0, solar_azimuth=180.0) + """ + # Import here to avoid circular imports and keep pvlib as optional dependency + from pvlib import irradiance as pvlib_irradiance # pylint: disable=import-outside-toplevel + + poa_irrad = pvlib_irradiance.get_total_irradiance( + surface_tilt=surface_tilt, + surface_azimuth=surface_azimuth, + dni=irradiance_components['dni'], + ghi=irradiance_components['ghi'], + dhi=irradiance_components['dhi'], + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + ) + + return float(poa_irrad['poa_global']) + + +def calculate_solar_absorbed_for_fenestration_group( + fenestration_group: dict, + irradiance_components: dict[str, float], + solar_zenith: float, + solar_azimuth: float, + alpha: float = constants.FENESTRATION_SOLAR_ABSORPTANCE, +) -> float: + """Calculate total absorbed solar radiation for a fenestration group. + + Computes q_sol_alpha = G_Ts * alpha for each exterior fenestration node, + sums them, and distributes evenly to all nodes in the fenestration group. + + Args: + fenestration_group: Dictionary containing fenestration group properties + including 'exterior_indices_array', 'indices_array', 'phi', 'azimuth', + 'count', and 'exterior_count'. + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi', 'solar_zenith', + 'solar_azimuth' keys. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. + alpha: Solar absorptance of the fenestration (0-1). Defaults to 0.1. + + Returns: + Absorbed solar heat flux per node (W/m2) distributed evenly to all + fenestration nodes in the group. Returns 0.0 if no exterior fenestration. + """ + exterior_count = fenestration_group.get('exterior_count', 0) + if exterior_count == 0: + return 0.0 + + # Calculate POA irradiance for this fenestration surface + surface_tilt = fenestration_group['phi'] + surface_azimuth = fenestration_group['azimuth'] + + g_ts = calculate_poa_irradiance( + irradiance_components, + surface_tilt, + surface_azimuth, + solar_zenith, + solar_azimuth, + ) + + # Total absorbed solar radiation = G_Ts * alpha * number_of_exterior_nodes + total_absorbed = g_ts * alpha * exterior_count + + # Distribute evenly to all fenestration nodes in the group + total_count = fenestration_group['count'] + return total_absorbed / total_count if total_count > 0 else 0.0 + + +def net_solar_absorbed_heatflux_fenestration( + floor_plan: np.ndarray, + fenestration_groups: dict, + irradiance_components: dict[str, float], + solar_zenith: float, + solar_azimuth: float, + alpha: float = constants.FENESTRATION_SOLAR_ABSORPTANCE, +) -> np.ndarray: + """Calculate absorbed solar radiation for fenestration groups. + + Creates a floor_plan-shaped array where each fenestration position contains + the absorbed solar heat flux (q_sol_alpha) for that node. This function + calculates solar absorption specifically for fenestration (window) elements. + + Args: + floor_plan: 2D array representing the floor plan. + fenestration_groups: Dictionary from group_fenestrations(). + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. + alpha: Solar absorptance of the fenestration (0-1). Defaults to 0.1. + + Returns: + 2D array (same shape as floor_plan) with absorbed solar heat flux (W/m2) + at fenestration positions, 0 elsewhere. + """ + q_sol_alpha_array = np.zeros_like(floor_plan, dtype=float) + + if not fenestration_groups: + return q_sol_alpha_array + + for group_info in fenestration_groups.values(): + q_sol_alpha_per_node = calculate_solar_absorbed_for_fenestration_group( + group_info, + irradiance_components, + solar_zenith, + solar_azimuth, + alpha, + ) + + # Add q_sol_alpha to all nodes in this fenestration group + indices_array = group_info['indices_array'] + q_sol_alpha_array[indices_array] += q_sol_alpha_per_node + + return q_sol_alpha_array + + +def calculate_solar_transmitted_for_fenestration_group( + fenestration_group: dict, + irradiance_components: dict[str, float], + solar_zenith: float, + solar_azimuth: float, + tau: float = constants.FENESTRATION_SOLAR_TRANSMITTANCE, +) -> float: + """Calculate total transmitted solar radiation for a fenestration group. + + Computes total q_sol_tau = sum(G_Ts * tau) for all exterior fenestration + nodes in the group. + + Args: + fenestration_group: Dictionary containing fenestration group properties. + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. + tau: Solar transmittance of the fenestration (0-1). Defaults to 0.8. + + Returns: + Total transmitted solar heat flux (W/m2 * count) for the entire group. + Returns 0.0 if no exterior fenestration. + """ + exterior_count = fenestration_group.get('exterior_count', 0) + if exterior_count == 0: + return 0.0 + + # Calculate POA irradiance for this fenestration surface + surface_tilt = fenestration_group['phi'] + surface_azimuth = fenestration_group['azimuth'] + + g_ts = calculate_poa_irradiance( + irradiance_components, + surface_tilt, + surface_azimuth, + solar_zenith, + solar_azimuth, + ) + + # Total transmitted solar radiation = G_Ts * tau * number_of_exterior_nodes + return g_ts * tau * exterior_count + + +def net_solar_transmitted_heatflux_fenestration( + floor_plan: np.ndarray, + fenestration_groups: dict, + air_groups: dict, + irradiance_components: dict[str, float], + solar_zenith: float, + solar_azimuth: float, + tau: float = constants.FENESTRATION_SOLAR_TRANSMITTANCE, +) -> np.ndarray: + """Calculate transmitted solar radiation through fenestrations to air groups. + + For each air group, sums q_sol_tau from all connected fenestration groups, + then distributes evenly to all air nodes in the group. This represents + solar radiation transmitted through fenestrations (windows) into the interior + space. + + Args: + floor_plan: 2D array representing the floor plan. + fenestration_groups: Dictionary from group_fenestrations(). + air_groups: Dictionary from group_air_nodes(). + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. + tau: Solar transmittance of the fenestration (0-1). Defaults to 0.8. + + Returns: + 2D array (same shape as floor_plan) with transmitted solar heat flux (W/m2) + at air node positions (or interior mass positions), 0 elsewhere. + """ + q_sol_tau_array = np.zeros_like(floor_plan, dtype=float) + + if not fenestration_groups or not air_groups: + return q_sol_tau_array + + # First, calculate q_sol_tau for each fenestration group + fenestration_q_sol_tau = {} + for group_name, group_info in fenestration_groups.items(): + fenestration_q_sol_tau[group_name] = ( + calculate_solar_transmitted_for_fenestration_group( + group_info, + irradiance_components, + solar_zenith, + solar_azimuth, + tau, + ) + ) + + # For each air group, sum q_sol_tau from connected fenestration groups + for air_group_info in air_groups.values(): + connected_fenestrations = air_group_info.get('fenestration_groups', []) + + # Sum q_sol_tau from all connected fenestration groups + total_q_sol_tau = 0.0 + for fen_group_name in connected_fenestrations: + if fen_group_name in fenestration_q_sol_tau: + total_q_sol_tau += fenestration_q_sol_tau[fen_group_name] + + if total_q_sol_tau == 0.0: + continue + + # Distribute evenly to all air nodes in this air group + air_count = air_group_info['count'] + q_sol_tau_per_node = total_q_sol_tau / air_count if air_count > 0 else 0.0 + + # Add to air node positions + indices_array = air_group_info['indices_array'] + q_sol_tau_array[indices_array] += q_sol_tau_per_node + + return q_sol_tau_array diff --git a/smart_control/simulator/building_radiation_utils_test.py b/smart_control/simulator/building_radiation_utils_test.py index c32dc3f8..d61ed3f5 100644 --- a/smart_control/simulator/building_radiation_utils_test.py +++ b/smart_control/simulator/building_radiation_utils_test.py @@ -179,6 +179,60 @@ def test_mark_air_connected_interior_walls(self): with self.subTest("air-connected interior walls correctly marked"): assert_array_almost_equal(result, expected_result) + def test_mark_interior_surface_adjacent_to_air_with_fenestration(self): + """Test that interior surfaces (walls and fenestration) are marked correctly + + This test verifies that both interior walls (-3) and interior fenestration + (-43) that are adjacent to air spaces (0) are correctly identified. + """ + # Floor plan with interior walls and interior fenestration + floor_plan = np.array([ + [-1, -1, -1, -1, -1, -1, -1], + [-1, -42, -42, -42, -42, -42, -1], # Exterior fenestration (not marked) + [ + -1, + -43, + -43, + -43, + -43, + -43, + -1, + ], # Interior fenestration (adjacent to air) + [-1, 0, 0, 0, 0, 0, -1], # Air + [-1, -3, -3, -3, -3, -3, -1], # Interior wall (adjacent to air) + [-1, -1, -1, -1, -1, -1, -1], + ]) + + result = utils.mark_interior_surface_adjacent_to_air(floor_plan) + + # Interior fenestration at row 2 should be marked (adjacent to air at row 3) + for col in range(1, 6): + self.assertTrue( + result[2, col], + f"Interior fenestration at (2, {col}) should be marked", + ) + + # Interior wall at row 4 should be marked (adjacent to air at row 3) + for col in range(1, 6): + self.assertTrue( + result[4, col], + f"Interior wall at (4, {col}) should be marked", + ) + + # Exterior fenestration at row 1 should NOT be marked + for col in range(1, 6): + self.assertFalse( + result[1, col], + f"Exterior fenestration at (1, {col}) should NOT be marked", + ) + + # Air nodes should NOT be marked + for col in range(1, 6): + self.assertFalse( + result[3, col], + f"Air node at (3, {col}) should NOT be marked", + ) + def test_mark_directly_seeing_nodes(self): """Test line-of-sight calculations for radiative heat transfer. @@ -537,6 +591,1270 @@ def test_mark_directly_seeing_nodes(self): air_in_line = np.sum(result128 == AIR_IN_LINE_OF_SIGHT) self.assertEqual(air_in_line, 0, "No air in line of sight.") + def test_fenestration_validation_passes_with_connected_fenestration(self): + """Test that fenestration validation passes when connected to air. + + Outermost layer is all 2 (exterior space); fenestration (4) connects + exterior to interior air (0) in the wall layer. + """ + # Create a floor plan with fenestration connected to air + # Most exterior cells are 2; fenestration sits inside, adjacent to 2 and 0 + floor_plan = np.array([ + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + [2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2], + [2, 4, 4, 4, 0, 0, 1, 0, 0, 4, 2], + [2, 4, 4, 4, 0, 0, 1, 0, 0, 1, 2], + [2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 0, 0, 1, 0, 0, 1, 2], + [2, 4, 4, 4, 0, 0, 1, 0, 0, 1, 2], + [2, 1, 1, 1, 4, 1, 1, 1, 4, 1, 2], + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + ]) + # Should not raise + result = utils.validate_fenestration_connectivity( + floor_plan, + fenestration_value=constants.FENESTRATION_VALUE_IN_FILE_INPUT, + air_value=constants.INTERIOR_SPACE_VALUE_IN_FILE_INPUT, + ) + self.assertTrue(result) + + def test_fenestration_validation_fails_without_air_connection(self): + """Test that fenestration validation fails when not connected to air.""" + # Create a floor plan with fenestration not connected to air + floor_plan = np.array([ + [2, 2, 2, 2, 2], + [2, 4, 4, 4, 2], + [2, 4, 1, 4, 2], # Fenestration only connected to wall (1) + [2, 4, 4, 4, 2], + [2, 2, 2, 2, 2], + ]) + + with self.assertRaises(ValueError) as context: + utils.validate_fenestration_connectivity( + floor_plan, + fenestration_value=constants.FENESTRATION_VALUE_IN_FILE_INPUT, + air_value=constants.INTERIOR_SPACE_VALUE_IN_FILE_INPUT, + ) + self.assertIn("not connected to indoor air", str(context.exception)) + + def test_fenestration_position_marking(self): + """Test that fenestration nodes are correctly marked by position.""" + # Create indexed floor plan with fenestration at value -4 + floor_plan = np.array([ + [-1, -1, -1, -1, -1, -1, -1], # Exterior space + [-1, -4, -4, -4, -4, -4, -1], # Fenestration row + [-1, 0, 0, 0, 0, 0, -1], # Air row + [-1, 0, 0, 0, 0, 0, -1], # Air row + [-1, -1, -1, -1, -1, -1, -1], # Exterior space + ]) + + result = utils.mark_fenestration_positions( + floor_plan, + fenestration_value=constants.FENESTRATION_VALUE_IN_FUNCTION, + exterior_space_value=constants.EXTERIOR_SPACE_VALUE_IN_FUNCTION, + air_value=constants.INTERIOR_SPACE_VALUE_IN_FUNCTION, + ) + + # Fenestration at row 1 should be: + # - Adjacent to exterior (row 0) => exterior fenestration (-42) + # - Adjacent to air (row 2) => interior fenestration (-43) + # Since both are adjacent, they should be interior (-43) per logic + for col in range(1, 6): + self.assertEqual( + result[1, col], + constants.INTERIOR_FENESTRATION_VALUE, + f"Position (1, {col}) should be interior fenestration", + ) + + def test_fenestration_grouping_with_view_factors(self): + """Test that fenestration groups are created with correct view factors.""" + import math # pylint: disable=import-outside-toplevel + + # Create indexed floor plan with marked fenestration positions + floor_plan = np.array([ + [-1, -1, -1, -1, -1, -1, -1], + [-1, -42, -42, -42, -42, -42, -1], # Exterior fenestration + [-1, -43, -43, -43, -43, -43, -1], # Interior fenestration + [-1, 0, 0, 0, 0, 0, -1], + [-1, -1, -1, -1, -1, -1, -1], + ]) + + groups = utils.group_fenestrations(floor_plan) + + # Should have one fenestration group + self.assertEqual(len(groups), 1) + + group_name = list(groups.keys())[0] + group = groups[group_name] + + # Check phi is 90 degrees + self.assertEqual(group["phi"], 90.0) + + # Check azimuth is 0 (top/north) since adjacent to exterior at top + self.assertEqual(group["azimuth"], 0.0) + + # Check view factors using the formulas + phi_rad = math.radians(90) + cos_phi = math.cos(phi_rad) # ~0 + + expected_F_gnd = 0.5 * (1 - cos_phi) # ~0.5 + expected_factor = 0.5 * (1 + cos_phi) # ~0.5 + expected_F_sky = expected_factor * math.sqrt(expected_factor) # ~0.354 + expected_F_air = expected_factor * ( + 1 - math.sqrt(expected_factor) + ) # ~0.146 + + self.assertAlmostEqual(group["F_gnd"], expected_F_gnd, places=6) + self.assertAlmostEqual(group["F_sky"], expected_F_sky, places=6) + self.assertAlmostEqual(group["F_air"], expected_F_air, places=6) + + # Check that count and indices are correct + self.assertEqual(group["count"], 10) # 5 exterior + 5 interior + self.assertEqual(len(group["indices"]), 10) + + # Check exterior_count (5 exterior fenestration nodes at row 1) + self.assertEqual(group["exterior_count"], 5) + + # Check indices_array + self.assertEqual(group["indices_array"].shape, floor_plan.shape) + self.assertEqual(group["indices_array"].dtype, bool) + # All fenestration positions should be True + for r, c in group["indices"]: + self.assertTrue(group["indices_array"][r, c]) + # Total True values should equal count + self.assertEqual(np.sum(group["indices_array"]), group["count"]) + + def test_air_node_grouping(self): + """Test that air nodes are correctly grouped.""" + # Create indexed floor plan with two separate air spaces + floor_plan = np.array([ + [-1, -1, -1, -1, -1, -1, -1], + [-1, 0, 0, -3, 0, 0, -1], # Two air groups separated by wall + [-1, 0, 0, -3, 0, 0, -1], + [-1, -1, -1, -1, -1, -1, -1], + ]) + + groups = utils.group_air_nodes(floor_plan) + + # Should have two air groups + self.assertEqual(len(groups), 2) + + # Check total air nodes + total_nodes = sum(g["count"] for g in groups.values()) + self.assertEqual(total_nodes, 8) + + # Check indices_array for each group + for group in groups.values(): + self.assertEqual(group["indices_array"].shape, floor_plan.shape) + self.assertEqual(group["indices_array"].dtype, bool) + # All air positions should be True + for r, c in group["indices"]: + self.assertTrue(group["indices_array"][r, c]) + # Total True values should equal count + self.assertEqual(np.sum(group["indices_array"]), group["count"]) + + def test_air_node_grouping_with_fenestration_links(self): + """Test that air groups are linked to adjacent fenestration groups.""" + # Create indexed floor plan with fenestration adjacent to air + floor_plan = np.array([ + [-1, -1, -1, -1, -1], + [-1, -42, -42, -42, -1], # Exterior fenestration + [-1, -43, -43, -43, -1], # Interior fenestration + [-1, 0, 0, 0, -1], # Air + [-1, -1, -1, -1, -1], + ]) + + fenestration_groups = utils.group_fenestrations(floor_plan) + air_groups = utils.group_air_nodes( + floor_plan, fenestration_groups=fenestration_groups + ) + + # Should have one air group with one fenestration group adjacent + self.assertEqual(len(air_groups), 1) + + air_group = list(air_groups.values())[0] + self.assertGreater(len(air_group["fenestration_groups"]), 0) + + def test_large_dummy_floor_plan_fenestration_groups(self): + """Test that a floor plan with fenestration creates multiple groups.""" + floor_plan = np.array([ + [2, 2, 2, 2, 2, 4, 2, 2, 2, 2, 2], + [2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2], + [4, 4, 4, 4, 0, 0, 1, 0, 0, 4, 4], + [4, 4, 4, 4, 0, 0, 1, 0, 0, 1, 2], + [2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 0, 0, 1, 0, 0, 1, 2], + [4, 4, 4, 4, 0, 0, 1, 0, 0, 1, 2], + [2, 1, 1, 1, 4, 1, 1, 1, 4, 1, 2], + [2, 2, 2, 2, 4, 2, 2, 2, 4, 2, 2], + ]) + + # First convert to indexed format + indexed_floor_plan = floor_plan.copy() + indexed_floor_plan[ + indexed_floor_plan == constants.EXTERIOR_SPACE_VALUE_IN_FILE_INPUT + ] = constants.EXTERIOR_SPACE_VALUE_IN_FUNCTION + indexed_floor_plan[ + indexed_floor_plan == constants.INTERIOR_WALL_VALUE_IN_FILE_INPUT + ] = constants.INTERIOR_WALL_VALUE_IN_FUNCTION + indexed_floor_plan[ + indexed_floor_plan == constants.FENESTRATION_VALUE_IN_FILE_INPUT + ] = constants.FENESTRATION_VALUE_IN_FUNCTION + + # Mark fenestration positions + indexed_floor_plan = utils.mark_fenestration_positions(indexed_floor_plan) + + # Group fenestrations + fenestration_groups = utils.group_fenestrations(indexed_floor_plan) + + # The large floor plan has fenestration on multiple sides + # Should have multiple fenestration groups + self.assertGreater( + len(fenestration_groups), + 0, + "Should have at least one fenestration group", + ) + # TODO + # need to add test validation based on manual calculations. + + # Check each group has required properties + for group_name, group in fenestration_groups.items(): + with self.subTest(group=group_name): + self.assertIn("count", group) + self.assertIn("indices", group) + self.assertIn("phi", group) + self.assertIn("azimuth", group) + self.assertIn("F_gnd", group) + self.assertIn("F_sky", group) + self.assertIn("F_air", group) + + # Check view factors sum to ~1 (they should for vertical surfaces) + vf_sum = group["F_gnd"] + group["F_sky"] + group["F_air"] + self.assertAlmostEqual( + vf_sum, + 1.0, + places=5, + msg=f"View factors should sum to 1, got {vf_sum}", + ) + + def test_fenestration_azimuth_detection(self): + # pylint: disable=line-too-long + """Test that fenestration azimuth is correctly detected based on exterior. + + Floor plan structure: + - Array boundaries must have exterior space(-1) | exterior fenestration(-42) + - Exterior fenestration (-42) is at the building boundary facing outward + - Interior fenestration (-43) is between exterior fenestration and indoor air + - Indoor air (0) is the interior space + + The azimuth is determined by which boundary the exterior fenestration is on: + - Row 0: TOP (azimuth 0) + - Last row: BOTTOM (azimuth 180) + - Col 0: LEFT (azimuth 270) + - Last col: RIGHT (azimuth 90) + """ + # pylint: enable=line-too-long + # Test fenestration on left side (should be azimuth 270) + # Exterior fenestration (-42) at col 0 boundary + floor_plan_left = np.array([ + [-1, -1, -1, -1, -1, -1], + [-1, -3, -3, -3, -3, -1], + [-42, -43, 0, 0, -3, -1], # Ext fen at col 0 boundary + [-42, -43, 0, 0, -3, -1], + [-1, -3, -3, -3, -3, -1], + [-1, -1, -1, -1, -1, -1], + ]) + groups = utils.group_fenestrations(floor_plan_left) + self.assertEqual( + list(groups.values())[0]["azimuth"], + constants.FENESTRATION_AZIMUTH_LEFT, + ) + + # Test fenestration on right side (should be azimuth 90) + # Exterior fenestration (-42) at last col boundary + floor_plan_right = np.array([ + [-1, -1, -1, -1, -1, -1], + [-1, -3, -3, -3, -3, -1], + [-1, -3, 0, 0, -43, -42], # Ext fen at last col boundary + [-1, -3, 0, 0, -43, -42], + [-1, -3, -3, -3, -3, -1], + [-1, -1, -1, -1, -1, -1], + ]) + groups = utils.group_fenestrations(floor_plan_right) + self.assertEqual( + list(groups.values())[0]["azimuth"], + constants.FENESTRATION_AZIMUTH_RIGHT, + ) + + # Test fenestration on bottom side (should be azimuth 180) + # Exterior fenestration (-42) at last row boundary + floor_plan_bottom = np.array([ + [-1, -1, -1, -1, -1, -1, -1], + [-1, -3, -3, -3, -3, -3, -1], + [-1, -3, 0, 0, 0, -3, -1], + [-1, -3, -43, -43, -43, -3, -1], # Interior fenestration + [-1, -1, -42, -42, -42, -1, -1], # Ext fen at last row boundary + ]) + groups = utils.group_fenestrations(floor_plan_bottom) + self.assertEqual( + list(groups.values())[0]["azimuth"], + constants.FENESTRATION_AZIMUTH_BOTTOM, + ) + + # Test fenestration on top side (should be azimuth 0) + # Exterior fenestration (-42) at row 0 boundary + floor_plan_top = np.array([ + [-1, -1, -42, -42, -42, -1, -1], # Ext fen at row 0 boundary + [-1, -3, -43, -43, -43, -3, -1], # Interior fenestration + [-1, -3, 0, 0, 0, -3, -1], + [-1, -3, -3, -3, -3, -3, -1], + [-1, -1, -1, -1, -1, -1, -1], + ]) + groups = utils.group_fenestrations(floor_plan_top) + self.assertEqual( + list(groups.values())[0]["azimuth"], + constants.FENESTRATION_AZIMUTH_TOP, + ) + + def test_calculate_poa_irradiance(self): + """Test POA irradiance calculation from horizontal irradiance components.""" + # Test case: South-facing surface at 30 degree tilt, sun at 30 degree zenith + irradiance_components = { + "ghi": 800.0, + "dni": 700.0, + "dhi": 100.0, + } + surface_tilt = 30.0 + surface_azimuth = 180.0 # South-facing + solar_zenith = 30.0 + solar_azimuth = 180.0 # Sun due south + + poa = utils.calculate_poa_irradiance( + irradiance_components=irradiance_components, + surface_tilt=surface_tilt, + surface_azimuth=surface_azimuth, + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + ) + + # POA should be positive + self.assertGreater(poa, 0) + # POA should be reasonable (not exceed theoretical max) + self.assertLess(poa, 1500) + + # Test with sun below horizon (zenith > 90) + poa_night = utils.calculate_poa_irradiance( + irradiance_components={"ghi": 0.0, "dni": 0.0, "dhi": 0.0}, + surface_tilt=surface_tilt, + surface_azimuth=surface_azimuth, + solar_zenith=100.0, # Sun below horizon + solar_azimuth=180.0, + ) + self.assertEqual(poa_night, 0.0) + + def test_calculate_poa_irradiance_different_orientations(self): + """Test POA irradiance for different surface orientations.""" + irradiance_components = { + "ghi": 800.0, + "dni": 700.0, + "dhi": 100.0, + } + solar_zenith = 30.0 + solar_azimuth = 180.0 # Sun due south + + # South-facing surface (should receive most direct radiation) + poa_south = utils.calculate_poa_irradiance( + irradiance_components=irradiance_components, + surface_tilt=30.0, + surface_azimuth=180.0, # South + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + ) + + # North-facing surface (should receive less direct radiation) + poa_north = utils.calculate_poa_irradiance( + irradiance_components=irradiance_components, + surface_tilt=30.0, + surface_azimuth=0.0, # North + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + ) + + # South-facing should receive more radiation than north-facing + # when sun is in the south + self.assertGreater(poa_south, poa_north) + + def test_calculate_exterior_lwr_for_fenestration_group(self): + """Test exterior LWR calculation for a fenestration group.""" + # Create a simple fenestration group + floor_plan = np.array([ + [-1, -1, -42, -42, -1, -1], # Exterior fenestration at boundary + [-1, -3, -43, -43, -3, -1], # Interior fenestration + [-1, -3, 0, 0, -3, -1], + [-1, -1, -1, -1, -1, -1], + ]) + + fenestration_groups = utils.group_fenestrations(floor_plan) + self.assertEqual(len(fenestration_groups), 1) + + group = list(fenestration_groups.values())[0] + + # Verify beta and exterior_indices_array are present + self.assertIn("beta", group) + self.assertIn("exterior_indices_array", group) + self.assertEqual(group["exterior_count"], 2) + + # Create temperature and emissivity arrays + surface_temps = np.full_like(floor_plan, 300.0, dtype=float) + emissivity = np.full_like(floor_plan, 0.9, dtype=float) + + # Test with T_air > T_surf (surface should gain heat) + q_lwr = utils.calculate_exterior_lwr_for_fenestration_group( + fenestration_group=group, + surface_temperatures=surface_temps, + emissivity_array=emissivity, + ambient_temperature=310.0, # Warmer ambient + sky_temperature=280.0, # Cold sky + ) + + # With warmer ambient and cold sky, net heat flux depends on balance + # The result should be a float + self.assertIsInstance(q_lwr, float) + + def test_net_exterior_radiative_heatflux(self): + """Test net exterior radiative heat flux for all fenestrations.""" # pylint: disable=line-too-long + # Create floor plan with fenestrations + floor_plan = np.array([ + [-1, -1, -42, -42, -1, -1], + [-1, -3, -43, -43, -3, -1], + [-1, -3, 0, 0, -3, -1], + [-1, -1, -1, -1, -1, -1], + ]) + + fenestration_groups = utils.group_fenestrations(floor_plan) + + # Create temperature and emissivity arrays + surface_temps = np.full_like(floor_plan, 300.0, dtype=float) + emissivity = np.full_like(floor_plan, 0.9, dtype=float) + + # Calculate q_lwr + q_lwr = utils.net_exterior_radiative_heatflux( + floor_plan=floor_plan, + fenestration_groups=fenestration_groups, + surface_temperatures=surface_temps, + emissivity_array=emissivity, + ambient_temperature=310.0, + sky_temperature=280.0, + ) + + # Output should have same shape as floor_plan + self.assertEqual(q_lwr.shape, floor_plan.shape) + + # q_lwr should be zero at non-fenestration positions + non_fenestration_mask = (floor_plan != -42) & (floor_plan != -43) + self.assertTrue(np.all(q_lwr[non_fenestration_mask] == 0.0)) + + # q_lwr should be non-zero at fenestration positions + fenestration_mask = (floor_plan == -42) | (floor_plan == -43) + # All fenestration nodes in a group should have the same q_lwr + q_lwr_fenestrations = q_lwr[fenestration_mask] + self.assertTrue(np.all(q_lwr_fenestrations == q_lwr_fenestrations[0])) + + def test_net_exterior_radiative_heatflux_no_fenestrations(self): + """Test that q_lwr is zero when there are no fenestrations.""" + floor_plan = np.array([ + [-1, -1, -1, -1], + [-1, -3, -3, -1], + [-1, -3, 0, -1], + [-1, -1, -1, -1], + ]) + + # No fenestrations + fenestration_groups = utils.group_fenestrations(floor_plan) + self.assertEqual(len(fenestration_groups), 0) + + surface_temps = np.full_like(floor_plan, 300.0, dtype=float) + emissivity = np.full_like(floor_plan, 0.9, dtype=float) + + q_lwr = utils.net_exterior_radiative_heatflux( + floor_plan=floor_plan, + fenestration_groups=fenestration_groups, + surface_temperatures=surface_temps, + emissivity_array=emissivity, + ambient_temperature=310.0, + sky_temperature=280.0, + ) + + # All zeros when no fenestrations + self.assertTrue(np.all(q_lwr == 0.0)) + + def test_calculate_solar_absorbed_for_fenestration_group(self): + """Test absorbed solar radiation calculation for a fenestration group.""" + # Create a floor plan with fenestration + floor_plan = np.array([ + [-1, -1, -42, -42, -1], + [-1, -3, -43, -43, -1], + [-1, -3, 0, 0, -1], + [-1, -1, -1, -1, -1], + ]) + + fenestration_groups = utils.group_fenestrations(floor_plan) + self.assertEqual(len(fenestration_groups), 1) + + group = list(fenestration_groups.values())[0] + + # Test irradiance + irradiance_components = { + "ghi": 800.0, + "dni": 700.0, + "dhi": 100.0, + } + solar_zenith = 30.0 + solar_azimuth = 180.0 + alpha = 0.1 # absorptance + + q_sol_alpha_per_node = ( + utils.calculate_solar_absorbed_for_fenestration_group( + group, + irradiance_components, + solar_zenith, + solar_azimuth, + alpha, + ) + ) + + # Should be positive + self.assertGreater(q_sol_alpha_per_node, 0.0) + + # Calculate expected: G_Ts * alpha * exterior_count / total_count + g_ts = utils.calculate_poa_irradiance( + irradiance_components, + group["phi"], + group["azimuth"], + solar_zenith, + solar_azimuth, + ) + expected = g_ts * alpha * group["exterior_count"] / group["count"] + self.assertAlmostEqual(q_sol_alpha_per_node, expected, places=5) + + def test_net_solar_absorbed_heatflux_fenestration(self): + """Test absorbed solar radiation array calculation for fenestrations.""" + floor_plan = np.array([ + [-1, -1, -42, -42, -1], + [-1, -3, -43, -43, -1], + [-1, -3, 0, 0, -1], + [-1, -1, -1, -1, -1], + ]) + + fenestration_groups = utils.group_fenestrations(floor_plan) + + irradiance_components = { + "ghi": 800.0, + "dni": 700.0, + "dhi": 100.0, + } + + q_sol_alpha_array = utils.net_solar_absorbed_heatflux_fenestration( + floor_plan, + fenestration_groups, + irradiance_components, + solar_zenith=30.0, + solar_azimuth=180.0, + alpha=0.1, + ) + + # Check shape + self.assertEqual(q_sol_alpha_array.shape, floor_plan.shape) + + # Fenestration positions should have non-zero values + self.assertGreater(q_sol_alpha_array[0, 2], 0.0) # exterior fenestration + self.assertGreater(q_sol_alpha_array[0, 3], 0.0) # exterior fenestration + self.assertGreater(q_sol_alpha_array[1, 2], 0.0) # interior fenestration + self.assertGreater(q_sol_alpha_array[1, 3], 0.0) # interior fenestration + + # Non-fenestration positions should be zero + self.assertEqual(q_sol_alpha_array[2, 2], 0.0) # air + self.assertEqual(q_sol_alpha_array[1, 1], 0.0) # wall + + # All fenestration nodes in same group should have same value + self.assertAlmostEqual( + q_sol_alpha_array[0, 2], q_sol_alpha_array[1, 3], places=5 + ) + + def test_calculate_solar_transmitted_for_fenestration_group(self): + """Test transmitted solar radiation calculation for a fenestration group.""" + floor_plan = np.array([ + [-1, -1, -42, -42, -1], + [-1, -3, -43, -43, -1], + [-1, -3, 0, 0, -1], + [-1, -1, -1, -1, -1], + ]) + + fenestration_groups = utils.group_fenestrations(floor_plan) + group = list(fenestration_groups.values())[0] + + irradiance_components = { + "ghi": 800.0, + "dni": 700.0, + "dhi": 100.0, + } + tau = 0.8 # transmittance + + total_q_sol_tau = utils.calculate_solar_transmitted_for_fenestration_group( + group, + irradiance_components, + solar_zenith=30.0, + solar_azimuth=180.0, + tau=tau, + ) + + # Should be positive + self.assertGreater(total_q_sol_tau, 0.0) + + # Calculate expected: G_Ts * tau * exterior_count + g_ts = utils.calculate_poa_irradiance( + irradiance_components, + group["phi"], + group["azimuth"], + 30.0, + 180.0, + ) + expected = g_ts * tau * group["exterior_count"] + self.assertAlmostEqual(total_q_sol_tau, expected, places=5) + + def test_net_solar_transmitted_heatflux_fenestration(self): + """Test transmitted solar radiation through fenestrations to air nodes.""" + floor_plan = np.array([ + [-1, -1, -42, -42, -1], + [-1, -3, -43, -43, -1], + [-1, -3, 0, 0, -1], + [-1, -1, -1, -1, -1], + ]) + + fenestration_groups = utils.group_fenestrations(floor_plan) + air_groups = utils.group_air_nodes( + floor_plan, fenestration_groups=fenestration_groups + ) + + irradiance_components = { + "ghi": 800.0, + "dni": 700.0, + "dhi": 100.0, + } + + q_sol_tau_array = utils.net_solar_transmitted_heatflux_fenestration( + floor_plan, + fenestration_groups, + air_groups, + irradiance_components, + solar_zenith=30.0, + solar_azimuth=180.0, + tau=0.8, + ) + + # Check shape + self.assertEqual(q_sol_tau_array.shape, floor_plan.shape) + + # Air positions should have non-zero values + self.assertGreater(q_sol_tau_array[2, 2], 0.0) + self.assertGreater(q_sol_tau_array[2, 3], 0.0) + + # All air nodes in same group should have same value + self.assertAlmostEqual( + q_sol_tau_array[2, 2], q_sol_tau_array[2, 3], places=5 + ) + + # Non-air positions should be zero + self.assertEqual(q_sol_tau_array[0, 2], 0.0) # fenestration + self.assertEqual(q_sol_tau_array[1, 1], 0.0) # wall + + def test_net_solar_absorbed_heatflux_fenestration_no_fenestrations(self): + """Test that q_sol_alpha is zero when there are no fenestrations.""" + floor_plan = np.array([ + [-1, -1, -1, -1], + [-1, -3, -3, -1], + [-1, -3, 0, -1], + [-1, -1, -1, -1], + ]) + + fenestration_groups = utils.group_fenestrations(floor_plan) + self.assertEqual(len(fenestration_groups), 0) + + irradiance_components = { + "ghi": 800.0, + "dni": 700.0, + "dhi": 100.0, + } + + q_sol_alpha_array = utils.net_solar_absorbed_heatflux_fenestration( + floor_plan, + fenestration_groups, + irradiance_components, + solar_zenith=30.0, + solar_azimuth=180.0, + ) + + # All zeros when no fenestrations + self.assertTrue(np.all(q_sol_alpha_array == 0.0)) + + def test_net_solar_transmitted_heatflux_fenestration_no_fenestrations(self): + """Test that q_sol_tau is zero when there are no fenestrations.""" + floor_plan = np.array([ + [-1, -1, -1, -1], + [-1, -3, -3, -1], + [-1, -3, 0, -1], + [-1, -1, -1, -1], + ]) + + fenestration_groups = utils.group_fenestrations(floor_plan) + air_groups = utils.group_air_nodes(floor_plan) + + irradiance_components = { + "ghi": 800.0, + "dni": 700.0, + "dhi": 100.0, + } + + q_sol_tau_array = utils.net_solar_transmitted_heatflux_fenestration( + floor_plan, + fenestration_groups, + air_groups, + irradiance_components, + solar_zenith=30.0, + solar_azimuth=180.0, + ) + + # All zeros when no fenestrations + self.assertTrue(np.all(q_sol_tau_array == 0.0)) + + def test_wrong_fenestration_floor_plan_1_interior_wall_connection(self): + """Test detection: fenestration connected to interior wall instead of air. + + In this floor plan, the left-side fenestration group at row 5 is connected + to interior wall (1) instead of air (0), breaking the proper connection + from exterior to indoor air. + """ + # fmt: off + wrong_fenestration_floor_plan_1 = np.array([ + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + [2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2], + [2, 4, 4, 4, 0, 0, 1, 0, 0, 4, 2], + [2, 4, 4, 4, 0, 0, 1, 0, 0, 1, 2], + [2, 4, 4, 4, 1, 1, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 0, 0, 1, 0, 0, 1, 2], + [2, 4, 4, 4, 0, 0, 1, 0, 0, 1, 2], + [2, 1, 1, 1, 4, 1, 1, 1, 4, 1, 2], + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + ]) + # fmt: on + + with self.assertRaises(ValueError) as context: + utils.validate_fenestration_connectivity( + wrong_fenestration_floor_plan_1, + fenestration_value=constants.FENESTRATION_VALUE_IN_FILE_INPUT, + air_value=constants.INTERIOR_SPACE_VALUE_IN_FILE_INPUT, + ) + # Should detect that fenestration at row 5 is blocked by interior wall + self.assertIn("blocked", str(context.exception).lower()) + + def test_wrong_fenestration_floor_plan_2_blocked_by_interior_wall(self): + """Test detection: fenestration blocked by interior wall. + + In this floor plan, the fenestration at row 7 is blocked by an interior + wall at position (7,3), preventing proper connection to air. + """ + # fmt: off + wrong_fenestration_floor_plan_2 = np.array([ + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + [2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2], + [2, 4, 4, 4, 0, 0, 1, 0, 0, 4, 2], + [2, 4, 4, 4, 0, 0, 1, 0, 0, 1, 2], + [2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 0, 0, 1, 0, 0, 1, 2], + [2, 4, 4, 1, 0, 0, 1, 0, 0, 1, 2], + [2, 1, 1, 1, 4, 1, 1, 1, 4, 1, 2], + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + ]) + # fmt: on + + with self.assertRaises(ValueError) as context: + utils.validate_fenestration_connectivity( + wrong_fenestration_floor_plan_2, + fenestration_value=constants.FENESTRATION_VALUE_IN_FILE_INPUT, + air_value=constants.INTERIOR_SPACE_VALUE_IN_FILE_INPUT, + ) + # Should detect blocked fenestration (blocked from air or not connected) + error_msg = str(context.exception).lower() + self.assertTrue( + "blocked" in error_msg or "not connected" in error_msg, + "Expected 'blocked' or 'not connected' in error message, got:" + f" {error_msg}", + ) + + def test_wrong_fenestration_floor_plan_3_not_exposed_to_outdoor(self): + """Test detection: fenestration not exposed to outdoor. + + In this floor plan, the fenestration at row 5 (cols 3-5) is completely + inside the building, surrounded by interior walls (1) and air (0), + with no exposure to exterior space (2) or array boundary. + """ + # fmt: off + wrong_fenestration_floor_plan_3 = np.array([ + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + [2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2], + [2, 1, 1, 1, 1, 1, 1, 1, 1, 0, 2], + [2, 1, 1, 0, 0, 0, 0, 0, 1, 0, 2], + [2, 1, 1, 0, 0, 0, 0, 0, 1, 0, 2], + [2, 1, 4, 4, 4, 4, 0, 0, 1, 0, 2], # fenestration inside building + [2, 1, 1, 0, 0, 0, 0, 0, 1, 0, 2], + [2, 1, 1, 1, 1, 1, 1, 1, 1, 0, 2], + [2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2], + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + ]) + # fmt: on + + with self.assertRaises(ValueError) as context: + utils.validate_fenestration_connectivity( + wrong_fenestration_floor_plan_3, + fenestration_value=constants.FENESTRATION_VALUE_IN_FILE_INPUT, + air_value=constants.INTERIOR_SPACE_VALUE_IN_FILE_INPUT, + ) + # Should detect fenestration not exposed to exterior + self.assertIn("exterior", str(context.exception).lower()) + + def test_wrong_fenestration_floor_plan_4_partial_blockage(self): + """Test detection: part of fenestration blocked by interior wall. + + In this floor plan, the top fenestration at column 4-5 has a partial + blockage where part of the fenestration is connected to air while + another part is blocked by interior wall at (2,4). + """ + # fmt: off + wrong_fenestration_floor_plan_4 = np.array([ + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + [2, 1, 1, 1, 4, 4, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2], + [2, 4, 4, 4, 0, 0, 1, 0, 0, 4, 2], + [2, 4, 4, 4, 0, 0, 1, 0, 0, 1, 2], + [2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 0, 0, 1, 0, 0, 1, 2], + [2, 4, 4, 4, 0, 0, 1, 0, 0, 1, 2], + [2, 1, 1, 1, 4, 1, 1, 1, 4, 1, 2], + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + ]) + # fmt: on + + with self.assertRaises(ValueError) as context: + utils.validate_fenestration_connectivity( + wrong_fenestration_floor_plan_4, + fenestration_value=constants.FENESTRATION_VALUE_IN_FILE_INPUT, + air_value=constants.INTERIOR_SPACE_VALUE_IN_FILE_INPUT, + ) + # Should detect blocked or disconnected fenestration node + error_msg = str(context.exception).lower() + self.assertTrue( + "blocked" in error_msg or "disconnect" in error_msg, + "Expected 'blocked' or 'disconnect' in error message, got:" + f" {error_msg}", + ) + + def test_wrong_fenestration_floor_plan_5_fenestration_within_air(self): + """Test detection: fenestration node within air (surrounded by air). + + In this floor plan, the fenestration at position (6,6) is surrounded + by air nodes, meaning it's not properly connecting exterior to interior + (it's floating in the middle of the air space). + """ + # fmt: off + wrong_fenestration_floor_plan_5 = np.array([ + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + [2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 0, 0, 1, 0, 0, 4, 2], + [2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 1, 0, 0, 0, 0, 1, 2], + [2, 1, 1, 1, 0, 0, 4, 0, 0, 1, 2], + [2, 4, 4, 4, 0, 0, 0, 0, 0, 1, 2], + [2, 1, 1, 1, 4, 1, 1, 1, 4, 1, 2], + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + ]) + # fmt: on + + with self.assertRaises(ValueError) as context: + utils.validate_fenestration_connectivity( + wrong_fenestration_floor_plan_5, + fenestration_value=constants.FENESTRATION_VALUE_IN_FILE_INPUT, + air_value=constants.INTERIOR_SPACE_VALUE_IN_FILE_INPUT, + ) + # Should detect fenestration surrounded by air + error_msg = str(context.exception).lower() + self.assertTrue( + "surrounded by air" in error_msg + or "not exposed to exterior" in error_msg, + "Expected 'surrounded by air' or 'not exposed to exterior' in error" + f" message, got: {error_msg}", + ) + + def test_get_exterior_wall_boundary_mask_with_ambient_air(self): + """Test exterior wall boundary mask with ambient air nodes. + + The algorithm identifies exterior walls NOT adjacent to enclosed interior + AIR spaces. Interior walls (value 1) are treated as solid material. + """ + # Test case: building with ambient air on the right, interior walls inside + # fmt: off + floor_plan = np.array([ + [2, 2, 2, 2, 2, 2, 2, -1], + [2, 1, 1, 1, 1, 1, 1, -1], + [2, 1, 1, 1, 1, 1, 2, -1], + [2, 1, 1, 1, 1, 1, 2, -1], + [2, 2, 2, 2, 2, 2, 2, -1], + ]) + # fmt: on + + # Expected: all exterior walls are marked (no interior AIR to exclude) + # Interior walls (1) are solid, not air; adjacent exterior walls marked + # fmt: off + expected = np.array([ + [True, True, True, True, True, True, True, False], + [True, False, False, False, False, False, False, False], + [True, False, False, False, False, False, True, False], + [True, False, False, False, False, False, True, False], + [True, True, True, True, True, True, True, False], + ]) + # fmt: on + + result = utils.get_exterior_wall_boundary_mask( + floor_plan, wall_value=2, exterior_space_value=-1 + ) + + np.testing.assert_array_equal( + result, + expected, + "Exterior wall boundary mask does not match expected with ambient air", + ) + + def test_get_exterior_wall_boundary_mask_thick_walls(self): + """Test exterior wall boundary mask with thick walls. + + When walls are multiple cells thick with interior walls (value 1) inside, + all exterior wall layers are marked since there's no interior AIR (0). + """ + # Test case: thick exterior walls with interior walls (1), no interior air + # fmt: off + floor_plan = np.array([ + [2, 2, 2, 2, 2, 2, 2, -1], + [2, 2, 2, 2, 2, 2, 2, -1], + [2, 2, 1, 1, 1, 2, 2, -1], + [2, 2, 2, 2, 2, 2, 2, -1], + [2, 2, 2, 2, 2, 2, 2, -1], + ]) + # fmt: on + + # Expected: all exterior walls marked (no interior air to exclude) + # Interior walls (1) don't block the exterior wall marking + # fmt: off + expected = np.array([ + [True, True, True, True, True, True, True, False], + [True, True, True, True, True, True, True, False], + [True, True, False, False, False, True, True, False], + [True, True, True, True, True, True, True, False], + [True, True, True, True, True, True, True, False], + ]) + # fmt: on + + result = utils.get_exterior_wall_boundary_mask( + floor_plan, wall_value=2, exterior_space_value=-1 + ) + + np.testing.assert_array_equal( + result, + expected, + "Exterior wall boundary mask does not match expected for thick walls", + ) + + def test_get_exterior_wall_boundary_mask_with_fenestration(self): + """Test exterior wall boundary mask with fenestration in walls. + + Fenestration (value 4) is not an exterior wall, so it's not marked. + Exterior walls around fenestration are still marked normally. + """ + # Test case: building with fenestration (4) in wall + # fmt: off + floor_plan = np.array([ + [2, 2, 2, 2, 2, 2, 2, -1], + [2, 1, 1, 1, 1, 1, 4, -1], + [2, 1, 1, 1, 1, 1, 2, -1], + [2, 1, 1, 1, 1, 1, 2, -1], + [2, 2, 2, 2, 2, 2, 2, -1], + ]) + # fmt: on + + # Expected: all exterior walls marked, fenestration (4) not marked + # fmt: off + expected = np.array([ + [True, True, True, True, True, True, True, False], + [True, False, False, False, False, False, False, False], + [True, False, False, False, False, False, True, False], + [True, False, False, False, False, False, True, False], + [True, True, True, True, True, True, True, False], + ]) + # fmt: on + + result = utils.get_exterior_wall_boundary_mask( + floor_plan, wall_value=2, exterior_space_value=-1 + ) + + np.testing.assert_array_equal( + result, + expected, + "Exterior wall boundary mask does not match with fenestration", + ) + + def test_get_exterior_wall_boundary_mask_enclosed_interior_air(self): + """Test exterior wall boundary mask with enclosed interior AIR space. + + When interior AIR (value 0) is enclosed by walls, exterior walls + adjacent to the enclosed air are NOT marked (they face inside). + """ + # Test case: building with enclosed interior AIR (courtyard, value 0) + # fmt: off + floor_plan = np.array([ + [-1, -1, -1, -1, -1, -1, -1, -1], + [-1, 2, 2, 2, 2, 2, 2, -1], + [-1, 2, 2, 2, 2, 2, 2, -1], + [-1, 2, 2, 0, 0, 2, 2, -1], + [-1, 2, 2, 2, 2, 2, 2, -1], + [-1, 2, 2, 2, 2, 2, 2, -1], + [-1, -1, -1, -1, -1, -1, -1, -1], + ]) + # fmt: on + + # Expected: walls adjacent to enclosed air (0) are NOT marked + # fmt: off + expected = np.array([ + [False, False, False, False, False, False, False, False], + [False, True, True, True, True, True, True, False], + [False, True, True, False, False, True, True, False], + [False, True, False, False, False, False, True, False], + [False, True, True, False, False, True, True, False], + [False, True, True, True, True, True, True, False], + [False, False, False, False, False, False, False, False], + ]) + # fmt: on + + result = utils.get_exterior_wall_boundary_mask( + floor_plan, wall_value=2, exterior_space_value=-1 + ) + + np.testing.assert_array_equal( + result, + expected, + "Exterior wall boundary mask does not match for enclosed interior air", + ) + + def test_get_exterior_wall_boundary_mask_enclosed_interior_wall(self): + """Test exterior wall boundary mask with enclosed interior WALL space. + + When interior WALLS (value 1) are enclosed, they're treated as solid + material. All surrounding exterior walls are marked. + """ + # Test case: building with enclosed interior WALLS (value 1) + # fmt: off + floor_plan = np.array([ + [-1, -1, -1, -1, -1, -1, -1, -1], + [-1, 2, 2, 2, 2, 2, 2, -1], + [-1, 2, 2, 2, 2, 2, 2, -1], + [-1, 2, 2, 1, 1, 2, 2, -1], + [-1, 2, 2, 2, 2, 2, 2, -1], + [-1, 2, 2, 2, 2, 2, 2, -1], + [-1, -1, -1, -1, -1, -1, -1, -1], + ]) + # fmt: on + + # Expected: all exterior walls marked (interior walls are solid, not air) + # fmt: off + expected = np.array([ + [False, False, False, False, False, False, False, False], + [False, True, True, True, True, True, True, False], + [False, True, True, True, True, True, True, False], + [False, True, True, False, False, True, True, False], + [False, True, True, True, True, True, True, False], + [False, True, True, True, True, True, True, False], + [False, False, False, False, False, False, False, False], + ]) + # fmt: on + + result = utils.get_exterior_wall_boundary_mask( + floor_plan, wall_value=2, exterior_space_value=-1 + ) + + np.testing.assert_array_equal( + result, + expected, + "Exterior wall boundary mask does not match for enclosed interior" + " walls", + ) + + def test_get_exterior_wall_boundary_mask_no_ambient_air(self): + """Test when no ambient air nodes exist. + + When there are no ambient air nodes, exterior walls at array boundary + are marked, and walls adjacent to enclosed interior air are excluded. + """ + # Test case: no ambient air, exterior walls with interior walls + # fmt: off + floor_plan = np.array([ + [2, 2, 2, 2, 2], + [2, 1, 1, 1, 2], + [2, 1, 1, 1, 2], + [2, 2, 2, 2, 2], + ]) + # fmt: on + + # Expected: all exterior walls marked (no interior AIR to exclude) + # Interior walls (1) don't cause exclusion + # fmt: off + expected = np.array([ + [True, True, True, True, True], + [True, False, False, False, True], + [True, False, False, False, True], + [True, True, True, True, True], + ]) + # fmt: on + + result = utils.get_exterior_wall_boundary_mask( + floor_plan, wall_value=2, exterior_space_value=-1 + ) + + np.testing.assert_array_equal(result, expected) + + def test_get_exterior_wall_boundary_mask_no_ambient_with_interior_air(self): + """Test when no ambient air but has interior air. + + When there's no ambient air but interior air doesn't touch array edges, + exterior walls at array boundary are still marked. + """ + # Test case: no ambient air, exterior walls with interior air (0) inside + # Interior air doesn't touch array boundary + # fmt: off + floor_plan = np.array([ + [2, 2, 2, 2, 2], + [2, 0, 0, 0, 2], + [2, 0, 0, 0, 2], + [2, 2, 2, 2, 2], + ]) + # fmt: on + + # Expected: exterior walls at boundary are marked + # Interior walls adjacent to enclosed interior air are NOT marked + # But all these exterior walls are at array boundary, so all are marked + # fmt: off + expected = np.array([ + [True, True, True, True, True], + [True, False, False, False, True], + [True, False, False, False, True], + [True, True, True, True, True], + ]) + # fmt: on + + result = utils.get_exterior_wall_boundary_mask( + floor_plan, wall_value=2, exterior_space_value=-1 + ) + + np.testing.assert_array_equal(result, expected) + + def test_get_exterior_wall_boundary_mask_no_exterior_walls(self): + """Test with floor plan containing no exterior walls.""" + floor_plan = np.array([ + [-1, -1, -1], + [-1, 1, -1], + [-1, -1, -1], + ]) + + result = utils.get_exterior_wall_boundary_mask( + floor_plan, wall_value=2, exterior_space_value=-1 + ) + + # Should return all False + self.assertFalse(np.any(result)) + + def test_determine_exterior_wall_azimuth_array(self): + """Test azimuth determination for exterior wall boundaries. + + Walls are adjacent to exterior space (-1), not at array boundary. + Azimuth is based on which direction the exterior space is. + """ + # Create floor plan: -1 = exterior space, -3 = wall, 0 = interior air + # fmt: off + indexed_floor_plan = np.array([ + [-1, -1, -1, -1, -1], + [-1, -3, -3, -3, -1], + [-1, -3, 0, -3, -1], + [-1, -3, -3, -3, -1], + [-1, -1, -1, -1, -1], + ]) + # fmt: on + + # Walls at (1,1), (1,2), (1,3), (2,1), (2,3), (3,1), (3,2), (3,3) + # are adjacent to exterior space + exterior_wall_boundary_mask = indexed_floor_plan == -3 + + result = utils.determine_exterior_wall_azimuth_array( + exterior_wall_boundary_mask, + indexed_floor_plan, + exterior_space_value=-1, + ) + + # Check corners (intermediate angles) + self.assertEqual(result[1, 1], 315.0, "Top-left corner should be 315°") + self.assertEqual(result[1, 3], 45.0, "Top-right corner should be 45°") + self.assertEqual(result[3, 1], 225.0, "Bottom-left corner should be 225°") + self.assertEqual(result[3, 3], 135.0, "Bottom-right corner should be 135°") + + # Check edges (cardinal directions) + self.assertEqual(result[1, 2], 0.0, "Top edge should be 0° (North)") + self.assertEqual(result[3, 2], 180.0, "Bottom edge should be 180° (South)") + self.assertEqual(result[2, 1], 270.0, "Left edge should be 270° (West)") + self.assertEqual(result[2, 3], 90.0, "Right edge should be 90° (East)") + + # Check interior (should be 0, not a wall) + self.assertEqual(result[2, 2], 0.0, "Interior air should be 0") + + def test_determine_exterior_wall_azimuth_array_l_shape(self): + """Test azimuth determination for L-shaped building.""" + # L-shaped building: -1 = exterior space, -3 = wall, 0 = interior air + # fmt: off + indexed_floor_plan = np.array([ + [-1, -1, -1, -1, -1, -1], + [-1, -3, -3, -3, -3, -1], + [-1, -3, 0, 0, -3, -1], + [-1, -3, 0, 0, -3, -3], + [-1, -3, -3, -3, -3, -3], + [-1, -1, -1, -1, -1, -1], + ]) + # fmt: on + + exterior_wall_boundary_mask = indexed_floor_plan == -3 + + result = utils.determine_exterior_wall_azimuth_array( + exterior_wall_boundary_mask, + indexed_floor_plan, + exterior_space_value=-1, + ) + + # Check key positions + self.assertEqual(result[1, 1], 315.0, "Top-left corner") + self.assertEqual(result[1, 2], 0.0, "Top edge (not corner)") + self.assertEqual(result[1, 4], 45.0, "Top-right corner (before notch)") + self.assertEqual(result[2, 4], 90.0, "Right edge") + self.assertEqual(result[4, 5], 135.0, "Bottom-right corner") + self.assertEqual(result[4, 1], 225.0, "Bottom-left corner") + if __name__ == "__main__": absltest.main() diff --git a/smart_control/simulator/building_test.py b/smart_control/simulator/building_test.py index 7762751f..11b31568 100644 --- a/smart_control/simulator/building_test.py +++ b/smart_control/simulator/building_test.py @@ -28,6 +28,24 @@ def _create_dummy_floor_plan(): return plan +def _create_large_dummy_floor_plan(): + """Creates a large dummy floor plan for + exterior radiative heat transfer testing.""" + plan = np.array([ + [2, 2, 2, 2, 2, 4, 2, 2, 2, 2, 2], + [2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2], + [4, 4, 4, 4, 0, 0, 1, 0, 0, 4, 4], + [4, 4, 4, 4, 0, 0, 1, 0, 0, 1, 2], + [2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 0, 0, 1, 0, 0, 1, 2], + [4, 4, 4, 4, 0, 0, 1, 0, 0, 1, 2], + [2, 1, 1, 1, 4, 1, 1, 1, 4, 1, 2], + [2, 2, 2, 2, 4, 2, 2, 2, 4, 2, 2], + ]) + return plan + + def _create_dummy_floor_plan_matching_deprecation(): plan = np.array([ [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], @@ -1770,6 +1788,79 @@ def test_interior_mass_initialization(self): with self.subTest("Check that interior mass is only assigned to air nodes"): self.assertEqual(np.sum(b.interior_mass_mask), np.sum(b.floor_plan == 0)) + def test_building_with_fenestration_radiative_heat_transfer(self): + """Test with fenestration and radiative heat transfer.""" + cv_size_cm = 20.0 + floor_height_cm = 300.0 + initial_temp = 292.0 + + floor_plan = _create_large_dummy_floor_plan() + zone_map = _create_large_dummy_floor_plan() + + # Create building with radiative heat transfer enabled + b = building.FloorPlanBasedBuilding( + cv_size_cm=cv_size_cm, + floor_height_cm=floor_height_cm, + initial_temp=initial_temp, + floor_plan=floor_plan, + zone_map=zone_map, + buffer_from_walls=0, + include_radiative_heat_transfer=True, + ) + + # Check that fenestration groups are created + with self.subTest("fenestration_groups_created"): + self.assertIsNotNone(b.fenestration_groups) + self.assertGreater(len(b.fenestration_groups), 0) + + # Check that air groups are created + with self.subTest("air_groups_created"): + self.assertIsNotNone(b.air_groups) + self.assertGreater(len(b.air_groups), 0) + + # Check fenestration in indexed floor plan + with self.subTest("fenestration_marked_in_indexed_floor_plan"): + has_ext_fen = np.any( + b.indexed_floor_plan == constants.EXTERIOR_FENESTRATION_VALUE + ) + has_int_fen = np.any( + b.indexed_floor_plan == constants.INTERIOR_FENESTRATION_VALUE + ) + self.assertTrue(has_ext_fen or has_int_fen) + + # Verify radiative properties arrays exist + with self.subTest("radiative_properties_exist"): + self.assertIsNotNone(b._epsilon) + self.assertIsNotNone(b._alpha) + self.assertIsNotNone(b._tau) + + def test_building_without_fenestration_radiative_heat_transfer(self): + """Test that building without fenestration with radiative heat.""" + cv_size_cm = 20.0 + floor_height_cm = 300.0 + initial_temp = 292.0 + + # Use dummy floor plan without fenestration + floor_plan = _create_dummy_floor_plan() + zone_map = _create_dummy_floor_plan() + + b = building.FloorPlanBasedBuilding( + cv_size_cm=cv_size_cm, + floor_height_cm=floor_height_cm, + initial_temp=initial_temp, + floor_plan=floor_plan, + zone_map=zone_map, + buffer_from_walls=0, + include_radiative_heat_transfer=True, + ) + + # Check that fenestration groups are None (no fenestration) + with self.subTest("no_fenestration_groups"): + self.assertIsNone(b.fenestration_groups) + + with self.subTest("no_air_groups"): + self.assertIsNone(b.air_groups) + if __name__ == "__main__": absltest.main() diff --git a/smart_control/simulator/constants.py b/smart_control/simulator/constants.py index 2ae1791a..901c7953 100644 --- a/smart_control/simulator/constants.py +++ b/smart_control/simulator/constants.py @@ -16,40 +16,43 @@ # pylint: enable=line-too-long # fmt: on + +#################### FILE_INPUT ################################ +# Here we use a specific placeholder value, matching with the file input schema, +# that designates interior space in the file input. +# there is no exterior wall value in file input. 1 includes all walls. +INTERIOR_WALL_VALUE_IN_FILE_INPUT = 1 + +# Here we use a specific placeholder value, matching with the file input schema, +# that designates exterior space in the file input. +# this is ambient air. +EXTERIOR_SPACE_VALUE_IN_FILE_INPUT = 2 + +# Here we use a specific placeholder value, matching with the file input schema, +# that designates interior space in the file input. +INTERIOR_SPACE_VALUE_IN_FILE_INPUT = 0 + +# Fenestration node constants +FENESTRATION_VALUE_IN_FILE_INPUT = 4 + + +#################### FUNCTION ################################ # Here we use a specific placeholder value that helps us pick out interior walls # and will not be used by connectedComponents() function (which only counts # upwards positively) or the FileInputFloorPlan, which has 0, 1, and 2. INTERIOR_WALL_VALUE_IN_FUNCTION = -3 -# Here we use a specific placeholder value that helps us pick out interior walls -# AFTER connectedComponents labels them. -INTERIOR_WALL_VALUE_IN_COMPONENT = 0 - # Here we use a specific placeholder value that helps us pick out exterior walls # and will not be used by connectedComponents() function (which only counts # upwards positively) or the FileInputFloorPlan, which has 0, 1, and 2. EXTERIOR_WALL_VALUE_IN_FUNCTION = -2 -# Here we use a specific placeholder value, matching with the file input schema, -# that designates exterior space in the file input. -EXTERIOR_SPACE_VALUE_IN_FILE_INPUT = 2 - # Here we designate a specific placeholder to help use demarcate which CVs # are for exterior space once processed in the function. It is intentionally # set to -1 so that the connectedComponent function can have access to all # nonzero integers to count upwards in an unbounded way. EXTERIOR_SPACE_VALUE_IN_FUNCTION = -1 -# Here we designate a specific placeholder to help use demarcate which CVs -# are for exterior space are noted in the component. It is intentionally -# set to -1 so that the connectedComponent function can have access to all -# nonzero integers to count upwards in an unbounded way. -EXTERIOR_SPACE_VALUE_IN_COMPONENT = 0 - -# Here we use a specific placeholder value, matching with the file input schema, -# that designates interior space in the file input. -INTERIOR_SPACE_VALUE_IN_FILE_INPUT = 0 - # Here we pick out a specific value that we know will code for interior space # after connectedComponents() processes it. We know this because we have ensured # that the CV at index (0,0) will always be an "space" CV when ready for @@ -60,6 +63,27 @@ # _INTERIOR_SPACE_VALUE_IN_CONNECTION_INPUT equal to 0. INTERIOR_SPACE_VALUE_IN_FUNCTION = 0 +# Here we designate a specific placeholder to help use demarcate which CVs +# are for interior walls once processed in the function. It is intentionally +# set to -3 so that the connectedComponent function can have access to all +# nonzero integers to count upwards in an unbounded way. +INTERIOR_WALL_VALUE_IN_FUNCTION = -3 + +# Fenestration node constants +FENESTRATION_VALUE_IN_FUNCTION = -4 + +# Here we designate a specific placeholder to help use demarcate which CVs +# are for exterior space are noted in the component. It is intentionally +# set to -1 so that the connectedComponent function can have access to all +# nonzero integers to count upwards in an unbounded way. +EXTERIOR_SPACE_VALUE_IN_COMPONENT = 0 + + +# Here we use a specific placeholder value that helps us pick out interior walls +# AFTER connectedComponents labels them. +INTERIOR_WALL_VALUE_IN_COMPONENT = 0 + + # connectedComponents function operates by accepting a matrix in which # components, defined as 1's, are surrounded by 0's. This schema is # opposite that which we were fed via the floorplan file input. @@ -88,15 +112,6 @@ # space value, i.e. 0. GENERIC_SPACE_VALUE_IN_CONNECTION_INPUT = 0 -# Here we use a specific placeholder value, matching with the file input schema, -# that designates interior space in the file input. -INTERIOR_WALL_VALUE_IN_FILE_INPUT = 1 - -# Here we designate a specific placeholder to help use demarcate which CVs -# are for interior walls once processed in the function. It is intentionally -# set to -3 so that the connectedComponent function can have access to all -# nonzero integers to count upwards in an unbounded way. -INTERIOR_WALL_VALUE_IN_FUNCTION = -3 # Here we set a specific string for exterior space to be labelled as in # constructing a room dictionary. @@ -130,3 +145,29 @@ INTERIOR_MASS_NODE_MARKER = 1 # Label for interior mass CV type LABEL_FOR_INTERIOR_MASS = "interior_mass" + + +# Fenestration position markers for radiative heat transfer +# Exterior fenestration nodes (adjacent to exterior space, value 2) +EXTERIOR_FENESTRATION_VALUE = -42 +# Most interior fenestration nodes (adjacent to indoor air, value 0) +INTERIOR_FENESTRATION_VALUE = -43 +# In-between fenestration nodes (neither exterior nor interior adjacent) +INBETWEEN_FENESTRATION_VALUE = -425 + +# Fenestration azimuth angles (degrees) +# Based on direction the fenestration faces outward +FENESTRATION_AZIMUTH_TOP = 0 # Fenestration at top of building faces north +FENESTRATION_AZIMUTH_RIGHT = 90 # Fenestration at right side faces east +FENESTRATION_AZIMUTH_BOTTOM = 180 # Fenestration at bottom faces south +FENESTRATION_AZIMUTH_LEFT = 270 # Fenestration at left side faces west + +# Default fenestration tilt angle (vertical surface) +FENESTRATION_TILT_ANGLE = 90 # degrees from horizontal + +# Fenestration optical properties (default values for typical window glass) +# Solar absorptance: fraction of solar radiation absorbed by the glass +FENESTRATION_SOLAR_ABSORPTANCE = 0.1 # typical for single pane clear glass +# Solar transmittance: fraction of solar radiation transmitted through the glass +FENESTRATION_SOLAR_TRANSMITTANCE = 0.8 # typical for single pane clear glass +# Note: reflectance = 1 - absorptance - transmittance = 0.1 diff --git a/smart_control/simulator/local_weather_test_data.csv b/smart_control/simulator/local_weather_test_data.csv deleted file mode 100644 index 67ce5fa2..00000000 --- a/smart_control/simulator/local_weather_test_data.csv +++ /dev/null @@ -1,12 +0,0 @@ -,Time,StationName,Location,TempC,DewPointC,BarometerMbar,Rain,RainTotal,WindspeedKmph,WindDirection,SkyCoverage,VisibilityKm,Humidity,TempF -0,20230701-0000,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",20.0,15.0,-9999.0,-9999.0,-9999.0,9.360000000000001,350,0,-9999.0,75.0,68.0 -1,20230701-0100,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",21.0,15.0,-9999.0,-9999.0,-9999.0,12.959999999999999,350,0,-9999.0,70.0,69.8 -2,20230701-0200,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",22.0,15.0,-9999.0,-9999.0,-9999.0,14.76,350,0,-9999.0,65.0,71.6 -3,20230701-0300,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",25.0,15.0,-9999.0,-9999.0,-9999.0,12.959999999999999,340,0,-9999.0,50.0,77.0 -4,20230701-0400,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",25.0,15.0,-9999.0,-9999.0,-9999.0,16.56,350,0,-9999.0,50.0,77.0 -5,20230701-0500,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",25.0,15.0,-9999.0,-9999.0,-9999.0,18.36,350,0,-9999.0,50.0,77.0 -6,20230701-0600,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",26.0,14.0,-9999.0,-9999.0,-9999.0,12.959999999999999,330,0,-9999.0,40.0,78.8 -7,20230701-0700,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",24.0,14.0,-9999.0,-9999.0,-9999.0,16.56,340,0,-9999.0,50.0,75.2 -8,20230701-0800,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",23.0,13.0,-9999.0,-9999.0,-9999.0,16.56,330,0,-9999.0,50.0,73.4 -9,20230701-0900,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",22.0,14.0,-9999.0,-9999.0,-9999.0,14.76,330,0,-9999.0,60.0,71.6 -10,20230701-1000,Mountain View Moffett Field Naval Air Station,"Mountain View, California, US",21.0,14.0,-9999.0,-9999.0,-9999.0,7.5600000000000005,300,0,-9999.0,65.0,69.8 \ No newline at end of file diff --git a/smart_control/simulator/simulator.py b/smart_control/simulator/simulator.py index 8da44a8b..13886a9a 100644 --- a/smart_control/simulator/simulator.py +++ b/smart_control/simulator/simulator.py @@ -10,6 +10,7 @@ from smart_control.models.base_occupancy import BaseOccupancy from smart_control.proto import smart_control_reward_pb2 from smart_control.simulator import building as building_py +from smart_control.simulator import constants from smart_control.simulator import hvac as hvac_py from smart_control.simulator import weather_controller as weather_controller_py from smart_control.utils import conversion_utils @@ -40,6 +41,8 @@ def __init__( iteration_limit: int, iteration_warning: int, start_timestamp: pd.Timestamp, + relative_convergence_threshold: float | None = 1e-6, + relative_convergence_streak: int = 20, ): """Simulator init. @@ -54,6 +57,13 @@ def __init__( iteration_warning: Number of iterations for FDM after which a warning will be logged. start_timestamp: Pandas timestamp representing start time for simulation. + relative_convergence_threshold: If not None, also converge when the + change in max_delta is <= this value for + relative_convergence_streak consecutive iterations. Change is + |max_delta(n) - max_delta(n-1)|. Default 1e-6. + Set to None to disable early stopping. + relative_convergence_streak: Consecutive iterations required for early + stopping when relative_convergence_threshold is set. Default 20. """ self.building = building self._hvac = hvac @@ -63,6 +73,8 @@ def __init__( self._iteration_limit = iteration_limit self._iteration_warning = iteration_warning self._start_timestamp = start_timestamp + self._relative_convergence_threshold = relative_convergence_threshold + self._relative_convergence_streak = relative_convergence_streak self.reset() def reset(self): @@ -89,18 +101,74 @@ def _get_corner_cv_temp_estimate( temperature_estimates: np.ndarray, ambient_temperature: float, convection_coefficient: float, + sky_temperature: float, + irradiance_components: dict[str, float] | None = None, + solar_zenith: float | None = None, + solar_azimuth: float | None = None, ) -> float: - """Returns temperature estimate for corner CV in K for next time step. + r"""Returns temperature estimate for corner CV in K for next time step. This function calculates the solution to an equation involving the energy - transfer by conduction to neighoring air CVs as well as energy transfer by - convection from the external ambient air. + transfer by conduction to neighboring air CVs as well as energy transfer by + convection from the external ambient air. Corner CVs have 2 neighbors and + 2 exposed faces at the boundary. + + Equations: + -------------------- + The energy balance for a corner control volume (CV) is given by: + + $$\begin{multline} + k (\delta_x z /2) \frac{T_{\text{n1}} - T_{i,j}}{\delta_x} + + k (\delta_x z /2) \frac{T_{\text{n2}} - T_{i,j}}{\delta_x} + + 2h (\delta_x z /2) (T_{\text{amb}} - T_{i,j}) + + q_{\text{lwr}} (\delta_x z ) + q_{\text{sol},\alpha} (\delta_x z ) \\ + = \frac{\rho c \delta_x^2 z}{4 \Delta t} + \left( T_{i,j} - T_{i,j}^{(-)} \right) + \end{multline}$$ + + The factor of 1/4 in the thermal mass term accounts for the corner CV + having one-quarter the volume of an interior CV (two faces at the boundary). + + Solving for $T_{i,j}$: + + $$T_{i,j} = \frac{k (T_{\text{n1}} + T_{\text{n2}}) + + 2 h \delta_x T_{\text{amb}} + (2 q_{\text{lwr}} + + 2 q_{\text{sol},\alpha}) \delta_x + + t_0 T_{i,j}^{(-)}} + {2 k + 2 h \delta_x + t_0}$$ + + where the temporal parameter is: + + $$t_0 = \frac{\rho c \delta_x^2}{2 \Delta t}$$ + + Nomenclature and Units: + ----------------------- + - $T_{i,j}$: Temperature at corner CV $(i,j)$ at new time step [K] + - $T_{i,j}^{(-)}$: Temperature at corner CV $(i,j)$ at previous time step[K] + - $T_{\text{n1}}, T_{\text{n2}}$: Temperatures of the 2 neighboring CVs [K] + - $T_{\text{amb}}$: Ambient (external) air temperature [K] + - $k$: Thermal conductivity [$\mathrm{W/(m \cdot K)}$] + - $h$: Convection coefficient [$\mathrm{W/(m^2 \cdot K)}$] + - $\delta_x$: Spatial discretization (CV size) [$\mathrm{m}$] + - $z$: CV height (floor height) [$\mathrm{m}$] + - $\rho$: Density [$\mathrm{kg/m^3}$] + - $c$: Specific heat capacity [$\mathrm{J/(kg \cdot K)}$] + - $\Delta t$: Time step [$\mathrm{s}$] + - $\delta_x z$: Control volume vertical face area [$\mathrm{m^2}$] + - $t_0$: Temporal parameter [dimensionless] + - $q_{\text{lwr}}$: Exterior longwave radiative heat flux [$\mathrm{W/m^2}$] + - $q_{\text{sol},\alpha}$: Absorbed solar radiation [$\mathrm{W/m^2}$] Args: cv_coordinates: 2-Tuple representing coordinates in building of CV. temperature_estimates: Current temperature estimate for each CV. ambient_temperature: Current temperature in K of external air. convection_coefficient: Current wind convection coefficient (W/m2/K). + sky_temperature: Sky temperature in K for exterior LWR calculation. + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys for + solar irradiance in W/m2. If None, solar radiation is not calculated. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. """ x, y = cv_coordinates delta_x = self.building.cv_size_cm / 100.0 @@ -130,8 +198,79 @@ def _get_corner_cv_temp_estimate( 2.0 * conductivity + 2.0 * convection_coefficient * delta_x + t0 ) + # Exterior LWR and solar radiation heat transfer + q_lwr = 0.0 + q_sol_alpha = 0.0 + if ( + hasattr(self.building, 'include_radiative_heat_transfer') + and self.building.include_radiative_heat_transfer + ): + # Check if this CV is a fenestration or boundary exterior wall + is_fenestration = ( + hasattr(self.building, 'fenestration_groups') + and self.building.fenestration_groups + and hasattr(self.building, 'indexed_floor_plan') + and self.building.indexed_floor_plan[x, y] + in ( + constants.EXTERIOR_FENESTRATION_VALUE, + constants.INTERIOR_FENESTRATION_VALUE, + constants.INBETWEEN_FENESTRATION_VALUE, + ) + ) + is_boundary_exterior_wall = ( + hasattr(self.building, 'exterior_wall_boundary_mask') + and self.building.exterior_wall_boundary_mask is not None + and self.building.exterior_wall_boundary_mask[x, y] + ) + + # Fenestration LWR and solar + if is_fenestration: + q_lwr_array = ( + self.building.apply_longwave_exterior_radiative_heat_transfer( + temperature_estimates, ambient_temperature, sky_temperature + ) + ) + if q_lwr_array[x, y] != 0.0: + q_lwr = 2 * q_lwr_array[x, y] * delta_x + + if ( + irradiance_components is not None + and solar_zenith is not None + and solar_azimuth is not None + ): + q_sol_alpha_array, _ = self.building.apply_shortwave_solar_radiation_fenestration( # pylint: disable=line-too-long + irradiance_components, solar_zenith, solar_azimuth + ) + if q_sol_alpha_array[x, y] != 0.0: + q_sol_alpha = 2 * q_sol_alpha_array[x, y] * delta_x + + # Boundary exterior wall LWR and solar + elif is_boundary_exterior_wall: + q_lwr_array = self.building.apply_longwave_exterior_radiative_heat_transfer_exterior_wall( # pylint: disable=line-too-long + temperature_estimates, ambient_temperature, sky_temperature + ) + if q_lwr_array[x, y] != 0.0: + q_lwr = 2 * q_lwr_array[x, y] * delta_x + + if ( + irradiance_components is not None + and solar_zenith is not None + and solar_azimuth is not None + ): + q_sol_alpha_array = ( + self.building.apply_shortwave_solar_radiation_exterior_wall( + irradiance_components, solar_zenith, solar_azimuth + ) + ) + if q_sol_alpha_array[x, y] != 0.0: + q_sol_alpha = 2 * q_sol_alpha_array[x, y] * delta_x + return ( - neighbor_transfer + convection_transfer + retained_heat + neighbor_transfer + + convection_transfer + + retained_heat + + q_lwr + + q_sol_alpha ) / denominator def _get_edge_cv_temp_estimate( @@ -140,18 +279,78 @@ def _get_edge_cv_temp_estimate( temperature_estimates: np.ndarray, ambient_temperature: float, convection_coefficient: float, + sky_temperature: float, + irradiance_components: dict[str, float] | None = None, + solar_zenith: float | None = None, + solar_azimuth: float | None = None, ) -> float: - """Returns temperature estimate for edge CV in K for next time step. + r"""Returns temperature estimate for edge CV in K for next time step. This function calculates the solution to an equation involving the energy - transfer by conduction to neighoring air CVs as well as energy transfer by - convection from the external ambient air. + transfer by conduction to neighboring air CVs as well as energy transfer by + convection from the external ambient air. Edge CVs have 3 neighbors and + 1 exposed face for convection. + + Equations: + -------------------- + The energy balance for an edge control volume (CV) is given by: + + $$\begin{multline} + \sum_{n=1}^{3} f_n k (\delta_x z) \frac{T_{\text{n}} - T_{i,j}}{\delta_x} + + h (\delta_x z) (T_{\text{amb}} - T_{i,j}) + q_{\text{lwr}} (\delta_x z) + + q_{\text{sol},\alpha} (\delta_x z) \\ + = \frac{\rho c \delta_x^2 z}{2 \Delta t} + \left( T_{i,j} - T_{i,j}^{(-)} \right) + \end{multline}$$ + + where $f_n$ is the edge factor for each neighbor: + - $f_n = 0.5$ if the neighbor is an edge or corner CV (fewer than 4 + neighbors) + - $f_n = 1.0$ if the neighbor is an interior CV (4 neighbors) + + The factor of 1/2 in the thermal mass term accounts for the edge CV having + half the volume of an interior CV. + + Solving for $T_{i,j}$: + + $$T_{i,j} = \frac{k \sum_{n=1}^{3} f_n T_{\text{n}} + + h \delta_x T_{\text{amb}} + (q_{\text{lwr}} + + q_{\text{sol},\alpha}) \delta_x + + t_0 T_{i,j}^{(-)}} + {2 k + h \delta_x + t_0}$$ + + where the temporal parameter is: + + $$t_0 = \frac{\rho c \delta_x^2}{2 \Delta t}$$ + + Nomenclature and Units: + ----------------------- + - $T_{i,j}$: Temperature at edge CV $(i,j)$ at new time step [K] + - $T_{i,j}^{(-)}$: Temperature at edge CV $(i,j)$ at previous time step [K] + - $T_{\text{n}}$: Temperature of neighbor $n$ [K] + - $T_{\text{amb}}$: Ambient (external) air temperature [K] + - $f_n$: Edge factor for neighbor $n$ (0.5 or 1.0) [dimensionless] + - $k$: Thermal conductivity [$\mathrm{W/(m \cdot K)}$] + - $h$: Convection coefficient [$\mathrm{W/(m^2 \cdot K)}$] + - $\delta_x$: Spatial discretization (CV size) [$\mathrm{m}$] + - $z$: CV height (floor height) [$\mathrm{m}$] + - $\rho$: Density [$\mathrm{kg/m^3}$] + - $c$: Specific heat capacity [$\mathrm{J/(kg \cdot K)}$] + - $\Delta t$: Time step [$\mathrm{s}$] + - $t_0$: Temporal parameter [dimensionless] + - $q_{\text{lwr}}$: Exterior longwave radiative heat flux [$\mathrm{W/m^2}$] + - $q_{\text{sol},\alpha}$: Absorbed solar radiation [$\mathrm{W/m^2}$] Args: cv_coordinates: 2-Tuple representing coordinates in building of CV. temperature_estimates: Current temperature estimate for each CV. ambient_temperature: Current temperature in K of external air. convection_coefficient: Current wind convection coefficient (W/m2/K). + sky_temperature: Sky temperature in K for exterior LWR calculation. + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys for + solar irradiance in W/m2. If None, solar radiation is not calculated. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. """ x, y = cv_coordinates delta_x = self.building.cv_size_cm / 100.0 @@ -188,41 +387,155 @@ def _get_edge_cv_temp_estimate( denominator = 2.0 * conductivity + convection_coefficient * delta_x + t0 + # Exterior LWR and solar radiation heat transfer + q_lwr = 0.0 + q_sol_alpha = 0.0 + if ( + hasattr(self.building, 'include_radiative_heat_transfer') + and self.building.include_radiative_heat_transfer + ): + # Check if this CV is a fenestration or boundary exterior wall + is_fenestration = ( + hasattr(self.building, 'fenestration_groups') + and self.building.fenestration_groups + and hasattr(self.building, 'indexed_floor_plan') + and self.building.indexed_floor_plan[x, y] + in ( + constants.EXTERIOR_FENESTRATION_VALUE, + constants.INTERIOR_FENESTRATION_VALUE, + constants.INBETWEEN_FENESTRATION_VALUE, + ) + ) + is_boundary_exterior_wall = ( + hasattr(self.building, 'exterior_wall_boundary_mask') + and self.building.exterior_wall_boundary_mask is not None + and self.building.exterior_wall_boundary_mask[x, y] + ) + + # Fenestration LWR and solar + if is_fenestration: + q_lwr_array = ( + self.building.apply_longwave_exterior_radiative_heat_transfer( + temperature_estimates, ambient_temperature, sky_temperature + ) + ) + if q_lwr_array[x, y] != 0.0: + q_lwr = q_lwr_array[x, y] * delta_x + + if ( + irradiance_components is not None + and solar_zenith is not None + and solar_azimuth is not None + ): + q_sol_alpha_array, _ = self.building.apply_shortwave_solar_radiation_fenestration( # pylint: disable=line-too-long + irradiance_components, solar_zenith, solar_azimuth + ) + if q_sol_alpha_array[x, y] != 0.0: + q_sol_alpha = q_sol_alpha_array[x, y] * delta_x + + # Boundary exterior wall LWR and solar + elif is_boundary_exterior_wall: + q_lwr_array = self.building.apply_longwave_exterior_radiative_heat_transfer_exterior_wall( # pylint: disable=line-too-long + temperature_estimates, ambient_temperature, sky_temperature + ) + if q_lwr_array[x, y] != 0.0: + q_lwr = q_lwr_array[x, y] * delta_x + + if ( + irradiance_components is not None + and solar_zenith is not None + and solar_azimuth is not None + ): + q_sol_alpha_array = ( + self.building.apply_shortwave_solar_radiation_exterior_wall( + irradiance_components, solar_zenith, solar_azimuth + ) + ) + if q_sol_alpha_array[x, y] != 0.0: + q_sol_alpha = q_sol_alpha_array[x, y] * delta_x + return ( - neighbor_transfer + convection_transfer + retained_heat + neighbor_transfer + + convection_transfer + + retained_heat + + q_lwr + + q_sol_alpha ) / denominator def _get_interior_cv_temp_estimate( - self, cv_coordinates: CVCoordinates, temperature_estimates: np.ndarray + self, + cv_coordinates: CVCoordinates, + temperature_estimates: np.ndarray, + ambient_temperature: float, + sky_temperature: float, + irradiance_components: dict[str, float] | None = None, + solar_zenith: float | None = None, + solar_azimuth: float | None = None, ) -> float: r"""Returns temperature estimate for interior CV in K for next time step. This function calculates the solution to an equation involving the energy transfer by conduction to neighboring air CVs, heat input from a diffuser, - radiative exchange with interior surfaces, and heat exchange with interior - mass nodes (if present). + radiative exchange with interior surfaces, exterior radiative exchange + (for fenestration), absorbed and transmitted solar radiation, and heat + exchange with interior mass nodes (if present). + + Solar Radiation Handling: + ------------------------- + - **Absorbed short-wave (q_sol_alpha)**: Applied to fenestration interior + nodes. Calculated as G_{Ts,i,j} * alpha_{i,j} [W/m²]. + - **Transmitted short-wave (q_sol_tau)**: Applied to air nodes when interior + mass is disabled. Calculated as G_{Ts,i,j} * tau_{i,j} [W/m²]. When + interior mass is enabled, q_sol_tau is applied to interior mass nodes in + update_interior_mass_temperatures(), not here. + - **Exterior long-wave (q_lwr)**: Applied to fenestration interior nodes + and boundary exterior wall nodes [W/m²]. Equations: - -------------------- + ---------- The energy balance for an interior control volume (CV) with interior mass is given by: $$\begin{multline} - k_1 (v z) \frac{T_{i-1,j} - T_{i,j}}{u} + - k_2 (u z) \frac{T_{i,j-1} - T_{i,j}}{v} + - k_3 (v z) \frac{T_{i+1,j} - T_{i,j}}{u} + - k_4 (u z) \frac{T_{i,j+1} - T_{i,j}}{v} \\ - + Q_x + \frac{k_{\text{mass}} u v}{z} - (T_{\text{mass},i,j} - T_{i,j}) + q_{\text{lwx}} = - \frac{\rho c u v z}{\Delta t} \left( T_{i,j} - T_{i,j}^{(-)} \right) + k_1 (\delta_x z) \frac{T_{i-1,j} - T_{i,j}}{\delta_x} + + k_2 (\delta_x z) \frac{T_{i,j-1} - T_{i,j}}{\delta_x} + + k_3 (\delta_x z) \frac{T_{i+1,j} - T_{i,j}}{\delta_x} + + k_4 (\delta_x z) \frac{T_{i,j+1} - T_{i,j}}{\delta_x} \\ + + Q_x + \frac{k_{\text{mass}} \delta_x^2}{z} + (T_{\text{mass},i,j} - T_{i,j}) + q_{\text{lwx}} (\delta_x z) + + q_{\text{lwr}} (\delta_x z) + q_{\text{sol},\alpha} (\delta_x z) + + q_{\text{sol},\tau} (\delta_x z) = \\ + \frac{\rho c \delta_x^2 z}{\Delta t} + \left( T_{i,j} - T_{i,j}^{(-)} \right) \end{multline}$$ Solving for $T_{i,j}$ with uniform spacing ($u = v = \delta_x$) and uniform conductivity ($k_1 = k_2 = k_3 = k_4 = k$): + **General interior node:** + + $$T_{i,j} = \frac{\sum_{\text{neighbors}} T_{\text{neighbor}} + + \frac{Q_x}{z k} + \frac{k_{\text{mass}} \delta_x^2}{z^2 k} + T_{\text{mass},i,j}+\frac{q_\text{lwx} \delta_x}{k} + + t_0 T_{i,j}^{(-)}} + {4 + \frac{k_{\text{mass}} \delta_x^2}{z^2 k} + t_0}$$ + + **Air node (no interior mass, receives transmitted solar):** + + $$T_{i,j} = \frac{\sum_{\text{neighbors}} T_{\text{neighbor}} + + \frac{Q_x}{z k} +\frac{q_\text{lwx} \delta_x}{k} + +\frac{q_{\text{sol},\tau} \delta_x}{k} + + t_0 T_{i,j}^{(-)}} + {4 + t_0}$$ + + **Fenestration interior node (receives absorbed SW + exterior LW):** + $$T_{i,j} = \frac{\sum_{\text{neighbors}} T_{\text{neighbor}} + \frac{Q_x}{z k} + \frac{k_{\text{mass}} \delta_x^2}{z^2 k} - T_{\text{mass},i,j}+\frac{q_\text{lwx}}{zk} + t_0 T_{i,j}^{(-)}} + T_{\text{mass},i,j}+\frac{q_\text{lwx} \delta_x}{k} + +\frac{q_\text{lwr} \delta_x}{k} + +\frac{q_{\text{sol},\alpha} \delta_x}{k} + + t_0 T_{i,j}^{(-)}} {4 + \frac{k_{\text{mass}} \delta_x^2}{z^2 k} + t_0}$$ where the temporal parameter is: @@ -247,9 +560,22 @@ def _get_interior_cv_temp_estimate( - $k_{\text{mass}}$: Thermal conductivity of interior mass [$\mathrm{W/(m \cdot K)}$] - $Q_x$: External heat source (e.g., diffuser) [$\mathrm{W}$] - - $q_{\text{lwx}}$: Longwave radiative exchange [$\mathrm{W}$] - - $u, v$: CV dimensions in x and y directions [$\mathrm{m}$] + - $q_{\text{lwx}}$: Interior longwave radiative exchange flux + [$\mathrm{W/m^2}$] + - $q_{\text{lwr}}$: Exterior longwave radiative heat flux (for fenestration + and boundary exterior walls) [$\mathrm{W/m^2}$] + - $q_{\text{sol},\alpha}$: Absorbed solar radiation flux [$\mathrm{W/m^2}$] + (for fenestration nodes), calculated as $G_{Ts,i,j} \cdot \alpha_{i,j}$ + - $q_{\text{sol},\tau}$: Transmitted solar radiation flux [$\mathrm{W/m^2}$] + (for air nodes when interior mass is disabled), calculated as + $G_{Ts,i,j} \cdot \tau_{i,j}$ + - $G_{Ts,i,j}$: Total solar radiation flux incident on surface $(i,j)$ + [$\mathrm{W/m^2}$] + - $\alpha_{i,j}$: Absorptivity of surface at node $(i,j)$ [-] + - $\tau_{i,j}$: Transmissivity of surface at node $(i,j)$ [-] - $\delta_x$: Spatial discretization (uniform CV size) [$\mathrm{m}$] + - $\delta_x^2$: Control volume horizontal (floor) area [$\mathrm{m^2}$] + - $\delta_x z$: Control volume vertical face area [$\mathrm{m^2}$] - $z$: CV height (floor height) [$\mathrm{m}$] - $\rho$: Density [$\mathrm{kg/m^3}$] - $c$: Specific heat capacity [$\mathrm{J/(kg \cdot K)}$] @@ -260,6 +586,15 @@ def _get_interior_cv_temp_estimate( Args: cv_coordinates: 2-Tuple representing coordinates in building of CV. temperature_estimates: Current temperature estimate for each CV. + ambient_temperature: Ambient air temperature in K for exterior LWR. + sky_temperature: Sky temperature in K for exterior LWR calculation. + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys for + solar irradiance in W/m². If None, solar radiation is not calculated. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. + + Returns: + Temperature estimate for the interior CV at the next time step in K. """ x, y = cv_coordinates delta_x = self.building.cv_size_cm / 100.0 @@ -291,12 +626,15 @@ def _get_interior_cv_temp_estimate( thermal_source = input_q / conductivity / z - # Interior mass heat transfer (adiabatic node connected only to air CV) - if ( + # Check if interior mass is enabled + include_interior_mass = ( hasattr(self.building, 'include_interior_mass') and self.building.include_interior_mass and self.building.interior_mass_mask[x, y] - ): + ) + + # Interior mass heat transfer (adiabatic node connected only to air CV) + if include_interior_mass: interior_mass_conductivity = self.building.interior_mass_conductivity[x][ y ] @@ -321,28 +659,113 @@ def _get_interior_cv_temp_estimate( # checking for implementation of `include_radiative_heat_transfer` because # the `FloorPlanBasedBuilding` implements it, but the `Building` doesn't + q_lwx = 0.0 + q_lwr = 0.0 + q_sol_alpha = 0.0 + q_sol_tau = 0.0 + if ( hasattr(self.building, 'include_radiative_heat_transfer') and self.building.include_radiative_heat_transfer ): - # Radiative heat transfer - q_lwx_array = ( - self.building.apply_longwave_interior_radiative_heat_transfer( - temperature_estimates + # Interior radiative heat transfer (LWX) - only for interior walls/mass + # Optimization: skip if CV is not in interior_wall_mask_all + is_in_lwx_mask = ( + hasattr(self.building, 'interior_wall_mask_all') + and self.building.interior_wall_mask_all is not None + and self.building.interior_wall_mask_all[x, y] + ) + if is_in_lwx_mask: + q_lwx_array = ( + self.building.apply_longwave_interior_radiative_heat_transfer( + temperature_estimates + ) + ) + q_lwx_idx = self.building.lwx_index[x, y] + if q_lwx_idx != -1: + q_lwx = q_lwx_array[q_lwx_idx] * delta_x / conductivity + + # Check if this CV is a fenestration or boundary exterior wall + is_fenestration = ( + hasattr(self.building, 'fenestration_groups') + and self.building.fenestration_groups + and hasattr(self.building, 'indexed_floor_plan') + and self.building.indexed_floor_plan[x, y] + in ( + constants.EXTERIOR_FENESTRATION_VALUE, + constants.INTERIOR_FENESTRATION_VALUE, + constants.INBETWEEN_FENESTRATION_VALUE, ) ) - # q_lwx_idx is -1 if the CV does not have LWX - q_lwx_idx = self.building.lwx_index[x, y] - q_lwx = ( - (q_lwx_array[q_lwx_idx] / conductivity / z) - if q_lwx_idx != -1 - else 0.0 + is_boundary_exterior_wall = ( + hasattr(self.building, 'exterior_wall_boundary_mask') + and self.building.exterior_wall_boundary_mask is not None + and self.building.exterior_wall_boundary_mask[x, y] ) - else: - q_lwx = 0.0 + + # Fenestration exterior LWR and solar + if is_fenestration: + q_lwr_array = ( + self.building.apply_longwave_exterior_radiative_heat_transfer( + temperature_estimates, ambient_temperature, sky_temperature + ) + ) + if q_lwr_array[x, y] != 0.0: + q_lwr = q_lwr_array[x, y] * delta_x / conductivity + + # Absorbed solar radiation for fenestration interior nodes + if ( + irradiance_components is not None + and solar_zenith is not None + and solar_azimuth is not None + ): + q_sol_alpha_array, q_sol_tau_array = ( + self.building.apply_shortwave_solar_radiation_fenestration( + irradiance_components, solar_zenith, solar_azimuth + ) + ) + # Absorbed solar goes to fenestration interior nodes + if q_sol_alpha_array[x, y] != 0.0: + q_sol_alpha = q_sol_alpha_array[x, y] * delta_x / conductivity + + # Transmitted solar goes to air node only if interior mass is disabled + if not include_interior_mass and q_sol_tau_array[x, y] != 0.0: + q_sol_tau = q_sol_tau_array[x, y] * delta_x / conductivity + + # Boundary exterior wall LWR and solar + elif is_boundary_exterior_wall: + q_lwr_array = self.building.apply_longwave_exterior_radiative_heat_transfer_exterior_wall( # pylint: disable=line-too-long + temperature_estimates, ambient_temperature, sky_temperature + ) + if q_lwr_array[x, y] != 0.0: + q_lwr = q_lwr_array[x, y] * delta_x / conductivity + + # Transmitted solar radiation (for air CVs, only if interior mass is + # disabled) + # When interior mass is enabled, q_sol_tau is applied in + # update_interior_mass_temperatures + elif ( + not is_fenestration + and not is_boundary_exterior_wall + and not include_interior_mass + and irradiance_components is not None + and solar_zenith is not None + and solar_azimuth is not None + ): + _, q_sol_tau_array = self.building.apply_shortwave_solar_radiation_fenestration( # pylint: disable=line-too-long + irradiance_components, solar_zenith, solar_azimuth + ) + if q_sol_tau_array[x, y] != 0.0: + q_sol_tau = q_sol_tau_array[x, y] * delta_x / conductivity return ( - neighbor_transfer + thermal_source + retained_heat + q_lwx + neighbor_transfer + + thermal_source + + retained_heat + + q_lwx + + q_lwr + + q_sol_alpha + + q_sol_tau ) / denominator def _get_cv_temp_estimate( @@ -351,6 +774,10 @@ def _get_cv_temp_estimate( temperature_estimates: np.ndarray, ambient_temperature: float, convection_coefficient: float, + sky_temperature: float | None = None, + irradiance_components: dict[str, float] | None = None, + solar_zenith: float | None = None, + solar_azimuth: float | None = None, ) -> float: """Returns temperature estimate for CV for next time step. @@ -359,7 +786,17 @@ def _get_cv_temp_estimate( temperature_estimates: Current temperature estimate for each CV. ambient_temperature: Current temperature in K of external air. convection_coefficient: Current wind convection coefficient (W/m2/K). + sky_temperature: Sky temperature in K for exterior LWR calculation. + If None, defaults to ambient_temperature. + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys for + solar irradiance in W/m2. If None, solar radiation is not calculated. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. """ + # Default sky_temperature to ambient_temperature if not provided + if sky_temperature is None: + sky_temperature = ambient_temperature + x, y = cv_coordinates neighbors = self.building.neighbors[x][y] if len(neighbors) <= 1: @@ -371,6 +808,10 @@ def _get_cv_temp_estimate( temperature_estimates, ambient_temperature, convection_coefficient, + sky_temperature, + irradiance_components, + solar_zenith, + solar_azimuth, ) elif len(neighbors) == 3: return self._get_edge_cv_temp_estimate( @@ -378,10 +819,20 @@ def _get_cv_temp_estimate( temperature_estimates, ambient_temperature, convection_coefficient, + sky_temperature, + irradiance_components, + solar_zenith, + solar_azimuth, ) else: return self._get_interior_cv_temp_estimate( - cv_coordinates, temperature_estimates + cv_coordinates, + temperature_estimates, + ambient_temperature, + sky_temperature, + irradiance_components, + solar_zenith, + solar_azimuth, ) def update_temperature_estimates( @@ -389,6 +840,10 @@ def update_temperature_estimates( temperature_estimates: np.ndarray, ambient_temperature: float, convection_coefficient: float, + sky_temperature: float | None = None, + irradiance_components: dict[str, float] | None = None, + solar_zenith: float | None = None, + solar_azimuth: float | None = None, ) -> tuple[np.ndarray, float]: """Iterates across all CVs and updates the temperature estimate. @@ -400,11 +855,21 @@ def update_temperature_estimates( updated with new values. ambient_temperature: Current temperature in K of external air. convection_coefficient: Current wind convection coefficient (W/m2/K). + sky_temperature: Sky temperature in K for exterior LWR calculation. + If None, defaults to ambient_temperature. + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys for + solar irradiance in W/m2. If None, solar radiation is not calculated. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. Returns: Maximum difference in temperture_estimates across all CVs before and after operation. """ + # Default sky_temperature to ambient_temperature if not provided + if sky_temperature is None: + sky_temperature = ambient_temperature + nrows, ncols = temperature_estimates.shape max_delta = 0.0 @@ -415,6 +880,10 @@ def update_temperature_estimates( temperature_estimates, ambient_temperature, convection_coefficient, + sky_temperature, + irradiance_components, + solar_zenith, + solar_azimuth, ) delta = abs(temp_estimate - temperature_estimates[x][y]) @@ -425,7 +894,11 @@ def update_temperature_estimates( return temperature_estimates, max_delta def update_interior_mass_temperatures( - self, air_temperature_estimates: np.ndarray + self, + air_temperature_estimates: np.ndarray, + irradiance_components: dict[str, float] | None = None, + solar_zenith: float | None = None, + solar_azimuth: float | None = None, ) -> tuple[np.ndarray, float]: r"""Updates interior mass node temperatures based on heat transfer with air CVs. @@ -434,30 +907,35 @@ def update_interior_mass_temperatures( exchange heat with their corresponding air CV. The heat exchange occurs through the vertical direction (height z) of the control volume. + When solar radiation is provided, transmitted solar radiation (q_sol_tau) + is added as an additional heat input to the interior mass node. + Equations: -------------------- The energy balance for the interior mass node exchanging heat only with its corresponding air CV through a characteristic length z is: - $$\frac{k_{\text{mass}} u v}{z} (T_{i,j} - T_{\text{mass},i,j}) = - \rho_{\text{mass}} c_{\text{mass}} u v z + $$\frac{k_{\text{mass}} \delta_x^2}{z} (T_{i,j} - T_{\text{mass},i,j}) + + q_{\text{sol},\tau} \cdot \delta_x^2 = + \rho_{\text{mass}} c_{\text{mass}} \delta_x^2 z \frac{T_{\text{mass},i,j} - T_{\text{mass},i,j}^{(-)}}{\Delta t}$$ - Dividing both sides by $(u v)$ and rearranging: + Dividing both sides by $(\delta_x^2)$ and rearranging: - $$\frac{k_{\text{mass}}}{z} (T_{i,j} - T_{\text{mass},i,j}) = + $$\frac{k_{\text{mass}}}{z} (T_{i,j} - T_{\text{mass},i,j}) + + q_{\text{sol},\tau} = \rho_{\text{mass}} c_{\text{mass}} z \frac{T_{\text{mass},i,j} - T_{\text{mass},i,j}^{(-)}}{\Delta t}$$ Multiplying both sides by $z$: - $$k_{\text{mass}} (T_{i,j} - T_{\text{mass},i,j}) = + $$k_{\text{mass}} (T_{i,j} - T_{\text{mass},i,j}) + q_{\text{sol},\tau} z = \rho_{\text{mass}} c_{\text{mass}} z^2 \frac{T_{\text{mass},i,j} - T_{\text{mass},i,j}^{(-)}}{\Delta t}$$ Expanding and collecting terms with $T_{\text{mass},i,j}$: - $$k_{\text{mass}} T_{i,j} + + $$k_{\text{mass}} T_{i,j} + q_{\text{sol},\tau} z + \rho_{\text{mass}} c_{\text{mass}} \frac{z^2}{\Delta t} T_{\text{mass},i,j}^{(-)} = \left( k_{\text{mass}} + @@ -478,11 +956,12 @@ def update_interior_mass_temperatures( The final solution for the interior mass temperature update is: $$T_{\text{mass},i,j} = - \frac{T_{i,j} + t_{0,\text{mass}} \cdot T_{\text{mass},i,j}^{(-)}} + \frac{T_{i,j} + \frac{q_{\text{sol},\tau} \cdot z}{k_{\text{mass}}} + + t_{0,\text{mass}} \cdot T_{\text{mass},i,j}^{(-)}} {1 + t_{0,\text{mass}}}$$ This formulation is consistent with the air CV energy balance where the - interior mass coupling term is $\frac{k_{\text{mass}} u v}{z} + interior mass coupling term is $\frac{k_{\text{mass}} \delta_x^2}{z} (T_{\text{mass},i,j} - T_{i,j})$. Nomenclature and Units: @@ -499,14 +978,20 @@ def update_interior_mass_temperatures( [$\mathrm{J/(kg \cdot K)}$] - $\alpha_{\text{mass}}$: Thermal diffusivity of interior mass [$\mathrm{m^2/s}$] - - $u, v$: CV dimensions in x and y directions [$\mathrm{m}$] + - $\delta_x$: Spatial discretization (uniform CV size) [$\mathrm{m}$] + - $\delta_x^2$: Control volume horizontal (floor) area [$\mathrm{m^2}$] - $z$: CV height (floor height), characteristic length for heat exchange [$\mathrm{m}$] - $\Delta t$: Time step [$\mathrm{s}$] - $t_{0,\text{mass}}$: Temporal parameter for interior mass [dimensionless] + - $q_{\text{sol},\tau}$: Transmitted solar radiation [$\mathrm{W/m^2}$] Args: air_temperature_estimates: Current air temperature estimates for each CV. + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys for + solar irradiance in W/m2. If None, solar radiation is not calculated. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. Returns: Tuple of (updated interior mass temperatures, maximum temperature change) @@ -520,6 +1005,19 @@ def update_interior_mass_temperatures( z = self.building.floor_height_cm / 100.0 delta_t = self._time_step_sec + # Calculate q_sol_tau array if irradiance is provided + q_sol_tau_array = None + if ( + irradiance_components is not None + and solar_zenith is not None + and solar_azimuth is not None + and hasattr(self.building, 'fenestration_groups') + and self.building.fenestration_groups + ): + _, q_sol_tau_array = self.building.apply_shortwave_solar_radiation_fenestration( # pylint: disable=line-too-long + irradiance_components, solar_zenith, solar_azimuth + ) + # Copy current interior mass temperatures for updates interior_mass_temp_estimates = self.building.interior_mass_temp.copy() max_delta = 0.0 @@ -554,8 +1052,18 @@ def update_interior_mass_temperatures( t0_mass = z**2 / (delta_t * alpha_mass) denominator = 1.0 + t0_mass + # Calculate transmitted solar radiation contribution + q_sol_tau_term = 0.0 + if q_sol_tau_array is not None and q_sol_tau_array[x, y] != 0.0: + # q_sol_tau * z / k_mass + q_sol_tau_term = ( + q_sol_tau_array[x, y] * z / interior_mass_conductivity + ) + # New interior mass temperature - new_temp = (air_temp + t0_mass * interior_mass_temp) / denominator + new_temp = ( + air_temp + q_sol_tau_term + t0_mass * interior_mass_temp + ) / denominator # Track maximum change delta = abs(new_temp - interior_mass_temp) @@ -566,7 +1074,14 @@ def update_interior_mass_temperatures( return interior_mass_temp_estimates, max_delta def finite_differences_timestep( - self, *, ambient_temperature: float, convection_coefficient: float + self, + *, + ambient_temperature: float, + convection_coefficient: float, + sky_temperature: float | None = None, + irradiance_components: dict[str, float] | None = None, + solar_zenith: float | None = None, + solar_azimuth: float | None = None, ) -> bool: """Calculates the temperature for each Control Volume (CV) after a step. @@ -580,18 +1095,32 @@ def finite_differences_timestep( 4. If interior mass is enabled, update interior mass temperatures and check their convergence as well. - If the maximum difference in the grid is less than some small constant, - conversion_threshold, then quit. Otherwise, return to step 2. + Convergence is declared when either: + - The maximum difference is <= convergence_threshold (one-shot), or + - Early stopping: change in max_delta <= relative_convergence_threshold for + relative_convergence_streak consecutive iterations. + The change is |max_delta(n) - max_delta(n-1)|. The update_temperature_estimates function performs steps 2, and 3. Args: ambient_temperature: Current temperature in K of external air. convection_coefficient: Current wind convection coefficient (W/m2/K). + sky_temperature: Sky temperature in K for exterior LWR calculation. + If None, defaults to ambient_temperature. + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys for + solar irradiance in W/m2. If None, solar radiation is not calculated. + solar_zenith: Solar zenith angle in degrees. Required if + irradiance_components is provided. + solar_azimuth: Solar azimuth angle in degrees. Required if + irradiance_components is provided. Returns: Whether or not there was convergence before iteration_limit was reached. """ + # Default sky_temperature to ambient_temperature if not provided + if sky_temperature is None: + sky_temperature = ambient_temperature # Initialize estimates with the last update. # TODO(gusatb): Please provide a unit test for convergence. temp_estimate = self.building.temp.copy() @@ -602,6 +1131,11 @@ def finite_differences_timestep( and self.building.include_interior_mass ) + # Track consecutive iterations meeting relative threshold (early stopping) + use_relative_stopping = self._relative_convergence_threshold is not None + relative_streak_count = 0 + previous_max_delta = None # Track max_delta from previous iteration + converged_successfully = False for iteration_count in range(self._iteration_limit): # Update air CV temperatures @@ -609,6 +1143,10 @@ def finite_differences_timestep( temp_estimate, ambient_temperature=ambient_temperature, convection_coefficient=convection_coefficient, + sky_temperature=sky_temperature, + irradiance_components=irradiance_components, + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, ) # Update interior mass temperatures if enabled @@ -616,7 +1154,12 @@ def finite_differences_timestep( # Update interior mass temperatures based on current air temperature # estimates interior_mass_temp_estimate, max_delta_mass = ( - self.update_interior_mass_temperatures(temp_estimate) + self.update_interior_mass_temperatures( + temp_estimate, + irradiance_components=irradiance_components, + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + ) ) # Store the updated interior mass temperatures self.building.interior_mass_temp = interior_mass_temp_estimate @@ -644,9 +1187,25 @@ def finite_differences_timestep( max_delta, ) + # Primary convergence: one-shot threshold if max_delta <= self._convergence_threshold: converged_successfully = True break + + # Early stopping: check if change in max_delta is small for N consecutive + # iterations + if use_relative_stopping and previous_max_delta is not None: + delta_change = abs(max_delta - previous_max_delta) + if delta_change <= self._relative_convergence_threshold: + relative_streak_count += 1 + if relative_streak_count >= self._relative_convergence_streak: + converged_successfully = True + break + else: + relative_streak_count = 0 + + # Update previous_max_delta for next iteration + previous_max_delta = max_delta else: if include_interior_mass: logging.warning( diff --git a/smart_control/simulator/simulator_flexible_floor_plan.py b/smart_control/simulator/simulator_flexible_floor_plan.py index 8a91a507..20e4de7b 100644 --- a/smart_control/simulator/simulator_flexible_floor_plan.py +++ b/smart_control/simulator/simulator_flexible_floor_plan.py @@ -46,6 +46,8 @@ def __init__( iteration_limit: int, iteration_warning: int, start_timestamp: pd.Timestamp, + relative_convergence_threshold: float | None = 1e-6, + relative_convergence_streak: int = 20, ): """Simulator init. @@ -61,6 +63,10 @@ def __init__( iteration_warning: Number of iterations for FDM after which a warning will be logged. start_timestamp: Pandas timestamp representing start time for simulation. + relative_convergence_threshold: If not None, also converge when the change + in max_delta is <= this for relative_convergence_streak consecutive + iterations. Change is |max_delta(n) - max_delta(n-1)|. + relative_convergence_streak: Consecutive iterations for early stopping. """ self.building = building self._hvac = hvac @@ -80,6 +86,8 @@ def __init__( iteration_limit, iteration_warning, start_timestamp, + relative_convergence_threshold=relative_convergence_threshold, + relative_convergence_streak=relative_convergence_streak, ) logging.info("Constructing the floorplan based simulation.") diff --git a/smart_control/simulator/simulator_flexible_floor_plan_test.py b/smart_control/simulator/simulator_flexible_floor_plan_test.py index 32970ab2..ce7bbcb0 100644 --- a/smart_control/simulator/simulator_flexible_floor_plan_test.py +++ b/smart_control/simulator/simulator_flexible_floor_plan_test.py @@ -1,6 +1,7 @@ """Tests for simulator.""" import copy +import os from unittest import mock from absl.testing import absltest @@ -87,6 +88,35 @@ def _create_dummy_floor_plan_small(self): return plan + def _create_dummy_floor_plan_small_with_fenestrations(self): + """Creates a normal dummy floor plan with fenestrations.""" + plan = np.array([ + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + [2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2], + [2, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 2], + [2, 1, 1, 0, 0, 0, 0, 0, 4, 4, 4, 2], + [2, 1, 1, 0, 0, 0, 0, 0, 4, 4, 4, 2], + [2, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 2], + [2, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 2], + [2, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 2], + [2, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 2], + [2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2], + [2, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 2], + [2, 4, 4, 0, 0, 0, 0, 0, 0, 1, 1, 2], + [2, 4, 4, 0, 0, 0, 0, 0, 0, 1, 1, 2], + [2, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 2], + [2, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 2], + [2, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 2], + [2, 4, 4, 0, 0, 0, 0, 0, 0, 1, 1, 2], + [2, 4, 4, 0, 0, 0, 0, 0, 0, 1, 1, 2], + [2, 1, 1, 1, 4, 4, 4, 1, 1, 1, 1, 2], + [2, 1, 1, 1, 4, 4, 4, 1, 1, 1, 1, 2], + [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], + ]) + return plan + def _create_scenario_floor_plan(self) -> None: """Matches the previous deprecated building. @@ -301,22 +331,49 @@ def _create_simulator_and_building( include_radiative_heat_transfer=False, convergence_threshold=0.001, iteration_limit=100, + weather_controller=None, + include_fenestrations=False, + relative_convergence_threshold=1e-6, + relative_convergence_streak=20, ): - """Creates a building and simulator instance with shared parameters.""" - weather_controller = mock.create_autospec( - weather_controller_py.WeatherController - ) + """Creates a building and simulator instance with shared parameters. + + Args: + initial_temp: Initial temperature of all CVs in building. + include_interior_mass: Whether to include interior mass in building. + include_radiative_heat_transfer: include radiative heat transfer. + convergence_threshold: Convergence threshold for temperature solver. + iteration_limit: Maximum number of iterations for temperature solver. + weather_controller: Optional weather controller instance. If None, creates + a mock WeatherController. Can be a real WeatherController or + ReplayWeatherController instance. + relative_convergence_threshold: Threshold for relative early stopping. + relative_convergence_streak: Consecutive iterations for early stopping. + + Returns: + Tuple of (simulator, building) instances. + """ + # Use provided weather controller or create a mock + if weather_controller is None: + weather_controller = mock.create_autospec( + weather_controller_py.WeatherController + ) time_step_sec = 300.0 hvac = self._create_small_hvac() - iteration_warning = 10 - start_timestamp = pd.Timestamp("2012-12-21") + iteration_warning = 30 + start_timestamp = pd.Timestamp("2023-07-01 09:30:00") # Building geometry and base properties cv_size_cm = 20.0 floor_height_cm = 300.0 - inside_air_properties = building_py.MaterialProperties( - conductivity=50.0, heat_capacity=1.0, density=1.2 - ) + if include_interior_mass: + inside_air_properties = building_py.MaterialProperties( + conductivity=50.0, heat_capacity=1.0, density=1.2 + ) + else: + inside_air_properties = building_py.MaterialProperties( + conductivity=50.0, heat_capacity=700.0, density=1.2 + ) inside_wall_properties = building_py.MaterialProperties( conductivity=2.0, heat_capacity=500.0, density=1800.0 ) @@ -324,10 +381,12 @@ def _create_simulator_and_building( conductivity=0.05, heat_capacity=500.0, density=3000.0 ) interior_mass_properties = building_py.MaterialProperties( - conductivity=0.5, heat_capacity=1000.0, density=2000.0 + conductivity=0.5, heat_capacity=300.0, density=1000.0 ) - - floor_plan = self._create_dummy_floor_plan_small() + if include_fenestrations: + floor_plan = self._create_dummy_floor_plan_small_with_fenestrations() + else: + floor_plan = self._create_dummy_floor_plan_small() zone_map = copy.deepcopy(floor_plan) building = building_py.FloorPlanBasedBuilding( @@ -357,6 +416,8 @@ def _create_simulator_and_building( iteration_limit, iteration_warning, start_timestamp, + relative_convergence_threshold=relative_convergence_threshold, + relative_convergence_streak=relative_convergence_streak, ) return simulator, building @@ -1581,6 +1642,8 @@ def test_update_temperature_estimates_return_value_with_lwx( # pylint: disable= iteration_limit, iteration_warning, start_timestamp, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, ) converged = simulator.finite_differences_timestep( @@ -1635,6 +1698,8 @@ def test_update_temperature_estimates_return_value_with_lwx_no_interior_walls( iteration_limit, iteration_warning, start_timestamp, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, ) converged = simulator.finite_differences_timestep( @@ -1655,6 +1720,8 @@ def test_interior_mass_temperatures_update(self): convergence_threshold=0.001, iteration_limit=100, include_interior_mass=True, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, ) # Store initial interior mass temperatures @@ -1682,7 +1749,10 @@ def test_interior_mass_temperatures_update(self): def test_interior_mass_convergence(self): """Test that simulation with interior mass converges.""" simulator, _ = self._create_simulator_and_building( - convergence_threshold=0.001, iteration_limit=100 + convergence_threshold=0.001, + iteration_limit=100, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, ) # Test convergence with same temperature (should converge quickly) @@ -1705,6 +1775,8 @@ def test_interior_mass_affects_heat_transfer(self): convergence_threshold=0.001, iteration_limit=100, include_interior_mass=False, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, ) # Building with interior mass simulator_with_mass, building_with_mass = ( @@ -1712,6 +1784,8 @@ def test_interior_mass_affects_heat_transfer(self): convergence_threshold=0.001, iteration_limit=100, include_interior_mass=True, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, ) ) @@ -1747,11 +1821,11 @@ def test_interior_mass_affects_heat_transfer(self): # The exact relationship depends on material properties, but they should # differ self.assertGreater( - avg_temp_no_mass - avg_temp_with_mass, + avg_temp_with_mass - avg_temp_no_mass, 0, msg=( - "Average temperature without interior mass should be greater than" - " with interior mass" + "Average temperature with interior mass should be greater than" + " without interior mass" ), ) @@ -1763,6 +1837,8 @@ def test_interior_mass_convergence_with_lwx(self): iteration_limit=100, include_interior_mass=True, include_radiative_heat_transfer=True, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, ) # Test convergence with same temperature (should converge quickly) @@ -1775,6 +1851,85 @@ def test_interior_mass_convergence_with_lwx(self): msg="converged.", ) + def test_interior_mass_convergence_with_lwx_lwr(self): + """Tests convergence with interior mass, lwx, lwr, and fenestrations. + + Runs one timestep with the full radiative heat transfer setup: + - Interior mass heat transfer + - Interior longwave radiative exchange (lwx) + - Exterior longwave radiative heat transfer (lwr) via sky temperature + - Solar radiation (shortwave) with fenestrations + + Uses real weather data for irradiance and sky temperature. Verifies that + the finite-difference iteration converges within the iteration limit when + relative convergence criteria are enabled. + """ + + data_path = os.path.join( + os.path.dirname(__file__), + "..", + "configs", + "resources", + "sb1", + "weather_data", + "local_weather_test_data.csv", + ) + weather_controller = weather_controller_py.ReplayWeatherController( + local_weather_path=data_path, + convection_coefficient=10.0, + timezone="US/Pacific", + latitude=37.4, + longitude=-122.1, + irradiance_method="campbell_norman", + ) + + simulator, _ = self._create_simulator_and_building( + initial_temp=292.0, + convergence_threshold=0.001, + iteration_limit=100, + include_interior_mass=True, + include_radiative_heat_transfer=True, + weather_controller=weather_controller, + include_fenestrations=True, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, + ) + # Test convergence with same temperature (should converge quickly) + + start_timestamp = simulator._start_timestamp + ambient_temperature = simulator._weather_controller.get_current_temp( + start_timestamp + ) + sky_temperature = simulator._weather_controller.get_current_sky_temperature( + start_timestamp + ) + # Get irradiance components and solar position for shortwave radiation + irradiance_data = simulator._weather_controller.get_current_irradiance( + start_timestamp + ) + irradiance_components = { + "ghi": irradiance_data["ghi"], + "dni": irradiance_data["dni"], + "dhi": irradiance_data["dhi"], + } + solar_zenith = irradiance_data["solar_zenith"] + solar_azimuth = irradiance_data["solar_azimuth"] + + # Pass sky_temp, irradiance, and solar position for exterior radiation. + converged = simulator.finite_differences_timestep( + ambient_temperature=ambient_temperature, + convection_coefficient=12.0, + sky_temperature=sky_temperature, + irradiance_components=irradiance_components, + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + ) + + self.assertTrue( + converged, + msg="converged.", + ) + if __name__ == "__main__": absltest.main() diff --git a/smart_control/simulator/temperature_comparison_lwx_lwr.png b/smart_control/simulator/temperature_comparison_lwx_lwr.png new file mode 100644 index 00000000..d7171927 Binary files /dev/null and b/smart_control/simulator/temperature_comparison_lwx_lwr.png differ diff --git a/smart_control/simulator/tf_simulator.py b/smart_control/simulator/tf_simulator.py index 6927096d..d4f698eb 100644 --- a/smart_control/simulator/tf_simulator.py +++ b/smart_control/simulator/tf_simulator.py @@ -500,6 +500,8 @@ def __init__( iteration_limit: int, iteration_warning: int, start_timestamp: pd.Timestamp, + relative_convergence_threshold: float | None = 1e-6, + relative_convergence_streak: int = 20, ): super().__init__( @@ -511,6 +513,8 @@ def __init__( iteration_limit, iteration_warning, start_timestamp, + relative_convergence_threshold=relative_convergence_threshold, + relative_convergence_streak=relative_convergence_streak, ) # Get a mapping of all the boundary CVs that interface between interior @@ -556,6 +560,70 @@ def __init__( if self.include_interior_mass: self._initialize_interior_mass_tensors(building) + # Initialize exterior radiative heat transfer tensors + if self.include_radiative_heat_transfer: + self._initialize_exterior_radiation_tensors(building) + + def _initialize_exterior_radiation_tensors( + self, building: building_py.FloorPlanBasedBuilding + ) -> None: + """Initializes tensors for exterior radiative heat transfer calculations. + + Sets up masks and scaling factors for: + - Fenestration exterior LWR and solar radiation + - Boundary exterior wall LWR and solar radiation + - CV type scaling factors for radiation terms + + Args: + building: The FloorPlanBasedBuilding instance. + """ + shape = building.temp.shape + + # Initialize fenestration-related tensors + if ( + hasattr(building, 'fenestration_groups') + and building.fenestration_groups + ): + # Create combined fenestration mask for all fenestration types + from smart_control.simulator import constants # pylint: disable=import-outside-toplevel + + self._t_fenestration_mask = tf.convert_to_tensor( + np.isin( + building.indexed_floor_plan, + [ + constants.EXTERIOR_FENESTRATION_VALUE, + constants.INTERIOR_FENESTRATION_VALUE, + constants.INBETWEEN_FENESTRATION_VALUE, + ], + ), + dtype=tf.bool, + ) + self._has_fenestration = True + else: + self._t_fenestration_mask = tf.zeros(shape, dtype=tf.bool) + self._has_fenestration = False + + # Initialize exterior wall boundary tensors + if ( + hasattr(building, 'exterior_wall_boundary_mask') + and building.exterior_wall_boundary_mask is not None + ): + self._t_exterior_wall_boundary_mask = tf.convert_to_tensor( + building.exterior_wall_boundary_mask, dtype=tf.bool + ) + self._has_exterior_wall_boundary = np.any( + building.exterior_wall_boundary_mask + ) + else: + self._t_exterior_wall_boundary_mask = tf.zeros(shape, dtype=tf.bool) + self._has_exterior_wall_boundary = False + + # Create CV scaling factors tensor for radiation terms + # Corner CVs: 2 * delta_x (factor = 2.0) + # Edge CVs: delta_x (factor = 1.0) + # Interior CVs: delta_x / k (handled separately in numerator) + self._t_boundary_radiation_scale = self._compute_boundary_radiation_scale() + def _get_tensor_exterior_mask( self, building: building_py.Building ) -> tf.Tensor: @@ -568,6 +636,32 @@ def _get_tensor_exterior_mask( exterior_mask[i][j] = True return tf.convert_to_tensor(exterior_mask) + def _compute_boundary_radiation_scale(self) -> tf.Tensor: + """Computes scaling factors for radiation terms at boundary CVs. + + For boundary CVs (corners and edges), the radiation terms in the numerator + need to be scaled by delta_x for proper energy balance: + - Corner CVs: 2 * delta_x (two exposed faces) + - Edge CVs: delta_x (one exposed face) + - Interior CVs: delta_x / k (handled in the conductivity-normalized term) + + Returns: + Tensor with radiation scaling factors for each CV position. + """ + delta_x = self.building.cv_size_cm / 100.0 + shape = self.building.temp.shape + scale = np.zeros(shape, dtype=np.float32) + + for (i, j), cv_type in self._boundary_cv_mapping.items(): + if cv_type.boundary == CVBoundaryType.CORNER: + # Corner CVs: 2 * delta_x + scale[i, j] = 2.0 * delta_x + elif cv_type.boundary == CVBoundaryType.EDGE: + # Edge CVs: delta_x + scale[i, j] = delta_x + + return tf.convert_to_tensor(scale, dtype=tf.float32) + def _initialize_interior_mass_tensors( self, building: building_py.FloorPlanBasedBuilding ) -> None: @@ -604,7 +698,11 @@ def _initialize_interior_mass_tensors( ) def update_interior_mass_temperatures( - self, air_temperature_estimates: np.ndarray + self, + air_temperature_estimates: np.ndarray, + irradiance_components: Optional[dict[str, float]] = None, + solar_zenith: Optional[float] = None, + solar_azimuth: Optional[float] = None, ) -> tuple[np.ndarray, float]: r"""Tensorized version of interior mass temperature update. @@ -612,13 +710,17 @@ def update_interior_mass_temperatures( approach for efficiency. The heat exchange occurs through the vertical direction (height z) of the control volume. + When solar radiation is provided, transmitted solar radiation (q_sol_tau) + is added as an additional heat input to the interior mass node. + Equations: -------------------- After the air CV temperatures converge, update the interior mass temperatures using element-wise tensor operations: $$T_{\text{mass}} = - \frac{T+t_{0,\text{mass}}\odot T_{\text{mass}}^{(-)}}{1+t_{0,\text{mass}}} + \frac{T + \frac{q_{\text{sol},\tau} \cdot z}{k_{\text{mass}}} + + t_{0,\text{mass}}\odot T_{\text{mass}}^{(-)}}{1+t_{0,\text{mass}}} $$ where $\odot$ represents element-wise multiplication and the division is @@ -652,9 +754,14 @@ def update_interior_mass_temperatures( - $z$: CV height (floor height), characteristic length for heat exchange [$\mathrm{m}$] - $\Delta t$: Time step [$\mathrm{s}$] + - $q_{\text{sol},\tau}$: Transmitted solar radiation [$\mathrm{W/m^2}$] Args: air_temperature_estimates: Current air temperature estimates for each CV. + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys for + solar irradiance in W/m2. If None, solar radiation is not calculated. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. Returns: Tuple of (updated interior mass temperatures, maximum temperature change) @@ -677,6 +784,37 @@ def update_interior_mass_temperatures( t_air_temp, tf.math.multiply(self._t_0_mass, t_temp_mass_prev) ) + # Add transmitted solar radiation term: q_sol_tau * z / k_mass + if ( + self.include_radiative_heat_transfer + and irradiance_components is not None + and solar_zenith is not None + and solar_azimuth is not None + and self._has_fenestration + ): + # Get transmitted solar radiation array from building + _, q_sol_tau_array = ( + self.building.apply_shortwave_solar_radiation_fenestration( + irradiance_components, solar_zenith, solar_azimuth + ) + ) + + # Calculate q_sol_tau * z / k_mass for interior mass nodes + z = self.building.floor_height_cm / 100.0 + t_q_sol_tau = tf.convert_to_tensor(q_sol_tau_array, dtype=tf.float32) + + # q_sol_tau_term = q_sol_tau * z/k_mass (only where interior mass exists) + t_q_sol_tau_term = tf.where( + self._t_interior_mass_mask, + tf.math.divide( + tf.math.multiply(t_q_sol_tau, z), + self._t_interior_mass_conductivity, + ), + tf.constant(0.0, dtype=tf.float32), + ) + + numerator = tf.math.add(numerator, t_q_sol_tau_term) + # Calculate denominator: 1 + t_0_mass denominator = tf.math.add( tf.constant(1.0, dtype=tf.float32), self._t_0_mass @@ -702,6 +840,10 @@ def update_temperature_estimates( temperature_estimates: np.ndarray, ambient_temperature: float, convection_coefficient: float, + sky_temperature: Optional[float] = None, + irradiance_components: Optional[dict[str, float]] = None, + solar_zenith: Optional[float] = None, + solar_azimuth: Optional[float] = None, ) -> tuple[np.ndarray, float]: r"""Iterates across all CVs and updates the temperature estimate. @@ -712,14 +854,15 @@ def update_temperature_estimates( Equations: -------------------- The tensorized heat balance equation for air CV with interior mass - coupling is: + coupling and exterior radiative heat transfer is: $$\begin{multline} T = \left[Q_x + Vz\left[K_1U^{-1}T_1 + H_1T_\infty + K_3U^{-1}T_3 + H_3T_\infty\right] \right. \\ \left. + Uz\left[K_2V^{-1}T_2 + H_2T_\infty + K_4V^{-1}T_4 + H_4T_\infty\right] \right. \\ - \left. + K_{\text{mass}}UVz^{-1}T_{\text{mass}} + Q_{\text{lwx}} + + \left. + K_{\text{mass}}UVz^{-1}T_{\text{mass}} + Q_{\text{lwx}} + + Q_{\text{lwr}} + Q_{\text{sol},\alpha} + Q_{\text{sol},\tau} + \frac{C\rho UVz}{\Delta t}T^{(-)}\right] \\ \cdot \left[Vz\left[K_1U^{-1} + H_1 + K_3U^{-1} + H_3\right] + Uz\left[K_2V^{-1} + H_2 + K_4V^{-1} + H_4\right] \right. \\ @@ -733,6 +876,21 @@ def update_temperature_estimates( - $T_3 = \text{shift}(T, \text{RIGHT})$ - $T_4 = \text{shift}(T, \text{UP})$ + Exterior Radiative Heat Transfer: + --------------------------------- + For boundary CVs (corners and edges): + - Corner CVs: $Q_{\text{lwr}} = 2 \delta_x (q_{\text{lwr}} + + q_{\text{sol},\alpha})$ + - Edge CVs: $Q_{\text{lwr}} = \delta_x (q_{\text{lwr}} + + q_{\text{sol},\alpha})$ + + For interior CVs (fenestration and boundary exterior walls): + - $Q_{\text{lwr}} = \frac{q_{\text{lwr}} \delta_x}{k}$ + - $Q_{\text{sol},\alpha} = \frac{q_{\text{sol},\alpha} \delta_x}{k}$ + + For air nodes (when interior mass is disabled): + - $Q_{\text{sol},\tau} = \frac{q_{\text{sol},\tau} \delta_x}{k}$ + Nomenclature and Units: ----------------------- - $T$: Air temperature tensor at new time step [K] @@ -742,7 +900,12 @@ def update_temperature_estimates( - $T_{\text{mass}}$: Interior mass temperature tensor [K] - $T_\infty$: Ambient temperature (scalar) [K] - $Q_x$: External heat source tensor [$\mathrm{W}$] - - $Q_{\text{lwx}}$: Longwave radiative exchange tensor [$\mathrm{W}$] + - $Q_{\text{lwx}}$: Interior longwave radiative exchange tensor + [$\mathrm{W}$] + - $Q_{\text{lwr}}$: Exterior longwave radiative heat flux tensor + [$\mathrm{W}$] + - $Q_{\text{sol},\alpha}$: Absorbed solar radiation tensor [$\mathrm{W}$] + - $Q_{\text{sol},\tau}$: Transmitted solar radiation tensor [$\mathrm{W}$] - $K_1, K_2, K_3, K_4$: Thermal conductivity tensors for left, down, right, up faces [$\mathrm{W/(m \cdot K)}$] - $K_{\text{mass}}$: Interior mass conductivity tensor @@ -764,11 +927,20 @@ def update_temperature_estimates( updated with new values. ambient_temperature: Current temperature in K of external air. convection_coefficient: Current wind convection coefficient (W/m2/K). + sky_temperature: Sky temperature in K for exterior LWR calculation. + If None, defaults to ambient_temperature. + irradiance_components: Dictionary with 'ghi', 'dni', 'dhi' keys for + solar irradiance in W/m2. If None, solar radiation is not calculated. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. Returns: Maximum difference in temperture_estimates across all CVs before and after operation. """ + # Default sky_temperature to ambient_temperature if not provided + if sky_temperature is None: + sky_temperature = ambient_temperature def _get_input_tensors( building, @@ -1018,6 +1190,142 @@ def _get_numerator( t_numer = tf.math.add(t_numer, nt5) return t_numer + def _get_exterior_radiation_terms( + building, + temperature_estimates: np.ndarray, + ambient_temperature: float, + sky_temperature: float, + irradiance_components: Optional[dict[str, float]], + solar_zenith: Optional[float], + solar_azimuth: Optional[float], + t_conductivity: tf.Tensor, + delta_x: float, + ) -> tf.Tensor: + """Computes exterior radiative heat transfer terms for the numerator. + + Calculates exterior LWR and solar radiation contributions for: + - Fenestration (windows): exterior LWR + absorbed solar + - Boundary exterior walls: exterior LWR + absorbed solar + - Air nodes: transmitted solar (only if interior mass is disabled) + + The terms are scaled appropriately: + - Boundary CVs (corner/edge): scaled by delta_x (or 2*delta_x for corners) + - Interior CVs: scaled by delta_x / k + + Args: + building: The building instance. + temperature_estimates: Current temperature estimates. + ambient_temperature: Ambient temperature in K. + sky_temperature: Sky temperature in K. + irradiance_components: Solar irradiance components dict. + solar_zenith: Solar zenith angle in degrees. + solar_azimuth: Solar azimuth angle in degrees. + t_conductivity: Conductivity tensor. + delta_x: Control volume size in meters. + + Returns: + Tensor with exterior radiation contribution to the numerator. + """ + shape = temperature_estimates.shape + nt_ext_rad = tf.zeros(shape, dtype=tf.float32) + + if not self.include_radiative_heat_transfer: + return nt_ext_rad + + # Initialize combined arrays for radiation terms + q_lwr_combined = np.zeros(shape, dtype=np.float32) + q_sol_alpha_combined = np.zeros(shape, dtype=np.float32) + q_sol_tau_combined = np.zeros(shape, dtype=np.float32) + + # Fenestration exterior LWR + if self._has_fenestration: + q_lwr_fenestration = ( + building.apply_longwave_exterior_radiative_heat_transfer( + temperature_estimates, ambient_temperature, sky_temperature + ) + ) + q_lwr_combined += q_lwr_fenestration + + # Fenestration solar radiation + if ( + irradiance_components is not None + and solar_zenith is not None + and solar_azimuth is not None + ): + q_sol_alpha_fen, q_sol_tau_fen = ( + building.apply_shortwave_solar_radiation_fenestration( + irradiance_components, solar_zenith, solar_azimuth + ) + ) + q_sol_alpha_combined += q_sol_alpha_fen + # q_sol_tau goes to air nodes (or interior mass if enabled) + if not self.include_interior_mass: + q_sol_tau_combined += q_sol_tau_fen + + # Boundary exterior wall LWR + if self._has_exterior_wall_boundary: + q_lwr_exterior_wall = building.apply_longwave_exterior_radiative_heat_transfer_exterior_wall( # pylint: disable=line-too-long + temperature_estimates, ambient_temperature, sky_temperature + ) + q_lwr_combined += q_lwr_exterior_wall + + # Exterior wall solar radiation + if ( + irradiance_components is not None + and solar_zenith is not None + and solar_azimuth is not None + ): + q_sol_alpha_ext_wall = ( + building.apply_shortwave_solar_radiation_exterior_wall( + irradiance_components, solar_zenith, solar_azimuth + ) + ) + q_sol_alpha_combined += q_sol_alpha_ext_wall + + # Convert to tensors + t_q_lwr = tf.convert_to_tensor(q_lwr_combined, dtype=tf.float32) + t_q_sol_alpha = tf.convert_to_tensor( + q_sol_alpha_combined, dtype=tf.float32 + ) + t_q_sol_tau = tf.convert_to_tensor(q_sol_tau_combined, dtype=tf.float32) + + # Apply scaling factors based on CV type: + # For boundary CVs: use pre-computed scale factors (2*delta_x for corners, + # delta_x for edges) + # For interior CVs: scale by delta_x / k + + # Boundary CV contribution (corners and edges) + # q_lwr * boundary_scale + q_sol_alpha * boundary_scale + t_boundary_term = tf.math.multiply( + tf.math.add(t_q_lwr, t_q_sol_alpha), self._t_boundary_radiation_scale + ) + + # Interior CV contribution: (q_lwr + q_sol_alpha + q_sol_tau) * delta_x/k + # Create interior CV mask (4 neighbors = interior) + t_interior_cv_mask = tf.math.equal( + self._t_boundary_radiation_scale, tf.constant(0.0, dtype=tf.float32) + ) + + # For interior CVs, the scale is delta_x / k + t_interior_scale = tf.where( + t_interior_cv_mask, + tf.math.divide( + tf.constant(delta_x, dtype=tf.float32), t_conductivity + ), + tf.constant(0.0, dtype=tf.float32), + ) + + # Interior term: (q_lwr + q_sol_alpha + q_sol_tau) * delta_x / k + t_interior_term = tf.math.multiply( + tf.math.add(tf.math.add(t_q_lwr, t_q_sol_alpha), t_q_sol_tau), + t_interior_scale, + ) + + # Combine boundary and interior terms + nt_ext_rad = tf.math.add(t_boundary_term, t_interior_term) + + return nt_ext_rad + # Get the inputs to the equation as Tensors from the building. ( t_temp, @@ -1109,6 +1417,25 @@ def _get_numerator( t_temp_mass, ) + # Add exterior radiative heat transfer terms + if self.include_radiative_heat_transfer: + delta_x = self.building.cv_size_cm / 100.0 + t_conductivity = tf.convert_to_tensor( + self.building.conductivity, dtype=tf.float32 + ) + t_ext_rad = _get_exterior_radiation_terms( + self.building, + temperature_estimates, + ambient_temperature, + sky_temperature, + irradiance_components, + solar_zenith, + solar_azimuth, + t_conductivity, + delta_x, + ) + t_numer = tf.math.add(t_numer, t_ext_rad) + # Finally, perform an elementwise division - not a matrix inversion. t_temperature_estimates = tf.math.divide(t_numer, t_denom) @@ -1120,7 +1447,7 @@ def _get_numerator( t_delta = tf.math.subtract(t_temperature_estimates, t_temp_old) - # Note: Interior mass temperatures are updated by the parent class's + # Note: Interior mass temperatures are updated by # finite_differences_timestep() method after this function returns. # Do NOT update them here to avoid double-updating. diff --git a/smart_control/simulator/tf_simulator_test.py b/smart_control/simulator/tf_simulator_test.py index 35637bfa..74968a5e 100644 --- a/smart_control/simulator/tf_simulator_test.py +++ b/smart_control/simulator/tf_simulator_test.py @@ -1,8 +1,11 @@ """Tests for Tensorflow-enabled Finite Difference calculator.""" +import os +import time from unittest import mock from absl.testing import absltest +import matplotlib.pyplot as plt import numpy as np from numpy.testing import assert_array_almost_equal import pandas as pd @@ -1099,6 +1102,484 @@ def test_compare_temperature_estimates_iterative_approach_with_interior_mass_and decimal=5, ) + def test_compare_temperature_estimates_with_interior_mass_lwx_lwr(self): + """Tests TFSimulator vs SimulatorFlexibleGeometries with full radiation. + + This test compares both simulators with the complete radiative heat + transfer setup: + - Interior mass heat transfer + - Interior longwave radiative exchange (lwx) + - Exterior longwave radiative heat transfer (lwr) + - Solar radiation (shortwave) with fenestrations + - Sky temperature for exterior LWR + + Creates two simulators with identical buildings, HVAC and parameters: + 1. A SimulatorFlexibleGeometries instance (baseline/iterative approach) + 2. A TFSimulator instance (tensor approach under test) + + Runs one timestep on both with real weather data and verifies their + temperature arrays match, including both air CV temperatures and + interior mass temperatures. + """ + # Load real weather data for realistic irradiance values + data_path = os.path.join( + os.path.dirname(__file__), + "..", + "configs", + "resources", + "sb1", + "weather_data", + "local_weather_test_data.csv", + ) + weather_controller = weather_controller_py.ReplayWeatherController( + local_weather_path=data_path, + convection_coefficient=10.0, + timezone="US/Pacific", + latitude=37.4, + longitude=-122.1, + irradiance_method="campbell_norman", + ) + + time_step_sec = 300.0 + convergence_threshold = 1e-3 + iteration_limit = 500 + iteration_warning = 30 + start_timestamp = pd.Timestamp("2023-07-01 09:30:00") + + # Create baseline simulator with interior mass, lwx, and fenestrations + simulator = FlexibleFloorplanSimulatorTest() + simulator_hvac = simulator._create_small_hvac() + + _, simulator_building = simulator._create_simulator_and_building( + convergence_threshold=convergence_threshold, + initial_temp=292.0, + iteration_limit=iteration_limit, + include_interior_mass=True, + include_radiative_heat_transfer=True, + weather_controller=weather_controller, + include_fenestrations=True, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, + ) + + # Create iterative SimulatorFlexibleGeometries + simulator_simulator = simulator_py.SimulatorFlexibleGeometries( + simulator_building, + simulator_hvac, + weather_controller, + time_step_sec, + convergence_threshold, + iteration_limit, + iteration_warning, + start_timestamp, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, + ) + + # Create TFSimulator with the same building + building = simulator_building + tf_simulator = tf_simulator_py.TFSimulator( + building, + simulator_hvac, + weather_controller, + time_step_sec, + convergence_threshold, + iteration_limit, + iteration_warning, + start_timestamp, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, + ) + + # Get weather data for the timestep + ambient_temperature = weather_controller.get_current_temp(start_timestamp) + sky_temperature = weather_controller.get_current_sky_temperature( + start_timestamp + ) + irradiance_data = weather_controller.get_current_irradiance(start_timestamp) + irradiance_components = { + "ghi": irradiance_data["ghi"], + "dni": irradiance_data["dni"], + "dhi": irradiance_data["dhi"], + } + solar_zenith = irradiance_data["solar_zenith"] + solar_azimuth = irradiance_data["solar_azimuth"] + + # Run TFSimulator + tf_result = tf_simulator.finite_differences_timestep( + ambient_temperature=ambient_temperature, + convection_coefficient=12.0, + sky_temperature=sky_temperature, + irradiance_components=irradiance_components, + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + ) + + # Run iterative SimulatorFlexibleGeometries + simulator_result = simulator_simulator.finite_differences_timestep( + ambient_temperature=ambient_temperature, + convection_coefficient=12.0, + sky_temperature=sky_temperature, + irradiance_components=irradiance_components, + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + ) + + self.assertTrue(tf_result, msg="TFSimulator should converge") + self.assertTrue( + simulator_result, msg="SimulatorFlexibleGeometries should converge" + ) + + # Compare air CV temperatures + with self.subTest("Air CV temperatures match"): + assert_array_almost_equal( + tf_simulator.building.temp, + simulator_simulator.building.temp, + decimal=4, + ) + + # Compare interior mass temperatures + with self.subTest("Interior mass temperatures match"): + assert_array_almost_equal( + tf_simulator.building.interior_mass_temp, + simulator_simulator.building.interior_mass_temp, + decimal=4, + ) + + # Visualize temperature comparison + output_path = os.path.join( + os.path.dirname(__file__), "temperature_comparison_lwx_lwr.png" + ) + visualize_temperature_comparison( + iterative_temp=simulator_simulator.building.temp, + tf_temp=tf_simulator.building.temp, + floor_plan=building.floor_plan, + output_path=output_path, + title="Validation: Iterative vs Tensorized (with LWX + LWR)", + ) + + def test_benchmark_iterative_vs_tensorized_performance(self): + """Benchmarks iterative vs tensorized simulator performance. + + Runs multiple timesteps on both SimulatorFlexibleGeometries (iterative) + and TFSimulator (tensorized) to compare execution times. The tensorized + version should be significantly faster due to matrix operations. + + This test: + 1. Creates identical simulators with full radiation setup + 2. Runs 10 timesteps on each simulator + 3. Measures and compares elapsed time + 4. Asserts that TFSimulator is faster + 5. Prints benchmark results + """ + num_steps = 10 + + # Load real weather data for realistic irradiance values + data_path = os.path.join( + os.path.dirname(__file__), + "..", + "configs", + "resources", + "sb1", + "weather_data", + "local_weather_test_data.csv", + ) + weather_controller_iterative = ( + weather_controller_py.ReplayWeatherController( + local_weather_path=data_path, + convection_coefficient=10.0, + timezone="US/Pacific", + latitude=37.4, + longitude=-122.1, + irradiance_method="campbell_norman", + ) + ) + weather_controller_tf = weather_controller_py.ReplayWeatherController( + local_weather_path=data_path, + convection_coefficient=10.0, + timezone="US/Pacific", + latitude=37.4, + longitude=-122.1, + irradiance_method="campbell_norman", + ) + + time_step_sec = 300.0 + convergence_threshold = 1e-3 + iteration_limit = 500 + iteration_warning = 30 + start_timestamp = pd.Timestamp("2023-07-01 09:30:00") + + # Create iterative simulator + simulator_test = FlexibleFloorplanSimulatorTest() + iterative_hvac = simulator_test._create_small_hvac() + + _, iterative_building = simulator_test._create_simulator_and_building( + convergence_threshold=convergence_threshold, + initial_temp=292.0, + iteration_limit=iteration_limit, + include_interior_mass=True, + include_radiative_heat_transfer=True, + weather_controller=weather_controller_iterative, + include_fenestrations=True, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, + ) + + iterative_simulator = simulator_py.SimulatorFlexibleGeometries( + iterative_building, + iterative_hvac, + weather_controller_iterative, + time_step_sec, + convergence_threshold, + iteration_limit, + iteration_warning, + start_timestamp, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, + ) + + # Create TFSimulator with separate building instance + tf_hvac = simulator_test._create_small_hvac() + + _, tf_building = simulator_test._create_simulator_and_building( + convergence_threshold=convergence_threshold, + initial_temp=292.0, + iteration_limit=iteration_limit, + include_interior_mass=True, + include_radiative_heat_transfer=True, + weather_controller=weather_controller_tf, + include_fenestrations=True, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, + ) + + tf_simulator = tf_simulator_py.TFSimulator( + tf_building, + tf_hvac, + weather_controller_tf, + time_step_sec, + convergence_threshold, + iteration_limit, + iteration_warning, + start_timestamp, + relative_convergence_threshold=1e-5, + relative_convergence_streak=15, + ) + + # Benchmark iterative simulator + iterative_times = [] + current_timestamp = start_timestamp + for step in range(num_steps): + ambient_temperature = weather_controller_iterative.get_current_temp( + current_timestamp + ) + sky_temperature = ( + weather_controller_iterative.get_current_sky_temperature( + current_timestamp + ) + ) + irradiance_data = weather_controller_iterative.get_current_irradiance( + current_timestamp + ) + irradiance_components = { + "ghi": irradiance_data["ghi"], + "dni": irradiance_data["dni"], + "dhi": irradiance_data["dhi"], + } + solar_zenith = irradiance_data["solar_zenith"] + solar_azimuth = irradiance_data["solar_azimuth"] + + step_start = time.perf_counter() + converged = iterative_simulator.finite_differences_timestep( + ambient_temperature=ambient_temperature, + convection_coefficient=12.0, + sky_temperature=sky_temperature, + irradiance_components=irradiance_components, + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + ) + step_end = time.perf_counter() + iterative_times.append(step_end - step_start) + + self.assertTrue(converged, f"Iterative simulator failed at step {step}") + current_timestamp += pd.Timedelta(seconds=time_step_sec) + + # Benchmark TFSimulator + tf_times = [] + current_timestamp = start_timestamp + for step in range(num_steps): + ambient_temperature = weather_controller_tf.get_current_temp( + current_timestamp + ) + sky_temperature = weather_controller_tf.get_current_sky_temperature( + current_timestamp + ) + irradiance_data = weather_controller_tf.get_current_irradiance( + current_timestamp + ) + irradiance_components = { + "ghi": irradiance_data["ghi"], + "dni": irradiance_data["dni"], + "dhi": irradiance_data["dhi"], + } + solar_zenith = irradiance_data["solar_zenith"] + solar_azimuth = irradiance_data["solar_azimuth"] + + step_start = time.perf_counter() + converged = tf_simulator.finite_differences_timestep( + ambient_temperature=ambient_temperature, + convection_coefficient=12.0, + sky_temperature=sky_temperature, + irradiance_components=irradiance_components, + solar_zenith=solar_zenith, + solar_azimuth=solar_azimuth, + ) + step_end = time.perf_counter() + tf_times.append(step_end - step_start) + + self.assertTrue(converged, f"TFSimulator failed at step {step}") + current_timestamp += pd.Timedelta(seconds=time_step_sec) + + # Calculate statistics + iterative_total = sum(iterative_times) + tf_total = sum(tf_times) + iterative_avg = iterative_total / num_steps + tf_avg = tf_total / num_steps + speedup = iterative_total / tf_total if tf_total > 0 else float("inf") + + # Get grid size information + grid_shape = tf_building.floor_plan.shape + grid_rows, grid_cols = grid_shape + total_cvs = grid_rows * grid_cols + + # Build benchmark report + report_lines = [ + "=" * 60, + "BENCHMARK RESULTS: Iterative vs Tensorized Simulator", + "=" * 60, + "", + "Configuration:", + f" Grid size: {grid_rows} x {grid_cols} ({total_cvs} CVs)", + f" Number of steps: {num_steps}", + f" Time step: {time_step_sec} seconds", + f" Convergence: {convergence_threshold}", + f" Iteration limit: {iteration_limit}", + "", + "-" * 60, + "Iterative (SimulatorFlexibleGeometries):", + f" Total time: {iterative_total:.4f} seconds", + f" Average time: {iterative_avg:.4f} seconds/step", + f" Per-step times: {[f'{t:.4f}' for t in iterative_times]}", + "", + "-" * 60, + "Tensorized (TFSimulator):", + f" Total time: {tf_total:.4f} seconds", + f" Average time: {tf_avg:.4f} seconds/step", + f" Per-step times: {[f'{t:.4f}' for t in tf_times]}", + "", + "-" * 60, + f"SPEEDUP: {speedup:.2f}x faster with TFSimulator", + "=" * 60, + ] + report = "\n".join(report_lines) + + # Print benchmark results + print("\n" + report + "\n") + + # Save benchmark results to file + output_path = os.path.join( + os.path.dirname(__file__), + f"benchmark_results_{grid_rows}x{grid_cols}.txt", + ) + with open(output_path, "w", encoding="utf-8") as f: + f.write(report) + print(f"Benchmark results saved to: {output_path}") + + # Assert TFSimulator is faster + self.assertLess( + tf_total, + iterative_total, + msg=( + f"TFSimulator ({tf_total:.4f}s) should be faster than " + f"iterative ({iterative_total:.4f}s)" + ), + ) + + +def visualize_temperature_comparison( + iterative_temp: np.ndarray, + tf_temp: np.ndarray, + floor_plan: np.ndarray, + output_path: str | None = None, + title: str = "Temperature Comparison: Iterative vs Tensorized", +) -> None: + """Visualizes temperature comparison between iterative and TF approaches. + + Creates a side-by-side heatmap visualization comparing temperature + distributions from the iterative (SimulatorFlexibleGeometries) and + tensorized (TFSimulator) approaches. + + Args: + iterative_temp: Temperature array from iterative simulator. + tf_temp: Temperature array from TFSimulator. + floor_plan: Floor plan array (2=ambient air, 1=wall, 0=indoor air). + output_path: Optional path to save the figure. If None, displays the plot. + title: Title for the overall figure. + """ + # Calculate the base temperature (minimum) for display offset + min_temp = min(np.min(iterative_temp), np.min(tf_temp)) + + # Calculate temperature differences from base for better visualization + iterative_diff = iterative_temp - min_temp + tf_diff = tf_temp - min_temp + + # Determine common color scale + vmin = 0 + vmax = max(np.max(iterative_diff), np.max(tf_diff)) + + _, axes = plt.subplots(1, 2, figsize=(14, 8)) + + for ax, temp_diff, approach_name in [ + (axes[0], iterative_diff, "Iterative Approach"), + (axes[1], tf_diff, "Tensorized Approach"), + ]: + # Plot temperature heatmap + im = ax.imshow(temp_diff, cmap="viridis", vmin=vmin, vmax=vmax) + + # Overlay floor plan values on each cell + for i in range(floor_plan.shape[0]): + for j in range(floor_plan.shape[1]): + text_color = "white" if temp_diff[i, j] < (vmax - vmin) / 2 else "black" + ax.text( + j, + i, + str(int(floor_plan[i, j])), + ha="center", + va="center", + color=text_color, + fontsize=8, + fontweight="bold", + ) + + ax.set_title(f"{approach_name}+{min_temp:.5e}", fontsize=12) + ax.set_xlabel("Column") + ax.set_ylabel("Row") + + # Add colorbar + cbar = plt.colorbar(im, ax=ax, fraction=0.046, pad=0.04) + cbar.set_label("Temperature (K)", rotation=270, labelpad=15) + + plt.suptitle(title, fontsize=14, fontweight="bold") + plt.tight_layout() + + if output_path: + plt.savefig(output_path, dpi=150, bbox_inches="tight") + print(f"Figure saved to {output_path}") + else: + plt.show() + + plt.close() + if __name__ == "__main__": absltest.main() diff --git a/smart_control/simulator/weather_controller.py b/smart_control/simulator/weather_controller.py index 7bd1aab4..dd554713 100644 --- a/smart_control/simulator/weather_controller.py +++ b/smart_control/simulator/weather_controller.py @@ -1,6 +1,7 @@ """Controls ambient temperature in simulator.""" import abc +import json import math import os from typing import Final, Mapping, Optional, Sequence, Tuple @@ -8,6 +9,9 @@ import gin import numpy as np import pandas as pd +from pvlib import irradiance +from pvlib import location +import pytz from smart_control.proto import smart_control_building_pb2 from smart_control.utils import conversion_utils as utils @@ -30,6 +34,47 @@ ) +def _parse_dms(dms_str: str) -> float: + """Converts a DMS (degrees minutes seconds) string to decimal degrees. + + Args: + dms_str: DMS string in the format "DD MM SS.SSS" (e.g. "37 24 35.000"). + Negative values are represented with a leading minus on the degrees part. + + Returns: + Decimal degrees as a float. + """ + parts = dms_str.strip().split() + degrees = float(parts[0]) + minutes = float(parts[1]) if len(parts) > 1 else 0.0 + seconds = float(parts[2]) if len(parts) > 2 else 0.0 + sign = -1 if degrees < 0 else 1 + return degrees + sign * (minutes / 60.0 + seconds / 3600.0) + + +def load_station_info(station_json_path: str) -> tuple[float, float, str]: + """Loads station location and timezone from a station JSON file. + + The JSON file is expected to have the following keys: + - ``lat``: latitude in DMS format (e.g. "37 24 35.000") + - ``lng``: longitude in DMS format (e.g. "-122 02 56.000") + - ``timezone``: IANA timezone string (e.g. "America/Los_Angeles") + + Args: + station_json_path: Path to the station JSON file. + + Returns: + Tuple of (latitude, longitude, timezone) where lat/lon are decimal degrees + and timezone is an IANA timezone string. + """ + with open(station_json_path, encoding='utf-8') as f: + station = json.load(f) + latitude = _parse_dms(station['lat']) + longitude = _parse_dms(station['lng']) + timezone = station.get('timezone', 'UTC') + return latitude, longitude, timezone + + @gin.configurable class BaseWeatherController(metaclass=abc.ABCMeta): """Represents the weather on any specific time.""" @@ -52,6 +97,17 @@ class WeatherController(BaseWeatherController): default_high_temp: Default high temperature in K at noon. special_days: Map of day of year (1-365) to 2-tuple (low_temp, high_temp). convection_coefficient: Air convection coefficient (W/m2/K). + timezone: Time zone for the weather data. + latitude: Latitude for the weather data. + longitude: Longitude for the weather data. + dewpoint_depression: Difference between dry bulb and dew point temperatures + in K. Default is 5.0 K. + cloud_cover: Static cloud cover in percent (0-100). If None and + cloud_cover_low/high not set, uses clearsky model. + cloud_cover_low: Low cloud cover in percent at midnight for dynamic mode. + cloud_cover_high: High cloud cover in percent at noon for dynamic mode. + irradiance_method: Method for converting cloud cover to irradiance + ('clearsky', 'linear', or 'campbell_norman'). Defaults to 'clearsky'. """ def __init__( @@ -60,11 +116,64 @@ def __init__( default_high_temp: float, special_days: Optional[Mapping[int, TemperatureBounds]] = None, convection_coefficient: float = 12.0, + timezone: str = 'UTC', + latitude: float | None = None, + longitude: float | None = None, + dewpoint_depression: float = 5.0, + cloud_cover: float | None = None, + cloud_cover_low: float | None = None, + cloud_cover_high: float | None = None, + irradiance_method: str = 'clearsky', ): self.default_low_temp = default_low_temp self.default_high_temp = default_high_temp self.special_days = special_days if special_days else {} self.convection_coefficient = convection_coefficient + self.timezone = timezone + self.latitude = latitude + self.longitude = longitude + self.dewpoint_depression = dewpoint_depression # Dry bulb - dew point (K) + self.cloud_cover = cloud_cover + self.cloud_cover_low = cloud_cover_low + self.cloud_cover_high = cloud_cover_high + self.irradiance_method = irradiance_method + + # Validate cloud_cover (static mode) + if self.cloud_cover is not None: + if self.cloud_cover < 0 or self.cloud_cover > 100: + raise ValueError('cloud_cover must be between 0 and 100.') + + # Validate cloud_cover_low and cloud_cover_high (dynamic mode) + if self.cloud_cover_low is not None or self.cloud_cover_high is not None: + if self.cloud_cover_low is None or self.cloud_cover_high is None: + raise ValueError( + 'Both cloud_cover_low and cloud_cover_high must be provided ' + 'for dynamic cloud cover.' + ) + if self.cloud_cover_low < 0 or self.cloud_cover_low > 100: + raise ValueError('cloud_cover_low must be between 0 and 100.') + if self.cloud_cover_high < 0 or self.cloud_cover_high > 100: + raise ValueError('cloud_cover_high must be between 0 and 100.') + if self.cloud_cover_low > self.cloud_cover_high: + raise ValueError( + 'cloud_cover_low cannot be greater than cloud_cover_high.' + ) + + # Validate irradiance_method + valid_methods = ('clearsky', 'linear', 'campbell_norman') + if self.irradiance_method not in valid_methods: + raise ValueError( + f'irradiance_method must be one of {valid_methods}, ' + f'got {self.irradiance_method}.' + ) + + # Create location object if lat/lon are provided + if self.latitude is not None and self.longitude is not None: + self._location = location.Location( + self.latitude, self.longitude, tz=self.timezone + ) + else: + self._location = None if self.default_low_temp > self.default_high_temp: raise ValueError( @@ -78,6 +187,23 @@ def __init__( f'Low temp cannot be greater than high temp for special day: {day}.' ) + def _ensure_timestamp_tz(self, timestamp: pd.Timestamp) -> pd.Timestamp: + """Ensure timestamp has timezone info, localizing if necessary. + + Args: + timestamp: Pandas timestamp, may be naive or timezone-aware. + + Returns: + Timezone-aware timestamp. If input was naive, localizes to self.tz. + If input was already timezone-aware, converts to self.tz. + """ + if timestamp.tzinfo is None: + # Naive timestamp - localize to controller's timezone + return timestamp.tz_localize(self.timezone) + else: + # Already timezone-aware - convert to controller's timezone + return timestamp.tz_convert(self.timezone) + def seconds_to_rads(self, seconds_in_day: int) -> float: """Returns radians corresponding to number of second in the day. @@ -92,8 +218,10 @@ def get_current_temp(self, timestamp: pd.Timestamp) -> float: """Returns current temperature in K. Args: - timestamp: Pandas timestamp to get temperature for. + timestamp: Pandas timestamp to get temperature for. If naive (no tz), + will be localized to the controller's timezone. """ + timestamp = self._ensure_timestamp_tz(timestamp) today = timestamp.dayofyear tomorrow = (today + 1) % _DAYS_IN_A_YEAR @@ -113,9 +241,7 @@ def get_current_temp(self, timestamp: pd.Timestamp) -> float: else: low = tomorrow_low - seconds_in_day = ( - timestamp - pd.Timestamp(timestamp.date()) - ).total_seconds() + seconds_in_day = (timestamp - timestamp.normalize()).total_seconds() rad = self.seconds_to_rads(seconds_in_day) temp = 0.5 * (math.sin(rad) + 1) * (high - low) + low return temp @@ -125,10 +251,182 @@ def get_air_convection_coefficient(self, timestamp: pd.Timestamp) -> float: """Returns the convection coefficient (W/m2/K) based on the current wind. Args: - timestamp: Pandas timestamp to get convection coefficient for. + timestamp: Pandas timestamp to get convection coefficient for. If naive + (no timezone), will be localized to the controller's timezone. """ return self.convection_coefficient + def get_current_cloud_cover(self, timestamp: pd.Timestamp) -> float: + """Returns current cloud cover in percent. + + Cloud cover can be: + 1. Static: Set via `cloud_cover` parameter (constant value) + 2. Dynamic: Set via `cloud_cover_low` and `cloud_cover_high` parameters + (sinusoidal pattern: low at midnight, high at noon) + 3. Clearsky: If neither is set, returns 0.0 + + Args: + timestamp: Pandas timestamp to get cloud cover for. If naive (no timezone) + , will be localized to the controller's timezone. + + Returns: + Cloud cover in percent (0-100). + """ + timestamp = self._ensure_timestamp_tz(timestamp) + + # Dynamic cloud cover mode (sinusoidal pattern like temperature) + if self.cloud_cover_low is not None and self.cloud_cover_high is not None: + seconds_in_day = (timestamp - timestamp.normalize()).total_seconds() + rad = self.seconds_to_rads(seconds_in_day) + # Same sinusoidal pattern as temperature: low at midnight, high at noon + cloud_cover = ( + 0.5 + * (math.sin(rad) + 1) + * (self.cloud_cover_high - self.cloud_cover_low) + + self.cloud_cover_low + ) + return cloud_cover + + # Static cloud cover mode + if self.cloud_cover is not None: + return self.cloud_cover + + # Default: clearsky (no clouds) + return 0.0 + + def get_current_irradiance( + self, timestamp: pd.Timestamp + ) -> Mapping[str, float]: + """Returns current irradiance (GHI, DNI, DHI) in W/m2. + + Uses clearsky model by default, or adjusts for cloud cover if specified. + Supports both static cloud cover and dynamic cloud cover (sinusoidal). + Consistent with ReplayWeatherController irradiance methods. + + Args: + timestamp: Pandas timestamp to get irradiance for. If naive (no timezone), + will be localized to the controller's timezone. + + Returns: + Dictionary with 'ghi', 'dni', 'dhi', 'solar_zenith', and 'solar_azimuth' + keys. Irradiance values in W/m2, angles in degrees. + + Raises: + ValueError: If latitude/longitude not provided during initialization. + """ + timestamp = self._ensure_timestamp_tz(timestamp) + + if self._location is None: + raise ValueError( + 'Latitude and longitude must be provided to calculate irradiance.' + ) + + # Get solar position (needed for all methods and output) + solar_position = self._location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + solar_zenith = float(solar_position['apparent_zenith'].iloc[0]) + solar_azimuth = float(solar_position['azimuth'].iloc[0]) + + # Get current cloud cover (handles both static and dynamic modes) + current_cloud_cover = self.get_current_cloud_cover(timestamp) + + # Check if we should use clearsky model + has_cloud_cover = self.cloud_cover is not None or ( + self.cloud_cover_low is not None and self.cloud_cover_high is not None + ) + + # If no cloud cover configured or clearsky method, return clearsky irradiance # pylint: disable=line-too-long + if not has_cloud_cover or self.irradiance_method == 'clearsky': + clearsky = self._location.get_clearsky(pd.DatetimeIndex([timestamp])) + return { + 'ghi': float(clearsky['ghi'].iloc[0]), + 'dni': float(clearsky['dni'].iloc[0]), + 'dhi': float(clearsky['dhi'].iloc[0]), + 'solar_zenith': solar_zenith, + 'solar_azimuth': solar_azimuth, + } + + if self.irradiance_method == 'linear': + # Get clear sky irradiance + clearsky = self._location.get_clearsky( + pd.DatetimeIndex([timestamp]), model='ineichen' + ) + + # Estimate GHI from cloud cover using linear relationship + ghi = float(clearsky['ghi'].iloc[0]) * ( + 1.0 - 0.8 * (current_cloud_cover / 100.0) + ) + + # Estimate DNI using DISC model + dni_result = irradiance.disc( + pd.Series([ghi], index=pd.DatetimeIndex([timestamp])), + solar_position['zenith'], + pd.DatetimeIndex([timestamp]), + ) + dni = float(dni_result['dni'].iloc[0]) + + # Calculate DHI + zenith_rad = np.radians(solar_position['zenith'].iloc[0]) + dhi = ghi - dni * np.cos(zenith_rad) + dhi = max(0, dhi) # Ensure non-negative + + elif self.irradiance_method == 'campbell_norman': + dni_extra = irradiance.get_extra_radiation(pd.DatetimeIndex([timestamp])) + transmittance = 0.7 - 0.5 * (current_cloud_cover / 100.0) + + irrads = irradiance.campbell_norman( + solar_position['apparent_zenith'].iloc[0], + transmittance, + dni_extra=dni_extra.iloc[0], + ) + ghi = 0 if np.isnan(irrads['ghi']) else float(irrads['ghi']) + dni = 0 if np.isnan(irrads['dni']) else float(irrads['dni']) + dhi = 0 if np.isnan(irrads['dhi']) else float(irrads['dhi']) + + else: + raise ValueError(f'Invalid irradiance_method: {self.irradiance_method}') + + return { + 'ghi': max(0, ghi), + 'dni': max(0, dni), + 'dhi': max(0, dhi), + 'solar_zenith': solar_zenith, + 'solar_azimuth': solar_azimuth, + } + + def get_current_sky_temperature(self, timestamp: pd.Timestamp) -> float: + """Returns sky temperature in K using Clark & Allen formula. + + Args: + timestamp: Pandas timestamp to get sky temperature for. If naive + (no timezone), will be localized to the controller's timezone. + + Returns: + Sky temperature in K. + """ + timestamp = self._ensure_timestamp_tz(timestamp) + + # Stefan-Boltzmann constant + sigma = 5.6697e-8 # W/(m^2*K^4) + + # Get dry bulb temperature (timestamp already localized) + temp_k = self.get_current_temp(timestamp) + + # Estimate dew point temperature + dp_k = temp_k - self.dewpoint_depression + + # Calculate sky emissivity (Clark & Allen) + epsilon_sky = 0.787 + 0.764 * np.log(dp_k / 273.0) + + # Calculate horizontal infrared radiation + ir_h = epsilon_sky * sigma * (temp_k**4) + + # Calculate sky temperature + temp_sky_k = (ir_h / sigma) ** 0.25 + + return temp_sky_k + def get_replay_temperatures( observation_responses: Sequence[ @@ -160,28 +458,358 @@ def get_outside_air_temp(observation_response): return temps +def get_replay_cloud_cover( + observation_responses: Sequence[ + smart_control_building_pb2.ObservationResponse + ], +) -> Mapping[str, float]: + """Returns cloud cover replays from past observations. + + Args: + observation_responses: array of observations to extract weather from + + Returns: map from timestamp to cloud cover (percent, 0-100) + """ + + def get_cloud_cover(observation_response): + for r in observation_response.single_observation_responses: + if r.single_observation_request.measurement_name == 'cloud_cover_sensor': + return r.continuous_value + return 0.0 # Default to clear sky + + cloud_covers = {} + for r in observation_responses: + cloud_cover = get_cloud_cover(r) + time = utils.proto_to_pandas_timestamp(r.timestamp) + cloud_covers[str(time)] = cloud_cover + return cloud_covers + + +def get_replay_sky_temperature( + observation_responses: Sequence[ + smart_control_building_pb2.ObservationResponse + ], + dewpoint_depression: float = 5.0, +) -> Mapping[str, float]: + """Returns sky temperature replays from past observations. + + Calculates sky temperature using Clark & Allen formula from dry bulb + temperature and dew point (estimated from dewpoint_depression if not + available). + + Args: + observation_responses: array of observations to extract weather from + dewpoint_depression: Difference between dry bulb and dew point temperatures + in K. Used if dew point sensor not available. Default is 5.0 K. + + Returns: map from timestamp to sky temperature (K) + """ + # Stefan-Boltzmann constant + sigma = 5.6697e-8 # W/(m^2*K^4) + + def get_value(observation_response, measurement_name): + for r in observation_response.single_observation_responses: + if r.single_observation_request.measurement_name == measurement_name: + return r.continuous_value + return None + + sky_temps = {} + for r in observation_responses: + # Get dry bulb temperature + temp_k = get_value(r, 'outside_air_temperature_sensor') + if temp_k is None: + continue + + # Try to get dew point temperature, otherwise estimate from depression + dp_k = get_value(r, 'dew_point_temperature_sensor') + if dp_k is None: + dp_k = temp_k - dewpoint_depression + + # Calculate sky emissivity (Clark & Allen) + epsilon_sky = 0.787 + 0.764 * np.log(dp_k / 273.0) + + # Calculate horizontal infrared radiation + ir_h = epsilon_sky * sigma * (temp_k**4) + + # Calculate sky temperature + temp_sky_k = (ir_h / sigma) ** 0.25 + + time = utils.proto_to_pandas_timestamp(r.timestamp) + sky_temps[str(time)] = temp_sky_k + + return sky_temps + + +def get_replay_irradiance( + observation_responses: Sequence[ + smart_control_building_pb2.ObservationResponse + ], +) -> Mapping[str, Mapping[str, float]]: + """Returns irradiance replays from past observations. + + Args: + observation_responses: array of observations to extract weather from + + Returns: map from timestamp to dict with 'ghi', 'dni', 'dhi' keys (W/m2) + """ + + def get_value(observation_response, measurement_name): + for r in observation_response.single_observation_responses: + if r.single_observation_request.measurement_name == measurement_name: + return r.continuous_value + return 0.0 + + irradiances = {} + for r in observation_responses: + ghi = get_value(r, 'ghi_sensor') + dni = get_value(r, 'dni_sensor') + dhi = get_value(r, 'dhi_sensor') + + time = utils.proto_to_pandas_timestamp(r.timestamp) + irradiances[str(time)] = { + 'ghi': ghi, + 'dni': dni, + 'dhi': dhi, + } + + return irradiances + + @gin.configurable class ReplayWeatherController(BaseWeatherController): """Weather controller that interplolates real weather from past observations. Attributes: local_weather_path: Path to local weather CSV file. + station_json_path: Optional path to station JSON file. When provided, + latitude, longitude, and timezone are loaded from it. Explicit + latitude, longitude, and timezone arguments take precedence. weather_df: Pandas dataframe of historical weather data. convection_coefficient: Air convection coefficient (W/m2/K). humidity_column: Column name of the humidity in the weather CSV file. + timezone: IANA time zone string for the weather data. Loaded from + station JSON when station_json_path is provided; defaults to 'UTC'. + latitude: Latitude for the weather data. + longitude: Longitude for the weather data. + irradiance_method: Method for converting cloud cover to irradiance + ('linear' or 'campbell_norman'). Defaults to 'campbell_norman'. """ def __init__( self, - local_weather_path: str = WEATHER_CSV_FILEPATH, + local_weather_path: str, convection_coefficient: float = 12.0, + station_json_path: str | None = None, + timezone: str | None = None, + latitude: float | None = None, + longitude: float | None = None, + irradiance_method: str = 'campbell_norman', humidity_column: str = 'Humidity', ): self.local_weather_path = local_weather_path - self.weather_df = self.read_weather_csv(self.local_weather_path) self.convection_coefficient = convection_coefficient self.humidity_column = humidity_column + # Load lat/lon/timezone from station JSON if provided; explicit args + # override the values loaded from JSON. + if station_json_path is not None: + station_lat, station_lon, station_tz = load_station_info( + station_json_path + ) + self.latitude = latitude if latitude is not None else station_lat + self.longitude = longitude if longitude is not None else station_lon + self.timezone = timezone if timezone is not None else station_tz + else: + self.latitude = latitude + self.longitude = longitude + self.timezone = timezone or 'UTC' + + self._weather_data = self.read_weather_csv(self.local_weather_path) + + # Create location object if lat/lon are provided + if self.latitude is not None and self.longitude is not None: + self._location = location.Location( + self.latitude, self.longitude, tz=self.timezone + ) + else: + self._location = None + + # Pre-calculate irradiance if location is provided + if self._location is not None: + self._calculate_irradiance_columns(irradiance_method) + + # Pre-calculate sky temperature + self._calculate_sky_temperature_column() + + def _ensure_timestamp_tz(self, timestamp: pd.Timestamp) -> pd.Timestamp: + """Ensure timestamp has timezone info, localizing if necessary. + + Args: + timestamp: Pandas timestamp, may be naive or timezone-aware. + + Returns: + Timezone-aware timestamp. If input was naive, localizes to + self.timezone. If input was already timezone-aware, converts to + self.timezone. + """ + if timestamp.tzinfo is None: + # Naive timestamp - localize to controller's timezone + return timestamp.tz_localize(self.timezone) + else: + # Already timezone-aware - convert to controller's timezone + return timestamp.tz_convert(self.timezone) + + def _calculate_sky_temperature_column(self): + """Pre-calculate sky temperature for all timestamps in weather data. + + Uses Clark & Allen formula with dry bulb and dew point temperatures. + """ + # Stefan-Boltzmann constant + sigma = 5.6697e-8 # W/(m^2*K^4) + + # Get dry bulb temperature in Kelvin (use numpy operations for arrays) + if 'TempC' in self._weather_data: + temp_k = self._weather_data['TempC'].values + 273.15 + elif 'TempF' in self._weather_data: + temp_k = (self._weather_data['TempF'].values - 32) * 5.0 / 9.0 + 273.15 + else: + raise ValueError( + 'Temperature column (TempC or TempF) not found in weather data.' + ) + + # Get dew point temperature in Kelvin (use numpy operations for arrays) + if 'DewPointC' in self._weather_data: + dp_k = self._weather_data['DewPointC'].values + 273.15 + elif 'DewPointF' in self._weather_data: + dp_k = (self._weather_data['DewPointF'].values - 32) * 5.0 / 9.0 + 273.15 + else: + raise ValueError( + 'Dew point temperature column (DewPointC or DewPointF) not found in' + ' weather data.' + ) + + # Calculate sky emissivity (Clark & Allen) + epsilon_sky = 0.787 + 0.764 * np.log(dp_k / 273.0) + + # Calculate horizontal infrared radiation + ir_h = epsilon_sky * sigma * (temp_k**4) + + # Calculate sky temperature + temp_sky_k = (ir_h / sigma) ** 0.25 + + # Store in dataframe + self._weather_data['TempSkyC'] = temp_sky_k - 273.15 # Convert to Celsius + + def _calculate_irradiance_columns(self, method: str = 'campbell_norman'): + """Pre-calculate irradiance (GHI, DNI, DHI) for all timestamps in weather + data. + + Args: + method: Method for converting cloud cover to irradiance + ('linear' or 'campbell_norman'). + """ + # Handle SkyCoverage column + if 'SkyCoverage' not in self._weather_data: + # If no cloud cover data, use clearsky model + clearsky = self._location.get_clearsky( + self._weather_data['Time'], model='ineichen' + ) + self._weather_data['ghi'] = clearsky['ghi'].values + self._weather_data['dni'] = clearsky['dni'].values + self._weather_data['dhi'] = clearsky['dhi'].values + return + + # Replace invalid cloud coverage values with NaN + self._weather_data.loc[ + (self._weather_data['SkyCoverage'] < 0) + | (self._weather_data['SkyCoverage'] > 100), + 'SkyCoverage', + ] = np.nan + + self._weather_data_ = self._weather_data.copy() + self._weather_data_.set_index('Time', inplace=True) + # If all SkyCoverage values are NaN, use clearsky model + if self._weather_data['SkyCoverage'].isna().all(): + clearsky = self._location.get_clearsky( + self._weather_data_['Time'], model='ineichen' + ) + self._weather_data['ghi'] = clearsky['ghi'].values + self._weather_data['dni'] = clearsky['dni'].values + self._weather_data['dhi'] = clearsky['dhi'].values + self._weather_data['SkyCoverage'] = 0 + return + + # Forward fill NaN values in cloud cover + self._weather_data['SkyCoverage'] = self._weather_data[ + 'SkyCoverage' + ].ffill() + + # Get solar position for all timestamps + solar_position = self._location.get_solarposition(self._weather_data_.index) + + if method == 'linear': + # Create proper DatetimeIndex for pvlib functions + datetime_index = pd.DatetimeIndex(self._weather_data['Time']) + + # Get clear sky irradiance + clearsky = self._location.get_clearsky(datetime_index, model='ineichen') + + # Estimate GHI from cloud cover using linear relationship + ghi = clearsky['ghi'].values * ( + 1.0 - 0.8 * (self._weather_data['SkyCoverage'].values / 100.0) + ) + + # Estimate DNI using DISC model + from pvlib.irradiance import disc # pylint: disable=import-outside-toplevel + + dni_result = disc( + pd.Series(ghi, index=datetime_index), + solar_position['zenith'], + datetime_index, + ) + dni = dni_result['dni'].values + + # Calculate DHI + zenith_rad = np.radians(solar_position['zenith'].values) + dhi = ghi - dni * np.cos(zenith_rad) + dhi = np.maximum(0, dhi) # Ensure non-negative + + elif method == 'campbell_norman': + from pvlib.irradiance import campbell_norman # pylint: disable=import-outside-toplevel + from pvlib.irradiance import get_extra_radiation # pylint: disable=import-outside-toplevel + + dni_extra = get_extra_radiation(self._weather_data_.index) + transmittance = 0.7 - 0.5 * ( + self._weather_data['SkyCoverage'].values / 100.0 + ) + + # Calculate irradiance for each timestamp + ghi_list = [] + dni_list = [] + dhi_list = [] + + for i in range(len(self._weather_data)): + irrads = campbell_norman( + solar_position['apparent_zenith'].iloc[i], + transmittance[i], + dni_extra=dni_extra.iloc[i], + ) + ghi_list.append(0 if np.isnan(irrads['ghi']) else irrads['ghi']) + dni_list.append(0 if np.isnan(irrads['dni']) else irrads['dni']) + dhi_list.append(0 if np.isnan(irrads['dhi']) else irrads['dhi']) + + ghi = np.array(ghi_list) + dni = np.array(dni_list) + dhi = np.array(dhi_list) + + else: + raise ValueError(f'Invalid method: {method}') + + # Store in dataframe + self._weather_data['ghi'] = np.maximum(0, ghi) + self._weather_data['dni'] = np.maximum(0, dni) + self._weather_data['dhi'] = np.maximum(0, dhi) + @property def csv_filepath(self) -> str: """Alias for the local weather CSV file path.""" @@ -193,12 +821,16 @@ def read_weather_csv(self, csv_filepath: str) -> pd.DataFrame: The CSV file is expected to have at least the following columns: + `Time`: the time, as a string, in the format: `%Y%m%d-%H%M` - (e.g. `20230701-0000`). Assumed to be in UTC. + (e.g. `20230701-0000`). Always interpreted as UTC regardless + of the station timezone. + `TempF`: the temperature in Fahrenheit at the specified time. + `Humidity`: the relative humidity in percent at the specified time (0 to 100). - Coerces the times to UTC. Updates the index to be seconds since epoch. + Coerces the times to the station timezone (defaults to UTC). Falls + back to UTC if the timezone causes DST ambiguity or non-existence + errors (e.g. during clock changes). Updates the index to be seconds + since epoch. Args: csv_filepath: Path to local weather CSV file. @@ -206,40 +838,44 @@ def read_weather_csv(self, csv_filepath: str) -> pd.DataFrame: Returns: Pandas dataframe of weather data. """ + tz = self.timezone or 'UTC' df = pd.read_csv(csv_filepath) df = df.drop(columns=['Unnamed: 0'], errors='ignore') - - df['Time'] = pd.to_datetime(df['Time'], utc=True) - + try: + df['Time'] = [pd.Timestamp(t, tz=tz) for t in df['Time']] + except ( + pytz.exceptions.AmbiguousTimeError, + pytz.exceptions.NonExistentTimeError, + ): + df['Time'] = pd.to_datetime(df['Time'], utc=True) df.index = (df['Time'] - _EPOCH).dt.total_seconds() df.index.name = 'SecondsSinceEpoch' - return df @property def min_time(self) -> pd.Timestamp: """Earliest timestamp in the weather data.""" - return min(self.weather_df['Time']) + return min(self._weather_data['Time']) @property def max_time(self) -> pd.Timestamp: """Latest timestamp in the weather data.""" - return max(self.weather_df['Time']) + return max(self._weather_data['Time']) @property def times_in_seconds(self) -> pd.Index: """Returns the timestamps of the weather data, as seconds since epoch.""" - return self.weather_df.index + return self._weather_data.index @property def temps_f(self) -> pd.Series: """Returns the temperatures in Fahrenheit of the weather data.""" - return self.weather_df['TempF'] + return self._weather_data['TempF'] @property def humidities(self) -> pd.Series: """Returns the humidities of the weather data.""" - return self.weather_df[self.humidity_column] + return self._weather_data[self.humidity_column] def _get_interpolated_value( self, timestamp: pd.Timestamp, values: pd.Series @@ -252,7 +888,8 @@ def _get_interpolated_value( temperature between the nearest timestamps. Args: - timestamp: Pandas timestamp to get temperature for interpolation. If the + timestamp: Pandas timestamp to get temperature for interpolation. If naive + (no timezone), will be localized to the controller's timezone. If the timestamp is timezone aware, it will be converted to UTC. If the timestamp is timezone naive, it will be localized to UTC. This allows for accurate comparisons against the min and max timestamps, as well as @@ -265,7 +902,7 @@ def _get_interpolated_value( # convert timestamp to UTC to enable proper comparisons: if timestamp.tzname() is not None: # timestamp is timezone aware, unable to localize, so convert to UTC: - timestamp = timestamp.tz_convert('UTC') + timestamp = self._ensure_timestamp_tz(timestamp) else: # timestamp is timezone naive, unable to convert, so localize to UTC: timestamp = timestamp.tz_localize('UTC') @@ -296,4 +933,165 @@ def get_current_humidity(self, timestamp: pd.Timestamp) -> float: # pylint: disable=unused-argument def get_air_convection_coefficient(self, timestamp: pd.Timestamp) -> float: + """Returns the convection coefficient (W/m2/K). + + Args: + timestamp: Pandas timestamp (unused but kept for API consistency). + """ return self.convection_coefficient + + def get_current_cloud_cover(self, timestamp: pd.Timestamp) -> float: + """Returns current cloud cover in percent. + + Args: + timestamp: Pandas timestamp to get cloud cover for. If naive (no tz), + will be localized to the controller's timezone. + + Returns: + Cloud cover in percent (0-100). + + Raises: + ValueError: If timestamp is outside weather data range or no SkyCoverage + column. + """ + timestamp = self._ensure_timestamp_tz(timestamp) + min_time = min(self._weather_data['Time']) + if timestamp < min_time: + raise ValueError( + f'Attempting to get weather data at {timestamp}, before the earliest' + f' timestamp {min_time}.' + ) + max_time = max(self._weather_data['Time']) + if timestamp > max_time: + raise ValueError( + f'Attempting to get weather data at {timestamp}, after the latest' + f' timestamp {max_time}.' + ) + + if 'SkyCoverage' not in self._weather_data: + raise ValueError('SkyCoverage column not found in weather data.') + + times = np.array(self._weather_data.index) + target_timestamp = (timestamp - _EPOCH).total_seconds() + cloud_cover = np.interp( + target_timestamp, times, self._weather_data['SkyCoverage'] + ) + return float(cloud_cover) + + def get_current_irradiance( + self, timestamp: pd.Timestamp + ) -> Mapping[str, float]: + # pylint: disable=line-too-long + """Returns current irradiance (GHI, DNI, DHI) and solar position by + interpolating pre-calculated values. + + Args: + timestamp: Pandas timestamp to get irradiance for. If naive (no timezone), + will be localized to the controller's timezone. + + Returns: + Dictionary with 'ghi', 'dni', 'dhi', 'solar_zenith', and 'solar_azimuth' + keys. Irradiance values in W/m2, angles in degrees. + + Raises: + ValueError: If latitude/longitude not provided or timestamp out of range + or irradiance not calculated. + + Sources: + https://pvlib-python.readthedocs.io/en/v0.6.1/_modules/pvlib/forecast.html#ForecastModel.cloud_cover_to_irradiance + + """ + # pylint: enable=line-too-long + if self._location is None: + raise ValueError( + 'Latitude and longitude must be provided to calculate irradiance.' + ) + + if ( + 'ghi' not in self._weather_data + or 'dni' not in self._weather_data + or 'dhi' not in self._weather_data + ): + raise ValueError( + 'Irradiance data not available. Make sure latitude/longitude were' + ' provided during initialization.' + ) + + timestamp = self._ensure_timestamp_tz(timestamp) + min_time = min(self._weather_data['Time']) + if timestamp < min_time: + raise ValueError( + f'Attempting to get weather data at {timestamp}, before the earliest' + f' timestamp {min_time}.' + ) + max_time = max(self._weather_data['Time']) + if timestamp > max_time: + raise ValueError( + f'Attempting to get weather data at {timestamp}, after the latest' + f' timestamp {max_time}.' + ) + + times = np.array(self._weather_data.index) + target_timestamp = (timestamp - _EPOCH).total_seconds() + + # Interpolate GHI, DNI, DHI from pre-calculated values + ghi = np.interp(target_timestamp, times, self._weather_data['ghi']) + dni = np.interp(target_timestamp, times, self._weather_data['dni']) + dhi = np.interp(target_timestamp, times, self._weather_data['dhi']) + + # Get solar position for this timestamp + solar_position = self._location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + + return { + 'ghi': float(ghi), + 'dni': float(dni), + 'dhi': float(dhi), + 'solar_zenith': float(solar_position['apparent_zenith'].iloc[0]), + 'solar_azimuth': float(solar_position['azimuth'].iloc[0]), + } + + def get_current_sky_temperature(self, timestamp: pd.Timestamp) -> float: + """Returns sky temperature in K by interpolating pre-calculated values. + + Args: + timestamp: Pandas timestamp to get sky temperature for. If naive + (no timezone), will be localized to the controller's timezone. + + Returns: + Sky temperature in K. + + Raises: + ValueError: If timestamp is outside weather data range or sky temperature + not calculated. + """ + if 'TempSkyC' not in self._weather_data: + raise ValueError( + 'Sky temperature data not available. This should have been calculated' + ' during initialization.' + ) + + timestamp = self._ensure_timestamp_tz(timestamp) + min_time = min(self._weather_data['Time']) + if timestamp < min_time: + raise ValueError( + f'Attempting to get weather data at {timestamp}, before the earliest' + f' timestamp {min_time}.' + ) + max_time = max(self._weather_data['Time']) + if timestamp > max_time: + raise ValueError( + f'Attempting to get weather data at {timestamp}, after the latest' + f' timestamp {max_time}.' + ) + + times = np.array(self._weather_data.index) + target_timestamp = (timestamp - _EPOCH).total_seconds() + + # Interpolate sky temperature from pre-calculated values + temp_sky_c = np.interp( + target_timestamp, times, self._weather_data['TempSkyC'] + ) + temp_sky_k = utils.celsius_to_kelvin(temp_sky_c) + return temp_sky_k diff --git a/smart_control/simulator/weather_controller_test.py b/smart_control/simulator/weather_controller_test.py index f191ec90..10d38586 100644 --- a/smart_control/simulator/weather_controller_test.py +++ b/smart_control/simulator/weather_controller_test.py @@ -5,9 +5,36 @@ from absl.testing import absltest from absl.testing import parameterized +import numpy as np import pandas as pd +from pvlib import irradiance +from pvlib import location +from smart_control.simulator import building_radiation_utils from smart_control.simulator import weather_controller +from smart_control.utils import conversion_utils as utils + +# Paths to shared weather data and station configuration files. +_WEATHER_DATA_DIR = os.path.join( + os.path.dirname(__file__), + '..', + 'configs', + 'resources', + 'sb1', + 'weather_data', +) +_LOCAL_WEATHER_TEST_DATA_PATH = os.path.join( + _WEATHER_DATA_DIR, 'local_weather_test_data.csv' +) +_STATION_JSON_PATH = os.path.join(_WEATHER_DATA_DIR, 'station.json') +_MOFFETT_WEATHER_CSV_PATH = os.path.join( + os.path.dirname(__file__), + '..', + 'configs', + 'resources', + 'sb1', + 'local_weather_moffett_field_20230701_20231122.csv', +) # pylint: disable=g-long-lambda, unnecessary-lambda-assignment # TODO: consider using named functions instead @@ -126,11 +153,9 @@ class ReplayWeatherControllerTest(parameterized.TestCase): def setUp(self): super().setUp() - data_path = os.path.join( - os.path.dirname(__file__), 'local_weather_test_data.csv' - ) self.controller = weather_controller.ReplayWeatherController( - local_weather_path=data_path, convection_coefficient=10.0 + local_weather_path=_LOCAL_WEATHER_TEST_DATA_PATH, + convection_coefficient=10.0, ) def test_replay_weather_controller(self): @@ -151,17 +176,1324 @@ def test_replay_weather_controller_raises_error_after_range(self): ) self.assertRaises(ValueError, weather_fn) + def test_get_current_irradiance_weather_controller(self): + """Test clearsky irradiance calculation for WeatherController.""" + low_temp = 273.15 + high_temp = 298.15 + # Mountain View, CA coordinates + latitude = 37.4 + longitude = -122.1 + + weather = weather_controller.WeatherController( + low_temp, + high_temp, + latitude=latitude, + longitude=longitude, + timezone='America/Los_Angeles', + ) + + # Test at noon on a summer day + timestamp = pd.Timestamp('2023-07-01 12:00:00', tz='America/Los_Angeles') + irrad = weather.get_current_irradiance(timestamp) + + # Check that all components are present and positive + self.assertIn('ghi', irrad) + self.assertIn('dni', irrad) + self.assertIn('dhi', irrad) + self.assertIn('solar_zenith', irrad) + self.assertIn('solar_azimuth', irrad) + self.assertGreater(irrad['ghi'], 0) + self.assertGreater(irrad['dni'], 0) + self.assertGreater(irrad['dhi'], 0) + # At noon in summer, GHI should be substantial (> 500 W/m2) + self.assertGreater(irrad['ghi'], 500) + self.assertEqual(round(irrad['ghi']), 934) + self.assertEqual(round(irrad['dni']), 872) + self.assertEqual(round(irrad['dhi']), 121) + + # Solar position should be reasonable at noon + self.assertGreater(irrad['solar_zenith'], 0) + self.assertLess(irrad['solar_zenith'], 90) # Sun above horizon + + # Direct pvlib clearsky validation + pvlib_location = location.Location( + latitude, longitude, tz='America/Los_Angeles' + ) + clearsky = pvlib_location.get_clearsky(pd.DatetimeIndex([timestamp])) + self.assertAlmostEqual(irrad['ghi'], clearsky['ghi'].iloc[0], places=4) + self.assertAlmostEqual(irrad['dni'], clearsky['dni'].iloc[0], places=4) + self.assertAlmostEqual(irrad['dhi'], clearsky['dhi'].iloc[0], places=4) + + # Validate solar position against pvlib + solar_position = pvlib_location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + self.assertAlmostEqual( + irrad['solar_zenith'], + solar_position['apparent_zenith'].iloc[0], + places=4, + ) + self.assertAlmostEqual( + irrad['solar_azimuth'], solar_position['azimuth'].iloc[0], places=4 + ) + + def test_get_current_irradiance_no_location(self): + """Test that irradiance calculation raises error without location.""" + low_temp = 273.15 + high_temp = 298.15 + + weather = weather_controller.WeatherController(low_temp, high_temp) + + timestamp = pd.Timestamp('2023-07-01 12:00:00', tz='UTC') + + with self.assertRaises(ValueError): + weather.get_current_irradiance(timestamp) + + def test_get_irradiance_with_solar_position_weather_controller(self): + """Test irradiance with solar position for WeatherController.""" + low_temp = 273.15 + high_temp = 298.15 + latitude = 37.4 + longitude = -122.1 + + weather = weather_controller.WeatherController( + low_temp, + high_temp, + latitude=latitude, + longitude=longitude, + timezone='US/Pacific', + ) + + timestamp = pd.Timestamp('2023-07-01 12:00:00', tz='US/Pacific') + + # Get irradiance which now includes solar position + irrad = weather.get_current_irradiance(timestamp) + + # Verify solar position is included + self.assertIn('solar_zenith', irrad) + self.assertIn('solar_azimuth', irrad) + self.assertGreater(irrad['solar_zenith'], 0) + self.assertLess(irrad['solar_zenith'], 90) # Sun is above horizon at noon + + # Test POA calculation using utility function + surface_tilt = 30.0 # 30 degrees tilt + surface_azimuth = 180.0 # South-facing + + poa = building_radiation_utils.calculate_poa_irradiance( + irradiance_components=irrad, + surface_tilt=surface_tilt, + surface_azimuth=surface_azimuth, + solar_zenith=irrad['solar_zenith'], + solar_azimuth=irrad['solar_azimuth'], + ) + + # POA should be positive at noon + self.assertGreater(poa, 0) + # POA should be reasonable (between 0 and ~1200 W/m2) + self.assertLess(poa, 1200) + + # Direct pvlib validation + pvlib_location = location.Location(latitude, longitude, tz='US/Pacific') + clearsky = pvlib_location.get_clearsky(pd.DatetimeIndex([timestamp])) + solar_position = pvlib_location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + poa_irrad_pvlib = irradiance.get_total_irradiance( + surface_tilt=surface_tilt, + surface_azimuth=surface_azimuth, + dni=clearsky['dni'].iloc[0], + ghi=clearsky['ghi'].iloc[0], + dhi=clearsky['dhi'].iloc[0], + solar_zenith=solar_position['apparent_zenith'].iloc[0], + solar_azimuth=solar_position['azimuth'].iloc[0], + ) + expected_poa = float(poa_irrad_pvlib['poa_global']) + self.assertAlmostEqual(poa, expected_poa, places=4) + + def test_get_current_cloud_cover_weather_controller(self): + """Test cloud cover getter for WeatherController.""" + low_temp = 273.15 + high_temp = 298.15 + latitude = 37.4 + longitude = -122.1 + + # Test with no cloud cover set (should return 0) + weather_no_cloud = weather_controller.WeatherController( + low_temp, + high_temp, + latitude=latitude, + longitude=longitude, + timezone='US/Pacific', + ) + timestamp = pd.Timestamp('2023-07-01 12:00:00', tz='US/Pacific') + self.assertEqual(weather_no_cloud.get_current_cloud_cover(timestamp), 0.0) + + # Test with cloud cover set + weather_with_cloud = weather_controller.WeatherController( + low_temp, + high_temp, + latitude=latitude, + longitude=longitude, + timezone='US/Pacific', + cloud_cover=50.0, + ) + self.assertEqual( + weather_with_cloud.get_current_cloud_cover(timestamp), 50.0 + ) + + def test_get_current_irradiance_with_cloud_cover_campbell_norman(self): + """Test irradiance calculation with cloud cover using campbell_norman.""" + low_temp = 273.15 + high_temp = 298.15 + latitude = 37.4 + longitude = -122.1 + cloud_cover = 50.0 # 50% cloud cover + + weather = weather_controller.WeatherController( + low_temp, + high_temp, + latitude=latitude, + longitude=longitude, + timezone='US/Pacific', + cloud_cover=cloud_cover, + irradiance_method='campbell_norman', + ) + + timestamp = pd.Timestamp('2023-07-01 12:00:00', tz='US/Pacific') + irrad = weather.get_current_irradiance(timestamp) + + # Check that all components are present and non-negative + self.assertIn('ghi', irrad) + self.assertIn('dni', irrad) + self.assertIn('dhi', irrad) + self.assertIn('solar_zenith', irrad) + self.assertIn('solar_azimuth', irrad) + self.assertGreaterEqual(irrad['ghi'], 0) + self.assertGreaterEqual(irrad['dni'], 0) + self.assertGreaterEqual(irrad['dhi'], 0) + + # With 50% cloud cover, irradiance should be less than clearsky + weather_clearsky = weather_controller.WeatherController( + low_temp, + high_temp, + latitude=latitude, + longitude=longitude, + timezone='US/Pacific', + ) + clearsky_irrad = weather_clearsky.get_current_irradiance(timestamp) + self.assertLess(irrad['ghi'], clearsky_irrad['ghi']) + + # Direct pvlib campbell_norman validation + pvlib_location = location.Location(latitude, longitude, tz='US/Pacific') + solar_position = pvlib_location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + dni_extra = irradiance.get_extra_radiation(pd.DatetimeIndex([timestamp])) + transmittance = 0.7 - 0.5 * (cloud_cover / 100.0) + expected_irrad = irradiance.campbell_norman( + solar_position['apparent_zenith'].iloc[0], + transmittance, + dni_extra=dni_extra.iloc[0], + ) + self.assertAlmostEqual(irrad['ghi'], expected_irrad['ghi'], places=4) + self.assertAlmostEqual(irrad['dni'], expected_irrad['dni'], places=4) + self.assertAlmostEqual(irrad['dhi'], expected_irrad['dhi'], places=4) + + # Validate solar position against pvlib + self.assertAlmostEqual( + irrad['solar_zenith'], + solar_position['apparent_zenith'].iloc[0], + places=4, + ) + self.assertAlmostEqual( + irrad['solar_azimuth'], solar_position['azimuth'].iloc[0], places=4 + ) + + def test_get_current_irradiance_with_cloud_cover_linear(self): + """Test irradiance calculation with cloud cover using linear method.""" + low_temp = 273.15 + high_temp = 298.15 + latitude = 37.4 + longitude = -122.1 + cloud_cover = 30.0 # 30% cloud cover + + weather = weather_controller.WeatherController( + low_temp, + high_temp, + latitude=latitude, + longitude=longitude, + timezone='US/Pacific', + cloud_cover=cloud_cover, + irradiance_method='linear', + ) + + timestamp = pd.Timestamp('2023-07-01 12:00:00', tz='US/Pacific') + irrad = weather.get_current_irradiance(timestamp) + + # Check that all components are present and non-negative + self.assertIn('ghi', irrad) + self.assertIn('dni', irrad) + self.assertIn('dhi', irrad) + self.assertIn('solar_zenith', irrad) + self.assertIn('solar_azimuth', irrad) + self.assertGreaterEqual(irrad['ghi'], 0) + self.assertGreaterEqual(irrad['dni'], 0) + self.assertGreaterEqual(irrad['dhi'], 0) + + # Direct pvlib linear method validation + pvlib_location = location.Location(latitude, longitude, tz='US/Pacific') + clearsky = pvlib_location.get_clearsky( + pd.DatetimeIndex([timestamp]), model='ineichen' + ) + solar_position = pvlib_location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + + # Expected GHI using linear relationship + expected_ghi = float(clearsky['ghi'].iloc[0]) * ( + 1.0 - 0.8 * (cloud_cover / 100.0) + ) + + # Expected DNI using DISC model + dni_result = irradiance.disc( + pd.Series([expected_ghi], index=pd.DatetimeIndex([timestamp])), + solar_position['zenith'], + pd.DatetimeIndex([timestamp]), + ) + expected_dni = float(dni_result['dni'].iloc[0]) + + # Expected DHI + zenith_rad = np.radians(solar_position['zenith'].iloc[0]) + expected_dhi = max(0, expected_ghi - expected_dni * np.cos(zenith_rad)) + + self.assertAlmostEqual(irrad['ghi'], expected_ghi, places=4) + self.assertAlmostEqual(irrad['dni'], expected_dni, places=4) + self.assertAlmostEqual(irrad['dhi'], expected_dhi, places=4) + + # Validate solar position against pvlib + self.assertAlmostEqual( + irrad['solar_zenith'], + solar_position['apparent_zenith'].iloc[0], + places=4, + ) + self.assertAlmostEqual( + irrad['solar_azimuth'], solar_position['azimuth'].iloc[0], places=4 + ) + + def test_invalid_cloud_cover_raises_error(self): + """Test that invalid cloud cover values raise errors.""" + low_temp = 273.15 + high_temp = 298.15 + + # Cloud cover < 0 + with self.assertRaises(ValueError): + weather_controller.WeatherController( + low_temp, high_temp, cloud_cover=-10.0 + ) + + # Cloud cover > 100 + with self.assertRaises(ValueError): + weather_controller.WeatherController( + low_temp, high_temp, cloud_cover=150.0 + ) + + def test_dynamic_cloud_cover(self): + """Test dynamic cloud cover with sinusoidal pattern.""" + low_temp = 273.15 + high_temp = 298.15 + cloud_cover_low = 20.0 + cloud_cover_high = 80.0 + + weather = weather_controller.WeatherController( + low_temp, + high_temp, + cloud_cover_low=cloud_cover_low, + cloud_cover_high=cloud_cover_high, + ) + + # At midnight (0 seconds), cloud cover should be at low + midnight = pd.Timestamp('2023-07-01 00:00:00', tz='UTC') + cc_midnight = weather.get_current_cloud_cover(midnight) + self.assertAlmostEqual(cc_midnight, cloud_cover_low, places=1) + + # At noon (12 hours), cloud cover should be at high + noon = pd.Timestamp('2023-07-01 12:00:00', tz='UTC') + cc_noon = weather.get_current_cloud_cover(noon) + self.assertAlmostEqual(cc_noon, cloud_cover_high, places=1) + + # At 6am (6 hours), cloud cover should be midpoint + morning = pd.Timestamp('2023-07-01 06:00:00', tz='UTC') + cc_morning = weather.get_current_cloud_cover(morning) + expected_mid = (cloud_cover_low + cloud_cover_high) / 2 + self.assertAlmostEqual(cc_morning, expected_mid, places=1) + + def test_dynamic_cloud_cover_validation(self): + """Test validation for dynamic cloud cover parameters.""" + low_temp = 273.15 + high_temp = 298.15 + + # Only cloud_cover_low provided (should raise error) + with self.assertRaises(ValueError): + weather_controller.WeatherController( + low_temp, high_temp, cloud_cover_low=20.0 + ) + + # Only cloud_cover_high provided (should raise error) + with self.assertRaises(ValueError): + weather_controller.WeatherController( + low_temp, high_temp, cloud_cover_high=80.0 + ) + + # cloud_cover_low > cloud_cover_high (should raise error) + with self.assertRaises(ValueError): + weather_controller.WeatherController( + low_temp, high_temp, cloud_cover_low=80.0, cloud_cover_high=20.0 + ) + + # cloud_cover_low < 0 (should raise error) + with self.assertRaises(ValueError): + weather_controller.WeatherController( + low_temp, high_temp, cloud_cover_low=-10.0, cloud_cover_high=80.0 + ) + + # cloud_cover_high > 100 (should raise error) + with self.assertRaises(ValueError): + weather_controller.WeatherController( + low_temp, high_temp, cloud_cover_low=20.0, cloud_cover_high=150.0 + ) + + def test_dynamic_cloud_cover_affects_irradiance(self): + """Test that dynamic cloud cover affects irradiance calculation.""" + low_temp = 273.15 + high_temp = 298.15 + latitude = 37.4 + longitude = -122.1 + + # Weather with dynamic cloud cover (low at midnight, high at noon) + weather_dynamic = weather_controller.WeatherController( + low_temp, + high_temp, + latitude=latitude, + longitude=longitude, + timezone='US/Pacific', + cloud_cover_low=0.0, + cloud_cover_high=80.0, + irradiance_method='campbell_norman', + ) + + # Weather with clearsky (no cloud cover) + weather_clearsky = weather_controller.WeatherController( + low_temp, + high_temp, + latitude=latitude, + longitude=longitude, + timezone='US/Pacific', + ) + + # At noon when dynamic cloud cover is at maximum (80%) + noon = pd.Timestamp('2023-07-01 12:00:00', tz='US/Pacific') + irrad_dynamic = weather_dynamic.get_current_irradiance(noon) + irrad_clearsky = weather_clearsky.get_current_irradiance(noon) + + # Dynamic irradiance should be less than clearsky at noon + self.assertLess(irrad_dynamic['ghi'], irrad_clearsky['ghi']) + + def test_invalid_irradiance_method_raises_error(self): + """Test that invalid irradiance method raises error.""" + low_temp = 273.15 + high_temp = 298.15 + + with self.assertRaises(ValueError): + weather_controller.WeatherController( + low_temp, high_temp, irradiance_method='invalid_method' + ) + + def test_get_current_cloud_cover_replay_controller(self): + """Test cloud cover interpolation from weather data.""" + latitude = 37.4 + longitude = -122.1 + controller = weather_controller.ReplayWeatherController( + _LOCAL_WEATHER_TEST_DATA_PATH, + 10.0, + latitude=latitude, + longitude=longitude, + timezone='UTC', + ) + + # Test at a time with known cloud cover (0% at midnight) + timestamp = pd.Timestamp('2023-07-01 00:00:00+00:00') + cloud_cover = controller.get_current_cloud_cover(timestamp) + + self.assertEqual(cloud_cover, 0.0) + timestamp = pd.Timestamp('2023-07-01 12:00:00+00:00') + cloud_cover = controller.get_current_cloud_cover(timestamp) + self.assertEqual(cloud_cover, 100.0) + + def test_get_current_irradiance_replay_controller(self): + """Test irradiance calculation with cloud cover for + ReplayWeatherController. + + """ + latitude = 37.4 + longitude = -122.1 + controller = weather_controller.ReplayWeatherController( + _LOCAL_WEATHER_TEST_DATA_PATH, + 10.0, + latitude=latitude, + longitude=longitude, + timezone='US/Pacific', + irradiance_method='campbell_norman', + ) + + # Test at noon + timestamp = pd.Timestamp('2023-07-01 12:00:00', tz='US/Pacific') + irrad = controller.get_current_irradiance(timestamp) + + # Check that all components are present and non-negative + self.assertIn('ghi', irrad) + self.assertIn('dni', irrad) + self.assertIn('dhi', irrad) + self.assertIn('solar_zenith', irrad) + self.assertIn('solar_azimuth', irrad) + self.assertGreaterEqual(irrad['ghi'], 0) + self.assertGreaterEqual(irrad['dni'], 0) + self.assertGreaterEqual(irrad['dhi'], 0) + self.assertEqual(round(irrad['ghi']), 523.0) + self.assertEqual(round(irrad['dni']), 235.0) + self.assertEqual(round(irrad['dhi']), 304.0) + + # Solar position should be reasonable at noon + self.assertGreater(irrad['solar_zenith'], 0) + self.assertLess(irrad['solar_zenith'], 90) # Sun above horizon + + # Direct pvlib campbell_norman validation + # At noon UTC (20:00 US/Pacific previous day), cloud cover is 100% + # The timestamp is 12:00 US/Pacific which is 19:00 UTC + # Looking at CSV: row 12 (20230701-1200 UTC) has SkyCoverage=100 + pvlib_location = location.Location(latitude, longitude, tz='US/Pacific') + # Convert to UTC for the test data (test data is in UTC format) + timestamp_utc = timestamp.tz_convert('UTC') + solar_position = pvlib_location.get_solarposition( + pd.DatetimeIndex([timestamp_utc]) + ) + # Cloud cover at 12:00 US/Pacific = 19:00 UTC, interpolated from test data + # From CSV: 1200 UTC has 100% cloud cover + cloud_cover = controller.get_current_cloud_cover(timestamp) + transmittance = 0.7 - 0.5 * (cloud_cover / 100.0) + dni_extra = irradiance.get_extra_radiation( + pd.DatetimeIndex([timestamp_utc]) + ) + expected_irrad = irradiance.campbell_norman( + solar_position['apparent_zenith'].iloc[0], + transmittance, + dni_extra=dni_extra.iloc[0], + ) + # Compare with expected values (allowing for interpolation differences) + self.assertAlmostEqual(irrad['ghi'], expected_irrad['ghi'], delta=1.0) + self.assertAlmostEqual(irrad['dni'], expected_irrad['dni'], delta=1.0) + self.assertAlmostEqual(irrad['dhi'], expected_irrad['dhi'], delta=1.0) + + # Validate solar position against pvlib + self.assertAlmostEqual( + irrad['solar_zenith'], + solar_position['apparent_zenith'].iloc[0], + places=4, + ) + self.assertAlmostEqual( + irrad['solar_azimuth'], solar_position['azimuth'].iloc[0], places=4 + ) + + def test_get_irradiance_with_solar_position_replay_controller(self): + """Test irradiance with solar position for ReplayWeatherController.""" + latitude = 37.4 + longitude = -122.1 + controller = weather_controller.ReplayWeatherController( + _LOCAL_WEATHER_TEST_DATA_PATH, + 10.0, + latitude=latitude, + longitude=longitude, + timezone='UTC', + ) + + timestamp = pd.Timestamp('2023-07-01 12:00:00+00:00') + + # Get irradiance which now includes solar position + irrad = controller.get_current_irradiance(timestamp) + + # Verify solar position is included + self.assertIn('solar_zenith', irrad) + self.assertIn('solar_azimuth', irrad) + + # Test POA calculation using utility function + surface_tilt = 30.0 + surface_azimuth = 180.0 + + poa = building_radiation_utils.calculate_poa_irradiance( + irradiance_components=irrad, + surface_tilt=surface_tilt, + surface_azimuth=surface_azimuth, + solar_zenith=irrad['solar_zenith'], + solar_azimuth=irrad['solar_azimuth'], + ) + + # POA should be non-negative + self.assertGreaterEqual(poa, 0) + + # Direct pvlib validation for POA calculation + pvlib_location = location.Location(latitude, longitude, tz='UTC') + solar_position = pvlib_location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + poa_irrad_pvlib = irradiance.get_total_irradiance( + surface_tilt=surface_tilt, + surface_azimuth=surface_azimuth, + dni=irrad['dni'], + ghi=irrad['ghi'], + dhi=irrad['dhi'], + solar_zenith=solar_position['apparent_zenith'].iloc[0], + solar_azimuth=solar_position['azimuth'].iloc[0], + ) + expected_poa = float(poa_irrad_pvlib['poa_global']) + self.assertAlmostEqual(poa, expected_poa, places=4) + + def test_get_sky_temperature_weather_controller(self): + """Test sky temperature calculation for WeatherController.""" + low_temp = 273.15 + high_temp = 298.15 + dewpoint_depression = 5.0 + + weather = weather_controller.WeatherController( + low_temp, high_temp, dewpoint_depression=dewpoint_depression + ) + + timestamp = pd.Timestamp('2023-07-01 12:00:00', tz='UTC') + temp_sky_k = weather.get_current_sky_temperature(timestamp) + + # Sky temperature should be in Kelvin and reasonable + self.assertGreater(temp_sky_k, 200) # Above absolute zero + self.assertLess(temp_sky_k, 350) # Below very hot temps + # Sky temperature should be less than or equal to dry bulb temp + temp_k = weather.get_current_temp(timestamp) + self.assertLessEqual(temp_sky_k, temp_k) + + # Direct Clark & Allen formula validation + # Stefan-Boltzmann constant + sigma = 5.6697e-8 # W/(m^2*K^4) + # Dew point temperature + dp_k = temp_k - dewpoint_depression + # Sky emissivity (Clark & Allen formula) + epsilon_sky = 0.787 + 0.764 * np.log(dp_k / 273.0) + # Horizontal infrared radiation + ir_h = epsilon_sky * sigma * (temp_k**4) + # Expected sky temperature + expected_temp_sky_k = (ir_h / sigma) ** 0.25 + self.assertAlmostEqual(temp_sky_k, expected_temp_sky_k, places=4) + + def test_get_sky_temperature_replay_controller(self): + """Test sky temperature calculation for ReplayWeatherController.""" + controller = weather_controller.ReplayWeatherController( + _LOCAL_WEATHER_TEST_DATA_PATH, 10.0, timezone='UTC' + ) + + timestamp = pd.Timestamp('2023-07-01 12:00:00+00:00') + temp_sky_k = controller.get_current_sky_temperature(timestamp) + + # Sky temperature should be in Kelvin and reasonable + self.assertGreater(temp_sky_k, 200) + self.assertLess(temp_sky_k, 350) + # Sky temperature should be less than or equal to dry bulb temp + temp_k = controller.get_current_temp(timestamp) + self.assertLessEqual(temp_sky_k, temp_k) + + # Direct Clark & Allen formula validation using weather data values + # From CSV at 12:00 UTC: TempC=23.0, DewPointC=15.0 + sigma = 5.6697e-8 # W/(m^2*K^4) + temp_c = 23.0 # From CSV row 12 + dp_c = 15.0 # From CSV row 12 + temp_k_expected = utils.celsius_to_kelvin(temp_c) + dp_k = utils.celsius_to_kelvin(dp_c) + # Sky emissivity (Clark & Allen formula) + epsilon_sky = 0.787 + 0.764 * np.log(dp_k / 273.0) + # Horizontal infrared radiation + ir_h = epsilon_sky * sigma * (temp_k_expected**4) + # Expected sky temperature + expected_temp_sky_k = (ir_h / sigma) ** 0.25 + self.assertAlmostEqual(temp_sky_k, expected_temp_sky_k, places=2) + + +class ReplayWeatherControllerPvlibValidationTest(parameterized.TestCase): + """Validate ReplayWeatherController irradiance calculations against pvlib. + + This test class validates that the DHI, GHI, DNI calculations in + ReplayWeatherController are consistent with pvlib's irradiance methods + using the local_weather_test_data.csv which has SkyCoverage data. + """ + + def setUp(self): + """Set up test fixtures.""" + self.data_path = _LOCAL_WEATHER_TEST_DATA_PATH + # Mountain View, CA coordinates (from test data) + self.latitude = 37.4 + self.longitude = -122.1 + + def test_replay_controller_campbell_norman_vs_pvlib(self): + """Validate ReplayWeatherController campbell_norman matches pvlib. + + This test validates that the pre-calculated irradiance values in + ReplayWeatherController match direct pvlib calculations for the + same timestamp and cloud cover. + """ + controller = weather_controller.ReplayWeatherController( + self.data_path, + 10.0, + latitude=self.latitude, + longitude=self.longitude, + timezone='UTC', + irradiance_method='campbell_norman', + ) + + # Test at timestamps with known cloud cover from the CSV + # Use 19:00 UTC which is ~12:00 local time in Mountain View (daytime) + # Row 19: 19:00 UTC has SkyCoverage=0% (clear) + timestamp = pd.Timestamp('2023-07-01 19:00:00+00:00') + irrad = controller.get_current_irradiance(timestamp) + cloud_cover = controller.get_current_cloud_cover(timestamp) + + # Direct pvlib calculation with same parameters + pvlib_location = location.Location(self.latitude, self.longitude, tz='UTC') + solar_position = pvlib_location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + dni_extra = irradiance.get_extra_radiation(pd.DatetimeIndex([timestamp])) + transmittance = 0.7 - 0.5 * (cloud_cover / 100.0) + + expected_irrad = irradiance.campbell_norman( + solar_position['apparent_zenith'].iloc[0], + transmittance, + dni_extra=dni_extra.iloc[0], + ) + + # Validate GHI, DNI, DHI match pvlib (within tolerance for pre-calculation) + # ReplayWeatherController pre-calculates and then interpolates + self.assertAlmostEqual( + irrad['ghi'], + expected_irrad['ghi'], + delta=10.0, + msg=( + f"GHI mismatch: got {irrad['ghi']}, expected" + f" {expected_irrad['ghi']}" + ), + ) + self.assertAlmostEqual( + irrad['dni'], + expected_irrad['dni'], + delta=10.0, + msg=( + f"DNI mismatch: got {irrad['dni']}, expected" + f" {expected_irrad['dni']}" + ), + ) + self.assertAlmostEqual( + irrad['dhi'], + expected_irrad['dhi'], + delta=10.0, + msg=( + f"DHI mismatch: got {irrad['dhi']}, expected" + f" {expected_irrad['dhi']}" + ), + ) + + @parameterized.named_parameters( + ('clear_daytime', '2023-07-01 19:00:00+00:00', 0.0), # ~noon local + ('clear_morning', '2023-07-01 17:00:00+00:00', 0.0), # ~10am local + ) + def test_replay_controller_cloud_cover_irradiance_relationship( + self, time_str, expected_cloud_cover + ): + """Validate cloud cover affects irradiance as expected during daytime.""" + controller = weather_controller.ReplayWeatherController( + self.data_path, + 10.0, + latitude=self.latitude, + longitude=self.longitude, + timezone='UTC', + irradiance_method='campbell_norman', + ) + + timestamp = pd.Timestamp(time_str) + cloud_cover = controller.get_current_cloud_cover(timestamp) + irrad = controller.get_current_irradiance(timestamp) + + # Verify cloud cover matches expected value + self.assertAlmostEqual(cloud_cover, expected_cloud_cover, delta=1.0) + + # All irradiance components should be non-negative + self.assertGreaterEqual(irrad['ghi'], 0) + self.assertGreaterEqual(irrad['dni'], 0) + self.assertGreaterEqual(irrad['dhi'], 0) + + # During daytime with clear sky, GHI should be substantial + self.assertGreater(irrad['ghi'], 100) + + def test_replay_controller_irradiance_closure_equation(self): + """Validate ReplayWeatherController satisfies closure equation.""" + controller = weather_controller.ReplayWeatherController( + self.data_path, + 10.0, + latitude=self.latitude, + longitude=self.longitude, + timezone='UTC', + irradiance_method='campbell_norman', + ) + + # Test at multiple timestamps + test_times = [ + '2023-07-01 08:00:00+00:00', + '2023-07-01 10:00:00+00:00', + '2023-07-01 12:00:00+00:00', + '2023-07-01 14:00:00+00:00', + ] + + pvlib_location = location.Location(self.latitude, self.longitude, tz='UTC') + + for time_str in test_times: + timestamp = pd.Timestamp(time_str) + irrad = controller.get_current_irradiance(timestamp) + + # Get solar position + solar_position = pvlib_location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + zenith_rad = np.radians(solar_position['apparent_zenith'].iloc[0]) + + # Closure equation: GHI = DNI * cos(zenith) + DHI + calculated_ghi = irrad['dni'] * np.cos(zenith_rad) + irrad['dhi'] + + # Should satisfy closure equation + if irrad['ghi'] > 10: # Skip very low irradiance (numerical issues) + self.assertAlmostEqual( + calculated_ghi, + irrad['ghi'], + delta=10.0, + msg=f'Closure equation failed at {time_str}', + ) + + def test_replay_controller_vs_weather_controller_consistency(self): + """Validate ReplayWeatherController and WeatherController produce + consistent results for same cloud cover and location. + """ + # Create ReplayWeatherController + replay_controller = weather_controller.ReplayWeatherController( + self.data_path, + 10.0, + latitude=self.latitude, + longitude=self.longitude, + timezone='UTC', + irradiance_method='campbell_norman', + ) + + # Test at a timestamp with known cloud cover + timestamp = pd.Timestamp('2023-07-01 10:00:00+00:00') + cloud_cover = replay_controller.get_current_cloud_cover(timestamp) + replay_irrad = replay_controller.get_current_irradiance(timestamp) + + # Create WeatherController with same cloud cover + weather = weather_controller.WeatherController( + default_low_temp=273.15, + default_high_temp=298.15, + latitude=self.latitude, + longitude=self.longitude, + timezone='UTC', + cloud_cover=cloud_cover, + irradiance_method='campbell_norman', + ) + weather_irrad = weather.get_current_irradiance(timestamp) + + # Both should produce consistent results (within tolerance) + self.assertAlmostEqual( + replay_irrad['ghi'], + weather_irrad['ghi'], + delta=10.0, + msg=( + 'GHI inconsistency between ReplayWeatherController and' + ' WeatherController' + ), + ) + self.assertAlmostEqual( + replay_irrad['dni'], + weather_irrad['dni'], + delta=10.0, + msg=( + 'DNI inconsistency between ReplayWeatherController and' + ' WeatherController' + ), + ) + self.assertAlmostEqual( + replay_irrad['dhi'], + weather_irrad['dhi'], + delta=10.0, + msg=( + 'DHI inconsistency between ReplayWeatherController and' + ' WeatherController' + ), + ) + + def test_replay_controller_campbell_norman_consistency(self): + """Validate ReplayWeatherController campbell_norman method against pvlib. + + Similar to test_weather_controller_campbell_norman_consistency but for + ReplayWeatherController. + """ + controller = weather_controller.ReplayWeatherController( + self.data_path, + 10.0, + latitude=self.latitude, + longitude=self.longitude, + timezone='UTC', + irradiance_method='campbell_norman', + ) + + # Test at 19:00 UTC (~noon local time in Mountain View) + timestamp = pd.Timestamp('2023-07-01 19:00:00+00:00') + irrad = controller.get_current_irradiance(timestamp) + cloud_cover = controller.get_current_cloud_cover(timestamp) + + # Direct pvlib validation + pvlib_location = location.Location(self.latitude, self.longitude, tz='UTC') + solar_position = pvlib_location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + dni_extra = irradiance.get_extra_radiation(pd.DatetimeIndex([timestamp])) + transmittance = 0.7 - 0.5 * (cloud_cover / 100.0) + + expected_irrad = irradiance.campbell_norman( + solar_position['apparent_zenith'].iloc[0], + transmittance, + dni_extra=dni_extra.iloc[0], + ) + + # Validate against pvlib + self.assertAlmostEqual(irrad['ghi'], expected_irrad['ghi'], delta=5.0) + self.assertAlmostEqual(irrad['dni'], expected_irrad['dni'], delta=5.0) + self.assertAlmostEqual(irrad['dhi'], expected_irrad['dhi'], delta=5.0) + + def test_replay_controller_linear_method_consistency(self): + """Validate ReplayWeatherController linear method results. + + Similar to test_weather_controller_linear_method_consistency but for + ReplayWeatherController. + """ + controller = weather_controller.ReplayWeatherController( + self.data_path, + 10.0, + latitude=self.latitude, + longitude=self.longitude, + timezone='UTC', + irradiance_method='linear', + ) + + # Test at 19:00 UTC (~noon local time in Mountain View) + timestamp = pd.Timestamp('2023-07-01 19:00:00+00:00') + irrad = controller.get_current_irradiance(timestamp) + cloud_cover = controller.get_current_cloud_cover(timestamp) + + # Direct pvlib validation with linear method + pvlib_location = location.Location(self.latitude, self.longitude, tz='UTC') + clearsky = pvlib_location.get_clearsky( + pd.DatetimeIndex([timestamp]), model='ineichen' + ) + solar_position = pvlib_location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + + # Expected GHI using linear relationship + expected_ghi = float(clearsky['ghi'].iloc[0]) * ( + 1.0 - 0.8 * (cloud_cover / 100.0) + ) + + # Expected DNI using DISC model + dni_result = irradiance.disc( + pd.Series([expected_ghi], index=pd.DatetimeIndex([timestamp])), + solar_position['zenith'], + pd.DatetimeIndex([timestamp]), + ) + expected_dni = float(dni_result['dni'].iloc[0]) + + # Expected DHI from closure + zenith_rad = np.radians(solar_position['zenith'].iloc[0]) + expected_dhi = max(0, expected_ghi - expected_dni * np.cos(zenith_rad)) + + # Validate (with tolerance for pre-calculation/interpolation differences) + self.assertAlmostEqual(irrad['ghi'], expected_ghi, delta=20.0) + self.assertAlmostEqual(irrad['dni'], expected_dni, delta=20.0) + self.assertAlmostEqual(irrad['dhi'], expected_dhi, delta=20.0) + + def test_replay_clearsky_irradiance_matches_pvlib(self): + """Validate ReplayWeatherController clearsky irradiance matches pvlib. + + When cloud cover is 0%, the irradiance should match clearsky values + from pvlib.location.get_clearsky(). Similar to + test_clearsky_irradiance_matches_pvlib but for ReplayWeatherController. + """ + controller = weather_controller.ReplayWeatherController( + self.data_path, + 10.0, + latitude=self.latitude, + longitude=self.longitude, + timezone='UTC', + irradiance_method='campbell_norman', + ) + + # Test at 19:00 UTC (~noon local) where SkyCoverage=0 (clear sky) + timestamp = pd.Timestamp('2023-07-01 19:00:00+00:00') + irrad = controller.get_current_irradiance(timestamp) + cloud_cover = controller.get_current_cloud_cover(timestamp) + + # Verify it's clear sky condition + self.assertEqual(cloud_cover, 0.0) + + # For campbell_norman with transmittance=0.7 (clear sky), compare to pvlib + pvlib_location = location.Location(self.latitude, self.longitude, tz='UTC') + solar_position = pvlib_location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + dni_extra = irradiance.get_extra_radiation(pd.DatetimeIndex([timestamp])) + + # Clearsky transmittance = 0.7 (when cloud_cover = 0) + expected_irrad = irradiance.campbell_norman( + solar_position['apparent_zenith'].iloc[0], + 0.7, # Clear sky transmittance + dni_extra=dni_extra.iloc[0], + ) + + # Validate against pvlib clearsky campbell_norman + self.assertAlmostEqual(irrad['ghi'], expected_irrad['ghi'], delta=5.0) + self.assertAlmostEqual(irrad['dni'], expected_irrad['dni'], delta=5.0) + self.assertAlmostEqual(irrad['dhi'], expected_irrad['dhi'], delta=5.0) + + # Also compare to ineichen clearsky model for reference + clearsky = pvlib_location.get_clearsky( + pd.DatetimeIndex([timestamp]), model='ineichen' + ) + + # GHI should be in reasonable range compared to clearsky model + # (campbell_norman and ineichen will differ but should be similar order) + self.assertAlmostEqual( + irrad['ghi'], + clearsky['ghi'].iloc[0], + delta=200.0, + msg='GHI differs significantly from ineichen clearsky', + ) + + +class IrradianceDecompositionPvlibValidationTest(parameterized.TestCase): + """Validate irradiance decomposition methods against pvlib using TMY3 data. + + This test class validates that the DHI, GHI, DNI calculations in + weather_controller are consistent with pvlib's irradiance decomposition + methods (DISC, Erbs, campbell_norman) using the Greensboro TMY3 data. + """ + + @classmethod + def setUpClass(cls): + """Load TMY3 data once for all tests.""" + from pvlib.iotools import read_tmy3 # pylint: disable=import-outside-toplevel + from pvlib.solarposition import get_solarposition # pylint: disable=import-outside-toplevel + + # Load TMY3 data from test data directory + tmy3_path = os.path.join( + os.path.dirname(__file__), + 'building_radiation_test_data', + '723170TYA.CSV', + ) + cls.tmy3_data, cls.metadata = read_tmy3( + tmy3_path, coerce_year=1990, map_variables=True + ) + + # Calculate solar positions (shift 30 min back for center of interval) + cls.solpos = get_solarposition( + cls.tmy3_data.index.shift(freq='-30min'), + latitude=cls.metadata['latitude'], + longitude=cls.metadata['longitude'], + altitude=cls.metadata['altitude'], + pressure=cls.tmy3_data.pressure * 100, # millibar to Pa + temperature=cls.tmy3_data.temp_air, + ) + cls.solpos.index = cls.tmy3_data.index # Reset index to end of hour + + def test_disc_method_matches_pvlib(self): + """Validate DISC decomposition method matches pvlib.irradiance.disc.""" + # Use pvlib DISC method + out_disc = irradiance.disc( + self.tmy3_data.ghi, + self.solpos.zenith, + self.tmy3_data.index, + self.tmy3_data.pressure * 100, + ) + + # Calculate DHI using closure equation: DHI = GHI - DNI * cos(zenith) + df_disc = irradiance.complete_irradiance( + solar_zenith=self.solpos.apparent_zenith, + ghi=self.tmy3_data.ghi, + dni=out_disc.dni, + dhi=None, + ) + + # Select a sample of daytime hours for validation (avoid night/edge cases) + # July 4th noon - clear summer day + sample_times = [ + '1990-07-04 12:00:00-05:00', + '1990-07-04 13:00:00-05:00', + '1990-07-04 14:00:00-05:00', + ] + + for time_str in sample_times: + idx = pd.Timestamp(time_str) + if idx in out_disc.index: + pvlib_dni = out_disc.dni.loc[idx] + pvlib_dhi = df_disc.dhi.loc[idx] + pvlib_ghi = self.tmy3_data.ghi.loc[idx] + + # Verify closure equation: GHI = DNI * cos(zenith) + DHI + zenith_rad = np.radians(self.solpos.apparent_zenith.loc[idx]) + calculated_ghi = pvlib_dni * np.cos(zenith_rad) + pvlib_dhi + + # GHI should match within tolerance (closure equation) + self.assertAlmostEqual( + calculated_ghi, + pvlib_ghi, + delta=1.0, + msg=f'DISC closure equation failed at {time_str}', + ) + + # DNI should be non-negative and reasonable + self.assertGreaterEqual(pvlib_dni, 0) + self.assertLessEqual(pvlib_dni, 1400) # Max reasonable DNI + + def test_erbs_method_matches_pvlib(self): + """Validate Erbs decomposition method matches pvlib.irradiance.erbs.""" + # Use pvlib Erbs method + out_erbs = irradiance.erbs( + self.tmy3_data.ghi, self.solpos.zenith, self.tmy3_data.index + ) + + # Select sample times for validation + sample_times = [ + '1990-04-04 12:00:00-05:00', + '1990-04-04 13:00:00-05:00', + '1990-01-04 12:00:00-05:00', + ] + + for time_str in sample_times: + idx = pd.Timestamp(time_str) + if idx in out_erbs.index: + pvlib_dni = out_erbs.dni.loc[idx] + pvlib_dhi = out_erbs.dhi.loc[idx] + pvlib_ghi = self.tmy3_data.ghi.loc[idx] + + # Verify closure equation + zenith_rad = np.radians(self.solpos.zenith.loc[idx]) + if np.cos(zenith_rad) > 0.1: # Avoid edge cases near horizon + calculated_ghi = pvlib_dni * np.cos(zenith_rad) + pvlib_dhi + self.assertAlmostEqual( + calculated_ghi, + pvlib_ghi, + delta=5.0, + msg=f'Erbs closure equation failed at {time_str}', + ) + + def test_campbell_norman_method_matches_pvlib(self): + """Validate campbell_norman method matches pvlib implementation.""" + # Test with known transmittance values + test_transmittances = [0.7, 0.5, 0.3] # Clear to cloudy + + # Select a clear summer noon timestamp + test_time = pd.Timestamp('1990-07-04 12:00:00-05:00') + + for transmittance in test_transmittances: + # Get extra-terrestrial radiation + dni_extra = irradiance.get_extra_radiation(pd.DatetimeIndex([test_time])) + + # Calculate using pvlib campbell_norman + pvlib_result = irradiance.campbell_norman( + self.solpos.apparent_zenith.loc[test_time], + transmittance, + dni_extra=dni_extra.iloc[0], + ) + + # Verify components are non-negative + self.assertGreaterEqual(pvlib_result['ghi'], 0) + self.assertGreaterEqual(pvlib_result['dni'], 0) + self.assertGreaterEqual(pvlib_result['dhi'], 0) + + # Verify closure equation: GHI = DNI * cos(zenith) + DHI + zenith_rad = np.radians(self.solpos.apparent_zenith.loc[test_time]) + calculated_ghi = ( + pvlib_result['dni'] * np.cos(zenith_rad) + pvlib_result['dhi'] + ) + self.assertAlmostEqual( + calculated_ghi, + pvlib_result['ghi'], + delta=1.0, + msg=( + 'Campbell-Norman closure failed for' + f' transmittance={transmittance}' + ), + ) + + def test_weather_controller_linear_method_consistency(self): + """Validate WeatherController linear method produces consistent results.""" + latitude = self.metadata['latitude'] + longitude = self.metadata['longitude'] + + # Test with 30% cloud cover using linear method + weather = weather_controller.WeatherController( + default_low_temp=273.15, + default_high_temp=298.15, + latitude=latitude, + longitude=longitude, + timezone='US/Eastern', + cloud_cover=30.0, + irradiance_method='linear', + ) + + # Test at a summer noon timestamp + timestamp = pd.Timestamp('1990-07-04 12:00:00', tz='US/Eastern') + irrad = weather.get_current_irradiance(timestamp) + + # Direct pvlib validation + pvlib_location = location.Location(latitude, longitude, tz='US/Eastern') + clearsky = pvlib_location.get_clearsky( + pd.DatetimeIndex([timestamp]), model='ineichen' + ) + solar_position = pvlib_location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + + # Expected GHI using linear relationship + expected_ghi = float(clearsky['ghi'].iloc[0]) * (1.0 - 0.8 * (30.0 / 100.0)) + + # Expected DNI using DISC model + dni_result = irradiance.disc( + pd.Series([expected_ghi], index=pd.DatetimeIndex([timestamp])), + solar_position['zenith'], + pd.DatetimeIndex([timestamp]), + ) + expected_dni = float(dni_result['dni'].iloc[0]) + + # Expected DHI from closure + zenith_rad = np.radians(solar_position['zenith'].iloc[0]) + expected_dhi = max(0, expected_ghi - expected_dni * np.cos(zenith_rad)) + + # Validate + self.assertAlmostEqual(irrad['ghi'], expected_ghi, places=2) + self.assertAlmostEqual(irrad['dni'], expected_dni, places=2) + self.assertAlmostEqual(irrad['dhi'], expected_dhi, places=2) + + def test_weather_controller_campbell_norman_consistency(self): + """Validate WeatherController campbell_norman method against pvlib.""" + latitude = self.metadata['latitude'] + longitude = self.metadata['longitude'] + + # Test with 50% cloud cover using campbell_norman method + weather = weather_controller.WeatherController( + default_low_temp=273.15, + default_high_temp=298.15, + latitude=latitude, + longitude=longitude, + timezone='US/Eastern', + cloud_cover=50.0, + irradiance_method='campbell_norman', + ) + + timestamp = pd.Timestamp('1990-07-04 12:00:00', tz='US/Eastern') + irrad = weather.get_current_irradiance(timestamp) + + # Direct pvlib validation + pvlib_location = location.Location(latitude, longitude, tz='US/Eastern') + solar_position = pvlib_location.get_solarposition( + pd.DatetimeIndex([timestamp]) + ) + dni_extra = irradiance.get_extra_radiation(pd.DatetimeIndex([timestamp])) + transmittance = 0.7 - 0.5 * (50.0 / 100.0) + + expected_irrad = irradiance.campbell_norman( + solar_position['apparent_zenith'].iloc[0], + transmittance, + dni_extra=dni_extra.iloc[0], + ) + + # Validate against pvlib + self.assertAlmostEqual(irrad['ghi'], expected_irrad['ghi'], places=2) + self.assertAlmostEqual(irrad['dni'], expected_irrad['dni'], places=2) + self.assertAlmostEqual(irrad['dhi'], expected_irrad['dhi'], places=2) + + def test_clearsky_irradiance_matches_pvlib(self): + """Validate clearsky irradiance matches pvlib location.get_clearsky.""" + latitude = self.metadata['latitude'] + longitude = self.metadata['longitude'] + + # WeatherController with clearsky (no cloud cover) + weather = weather_controller.WeatherController( + default_low_temp=273.15, + default_high_temp=298.15, + latitude=latitude, + longitude=longitude, + timezone='US/Eastern', + ) + + timestamp = pd.Timestamp('1990-07-04 12:00:00', tz='US/Eastern') + irrad = weather.get_current_irradiance(timestamp) + + # Direct pvlib clearsky + pvlib_location = location.Location(latitude, longitude, tz='US/Eastern') + clearsky = pvlib_location.get_clearsky(pd.DatetimeIndex([timestamp])) + + # Validate exact match + self.assertAlmostEqual(irrad['ghi'], clearsky['ghi'].iloc[0], places=4) + self.assertAlmostEqual(irrad['dni'], clearsky['dni'].iloc[0], places=4) + self.assertAlmostEqual(irrad['dhi'], clearsky['dhi'].iloc[0], places=4) + + @parameterized.named_parameters( + ('winter_noon', '1990-01-04 12:00:00-05:00'), + ('spring_noon', '1990-04-04 12:00:00-05:00'), + ('summer_noon', '1990-07-04 12:00:00-05:00'), + ) + def test_tmy3_irradiance_closure_equation(self, time_str): + """Validate TMY3 data satisfies closure equation: GHI = DNI*cos(z) + DHI.""" + idx = pd.Timestamp(time_str) + + ghi = self.tmy3_data.ghi.loc[idx] + dni = self.tmy3_data.dni.loc[idx] + dhi = self.tmy3_data.dhi.loc[idx] + zenith = self.solpos.apparent_zenith.loc[idx] + + # Closure equation + zenith_rad = np.radians(zenith) + calculated_ghi = dni * np.cos(zenith_rad) + dhi + + # TMY3 data should satisfy closure (within measurement uncertainty) + self.assertAlmostEqual( + calculated_ghi, + ghi, + delta=50.0, + msg=f'TMY3 closure equation failed at {time_str}', + ) + class MoffettReplayWeatherControllerTest(parameterized.TestCase): """Tests for ReplayWeatherController using real weather data.""" def setUp(self): super().setUp() - self.controller = weather_controller.ReplayWeatherController() + self.controller = weather_controller.ReplayWeatherController( + local_weather_path=_MOFFETT_WEATHER_CSV_PATH, + station_json_path=_STATION_JSON_PATH, + ) def test_weather_df(self): - self.assertIsInstance(self.controller.weather_df, pd.DataFrame) - self.assertEqual(self.controller.weather_df.shape, (3462, 15)) + self.assertIsInstance(self.controller._weather_data, pd.DataFrame) + self.assertEqual(self.controller._weather_data.shape, (3462, 19)) expected_columns = [ 'Time', @@ -179,9 +1511,13 @@ def test_weather_df(self): 'VisibilityKm', 'Humidity', 'TempF', + 'ghi', + 'dni', + 'dhi', + 'TempSkyC', ] self.assertCountEqual( - self.controller.weather_df.columns.tolist(), + self.controller._weather_data.columns.tolist(), expected_columns, ) diff --git a/smart_control/utils/conversion_utils.py b/smart_control/utils/conversion_utils.py index 8581fa5a..a8a98e31 100644 --- a/smart_control/utils/conversion_utils.py +++ b/smart_control/utils/conversion_utils.py @@ -127,6 +127,37 @@ def get_radian_time( return 2.0 * np.pi * interval_frac +def kelvin_to_celsius(kelvin: float) -> float: + """Converts Kelvin to Celsius. + Args: + kelvin: Temperature in Kelvin. + + Returns: + The temperature in Celsius. + Raises: + A ValueError if the input value is negative. + """ + if kelvin <= 0.0: + raise ValueError('Temperature must be greater than absolute zero.') + return kelvin - 273.15 + + +def celsius_to_kelvin(celsius: float) -> float: + """Converts Celsius to Kelvin. + Args: + celsius: Temperature in Celsius. + + Returns: + The temperature in Kelvin. + + Raises: + A ValueError if the input value is less than absolute zero, -273.15°C. + """ + if celsius <= -273.15: + raise ValueError('Temperature must be greater than absolute zero.') + return celsius + 273.15 + + def kelvin_to_fahrenheit(kelvin: float) -> float: """Converts Kelvin to °F.