CERES BDS R4-508 Readme File 1.0 Introduction This readme file document provides information on the following Clouds and Earth's Radiant Energy System (CERES) BDS data sets: Terra: CER_BDS_Terra-FM1_Edition1 CER_BDS_Terra-FM2_Edition1 CER_BDS_Terra-FM1_Edition2 (configuration codes less then 031033) CER_BDS_Terra-FM2_Edition2 (configuration codes less then 031033) Aqua: CER_BDS_Aqua-FM3_Edition1 CER_BDS_Aqua-FM4_Edition1 CER_BDS_Aqua-FM3_Edition2 (configuration codes less then 031033) CER_BDS_Aqua-FM4_Edition2 (configuration codes less then 031033) This document includes the following sections: Section 2.0 - Data Set Description Section 3.0 - Format and Packaging Section 4.0 - Science Parameters Information Section 5.0 - Description of Sample Read Software Section 6.0 - Implementing Sample Read Software Section 7.0 - Sample Output Section 8.0 - Additional Data Information (This section is optional) If users have questions, please contact the Langley ASDC User and Data Services Office at: Atmospheric Science Data Center User and Data Services Office Mail Stop 157D 2 South Wright Street NASA Langley Research Center Hampton, Virginia 23681-2199 U.S.A. E-mail: larc@eos.nasa.gov Phone: (757)864-8656 FAX: (757)864-8807 URL: http://eosweb.larc.nasa.gov 2.0 Data Set Description 2.1 Instrumentation Description For a complete description of the CERES experiment and instruments, please refer to the documentation provided at the URL http://asd-www.larc.nasa.gov/ceres/ASDceres.html. 2.2 Data Quality For a discussion regarding the quality of the BDS data sets, please refer to the corresponding Quality Summary Document available from the URL http://eosweb.larc.nasa.gov/PRODOCS/ceres/table_ceres.html. 2.3 Other pertinent information The CERES BDS product is produced from software maintained by the CERES Instrument Data Management Team. 2.4 Science Representatives *NOTE TO USER: If you have any questions concerning the sample code or the data, please contact the Atmospheric Science Data Center User and Data Services Office. The contact information is provided above in Section 1.0. 1. Dr. Bruce A. Wielicki, CERES Interdisciplinary Principal Investigator NASA Langley Research Center Mail Stop 420 Hampton, VA 23681-2199 E-mail: Bruce.A.Wielicki@nasa.gov FAX: (757)864-7996 Phone: (757)864-5683 2. Dr. Kory Priestly, Instrument Working Group chair NASA Langley Research Center Mail Stop 420 Hampton, VA 23681-2199 E-mail: Kory.J.Priestley@nasa.gov FAX: (757)864-7996 Phone: (757)864-8147 3.0 Format and Packaging This package includes a program, written in C, which will read an BDS HDF file. The examples provided in the main (test_rdHDF.c) program are written specifically for SDS(s) and Vdata(s) in BDS files. This read program is provided as a template to the user who will need to modify it, if they need to read different BDS parameters. Information on the structure of the BDS file can be found in the Data Products Catalog (DPC) pages included in this package. This information is also available in the enclosed dump file, "CER_BDS_Terra-FM1_Edition1_027025.20030514.ASCII". Complete parameter descriptions are available in the Collection/User's Guide, which is on-line at URL: http://asd-www.larc.nasa.gov/ceres/collect_guide. 3.1 Sample Read Package Contents This package consists of the following files: 1) CER_BDS_Terra-FM1_Edition1_027025.20030514 2) CER_BDS_Terra-FM1_Edition1_027025.20030514.ASCII 3) CER_BDS_Terra-FM1_Edition1_027025.20030514.cntnts 4) CER_BDS_Terra-FM1_Edition1_027025.20030514.met 5) DPC_BDS_R4V1.pdf 6) HDFread.h 7) readHDFfuncs.c 8) test_rdHDF.c 9) compile_rdHDF Descriptions for each file is as follows: 1)'CER_BDS_Terra-FM1_Edition1_027025.20030514' is a sample 9-scan BDS file which is used by the examples in 'test_rdHDF.c' 2)'CER_BDS_Terra-FM1_Edition1_027025.20030514.ASCII' is an ASCII file containing a description of the data in the sample BDS, 'CER_BDS_Terra-FM1_Edition1_027025.20030514'. If a value in the BDS granule is out-of-range or not valid, a default value is inserted in its place. Default values depend on data type. CERES default values are greater than or equal to: INT2 - 32767 INT4 - 2147483647 REAL4 - 3.402823E+38 REAL8 - 1.797693134862315E+308 The 'CER_BDS_Terra-FM1_Edition1_027025.20030514.ASCII' file includes a list of ALL the data on the 9-scan sample BDS. The output data are the same as what the user would produce using hdp, but for this example, the CERES Team modified the format of the output from the hdp command to make it easier to read. 3)'CER_BDS_Terra-FM1_Edition1_027025.20030514.cntnts' is an ASCII file containing a list of all the SDSs and VDatas contained in the sample BDS file 'CER_BDS_Terra-FM1_Edition1_027025.20030514'. 4)'CER_BDS_Terra-FM1_Edition1_027025.20030514.met' is an ASCII metadata file that is delivered with every data granule. The file is written in Object Descriptive Language (ODL) and contains information that is associated with the origin, content, quality, and condition of the data granule. The metadata information contained in the granule metadata file is also included as metadata on the BDS HDF data file. An example of a metadata parameter found in the metadata file and on the BDS HDF file is LOCALGRANULEID, which has a value set to the original granule file name. 5)'DPC_BDS_R4V1.pdf' is a copy of the CERES Data Product Catalog pages which describes the BDS product. 6)'HDFread.h' is a header file for 'readHDFfuncs.c' and the BDS HDF read functions. 7)'readHDFfuncs.c' is a file consisting of C functions that are linked with 'test_rdHDF.c' and call the HDF functions. 8)'test_rdHDF.c' is the main program which accesses the HDF reading functions. It consists of four examples of accessing SDS and Vdata structures from the included sample BDS file. Comments are provided throughout the program. This file must be modified if the user wishes to read SDSs or Vdatas other than those in the examples. 9)'compile_rdHDF' is a sample script to compile the C programs in a UNIX environment. The script must be modified for different platforms to properly compile the programs and correctly link the HDF libraries. 3.2 Zip Information To read the files, first unzip them with Info-Zip software. Information about downloading and using this freeware is available at the URL: http://www.info-zip.org/pub/infozip/Info-ZIP.html 3.3 HDF library HDF information, documentation, tutorials, libraries, etc. can be found on-line at the URL http://hdf.ncsa.uiuc.edu. The utility hdp, provided in the HDF libraries, extracts information regarding the HDF file contents, such as the size, type, order, names, and the data itself. Some examples are: hdp -H - provides "help" on how to use the "hdp" utility hdp dumpsds [-options] - lists information about the SDSs found on the specified file hdp dumpvd [-options] - lists information about the Vdatas found on the specified file 3.4 Data Format The BDS data files are written in HDF as collections of SDS(s) and Vdata(s). 3.5 Breakdown of the File Naming Convention The BDS data granules adhere to the following CERES file naming convention: CER_PID_SS_PS_CC.DataDate where: CER = the CERES experiment PID = the CERES product, e.g., BDS SS = the CERES sampling strategy, e.g., Terra-FM2, as defined by the CERES experiment. For the BDS, this indicates the satellite and instruments that were the source of the input data into the software system that produced the BDS data. PS = the CERES production strategy, e.g., 'Edition1', as defined by the CERES experiment. 'EditionN' production strategies indicate versions of products that contain validated data with which the user can publish. CC = the product configuration code, e.g., '027025', assigned by the CERES experiment. This code is internal to the CERES project, and is updated whenever the software system producing the product is modified for any reason. Multiple files that are identical in all aspects of the filename except for the 6 digit configuration code differ little, if any, scientifically. Users may, therefore, analyze data from the same sampling strategy and production strategy without regard to configuration code. For a complete history of the changes to the software, see the BDS product Description/Abstract document available from the URL http://eosweb.larc.nasa.gov/PRODOCS/ceres/table_ceres.html DataDate = the date of the data included in the file. For the BDS, this date is in the format YYYYMMDD where: YYYY = the four-digit data year, MM = the two-digit month DD = the two-digit day 4.0 Science Parameters Information Refer to the BDS CERES Data Products Catalog pages included with this package (listed under Section 3.1) for the following information for each science parameter: Name Units Type (integer, real, character, etc...) Ranges (minimum and maximum values) Fill values / bad data flags 5.0 Description of Sample Read Software The sample read software in this package is intended only as an example. As both the number of SDSs and Vdatas that make up the BDS product and the number of data records contained on an actual BDS file are large, the sample software only demonstrates reading a limited number of SDSs for the nine scans included in the sample BDS file. The contents of the BDS scan, along with a list of all the SDS(s) contained on the BDS product, are described in the Data Products Catalog pages discussed in Section 3.1. A note to the user: It is recommended that before modifiying the BDS read program to read different BDS parameters, the user should first compile and run the BDS read program using the sample BDS file as input and compare the results that are created by the read program for each SDS/parameter with the list of values for corresponding parameters in the BDS sample dump file, 'CER_BDS_Terra-FM1_Edition1_027025.20030514.ASCII'. If this test is successful, then the user should modify the the BDS read program or their own software to read the parameters in which they are interested and run that software using the Sample BDS as input. The values read should be compared to the values of the corresponding parameters in the sample dump file. If both of these test are successful, then the user will be ready to use their altered program with a full size BDS data file. 6.0 Implementing Sample Read Software 6.1 Compiling the Sample Read Software 1. Download and install the HDF libraries from the NCSA web site http://hdf.ncsa.uiuc.edu This code uses version HDF4.1r5. Other versions of the HDF libraries may not work with this code. NCSA uses the GNU gzip compression utility for some packages. If necessary, the software needed to uncompress the file can be obtained from one of the GNU mirror sites listed at the URL: http://www.gnu.org/order/ftp.html 2. Edit the sample script 'compile_rdHDF' to link the HDF libraries and compile the C programs. Check the permissions on this file to make sure execute permission is set for the owner by typing at the command line (denoted by ">"): > ls -l compile_rdHDF A line similar to the following will be displayed: -rwxr--r-- 1 OWNER GROUP 1450 Mar 6 14:49 compile_rdHDF where OWNER and GROUP are the file owner and group information. The owner executable permission is the x in -rwxr--r--. To set the proper permissions, at the command line type: > chmod 744 compile_rdHDF 3. Execute the script 'compile_rdHDF' to create the executable rd by typing at the command line: > source compile_rdHDF or, on some systems, type: > compile_rdHDF 6.2 How to Run the Sample Read Software Execute rd by typing at the command line: > rd CER_BDS_Terra-FM1_Edition1_027025.20030514 7.0 Sample Output The following is the screen output generated from executing the rd program with the provided sample file. > ./rd CER_BDS_Terra-FM1_Edition1_027025.20030514 Name of HDF file to be read: < CER_BDS_Terra-FM1_Edition1_027025.20030514 SDS data set: "CERES SW Filtered Radiances Upwards" i = 0 SW_rad @[200],[400] = 86.860229 92.619583 i = 1 SW_rad @[200],[400] = 87.436195 94.869080 i = 2 SW_rad @[200],[400] = 89.865913 96.554977 i = 3 SW_rad @[200],[400] = 89.694382 96.251740 i = 4 SW_rad @[200],[400] = 92.293152 89.236969 i = 5 SW_rad @[200],[400] = 93.589912 82.091248 i = 6 SW_rad @[200],[400] = 95.520088 85.574944 i = 7 SW_rad @[200],[400] = 97.370430 84.029633 i = 8 SW_rad @[200],[400] = 97.994751 76.860359 i = 9 SW_rad @[200],[400] = 0.000000 0.000000 SDS data set: "CERES SW Filtered Radiances Upwards" 0.028879 0.140252 0.002254 0.017892 0.106101 0.104696 0.021495 0.065566 0.055058 0.058498 0.082358 0.113240 0.099757 0.047191 0.014950 0.124022 0.176525 0.148316 0.127361 0.019343 0.056830 0.052037 0.107523 0.070877 0.032044 0.143970 0.156285 0.132475 0.035767 0.040642 0.182761 0.198032 0.205396 0.183552 0.070585 0.131999 0.123350 0.125133 -0.003740 0.007736 0.009546 0.023214 0.043137 0.039229 -0.081390 -0.068470 -0.071804 0.027741 0.021969 -0.111605 0.006065 0.145775 0.061799 -0.051142 0.045652 0.081267 0.045506 0.009974 -0.001725 0.004805 0.136281 0.133995 0.234807 2.568175 14.224490 34.861008 51.553329 59.415585 61.899235 62.638031 64.273628 65.914162 67.098167 68.624397 70.831612 72.139359 72.480881 73.029793 74.170097 75.133415 74.771561 73.315285 72.226006 72.002533 71.871353 72.300629 72.614197 72.571304 72.060921 71.639595 72.901413 75.637810 78.022430 78.753967 77.909775 77.578743 78.341026 79.316231 79.425240 79.338783 79.418015 79.037605 77.692924 75.927803 75.026367 75.357658 75.580452 75.786774 76.460823 77.807259 79.736336 81.336060 81.989479 81.329758 80.098328 79.314659 79.316795 80.138153 80.675209 81.113907 81.883896 83.088531 83.943779 84.238899 84.096352 83.970673 83.942009 83.916336 84.117218 84.131859 83.938560 84.199013 84.431969 83.949890 83.263512 83.367271 83.903061 84.099350 83.994530 83.759529 83.861206 84.089783 84.302704 84.428833 84.276482 84.130302 84.137535 84.027046 83.919754 84.040726 84.267929 83.932472 83.706970 83.602600 83.488235 83.130447 82.994278 83.570450 83.893044 82.553558 80.037003 78.295822 79.057991 80.684662 80.802742 80.593651 81.676079 82.741837 82.321098 81.451996 82.848785 84.631554 84.000000 81.809349 79.520996 78.427795 78.654839 78.953011 79.131134 79.876015 80.962868 81.188164 79.871368 79.436020 80.349426 80.897469 81.215942 81.431717 81.875084 82.423561 82.944946 83.931778 84.263046 83.498421 82.373665 82.084534 83.030266 84.982086 86.553261 86.969727 86.860229 86.964691 87.301392 87.081619 85.979530 85.530693 86.301392 87.192940 87.406342 87.494789 87.696571 88.040756 88.370407 89.338272 90.883591 91.992928 92.515434 92.427193 91.891945 91.549789 91.453934 90.996925 90.346725 90.114494 90.986580 92.182617 92.415733 92.333740 92.555504 92.894089 93.133614 93.482155 93.765442 93.936836 94.698395 96.015388 97.127907 97.564430 97.867188 98.591995 99.440208 100.547302 101.769714 102.727631 103.002686 103.115265 103.988014 105.205170 105.560997 104.557228 101.729637 97.124542 92.943840 92.367744 94.988052 97.291122 97.613304 97.701149 99.243904 101.672943 103.796013 103.809914 101.820442 97.198822 88.299934 77.435623 68.539711 61.602257 48.520081 27.244932 10.467594 3.255845 1.112915 0.499332 0.375745 0.286065 0.173966 0.069762 0.074471 0.076413 0.080426 0.114623 0.074699 0.206290 0.215220 0.116568 0.045961 0.032165 0.060131 -0.068766 -0.078568 -0.049447 -0.020494 -0.156508 -0.154188 -0.122371 -0.089384 -0.041280 -0.024829 -0.065383 -0.086833 -0.067991 -0.057611 -0.047121 -0.051011 -0.022609 -0.080499 -0.041737 -0.021077 0.136080 0.329243 1.525048 3.700427 5.029155 6.211168 6.245946 4.493547 2.777432 1.454312 0.809119 0.441599 0.417233 0.439716 0.484555 0.419774 0.427113 0.345818 0.346423 0.372368 0.399603 0.375101 0.350699 0.470891 0.468183 0.577459 0.573615 0.492694 0.428151 0.447178 0.455555 0.448563 0.468591 0.570970 0.422784 0.398606 0.510156 0.499275 1.056827 2.947844 5.206260 5.747427 5.497111 4.501614 2.613106 1.156251 0.500844 0.026896 -0.021780 -0.087979 -0.136890 -0.074971 -0.142478 -0.123302 -0.128686 -0.119863 -0.130983 -0.144253 0.008207 0.013991 0.003792 0.012969 0.026806 0.012803 0.013898 0.008021 0.005493 0.026190 0.017953 -0.002191 0.021427 0.026545 0.000541 -0.092479 0.027040 0.035811 -0.065590 -0.074453 -0.072926 -0.061012 0.028153 0.131641 0.045667 0.184207 3.726113 18.327499 39.939301 55.231239 64.085213 72.823364 83.545715 92.619583 97.758682 101.245415 102.863991 101.870880 99.470482 98.168320 98.905495 99.108032 96.202118 92.213654 91.447281 94.607101 98.531639 102.024391 104.654633 105.510384 104.413116 103.316307 102.850281 102.502258 101.817085 101.158051 100.130417 99.370087 99.914116 100.541817 99.723610 97.639999 95.122978 94.018845 94.430336 94.778358 94.541496 93.981537 93.319992 92.751343 92.522705 92.181305 91.608696 91.272537 91.714188 92.354500 92.877434 93.205505 93.300873 92.975739 92.446716 91.261482 89.615074 87.628044 86.561668 86.617424 86.799194 87.111237 87.667923 88.127075 87.995728 87.105598 86.443596 86.664474 87.256706 87.232933 87.215500 87.431686 87.290184 86.840050 86.081787 84.559158 82.836571 82.696701 84.105911 84.684013 84.209648 84.091949 83.871231 83.654350 83.323158 82.645683 81.554703 80.683388 81.592636 82.694061 82.789871 81.706818 80.055206 79.386131 79.034096 79.219177 80.524689 82.000648 82.686638 81.045166 78.404640 77.513580 78.418213 80.484169 82.556793 82.750687 83.068848 85.250191 85.287415 81.803535 79.364990 80.593102 82.561066 83.235748 83.098358 83.285034 83.720276 83.965935 83.963860 83.954575 84.393173 84.733536 84.660149 84.086464 83.814552 83.916473 83.760811 83.394188 82.717720 82.398369 82.521919 82.846603 83.417381 84.066338 84.728333 85.063881 84.869286 84.842415 84.941078 85.149750 85.155060 85.045540 85.156548 85.308609 85.552559 85.536919 85.072792 84.409958 83.304489 81.989922 80.427635 79.209167 79.106606 80.464561 82.217453 83.319618 83.885292 84.209518 84.192986 83.836105 83.062981 81.414978 79.644402 78.229858 78.147568 79.152588 79.506714 79.404884 79.636070 80.403992 80.716728 80.227676 79.567665 79.236870 78.589378 78.027893 77.938103 78.520927 79.206474 78.981651 77.521347 75.533264 74.090759 73.310638 73.326576 73.315903 72.755241 72.681068 72.998848 74.117264 75.650299 76.309532 75.859993 74.682602 73.669289 73.229645 72.253403 70.267899 68.527344 67.124779 65.564278 64.235313 64.027618 63.286846 58.885059 44.051483 22.645853 8.092552 2.397059 0.869207 0.342056 0.262884 0.264653 0.166629 0.093787 0.100366 0.107411 0.105815 0.045957 0.045010 -0.021983 0.004423 0.007936 0.033146 0.028009 0.010983 -0.012655 0.009146 0.018078 -0.079506 -0.084739 -0.046276 -0.121350 -0.110871 0.008201 -0.102763 -0.234216 -0.239462 -0.098655 -0.092352 -0.101059 -0.076351 -0.180399 -0.161847 -0.179266 -0.159959 -0.140494 -0.070251 -0.055082 -0.145146 -0.244675 -0.220482 -0.114535 -0.125031 -0.212522 -0.192533 -0.195522 -0.221700 -0.093412 -0.189264 -0.186184 -0.070139 -0.142431 -0.014667 -0.028135 -0.053132 -0.018286 -0.029408 -0.022477 -0.045382 -0.024610 -0.150844 -0.147251 -0.115780 -0.066968 -0.072785 0.044951 -0.036442 -0.110882 -0.120003 -0.058553 -0.086613 -0.083260 -0.026778 -0.051023 -0.068098 -0.062532 -0.021386 -0.022558 -0.073279 -0.106393 -0.032052 -0.026582 -0.010975 -0.031529 -0.234696 -0.226686 -0.191311 -0.063299 -0.052984 -0.071909 0.037474 -0.008131 -0.014063 -0.009623 -0.026080 -0.121792 -0.117476 -0.211070 -0.079017 -0.080558 -0.089055 -0.073897 -0.184732 -0.083077 -0.086700 -0.108354 -0.098447 -0.066531 -0.038719 -0.039915 0.058688 -0.013586 -0.047479 -0.081179 -0.091098 0.026872 -0.059497 0.049625 0.261707 2.375409 14.243605 35.194588 52.204361 60.171474 62.873856 63.832684 65.029274 66.340591 67.634628 69.599701 71.696548 72.894653 73.456413 74.444748 75.694763 76.438766 76.187798 74.843224 73.536194 72.984604 73.183571 73.393898 73.378944 73.556419 74.363792 75.369537 76.301422 77.719414 78.895927 78.969467 78.675453 78.784348 79.327316 79.753960 79.863747 80.107323 80.626083 80.795158 80.878250 80.760307 80.298195 80.080360 79.973663 80.399139 81.401634 82.637085 83.577072 84.517334 85.280144 85.389084 85.036278 84.801559 84.583939 83.978165 82.759514 81.881828 81.993736 83.088631 84.492676 85.556305 86.072708 86.166969 85.919273 85.674614 85.546661 85.013268 84.491646 84.533173 84.547272 84.614914 85.026802 85.459991 85.556816 85.095085 84.552055 83.769318 82.993996 82.674782 82.559464 82.467178 82.425797 82.390541 82.289101 82.618591 83.499695 83.621254 83.410118 83.843651 85.045120 85.818733 85.704475 84.798447 83.894569 83.702660 83.476959 82.577980 82.587227 85.125984 87.751534 87.181252 84.555565 82.261879 79.394127 77.498024 77.957077 78.406723 77.938576 79.173035 81.286430 81.950989 81.091019 79.559875 79.348045 80.523888 82.018417 82.872147 82.751053 82.317909 82.318810 82.212776 81.808723 82.137001 83.113617 83.987457 84.978851 85.416901 84.950226 84.071205 83.744377 84.626549 85.916443 86.833946 87.339432 87.643532 87.567688 87.325806 87.436195 87.540901 87.438828 87.219650 87.545052 88.303444 88.744202 88.866966 88.751137 88.291107 87.286186 86.643265 86.424873 86.295761 86.414764 87.634377 90.242317 93.226868 95.544609 96.628410 96.202652 94.757866 93.449409 92.668472 92.552284 92.650314 92.883537 93.569855 94.340088 95.336632 96.453461 97.240189 96.974236 95.938362 95.382767 95.053352 94.190880 93.311646 93.615547 96.096481 99.248848 101.233116 102.015884 102.095634 102.370934 103.800392 105.221130 105.449959 104.050400 101.292717 97.371300 94.855568 94.189613 94.710999 97.109520 100.068787 100.719444 100.587334 102.128479 105.213470 106.346954 103.288689 100.313820 97.671242 91.083405 81.434052 72.873619 65.940910 51.990643 29.086082 11.115037 3.470327 1.109978 0.497243 0.154695 0.175201 0.063563 0.069519 0.074562 -0.032874 -0.028512 0.006006 -0.033544 -0.011428 -0.002146 -0.100369 -0.060864 -0.074332 -0.046077 -0.064856 -0.074372 -0.045000 -0.015800 -0.151440 -0.148860 -0.116808 -0.083591 -0.144981 -0.128269 -0.168519 -0.189685 -0.170594 -0.159961 -0.149223 -0.262565 -0.233910 -0.072064 -0.033115 -0.012257 0.035280 0.338236 1.423600 3.597503 5.035125 6.326120 6.361042 4.500477 2.676192 1.464036 0.709828 0.452517 0.428355 0.451002 0.386277 0.431460 0.438970 0.357913 0.358690 0.384785 0.412169 0.497563 0.473321 0.483848 0.481307 0.371241 0.477322 0.506358 0.442022 0.461190 0.469713 0.462880 0.483043 0.475783 0.437597 0.413585 0.415484 0.514491 1.071749 2.961425 5.327921 5.868778 5.618772 4.624169 2.737254 1.281655 0.626873 0.153409 -0.004827 -0.070838 -0.009867 -0.057596 -0.124917 -0.105623 -0.110871 -0.101924 -0.112905 -0.126034 -0.083275 0.032367 -0.087407 -0.078086 -0.064110 -0.077953 -0.076711 -0.082437 -0.194526 -0.173676 -0.181739 -0.201701 -0.068227 -0.062975 -0.088822 -0.071924 -0.062099 -0.053200 -0.044679 -0.053427 -0.051796 -0.039785 -0.060292 0.043245 0.067179 0.315423 3.964338 19.761127 43.001392 58.719570 67.675613 76.406212 86.900047 94.869080 98.138748 101.732552 105.544106 105.867844 103.578293 101.618149 101.476494 101.349388 99.213440 97.750969 96.764755 95.093948 96.053452 99.873474 103.160690 105.442619 106.211540 105.005730 103.223434 102.327316 101.972122 101.313828 99.409554 96.017220 93.160873 92.253960 93.413292 95.063057 95.949730 96.711433 96.792976 96.372337 95.586891 95.027267 95.024414 95.114220 94.556244 94.214813 94.849159 95.829216 96.379364 96.250336 95.894516 94.905373 93.245186 91.494370 90.527534 90.550728 90.551659 89.663300 87.939270 86.568687 86.421448 87.501541 88.716194 89.504105 89.811615 89.689972 89.028137 88.151405 87.865417 88.170921 88.592392 88.698647 88.666939 88.655945 88.227264 87.802704 87.507217 86.818130 84.934311 83.756752 84.709526 86.457184 86.784950 85.251381 82.726227 81.720627 82.276688 82.613007 82.534027 82.537605 83.072533 83.965355 83.960464 82.523354 81.732368 82.355858 82.782295 83.159836 82.748291 81.218170 80.664513 81.639030 82.213226 81.973160 82.508270 83.250954 84.775932 88.162354 91.600235 91.189857 88.093193 85.698349 84.592209 83.949875 83.374084 83.012505 82.899406 82.706703 83.144226 83.684135 83.135513 82.159828 82.197220 82.941475 83.657806 84.637733 86.457161 87.626488 88.047028 87.836784 87.191414 86.527794 86.000618 85.551811 85.555138 85.671265 85.367424 85.340904 85.878647 85.977669 85.324959 84.557663 84.778824 85.479820 85.833656 85.818359 85.245216 84.473541 84.137283 84.359856 84.773399 85.200890 85.975090 86.782257 87.325943 86.780884 85.151611 83.939850 83.485039 83.129089 82.905746 83.563431 84.427208 84.329636 82.929947 81.300537 80.337875 80.236427 80.467743 80.686821 80.560905 80.401878 80.291374 80.509682 80.959961 81.386215 81.954437 82.536339 81.794685 80.034004 78.575104 76.698540 75.147682 75.246094 75.810600 75.909561 75.349228 74.616753 74.824623 76.051949 77.364418 77.803825 77.245087 76.288216 75.056396 74.397858 73.861443 72.426170 70.686974 69.504921 68.165009 66.946693 66.080772 64.462944 59.516304 44.365597 22.757769 8.106652 2.416123 0.889957 0.363700 0.285062 0.287295 0.299514 0.227153 0.124435 0.022202 -0.088647 -0.038275 -0.038781 0.004421 -0.078503 -0.074573 0.060740 -0.053722 -0.070334 -0.093558 -0.071386 -0.062078 -0.049501 -0.054384 -0.015611 0.019418 -0.189225 -0.069895 0.038992 0.017642 -0.097049 -0.065780 -0.059178 -0.067579 -0.042595 -0.036560 -0.127471 -0.034883 -0.015337 0.004364 -0.034910 -0.019482 0.000500 -0.098714 -0.074306 -0.077920 -0.088153 -0.065616 -0.045420 -0.048188 -0.074129 -0.055436 -0.041267 -0.037981 -0.141239 -0.213219 -0.085304 -0.098513 -0.123246 -0.088185 -0.096298 -0.089188 -0.111947 -0.090990 -0.107368 -0.103637 -0.072003 -0.023013 -0.138523 -0.130337 0.007996 0.043420 -0.075432 -0.013806 -0.041777 -0.038308 0.018340 -0.005818 -0.022800 -0.126937 -0.085621 0.023149 -0.027520 -0.170381 -0.095845 -0.090248 -0.184321 -0.094936 -0.078554 -0.180289 -0.144793 -0.126387 -0.115951 -0.024972 -0.135031 -0.180548 -0.186357 -0.181786 -0.088318 -0.184025 -0.179609 -0.053568 -0.031161 -0.142450 -0.041049 -0.025811 -0.136689 -0.034872 -0.148250 -0.169838 -0.159835 -0.127802 -0.209695 -0.100969 -0.112005 -0.074427 -0.108274 -0.141929 -0.041967 -0.033649 -0.010211 -0.010750 0.091794 2.427254 14.306902 35.497696 52.633625 61.047619 64.740799 66.468887 67.995544 69.307526 70.492409 72.129379 73.459084 73.889359 74.671211 76.099617 77.240791 78.095123 78.063316 76.936813 75.628204 75.075783 75.384453 75.814293 75.798965 75.097733 74.807594 75.924232 77.735619 79.923561 81.869606 82.491821 81.977310 81.646530 81.420914 81.079041 81.079086 81.213074 81.402901 81.572227 81.655502 81.757164 81.953529 82.284447 82.726479 83.152000 82.947144 82.097237 81.830589 82.772446 83.536674 83.426750 84.392097 86.244011 87.563484 87.944992 87.603004 87.821747 87.713028 86.611641 84.612274 83.480934 83.339752 83.544861 84.176338 84.481201 84.134026 84.479218 85.714485 86.305077 85.879753 85.068863 84.602760 84.926880 85.683044 85.989761 85.995300 86.309837 87.290436 87.958481 87.292992 85.662376 83.863464 83.279053 84.495377 86.472183 87.353531 85.278336 81.772491 80.120667 80.775391 82.539368 83.963432 84.374954 84.349060 84.376709 84.260674 84.568832 85.566177 86.569504 86.452110 84.564049 82.266113 80.739677 80.285645 80.474174 81.042984 81.821983 82.450951 82.917061 83.604263 84.269173 84.945503 85.498726 85.175774 84.484848 84.223175 83.979393 83.528824 83.315048 82.766975 82.551254 83.355026 83.354141 82.464882 83.120415 84.662354 85.430649 85.842339 86.499962 87.270699 87.933563 88.235909 88.495186 88.891281 89.525078 90.107941 90.195007 89.865913 88.652725 87.891754 88.551125 89.645576 90.294739 90.406357 90.199760 89.754410 89.184235 89.386459 89.840919 89.841553 89.052994 87.963875 87.866890 88.720619 90.281174 91.943298 93.139130 93.702415 93.684700 93.473663 93.241310 93.454575 94.211639 95.652939 96.778778 97.329651 97.118774 96.369690 95.180817 93.817230 93.330444 93.873314 94.093239 94.548164 94.985992 95.509636 96.345512 97.304779 98.303291 99.746590 101.364540 102.628784 103.620461 105.042778 106.699623 107.165443 104.843811 101.906296 101.473763 102.013786 100.777054 100.211739 100.977119 100.420525 99.410133 99.306107 99.430008 98.699333 97.616806 99.142990 98.584785 91.661118 82.002510 73.763306 67.812210 54.946396 31.470213 12.053906 3.633091 1.160783 0.437792 0.204901 0.115754 0.113990 0.120089 0.125272 0.017864 0.022362 -0.052773 0.017605 0.039867 -0.060535 -0.158707 -0.119020 -0.132361 -0.103940 -0.122601 -0.241807 -0.212249 -0.073052 -0.098881 -0.206014 -0.173808 -0.140438 -0.201768 -0.184922 -0.115281 -0.136379 -0.226998 -0.216243 -0.205385 -0.208914 -0.180151 -0.127884 -0.088794 -0.067813 0.089684 0.393006 1.589301 3.655524 4.984785 6.277116 6.312166 4.449907 2.733775 1.410704 0.655861 0.508206 0.484082 0.506812 0.442085 0.487371 0.275318 0.304106 0.414781 0.440957 0.468421 0.334322 0.310162 0.320802 0.318360 0.427918 0.424334 0.343655 0.389169 0.298611 0.307237 0.300491 0.320766 0.313589 0.385270 0.361298 0.363260 0.352609 0.910488 2.911880 5.390522 5.822116 5.571927 4.576425 2.577938 1.230835 0.465664 -0.008176 -0.166486 -0.122669 -0.171403 -0.109289 -0.176625 -0.157265 -0.052654 -0.153492 -0.164436 -0.177531 -0.134683 -0.128698 -0.138701 -0.019512 -0.115318 -0.129130 -0.127842 -0.133531 -0.026055 -0.005193 -0.123085 -0.252862 -0.229030 -0.223703 -0.139691 -0.122734 -0.112858 -0.103909 -0.095337 0.005761 0.007410 0.019448 -0.001064 -0.007226 0.016772 0.265297 4.466833 21.925936 45.956768 61.140343 69.225975 77.086166 87.590019 96.554977 98.290085 96.945747 96.589226 96.476181 96.712395 97.277695 99.003723 100.194786 99.594398 100.216843 102.413658 103.045982 103.126015 105.081223 107.272285 107.029785 105.163612 103.956978 103.491074 102.374489 100.481613 99.493675 99.674538 99.463577 97.482262 95.695023 95.317360 95.760422 95.879196 95.433807 95.625656 96.522774 97.603485 98.250916 98.247414 97.787613 97.228607 96.886368 96.203079 95.097450 94.111061 93.543350 93.407593 93.516357 93.282616 92.408737 91.111420 90.146286 89.817978 90.027191 90.168373 90.223648 90.075531 89.838158 89.735802 89.975311 90.173347 90.051659 89.499069 88.841164 88.225449 88.092056 89.063171 89.938271 90.016212 89.675598 89.136604 88.931213 88.305893 87.506302 87.377708 87.955650 88.139824 86.813744 84.506393 83.411331 84.947502 86.466331 85.704224 84.283234 83.105858 82.889885 83.535278 83.770164 83.875343 84.962814 85.927734 85.892166 85.110451 83.731018 82.879929 82.776138 82.661079 82.757797 82.783463 82.213837 81.761314 81.736427 82.275124 84.238014 86.252731 87.161171 86.807991 86.278137 86.159256 86.504402 86.476677 86.443611 87.098457 87.893097 88.439835 87.551643 84.695709 81.412857 79.254410 78.902153 79.949783 81.700409 83.632263 86.121307 88.958672 90.285553 90.078384 88.974342 87.567734 86.569221 86.352859 86.688713 87.263031 87.236221 86.895699 87.434021 87.988495 87.220032 86.013397 86.385544 87.288788 87.163536 87.468262 87.574066 86.578094 85.482773 84.798538 84.567795 83.695900 82.747566 82.194794 81.980042 81.887886 82.213264 83.076324 83.818390 84.143860 83.594032 82.482086 82.055542 82.851433 83.856117 84.319618 83.777985 82.800858 82.251022 81.795319 80.977112 80.646881 80.536026 80.877068 81.413704 80.994270 80.369141 80.066673 79.622597 78.272316 76.174500 74.512566 73.842613 73.968826 74.617470 75.155121 75.080948 74.849724 76.078293 78.050972 78.929970 78.699944 77.851707 76.398796 75.190331 74.763123 74.753937 74.000954 72.817101 71.475243 69.596237 67.630867 65.462204 60.291103 44.906185 22.948179 8.063461 2.367620 0.840142 0.313532 0.234968 0.237350 0.249725 0.177437 -0.035054 -0.027407 -0.028413 0.022114 -0.088102 -0.044729 -0.017791 -0.013756 -0.097845 -0.102454 -0.118962 -0.142090 -0.229595 -0.110324 -0.097622 -0.102400 -0.173296 -0.138101 -0.127185 -0.117478 -0.118199 -0.139444 -0.254122 -0.222700 -0.215972 -0.224263 -0.199139 -0.192985 -0.174055 -0.191108 -0.061619 -0.041817 -0.081048 -0.065525 -0.155260 -0.144651 -0.120143 -0.233500 -0.243643 -0.220986 -0.200674 -0.203349 -0.119406 -0.100629 -0.196194 -0.192814 -0.186267 -0.038624 -0.130204 -0.143364 -0.168059 -0.132903 -0.159167 -0.151591 -0.173858 -0.152447 -0.168341 -0.164144 -0.132068 -0.082652 -0.197596 -0.188951 -0.159992 -0.124107 -0.132647 -0.070610 -0.207818 -0.094143 -0.146804 -0.170457 -0.186941 -0.290507 -0.248743 -0.249307 -0.189705 -0.112524 -0.147347 -0.141303 -0.234845 -0.254807 -0.128241 -0.229440 -0.083803 -0.064989 -0.163861 -0.182231 -0.072279 -0.117336 -0.122718 -0.008006 -0.133664 -0.228841 -0.223980 -0.207319 -0.184458 -0.075737 -0.193445 -0.068026 -0.068643 0.033507 -0.079355 -0.100505 0.019632 -0.057690 -0.029371 -0.030063 -0.040667 -0.002699 -0.036096 0.040421 0.030974 0.039709 0.173272 0.063409 0.166291 2.609923 14.589648 35.762901 53.104164 61.730816 65.640594 68.464668 70.758064 72.397903 73.581528 74.448822 74.570412 74.890839 76.111183 77.428833 78.569244 79.313332 78.623459 76.620522 75.203903 75.091454 75.290657 75.172058 74.718513 74.238083 74.497498 75.613770 77.204742 78.184509 78.483978 79.106934 80.239937 80.678337 80.343849 80.222397 80.661949 81.125519 81.425346 81.375504 81.678619 82.658386 83.952019 84.611778 83.956116 82.845329 82.421730 82.450882 83.062599 84.113548 84.328659 83.780220 83.538193 83.633652 83.965584 84.348053 84.775673 84.885582 84.997475 85.763321 87.387032 88.450821 88.199265 87.525703 87.058937 87.143875 88.332947 89.445396 89.691467 89.403374 88.868500 88.606758 88.250504 87.696304 86.805931 86.015511 85.582748 86.117157 86.768394 86.997688 86.223846 84.814880 84.444626 84.629189 84.637794 84.638466 85.410332 86.739265 88.064346 88.936600 89.260124 89.046249 88.273804 87.697151 87.342018 87.369652 87.582886 87.780998 87.570534 86.378838 85.165100 84.706047 84.605179 84.835747 84.381866 83.033905 81.298225 80.211990 80.731819 81.966713 82.983444 84.197250 84.873726 85.536911 86.860733 86.938736 85.251015 84.130119 84.009750 83.906456 84.237167 84.899742 84.825195 84.934380 85.143417 84.152634 83.499290 85.035965 86.764755 87.312569 87.095642 86.442009 87.074287 88.650940 89.705650 90.119926 89.934753 89.693268 89.694382 89.909271 90.027054 90.356842 90.682533 91.002380 91.333832 91.457001 91.451263 91.210991 91.193771 91.538361 91.648979 91.519653 91.638489 92.309448 93.271835 94.282097 94.845383 94.723595 94.299271 93.514122 93.084587 93.731018 94.932205 95.689003 96.690567 97.925659 99.025116 99.473076 99.602570 100.718834 101.989166 103.257187 103.798073 103.796883 103.701408 103.150139 101.916824 99.788963 98.004555 97.686378 98.800407 100.747337 102.560211 103.661720 104.096252 104.765335 106.000160 107.302460 107.659378 106.348961 103.486908 100.605949 100.371216 101.136803 99.813469 97.159119 94.203796 91.696297 92.066078 95.924255 100.083603 98.977753 92.170280 84.275986 77.031425 71.085320 58.010906 33.457375 12.850834 3.779380 1.200166 0.588253 0.136828 0.048515 0.047504 0.054343 0.060261 -0.046323 -0.041103 -0.115453 -0.044419 -0.021467 -0.011359 -0.108774 -0.068454 -0.190842 -0.161761 -0.179727 -0.078715 -0.048564 -0.128314 -0.153460 -0.259845 -0.117293 0.026393 -0.034292 -0.126593 -0.056398 -0.186593 -0.276504 -0.265133 -0.253661 -0.256569 -0.227215 -0.174382 -0.244439 -0.113125 -0.064883 0.348526 1.544402 3.609468 5.047914 6.339710 6.375285 4.515152 2.801021 1.589337 0.835653 0.578918 0.445634 0.359188 0.404825 0.340910 0.349061 0.378353 0.270017 0.296745 0.434481 0.301039 0.277440 0.398333 0.286682 0.286961 0.174216 0.313631 0.359634 0.379400 0.388518 0.382274 0.403027 0.396350 0.468464 0.445003 0.447454 0.547023 1.104893 3.105054 5.472341 6.013778 5.654538 4.550640 2.554351 1.208894 0.444875 0.081661 0.033684 -0.031807 -0.080024 -0.127210 -0.084268 -0.174173 -0.069154 -0.059689 -0.179876 -0.082745 -0.149188 -0.142717 -0.152221 -0.142365 -0.127855 -0.141169 -0.139397 -0.034874 -0.036753 -0.125148 -0.132712 -0.261900 -0.237609 -0.122087 -0.147416 -0.129998 -0.119654 -0.000516 0.008496 0.000235 -0.107366 -0.094841 -0.005117 0.098917 0.013617 0.262399 4.790017 23.222248 48.659313 64.378494 72.786179 79.981049 87.842522 96.251740 99.960953 97.191483 92.337120 90.689560 93.012131 96.321320 99.582664 101.431358 100.721909 100.356506 102.442169 105.817451 108.420822 108.288887 106.198692 104.750198 104.422737 103.656662 102.423653 101.089294 99.198792 97.334671 96.528847 97.745628 99.497360 100.674088 100.954346 100.737846 101.294731 102.055908 101.697968 100.399033 98.954910 98.834030 98.611557 96.726273 94.193596 93.304329 93.500801 93.713951 93.826477 93.918175 94.002419 93.562874 92.452072 91.469933 91.381393 91.843910 91.954895 91.834785 91.646790 91.373047 91.225327 91.537048 92.093262 92.552017 92.749847 92.518509 91.966393 91.857666 92.010429 91.328262 89.774818 88.455215 88.424339 88.853065 89.522270 89.317566 88.803017 89.101799 89.412430 89.112236 87.650772 85.229317 84.680443 86.220184 87.425835 87.297585 86.865700 86.214302 85.586693 85.590393 85.796349 85.921425 86.904427 88.100647 87.089691 85.189270 84.518776 83.799637 82.291580 81.201164 79.660828 78.112961 78.798630 80.864326 83.156113 84.228699 84.657204 85.521233 86.327591 87.455269 88.639008 88.877800 88.429832 88.445587 88.856918 89.372543 89.587883 89.943001 90.379707 90.479950 90.259720 89.612320 88.880844 88.088463 87.707428 86.054176 84.143929 83.998245 84.201195 83.444153 82.910355 84.004082 85.563004 87.090073 88.629967 90.172600 90.965714 90.719292 90.817818 91.465179 91.909225 91.909271 91.032463 88.660820 86.710770 86.367088 87.221107 88.315117 88.746941 88.530548 88.066376 87.726089 87.623009 87.114212 86.232498 85.359451 84.499344 83.837158 83.492981 83.796249 84.231979 84.890343 85.425659 85.657913 85.794769 85.591782 84.628922 82.991280 81.467354 80.480217 80.245537 80.526375 80.745895 80.526131 80.099579 79.978355 80.328392 80.582436 80.280876 79.508667 78.379700 77.381538 76.708916 76.588318 76.495033 76.484917 76.693222 76.948624 77.376205 78.274696 79.368149 80.027382 79.798019 79.609299 79.255150 78.047768 76.523773 75.746880 75.214493 74.361259 72.582039 69.278717 66.767220 65.040215 60.532646 45.380840 23.222559 8.131636 2.441312 0.806100 0.390374 0.202841 0.096205 0.109296 0.037790 -0.064085 0.053960 0.053607 -0.004981 -0.114435 -0.070434 -0.042859 -0.038172 -0.121539 -0.015776 -0.141375 -0.163846 -0.140921 -0.130869 -0.117551 -0.121702 -0.082197 -0.046443 -0.144672 -0.134365 -0.134480 -0.155106 -0.159367 -0.127403 -0.120114 -0.127835 -0.102171 -0.095463 -0.075994 -0.092480 -0.072271 -0.161634 -0.200235 -0.074411 -0.163505 -0.152343 -0.127297 -0.130280 -0.139887 -0.116723 -0.095903 0.011669 -0.013686 -0.104127 -0.199069 -0.195151 -0.078349 -0.040042 0.088434 0.075767 -0.058148 -0.022518 -0.122738 -0.115417 -0.138016 -0.006833 -0.023071 -0.129165 -0.097290 -0.048033 -0.053553 -0.045197 -0.016477 0.019185 0.010310 -0.037808 -0.065652 -0.062006 -0.005095 -0.029125 -0.045969 -0.040118 0.001403 0.110488 0.059870 -0.083094 -0.118298 -0.112536 -0.096613 -0.116949 -0.100388 -0.092144 0.053530 -0.037932 -0.027357 -0.046102 -0.046200 -0.091674 0.012621 -0.092704 -0.108961 -0.204683 -0.090123 -0.073757 -0.051175 -0.052515 -0.170827 -0.155403 -0.046313 -0.164214 -0.167626 -0.189119 -0.068976 -0.036789 -0.118715 -0.119704 -0.130632 -0.092868 -0.126646 -0.160234 -0.059985 -0.051531 -0.027935 -0.028356 0.074476 2.523898 14.753195 36.308903 53.692993 61.460766 64.280113 67.111259 70.730339 73.253944 74.660004 75.198921 76.310303 78.280769 79.613075 80.052956 80.095383 80.400749 80.148643 79.680054 79.138916 78.585060 78.123764 77.894020 77.658516 77.286018 77.105225 77.343544 78.057976 79.039841 79.999695 80.513710 80.439117 80.328453 80.543053 80.861076 80.861450 80.446007 80.416603 81.466667 82.650307 83.742119 84.598572 85.369652 85.701965 85.687790 85.482292 85.290665 85.353119 85.526054 85.851234 85.960915 85.827637 85.482704 85.814911 86.967766 87.945709 88.275047 88.276344 88.823257 89.240288 89.206284 88.843864 88.608398 88.250145 87.235001 86.227043 85.912743 86.380150 86.311996 86.216362 87.164391 89.117332 90.761284 90.747772 89.954292 88.529419 86.314453 83.667274 81.697823 81.033134 81.821594 84.090797 86.475594 87.473518 88.353279 89.125999 89.577217 90.134796 90.678581 91.002342 91.007355 90.782349 90.753502 90.836609 90.643364 90.306267 90.284142 90.182457 89.867043 90.079323 90.277870 89.405418 87.765472 84.779846 80.788513 78.719009 80.380508 83.321426 84.668732 84.917336 85.803680 86.591408 86.375839 86.932747 88.330826 87.958458 86.174110 85.392937 86.058983 86.279976 86.283714 86.758598 86.867561 86.856644 87.182907 86.857185 86.196968 86.939827 89.138878 90.460907 90.244820 89.227844 89.157997 90.215218 90.740410 90.444618 90.862381 92.293152 93.387924 93.725166 93.614929 93.280716 92.830803 92.392700 92.075974 91.740112 91.719177 92.031792 92.267052 92.597771 93.017876 93.246643 92.708954 91.693718 91.056923 91.292358 92.051010 93.496117 95.238998 96.237839 96.005096 95.558731 95.767212 96.551193 96.469368 94.711929 93.511971 93.973045 94.983253 95.377937 95.880470 96.204185 97.084442 97.649948 98.528305 99.492516 99.779419 99.530075 99.980301 100.436203 100.077301 99.914551 100.359070 101.235039 102.676010 104.133972 105.659515 107.557213 108.882996 108.652664 106.972832 105.305687 104.311722 102.983994 100.321945 96.038239 90.663857 89.054565 92.702774 95.002991 92.795273 89.491753 85.317833 80.364456 75.612274 61.953808 35.357796 13.489065 4.174456 1.588331 0.754425 0.411449 0.322471 0.211018 0.107464 0.113007 0.005770 0.010615 -0.064307 0.006518 0.029141 -0.071106 -0.059127 -0.019090 -0.032172 -0.003427 -0.021846 -0.140979 -0.111108 -0.081415 0.002992 0.005932 -0.071581 -0.147905 -0.099071 0.028038 -0.011991 -0.142886 -0.123402 -0.112403 -0.101303 -0.104617 -0.075588 -0.023021 0.016347 -0.072424 0.085565 0.389616 1.698104 3.877925 5.319541 6.614144 6.429401 4.674260 2.845468 1.630399 0.874472 0.616735 0.592752 0.505704 0.441073 0.376638 0.384450 0.523450 0.414458 0.330873 0.358597 0.444480 0.420438 0.431253 0.428961 0.428857 0.425444 0.344808 0.280575 0.410055 0.418840 0.412224 0.432673 0.425624 0.387566 0.363716 0.365843 0.355333 1.024284 3.029103 5.511959 6.054387 5.913883 4.806820 2.695146 1.235954 0.579668 -0.004825 -0.163248 -0.009216 -0.057911 0.004425 0.047091 0.066575 0.061453 0.070561 0.059690 -0.063333 -0.020300 -0.014191 -0.024096 -0.014594 -0.000425 -0.014148 -0.122744 -0.128306 -0.020519 0.000510 -0.007450 -0.137336 -0.113360 0.002075 -0.023693 -0.006605 0.113386 0.122426 0.021092 -0.097532 -0.095728 0.026477 0.006056 0.000007 0.134162 0.383192 4.811736 24.169573 51.539474 68.616837 76.604240 82.385956 86.196396 89.236969 92.626839 92.161804 89.056122 89.494789 93.803001 98.439850 101.708488 103.560951 104.718834 106.661179 108.530281 108.612419 107.151550 105.919403 105.034248 103.692154 102.373894 101.716110 101.470154 101.562325 101.536621 101.096947 100.507942 100.406601 100.731888 100.591064 99.551849 98.344925 97.473564 97.247299 97.879257 98.777573 99.199821 98.748253 98.744896 99.494431 100.144325 100.131088 99.886177 99.218132 97.569489 95.570396 94.444313 94.113358 93.549431 93.114357 93.245003 94.148026 95.248512 96.007118 95.927505 95.541931 94.732750 94.054344 93.951271 93.860649 93.508583 93.606377 93.492500 93.273056 93.425758 93.511421 93.163452 92.059654 91.147820 91.136917 91.037216 90.501602 89.985428 89.514648 88.945930 87.215088 85.970329 86.952995 88.162178 88.384903 87.833031 87.484291 87.601173 88.377831 89.507980 88.740715 86.416473 85.331696 85.767242 85.976669 85.843552 86.138496 86.565941 87.054359 88.291557 89.726814 89.500519 87.066483 84.561897 83.881531 84.308456 85.273506 86.582848 87.558624 88.146568 88.836708 89.803139 90.372292 90.472878 90.708229 91.230103 91.856506 92.401840 92.427261 92.534554 92.634605 92.523384 92.313889 90.700066 87.045471 84.793869 84.787163 85.842361 87.235878 87.438606 86.348953 85.923180 87.458961 88.691025 88.131310 87.364960 87.371857 86.737717 85.391731 84.281784 83.722305 83.949203 85.270943 86.703239 87.626373 88.201385 88.846230 89.041618 88.927773 89.250336 90.243042 90.657066 90.315132 89.221039 87.720467 86.836235 86.950653 87.517784 87.953018 87.936852 87.469719 86.915588 86.584885 86.351059 86.363571 86.280502 86.076790 85.661270 85.119141 84.580757 83.920303 82.804169 81.765060 81.324783 81.654228 82.106216 82.094124 81.344505 80.498901 79.756546 79.312431 78.950562 78.609642 78.374931 78.253532 77.829544 77.928978 78.907333 79.822739 80.360619 80.380608 80.596252 81.146767 81.246490 81.386879 82.021324 81.800171 79.391472 76.741997 74.998047 73.372726 70.709274 66.958099 64.880775 64.469742 60.830910 45.861095 23.427290 8.188519 2.373823 0.734376 0.207457 0.129313 0.132238 0.035169 0.073304 -0.029029 -0.020893 -0.021431 -0.080354 -0.080277 -0.036386 -0.008965 -0.114489 -0.088271 -0.092470 -0.108596 -0.131360 -0.218612 -0.208750 -0.195618 -0.090005 -0.050652 -0.015060 -0.003792 -0.103736 -0.214105 -0.125020 -0.129553 -0.097773 -0.200727 -0.208709 -0.183225 -0.066751 -0.157503 -0.174279 -0.044277 -0.134142 -0.173120 -0.157260 -0.026844 -0.015967 -0.211161 -0.324410 -0.114287 -0.091357 -0.070779 -0.183224 -0.208887 -0.189805 -0.175262 -0.171636 -0.164840 -0.016720 0.001775 -0.121200 -0.145710 -0.110274 -0.119730 -0.002336 -0.134800 -0.113506 -0.129601 -0.125564 -0.093590 -0.044240 -0.049650 -0.041190 -0.012373 -0.086579 -0.095320 -0.143295 -0.171003 -0.057271 -0.110240 -0.134138 -0.150855 -0.034923 0.006680 0.005863 -0.044620 -0.077459 -0.222522 -0.106684 0.019284 -0.000982 -0.094323 -0.085993 -0.050237 -0.031596 -0.020937 -0.039589 -0.039602 -0.084975 -0.090588 -0.085809 -0.101977 -0.087625 -0.083005 -0.066561 -0.043902 -0.045159 -0.163352 -0.147852 -0.148675 -0.156472 -0.159802 -0.181209 -0.061025 -0.138729 -0.220525 -0.111450 -0.012337 0.025467 -0.008250 -0.041775 0.058494 -0.042963 0.090665 0.090296 0.193147 2.641841 14.867295 36.746067 54.234558 61.340046 62.839081 64.680092 68.298660 71.371887 73.437752 75.406311 78.496613 81.235703 81.797218 81.356827 81.179092 81.154305 80.792213 80.653595 80.442368 79.888481 78.987282 78.207718 77.752396 77.600021 77.859161 78.647141 79.251190 79.352898 79.322838 79.946930 81.192131 82.510925 82.725060 82.382843 82.053108 82.627304 83.477226 84.306473 85.049393 85.480705 85.896820 86.337662 86.449913 86.545723 86.780128 87.138252 87.530334 88.142754 88.797318 88.796539 87.893158 86.668404 86.340714 87.713249 89.460686 90.889412 91.550117 91.436592 91.303345 92.148827 92.445892 91.330269 90.202080 89.846878 89.828598 88.964081 87.121796 84.524742 83.330284 84.498932 86.342224 87.216866 87.644302 88.171585 88.617142 88.162453 87.715118 88.384636 89.698128 90.594551 89.782410 86.887352 84.366493 84.367363 85.800865 87.682526 90.109985 91.423607 91.527451 91.642578 92.187492 92.598434 92.461441 91.938278 91.601273 91.029327 90.268028 89.733063 89.285820 88.165237 86.524101 85.545364 84.650696 82.860100 83.979843 88.058952 90.007751 88.604332 86.213196 85.010025 85.468124 87.342445 88.998863 89.956467 90.683754 90.329132 88.667877 87.463951 87.794846 87.908531 86.733818 85.853455 86.392921 87.269318 88.043602 87.933441 86.696686 87.136047 89.118195 90.002396 90.085693 90.345833 90.962883 91.707939 92.072067 92.599564 93.589912 94.684326 95.461296 96.120705 96.336105 96.435738 96.107208 95.570122 95.123924 94.552757 94.315163 94.330261 94.550804 94.200966 93.770004 94.002457 94.417099 95.099777 95.554489 95.872459 96.326965 96.749527 96.868431 96.196190 96.190186 97.058624 98.282303 99.300102 99.192390 97.992180 97.132965 96.932983 96.337891 95.960808 97.274490 99.694099 101.688744 102.566315 102.540085 102.606728 102.577194 102.697159 103.152756 103.893433 104.829941 105.383621 105.159050 105.169693 105.417572 105.513382 106.091515 106.428093 106.088951 106.280067 106.813286 105.819748 102.843140 98.642975 94.361473 90.968910 90.020241 89.708893 85.631767 83.097443 85.405556 85.302750 81.890663 77.469788 63.045780 35.688530 13.607044 4.185687 1.380731 0.657366 0.424742 0.336046 0.224878 0.121602 0.127386 0.130382 0.025475 -0.049192 0.021839 -0.065280 0.054674 0.066841 -0.002905 0.094191 0.123112 -0.115040 -0.123944 -0.093880 -0.063998 -0.089382 -0.196184 -0.163469 -0.129595 -0.190553 -0.173238 -0.213024 -0.123730 -0.214040 -0.202849 -0.191559 -0.084721 -0.055540 -0.112789 -0.073250 -0.051851 0.106242 0.520308 1.718543 3.787858 5.119227 6.523574 6.558979 4.584590 2.866506 1.542001 0.786476 0.528980 0.395202 0.418323 0.463826 0.399538 0.517431 0.546525 0.437690 0.354252 0.382088 0.358103 0.334211 0.345165 0.343014 0.233089 0.339800 0.369285 0.415141 0.434702 0.443590 0.437083 0.347670 0.340753 0.302836 0.389082 0.391308 0.490862 1.049713 3.053992 5.536154 6.078507 5.828184 4.721595 2.610715 1.262068 0.606083 0.131829 -0.136438 -0.092324 -0.030927 -0.078482 -0.035714 -0.016123 -0.021130 -0.011913 -0.022671 -0.035583 0.007519 -0.096251 0.003915 -0.096464 -0.082193 -0.095806 -0.094301 -0.209744 -0.101887 -0.080762 -0.198577 -0.218333 -0.084304 -0.078793 -0.104453 -0.087272 -0.077182 -0.068022 -0.059241 -0.067772 -0.065900 -0.163586 -0.073921 -0.079875 -0.055631 0.193437 4.730647 23.972446 51.883545 69.835136 77.929733 84.039261 85.209122 82.091248 83.832375 87.767998 89.062759 89.391312 91.608910 95.694977 100.392677 104.224121 106.261124 106.663017 106.882088 106.964569 106.384209 105.812355 105.367317 105.125145 105.236427 105.347893 104.661316 104.202934 103.846771 103.736618 103.367157 103.375214 103.589813 103.778343 103.398590 102.191277 100.769623 99.333244 98.425240 98.003784 98.096367 98.525055 98.741829 99.051445 98.711739 96.609749 94.496552 94.050018 94.932289 96.013420 96.097221 95.436172 94.432343 93.227554 92.698456 92.941635 93.272408 93.701424 93.952316 93.677338 93.418701 94.170341 95.496788 96.505470 96.702751 96.799812 96.575340 96.025444 95.407829 95.163239 94.925064 94.041252 93.459259 92.788200 91.478729 90.723404 90.757301 90.836449 90.157799 89.966827 90.811249 89.923317 87.392952 85.746658 84.975861 84.848000 85.515427 86.182518 86.213356 87.096642 89.172058 90.396263 90.280800 89.939453 89.695656 89.220055 87.227707 84.967010 84.555092 84.011665 81.587723 80.475983 81.162682 81.692970 83.109970 84.844757 86.153831 87.459312 88.596939 89.286789 89.922966 90.931801 91.911957 92.256905 91.898621 91.425125 90.980812 90.346848 88.475357 86.487122 85.717628 86.059593 87.746529 89.811676 91.628624 92.499962 92.123520 90.766136 88.988739 87.349335 86.813583 86.589371 85.182266 84.623634 85.837692 86.284828 85.761139 85.625404 85.175560 84.616081 85.612457 86.933426 87.155365 85.768982 84.145096 83.581161 85.427155 88.393097 90.365074 90.697433 90.451454 90.219643 89.345840 88.395523 88.171181 88.505180 88.741905 89.066788 89.490234 89.462769 89.018349 88.907242 88.673012 88.465134 88.051804 87.517952 86.992378 86.230293 85.581978 85.251495 85.125175 85.185593 84.854752 84.523651 84.535156 84.192795 82.673386 81.058212 80.206200 80.532036 81.709641 81.808235 80.803329 80.461708 80.917252 81.126129 81.223991 81.589020 82.676384 83.465820 82.801270 81.592010 81.032127 81.392731 81.807327 82.246338 81.707909 79.278931 76.105736 73.051476 69.509544 65.100365 62.694523 63.713879 61.286190 46.321278 23.674828 8.331131 2.408532 0.769833 0.353266 0.165381 0.058562 0.071724 0.110058 0.117926 0.016279 -0.094017 -0.042735 -0.042461 0.001609 0.029212 -0.076089 0.060268 -0.163694 -0.179607 -0.202158 -0.069260 -0.169214 -0.155915 -0.160126 -0.120592 -0.084821 -0.073370 -0.173096 -0.063326 -0.194061 -0.198413 -0.166467 -0.269213 -0.167059 -0.141439 -0.024859 -0.115441 -0.132072 -0.111934 -0.201608 -0.240413 -0.224400 -0.203829 -0.192775 -0.057848 -0.061000 -0.180754 -0.047722 -0.136989 -0.139291 -0.054867 -0.035698 -0.131029 -0.127287 -0.230339 -0.082126 -0.063497 -0.076336 -0.210688 -0.175129 -0.071570 -0.173954 -0.196343 -0.065155 -0.081196 -0.186977 -0.154973 -0.105612 -0.110958 -0.102448 -0.073603 -0.037827 -0.046532 -0.094431 -0.122083 -0.118288 -0.061300 -0.085150 -0.101824 -0.095835 -0.164075 -0.164817 0.004527 -0.138111 -0.173133 -0.167243 -0.041356 -0.061559 -0.154765 -0.146401 -0.110640 -0.091978 -0.081290 0.009966 0.009966 -0.035351 -0.150799 -0.145988 -0.162104 -0.147730 -0.143080 -0.126618 -0.103949 -0.105173 -0.113365 -0.207726 -0.098666 -0.106449 -0.109772 -0.131153 -0.011082 -0.088705 0.049288 -0.061495 -0.072326 -0.034529 -0.068182 -0.101645 -0.111298 -0.102749 0.030774 0.030432 0.243060 2.579482 15.012580 37.199253 54.890057 60.670151 60.739784 62.799171 66.963844 71.132843 74.844467 78.348656 80.885933 81.973976 82.095360 81.875046 81.477669 81.892250 82.958435 83.808128 83.266846 82.383331 81.921898 81.691742 81.565689 81.522514 82.110146 82.566917 81.961220 80.853981 80.384361 81.227455 82.910706 84.337814 84.771187 84.758568 85.087898 85.551163 85.630806 85.580124 85.882828 86.643288 87.388496 87.938629 88.270317 88.365829 88.380104 88.298325 88.360435 88.752586 88.857338 88.746925 89.053040 89.477234 89.478996 89.201897 89.189865 89.628830 90.179558 90.725800 91.142326 91.437965 91.295692 90.511192 89.604202 88.810265 87.474190 85.952133 85.650444 87.340660 89.991676 90.059235 88.054756 86.072174 84.851868 84.610497 86.264977 88.777435 90.637421 91.305725 90.530197 89.558212 89.186676 89.480469 89.817787 89.817535 90.040154 90.710793 90.608765 90.163567 89.608704 88.845551 88.292252 88.484177 88.677986 89.584427 91.006042 91.313721 90.663055 89.908913 88.803055 87.354233 86.044556 84.847275 85.162109 87.437759 88.884964 89.443733 89.852478 88.890007 87.270248 86.837097 87.843704 88.177818 87.635498 86.944839 86.463860 86.110680 85.990067 84.897873 83.471458 83.036819 84.281166 86.038689 86.248001 86.354591 88.556389 90.972794 91.494164 89.844788 89.627335 91.279533 92.021599 91.731812 92.128273 93.421631 94.444176 95.190361 95.520088 95.294830 95.192169 95.191971 95.407471 95.836853 96.497536 96.839767 97.052902 96.701630 95.914604 95.380142 94.941208 94.262177 93.831726 93.404922 93.160286 93.842667 94.517014 94.066025 92.762947 91.648056 91.987785 93.624252 94.827217 95.035988 94.830826 94.859734 95.302376 96.630783 98.958351 101.174797 102.776268 103.826080 104.697197 104.915665 104.819977 104.817207 105.229965 105.625565 105.595459 105.604866 105.400352 104.931534 104.988197 105.651299 105.756584 105.327805 104.806580 104.792725 105.700142 107.025276 108.004677 108.524834 107.738907 104.988640 101.356201 97.380371 93.323219 90.593483 90.305061 89.334946 84.822647 85.147263 89.430054 87.019623 81.084038 75.679176 61.050266 34.489605 13.199301 4.117014 1.424805 0.702248 0.360095 0.271601 0.270509 0.167420 0.173282 0.176357 0.181485 0.216797 0.068081 -0.018875 -0.008816 0.003439 0.043711 -0.078922 0.059942 0.041821 0.032965 0.063037 -0.016925 -0.042221 -0.148857 -0.006263 0.027610 -0.033256 -0.015926 -0.055641 -0.076257 -0.166423 -0.155188 -0.143857 -0.146924 -0.117695 -0.064960 -0.025413 -0.003988 0.153995 0.567697 1.764791 3.941956 5.491729 6.784801 6.710311 4.737892 2.911672 1.698370 1.053460 0.796209 0.662553 0.685641 0.621238 0.447178 0.455145 0.484276 0.485465 0.512000 0.539820 0.515870 0.382162 0.393141 0.391028 0.500951 0.497688 0.417301 0.463147 0.482722 0.601487 0.594993 0.395823 0.498798 0.460924 0.547090 0.549321 0.429078 1.097285 3.099613 5.689203 6.231023 5.871099 4.875484 2.876545 1.419356 0.654172 0.290267 0.022267 0.066339 0.017827 0.080198 0.013073 0.032673 0.027697 -0.072920 -0.083616 0.013386 0.166321 0.172503 0.052838 0.062434 0.076689 0.063087 0.064588 -0.050743 -0.052847 -0.031719 0.070310 -0.059308 -0.035266 -0.029737 -0.055349 -0.038163 0.081791 0.090938 0.099706 0.091180 0.093046 0.105304 0.084999 0.079048 0.103265 0.352083 4.555250 23.118990 50.014057 67.399094 75.925667 84.666054 89.459709 85.574944 84.567245 88.059418 89.682404 90.010513 92.225800 95.868301 99.682533 103.400528 106.094841 107.594902 107.703705 107.126823 105.997765 105.097031 104.872330 105.399490 106.059875 106.280907 105.814514 105.795746 106.098701 106.098030 106.057983 106.065460 106.059586 105.917877 105.647934 105.210350 104.888016 104.440887 103.313019 100.803818 97.380569 94.843185 93.962257 94.162979 95.033257 96.229858 96.425812 95.539948 93.674797 92.118805 92.423225 93.301674 92.848648 91.755310 91.007408 91.470467 92.350533 92.449791 92.590881 93.195305 94.474953 95.774857 96.660202 97.228218 97.534988 97.631783 97.407349 97.626785 97.998093 98.302422 98.173653 97.619568 97.147232 96.585915 96.155769 95.949478 95.103439 93.533875 92.525887 93.323402 93.617134 92.729622 90.860428 88.995476 89.103729 90.183640 90.300163 89.317978 88.908943 88.912216 87.360352 85.288521 84.625397 84.835228 85.032501 85.657181 86.523956 86.792412 86.380630 86.057175 86.491478 87.357193 89.469879 92.414665 94.377281 94.350395 92.910004 91.247009 89.746582 89.337379 90.193031 91.640610 91.741211 90.877876 90.300949 90.597618 91.142960 91.278893 91.276848 91.816856 92.804848 92.815628 91.643562 90.410614 89.919151 89.911621 90.085808 89.938988 90.141228 91.139977 91.592873 90.599167 88.753494 86.876740 85.782578 86.119827 87.903969 89.525879 89.295654 87.857346 86.325790 85.668365 86.659752 88.900352 90.573280 91.107315 90.753098 90.639458 90.522232 90.195564 89.620834 89.719429 90.275108 90.753998 90.749443 90.204102 89.012543 88.019226 87.893646 88.306381 88.632011 88.631317 88.617447 88.959396 88.766403 88.452957 88.257568 88.265236 88.276535 88.275635 87.929367 87.330315 86.779945 86.449089 86.460487 86.008522 84.600403 82.767036 81.586281 81.362579 81.770226 82.088776 82.183670 82.281822 81.858025 80.748604 80.627106 81.761208 83.067490 84.515488 85.389595 84.950211 83.841164 83.212418 82.637856 81.868210 81.660294 80.991684 78.700363 74.879875 69.693581 62.982159 59.590851 61.818607 60.931976 46.421627 23.907667 8.469507 2.553005 0.916163 0.500240 0.312768 0.206279 0.109794 0.148331 0.156425 0.055109 0.055000 0.106426 0.106892 0.041254 0.069040 0.073901 -0.009406 -0.013218 -0.028948 -0.051313 -0.138089 -0.127883 -0.114417 -0.118449 -0.188634 -0.152704 -0.141073 -0.020811 -0.020869 -0.041469 -0.045691 -0.123504 -0.006299 -0.014006 0.011706 0.018432 0.037929 0.021423 0.041649 0.171871 0.023304 -0.070475 -0.049825 -0.038683 0.096206 -0.016701 -0.026367 -0.003229 0.017558 0.015343 -0.010083 -0.100677 -0.085931 -0.082090 -0.075087 0.073053 0.091735 -0.030872 -0.055146 -0.019555 -0.135318 -0.127742 -0.040149 -0.018751 -0.144653 -0.140484 -0.218313 -0.058907 -0.174113 -0.165510 -0.136560 -0.100677 0.000617 -0.047257 0.035048 0.038872 -0.014000 -0.037813 -0.054449 -0.048408 -0.006723 -0.117366 -0.057791 0.019393 -0.015635 -0.009725 0.006336 -0.013839 -0.107065 -0.098657 -0.062836 -0.044125 0.076526 0.057928 0.057961 0.012649 0.007081 -0.098020 -0.004193 -0.099729 -0.204967 -0.188441 -0.055782 -0.056980 -0.065152 -0.049626 -0.050420 -0.168107 -0.171383 -0.192730 -0.182459 -0.040217 -0.012040 -0.012930 -0.023752 0.014085 -0.019575 -0.053044 0.047232 0.055774 0.079448 0.189041 0.181948 2.629817 15.180766 37.381554 54.973686 59.548332 57.969475 60.360611 66.177338 71.778160 76.371376 79.107986 80.437576 81.306580 82.307579 82.966461 83.667793 84.631752 84.928543 84.349373 83.258049 82.044250 80.923111 81.022842 82.215958 82.832169 82.980209 82.997421 82.281357 81.613068 81.472771 82.536041 84.220100 85.537949 86.301140 86.727898 87.166969 87.849960 88.368889 88.647400 89.059601 89.270317 89.355980 89.356522 89.578316 89.673729 89.687859 89.715797 89.667847 89.290642 89.065727 89.175201 89.481567 90.235847 91.116966 91.608910 91.706398 91.485687 91.157135 91.154068 91.351097 91.756973 92.054398 91.489235 90.032005 88.578102 87.900932 88.136726 88.823799 89.085541 89.099892 88.948044 88.041946 87.047569 86.485954 86.024376 86.030922 87.116226 88.648186 89.537384 89.861137 90.207886 90.165848 89.910126 90.357605 91.346657 92.448570 93.009277 93.016716 92.570816 91.795357 90.701607 90.037781 90.229591 90.862984 91.439911 91.433212 90.532036 89.881332 90.446144 91.318222 92.726036 93.063286 90.654678 87.121323 85.990646 86.779839 86.790092 84.781662 83.380295 85.388397 88.143295 88.380928 86.626762 85.535004 85.833824 86.891830 88.517029 90.154640 91.589111 92.468735 92.801338 92.175743 90.745056 90.184235 91.169647 91.723206 92.491905 94.662415 95.429863 93.562477 92.357208 93.209785 94.019119 93.756134 93.841164 95.304314 96.490822 97.370430 97.804489 98.141220 98.250618 98.355988 98.345642 98.456940 98.359634 98.023331 97.562065 96.884644 96.020233 95.361397 95.451660 95.350784 94.264191 93.030266 92.834091 93.619377 95.037323 95.822029 95.915176 95.924690 95.473114 94.808105 94.028076 93.933296 94.732224 95.725105 96.395050 97.295494 99.623970 101.996567 103.047508 103.370026 104.138817 106.022095 107.668114 107.750946 107.047241 106.797203 107.246284 107.261353 106.901993 106.848579 106.852402 106.627975 106.528763 106.556808 106.762642 107.120842 107.787239 108.107826 107.969040 107.732620 106.519775 103.984131 101.104637 97.154213 92.663376 89.846375 85.358536 80.404877 84.688171 89.523636 84.803520 78.205360 73.677307 59.809181 33.671753 12.698004 3.830041 1.356167 0.743223 0.291052 0.202646 0.091773 0.098705 0.104706 -0.002007 0.113201 0.038740 0.000000 0.023030 0.033187 -0.064382 -0.133893 -0.036625 -0.007513 -0.025539 -0.034298 -0.114027 0.025928 -0.109236 -0.105923 -0.073094 -0.149031 0.010023 0.027424 -0.122180 -0.252647 -0.122920 -0.111625 -0.210157 -0.213149 -0.073905 -0.021091 0.018528 -0.069910 -0.021679 0.392379 1.590327 3.878888 5.429710 6.723665 6.649186 4.675568 2.848240 1.414376 0.769159 0.511846 0.488126 0.511300 0.446926 0.382745 0.390758 0.310026 0.311280 0.337895 0.365794 0.341889 0.318076 0.439015 0.326984 0.437006 0.433771 0.353362 0.399264 0.418879 0.427823 0.421376 0.332051 0.435114 0.507160 0.373533 0.375812 0.365460 1.034111 3.037733 5.628989 6.171171 5.920956 4.814776 2.704658 1.356504 0.590846 0.006879 -0.041383 0.002728 -0.045804 0.016618 -0.050540 -0.030919 -0.035888 -0.136561 -0.147255 -0.270027 -0.116935 -0.000771 -0.010560 -0.000954 0.013313 -0.110216 -0.108686 -0.114141 -0.006323 0.014794 -0.102981 -0.012810 0.011222 -0.093192 -0.118819 -0.101621 -0.091512 0.027588 0.036361 0.027829 0.029695 0.041960 -0.088281 0.015709 0.039940 0.288914 4.384832 22.740574 49.542919 65.949829 72.503563 80.590767 88.026512 84.029633 78.404877 81.570885 86.164215 90.340500 94.975266 98.839165 102.435173 105.605186 107.751015 108.592049 108.920471 108.562729 108.092094 107.629951 107.294563 106.942101 106.503326 106.394623 106.477524 106.788353 107.311119 107.200249 106.500397 106.727638 108.150612 108.777802 107.737602 105.870308 104.228615 102.792107 101.114342 99.703308 98.916290 98.575394 97.912910 96.683899 95.026001 93.915085 93.672081 94.435181 96.306488 98.046585 99.009392 99.117493 98.223236 96.358627 94.400177 92.994247 92.445709 92.325348 92.686584 93.731232 95.341507 96.862045 97.857803 98.096306 98.073479 98.390228 99.264870 99.704025 99.415741 98.620895 97.722702 96.838791 95.816902 94.596176 93.726700 94.290443 94.653526 93.962570 95.042465 96.169785 94.264732 92.497269 93.485046 94.146622 93.044746 91.926155 91.712761 91.719101 91.199509 89.663528 87.890862 87.246773 86.582962 85.033920 84.571945 85.527100 86.174805 85.454407 83.723801 82.081871 82.627449 84.264206 85.060013 85.259766 86.126152 88.519493 91.806183 93.769783 94.246384 94.055695 92.602432 91.522202 92.062614 92.737595 92.709511 92.346321 92.232117 92.038177 91.926102 92.246521 92.355743 92.036934 91.853653 91.829071 92.106483 92.318344 92.272308 91.575356 90.678215 90.578346 89.932549 88.608917 87.751900 87.413162 87.417465 88.304222 89.209679 88.853806 88.513748 88.723610 89.389389 90.929344 91.590454 91.083405 90.448654 90.763351 91.948029 92.603615 92.595917 92.158775 91.473442 91.791664 92.457291 92.716293 92.381683 92.055634 92.072197 91.847176 91.061287 90.154686 89.600937 89.820084 90.245834 90.258080 89.954956 89.421417 88.786217 88.244385 88.036072 88.035454 88.128922 88.409019 88.627708 88.406334 87.757965 87.195702 86.446152 84.941170 82.879997 81.556862 81.745110 83.053383 83.697937 84.125786 84.031265 83.030785 82.139450 81.845177 81.943367 82.293564 83.278885 84.268906 84.258720 83.739586 82.944878 81.955009 80.537971 78.770157 76.148308 72.216209 67.467056 62.071060 59.777130 62.226204 61.119171 46.599636 23.851551 8.293742 2.483521 0.845736 0.429645 0.132226 0.025786 0.039278 -0.031997 -0.023786 -0.015137 -0.015166 -0.073550 -0.072983 -0.028640 -0.000765 -0.105753 -0.079096 -0.192767 -0.098494 -0.120811 -0.207581 -0.197309 -0.183776 -0.187753 -0.257927 -0.221920 -0.210229 -0.199761 -0.089821 -0.220308 -0.224460 -0.192329 -0.294849 -0.302467 -0.276648 -0.159905 -0.140334 -0.156790 -0.246415 -0.225948 -0.264581 -0.248419 -0.227704 -0.216505 -0.191403 -0.194387 -0.204013 -0.180815 -0.159972 -0.162145 -0.297468 -0.278133 -0.263338 -0.259457 -0.142491 -0.104168 -0.085439 -0.098168 -0.122449 -0.196750 -0.288305 -0.281240 -0.194144 -0.173256 -0.299694 -0.296039 -0.154515 -0.215530 -0.221331 -0.213267 -0.074913 -0.039591 -0.048787 0.012730 -0.125399 -0.122089 -0.065544 -0.089904 -0.107084 -0.211525 -0.060407 -0.171613 -0.112570 -0.145856 -0.181407 -0.066072 -0.050551 -0.181215 -0.165034 -0.157169 -0.011945 -0.103742 0.016387 -0.112699 -0.113184 -0.049082 -0.055195 -0.050919 -0.177529 -0.053717 -0.049603 -0.143610 -0.121439 -0.123179 -0.131895 -0.116910 -0.118247 -0.126556 -0.130401 -0.152320 -0.142615 -0.110857 -0.083215 -0.084646 -0.096011 -0.058709 -0.092916 -0.126933 -0.027181 -0.019179 0.003958 -0.106854 0.105444 2.553201 15.215760 37.529835 55.234413 60.358952 59.328777 60.620052 64.678146 69.400223 73.664429 77.061234 79.600311 81.348610 82.569077 83.447304 84.258011 84.451836 83.428848 82.519524 82.417320 82.412262 82.609543 83.148071 83.900551 84.296028 84.003418 82.370720 81.104416 80.985428 82.163994 84.106247 86.009567 87.436615 88.308899 88.624786 88.513260 88.425949 88.284676 88.342857 88.644753 89.074966 89.160179 88.830421 88.502151 88.817192 89.490639 89.847916 90.019272 90.301041 91.064789 92.052811 92.467987 92.451614 92.672226 93.383293 93.809723 93.148247 92.488960 92.814949 93.450943 93.746010 93.822701 93.806297 93.887016 94.300545 93.951340 91.986557 90.583618 90.514832 90.418571 90.595879 91.118141 90.122536 88.240494 87.888054 88.773392 89.308235 88.970657 88.870171 89.523666 90.859718 92.136513 92.539619 92.216675 91.775932 91.778229 92.228951 92.895912 93.549057 93.872322 93.986931 93.761665 93.402634 93.155579 93.072144 92.844894 93.042374 93.929871 94.823387 95.474472 95.562027 93.919502 92.169701 92.043320 91.900543 91.698822 91.377914 89.148018 86.645813 86.454536 87.230591 87.578278 86.703369 85.501289 86.349701 88.946770 90.021889 89.460434 88.806244 88.806946 89.360138 88.954872 89.063599 90.701622 92.236496 92.569717 91.688942 91.550957 92.978615 92.870201 91.224777 90.978004 92.557236 94.822823 96.556351 97.578979 97.885269 97.994751 98.538322 99.424286 99.642982 98.868156 97.647980 97.099449 96.892136 96.225914 94.665192 92.338806 90.595360 90.596886 91.897156 93.115898 93.238480 92.663696 92.906822 94.021523 94.889389 95.014099 94.996994 95.885719 97.192596 97.625938 97.174416 96.748550 97.216637 98.538452 100.306793 101.535835 101.554520 100.738358 100.580002 101.672302 104.090294 106.303276 107.289413 106.932129 106.667786 106.857086 107.085876 106.880638 106.410873 106.027267 106.250679 106.795456 107.355339 108.042351 108.797096 109.484222 110.149704 110.689217 110.879166 109.762054 106.679085 102.163589 97.304634 93.244026 90.182076 86.045380 76.170029 70.007767 77.811798 82.978935 77.819107 73.199692 71.419838 58.978321 33.385464 12.517301 3.757036 1.282023 0.558329 0.215348 0.016292 0.014675 0.020919 0.026234 -0.081181 -0.076574 -0.151700 -0.081156 -0.058795 -0.159249 -0.037596 0.002130 -0.121181 -0.092724 -0.111412 -0.230769 -0.201198 -0.061870 -0.087767 -0.195067 -0.162877 -0.129529 -0.081055 -0.064289 -0.104614 -0.125824 -0.106699 -0.096057 -0.195259 -0.198903 -0.170224 -0.118021 -0.079015 -0.058145 0.099393 0.402918 1.490497 3.778852 5.329338 6.732855 6.657731 4.683134 2.744915 1.530080 0.774156 0.516174 0.381887 0.294530 0.339517 0.274731 0.392095 0.310731 0.311370 0.447317 0.364642 0.340121 0.315694 0.326105 0.323414 0.322909 0.429035 0.348007 0.393314 0.412330 0.420676 0.413628 0.323689 0.426172 0.387693 0.363415 0.365099 0.464093 1.022302 3.025685 5.726749 6.268411 6.017538 4.910551 2.799450 1.340508 0.574132 -0.010520 -0.059372 -0.015833 -0.064953 -0.003100 0.039094 -0.051826 -0.167314 -0.158614 -0.169886 -0.183313 -0.250677 -0.244981 -0.255294 -0.246209 -0.232462 -0.136654 -0.135699 -0.141729 -0.144407 -0.123834 -0.132236 -0.152564 -0.129075 -0.234054 -0.260233 -0.133638 -0.124099 -0.115491 -0.217203 -0.226257 -0.224911 -0.103224 -0.014153 -0.020683 0.002980 0.141485 4.237581 22.486069 49.292618 64.932312 68.958214 73.968727 81.406731 76.860359 67.387688 70.995895 79.439697 84.277153 88.253693 92.888596 98.134888 103.284531 107.409332 109.898819 110.665871 110.416718 109.944717 109.371269 108.484879 107.911377 107.581436 107.141838 106.893967 106.654274 106.736618 107.174797 107.353600 107.140152 106.913406 106.880592 106.169724 104.191772 102.109657 101.222336 100.863167 100.660522 100.751907 100.519699 99.636017 99.175247 99.384750 99.921028 100.445496 100.436905 99.228172 97.779007 96.982407 96.650658 96.525818 96.309799 95.669708 95.362038 95.252022 95.020462 94.281151 93.785873 94.956100 95.816803 95.713013 96.061440 96.918045 98.114067 99.318169 100.086639 100.017509 99.221809 98.212807 96.998222 95.755669 94.644119 93.993782 93.787415 93.380524 94.008461 95.197914 93.906113 91.560913 91.662193 92.649742 92.321564 90.119904 88.561424 88.458099 88.904327 89.374123 89.596703 90.241776 90.915649 88.930931 84.192139 81.860664 83.255760 85.772484 88.129761 89.915695 91.129883 92.442444 92.427528 90.912300 90.120781 90.326096 91.399162 93.695885 95.988808 96.794403 96.053001 94.488701 93.957169 94.826569 95.720551 95.141708 93.788078 93.233421 93.478653 93.695717 93.025978 92.255180 91.606186 91.202766 91.617760 92.114799 91.996529 91.290558 90.923180 91.454895 92.563812 93.236359 93.120712 92.701904 91.811905 89.725975 88.743050 89.758209 91.270844 92.469040 93.447304 94.331696 95.210854 96.090714 96.571762 96.485100 96.028664 95.563019 94.898422 93.460785 92.363571 92.447502 93.095215 93.650543 94.019089 94.453529 94.456589 93.922722 93.477173 93.350250 93.102440 92.107979 91.117065 90.772842 90.894753 91.250923 91.596344 91.729950 91.846817 91.967293 91.635780 91.178581 90.468414 89.587128 89.475304 90.035797 90.022476 89.162071 87.766006 86.473274 85.698662 84.456627 83.675514 83.880188 83.868195 83.443794 82.992859 83.640419 84.335075 83.882858 83.572876 84.338058 85.327866 85.537178 84.797623 84.002380 83.011940 81.594261 79.495903 76.323555 72.170677 67.750351 63.892334 63.136570 64.925461 62.388195 47.096046 24.123781 8.453047 2.421696 0.783445 0.257153 0.179397 0.072712 -0.133909 -0.095442 -0.087450 -0.079027 -0.079289 -0.137923 -0.137601 -0.203443 -0.175794 -0.281039 -0.254622 -0.148680 -0.164640 -0.187246 -0.164382 -0.264372 -0.251138 -0.145481 -0.216004 -0.290272 -0.278898 -0.268751 -0.159121 -0.180021 -0.294477 -0.262682 -0.255623 -0.263616 -0.238169 -0.231728 -0.212512 -0.339274 -0.319314 -0.189272 -0.228311 -0.212548 -0.192234 -0.181441 -0.156745 -0.160142 -0.170186 -0.147402 -0.126975 -0.239514 -0.265320 -0.246409 -0.341984 -0.228568 -0.221959 -0.184042 -0.165725 -0.178874 -0.203579 -0.168375 Vdata name: "Satellite-Celestial Data" Vdata field name: "Satellite Velocity at record start" k=0 sat_vel = -6.861505 2.953617 -0.728486 k=1 sat_vel = -6.852260 2.961723 -0.780244 k=2 sat_vel = -6.842718 2.969717 -0.831849 k=3 sat_vel = -6.832932 2.977530 -0.883340 k=4 sat_vel = -6.822717 2.985158 -0.935015 k=5 sat_vel = -6.812177 2.992708 -0.986360 k=6 sat_vel = -6.801347 2.999962 -1.037899 k=7 sat_vel = -6.790100 3.007209 -1.089253 k=8 sat_vel = -6.778523 3.014395 -1.140679 Vdata name: Satellite-Celestial Data Vdata field name: Earth-Sun Distance 1.010513 1.010513 1.010513 1.010513 1.010513 1.010513 1.010513 1.010513 1.010513 Vdata field name: Satellite Velocity at record start -6.861505 2.953617 -0.728486 -6.852260 2.961723 -0.780244 -6.842718 2.969717 -0.831849 -6.832932 2.977530 -0.883340 -6.822717 2.985158 -0.935015 -6.812177 2.992708 -0.986360 -6.801347 2.999962 -1.037899 -6.790100 3.007209 -1.089253 -6.778523 3.014395 -1.140679 Vdata field name: Longitude of Sun at Observation 179.072098 179.044601 179.017105 178.989609 178.962097 178.934601 178.907104 178.879608 178.852112 8.0 Additional Information Regarding CERES BDS Data For BDS products beginning with Production Strategy Edition1, Configuration Code 027025 and Edition2, Configuration Code 028027 the following SDSs were added to the BDS product: "SW Slow Mode and Double Drift Corrected Counts", "WN Slow Mode and Double Drift Corrected Counts", "TOTAL Slow Mode and Double Drift Corrected Counts". These SDSs should not be used without first consulting with the Science Representative. These SDSs were added for validation purposes and are not intended to be used for science studies. Last Updated: April 27, 2004 -----------------------------------------------------------------------------