CERES BDS R5-890 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: CER_BDS_TRMM-PRM_Edition1-CV CER_BDS_Terra_FM1_Edition1-CV CER_BDS_Terra_FM2_Edition1-CV CER_BDS_Terra_FM1_Edition2 CER_BDS_Terra_FM2_Edition2 CER_BDS_Terra_FM1_Edition3 CER_BDS_Terra_FM2_Edition3 CER_BDS_Aqua_FM3_Edition1-CV CER_BDS_Aqua_FM4_Edition1-CV CER_BDS_Aqua_FM3_Edition2 CER_BDS_Aqua_FM4_Edition2 CER_BDS_Aqua_FM3_Edition3 CER_BDS_Aqua_FM4_Edition3 CER_BDS_NPP-FM5_Edition1-CV 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 NASA Langley Research Center Hampton, Virginia 23681-2199 U.S.A. E-mail: support-asdc@earthdata.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://science.larc.nasa.gov/ceres. 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/project/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 Services Office. The contact information is provided above in Section 1.0. 1. Dr. Norman Loeb, CERES Interdisciplinary Principal Investigator NASA Langley Research Center Mail Stop 420 Hampton, Virginia 23681-2199 E-mail: Norman.G.Loeb@nasa.gov FAX: (757)864-7996 Phone: (757)864-5688 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. Complete parameter descriptions are available in the Collection/User's Guide, which is on-line at URL: http://ceres.larc.nasa.gov/collect_guide.php. 3.1 Sample Read Package Contents This package consists of the following files: 1) CER_BDS_Terra-FM1_Sample_000048.20030514 2) CER_BDS_Terra-FM1_Sample_000048.20030514.ASCII 3) CER_BDS_Terra-FM1_Sample_000048.20030514.cntnts 4) CER_BDS_Terra-FM1_Sample_000048.20030514.met 5) DPC-BDS_R5V1.pdf 6) HDFread.h 7) readHDFfuncs.c 8) test_rdHDF.c 9) compile_rdHDF 10) readme_cer_bds_SampleRead_R5-890.txt Descriptions for each file is as follows: 1)'CER_BDS_Terra-FM1_Sample_000048.20030514' is a sample 7-scan BDS file which is used by the examples in 'test_rdHDF.c' 2)'CER_BDS_Terra-FM1_Sample_000048.20030514.ASCII' is an ASCII file containing a description of the data in the sample BDS, 'CER_BDS_Terra-FM1_Sample_000048.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_Sample_000048.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_Sample_000048.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_Sample_000048.20030514'. 4)'CER_BDS_Terra-FM1_Sample_000048.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_R5V1.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. 10)'readme_cer_bds_SampleRead_R5-890.txt' is this readme file describing the contents of the sample read package. 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://eosweb.larc.nasa.gov/HBDOCS/hdf.html. 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/project/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_Sample_000048.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_Sample_000048.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_Sample_000048.20030514 Name of HDF file to be read: < CER_BDS_Terra-FM1_Sample_000048.20030514 SDS data set: "CERES SW Filtered Radiances Upwards" i = 0 SW_rad @[200],[400] = 86.861160 92.620834 i = 1 SW_rad @[200],[400] = 87.544533 94.978188 i = 2 SW_rad @[200],[400] = 89.976318 96.665405 i = 3 SW_rad @[200],[400] = 89.805351 96.363480 i = 4 SW_rad @[200],[400] = 92.406563 89.350670 i = 5 SW_rad @[200],[400] = 93.704224 82.205833 i = 6 SW_rad @[200],[400] = 95.520088 85.574944 SDS data set: "CERES SW Filtered Radiances Upwards" 0.029488 0.140862 0.002866 0.018505 0.106716 0.105313 0.022113 0.066186 0.055680 0.059121 0.082983 0.113866 0.100385 0.047821 0.015581 0.124655 0.177159 0.148952 0.127999 0.019983 0.057471 0.052680 0.108167 0.071523 0.032692 0.144619 0.156936 0.133127 0.036421 0.041298 0.183418 0.198691 0.206056 0.184214 0.071248 0.132664 0.124017 0.125802 -0.003070 0.008407 0.010220 0.023889 0.043813 0.039907 -0.080710 -0.067789 -0.071121 0.028426 0.022655 -0.110917 0.006754 0.146466 0.062492 -0.050448 0.046347 0.081964 0.046205 0.010674 -0.001023 0.005509 0.136986 0.134701 0.235516 2.568885 14.225202 34.861721 51.554043 59.416298 61.899952 62.638752 64.274345 65.914886 67.098885 68.625122 70.832336 72.140083 72.481613 73.030525 74.170830 75.134155 74.772293 73.316025 72.226746 72.003273 71.872101 72.301376 72.614944 72.572052 72.061676 71.640343 72.902168 75.638565 78.023186 78.754723 77.910530 77.579506 78.341789 79.316994 79.426010 79.339554 79.418785 79.038376 77.693695 75.928574 75.027145 75.358437 75.581230 75.787552 76.461609 77.808044 79.737122 81.336853 81.990265 81.330551 80.099121 79.315453 79.317589 80.138954 80.676003 81.114700 81.884697 83.089340 83.944580 84.239708 84.097160 83.971481 83.942818 83.917152 84.118027 84.132675 83.939384 84.199829 84.432785 83.950714 83.264336 83.368095 83.903885 84.100174 83.995361 83.760361 83.862038 84.090614 84.303543 84.429672 84.277321 84.131149 84.138374 84.027893 83.920601 84.041573 84.268784 83.933327 83.707825 83.603455 83.489090 83.131302 82.995132 83.571312 83.893906 82.554420 80.037872 78.296692 79.058861 80.685532 80.803612 80.594528 81.676956 82.742714 82.321976 81.452881 82.849670 84.632439 84.000885 81.810234 79.521881 78.428680 78.655731 78.953903 79.132027 79.876907 80.963768 81.189064 79.872269 79.436928 80.350334 80.898376 81.216850 81.432625 81.875992 82.424477 82.945862 83.932693 84.263962 83.499336 82.374588 82.085457 83.031189 84.983009 86.554184 86.970657 86.861160 86.965622 87.302322 87.082558 85.980461 85.531631 86.302330 87.193878 87.407280 87.495735 87.697517 88.041702 88.371361 89.339226 90.884544 91.993881 92.516388 92.428146 91.892899 91.550751 91.454895 90.997887 90.347694 90.115463 90.987549 92.183586 92.416710 92.334709 92.556480 92.895065 93.134590 93.483131 93.766426 93.937820 94.699379 96.016373 97.128891 97.565422 97.868179 98.592987 99.441208 100.548302 101.770706 102.728630 103.003693 103.116272 103.989014 105.206177 105.562004 104.558235 101.730652 97.125549 92.944855 92.368759 94.989067 97.292137 97.614326 97.702171 99.244934 101.673973 103.797043 103.810944 101.821472 97.199852 88.300964 77.436653 68.540749 61.603294 48.521122 27.245974 10.468637 3.256889 1.113961 0.500380 0.376794 0.287116 0.175018 0.070816 0.075527 0.077470 0.081484 0.115683 0.075761 0.207353 0.216286 0.117635 0.047030 0.033235 0.061202 -0.067693 -0.077493 -0.048370 -0.019416 -0.155428 -0.153107 -0.121288 -0.088300 -0.040194 -0.023742 -0.064293 -0.085742 -0.066899 -0.056517 -0.046025 -0.049913 -0.021510 -0.079398 -0.040635 -0.019973 0.137185 0.330350 1.526156 3.701537 5.030266 6.212282 6.247061 4.494664 2.778550 1.455432 0.810241 0.442722 0.418357 0.440842 0.485683 0.420904 0.428244 0.346950 0.347557 0.373503 0.400741 0.376240 0.351840 0.472033 0.469327 0.578605 0.574763 0.493843 0.429301 0.448330 0.456708 0.449718 0.469748 0.572128 0.423944 0.399768 0.511319 0.500440 1.057993 2.949012 5.207430 5.748599 5.498284 4.502789 2.614282 1.157429 0.502023 0.028077 -0.020597 -0.086795 -0.135704 -0.073784 -0.141289 -0.122112 -0.127494 -0.118670 -0.129788 -0.143056 0.009406 0.015191 0.004994 0.014172 0.028010 0.014009 0.015106 0.009230 0.006705 0.027403 0.019168 -0.000975 0.022645 0.027765 0.001762 -0.091256 0.028264 0.037037 -0.064362 -0.073224 -0.071696 -0.059780 0.029387 0.132876 0.046905 0.185446 3.727353 18.328741 39.940544 55.232487 64.086456 72.824615 83.546967 92.620834 97.759941 101.246674 102.865250 101.872139 99.471741 98.169579 98.906754 99.109299 96.203384 92.214920 91.448547 94.608376 98.532913 102.025665 104.655907 105.511665 104.414391 103.317589 102.851562 102.503540 101.818375 101.159340 100.131706 99.371376 99.915405 100.543106 99.724907 97.641296 95.124283 94.020142 94.431641 94.779663 94.542801 93.982841 93.321304 92.752655 92.524017 92.182617 91.610008 91.273857 91.715508 92.355820 92.878754 93.206825 93.302200 92.977066 92.448044 91.262810 89.616402 87.629372 86.563004 86.618759 86.800537 87.112579 87.669266 88.128410 87.997070 87.106941 86.444939 86.665817 87.258057 87.234283 87.216850 87.433037 87.291542 86.841408 86.083145 84.560516 82.837929 82.698067 84.107277 84.685379 84.211014 84.093323 83.872604 83.655724 83.324532 82.647064 81.556084 80.684769 81.594017 82.695442 82.791252 81.708206 80.056595 79.387520 79.035492 79.220566 80.526085 82.002045 82.688034 81.046570 78.406044 77.514977 78.419617 80.485573 82.558197 82.752090 83.070259 85.251602 85.288834 81.804955 79.366409 80.594521 82.562485 83.237167 83.099785 83.286461 83.721703 83.967361 83.965294 83.956009 84.394608 84.734978 84.661583 84.087898 83.815994 83.917915 83.762253 83.395630 82.719162 82.399818 82.523369 82.848053 83.418839 84.067787 84.729782 85.065338 84.870743 84.843880 84.942535 85.151215 85.156525 85.047012 85.158012 85.310081 85.554031 85.538391 85.074265 84.411430 83.305969 81.991402 80.429115 79.210648 79.108093 80.466042 82.218941 83.321106 83.886780 84.211006 84.194473 83.837601 83.064476 81.416473 79.645897 78.231361 78.149078 79.154099 79.508224 79.406387 79.637581 80.405502 80.718246 80.229187 79.569183 79.238388 78.590897 78.029419 77.939629 78.522446 79.208000 78.983185 77.522881 75.534798 74.092293 73.312172 73.328110 73.317444 72.756775 72.682610 73.000389 74.118805 75.651848 76.311081 75.861542 74.684158 73.670837 73.231201 72.254959 70.269455 68.528908 67.126343 65.565842 64.236877 64.029182 63.288414 58.886627 44.053051 22.647423 8.094125 2.398633 0.870783 0.343634 0.264463 0.266234 0.168211 0.095371 0.101952 0.108998 0.107404 0.047548 0.046602 -0.020389 0.006018 0.009533 0.034745 0.029609 0.012584 -0.011051 0.010751 0.019685 -0.077898 -0.083129 -0.044664 -0.119737 -0.109257 0.009817 -0.101145 -0.232596 -0.237841 -0.097032 -0.090727 -0.099434 -0.074724 -0.178770 -0.160216 -0.177634 -0.158325 -0.138858 -0.068614 -0.053443 -0.143506 -0.243033 -0.218838 -0.112890 -0.123384 -0.210874 -0.190883 -0.193870 -0.220047 -0.091757 -0.187608 -0.184526 -0.068479 -0.140769 -0.013004 -0.026471 -0.051466 -0.016618 0.078166 0.085101 0.062200 0.082975 -0.043255 -0.039658 -0.008183 0.040633 0.034820 0.152559 0.071170 -0.003266 -0.012383 0.049071 0.021015 0.024371 0.080857 0.056616 0.039545 0.045115 0.086265 0.085096 0.034380 0.001269 0.075614 0.081088 0.096699 0.076149 -0.127014 -0.119000 -0.083622 0.044394 0.054713 0.035791 0.145179 0.099577 0.093649 0.098093 0.081640 -0.014069 -0.009749 -0.103338 0.028718 0.027181 0.018688 0.033850 -0.076982 0.024677 0.021058 -0.000592 0.009318 0.041239 0.069054 0.067862 0.166469 0.094199 0.060310 0.026614 0.016698 0.134672 0.048308 0.157433 0.369519 2.483224 14.351424 35.302410 52.312187 60.279305 62.981693 63.940521 65.137115 66.448441 67.742477 69.707558 71.804413 73.002510 73.564278 74.552620 75.802635 76.546646 76.295677 74.951111 73.644081 73.092499 73.291466 73.501801 73.486855 73.664330 74.471703 75.477455 76.409340 77.827339 79.003853 79.077393 78.783386 78.892281 79.435257 79.861900 79.971695 80.215279 80.734039 80.903114 80.986221 80.868279 80.406166 80.188339 80.081642 80.507118 81.509621 82.745079 83.685066 84.625336 85.388153 85.497086 85.144295 84.909569 84.691963 84.086189 82.867538 81.989861 82.101768 83.196671 84.600716 85.664352 86.180763 86.275024 86.027328 85.782677 85.654724 85.121338 84.599716 84.641251 84.655357 84.723000 85.134888 85.568077 85.664909 85.203178 84.660156 83.877426 83.102104 82.782898 82.667580 82.575302 82.533920 82.498665 82.397232 82.726723 83.607834 83.729401 83.518272 83.951805 85.153275 85.926895 85.812645 84.906616 84.002747 83.810837 83.585136 82.686165 82.695412 85.234177 87.859726 87.289452 84.663765 82.370087 79.502342 77.606239 78.065300 78.514946 78.046806 79.281265 81.394669 82.059227 81.199265 79.668121 79.456291 80.632141 82.126671 82.980408 82.859322 82.426178 82.427078 82.321053 81.917000 82.245285 83.221901 84.095749 85.087143 85.525200 85.058533 84.179512 83.852684 84.734863 86.024765 86.942268 87.447762 87.751862 87.676018 87.434143 87.544533 87.649246 87.547173 87.328003 87.653412 88.411804 88.852570 88.975334 88.859505 88.399475 87.394569 86.751640 86.533264 86.404152 86.523163 87.742775 90.350716 93.335274 95.653023 96.736824 96.311073 94.866287 93.557838 92.776901 92.660713 92.758751 92.991982 93.678299 94.448532 95.445084 96.561913 97.348640 97.082695 96.046829 95.491234 95.161827 94.299355 93.420128 93.724030 96.204971 99.357346 101.341614 102.124382 102.204140 102.479446 103.908905 105.329651 105.558479 104.158928 101.401245 97.479828 94.964104 94.298149 94.819542 97.218071 100.177338 100.827995 100.695892 102.237038 105.322037 106.455521 103.397263 100.422394 97.779823 91.191994 81.542641 72.982208 66.049507 52.099243 29.194689 11.223645 3.578939 1.218595 0.605863 0.263319 0.283829 0.172195 0.178155 0.183202 0.075769 0.080135 0.114657 0.075111 0.097231 0.106516 0.008298 0.047806 0.034342 0.062601 0.043826 0.034313 0.063689 0.092893 -0.042744 -0.040159 -0.008103 0.025117 -0.036269 -0.019553 -0.059799 -0.080962 -0.061867 -0.051230 -0.040488 -0.153826 -0.125167 0.036683 0.075636 0.096497 0.144038 0.446998 1.532366 3.706273 5.143899 6.434897 6.469823 4.609262 2.784981 1.572828 0.818625 0.561317 0.537159 0.559810 0.495089 0.540276 0.547789 0.466736 0.467517 0.493616 0.521004 0.606401 0.582163 0.592695 0.590157 0.480095 0.586180 0.615219 0.550887 0.570059 0.578586 0.571757 0.591924 0.584668 0.546486 0.522477 0.524380 0.623391 1.180653 3.070333 5.436832 5.977693 5.727691 4.733092 2.846181 1.390586 0.735808 0.262347 0.104115 0.038108 0.099083 0.051357 -0.015960 0.003338 -0.001906 0.007045 -0.003932 -0.017058 0.025706 0.141351 0.021581 0.030906 0.044886 0.031046 0.032293 0.026570 -0.085516 -0.064662 -0.072720 -0.092678 0.040799 0.046055 0.020212 0.037114 0.046943 0.055845 0.064371 0.055626 0.057261 0.069276 0.048773 0.152314 0.176251 0.424499 4.073418 19.870211 43.110477 58.828663 67.784706 76.515312 87.009148 94.978188 98.247864 101.841667 105.653229 105.976959 103.687424 101.727280 101.585625 101.458519 99.322586 97.860115 96.873901 95.203094 96.162605 99.982628 103.269852 105.551788 106.320717 105.114906 103.332611 102.436501 102.081306 101.423019 99.518745 96.126419 93.270073 92.363167 93.522499 95.172272 96.058945 96.820656 96.902199 96.481567 95.696121 95.136505 95.133652 95.223465 94.665497 94.324066 94.958412 95.938469 96.488625 96.359604 96.003792 95.014648 93.354469 91.603653 90.636818 90.660019 90.660957 89.772598 88.048569 86.677994 86.530762 87.610855 88.825508 89.613426 89.920944 89.799301 89.137466 88.260742 87.974762 88.280266 88.701736 88.807999 88.776299 88.765305 88.336624 87.912071 87.616592 86.927505 85.043694 83.866135 84.818909 86.566574 86.894348 85.360779 82.835625 81.830032 82.386093 82.722420 82.643448 82.647026 83.181961 84.074783 84.069893 82.632790 81.841805 82.465302 82.891739 83.269287 82.857750 81.327629 80.773972 81.748497 82.322701 82.082634 82.617752 83.360435 84.885422 88.271843 91.709724 91.299355 88.202698 85.807854 84.701714 84.059387 83.483604 83.122025 83.008926 82.816231 83.253761 83.793671 83.245049 82.269371 82.306770 83.051025 83.767365 84.747292 86.566719 87.736053 88.156601 87.946358 87.300987 86.637375 86.110199 85.661400 85.664734 85.780861 85.477028 85.450508 85.988258 86.087280 85.434570 84.667282 84.888451 85.589447 85.943283 85.927994 85.354858 84.583191 84.246933 84.469513 84.883049 85.310547 86.084755 86.891922 87.435616 86.890556 85.261284 84.049530 83.594727 83.238777 83.015442 83.673126 84.536911 84.439339 83.039658 81.410248 80.447586 80.346146 80.577469 80.796547 80.670639 80.511612 80.401115 80.619423 81.069710 81.495964 82.064186 82.646095 81.904449 80.143768 78.684875 76.808311 75.257462 75.355873 75.920387 76.019348 75.459015 74.726547 74.934425 76.161751 77.474228 77.913635 77.354897 76.398033 75.166222 74.507690 73.971275 72.536003 70.796814 69.614761 68.274849 67.056541 66.190628 64.572807 59.626167 44.475460 22.867640 8.216526 2.526000 0.999838 0.473585 0.394951 0.397187 0.409410 0.337053 0.234339 0.132110 0.021264 0.071640 0.071138 0.114343 0.031423 0.035358 0.170674 0.056217 0.039608 0.016388 0.038564 0.047875 0.060457 0.055577 0.094354 0.129387 -0.079253 0.040081 0.148972 0.127626 0.012939 0.044212 0.050818 0.042420 0.067408 0.073447 -0.017460 0.075132 0.094681 0.114386 0.075116 0.090548 0.110533 0.011324 0.035736 0.032126 0.021896 0.044437 0.064637 0.061873 0.035936 0.054632 0.068805 0.072095 -0.031159 -0.103135 0.024784 0.011578 -0.013150 0.021914 0.014078 0.021188 -0.001571 0.019386 0.003009 0.006740 0.038373 0.087363 -0.028146 -0.019960 0.118373 0.153797 0.034945 0.096572 0.068600 0.072070 0.128718 0.104560 0.087578 -0.016559 0.024758 0.133527 0.082859 -0.060002 0.014534 0.020131 -0.073942 0.015443 0.031825 -0.069909 -0.034413 -0.016007 -0.005571 0.085408 -0.024651 -0.070168 -0.075977 -0.071405 0.022062 -0.073644 -0.069228 0.056813 0.079220 -0.032069 0.069333 0.084570 -0.026307 0.075509 -0.037868 -0.059456 -0.049453 -0.017420 -0.099313 0.009414 -0.001622 0.035956 0.002109 -0.031546 0.068416 0.076735 0.100173 0.099633 0.202178 2.537638 14.417286 35.608078 52.744007 61.158005 64.851181 66.579277 68.105927 69.417908 70.602791 72.239761 73.569466 73.999748 74.781593 76.210007 77.351173 78.205505 78.173698 77.047195 75.738594 75.186172 75.494843 75.924683 75.909348 75.208122 74.917976 76.034622 77.846008 80.033943 81.979996 82.602211 82.087700 81.756920 81.531303 81.189430 81.189468 81.323463 81.513290 81.682617 81.765892 81.867554 82.063919 82.394836 82.836868 83.262390 83.057533 82.207626 81.940979 82.882835 83.647064 83.537140 84.502487 86.354401 87.673874 88.055382 87.713394 87.932144 87.823418 86.722031 84.722664 83.591331 83.450142 83.655251 84.286728 84.591591 84.244423 84.589607 85.824875 86.415466 85.990143 85.179253 84.713150 85.037277 85.793434 86.100159 86.105690 86.420235 87.400826 88.068871 87.403381 85.772774 83.973854 83.389442 84.605774 86.582581 87.463928 85.388725 81.882889 80.231064 80.885788 82.649757 84.073830 84.485352 84.459457 84.487106 84.371071 84.679230 85.676575 86.679893 86.562500 84.674446 82.376511 80.850075 80.396042 80.584572 81.153381 81.932388 82.561348 83.027458 83.714661 84.379570 85.055901 85.609123 85.286171 84.595245 84.333572 84.089790 83.639221 83.425446 82.877373 82.661652 83.465424 83.464539 82.575279 83.230812 84.772751 85.541046 85.952744 86.610367 87.381096 88.043961 88.346313 88.605591 89.001686 89.635483 90.218338 90.305412 89.976318 88.763123 88.002151 88.661522 89.755974 90.405136 90.516762 90.310158 89.864807 89.294640 89.496864 89.951317 89.951958 89.163399 88.074280 87.977295 88.831024 90.391571 92.053703 93.249535 93.812820 93.795105 93.584068 93.351715 93.564980 94.322044 95.763344 96.889183 97.440056 97.229179 96.480103 95.291229 93.927635 93.440849 93.983719 94.203651 94.658569 95.096397 95.620041 96.455917 97.415184 98.413696 99.856995 101.474945 102.739189 103.730873 105.153191 106.810036 107.275848 104.954216 102.016708 101.584167 102.124199 100.887459 100.322144 101.087524 100.530930 99.520546 99.416512 99.540413 98.809746 97.727219 99.253403 98.695190 91.771523 82.112915 73.873718 67.922623 55.056805 31.580624 12.164317 3.743501 1.271194 0.548203 0.315312 0.226165 0.224401 0.230500 0.235683 0.128276 0.132774 0.057639 0.128018 0.150279 0.049877 -0.048294 -0.008608 -0.021948 0.006473 -0.012188 -0.131393 -0.101836 0.037362 0.011533 -0.095600 -0.063394 -0.030024 -0.091354 -0.074508 -0.004866 -0.025965 -0.116583 -0.105828 -0.094970 -0.098499 -0.069735 -0.017469 0.021622 0.042602 0.200100 0.503422 1.699717 3.765940 5.095201 6.387533 6.422583 4.560324 2.844192 1.521121 0.766279 0.618623 0.594499 0.617230 0.552503 0.597789 0.385736 0.414524 0.525199 0.551375 0.578840 0.444741 0.420580 0.431221 0.428779 0.538337 0.534753 0.454074 0.499588 0.409030 0.417657 0.410911 0.431186 0.424009 0.495691 0.471718 0.473681 0.463030 1.020909 3.022301 5.500943 5.932537 5.682348 4.686846 2.688360 1.341257 0.576086 0.102246 -0.056064 -0.012247 -0.060981 0.001133 -0.066203 -0.046842 0.057768 -0.043069 -0.054013 -0.067108 -0.024260 -0.018275 -0.028278 0.090912 -0.004895 -0.018706 -0.017418 -0.023106 0.084370 0.105232 -0.012660 -0.142437 -0.118605 -0.113278 -0.029266 -0.012309 -0.002433 0.006516 0.015088 0.116187 0.117836 0.129874 0.109362 0.103200 0.127199 0.375723 4.577259 22.036364 46.067196 61.250771 69.336403 77.196594 87.700447 96.665405 98.400513 97.056175 96.699654 96.586609 96.822823 97.388123 99.114151 100.305214 99.704826 100.327271 102.524086 103.156410 103.236443 105.191650 107.382713 107.140213 105.274040 104.067406 103.601509 102.484917 100.592049 99.604103 99.784973 99.574005 97.592690 95.805458 95.427788 95.870850 95.989624 95.544235 95.736084 96.633202 97.713913 98.361351 98.357849 97.898041 97.339043 96.996803 96.313515 95.207886 94.221497 93.653778 93.518028 93.626793 93.393044 92.519165 91.221855 90.256714 89.928413 90.137619 90.278809 90.334084 90.185966 89.948593 89.846237 90.085747 90.283783 90.162094 89.609505 88.951599 88.335884 88.202492 89.173607 90.048706 90.126648 89.786034 89.247040 89.041649 88.416336 87.616737 87.488152 88.066086 88.250259 86.924179 84.616829 83.521767 85.057938 86.576775 85.814659 84.393669 83.216293 83.000328 83.645714 83.880600 83.985779 85.073257 86.038177 86.002602 85.220894 83.841461 82.990372 82.886581 82.771523 82.868240 82.893898 82.324272 81.871750 81.846863 82.385567 84.348450 86.363167 87.271614 86.918434 86.388580 86.269699 86.614838 86.587112 86.554047 87.208900 88.003532 88.550278 87.662086 84.806152 81.523300 79.364853 79.012596 80.060226 81.810852 83.742706 86.231750 89.069115 90.395996 90.188828 89.084785 87.678177 86.679665 86.463303 86.799156 87.373474 87.346664 87.006142 87.544464 88.098938 87.330475 86.123840 86.495987 87.399231 87.273987 87.578712 87.684509 86.688538 85.593216 84.908989 84.678238 83.806351 82.858017 82.305237 82.090485 81.998337 82.323715 83.186775 83.928833 84.254303 83.704475 82.592537 82.165985 82.961884 83.966560 84.430061 83.888435 82.911301 82.361473 81.905769 81.087563 80.757332 80.646469 80.987511 81.524155 81.104721 80.479591 80.177124 79.733047 78.382767 76.284950 74.623016 73.953064 74.079277 74.727921 75.265572 75.191399 74.960175 76.188744 78.161430 79.040421 78.810394 77.962158 76.509247 75.300781 74.873573 74.864388 74.111412 72.927551 71.585701 69.706688 67.741318 65.572655 60.401558 45.016640 23.058634 8.173915 2.478073 0.950596 0.423986 0.345422 0.347804 0.360179 0.287892 0.075401 0.083047 0.082041 0.132569 0.022353 0.065726 0.092665 0.096699 0.012611 0.008002 -0.008506 -0.031634 -0.119139 0.000132 0.012834 0.008057 -0.062839 -0.027644 -0.016728 -0.007021 -0.007742 -0.028987 -0.143664 -0.112242 -0.105514 -0.113806 -0.088681 -0.082527 -0.063597 -0.080650 0.048839 0.068641 0.029411 0.044934 -0.044801 -0.034192 -0.009684 -0.123040 -0.133184 -0.110527 -0.090214 -0.092889 -0.008946 0.009832 -0.085734 -0.082354 -0.075806 0.071837 -0.019743 -0.032903 -0.057598 -0.022442 -0.048966 -0.041386 -0.063650 -0.042235 -0.058125 -0.053924 -0.021844 0.027576 -0.087365 -0.078716 -0.049752 -0.013864 -0.022400 0.039641 -0.097563 0.016116 -0.036542 -0.060191 -0.076671 -0.180233 -0.138466 -0.139025 -0.079420 -0.002235 -0.037054 -0.031006 -0.124544 -0.144502 -0.017932 -0.119127 0.026513 0.045331 -0.053537 -0.071903 0.038052 -0.007001 -0.012378 0.102337 -0.023317 -0.118490 -0.113625 -0.096961 -0.074096 0.034629 -0.083075 0.042348 0.041735 0.143888 0.031030 0.009885 0.130025 0.052707 0.081030 0.080342 0.069741 0.107713 0.074320 0.150841 0.141398 0.150137 0.283704 0.173844 0.276730 2.720366 14.700095 35.873352 53.214619 61.841274 65.751053 68.575134 70.868530 72.508377 73.692001 74.559303 74.680893 75.001328 76.221680 77.539330 78.679741 79.423836 78.733963 76.731033 75.314415 75.201973 75.401176 75.282585 74.829048 74.348618 74.608040 75.724312 77.315292 78.295059 78.594536 79.217491 80.350502 80.788902 80.454422 80.332970 80.772530 81.236099 81.535934 81.486099 81.789215 82.768982 84.062622 84.722382 84.066727 82.955940 82.532341 82.561508 83.173225 84.224174 84.439293 83.890854 83.648827 83.744293 84.076225 84.458702 84.886330 84.996246 85.108139 85.873985 87.497704 88.561493 88.309937 87.636383 87.169624 87.254570 88.443642 89.556099 89.802170 89.514076 88.979210 88.717468 88.361221 87.807022 86.916656 86.126244 85.693481 86.227890 86.879135 87.108437 86.334595 84.925629 84.555382 84.739952 84.748558 84.749229 85.521103 86.850044 88.175125 89.047386 89.370911 89.157036 88.384598 87.807945 87.452820 87.480453 87.693695 87.891808 87.681351 86.489655 85.275925 84.816879 84.716011 84.946587 84.492706 83.144753 81.409073 80.322838 80.842667 82.077576 83.094307 84.308121 84.984596 85.647789 86.971611 87.049614 85.361900 84.241005 84.120644 84.017349 84.348068 85.010643 84.936104 85.045288 85.254333 84.263557 83.610214 85.146889 86.875687 87.423500 87.206581 86.552948 87.185234 88.761894 89.816605 90.230888 90.045715 89.804237 89.805351 90.020248 90.138031 90.467819 90.793518 91.113373 91.444824 91.567993 91.562263 91.321991 91.304779 91.649368 91.759995 91.630676 91.749512 92.420479 93.382866 94.393127 94.956421 94.834633 94.410324 93.625168 93.195641 93.842079 95.043266 95.800064 96.801636 98.036728 99.136192 99.584152 99.713654 100.829926 102.100258 103.368279 103.909172 103.907990 103.812515 103.261253 102.027939 99.900085 98.115677 97.797501 98.911537 100.858467 102.671349 103.772865 104.207397 104.876488 106.111313 107.413612 107.770546 106.460129 103.598076 100.717125 100.482391 101.247978 99.924652 97.270309 94.314987 91.807495 92.177277 96.035461 100.194809 99.088966 92.281502 84.387207 77.142654 71.196548 58.122135 33.568611 12.962073 3.890623 1.311413 0.699504 0.248082 0.159773 0.158766 0.165609 0.171530 0.064951 0.070175 -0.004172 0.066866 0.089822 0.099934 0.002523 0.042847 -0.079537 -0.050452 -0.068415 0.032601 0.062756 -0.016991 -0.042133 -0.148514 -0.005957 0.137732 0.077051 -0.015246 0.054952 -0.075238 -0.165146 -0.153770 -0.142295 -0.145199 -0.115841 -0.063004 -0.133057 -0.001740 0.046507 0.459919 1.655799 3.720869 5.159318 6.451118 6.486697 4.626568 2.912441 1.700761 0.947080 0.690349 0.557069 0.470627 0.516268 0.452357 0.460512 0.489808 0.381475 0.408208 0.545947 0.412509 0.388914 0.509810 0.398163 0.398446 0.285705 0.425124 0.471131 0.490901 0.500022 0.493782 0.514539 0.507866 0.579984 0.556527 0.558982 0.658555 1.216428 3.216594 5.583884 6.125325 5.766088 4.662194 2.665909 1.320456 0.556441 0.193231 0.145258 0.079770 0.031557 -0.015624 0.027321 -0.062580 0.042443 0.051912 -0.068272 0.028864 -0.037576 -0.031101 -0.040601 -0.030741 -0.016227 -0.029537 -0.027761 0.076765 0.074890 -0.013502 -0.021061 -0.150245 -0.125950 -0.010425 -0.035750 -0.018328 -0.007980 0.111161 0.120178 0.111921 0.004323 0.016852 0.106580 0.210618 0.125321 0.374108 4.901729 23.333965 48.771030 64.490219 72.897903 80.092781 87.954254 96.363480 100.072701 97.303230 92.448875 90.801315 93.123886 96.433083 99.694427 101.543129 100.833679 100.468285 102.553947 105.929237 108.532608 108.400681 106.310486 104.862000 104.534546 103.768471 102.535469 101.201111 99.310608 97.446495 96.640678 97.857460 99.609200 100.785927 101.066185 100.849693 101.406578 102.167763 101.809822 100.510895 99.066780 98.945900 98.723427 96.838150 94.305473 93.416214 93.612694 93.825844 93.938377 94.030075 94.114326 93.674782 92.563980 91.581848 91.493309 91.955833 92.066818 91.946716 91.758728 91.484985 91.337273 91.648994 92.205208 92.663971 92.861809 92.630470 92.078354 91.969643 92.122398 91.440239 89.886803 88.567200 88.536331 88.965057 89.634270 89.429565 88.915016 89.213806 89.524445 89.224251 87.762794 85.341339 84.792473 86.332214 87.537872 87.409622 86.977745 86.326347 85.698746 85.702446 85.908409 86.033485 87.016495 88.212723 87.201759 85.301353 84.630859 83.911720 82.403664 81.313255 79.772926 78.225067 78.910736 80.976433 83.268227 84.340813 84.769325 85.633354 86.439713 87.567398 88.751144 88.989944 88.541977 88.557732 88.969070 89.484695 89.700043 90.055161 90.491875 90.592125 90.371895 89.724495 88.993027 88.200653 87.819618 86.166367 84.256126 84.110451 84.313400 83.556358 83.022568 84.116302 85.675224 87.202293 88.742195 90.284828 91.077950 90.831528 90.930061 91.577431 92.021477 92.021530 91.144722 88.773087 86.823036 86.479355 87.333382 88.427399 88.859222 88.642838 88.178665 87.838379 87.735306 87.226517 86.344803 85.471764 84.611656 83.949471 83.605301 83.908569 84.344307 85.002670 85.537994 85.770248 85.907112 85.704132 84.741272 83.103630 81.579712 80.592575 80.357903 80.638741 80.858269 80.638512 80.211960 80.090736 80.440781 80.694824 80.393272 79.621071 78.492104 77.493950 76.821327 76.700729 76.607452 76.597336 76.805649 77.061058 77.488647 78.387138 79.480598 80.139824 79.910469 79.721756 79.367615 78.160233 76.636238 75.859352 75.326965 74.473740 72.694519 69.391205 66.879715 65.152710 60.645142 45.493340 23.335064 8.244143 2.553824 0.918616 0.502894 0.315365 0.208733 0.221828 0.150325 0.048454 0.166503 0.166154 0.107570 -0.001880 0.042124 0.069704 0.074394 -0.008969 0.096798 -0.028798 -0.051265 -0.028336 -0.018280 -0.004958 -0.009105 0.030403 0.066162 -0.032064 -0.021752 -0.021864 -0.042486 -0.046743 -0.014775 -0.007482 -0.015199 0.010468 0.017180 0.036652 0.020171 0.040383 -0.048976 -0.087573 0.038255 -0.050835 -0.039670 -0.014620 -0.017599 -0.027202 -0.004033 0.016790 0.124366 0.099014 0.008577 -0.086361 -0.082439 0.034367 0.072678 0.201158 0.188494 0.054583 0.090218 -0.009609 -0.002286 -0.024884 0.106300 0.090064 -0.016028 0.015848 0.065106 0.059588 0.067946 0.096667 0.132330 0.123457 0.075340 0.047497 0.051145 0.108058 0.084029 0.067186 0.073038 0.114561 0.223647 0.173031 0.030069 -0.005134 0.000630 0.016554 -0.003781 0.012782 0.021027 0.166702 0.075242 0.085818 0.067075 0.066978 0.021505 0.125802 0.020479 0.004223 -0.091498 0.023063 0.039431 0.062015 0.060676 -0.057634 -0.042209 0.066882 -0.051017 -0.054428 -0.075920 0.044225 0.076414 -0.005511 -0.006499 -0.017425 0.020341 -0.013437 -0.047023 0.053227 0.061683 0.085281 0.084861 0.187694 2.637117 14.866416 36.422123 53.806217 61.573994 64.393341 67.224487 70.843567 73.367172 74.773239 75.312157 76.423538 78.394005 79.726311 80.166199 80.208626 80.513992 80.261887 79.793297 79.252159 78.698311 78.237015 78.007271 77.771774 77.399277 77.218475 77.456802 78.171234 79.153107 80.112953 80.626976 80.552383 80.441719 80.656319 80.974350 80.974716 80.559280 80.529877 81.579941 82.763588 83.855392 84.711853 85.482933 85.815247 85.801071 85.595573 85.403946 85.466400 85.639343 85.964523 86.074203 85.940933 85.596001 85.928207 87.081062 88.059013 88.388351 88.389648 88.936562 89.353592 89.319588 88.957176 88.721710 88.363457 87.348312 86.340355 86.026054 86.493469 86.425316 86.329681 87.277710 89.230652 90.874603 90.861092 90.067619 88.642746 86.427780 83.780602 81.811157 81.146461 81.934929 84.204140 86.588928 87.586861 88.466614 89.239342 89.690567 90.248138 90.791931 91.115692 91.120705 90.895699 90.866852 90.949966 90.756721 90.419624 90.397499 90.295815 89.980408 90.192680 90.391235 89.518784 87.878838 84.893211 80.901886 78.832375 80.493881 83.434799 84.782104 85.030716 85.917053 86.704788 86.489220 87.046135 88.444206 88.071846 86.287491 85.506325 86.172371 86.393364 86.397102 86.871994 86.980957 86.970039 87.296303 86.970581 86.310371 87.053223 89.252281 90.574310 90.358223 89.341255 89.271400 90.328629 90.853821 90.558037 90.975800 92.406563 93.501335 93.838585 93.728348 93.394135 92.944221 92.506126 92.189400 91.853539 91.832603 92.145226 92.380486 92.711205 93.131310 93.360085 92.822388 91.807159 91.170364 91.405800 92.164452 93.609558 95.352448 96.351288 96.118546 95.672180 95.880669 96.664642 96.582817 94.825386 93.625435 94.086502 95.096710 95.491402 95.993935 96.317650 97.197914 97.763420 98.641769 99.605988 99.892891 99.643547 100.093781 100.549675 100.190781 100.028030 100.472549 101.348518 102.789497 104.247459 105.773003 107.670700 108.996490 108.766159 107.086327 105.419174 104.425217 103.097496 100.435448 96.151741 90.777359 89.168068 92.816277 95.116493 92.908775 89.605263 85.431343 80.477966 75.725784 62.067322 35.471310 13.602582 4.287974 1.701850 0.867947 0.524972 0.435995 0.324544 0.220991 0.226536 0.119300 0.124147 0.049225 0.120052 0.142677 0.042432 0.054411 0.094450 0.081370 0.110116 0.091699 -0.027433 0.002439 0.032133 0.116542 0.119483 0.041972 -0.034351 0.014485 0.141595 0.101568 -0.029326 -0.009841 0.001160 0.012261 0.008949 0.037979 0.090548 0.129917 0.041147 0.199138 0.503190 1.811679 3.991502 5.433119 6.727724 6.542983 4.787843 2.959052 1.743985 0.988059 0.730324 0.706343 0.619295 0.554666 0.490233 0.498045 0.637048 0.528057 0.444473 0.472199 0.558084 0.534043 0.544859 0.542568 0.542466 0.539055 0.458420 0.394188 0.523670 0.532456 0.525842 0.546292 0.539244 0.501188 0.477339 0.479467 0.468959 1.137912 3.142732 5.625589 6.168019 6.027516 4.920455 2.808782 1.349592 0.693307 0.108815 -0.049606 0.104427 0.055734 0.118071 0.160739 0.180224 0.175103 0.184213 0.173343 0.050322 0.093357 0.099467 0.089563 0.099067 0.113237 0.099515 -0.009079 -0.014640 0.093148 0.114179 0.106221 -0.023663 0.000314 0.115750 0.089984 0.107073 0.227065 0.236107 0.134775 0.016152 0.017957 0.140163 0.119744 0.113696 0.247853 0.496884 4.925430 24.283268 51.653172 68.730537 76.717934 82.499657 86.310104 89.350670 92.740547 92.275505 89.169830 89.608505 93.916710 98.553558 101.822197 103.674667 104.832550 106.774895 108.643997 108.726143 107.265274 106.033127 105.147972 103.805878 102.487625 101.829842 101.583885 101.676064 101.650360 101.210686 100.621674 100.520340 100.845627 100.704803 99.665588 98.458672 97.587303 97.361046 97.993004 98.891327 99.313568 98.862007 98.858650 99.608185 100.258080 100.244850 99.999939 99.331894 97.683250 95.684166 94.558083 94.227127 93.663200 93.228127 93.358772 94.261795 95.362289 96.120895 96.041283 95.655708 94.846535 94.168129 94.065048 93.974434 93.622375 93.720161 93.606293 93.386841 93.539551 93.625214 93.277245 92.173454 91.261612 91.250717 91.151016 90.615402 90.099228 89.628456 89.059738 87.328896 86.084137 87.066803 88.275986 88.498711 87.946846 87.598106 87.714989 88.491646 89.621803 88.854538 86.530296 85.445526 85.881065 86.090500 85.957382 86.252327 86.679771 87.168198 88.405388 89.840652 89.614357 87.180321 84.675735 83.995377 84.422302 85.387344 86.696693 87.672470 88.260422 88.950554 89.916985 90.486145 90.586731 90.822083 91.343964 91.970360 92.515701 92.541122 92.648415 92.748474 92.637245 92.427757 90.813934 87.159340 84.907745 84.901039 85.956238 87.349754 87.552483 86.462837 86.037064 87.572845 88.804901 88.245193 87.478851 87.485748 86.851601 85.505615 84.395676 83.836197 84.063095 85.384834 86.817139 87.740273 88.315285 88.960136 89.155518 89.041679 89.364243 90.356949 90.770973 90.429039 89.334953 87.834381 86.950150 87.064568 87.631706 88.066940 88.050774 87.583641 87.029510 86.698807 86.464989 86.477501 86.394432 86.190720 85.775200 85.233070 84.694695 84.034233 82.918106 81.878998 81.438721 81.768166 82.220161 82.208069 81.458450 80.612846 79.870499 79.426376 79.064507 78.723595 78.488884 78.367493 77.943497 78.042938 79.021294 79.936699 80.474579 80.494568 80.710220 81.260735 81.360466 81.500847 82.135292 81.914146 79.505447 76.855972 75.112030 73.486702 70.823250 67.072083 64.994759 64.583733 60.944897 45.975082 23.541279 8.302509 2.487815 0.848370 0.321452 0.243309 0.246236 0.149168 0.187305 0.084973 0.093111 0.092574 0.033653 0.033732 0.077623 0.105046 -0.000476 0.025743 0.021545 0.005421 -0.017342 -0.104593 -0.094729 -0.081596 0.024019 0.063373 0.098967 0.110236 0.010293 -0.100074 -0.010988 -0.015519 0.016262 -0.086690 -0.094671 -0.069185 0.047290 -0.043460 -0.060235 0.069768 -0.020095 -0.059072 -0.043211 0.087207 0.098086 -0.097107 -0.210354 -0.000230 0.022701 0.043281 -0.069163 -0.094825 -0.075740 -0.061197 -0.057569 -0.050772 0.097349 0.115846 -0.007127 -0.031636 0.003801 -0.005686 0.111710 -0.020753 0.000542 -0.015551 -0.011512 0.020463 0.069814 0.064405 0.072867 0.101685 0.027481 0.018740 -0.029233 -0.056940 0.056794 0.003826 -0.020071 -0.036786 0.079147 0.120751 0.119936 0.069455 0.036617 -0.108445 0.007394 0.133364 0.113099 0.019759 0.028091 0.063848 0.082490 0.093151 0.074500 0.074489 0.029117 0.023505 0.028286 0.012119 0.026472 0.031094 0.047539 0.070199 0.068943 -0.049248 -0.033746 -0.034569 -0.042364 -0.045693 -0.067099 0.053087 -0.024616 -0.106410 0.002666 0.101781 0.139586 0.105870 0.072347 0.172617 0.071161 0.204790 0.204422 0.307275 2.755970 14.981426 36.860199 54.348690 61.454182 62.953217 64.794228 68.412796 71.486023 73.551888 75.520454 78.610756 81.349846 81.911362 81.470978 81.293243 81.268456 80.906372 80.767754 80.556526 80.002640 79.101440 78.321877 77.866554 77.714188 77.973320 78.761307 79.365349 79.467064 79.437004 80.061096 81.306305 82.625099 82.839233 82.497017 82.167282 82.741478 83.591408 84.420654 85.163574 85.594887 86.011009 86.451851 86.564102 86.659912 86.894318 87.252441 87.644531 88.256950 88.911514 88.910736 88.007355 86.782600 86.454918 87.827454 89.574883 91.003616 91.664322 91.550797 91.417557 92.263039 92.560104 91.444481 90.316292 89.961098 89.942810 89.078300 87.236015 84.638962 83.444511 84.613159 86.456451 87.331093 87.758530 88.285812 88.731369 88.276688 87.829353 88.498871 89.812363 90.708786 89.896645 87.001595 84.480736 84.481606 85.915115 87.796768 90.224236 91.537857 91.641701 91.756828 92.301743 92.712692 92.575699 92.052536 91.715530 91.143585 90.382286 89.847321 89.400078 88.279503 86.638367 85.659630 84.764961 82.974373 84.094116 88.173225 90.122025 88.718605 86.327469 85.124298 85.582405 87.456726 89.113144 90.070755 90.798042 90.443420 88.782166 87.578239 87.909134 88.022820 86.848114 85.967751 86.507217 87.383614 88.157906 88.047745 86.810989 87.250351 89.232498 90.116699 90.200005 90.460144 91.077194 91.822250 92.186378 92.713875 93.704224 94.798637 95.575615 96.235023 96.450432 96.550056 96.221535 95.684441 95.238251 94.667084 94.429497 94.444588 94.665131 94.315300 93.884331 94.116791 94.531441 95.214111 95.668823 95.986794 96.441307 96.863869 96.982780 96.310539 96.304527 97.172974 98.396652 99.414459 99.306740 98.106537 97.247314 97.047340 96.452248 96.075165 97.388847 99.808464 101.803101 102.680679 102.654449 102.721092 102.691559 102.811531 103.267128 104.007805 104.944313 105.498001 105.273430 105.284065 105.531952 105.627762 106.205894 106.542480 106.203339 106.394455 106.927673 105.934135 102.957527 98.757370 94.475861 91.083305 90.134636 89.823288 85.746170 83.211845 85.519958 85.417152 82.005066 77.584190 63.160187 35.802940 13.721454 4.300097 1.495142 0.771779 0.539157 0.450461 0.339295 0.236020 0.241806 0.244803 0.139897 0.065232 0.136264 0.049147 0.169102 0.181270 0.111525 0.208623 0.237545 -0.000606 -0.009508 0.020557 0.050441 0.025058 -0.081742 -0.049026 -0.015151 -0.076108 -0.058791 -0.098576 -0.009280 -0.099589 -0.088397 -0.077106 0.029734 0.058917 0.001669 0.041209 0.062610 0.220704 0.634771 1.833007 3.902323 5.233694 6.638042 6.673449 4.699061 2.980978 1.656475 0.900951 0.643457 0.509680 0.532802 0.578306 0.514019 0.631914 0.661009 0.552175 0.468739 0.496577 0.472593 0.448703 0.459657 0.457508 0.347584 0.454297 0.483783 0.529640 0.549202 0.558092 0.551586 0.462175 0.455259 0.417343 0.503590 0.505818 0.605373 1.164226 3.168506 5.650670 6.193024 5.942702 4.836115 2.725235 1.376590 0.720607 0.246354 -0.021912 0.022203 0.083602 0.036048 0.078817 0.098410 0.093404 0.102623 0.091866 0.078955 0.122059 0.018290 0.118457 0.018080 0.032352 0.018741 0.020246 -0.095195 0.012663 0.033790 -0.084023 -0.103779 0.030252 0.035764 0.010106 0.027288 0.037379 0.046541 0.055323 0.046794 0.048667 -0.049018 0.040648 0.034696 0.058941 0.308010 4.845222 24.087023 51.998123 69.949715 78.044319 84.153839 85.323708 82.205833 83.946960 87.882584 89.177345 89.505905 91.723503 95.809570 100.507271 104.338715 106.375725 106.777611 106.996689 107.079170 106.498810 105.926956 105.481918 105.239754 105.351036 105.462502 104.775932 104.317543 103.961380 103.851234 103.481773 103.489830 103.704437 103.892967 103.513206 102.305901 100.884247 99.447876 98.539864 98.118416 98.210999 98.639687 98.856461 99.166077 98.826378 96.724380 94.611183 94.164658 95.046928 96.128067 96.211861 95.550812 94.546989 93.342201 92.813103 93.056282 93.387062 93.816071 94.066971 93.791992 93.533356 94.284996 95.611443 96.620132 96.817413 96.914482 96.690010 96.140114 95.522499 95.277901 95.039734 94.155930 93.573929 92.902870 91.593407 90.838081 90.871979 90.951134 90.272484 90.081512 90.925926 90.038002 87.507637 85.861343 85.090546 84.962685 85.630119 86.297203 86.328049 87.211334 89.286751 90.510963 90.395500 90.054153 89.810356 89.334755 87.342407 85.081711 84.669792 84.126373 81.702438 80.590691 81.277397 81.807686 83.224686 84.959473 86.268547 87.574036 88.711662 89.401512 90.037689 91.046524 92.026680 92.371628 92.013351 91.539856 91.095543 90.461578 88.590096 86.601860 85.832367 86.174332 87.861267 89.926414 91.743370 92.614708 92.238266 90.880890 89.103485 87.464088 86.928329 86.704124 85.297020 84.738388 85.952454 86.399590 85.875893 85.740166 85.290321 84.730843 85.727219 87.048187 87.270134 85.883751 84.259865 83.695938 85.541924 88.507866 90.479851 90.812210 90.566231 90.334419 89.460625 88.510307 88.285965 88.619965 88.856697 89.181572 89.605026 89.577553 89.133141 89.022034 88.787804 88.579926 88.166595 87.632751 87.107170 86.345093 85.696777 85.366295 85.239975 85.300400 84.969559 84.638466 84.649963 84.307610 82.788193 81.173027 80.321014 80.646851 81.824455 81.923050 80.918152 80.576530 81.032074 81.240952 81.338821 81.703850 82.791214 83.580650 82.916100 81.706848 81.146965 81.507568 81.922165 82.361176 81.822746 79.393768 76.220581 73.166313 69.624390 65.215210 62.809372 63.828728 61.401039 46.436127 23.789680 8.445985 2.523387 0.884690 0.468124 0.280240 0.173423 0.186587 0.224922 0.232791 0.131145 0.020851 0.072134 0.072409 0.116480 0.144085 0.038786 0.175144 -0.048816 -0.064728 -0.087278 0.045621 -0.054332 -0.041031 -0.045241 -0.005706 0.030067 0.041520 -0.058206 0.051566 -0.079168 -0.083519 -0.051571 -0.154316 -0.052161 -0.026539 0.090042 -0.000538 -0.017168 0.002972 -0.086701 -0.125505 -0.109490 -0.088919 -0.077862 0.057066 0.053915 -0.065838 0.067196 -0.022070 -0.024371 0.060055 0.079225 -0.016105 -0.012361 -0.115412 0.032803 0.051432 0.038595 -0.095756 -0.060196 -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 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 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 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 Vdata field name: Longitude of Sun at Observation 179.072098 179.044601 179.017105 178.989609 178.962097 178.934601 178.907104 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. For BDS products beginning with Production Strategy Edition1-CV, Configuration Code 033032, Edition2, Configuration Code 031033 and all Edition3 BDSs the following SDSs were added to the BDS product: "Solar Azimuth Angles", "Solar Elevation Angles", "Lunar Azimuth Angles", and "Lunar Elevation Angles". The following fields were added to the Satellite-Celestial Data Vdata: "Earth-Moon Distance", "Colatitude of Moon at Observation", "Longitude of Moon at Observation", "Solar Beta Angle at record start", "Solar Eta Angle at record start", "Lunar Beta Angle at record start", "Lunar Eta Angle at record start". Last Updated: April 10, 2012 -----------------------------------------------------------------------------