%=SNX 2.10 USN 21:007:77293 USN 89:296:57816 89:298:14516 R 00086 2 C E S * * Created on: 2021.01.07-21:28:13 local time * Created at: United States Naval Observatory * Created by: ( ) * Generated by: routine WRITE_SINEX_J , revision date 2019Oct16 * * ----------------------------------------------------------------------------- * +FILE/REFERENCE DESCRIPTION USN OUTPUT Single session VLBI solution CONTACT < > SOFTWARE VLBI analysis system Calc/Solve, revision date 2020.01.23 HARDWARE HPx86_64 Linux 5.4.0-58-generic INPUT VLBI experiment cd89q2, database $89OCT23X_ version 031 -FILE/REFERENCE * * ----------------------------------------------------------------------------- * +FILE/COMMENT Format Description: http://gemini.gsfc.nasa.gov/solve_root/help/sinex.html Solution description: n/a >>> FORMAT DESCRIPTION <<< >>> ################## <<< Sinex output implementation in the VLBI Analysis software system Calc/Solve Leonid Petrov John Gipson (CALIBRATION blocks) 2019.11.14 Abstract This document describes how Calc/Solve writes down a listing of a VLBI solution in Sinex format. Questions and comments about this guide should be sent to: Dan MacMillan (Daniel.S.MacMillan@nasa.gov) David Gordon (David.Gordon-1@nasa.gov) John Gipson (John.M.Gipson@nasa.gov) Table of contents: 1 ................ Overview 2 ................ Deviations from the SINEX 1.00 standard 2.1 ........... New block SOLUTION/CONSTRAINT_EQUATION_INFO 2.2 ........... New block SOLUTION/CONSTRAINT_EQUATION_MATRIX 2.3 ........... New block SOLUTION/CONSTRAINT_EQUATION_VECTOR 2.4 ........... New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX 2.5 ........... New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK 2.6 ........... New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK 2.7 ........... New block NUTATION/DATA 2.8 ........... New block PRECESSION/DATA 2.9 ........... New block SOURCE/ID 2.10 .......... New block SOLUTION/CALIBRATION_ESTIMATE 2.11 .......... New block SOLUTION/DECOMPOSED_CALIBRATION 3 ................ Deviations from the SINEX 2.10 standard 4 ................ Implementation in Solve 4.1 ........... Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.2 ........... Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.3 ........... Treatment of station with discontinuous motion 4.4 ........... Restrictions ________________________________________________________________________________ 1 Overview ========== SINEX stands for "Solution INdependent EXchange format". This format was developed by Blewitt et al. (1994) http://www.dgfi.badw-muenchen.de/gps/sinex.html and http://alpha.fesg.tu-muenchen.de/iers/sinex/sinex_v2_appendix1.pdf for facilitating the task of combining several GPS solutions. Original design of Sinex format was made for solving this specific task. However, later this format evolved towards to a common machine-readable form of solution listings for other space geodesy techniques, VLBI and SLR, and attempts were made for overcoming flaws of the original design. This process of evolution is not yet completed, therefore, different software systems implement a little bit different flavors of Sinex format. Listings in Sinex format produced by Solve contain information about stations, sources, estimates of the parameters, their covariance matrix, constraint equation, right-hand side of constraint equations and weight matrix of constraint equations. In addition to these results, a portion of the decomposed normal matrix and normal vector can be included in the listing as well. A user has control which blocks should be included in the listing. The current implementation of the Sinex format does not allow to include in the listing any parameter which was solved for. Only some type of parameters, like station position, EOP, etc can be included. However, a user has total control which parameters among the parameters of the supported type are to be included or not included in the listing. 2 Deviations from the SINEX 1.00 standard ========================================= Solve currently writes listing either in Sinex 2.10 format or in Sinex 2.20 format. Deviations from the Sinex 1.00 standard are as follows: 1) Eight new blocks were added: SOLUTION/CONSTRAINT_EQUATION_INFO SOLUTION/CONSTRAINT_EQUATION_MATRIX SOLUTION/CONSTRAINT_EQUATION_VECTOR SOLUTION/CONSTRAINT_WEIGHT_MATRIX The purpose of these four blocks is to overcome the flaw of original design of Sinex format and provide complete information about all constraints used in the solution. SOLUTION/DECOMPOSED_NORMAL_MATRIX SOLUTION/DECOMPOSED_NORMAL_VECTOR The purpose of these blocks is to provide information about transformed normal equations before applying constraints. NB: one of the three items: covariance matrix, constraint equations and decomposed normal equations is redundant: having two of them one can derive the third one. NUTATION/DATA PRECESSION/DATA The purpose of this section is to provide information about used nutation/precession model and to define parameter "estimates of nutation angles". John Gipson added two blocks to allow users to 'back-out' the effect of calibrations. SOLUTION/CALIBRATION_ESTIMATE SOLUTION/DECOMPOSED_CALIBRATION 2) SOLUTION/STATISTICS block has new items: WEIGHTED SQUARE SUM OF O-C sum { y(T) * w * y } WRMS OF POSTFIT RESIDUALS sum { (A*e - y)(T) * w * (A*e - y) )/Sp ( w ) where y -- the difference between the observed time delay and theoretical; A -- matrix of equations of conditions; e -- vector of the parameter adjustments; w -- weight matrix; Sp -- stands for the mathematical operation of computing trace of a matrix: the sum of diagonal elements. Summing is done over all observations used in parameter estimation. Comment: field WEIGHTED SQUARE SUM OF O-C is not computed in global mode. Meaning of other parameters: NUMBER OF OBSERVATIONS total number of used observables NUMBER OF UNKNOWNS total number of unknowns, including those, which are not shown in the Sinex listing SQUARE SUM OF RESIDUALS (VTPV) sum { (A*e - y)(T) * w * (A*e - y) ) VARIANCE FACTOR sum { (A*e - y)(T) * w * (A*e - y) )}/ ( N - M - Sp( Cov(A) * B(T) * z * B ) ) where Cov(A) -- covariance matrix of the entire solution (NB: Sinex listing may have only a portion of the solution) B -- matrix of equations of constraints; z -- weight matrix of constraints; N -- total number of equations of conditions (observables); M -- total number of unknowns. 3) The blocks which keep element of matrices do not have fields "Second Matrix Element" and "Third Matrix Element". The purpose of this change is to facilitate the process of creation of the listing and to reduce significantly the probability of errors. 4) SOLUTION/MATRIX_APRIORI is not provided. The reason is that Solve does not operate the notion of apriori covariance matrix. And it also uses singular constraints which cannot be reduced to the form of apriori covariance matrix. Since full information about constraints is provided in other blocks, SOLUTION/MATRIX_APRIORI is considered as an obsolete block. 2.1 New block SOLUTION/CONSTRAINT_EQUATION_INFO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__I_N_F_O__B_L_O_C_K_____________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Constraint | Identifier of the constraint | 1X,A8 | | Equation | | | | Identifier | | | |________________|___________________________________|______________| | | | | | Constraint | Index of vector constraint. | 1X,I5 | | Equation | 1 for scalar constraint. | | | Sub-index | | | | | | | |________________|___________________________________|______________| | | | | | Constraint | Description of the constraint | 1X,A40 | | Equation | | | | Description | | | |________________|___________________________________|______________| This block provides description of constraint equations. Matrix of constraint equations has dimension N_cns * N_par, where N_cns -- the number of constraint equations, N_par -- number of estimated parameters. The first field of the CONSTRAINT_EQUATION_INFO keeps the index of the constraint, the second field keeps constraint identifier. Currently, the following constraint identifiers are supported: NNT_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta r )/ |r|^2 * R_e here r -- vector of station coordinate; Delta r -- vector of adjustments to station position R_e -- Earth's equatorial radius. Units: dimensionless NNT_VEL -- net rotation on station velocity. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_VEL -- net rotation on station velocity This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta v )/ |r|^2 * R_e here r -- vector of station coordinates; Delta r -- vector of adjustments to station velocity; R_e -- Earth's equatorial radius. Units: 1/yr NNR_SRC -- net rotation on source coordinates 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation EOP_XPL -- constraint on X pole coordinate EOP_YPL -- constraint on Y pole coordinate EOP_UT1 -- constraint on UT1 angle EOR_XPL -- constraint on X pole rate EOR_YPL -- constraint on Y pole rate EOR_UT1 -- constraint on UT1 rate VEL_U -- constraint on Up topocentric coordinate of station velocity VEL_E -- constraint on East topocentric coordinate of station velocity VEL_N -- constraint on North topocentric coordinate of station velocity VEL_X -- constraint on X coordinate of station velocity VEL_Y -- constraint on Y coordinate of station velocity VEL_Z -- constraint on Z coordinate of station velocity STA_U -- constraint on Up topocentric coordinate of station position STA_E -- constraint on East topocentric coordinate of station position STA_N -- constraint on North topocentric coordinate of station position STA_X -- constraint on X coordinate of station position STA_Y -- constraint on Y coordinate of station position STA_Z -- constraint on Z coordinate of station position BLC_VAL -- constraint on baseline clocks DCL_ORG -- constraint on declination of the set of certain sources GRD_OFF -- constraint on atmosphere path delay gradient offset NUT_OFF -- constraint on offset of nutation in longitude and nutation in obliquity OAT_RAT -- constraint on rate of changes of atmosphere path delay OCL_RAT -- constraint on clock drift RAS_ORG -- constraint on right ascension of the set of certain sources SRC_COO -- constraint on source right ascension and declination STA_ORG -- constraint on position of certain stations STA_TIE -- constraint on differences in position of several sites VEL_DIR -- constraint on horizontal projection of the differences in velocities of two stations VEL_ORG -- constraint on velocities of certain stations VEL_SET -- constraint on linear combination of velocity components VEL_TIE -- constraint on differences in velocities of several sites VEL_VER -- constraint on vertical component of station velocity Constraints on segmented parameters STA_PWC -- constraint on site velocity in the the case when site position is modeled by linear spline GRD_RAT -- constraint on atmosphere path delay gradient rate ATM_RAT -- constraint on atmosphere path delay rate between segments CLO_RAT -- constraint on clock rate between segments UT1_RAT -- constraint on UT1 rate in the case of linear spline EOP parametrization XPL_RAT -- constraint on X pole coordinate in the case of linear spline EOP parametrization YPL_RAT -- constraint on Y pole coordinate in the case of linear spline EOP parametrization Constraint equation sub-index is 1 for scalar constraint, like EOP_XPL and runs over components of vector constraints, like NNT_POS (1,2,3 in this example). 2.2 New block SOLUTION/CONSTRAINT_EQUATION_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keep matrix of constraint equations. Equations are organized by rows. Zero elements are omitted. _____________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__E_Q_U_A_T_I_O_N__B_L_O_C_K_____| | | | | |__Field___________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | equation row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |__________________|___________________________________|______________| | | | | | Constraint | Column index for the Constraint | 1X,I5 | | equation | Equation. It must match the | | | column index | parameter index in the | | | | SOLUTION/ESTIMATE block for the | | | | same parameter. | | |__________________|___________________________________|______________| | | | | | Constraint | Matrix element at the location | 1X,E21.14 | | matrix element | (row index, column index). | | |__________________|___________________________________|______________| 2.3 New block SOLUTION/CONSTRAINT_EQUATION_VECTOR ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keeps the right-hand side of constraint equations. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__V_A_L_U_E__B_L_O_C_K_________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation vector. It must match | | | | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Right hand | Value of right hand part of the | | side value | constraint equation. | 1X,E21.15 | |________________|___________________________________|______________| | | | | | Sigma | Reciprocal weight which is | | | | ascribed to this constraint | 1X,E21.15 | | | equation. | | |________________|___________________________________|______________| | | | 48 | |______________| 2.4 New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains the elements of the weight matrix of constraint equations. Zero elements are omitted. ______________________________________________________________________ |_____________C_O_N_S_T_R_A_I_N_T___W_E_I_G_H_T___M_A_T_R_I_X__________| | | |__Field__________________Description_______________________Format_____| | | | | | Row index of the | Row index for the weight | 1X,I5 | | weight matrix | constraint matrix. It matches | | | of constraint | the index of the constraint | | | equations | equation. | | |___________________|___________________________________|______________| | | | | | Column index of | Column index for the weight | 1X,I5 | | the weight matrix | constraint matrix. It matches the | | | of constraint | index of the constraint equation | | | equations | | | |___________________|___________________________________|______________| | | | | | Weight matrix of | Matrix element at the location | 1X,E21.14 | | constraint | (row index, column index). | | | equations element | | | |___________________|___________________________________|______________| 2.5 New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block described all parameters adjusted in the solution, decomposed normal matrix is equivalent to the full normal matrix. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal matrix D_ii is defined as D_ii = N_ii - N_ei(T) * (C_ee + N_ee){-1} * N_ei where N_ii -- the block of normal matrix which corresponds to the equations included in the SOLUTION/ESTIMATE list; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters included in the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes D_ii as D_ii = (V_ii){-1} - C_ii where V_ii -- covariance matrix of the parameters mentioned in SOLUTION/ESTIMATE list; C_ii -- the block of normal matrix of constraints which corresponds to the parameters in SOLUTION/ESTIMATE list. It is assumed that C_ei = 0 C_ei -- the block of normal matrix of constraints which corresponds to the product of equations of constraints of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__M_A_T_R_I_X___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Decomposed | Row index for the normal matrix. | 1X,I5 | | normal matrix | It must match the parameter index | | | row index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Column index for the normal matrix| 1X,I5 | | normal matrix | It must match the parameter index | | | column index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Matrix element at the location | 1X,E21.14 | | normal matrix | (row index, column index). | | | element | | | |________________|___________________________________|______________| 2.6 New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed right hand parts of normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block describes all parameters adjusted in the solution, the decomposed normal vector is equivalent to the full normal vector. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal vector d_i is defined as d_i = n_i - N_ei(T) * (C_ee + N_ee){-1} * n_e where n_i -- the block of normal vector which corresponds to the equations listed in the SOLUTION/ESTIMATE; n_e -- the block of the normal vector which corresponds to the omitted parameters; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes d_i as d_i = D_i * e_i where e_i -- vector of the estimates of the parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__V_E_C_T_O_R___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Estimated | Index of the estimated parameter. | 1X,I5 | | Parameter | | | | Index | | | | | | | |________________|___________________________________|______________| | | | | | Element of | Element of the decomposed normal | 1X,E21.14 | | decomposed | ( Row Number , Column Number ). | | | normal vector | ( Row Number , Column Number ). | | |________________|___________________________________|______________| | | | 28 | |______________| 2.7 New block NUTATION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes which apriori nutation model is used and what is the reference model to which the nutation angles are referred. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Nutat. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | REN2000 | | | | IAU1980 | | | | IERS1996 | | | | IAU2000a | | | | IAU2000b | | |________________|___________________________________|______________| | | | | | [Nut. Usage] | Usage flag: APR or REF | 1X,A3 | | | APR means that the previous | | | | field kept the nutation model | | | | used for apriori. | | | | REF means that the previous | | | | field kept the nutation model | | | | used as a reference. | | | | NONE means that the total | | | | nutation angles are presented | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A66 | |________________|___________________________________|______________| | | | 80 | |______________| 2.8 New block PRECESSION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes the apriori precession constant which was used. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Prec. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | IAU1980 | | | | IAU2000 | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A70 | |________________|___________________________________|______________| | | | 80 | |______________| Nutation angles can be presented either as nutation in obliquity and nutation in longitude in accordance to Newcomb-Andoyer formalism or as nutation X, nutation Y in accordance to Ginot-Capitaine formalism. Contrary to claims of Dr. Capitaine, both approaches are equivalent. 2.9 New block SOURCE/ID ~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |_____________R_A_D_I_O___S_O_U_R_C_E___D_A_T_A___L_I_N_E___________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Source Code | Call sign for a source | 1X,A4 | |________________|___________________________________|______________| | | | | | IERS name | IERS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | ICRF name | ICRF name of the radio source | 1X,A16 | |________________|___________________________________|______________| | | | | | IAU name | IAU J2000.0 name of the radio | 1X,A10 | | | source | | |________________|___________________________________|______________| | | | | | IVS name | IVS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | Comments | Comments or other names of the | 1X,A29 | | | radio source | | |________________|___________________________________|______________| | | | 80 | |______________| 2.10 New block SOLUTION/CALIBRATION_ESTIMATE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The purpose of this block is to allow users to 'back-out' the effects of a calibration. The format is almost identical to the SOLUTION/ESTIMATE block. Suppose that the normal equations without the calibration are: N A = B The effect of the calibration is to modify the RHS of this to give: N A' = B+ del_B When the normal equations are inverted we get: A' = N^-1 B + N^-1 del_B = A + del_A The solution contribution block gives the values for the 'del_A' term. The format of this block is almost identical to SOLUTION/ESTIMATE block. The first few lines look look something like this: +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7641 A 1 19:155:16735 m 2 1.12094296576514D-05 0.00000D+00 2 STAY 7641 A 1 19:155:16735 m 2 -1.64886779400689D-04 0.00000D+00 3 STAZ 7641 A 1 19:155:16735 m 2 -7.99174504030867D-04 0.00000D+00 4 STAX 7297 A 1 19:155:14114 m 2 -1.28824231979959D-03 0.00000D+00 5 STAY 7297 A 1 19:155:14114 m 2 1.26091351520643D-03 0.00000D+00 6 STAZ 7297 A 1 19:155:14114 m 2 -6.42471735486039D-04 0.00000D+00 .... -SOLUTION/CALIBRATION_ESTIMATE The sigmas are 0 because it is assumed there is no uncertainty in the calibration. Suppose we have two solutions in sinex format. Solution 1 does not include the effect of the calibration. * There will only be SOLUTION/ESTIMATE block. Solution 2 includes the effect of the calibration, and we have included the CALBIRATION information. * Then there will be a SOLUTION/ESTIMATE block * There will also be a SOLUTION/CALIBRATION_ESTIMATE block. The relation between Solution 1 and Solution 2 is: SOLUTION/ESTIMATE(1) = SOLUTION/ESTIMATE(2)-SOLUTION/CALIBRATION_ESTIMATE(2) 2.11 New block SOLUTION/DECOMPOSED_CALIBRATION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block is similar to the SOLUTION/DECOMPOSED_NORMAL_VECTOR block. It provides a means of backing out the effect of a calibration. Suppose that the normal equations without the calibration are: N A = B The effect of the calibration is to modify the RHS of this to give: N A' = B+ del_B The DECOMPOSED_NORMAL_VECTOR block gives the effective B vector after the nuisance parameters have been squeezed out. The DECOMPOSED_CALIBRATION block gives the value of the effect del_B vector after the nuisance parameters have been squeezed out. The format of the first few lines look like: +SOLUTION/DECOMPOSED_CALIBRATION LOADING_EFFECT * Ind1 Decomposed_vector(ind1) 1 -9.08414333456434D+06 2 -2.78630680723758D+07 3 1.27314635010659D+07 4 7.21652034185454D+06 5 8.03838945195598D+07 6 -1.02827125834327D+08 7 -4.42092453014595D+07 .... +SOLUTION/DECOMPOSED_CALIBRATION Suppose we have two solutions in sinex format. Solution 1 does not include the effect of the calibration. * There will only be SOLUTION/DECOMPOSED_NORMAL_VECTOR block. Solution 2 includes the effect of the calibration, and we have included the CALBIRATION information. * There will be a SOLUTION/DECOMPOSED_NORMAL_VECTOR block. * There will also be SOLUTION/DECOMPOSED_CALIBRATION block. Note that: SOLUTION/DECOMPOSED_NORMAL_VECTOR(1) = SOLUTION/DECOMPOSED_NORMAL_VECTOR(2)-SOLUTION/DECOMPOSED_CALIBRATION(2) 3 Deviations from the SINEX 2.10 standard ========================================= Sinex listing in 2.20 format has different names for parameters in accordance to an anonymous document circulated in 2008 known as "Proposal 2". 4 Implementation in Solve ========================= Solve normally produces the listing in its own so-called "spool-format". In addition to the spool listing, Solve has a limited ability to generate listings in Sinex format. It can write the listing in Sinex format when it runs in batch mode. Description of the keyword Sinex in the control language can be found in http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html#section3.13 When a user requests to apply specific constraints, Solve does not modify normal matrix immediately. Procedures of imposing constraints collect all constraint equation coefficients, weights, right hand part equations as well as constraint description in an intermediate data structure. After collecting all information about constraints Solve "applies" constraints by modifying normal matrix and normal matrix. If a Sinex output option is specified, then Solve passes this intermediate data structure to the routine which writes listing down and, thus, this subroutine has access to full information about the constraints. Solve allows a user to specify which items among ESTIMATES, COVARIANCES, CONSTRAINTS, DECOMPOSED_NORMAL_EQUATIONS or all of them are to be included in the listing together with mandatory blocks. Solve allows a user to specify which parameters are to be included in the output. Currently, Solve does not allow to include any parameter in the listing, but only one from the pre-defined list of supported parameter. 4.1 Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ INCLUDE_PARAM and EXCLIDE_PARAM files contain the parameter lists. List consists of one or more lines with Solve intrinsic 20-characters long parameter names. The lines which starts from # are considered as comments. Wild-card symbols * and ? can be included. Solve check the name of each estimated parameter against INCLUDE_PARAM list. If the name matches with at least one line (except comment) then the name is flagged as "included". After that Solve check each parameter against EXCLUDE_PARM list. If it matches with at least one line (except comment) then it is flagged as "excluded". All parameters which are flagged as "included" and are not flagged as "excluded" will be included in the Sinex output. The list of intrinsic parameter names: Parameters which can be put in the listing in Sinex format: ssssssss X COMPONENT X-coordinate of station position at reference epoch ssssssss Y COMPONENT Y-coordinate of station position at reference epoch ssssssss Z COMPONENT Z-coordinate of station position at reference epoch ssssssss X VELOCITY X-coordinate of station velocity ssssssss Y VELOCITY Y-coordinate of station velocity ssssssss Z VELOCITY Z-coordinate of station velocity ssssssss Xyymmdd-COO X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-COO Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-COO Z-coordinate of station position at epoch yymmdd ssssssss Xyymmdd-POS X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-POS Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-POS Z-coordinate of station position at epoch yymmdd ssssssss AXIS OFFSET axis offset of the ssssssss station X WOBBLE 0yymmddhhmm X-coordinate of pole position at epoch yymmddhhmm X WOBBLE 1yymmddhhmm Time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 0yymmddhhmm Y-coordinate of pole position at epoch yymmddhhmm Y WOBBLE 1yymmddhhmm Time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 0yymmddhhmm UT1 angle at epoch yymmddhhmm UT1-TAI 1yymmddhhmm First time derivative of UT1 angle at epoch yymmddhhmm LONGITUDE NUTATION Nutation in longitude OBLIQUITY NUTATION Nutation in obliquity qqqqqqqq RIGHT ASCEN Right ascension at J2000.0 epoch qqqqqqqq DECLINATION Declination at J2000.0 epoch qqqqqqqq RIGHT ASC V Proper motion in right ascension qqqqqqqq DEC VELO Proper motion in declination Other parameters which the current version of Solve cannot put in the listing in Sinex format: ssssssssA0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssa0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssC0yymmddhhmm Global clock offset at epoch yymmddhhmm ssssssssC1yymmddhhmm Global clock rate at epoch yymmddhhmm ssssssssC2yymmddhhmm Global clock rate drift at epoch yymmddhhmm ssssssss--ssssssss C baseline dependent clocks ssssssssNGyymmddhhmm Atmosphere gradient in north direction ssssssssEGyymmddhhmm Atmosphere gradient in east direction X WOBBLE 2yymmddhhmm Second time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 2yymmddhhmm Second time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 2yymmddhhmm Second time derivative of UT1 angle at epoch yymmddhhmm Gamma Relativistic PPN parameter gamma where "ssssssss" stands for the IVS station name "qqqqqqqq" stands for the IVS source name "yyddmmhhss" stands for time epoch like 980729113459 -- July 29, 1998 11 hours 34 minutes 59 seconds. 4.2 Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. daily_inc.bsc # # -- Include parameters which will be put in Sinex listing # # The following parameters are to be included in the Sinex listing: # # 1) Station coordinates # 2) pole coordinates # 3) UT1 # 4) rate of change of pole coordinates # 5) rate of change of UT1 # 6) daily nutation angles # ?????????X COMPONENT ?????????Y COMPONENT ?????????Z COMPONENT ?????????X??????-COO ?????????Y??????-COO ?????????Z??????-COO ?????????X??????-POS ?????????Y??????-POS ?????????Z??????-POS X WOBBLE 0* X WOBBLE 1* Y WOBBLE 0* Y WOBBLE 1* UT1-TAI 0* UT1-TAI 1* LONGITUDE NUTATION OBLIQUITY NUTATION 2. daily_exc.bsc # # -- Exclude parameters which will be put in Sinex listing # # Nothing to exclude # 3. daily_esc_notigo.bsc # # -- Exclude parameters which will be put in Sinex listing # # All parameters related to station TIGOCONC are excluded # # (NB: no common constraint equations with other stations can be # imposed if computation of the decomposed normal matrix is required ) # TIGOCONC* 4.3 Treatment of station with discontinuous motion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ It is an empirical fact that some stations has a quasi-instant motion due to seismic events, rails repair and other reasons of instability of VLBI site positions. It is an analyst who determines the appropriate model for handing such stations. In the case if an analyst trusts to results of the measurements of such a motion by an independent technique, f.e. results of local survey before and after rails repairing, then position of the station is modeled by one parameter, and the motion of the station is described by the set of eccentricity values at the epochs before and after the motion. If an analyst does not trust to independent measurements, or such measurements are unavailable, f.e. in the case of seismic motion, then coordinates of such station are described by a model X = a1*B0(t0,t1) + a2*B0(t1,t2) + ... + b*(t-tref) where B0 -- a basis spline of the 0-th order on the range t0, t1 ( it is 1 at the range [t0, t1], and 0 otherwise ) tref -- reference epoch; t0 -- epoch of the first observations; t1, t2 ... -- epoch of discontinuities. Parameters a1, a2 ... have the same parameter name STAX, STAY, STAZ, but they are distinguished by sub-index 1,2... in the field SBIN (former name SOLN). This field is used in sections SITE/EPOCHS, SITE/APRIORI, SITE/ESTIMATES. If the station did not have discontinuity in the motion than SBIN always has the value 1. The modern approach is to model non-liner site position with B-spline or order 0,1,2,3. Sinex format does not allow to put in the listing estimates of B-spline of order higher than 0. 4.4 Restrictions ~~~~~~~~~~~~~~~~ The current implementation (2002.10.04) cannot write the listing in Sinex format in several cases: 1) Constraint NO_NET_TRANSLATION is not supported. Use NO_NET_TRANSLATION_POSITION instead of that. 2) Suppressions VELOCITIES NO STATIONS NO SOURCES NO PROPER_MOTIONS NO 3) Solve cannot put in the listing site position modeled by linear spline. 4) Currently, Solve can include in Sinex listing global parameters if it runs in global mode and local parameters if it runs in independent mode. It cannot include local parameters if it runs in global mode. This restriction may be lifted in the future. 5) Solve cannot include in the listing in Sinex format second and higher order UT1 and polar motion time derivatives. 6) Solve cannot include user parameters in the listing in Sinex format, but can include user constraints. 7) No common constraints between included and not included parameters can be imposed if computation of decomposed normal matrix is required. Solve will issue a warning if a constraint equation has non-zero elements for the parameters from both groups of included and not included parameters in the case if computation of a decomposed normal matrix is required, and will issue an error message and stop if the decomposed normal matrix is to be included in the sinex listing. >>> Solution Control file <<< >>> ##################### <<< Refer to http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html for description the syntax of Mark5 VLBI analysis software control files Local file name: snx2020d_84to94_00.cnt File length: 15107 Modification date: 2021.01.07_20:14:59 ************************************************************************** *** *** 2020a Sinex global solution -- M.Johnson *** last modified: 01/04/2021 MCJ *** *** Solution: snx2020d_84to94_00.cnt *** *** ARC list: snx2020d_84to94.arc *** Weights: usno2020Nov21_base.wgt *** Atmosphere: 20 minutes *** Clocks: 60 minutes *** EOP off./rate: XYU/XYU *** Nutation: offset *** Gradient: 6 hours *** Sources: local *** Stations: local *** Axis offsets: no *** Data: delay only *** Elev. cutoff: 5 degrees *** EOP mod file: last_usno_finalF.erp *** *** NOTE: ** ************************************************************************** *** *** This section determines the solution's general characteristics *** $SETUP DEFAULTS NO SOLUTION INDEPENDENT *** vgosDb directory VGOSDB_DIR /data/vgosDb CGM NONE NONE MERGE_CGM NONE ARC_FILES NONE ID USNO export Sinex solution for EOP * TRAIN NO GLO_PARLIM 2560 INC_PARLIM 128 SORT YES STATIONS ALPHABET SOURCES RIGHT_ASCENSION * USER_PROGRAM NONE USER_PARTIALS NONE USER_CONSTRAINTS NONE * WEIGHTS REQUIRE /data/solve/solutions/itrf2020_2020d/usno2020Nov21_base.wgt BY_BASELINE * WEIGHTS IN * FAST_MODE B3D FAST_DBG MONITOR FAST_COV SEG SAVING_RATE 100 SUPMET PRE98 QUALCODE_LIMIT 5 WARNING NO * SINGULARITY_CHECK ACTION REPARAM/EXCLUDE \ * SINGULARITY_CHECK ACTION WARNING \ STAMIN 8 \ SOUMIN 4 \ BASMIN 3 * SOURCE_WEIGHTS NO ELEVATION_DEPENDENT_NOISE NO EMULATION NO *** *** This section specifies parameters to be estimated (adjusted). *** $FLAGS * ATMOSPHERES MOST 20 CLOCKS MOST 60 * GRADIENTS YES 6 *?GRADIENTS YES 6 EXCEPT NO \ *? AIRA AUSTINTX AZORES BERMUDA BLKBUTTE \ *? BLOOMIND BREST CARNUSTY CARROLGA CHICHI10 \ *? CHLBOLTN CTVASBAY CTVASTJ DAITO DEADMANL \ *? DSS15 ELY FLAGSTAF FORTORDS FORT_ORD \ *? FTD_7900 GBT-VLBA GGAO7108 GIFU11 GIFU3 \ *? GOLDVENU GORF7102 GRASSE HALEAKAL HOFN \ *? HOHENFRG HOHNBERG JPL_MV1 KAINAN KANOZAN \ *? KARLBURG KASHIM11 KIRSBERG KODIAK KOGANEI \ *? KOGANEI3 KWAJAL26 LEONRDOK MAMMOTHL MARCUS \ *? MARPOINT MCD_7850 METSAHOV METSHOVI MIAMI20 \ *? MILESMON MIURA MIYAZAKI MIZNAO10 MIZUSGSI \ *? MOJ_7288 MON_PEAK MV2ONSLA NOBEY_6M NOME \ *? NRAO85_1 OCOTILLO OHIGGINS ONSALA85 OVR_7853 \ *? PARKES PBLOSSOM PENTICTN PINFLATS PLATTVIL \ *? PRESIDIO PT_REYES PVERDES QUINCY ROBLED32 \ *? SAGARA SANPAULA SEATTLE1 SESHAN25 SEST \ *? SHANGHAI SINTOTU SINTOTU3 SNDPOINT SOURDOGH \ *? SUWON SYOWA TATEYAMA TITIJIMA TOMAKO11 \ *? TOULOUSE TROMSONO TRYSILNO TIDBIN64 TIGOWTZL \ *? TSUKUBA TSUKU3 URUMQI USSURISK USUDA64 \ *? VERNAL VICTORIA VLA VLA-N8 WHTHORSE \ *? YAKATAGA YEBES YELLOWKN YLOW7296 YUMA * UT1/PM POLYNOMIAL OFFSET XYU RATE XYU 2ND_ORDER --- MIDDLE * * Use the following to put the X/Y precession/nutation into the * individual Sinex files. * NUTATION XY_OFFSET *?NUTATION OFFSET * BASELINE_CLOCKS IN * SOURCES YES REF_EPOCH 2015.01.01 STATIONS YES REF_EPOCH 2010.01.01 VELOCITIES NO PROPER_MOTIONS NO HI_FREQ_EOP NO PRECESSION NO RELATIVITY NO AXIS NO *** *** This section determines what output BATCH produces. *** $OUTPUT RESET YES FORWARD NO BASELINES YES MINIMUM NO SCREEN NO COVARIANCES NO CORRELATIONS NO STATION_TABLE NO POS_ELLIPSES NO MOD_FILES NO RESIDUALS NONE MINIMIZE_SIGMAS NO *?SINEX NO SINEX YES \ FORMAT_VERSION 2.10 \ ALLOW_OVERWRITE NO \ GLOBAL NO \ LOCAL YES \ SEGMENTED NO \ ESTIMATES YES \ DECOMPOSED_NORMAL_EQUATIONS YES \ CONSTRAINTS YES \ COVARIANCES YES \ LOADING_EFFECT YES \ INCLUDE_PARAM /data/solve/oper/sinex/ivs_daily_inc.bsc \ EXCLUDE_PARAM /data/solve/oper/sinex/ivs_daily_exc.bsc \ OUTPUT_FILE /data/solve/solutions/itrf2020_2020d/snx84to94/_usn2020d.snx \ ACKNOWLEDGMENTS_FILE /data/solve/oper/sinex/ivs_daily_ack.bsc \ COMMENTS_FILE /data/solve/oper/sinex/ivs_daily_com.bsc NORMAL_MATRIX NO SEG_OUTPUT NO MAPPED_EOP_OUTPUT NO APRIORI_ZENDEL NO CRES_EMULATION NO NRD_TABLE YES CHI_SQUARE_TABLE NO LISTING_OPTIONS SRC_STAT LONG \ SEG_STYLE POST2005 *** *** Some parameters can be treated either as global or as *** session parameters. This section tells BATCH how to *** treat these parameters (YES = global). *** $CARRY SOURCES NO STATIONS NO AXIS NO *** *** This section determines which data is included in the solution. *** $DATA SOURCES YES EXCEPT \ * * 9 lensed sources (gravitational lenses) * 0218+357 0218+35A 0218+35B 1830-211 1830-21A 1830-21B 1422+231 1422+23C \ 0132-097 \ * * 1 source with really bad data (not sure why?) * 2224-308 \ * * 1 pulsar XU Vel * 0833-450 \ * * 5 radio stars with no data * HD32918 HD132742 HD146361 SIGCRB UXARI \ * * 3 radio stars with data (but they are stars) * HR1099 LSI61303 HR5907 \ * * 1 Not sure what this is, but has good data * * LANA \ * * 1 SN * SN1993J \ * * 238 sources with less than 3 (0,1,2,4) observations in crf2020d_01 * 0008-300 0012-008 UG00192 4C+00.02 OB338 0032+276 0036-216 0040+517 \ NGC0253 0045-255 0056-187 0103+337 0104-487 0106+130 0118-684 0118-488 \ 0117+117 0119-011 0126-531 0131-450 0131-367 0141-609 0141+339 0153-663 \ 0154+410 0201-440 0206-625 0207-078 0232-507 M77 0253-218 NGC1167 \ 0324-489 0328-272 0333-276 0335+225 0340-600 0340-493 0340+044 0355-636 \ 0358-620 0400-613 0409-752 0409-526 0412-779 0409+000 0411+245 0423+183 \ 0428+205 0446+074 0459+791 0511+009 0512-129 0515-674 0512+249 0535+677 \ 0548-090 NGC2110 0611+139 MRK003 NGC2146 0633-263 0705+025 0712-037 \ 0722+284 0731-465 0730+353 UG03927 0743+182 0758+120 0802-276 0806-483 \ 0808-491 0810-180 0811-477 0809+483 0810+563 0817+472 0830+115 0831-445 \ 0833+441 4C+32.26 0839+157 0844-557 0846+184 0844+387 0854+178 0855+143 \ 0902+343 0906-474 0905+524 0912+171 0915+099 0918+167 0920+168 0923+102 \ 0922+364 0932-194 0937-282 0948-860 0941-080 M82 0951+699 0956+015 \ NGC3079 1001+123 1001+621 1007+135 1017+109 1020-103 1026-179 1030-590 \ 1036-697 1043-290 1045+155 1046-026 1047-597 1046+588 1050+341 1051+391 \ NGC3690 1132-000 1216-062 M106 NGC4278 1221+248 1225-023 1224-854 \ 1237+246 1239-044 1243-412 1245-197 1252+039 1254+226 1305-241 1313+200 \ 1316-12A 1317+143 1319-652 1320-407 1331+512 1332+317 1338+332 1341+144 \ 1344-135 1414+652 1414-596 1421-490 1422+268 TON202 1438-390 1439+327 \ 1501+481 1509-564 1511+238 1516-129 1529+441 1528-509 1538-584 1556-580 \ 1557-515 1616-029 1622+238 1623-243 3C343 3C343.1 1646+217 NGC6240 \ 1701-132 1707-376 1713+218 1717-236 SGR-A 1742-283 1744-299 1745-235 \ 1749-300 1750+093 1752-217 NGC6500 1805-214 1810+522 1813-241 1817+512 \ 1827-360 1846-168 1848+333 1851+030 1854-663 1858-143 NAQL93 1910-560 \ 1920+154 1921+14B 1926+050 1930-028 1934+207 1950-270 1955-210 2000-045 \ 2003+104 2004+064 2016-615 2022-582 2027+383 NGC6946 2039-631 2047-655 \ 2102+003 2101-715 2122-148 2134+237 2135-209 2134-470 2144+568 2152-505 \ 2154-183 2157-133 2205-002 2205-683 2209+184 2210-104 2226-411 2227-210 \ 2226-634 2235-556 2245-059 2303-673 2310-417 2311-632 2314-625 2318-195 \ 2324-009 2325+293 2344+092 2345-611 2348-010 2355+042 * STATIONS YES EXCEPT \ * * --- Duplicate names (used for polarization tests) * NOTOX WIDE85_3 VLBA85_3 MOJAVLBA LEFT85_1 \ HARTDBBC YEBESDBC YEBDBBC ONSALAAN YEBEDBBC \ OHIGGADS WETTDBBC LEFTKOK LEFT85_3 NYALDBBC \ NOTDBBC NOTOVDIF WETTVDIF * TYPE GROUP_DELAYS_ONLY ELEVATION 5.0 WVR_MASK NO EVERY NO NORATE_FLAG NO *** *** This section determines which contributions BATCH applies to a *** session. Contributions are corrections to delay and delay rate which *** were computed and stored in the superfile but not yet added to the *** theoretical delay and/or delay rate. *** $CONTRIBUTIONS SET WobXCont SET WobYCont SET EarthTid * Contribution for mean pole model is now in MAPPING section * SET Pol_Tide * SET PTideOld * SET Feed_Rot SET OPTLCont SET Ocean * Apply IERS2003 hi freq model for X,Y,UT1,nutation * if applied must turn off HI_FREQ_EOP * SET XpYpNutn * Apply IERS2020 hi freq model for X,Y,UT1,nutation now in MAPPING section * SET XpYpOrth * SET UT1Ortho SET XpYpLib SET UT1Libra *** *** This section specifies which station-dependent calibrations (e.g., *** cable, Chao) and zenith path delay calibrations (e.g. NMFDRFLY, *** CFAKBDRY) BATCH applies. It also determines whether BATCH applies the *** ionosphere calibration and rejects observations with bad or missing *** S-band ionospheric values. *** $CALIBRATIONS ION ON RESET YES KEEP cable KEEP pcal_rmv DISABLE NMFDRFLY *** *** This section determines which mode calibration should be applied to *** each session. Mode calibrations are the calibrations which depend *** on a) band and b) observable type. *** $MODE_CALIBRATIONS SET NONE *** *** This section specifies which partials with respect to atmosphere wet *** path delay BATCH should use. *** $PARTIALS SET NMFWTFLY OFF SET GRADMAP CH 0.0032 0.0032 *** *** This section replaces a-priori calculated from a standard theoretical *** model and read from the sessions' superfiles with alternate a-priori. *** This process is called mapping. *** $MAPPING GALACTIC_ABERRATION 5.8 POLETIDE IERS2022 STATIONS itrf2014_usno.sit VELOCITIES itrf2014_usno.vel SOURCES trf2020d_00.src EARTHQUAKE ITRF2014-psd-vlbi_sites.dat EARTH_ORIENTATION last_usno_finalF.erp SPL UT1S NUTATION_SERIES NONE NUTATION2006 NO PIECE_WISE_STA NONE PRESSURE_LOADING NONE EPISODIC_MOTION NONE * HI_FREQ_EOP hf1102a HI_FREQ_EOP NONE HARMONIC_EOP NONE AXIS_OFFSET gsfc_itrf2020_2020Apr01.axo ECCENTRICITY ECCDAT_itrf2020.ecc MEAN_GRADIENT gsfc_dao_gmao.mgr SPLINE_DISPLACEMENTS NONE METRIC_TENSOR NONE POSITION_VARIATIONS \ /data/solve/oper/apriori/aplo_bds/ TIME_SERIES SPLINE IF_AVAILABLE \ /data/solve/oper/apriori/vsgd_aplo_s1_s2_noib.hps HARMONIC_MODEL SPLINE IF_AVAILABLE *?POSITION_VARIATIONS * Ocean loading applied in CONTRIBUTIONS section *? /data1/solve/oper/apriori/2007b_oclo.hps HARMONIC_MODEL SPLINE IF_AVAILABLE \ *? /data1/solve/oper/apriori/aplo_bds/ TIME_SERIES SPLINE IF_AVAILABLE \ *? /data1/solve/oper/apriori/vsgd_aplo_s1_s2_noib.hps HARMONIC_MODEL SPLINE IF_AVAILABLE ANTENNA_THERMAL MODEL AVERAGE \ /data/solve/save_files/antenna-info_Nothnagel_modwe.14dec05.txt INSITU NONE GRAVITY_DEFORM /data/solve/save_files/gravity_deform_model_v2019Nov21.txt EXTERNAL_TRP_DELAY REQUIRE DIRECTORY /data/vmf/vmf1/trp/tot HFEOP_XYU /data/solve/save_files/desai_model_jgrb51665-sup-0002-ds01.txt *** *** This section constrains specific parameter estimates. *** $CONSTRAINTS ATMOSPHERES MOST 50.0 CLOCKS MOST 5.0 GRADIENTS YES 0.5 2.0 * BASELINE_CLOCKS YES SIGMA 5.D-7 EARTH_ORIENTATION YES SIGMA 45.0 45.0 3.0 RATES SIGMA 45.0 45.0 3.0 NUTATION NO * PIECE_WISE_STA NO SOURCES YES SIGMA 1.D-6 STATIONS NO NUVEL_COVAR NO VELOCITIES NO * NO_NET_TRANSLATION NO NO_NET_TRANSLATION_POSITION LOCAL SIGMA 1.D-4 ALL UNIFORM YES NO_NET_ROTATION_POSITION LOCAL SIGMA 1.D-4 UNIFORM YES NO_NET_TRANSLATION_VELOCITY NO NO_NET_ROTATION_VELOCITY NO * NO_NET_ROTATION_SOURCE LOCAL SIGMA 1.D-10 UNIFORM YES NO_NET_ROTATION_SOURCE LOCAL SIGMA 5.D-11 WEIGHTED YES *** *** This section has two purposes. It suppresses specific global *** parameters. It also imposes certain restrictions on the estimates *** BATCH produces. For example, BATCH can produce identical velocity *** estimates for a group of (closely located) stations. *** $SUPPRESSION VELOCITY_TIE NO VELOCITIES NO STATIONS NO RIGHT_ASCENSION NO DECLINATION NO STATION_ORIGIN NO SOURCES NO PROPER_MOTIONS NO PRECESSION NO RELATIVITY NO DIRECTION NO VELOCITY_ORIGIN NO STATION_TIE NO *** *** This section lists the session names which are to participate in the *** solution. Suppression solutions do not process sessions, but must *** specify a session in this section in order to activate the proper *** BATCH paths. *** $ARCS ARCFILE ./snx2020d_84to94.arc -FILE/COMMENT * * ----------------------------------------------------------------------------- * +INPUT/ACKNOWLEDGEMENTS USN U.S. Naval Observatory, VLBI analysis group -INPUT/ACKNOWLEDGEMENTS * * ----------------------------------------------------------------------------- * +SITE/ID *Code PT Domes____ T Station description___ Approx_lon_ Approx_lat_ App_h__ 7241 A 40427M002 R FORTORDS mobile south 238 13 40.2 36 35 21.8 251.0 7225 A 40408S002 R GILCREEK Gilmore Creek 212 30 08.9 64 58 42.3 333.2 7218 A 40489S001 R HATCREEK Hat Creek, CA 238 31 46.1 40 49 02.4 1010.2 7205 A 40440S002 R HAYSTACK Haystack, Wes 288 30 42.6 42 37 23.9 117.6 7222 A 40405S009 R MOJAVE12 12-m at Golds 243 06 44.6 35 19 53.9 911.1 7252 A 40406M001 R PRESIDIO mobile San Fr 237 32 41.7 37 48 19.1 -28.6 7223 A 40420M002 R VNDNBERG MV1 at Vanden 239 23 00.9 34 33 21.9 -11.3 7209 A 40440S003 R WESTFORD Westford, MA, 288 30 22.3 42 36 46.6 87.7 -SITE/ID * * ----------------------------------------------------------------------------- * +SOURCE/ID *Code IERS nam ICRF designator IAU name IVS name 0001 0106+013 J010838.7+013500 J0108+0135 0106+013 0002 0212+735 J021730.8+734932 J0217+7349 0212+735 0003 0234+285 J023752.4+284808 J0237+2848 0234+285 0004 0300+470 J030335.2+471616 J0303+4716 0300+470 0005 0355+508 J035929.7+505750 J0359+5057 NRAO150 0006 0420-014 J042315.8-012033 J0423-0120 0420-014 0007 0528+134 J053056.4+133155 J0530+1331 0528+134 0008 0552+398 J055530.8+394849 J0555+3948 0552+398 0009 0727-115 J073019.1-114112 J0730-1141 0727-115 0010 0851+202 J085448.8+200630 J0854+2006 OJ287 0011 0923+392 J092703.0+390220 J0927+3902 4C39.25 0012 1156+295 J115931.8+291443 J1159+2914 1156+295 0013 1226+023 J122906.6+020308 J1229+0203 3C273B 0014 1404+286 J140700.3+282714 J1407+2827 OQ208 0015 1502+106 J150424.9+102939 J1504+1029 1502+106 0016 1633+382 J163515.4+380804 J1635+3808 1633+38 0017 1641+399 J164258.8+394836 J1642+3948 3C345 0018 1730-130 J173302.7-130449 J1733-1304 NRAO530 0019 1739+522 J174036.9+521143 J1740+5211 1739+522 0020 1749+096 J175132.8+093900 J1751+0939 1749+096 0021 1803+784 J180045.6+782804 J1800+7828 1803+784 0022 1921-293 J192451.0-291430 J1924-2914 1921-293 0023 2121+053 J212344.5+053522 J2123+0535 2121+053 0024 2134+004 J213638.5+004154 J2136+0041 2134+00 0025 2216-038 J221852.0-033536 J2218-0335 2216-038 0026 2234+282 J223622.4+282857 J2236+2828 2234+282 0027 2251+158 J225357.7+160853 J2253+1608 3C454.3 -SOURCE/ID * * ----------------------------------------------------------------------------- * +SITE/RECEIVER *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ Firmware_ID 7241 A 1 R 89:296:63948 89:298:13099 ----VLBI Station---- --NM- -----NA---- 7225 A 1 R 89:296:57926 89:298:13616 ----VLBI Station---- --NM- -----NA---- 7218 A 1 R 89:296:57816 89:298:14516 ----VLBI Station---- --NM- -----NA---- 7205 A 1 R 89:297:59734 89:298:13616 ----VLBI Station---- --NM- -----NA---- 7222 A 1 R 89:296:57816 89:297:57708 ----VLBI Station---- --NM- -----NA---- 7252 A 1 R 89:296:57816 89:298:14516 ----VLBI Station---- --NM- -----NA---- 7223 A 1 R 89:296:57816 89:298:12741 ----VLBI Station---- --NM- -----NA---- 7209 A 1 R 89:296:57926 89:297:57194 ----VLBI Station---- --NM- -----NA---- -SITE/RECEIVER * * ----------------------------------------------------------------------------- * +SITE/ANTENNA *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ 7241 A 1 R 89:296:63948 89:298:13099 ----VLBI Station---- --NM- 7225 A 1 R 89:296:57926 89:298:13616 ----VLBI Station---- --NM- 7218 A 1 R 89:296:57816 89:298:14516 ----VLBI Station---- --NM- 7205 A 1 R 89:297:59734 89:298:13616 ----VLBI Station---- --NM- 7222 A 1 R 89:296:57816 89:297:57708 ----VLBI Station---- --NM- 7252 A 1 R 89:296:57816 89:298:14516 ----VLBI Station---- --NM- 7223 A 1 R 89:296:57816 89:298:12741 ----VLBI Station---- --NM- 7209 A 1 R 89:296:57926 89:297:57194 ----VLBI Station---- --NM- -SITE/ANTENNA * * ----------------------------------------------------------------------------- * +SITE/ECCENTRICITY *Code PT SBIN T Data_Start__ Data_End____ typ Apr --> Benchmark (m)_______ 7241 A 1 R 89:296:63948 89:298:13099 XYZ -1.8759 -3.0023 2.5895 7225 A 1 R 89:296:57926 89:298:13616 XYZ 0.0000 0.0000 0.0000 7218 A 1 R 89:296:57816 89:298:14516 XYZ 0.0000 0.0000 0.0000 7205 A 1 R 89:297:59734 89:298:13616 XYZ 0.0000 0.0000 0.0000 7222 A 1 R 89:296:57816 89:297:57708 XYZ 0.0000 0.0000 0.0000 7252 A 1 R 89:296:57816 89:298:14516 XYZ -1.2060 -1.9317 1.7502 7223 A 1 R 89:296:57816 89:298:12741 XYZ -2.6777 -4.6564 3.7052 7209 A 1 R 89:296:57926 89:297:57194 XYZ 0.0000 0.0000 0.0000 -SITE/ECCENTRICITY * * ----------------------------------------------------------------------------- * +SOLUTION/EPOCHS *Code PT SBIN T Data_start__ Data_end____ Mean_epoch__ 7241 A 1 R 89:296:63948 89:298:13099 89:297:33060 7225 A 1 R 89:296:57926 89:298:13616 89:297:34927 7218 A 1 R 89:296:57816 89:298:14516 89:297:30454 7205 A 1 R 89:297:59734 89:298:13616 89:297:80240 7222 A 1 R 89:296:57816 89:297:57708 89:297:08882 7252 A 1 R 89:296:57816 89:298:14516 89:297:19936 7223 A 1 R 89:296:57816 89:298:12741 89:297:24124 7209 A 1 R 89:296:57926 89:297:57194 89:297:10745 -SOLUTION/EPOCHS * * ----------------------------------------------------------------------------- * +NUTATION/DATA IAU2006/2000 Precession/Nutation apriori nutation modelwas used NONE REF Total nutation angles are reported in estimation block -NUTATION/DATA * * ----------------------------------------------------------------------------- * +PRECESSION/DATA CAPITAINE2003 apriori precession constant and obliquity rates were used -PRECESSION/DATA * * ----------------------------------------------------------------------------- * +SOLUTION/STATISTICS * Units for WRMS: sec NUMBER OF OBSERVATIONS 1103 NUMBER OF UNKNOWNS 1360 WEIGHTED SQUARE SUM OF O-C 3.83050857275427D+12 SQUARE SUM OF RESIDUALS (VTPV) 6.14240686031087D+02 VARIANCE FACTOR 9.32860806153484D-01 WRMS OF POSTFIT RESIDUALS 3.79832350340862D-11 -SOLUTION/STATISTICS * * ----------------------------------------------------------------------------- * +SOLUTION/APRIORI *Index Type__ CODE PT SBIN Ref_epoch___ Unit S Apriori_value________ Constraint_ 1 STAX 7241 A 1 89:297:33060 m 2 -2.69984047593399D+06 0.00000D+00 2 STAY 7241 A 1 89:297:33060 m 2 -4.35912727795664D+06 0.00000D+00 3 STAZ 7241 A 1 89:297:33060 m 2 3.78105141399052D+06 0.00000D+00 4 STAX 7225 A 1 89:297:34927 m 2 -2.28154714715556D+06 0.00000D+00 5 STAY 7225 A 1 89:297:34927 m 2 -1.45364505512059D+06 0.00000D+00 6 STAZ 7225 A 1 89:297:34927 m 2 5.75699320863221D+06 0.00000D+00 7 STAX 7218 A 1 89:297:30454 m 2 -2.52396990029758D+06 0.00000D+00 8 STAY 7218 A 1 89:297:30454 m 2 -4.12350635745342D+06 0.00000D+00 9 STAZ 7218 A 1 89:297:30454 m 2 4.14775258423272D+06 0.00000D+00 10 STAX 7205 A 1 89:297:80240 m 2 1.49240484173406D+06 0.00000D+00 11 STAY 7205 A 1 89:297:80240 m 2 -4.45726650695722D+06 0.00000D+00 12 STAZ 7205 A 1 89:297:80240 m 2 4.29688173643026D+06 0.00000D+00 13 STAX 7222 A 1 89:297:08882 m 2 -2.35617094253370D+06 0.00000D+00 14 STAY 7222 A 1 89:297:08882 m 2 -4.64675588634050D+06 0.00000D+00 15 STAZ 7222 A 1 89:297:08882 m 2 3.66847060978531D+06 0.00000D+00 16 STAX 7252 A 1 89:297:19936 m 2 -2.70770482300159D+06 0.00000D+00 17 STAY 7252 A 1 89:297:19936 m 2 -4.25760955547152D+06 0.00000D+00 18 STAZ 7252 A 1 89:297:19936 m 2 3.88837417157655D+06 0.00000D+00 19 STAX 7223 A 1 89:297:24124 m 2 -2.67809472736765D+06 0.00000D+00 20 STAY 7223 A 1 89:297:24124 m 2 -4.52545078522772D+06 0.00000D+00 21 STAZ 7223 A 1 89:297:24124 m 2 3.59741018377488D+06 0.00000D+00 22 STAX 7209 A 1 89:297:10745 m 2 1.49220670073406D+06 0.00000D+00 23 STAY 7209 A 1 89:297:10745 m 2 -4.45813050095722D+06 0.00000D+00 24 STAZ 7209 A 1 89:297:10745 m 2 4.29601550443026D+06 0.00000D+00 25 RS_RA 0001 A 1 89:297:36166 rad 2 2.99525487450284D-01 0.00000D+00 26 RS_DE 0001 A 1 89:297:36166 rad 2 2.76359179916096D-02 0.00000D+00 27 RS_RA 0002 A 1 89:297:36166 rad 2 6.00016080672232D-01 0.00000D+00 28 RS_DE 0002 A 1 89:297:36166 rad 2 1.28850203083902D+00 0.00000D+00 29 RS_RA 0003 A 1 89:297:36166 rad 2 6.88852779784385D-01 0.00000D+00 30 RS_DE 0003 A 1 89:297:36166 rad 2 5.02698409421261D-01 0.00000D+00 31 RS_RA 0004 A 1 89:297:36166 rad 2 8.01051019566873D-01 0.00000D+00 32 RS_DE 0004 A 1 89:297:36166 rad 2 8.25037865335767D-01 0.00000D+00 33 RS_RA 0005 A 1 89:297:36166 rad 2 1.04499751036919D+00 0.00000D+00 34 RS_DE 0005 A 1 89:297:36166 rad 2 8.89488444336018D-01 0.00000D+00 35 RS_RA 0006 A 1 89:297:36166 rad 2 1.14870304455216D+00 0.00000D+00 36 RS_DE 0006 A 1 89:297:36166 rad 2 -2.34313622761713D-02 0.00000D+00 37 RS_RA 0007 A 1 89:297:36166 rad 2 1.44399937451372D+00 0.00000D+00 38 RS_DE 0007 A 1 89:297:36166 rad 2 2.36177709645926D-01 0.00000D+00 39 RS_RA 0008 A 1 89:297:36166 rad 2 1.55121995846785D+00 0.00000D+00 40 RS_DE 0008 A 1 89:297:36166 rad 2 6.94879400794617D-01 0.00000D+00 41 RS_RA 0009 A 1 89:297:36166 rad 2 1.96488530682488D+00 0.00000D+00 42 RS_DE 0009 A 1 89:297:36166 rad 2 -2.03973723271040D-01 0.00000D+00 43 RS_RA 0010 A 1 89:297:36166 rad 2 2.33356883640335D+00 0.00000D+00 44 RS_DE 0010 A 1 89:297:36166 rad 2 3.50959730877594D-01 0.00000D+00 45 RS_RA 0011 A 1 89:297:36166 rad 2 2.47422339431298D+00 0.00000D+00 46 RS_DE 0011 A 1 89:297:36166 rad 2 6.81361277268203D-01 0.00000D+00 47 RS_RA 0012 A 1 89:297:36166 rad 2 3.13954435772349D+00 0.00000D+00 48 RS_DE 0012 A 1 89:297:36166 rad 2 5.10430396661438D-01 0.00000D+00 49 RS_RA 0013 A 1 89:297:36166 rad 2 3.26861624240122D+00 0.00000D+00 50 RS_DE 0013 A 1 89:297:36166 rad 2 3.58209352551825D-02 0.00000D+00 51 RS_RA 0014 A 1 89:297:36166 rad 2 3.69576337376620D+00 0.00000D+00 52 RS_DE 0014 A 1 89:297:36166 rad 2 4.96617392291769D-01 0.00000D+00 53 RS_RA 0015 A 1 89:297:36166 rad 2 3.94626069044417D+00 0.00000D+00 54 RS_DE 0015 A 1 89:297:36166 rad 2 1.83158723523305D-01 0.00000D+00 55 RS_RA 0016 A 1 89:297:36166 rad 2 4.34263319490845D+00 0.00000D+00 56 RS_DE 0016 A 1 89:297:36166 rad 2 6.65574040854740D-01 0.00000D+00 57 RS_RA 0017 A 1 89:297:36166 rad 2 4.37632655758843D+00 0.00000D+00 58 RS_DE 0017 A 1 89:297:36166 rad 2 6.94820394315414D-01 0.00000D+00 59 RS_RA 0018 A 1 89:297:36166 rad 2 4.59477602611299D+00 0.00000D+00 60 RS_DE 0018 A 1 89:297:36166 rad 2 -2.28296571803862D-01 0.00000D+00 61 RS_RA 0019 A 1 89:297:36166 rad 2 4.62781162284895D+00 0.00000D+00 62 RS_DE 0019 A 1 89:297:36166 rad 2 9.10981426394670D-01 0.00000D+00 63 RS_RA 0020 A 1 89:297:36166 rad 2 4.67550570619255D+00 0.00000D+00 64 RS_DE 0020 A 1 89:297:36166 rad 2 1.68427804588157D-01 0.00000D+00 65 RS_RA 0021 A 1 89:297:36166 rad 2 4.71571120850721D+00 0.00000D+00 66 RS_DE 0021 A 1 89:297:36166 rad 2 1.36952116839359D+00 0.00000D+00 67 RS_RA 0022 A 1 89:297:36166 rad 2 5.08262101712642D+00 0.00000D+00 68 RS_DE 0022 A 1 89:297:36166 rad 2 -5.10363948970969D-01 0.00000D+00 69 RS_RA 0023 A 1 89:297:36166 rad 2 5.60138097267509D+00 0.00000D+00 70 RS_DE 0023 A 1 89:297:36166 rad 2 9.75546600319911D-02 0.00000D+00 71 RS_RA 0024 A 1 89:297:36166 rad 2 5.65767285181947D+00 0.00000D+00 72 RS_DE 0024 A 1 89:297:36166 rad 2 1.21892476266071D-02 0.00000D+00 73 RS_RA 0025 A 1 89:297:36166 rad 2 5.84191063807310D+00 0.00000D+00 74 RS_DE 0025 A 1 89:297:36166 rad 2 -6.27197615792108D-02 0.00000D+00 75 RS_RA 0026 A 1 89:297:36166 rad 2 5.91830029051398D+00 0.00000D+00 76 RS_DE 0026 A 1 89:297:36166 rad 2 4.97115407546378D-01 0.00000D+00 77 RS_RA 0027 A 1 89:297:36166 rad 2 5.99504220603028D+00 0.00000D+00 78 RS_DE 0027 A 1 89:297:36166 rad 2 2.81839456704788D-01 0.00000D+00 79 XPO ---- - 1 89:297:36000 mas 2 8.00664701023530D+01 0.00000D+00 80 XPOR ---- - 1 89:297:36000 masD 2 -3.35487344978482D+00 0.00000D+00 81 YPO ---- - 1 89:297:36000 mas 2 7.81572771265729D+01 0.00000D+00 82 YPOR ---- - 1 89:297:36000 masD 2 -7.72794326429393D-01 0.00000D+00 83 UT1 ---- - 1 89:297:36000 ms 2 -2.45328164122203D+04 0.00000D+00 84 LOD ---- - 1 89:297:36000 ms 2 2.38740236456891D+00 0.00000D+00 85 NUT_X ---- - 1 89:297:36000 mas 2 -2.00509309231461D+05 0.00000D+00 86 NUT_Y ---- - 1 89:297:36000 mas 2 7.35169976449006D+03 0.00000D+00 -SOLUTION/APRIORI * * ----------------------------------------------------------------------------- * +SOLUTION/ESTIMATE *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S Total_value__________ Formal_erro 1 STAX 7241 A 1 89:297:33060 m 2 -2.69984026283744D+06 1.17807D-02 2 STAY 7241 A 1 89:297:33060 m 2 -4.35912707496116D+06 1.66409D-02 3 STAZ 7241 A 1 89:297:33060 m 2 3.78105111275649D+06 1.33208D-02 4 STAX 7225 A 1 89:297:34927 m 2 -2.28154715672489D+06 8.04260D-03 5 STAY 7225 A 1 89:297:34927 m 2 -1.45364504269130D+06 1.16863D-02 6 STAZ 7225 A 1 89:297:34927 m 2 5.75699321715575D+06 8.01520D-03 7 STAX 7218 A 1 89:297:30454 m 2 -2.52396994272302D+06 6.65523D-03 8 STAY 7218 A 1 89:297:30454 m 2 -4.12350639626825D+06 9.14409D-03 9 STAZ 7218 A 1 89:297:30454 m 2 4.14775265017205D+06 9.23527D-03 10 STAX 7205 A 1 89:297:80240 m 2 1.49240483130015D+06 1.22358D-02 11 STAY 7205 A 1 89:297:80240 m 2 -4.45726654077750D+06 2.14589D-02 12 STAZ 7205 A 1 89:297:80240 m 2 4.29688176609638D+06 3.10481D-02 13 STAX 7222 A 1 89:297:08882 m 2 -2.35617097219261D+06 7.05916D-03 14 STAY 7222 A 1 89:297:08882 m 2 -4.64675591666070D+06 1.13952D-02 15 STAZ 7222 A 1 89:297:08882 m 2 3.66847066314488D+06 1.00655D-02 16 STAX 7252 A 1 89:297:19936 m 2 -2.70770487654317D+06 1.46283D-02 17 STAY 7252 A 1 89:297:19936 m 2 -4.25760961934912D+06 2.04482D-02 18 STAZ 7252 A 1 89:297:19936 m 2 3.88837426712641D+06 1.74956D-02 19 STAX 7223 A 1 89:297:24124 m 2 -2.67809478611582D+06 8.49041D-03 20 STAY 7223 A 1 89:297:24124 m 2 -4.52545086536075D+06 1.19549D-02 21 STAZ 7223 A 1 89:297:24124 m 2 3.59741027855624D+06 1.11253D-02 22 STAX 7209 A 1 89:297:10745 m 2 1.49220669201486D+06 9.15728D-03 23 STAY 7209 A 1 89:297:10745 m 2 -4.45813046941606D+06 2.03992D-02 24 STAZ 7209 A 1 89:297:10745 m 2 4.29601545784451D+06 3.07218D-02 25 RS_RA 0001 A 1 89:297:36166 rad 2 2.99525487743962D-01 1.19087D-08 26 RS_DE 0001 A 1 89:297:36166 rad 2 2.76359178627402D-02 1.78333D-08 27 RS_RA 0002 A 1 89:297:36166 rad 2 6.00016075243525D-01 7.09038D-09 28 RS_DE 0002 A 1 89:297:36166 rad 2 1.28850202988722D+00 1.41022D-09 29 RS_RA 0003 A 1 89:297:36166 rad 2 6.88852776762252D-01 2.71679D-09 30 RS_DE 0003 A 1 89:297:36166 rad 2 5.02698405875513D-01 3.63913D-09 31 RS_RA 0004 A 1 89:297:36166 rad 2 8.01051018495752D-01 3.97526D-09 32 RS_DE 0004 A 1 89:297:36166 rad 2 8.25037864904160D-01 2.13623D-09 33 RS_RA 0005 A 1 89:297:36166 rad 2 1.04499751871209D+00 8.89447D-09 34 RS_DE 0005 A 1 89:297:36166 rad 2 8.89488454832483D-01 5.86020D-09 35 RS_RA 0006 A 1 89:297:36166 rad 2 1.14870303667572D+00 3.23754D-09 36 RS_DE 0006 A 1 89:297:36166 rad 2 -2.34313547125108D-02 1.01804D-08 37 RS_RA 0007 A 1 89:297:36166 rad 2 1.44399937147702D+00 3.98621D-09 38 RS_DE 0007 A 1 89:297:36166 rad 2 2.36177712038126D-01 6.95017D-09 39 RS_RA 0008 A 1 89:297:36166 rad 2 1.55121995675915D+00 3.03060D-09 40 RS_DE 0008 A 1 89:297:36166 rad 2 6.94879398510248D-01 2.84723D-09 41 RS_RA 0009 A 1 89:297:36166 rad 2 1.96488529337245D+00 5.76215D-09 42 RS_DE 0009 A 1 89:297:36166 rad 2 -2.03973713791632D-01 1.77661D-08 43 RS_RA 0010 A 1 89:297:36166 rad 2 2.33356883506416D+00 2.26850D-09 44 RS_DE 0010 A 1 89:297:36166 rad 2 3.50959733648646D-01 5.75344D-09 45 RS_RA 0011 A 1 89:297:36166 rad 2 2.47422339515860D+00 5.50574D-09 46 RS_DE 0011 A 1 89:297:36166 rad 2 6.81361277080141D-01 5.57938D-09 47 RS_RA 0012 A 1 89:297:36166 rad 2 3.13954435758975D+00 3.08819D-09 48 RS_DE 0012 A 1 89:297:36166 rad 2 5.10430398290273D-01 5.90006D-09 49 RS_RA 0013 A 1 89:297:36166 rad 2 3.26861625511312D+00 1.67628D-08 50 RS_DE 0013 A 1 89:297:36166 rad 2 3.58209493129141D-02 1.52333D-08 51 RS_RA 0014 A 1 89:297:36166 rad 2 3.69576337783343D+00 2.63610D-09 52 RS_DE 0014 A 1 89:297:36166 rad 2 4.96617404037559D-01 6.03697D-09 53 RS_RA 0015 A 1 89:297:36166 rad 2 3.94626069883737D+00 3.03784D-09 54 RS_DE 0015 A 1 89:297:36166 rad 2 1.83158734693103D-01 1.06424D-08 55 RS_RA 0016 A 1 89:297:36166 rad 2 4.34263316596485D+00 1.53910D-08 56 RS_DE 0016 A 1 89:297:36166 rad 2 6.65574023183911D-01 1.05157D-08 57 RS_RA 0017 A 1 89:297:36166 rad 2 4.37632657214526D+00 1.50743D-08 58 RS_DE 0017 A 1 89:297:36166 rad 2 6.94820398252966D-01 1.09396D-08 59 RS_RA 0018 A 1 89:297:36166 rad 2 4.59477603150007D+00 3.07083D-09 60 RS_DE 0018 A 1 89:297:36166 rad 2 -2.28296592531387D-01 1.48299D-08 61 RS_RA 0019 A 1 89:297:36166 rad 2 4.62781162461308D+00 3.38949D-09 62 RS_DE 0019 A 1 89:297:36166 rad 2 9.10981428061705D-01 2.45572D-09 63 RS_RA 0020 A 1 89:297:36166 rad 2 4.67550571063315D+00 2.62261D-09 64 RS_DE 0020 A 1 89:297:36166 rad 2 1.68427812800736D-01 1.05030D-08 65 RS_RA 0021 A 1 89:297:36166 rad 2 4.71571121691257D+00 9.01906D-09 66 RS_DE 0021 A 1 89:297:36166 rad 2 1.36952116772982D+00 1.00191D-09 67 RS_RA 0022 A 1 89:297:36166 rad 2 5.08262102417062D+00 5.71894D-09 68 RS_DE 0022 A 1 89:297:36166 rad 2 -5.10363944037930D-01 2.79812D-08 69 RS_RA 0023 A 1 89:297:36166 rad 2 5.60138097069587D+00 1.98754D-09 70 RS_DE 0023 A 1 89:297:36166 rad 2 9.75546657702401D-02 7.98063D-09 71 RS_RA 0024 A 1 89:297:36166 rad 2 5.65767285536367D+00 1.39864D-08 72 RS_DE 0024 A 1 89:297:36166 rad 2 1.21892588926722D-02 1.19857D-08 73 RS_RA 0025 A 1 89:297:36166 rad 2 5.84191064113824D+00 3.90588D-09 74 RS_DE 0025 A 1 89:297:36166 rad 2 -6.27197524829292D-02 1.29230D-08 75 RS_RA 0026 A 1 89:297:36166 rad 2 5.91830029365816D+00 3.00352D-09 76 RS_DE 0026 A 1 89:297:36166 rad 2 4.97115411370384D-01 4.23384D-09 77 RS_RA 0027 A 1 89:297:36166 rad 2 5.99504221539954D+00 1.47097D-08 78 RS_DE 0027 A 1 89:297:36166 rad 2 2.81839459573304D-01 7.01682D-09 79 XPO ---- - 1 89:297:36000 mas 2 8.35244606055020D+01 1.28787D+00 80 XPOR ---- - 1 89:297:36000 masD 2 -7.14514203465939D+00 3.22476D+00 81 YPO ---- - 1 89:297:36000 mas 2 7.45311564762926D+01 1.55979D+00 82 YPOR ---- - 1 89:297:36000 masD 2 -1.22131035697877D+00 1.77547D+00 83 UT1 ---- - 1 89:297:36000 ms 2 -2.45329048434698D+04 7.40168D-02 84 LOD ---- - 1 89:297:36000 ms 2 2.20341350701905D+00 1.36550D-01 85 NUT_X ---- - 1 89:297:36000 mas 2 -2.00509806445218D+05 5.64145D-01 86 NUT_Y ---- - 1 89:297:36000 mas 2 7.35213069229775D+03 4.38658D-01 -SOLUTION/ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7241 A 1 89:297:33060 m 2 -8.35589022206233D-04 0.00000D+00 2 STAY 7241 A 1 89:297:33060 m 2 1.59785008076329D-04 0.00000D+00 3 STAZ 7241 A 1 89:297:33060 m 2 4.07740232427139D-05 0.00000D+00 4 STAX 7225 A 1 89:297:34927 m 2 5.74352733256011D-05 0.00000D+00 5 STAY 7225 A 1 89:297:34927 m 2 -8.69176700171094D-04 0.00000D+00 6 STAZ 7225 A 1 89:297:34927 m 2 -5.12632831150383D-04 0.00000D+00 7 STAX 7218 A 1 89:297:30454 m 2 -3.71466924013109D-04 0.00000D+00 8 STAY 7218 A 1 89:297:30454 m 2 4.12772548717667D-04 0.00000D+00 9 STAZ 7218 A 1 89:297:30454 m 2 -6.43288192180090D-05 0.00000D+00 10 STAX 7205 A 1 89:297:80240 m 2 1.93776450779865D-03 0.00000D+00 11 STAY 7205 A 1 89:297:80240 m 2 1.42297028200000D-04 0.00000D+00 12 STAZ 7205 A 1 89:297:80240 m 2 4.13089925743849D-05 0.00000D+00 13 STAX 7222 A 1 89:297:08882 m 2 -1.09654669630646D-03 0.00000D+00 14 STAY 7222 A 1 89:297:08882 m 2 -2.68876722204667D-04 0.00000D+00 15 STAZ 7222 A 1 89:297:08882 m 2 6.29670265390790D-05 0.00000D+00 16 STAX 7252 A 1 89:297:19936 m 2 -7.14121086656655D-04 0.00000D+00 17 STAY 7252 A 1 89:297:19936 m 2 1.71146166015036D-04 0.00000D+00 18 STAZ 7252 A 1 89:297:19936 m 2 1.24246452147310D-04 0.00000D+00 19 STAX 7223 A 1 89:297:24124 m 2 -8.77361703661360D-04 0.00000D+00 20 STAY 7223 A 1 89:297:24124 m 2 2.87392395737314D-04 0.00000D+00 21 STAZ 7223 A 1 89:297:24124 m 2 -2.19441215377556D-04 0.00000D+00 22 STAX 7209 A 1 89:297:10745 m 2 1.89988568790822D-03 0.00000D+00 23 STAY 7209 A 1 89:297:10745 m 2 -3.53398605746757D-05 0.00000D+00 24 STAZ 7209 A 1 89:297:10745 m 2 5.27106253049375D-04 0.00000D+00 25 RS_RA 0001 A 1 89:297:36166 rad 2 -7.56304583508464D-11 0.00000D+00 26 RS_DE 0001 A 1 89:297:36166 rad 2 -6.87767807578893D-11 0.00000D+00 27 RS_RA 0002 A 1 89:297:36166 rad 2 -6.00751129774165D-11 0.00000D+00 28 RS_DE 0002 A 1 89:297:36166 rad 2 -3.97852163891161D-12 0.00000D+00 29 RS_RA 0003 A 1 89:297:36166 rad 2 -7.35269180318767D-11 0.00000D+00 30 RS_DE 0003 A 1 89:297:36166 rad 2 5.75253266757358D-11 0.00000D+00 31 RS_RA 0004 A 1 89:297:36166 rad 2 -1.06884476927530D-10 0.00000D+00 32 RS_DE 0004 A 1 89:297:36166 rad 2 2.59231289543207D-11 0.00000D+00 33 RS_RA 0005 A 1 89:297:36166 rad 2 -5.56328353731842D-11 0.00000D+00 34 RS_DE 0005 A 1 89:297:36166 rad 2 9.96130553942551D-12 0.00000D+00 35 RS_RA 0006 A 1 89:297:36166 rad 2 -4.14927662126525D-11 0.00000D+00 36 RS_DE 0006 A 1 89:297:36166 rad 2 8.37815580757233D-11 0.00000D+00 37 RS_RA 0007 A 1 89:297:36166 rad 2 -1.83884676773870D-11 0.00000D+00 38 RS_DE 0007 A 1 89:297:36166 rad 2 1.17565232511131D-10 0.00000D+00 39 RS_RA 0008 A 1 89:297:36166 rad 2 -3.56026841748178D-11 0.00000D+00 40 RS_DE 0008 A 1 89:297:36166 rad 2 8.49162666725100D-11 0.00000D+00 41 RS_RA 0009 A 1 89:297:36166 rad 2 -2.27998021458055D-11 0.00000D+00 42 RS_DE 0009 A 1 89:297:36166 rad 2 1.40533148246991D-10 0.00000D+00 43 RS_RA 0010 A 1 89:297:36166 rad 2 1.73636160200664D-11 0.00000D+00 44 RS_DE 0010 A 1 89:297:36166 rad 2 1.88952318236958D-11 0.00000D+00 45 RS_RA 0011 A 1 89:297:36166 rad 2 -5.36352341410044D-11 0.00000D+00 46 RS_DE 0011 A 1 89:297:36166 rad 2 -1.19397087806058D-11 0.00000D+00 47 RS_RA 0012 A 1 89:297:36166 rad 2 -3.84189727428318D-11 0.00000D+00 48 RS_DE 0012 A 1 89:297:36166 rad 2 -7.18708594580825D-11 0.00000D+00 49 RS_RA 0013 A 1 89:297:36166 rad 2 4.57046653709448D-11 0.00000D+00 50 RS_DE 0013 A 1 89:297:36166 rad 2 -9.18152783686176D-11 0.00000D+00 51 RS_RA 0014 A 1 89:297:36166 rad 2 -3.95884970042657D-11 0.00000D+00 52 RS_DE 0014 A 1 89:297:36166 rad 2 -1.26959759858880D-11 0.00000D+00 53 RS_RA 0015 A 1 89:297:36166 rad 2 -3.01314244420975D-11 0.00000D+00 54 RS_DE 0015 A 1 89:297:36166 rad 2 -1.00445700825735D-11 0.00000D+00 55 RS_RA 0016 A 1 89:297:36166 rad 2 3.98288493542292D-11 0.00000D+00 56 RS_DE 0016 A 1 89:297:36166 rad 2 4.39280041659020D-11 0.00000D+00 57 RS_RA 0017 A 1 89:297:36166 rad 2 1.71281551806270D-11 0.00000D+00 58 RS_DE 0017 A 1 89:297:36166 rad 2 -2.08244638122602D-11 0.00000D+00 59 RS_RA 0018 A 1 89:297:36166 rad 2 3.46378442119577D-11 0.00000D+00 60 RS_DE 0018 A 1 89:297:36166 rad 2 -4.04686025257503D-11 0.00000D+00 61 RS_RA 0019 A 1 89:297:36166 rad 2 -3.19062389185774D-12 0.00000D+00 62 RS_DE 0019 A 1 89:297:36166 rad 2 5.92654453626406D-11 0.00000D+00 63 RS_RA 0020 A 1 89:297:36166 rad 2 1.33610021442180D-11 0.00000D+00 64 RS_DE 0020 A 1 89:297:36166 rad 2 2.08101478071040D-11 0.00000D+00 65 RS_RA 0021 A 1 89:297:36166 rad 2 6.30275606483778D-12 0.00000D+00 66 RS_DE 0021 A 1 89:297:36166 rad 2 2.89109657911967D-11 0.00000D+00 67 RS_RA 0022 A 1 89:297:36166 rad 2 -1.45759824470156D-11 0.00000D+00 68 RS_DE 0022 A 1 89:297:36166 rad 2 5.41859487505661D-11 0.00000D+00 69 RS_RA 0023 A 1 89:297:36166 rad 2 2.81916827224383D-11 0.00000D+00 70 RS_DE 0023 A 1 89:297:36166 rad 2 2.07330147175738D-11 0.00000D+00 71 RS_RA 0024 A 1 89:297:36166 rad 2 6.98339049007799D-11 0.00000D+00 72 RS_DE 0024 A 1 89:297:36166 rad 2 -1.65579094056938D-11 0.00000D+00 73 RS_RA 0025 A 1 89:297:36166 rad 2 4.48764988199030D-12 0.00000D+00 74 RS_DE 0025 A 1 89:297:36166 rad 2 4.99041802298106D-11 0.00000D+00 75 RS_RA 0026 A 1 89:297:36166 rad 2 -1.53723238941364D-11 0.00000D+00 76 RS_DE 0026 A 1 89:297:36166 rad 2 -6.14267337367661D-11 0.00000D+00 77 RS_RA 0027 A 1 89:297:36166 rad 2 5.68893710730609D-11 0.00000D+00 78 RS_DE 0027 A 1 89:297:36166 rad 2 -4.77038485392889D-12 0.00000D+00 79 XPO ---- - 1 89:297:36000 mas 2 8.82298778256864D-02 0.00000D+00 80 XPOR ---- - 1 89:297:36000 masD 2 1.21258680769233D-02 0.00000D+00 81 YPO ---- - 1 89:297:36000 mas 2 3.21644970752470D-01 0.00000D+00 82 YPOR ---- - 1 89:297:36000 masD 2 -1.05240342568172D-01 0.00000D+00 83 UT1 ---- - 1 89:297:36000 ms 2 -1.22560420658507D-02 0.00000D+00 84 LOD ---- - 1 89:297:36000 ms 2 -1.78311119337721D-03 0.00000D+00 85 NUT_X ---- - 1 89:297:36000 mas 2 -8.01166978392425D-03 0.00000D+00 86 NUT_Y ---- - 1 89:297:36000 mas 2 2.32710386148243D-03 0.00000D+00 -SOLUTION/CALIBRATION_ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/MATRIX_ESTIMATE L COVA * Ind1 Ind2 Covariance(ind1,ind2) 1 1 1.38785942886445D-04 2 1 1.77457886771296D-04 2 2 2.76919082661359D-04 3 1 -1.21858627672893D-04 3 2 -1.92259320211580D-04 3 3 1.77443864791443D-04 4 1 -2.67296936877365D-05 4 2 -2.14682535680885D-05 4 3 4.00110363793400D-06 4 4 6.46834166156496D-05 5 1 -2.96873457720771D-05 5 2 -2.97216710998374D-05 5 3 -1.69618773222441D-05 5 4 -1.09074679710305D-05 5 5 1.36568526058658D-04 6 1 -2.03482596209766D-05 6 2 -2.13857525186240D-05 6 3 -1.03139670016718D-05 6 4 -8.79039873058202D-06 6 5 8.61417246221979D-05 6 6 6.42435016214116D-05 7 1 1.55459114111499D-06 7 2 -8.04958906009630D-06 7 3 1.01112972507337D-05 7 4 -8.50564373440382D-06 7 5 -1.07743644671821D-05 7 6 5.72352153975339D-07 7 7 4.42920903389208D-05 8 1 -1.33345117374425D-05 8 2 -2.04793814089077D-05 8 3 1.11802034969858D-05 8 4 -5.05698008280398D-06 8 5 6.87910828270613D-06 8 6 1.55673223739692D-05 8 7 4.94342125515203D-05 8 8 8.36144657965714D-05 9 1 1.53296271395073D-05 9 2 1.91722543906953D-05 9 3 -1.05556236842271D-05 9 4 -6.30997345901541D-07 9 5 -1.72633222377642D-05 9 6 -2.35322467727281D-05 9 7 -4.51974322023666D-05 9 8 -7.48824456196487D-05 9 9 8.52902162530113D-05 10 1 -3.95166242507835D-05 10 2 -1.18360743680572D-05 10 3 -9.79825872049942D-06 10 4 7.46614860408266D-06 10 5 4.71079920031952D-05 10 6 2.90895079474600D-05 10 7 -2.76578646011613D-05 10 8 3.37984966937751D-06 10 9 -6.67537561997440D-06 10 10 1.49714287317803D-04 11 1 2.13674502258476D-06 11 2 1.50591078159805D-05 11 3 -5.04870935185469D-08 11 4 4.13373440072622D-05 11 5 -8.51682480689853D-05 11 6 -5.24350303503205D-05 11 7 -1.61008332324542D-05 11 8 -1.26247073675487D-05 11 9 1.93067907881527D-05 11 10 4.92168858794342D-05 11 11 4.60485284781926D-04 12 1 -3.14794831598724D-05 12 2 -3.17333638757713D-05 12 3 -4.86519905848848D-06 12 4 1.40954805363048D-05 12 5 1.04505292117961D-04 12 6 6.97366956292896D-05 12 7 1.24024210390852D-05 12 8 1.34639156859891D-05 12 9 -3.02887545303004D-05 12 10 -2.71348453351593D-05 12 11 -5.57142677729898D-04 12 12 9.63984945661114D-04 13 1 -1.02470166277837D-05 13 2 -2.45267843395109D-05 13 3 2.35178260961561D-05 13 4 1.60518171843735D-06 13 5 -7.46422703948236D-06 13 6 -1.48335558001751D-05 13 7 6.31554428637304D-06 13 8 3.16065602455892D-06 13 9 4.73941975107291D-07 13 10 -3.10212547101575D-05 13 11 -1.06080213872978D-05 13 12 -1.82883536593952D-05 13 13 4.98317693130642D-05 14 1 -3.15022089988334D-05 14 2 -5.17040543465599D-05 14 3 4.28172192589147D-05 14 4 1.92550914435401D-05 14 5 -1.87945128668272D-05 14 6 -3.21995354649562D-05 14 7 2.15428418743918D-06 14 8 3.52375142639158D-06 14 9 1.19310638450900D-06 14 10 -1.15978851888209D-05 14 11 -8.79991479234895D-06 14 12 7.56300276451513D-07 14 13 6.64909596431987D-05 14 14 1.29849635253379D-04 15 1 4.36939049215806D-05 15 2 5.39200200361578D-05 15 3 -3.28492108935085D-05 15 4 -2.94372521035884D-05 15 5 -3.02871375931876D-05 15 6 -3.57666772742919D-06 15 7 3.51007911344081D-06 15 8 -5.37274646913263D-06 15 9 7.09736156594202D-06 15 10 -1.43190979412698D-05 15 11 3.34928981286331D-05 15 12 -6.28458872744416D-05 15 13 -4.57145205866712D-05 15 14 -9.31205446112373D-05 15 15 1.01314923773824D-04 16 1 -2.70381596163681D-05 16 2 -6.92217910898240D-05 16 3 7.57620404368588D-05 16 4 -4.19838996489860D-05 16 5 -4.77847150159775D-05 16 6 -9.78882769619233D-06 16 7 -1.15824115366358D-05 16 8 -4.31338498237492D-05 16 9 4.49818004256427D-05 16 10 -5.24544871477257D-05 16 11 4.57693112499407D-06 16 12 -3.84507472007968D-05 16 13 -1.43325545519958D-05 16 14 -4.47067100700792D-05 16 15 6.12588432686000D-05 16 16 2.13987371068820D-04 17 1 -6.09131593515926D-05 17 2 -1.22173565145498D-04 17 3 1.15573202996961D-04 17 4 -4.59404514389504D-05 17 5 -5.48008616964802D-05 17 6 -2.79942260978029D-06 17 7 -2.68169358175487D-05 17 8 -6.47673375540797D-05 17 9 6.32107637586946D-05 17 10 -2.90537176709144D-05 17 11 1.75046422805689D-05 17 12 -4.51461692820198D-05 17 13 -3.14935005054014D-05 17 14 -7.28823729233729D-05 17 15 8.10943804094105D-05 17 16 2.80358862445344D-04 17 17 4.18130180130822D-04 18 1 6.25376937416841D-05 18 2 1.09419296180293D-04 18 3 -1.00477152012312D-04 18 4 3.02145742971795D-05 18 5 1.30490942720022D-05 18 6 -2.22231763236627D-05 18 7 2.51133098781288D-05 18 8 5.02166733318962D-05 18 9 -5.04635253776606D-05 18 10 1.24069430605800D-05 18 11 -4.76111376344334D-06 18 12 1.60769752152134D-05 18 13 2.93419139209519D-05 18 14 6.59385418906733D-05 18 15 -6.45434647383364D-05 18 16 -2.22973164481426D-04 18 17 -3.31588889492324D-04 18 18 3.06096665323895D-04 19 1 -7.03627516801686D-06 19 2 -2.09983664338108D-05 19 3 2.48906846038607D-05 19 4 -1.30026014926658D-06 19 5 -1.53675222341946D-05 19 6 -2.36935999566578D-05 19 7 4.66645547953714D-06 19 8 -1.66595620888469D-06 19 9 6.74827320032244D-06 19 10 -2.75448304449962D-05 19 11 1.35934827211481D-05 19 12 -3.92033646905024D-05 19 13 7.08461466856156D-06 19 14 5.16492870668768D-06 19 15 9.68242220676114D-06 19 16 -2.65000592134793D-05 19 17 -4.90169723900384D-05 19 18 5.03421750617372D-05 19 19 7.20870215048224D-05 20 1 -3.17258824323899D-05 20 2 -4.72011939926337D-05 20 3 3.89791980567333D-05 20 4 2.17248804008693D-05 20 5 -1.68301404311156D-05 20 6 -3.28341386121543D-05 20 7 -1.30480833350583D-06 20 8 -2.01255903032331D-06 20 9 5.40152777869635D-06 20 10 4.46090751129878D-06 20 11 3.57303001906692D-05 20 12 -4.09673403163084D-05 20 13 3.43624251166999D-07 20 14 1.11510630058193D-05 20 15 -2.33794972166215D-06 20 16 -6.62981490203379D-05 20 17 -9.80636291506728D-05 20 18 9.05523751828971D-05 20 19 8.46945657203254D-05 20 20 1.42918825723195D-04 21 1 4.42378579595156D-05 21 2 4.95201986393935D-05 21 3 -2.83204506693045D-05 21 4 -2.93319490920551D-05 21 5 -3.82631173758861D-05 21 6 -6.12147592534210D-06 21 7 9.72691500413033D-06 21 8 -9.76511402659410D-07 21 9 2.06813323391838D-07 21 10 -3.24540541856478D-05 21 11 -1.09491582467631D-05 21 12 -8.93848770447099D-06 21 13 7.69956094516691D-06 21 14 4.06907845691421D-07 21 15 1.76603716784919D-05 21 16 8.29480446555902D-05 21 17 1.06907544427404D-04 21 18 -9.00192375579308D-05 21 19 -5.93239172276479D-05 21 20 -1.07560120148973D-04 21 21 1.23772923352774D-04 22 1 -2.97712925966782D-05 22 2 -2.13551865288563D-05 22 3 -6.62821352132200D-06 22 4 4.76706349670719D-06 22 5 7.48783988257697D-05 22 6 4.77920606746458D-05 22 7 -9.08158772175745D-06 22 8 7.21807068581764D-06 22 9 -1.50316172391630D-05 22 10 2.10150336265307D-05 22 11 -8.41570934369539D-05 22 12 1.28064166151970D-04 22 13 -9.23504343587776D-06 22 14 -5.25710654251886D-06 22 15 -2.86759842440471D-05 22 16 -4.00943652592175D-05 22 17 -3.71222967468123D-05 22 18 1.30144158803726D-05 22 19 -2.14551182775463D-05 22 20 -1.18932867723147D-05 22 21 -2.35046057515417D-05 22 22 8.38557196728183D-05 23 1 -1.24312169946835D-05 23 2 -2.06962344487667D-05 23 3 7.20282245752458D-07 23 4 1.05383722830544D-06 23 5 6.18624662568318D-05 23 6 3.99546641988573D-05 23 7 1.14580968124905D-05 23 8 5.86743101635543D-06 23 9 -1.61392892323372D-05 23 10 -5.16777348833524D-05 23 11 -4.22183840991728D-04 23 12 5.56263230585115D-04 23 13 4.09780377354620D-06 23 14 7.65913922994388D-06 23 15 -3.73915208406011D-05 23 16 -1.37903625705730D-05 23 17 -2.29453871133068D-05 23 18 7.17283549533907D-06 23 19 -1.64037032330973D-05 23 20 -2.56898513265458D-05 23 21 9.12038672859821D-07 23 22 7.76887253483583D-05 23 23 4.16128908094305D-04 24 1 7.88766395461264D-06 24 2 1.33481533153970D-05 24 3 9.93667736655470D-06 24 4 1.98778983050035D-05 24 5 -1.00926736416034D-04 24 6 -6.82021885834872D-05 24 7 -1.62389097718500D-05 24 8 -9.19632683565482D-06 24 9 2.22457640708236D-05 24 10 4.88850873952567D-05 24 11 5.72538432538644D-04 24 12 -9.42857888506057D-04 24 13 1.78036763318981D-05 24 14 1.42099328972554D-05 24 15 3.77407248792178D-05 24 16 6.26228655197576D-06 24 17 1.27496644923331D-05 24 18 5.55223573139031D-06 24 19 3.05578769622016D-05 24 20 4.87686370918729D-05 24 21 -8.24213435279937D-06 24 22 -1.15030313127808D-04 24 23 -5.51492578470625D-04 24 24 9.43829197689886D-04 25 1 6.63178282994447D-12 25 2 7.32988471955958D-12 25 3 -5.22922088778275D-12 25 4 -1.64367054388939D-12 25 5 -1.58040639229609D-12 25 6 -1.12203265466773D-12 25 7 -4.33797355685837D-12 25 8 -4.69292009272019D-12 25 9 5.48046542552820D-12 25 10 -6.74972523956544D-12 25 11 -4.62623248571647D-12 25 12 1.20544895294007D-11 25 13 9.19909199991466D-13 25 14 -3.74042796735370D-12 25 15 5.70645772752051D-12 25 16 4.66470746019722D-12 25 17 4.86046125798652D-12 25 18 -3.52039130677198D-12 25 19 1.03614473147361D-12 25 20 -1.65806661087229D-12 25 21 1.29898326500677D-12 25 22 -5.21174907714253D-13 25 23 4.10770728436739D-12 25 24 -1.46687513849714D-11 25 25 1.41815961234655D-16 26 1 -1.02237277755759D-11 26 2 -7.82500852661837D-12 26 3 -1.44943482666981D-11 26 4 3.60716545828955D-12 26 5 6.02344887020556D-11 26 6 3.70421006211210D-11 26 7 -1.75771761029236D-11 26 8 -8.43246363915351D-12 26 9 1.01361960905442D-11 26 10 2.05210615501729D-11 26 11 -3.69230597559920D-11 26 12 5.61439994941438D-11 26 13 -3.56859313613300D-12 26 14 -8.57980087606700D-12 26 15 -1.84862105857559D-11 26 16 -1.57191323052554D-11 26 17 -1.53225981139230D-11 26 18 -3.23000969905070D-12 26 19 -1.65177326697416D-11 26 20 -1.58510771892825D-11 26 21 -1.65173051305658D-11 26 22 3.94781356081858D-11 26 23 3.26995204799328D-11 26 24 -5.05944212505205D-11 26 25 1.27834965493410D-16 26 26 3.18027639512406D-16 27 1 4.79971639847560D-12 27 2 3.97322283900115D-12 27 3 -1.08465400900526D-12 27 4 -6.19450648047148D-12 27 5 -2.43348296392304D-12 27 6 -1.19347916520675D-12 27 7 -1.57311301655993D-12 27 8 -1.18890793369189D-12 27 9 1.74146176929335D-12 27 10 2.97088916781517D-12 27 11 2.70301707454198D-11 27 12 -2.17375819220386D-11 27 13 -4.91481746223536D-13 27 14 -7.35860373690558D-12 27 15 8.17541400409858D-12 27 16 6.79346332995649D-12 27 17 7.98396407603958D-12 27 18 -4.64225772536204D-12 27 19 3.72771231139174D-12 27 20 2.27949884652069D-12 27 21 1.57824743069027D-12 27 22 -1.00326812602320D-11 27 23 -3.02858611713668D-11 27 24 1.71628498190692D-11 27 25 -5.33444006663175D-20 27 26 -8.43462321538001D-18 27 27 5.02734661808589D-17 28 1 4.11719356638383D-13 28 2 9.21005740564491D-13 28 3 2.63892881690600D-13 28 4 -3.89884307710743D-13 28 5 -3.92646070579458D-12 28 6 -2.45679689785882D-12 28 7 1.28001163830912D-13 28 8 -7.09999359980486D-14 28 9 1.03677231285682D-13 28 10 2.84962479043126D-13 28 11 9.74983325510685D-13 28 12 2.96466677819123D-13 28 13 7.42289933114527D-14 28 14 1.03415328048400D-12 28 15 8.51199835643047D-13 28 16 1.29737211605980D-12 28 17 1.84009864835377D-12 28 18 -6.48830138388579D-13 28 19 -6.46999303880292D-13 28 20 8.54941733867097D-14 28 21 1.95412743794216D-12 28 22 -1.15940045642522D-12 28 23 -8.58274704154761D-13 28 24 -3.63737184610428D-13 28 25 1.24655084564621D-18 28 26 -1.61029803544873D-18 28 27 -2.63357081492861D-19 28 28 1.98872618543661D-18 29 1 3.53287414882175D-12 29 2 2.76115894802646D-12 29 3 -2.56418721454289D-13 29 4 -1.57446064397475D-12 29 5 -3.61587452816867D-12 29 6 -2.13743306293228D-12 29 7 -8.48408547928874D-14 29 8 -7.15150128124954D-13 29 9 1.05257275031968D-12 29 10 -3.60231766617485D-12 29 11 1.83730255956140D-12 29 12 -2.72687239205524D-12 29 13 -5.02342978981247D-14 29 14 -2.34542107186759D-12 29 15 3.41625647703481D-12 29 16 3.88078494389222D-12 29 17 3.97424163448001D-12 29 18 -1.02599793736912D-12 29 19 2.07188992987490D-12 29 20 2.47656492785348D-13 29 21 7.79340880232961D-13 29 22 -4.17369595401401D-12 29 23 -2.14391384419090D-12 29 24 8.98551921984623D-13 29 25 4.43447952684609D-18 29 26 -4.12767516958600D-18 29 27 5.51852514112850D-18 29 28 -1.09453589143828D-19 29 29 7.38096788164341D-18 30 1 -4.59065684933530D-12 30 2 -3.50707879907619D-12 30 3 -4.49738049493802D-12 30 4 -6.27723849010235D-12 30 5 2.91460046103907D-11 30 6 1.92655545280512D-11 30 7 -2.69003404392896D-12 30 8 1.96654146162711D-12 30 9 -3.00055010636768D-12 30 10 1.19978800585638D-11 30 11 -1.45217310013296D-11 30 12 2.11111010228604D-11 30 13 -4.66142993943176D-12 30 14 -8.07435201655276D-12 30 15 -3.55523419494019D-12 30 16 -5.64218265672523D-12 30 17 -4.76343110107086D-12 30 18 -2.00829699527799D-12 30 19 -6.14345790660322D-12 30 20 -7.72502415133654D-12 30 21 -5.49654215362283D-12 30 22 1.80071198762566D-11 30 23 7.47907176492716D-12 30 24 -2.18186508470595D-11 30 25 1.46984063234648D-18 30 26 1.60668614547792D-17 30 27 -1.30457036419363D-18 30 28 -1.41417105206769D-18 30 29 9.95352827333968D-19 30 30 1.32432752689313D-17 31 1 4.32847023937737D-12 31 2 3.19227643831643D-12 31 3 -9.12029907271625D-13 31 4 -7.00693832147907D-12 31 5 5.63040350907684D-13 31 6 1.06337746672409D-12 31 7 9.24339119838862D-13 31 8 1.44387998196992D-12 31 9 -1.23472613360122D-12 31 10 -1.03604223448514D-13 31 11 5.08263759787104D-12 31 12 -6.57448159350749D-12 31 13 3.10493298080093D-13 31 14 -5.49991604788595D-12 31 15 6.45061351966368D-12 31 16 4.88298039808735D-12 31 17 5.39898046185316D-12 31 18 -2.84825802966772D-12 31 19 2.96179048264044D-12 31 20 -7.88557954393319D-13 31 21 2.13467025573934D-12 31 22 -6.29753189376505D-12 31 23 -9.39234008156012D-12 31 24 1.92083481274189D-12 31 25 1.10182380694738D-18 31 26 -8.58521778782735D-18 31 27 1.56671481806770D-17 31 28 2.27691668167784D-19 31 29 4.86872741902900D-18 31 30 -1.46915487477076D-18 31 31 1.58027058581545D-17 32 1 -2.22876249124047D-12 32 2 -1.30347422982516D-12 32 3 -2.20332158097815D-12 32 4 -4.40993405964068D-12 32 5 1.32059145773641D-11 32 6 8.76970798827809D-12 32 7 -1.31650054418556D-12 32 8 1.15681953823795D-12 32 9 -1.85220524113210D-12 32 10 7.66547903644353D-12 32 11 -3.95592583915806D-12 32 12 5.98003866744828D-12 32 13 -2.15712775366536D-12 32 14 -3.87762262332790D-12 32 15 -5.96424589563625D-13 32 16 -2.42798814962764D-12 32 17 -1.48513755898218D-12 32 18 -1.42645535575824D-12 32 19 -2.89509001771241D-12 32 20 -3.39050534474132D-12 32 21 -1.78357048924313D-12 32 22 7.76992391792835D-12 32 23 -3.50068091584032D-13 32 24 -6.88776900859382D-12 32 25 2.60993694738059D-19 32 26 5.78878159622871D-18 32 27 1.47010719601549D-18 32 28 -2.35024357188682D-20 32 29 -6.78097697686441D-19 32 30 3.56622710972188D-18 32 31 1.71414193011391D-19 32 32 4.56346452687752D-18 33 1 2.12594584258351D-12 33 2 7.82404388702701D-13 33 3 2.31072137873486D-12 33 4 -1.78137042929832D-13 33 5 -1.95206252809673D-12 33 6 -3.45987972087651D-12 33 7 -5.19551622477018D-12 33 8 -5.89598914395104D-12 33 9 7.60142446265562D-12 33 10 -4.80517866756386D-12 33 11 -7.37181913673645D-12 33 12 1.12318733899289D-11 33 13 6.43950275017849D-12 33 14 4.24477384659530D-12 33 15 -4.80100340607927D-12 33 16 2.65175868581329D-12 33 17 3.00508067421239D-12 33 18 2.88635643063804D-13 33 19 2.69068092178470D-12 33 20 4.11133505006164D-13 33 21 -5.38375236749349D-13 33 22 -3.72905702795523D-12 33 23 6.77647846947227D-12 33 24 -1.26333967178062D-11 33 25 5.42137868587927D-18 33 26 -3.97543367356690D-18 33 27 1.29489003968308D-17 33 28 -1.00882811791294D-20 33 29 4.78260825438868D-18 33 30 -2.20230875568957D-18 33 31 7.63712178187264D-18 33 32 -5.99054179129570D-19 33 33 7.91115797519458D-17 34 1 -7.63997452921348D-13 34 2 1.37304897393530D-12 34 3 -7.80206776443623D-13 34 4 -7.29552385404882D-13 34 5 7.75758920430364D-12 34 6 6.68968445065165D-12 34 7 -8.43246629799639D-13 34 8 3.26707784794437D-13 34 9 -4.29733522911735D-12 34 10 2.99087750076928D-12 34 11 -8.63286972632578D-12 34 12 9.54477696255970D-12 34 13 -5.17045561956581D-12 34 14 -9.38913135358056D-12 34 15 3.68765672919624D-12 34 16 4.39120555335634D-13 34 17 2.13620537194476D-12 34 18 -4.42203230858015D-12 34 19 -2.59218609527520D-12 34 20 -1.89474770767926D-12 34 21 -1.13408039485768D-12 34 22 6.66944001623038D-12 34 23 8.32319756150579D-12 34 24 -9.28846336886724D-12 34 25 -4.21248670010505D-18 34 26 -5.76853946982117D-19 34 27 1.26897599539987D-18 34 28 -6.39012516472794D-19 34 29 -9.15058886415595D-19 34 30 7.71444951408015D-19 34 31 4.11546164325866D-19 34 32 5.53387453415697D-19 34 33 1.06319134975288D-17 34 34 3.43419258000894D-17 35 1 2.03729962469818D-13 35 2 6.94867794241087D-13 35 3 4.44057420922087D-13 35 4 1.51743170616082D-12 35 5 -6.88158657323301D-12 35 6 -4.61006215217911D-12 35 7 -9.74272025565489D-13 35 8 -9.80229651929323D-13 35 9 2.47230467151066D-12 35 10 1.14306097799683D-12 35 11 2.21185355602957D-11 35 12 -3.48840714286546D-11 35 13 4.68837322305948D-14 35 14 9.84615931321064D-13 35 15 2.13085683283411D-12 35 16 1.03047437675086D-12 35 17 2.28302318163454D-12 35 18 -5.15296665729398D-13 35 19 1.34669643069999D-12 35 20 2.23133258320475D-12 35 21 -3.08346020609174D-13 35 22 -4.31400513782297D-12 35 23 -2.04505590353404D-11 35 24 3.52705571478098D-11 35 25 2.46924162497545D-18 35 26 -6.01816900019194D-18 35 27 -1.38621130231926D-18 35 28 -5.82311427697761D-20 35 29 2.40467076271106D-18 35 30 -1.53062198347560D-18 35 31 2.53080511488670D-19 35 32 -1.07116453793041D-18 35 33 2.55617742394230D-18 35 34 -1.41728970474493D-18 35 35 1.04816405280032D-17 36 1 -2.51574218328850D-11 36 2 -1.91434993489569D-11 36 3 -1.35808738650317D-11 36 4 9.86557462635251D-12 36 5 6.93476632708586D-11 36 6 4.46662821476381D-11 36 7 -1.34688039556012D-11 36 8 -1.65176032804163D-12 36 9 3.11458782031679D-12 36 10 4.10094431298831D-11 36 11 -2.39668569214034D-11 36 12 4.68515620453987D-11 36 13 -1.36275258403876D-11 36 14 -1.33031557744846D-11 36 15 -1.99727325703308D-11 36 16 -2.74051269502687D-11 36 17 -2.25759396779549D-11 36 18 -2.34477850510406D-12 36 19 -1.92608091354496D-11 36 20 -1.19945085195075D-11 36 21 -2.41652281756347D-11 36 22 4.80446705487843D-11 36 23 2.32880582900289D-11 36 24 -3.45688177247157D-11 36 25 -1.19911103252262D-17 36 26 5.32482708830195D-17 36 27 -6.59785071043970D-18 36 28 -3.12430323481478D-18 36 29 -7.65715078740096D-18 36 30 1.74646169839048D-17 36 31 -9.14967931748198D-18 36 32 5.84138598326947D-18 36 33 -9.07927131543753D-18 36 34 3.30252275850429D-18 36 35 -6.50585632252426D-19 36 36 1.03639541096672D-16 37 1 2.56405503387269D-13 37 2 4.63913617167051D-13 37 3 -7.72430715603242D-13 37 4 2.48651979900654D-12 37 5 -2.21246001146354D-12 37 6 -1.05872256091247D-12 37 7 -5.27600893680873D-13 37 8 -3.93993329681302D-13 37 9 6.07472612744937D-13 37 10 1.92390905420767D-12 37 11 1.17790798413277D-11 37 12 -1.75595860612949D-11 37 13 -1.08238951960212D-12 37 14 -2.04671735793173D-12 37 15 1.45516867868271D-12 37 16 -1.00679870907583D-14 37 17 1.14618894072501D-12 37 18 1.81924200192676D-13 37 19 3.73598183932693D-13 37 20 8.57739958607653D-13 37 21 -1.34480427149143D-12 37 22 -3.42037447900449D-12 37 23 -9.59375189594908D-12 37 24 1.84909777645006D-11 37 25 8.78282618905295D-19 37 26 -6.18993522309398D-18 37 27 2.75358094870594D-18 37 28 -6.42167356274451D-19 37 29 2.70507088423315D-18 37 30 -1.27990309276980D-18 37 31 2.63630150500251D-18 37 32 -9.39842531466601D-19 37 33 3.24192175075091D-18 37 34 -1.01430752973433D-18 37 35 4.76774708185724D-18 37 36 -1.74751154216759D-18 37 37 1.58899024234874D-17 38 1 -1.34272774127026D-11 38 2 -1.01075002524297D-11 38 3 -1.00271574037442D-11 38 4 1.29961531417742D-12 38 5 5.22470110868051D-11 38 6 3.42767312969258D-11 38 7 -6.23970956506332D-12 38 8 1.71706252394526D-12 38 9 -3.51182075694985D-12 38 10 2.46813022922131D-11 38 11 -3.01502060173559D-11 38 12 5.13356561677677D-11 38 13 -1.02473325986727D-11 38 14 -1.33952795083902D-11 38 15 -1.12301034026394D-11 38 16 -1.82847260983019D-11 38 17 -1.68406413631558D-11 38 18 8.70291030932989D-13 38 19 -1.19419350546625D-11 38 20 -9.39465089448300D-12 38 21 -1.58468657488295D-11 38 22 3.41600633496131D-11 38 23 2.59242053568875D-11 38 24 -4.58667302010009D-11 38 25 -4.78665228518439D-18 38 26 3.24036227159288D-17 38 27 -2.84210337300506D-18 38 28 -2.14815747577294D-18 38 29 -3.76965767140933D-18 38 30 1.33390284540619D-17 38 31 -4.32778256031457D-18 38 32 5.15486107505985D-18 38 33 -4.69022881852556D-18 38 34 2.92419698992376D-18 38 35 -3.02900272703985D-18 38 36 4.66724142657645D-17 38 37 6.64457217249454D-18 38 38 4.83049155223929D-17 39 1 3.72689184195518D-12 39 2 2.55819166589245D-12 39 3 6.89309255611186D-13 39 4 -2.27088197304388D-12 39 5 -4.08896892665450D-12 39 6 -2.74454622033783D-12 39 7 7.60158211798678D-13 39 8 -3.76001951888218D-13 39 9 4.71614401458659D-13 39 10 -4.77774373215095D-12 39 11 -7.53558150225945D-12 39 12 9.16358889751498D-12 39 13 1.68979626210470D-12 39 14 -1.01360640392971D-12 39 15 2.34660284536587D-12 39 16 3.40138448733293D-12 39 17 3.05460218306869D-12 39 18 2.12896741101380D-13 39 19 2.88688234679641D-12 39 20 7.92067620181883D-13 39 21 1.33321198398893D-12 39 22 -5.41648800665168D-12 39 23 6.60929746925741D-12 39 24 -1.14726779623997D-11 39 25 1.23097993385208D-18 39 26 -8.76776272609926D-18 39 27 9.57730137227055D-18 39 28 -9.15449779918433D-20 39 29 3.90514115803251D-18 39 30 -1.66057052186310D-18 39 31 6.61788312399473D-18 39 32 -7.34727197967801D-19 39 33 7.79777398920140D-18 39 34 -2.14203977716753D-19 39 35 1.60686583433141D-18 39 36 -9.16637780733624D-18 39 37 3.26977901379430D-18 39 38 -4.42865278051149D-18 39 39 9.18456501590137D-18 40 1 -3.84184049163721D-12 40 2 -2.60570439512837D-12 40 3 -3.29530671558989D-12 40 4 -5.65344412629708D-12 40 5 2.30857271668264D-11 40 6 1.51755547843689D-11 40 7 -1.77156793061120D-12 40 8 2.02977952399540D-12 40 9 -3.17025683553116D-12 40 10 9.35246774498888D-12 40 11 -1.65433439593649D-11 40 12 2.39313788506624D-11 40 13 -3.68405374079001D-12 40 14 -5.95599079157476D-12 40 15 -3.10168745846027D-12 40 16 -5.44261502465723D-12 40 17 -4.53395371388680D-12 40 18 -8.73216226953540D-13 40 19 -4.68805647527952D-12 40 20 -5.86869252905215D-12 40 21 -4.07605163597575D-12 40 22 1.57291100890990D-11 40 23 1.03921793476776D-11 40 24 -2.45904141192120D-11 40 25 -4.85024735591629D-19 40 26 1.08812238564617D-17 40 27 -1.18538113287496D-18 40 28 -9.21631569033245D-19 40 29 -1.26982998232772D-18 40 30 7.26121883941235D-18 40 31 -7.57894328596486D-19 40 32 3.00833656897947D-18 40 33 -1.85987847046712D-18 40 34 1.06560937876012D-18 40 35 -2.06069863792473D-18 40 36 1.37928918107430D-17 40 37 -1.34922440920609D-18 40 38 1.02744573502827D-17 40 39 -8.85793388631671D-19 40 40 8.10669932940777D-18 41 1 1.67863906999766D-12 41 2 1.93932049767599D-12 41 3 5.41166738933004D-14 41 4 -2.08733394973485D-12 41 5 -4.99173055720891D-12 41 6 -3.18452863155406D-12 41 7 1.37967658327728D-13 41 8 2.33766117647519D-12 41 9 4.37281192582414D-14 41 10 8.32054854692516D-12 41 11 4.80626126696750D-11 41 12 -8.80812773380773D-11 41 13 2.51214788223926D-13 41 14 -5.26887518784395D-13 41 15 4.42342104247201D-12 41 16 -1.10546601177693D-12 41 17 -2.93195498946233D-13 41 18 1.26828282351515D-12 41 19 1.82230945486851D-12 41 20 2.64966555706440D-12 41 21 -1.38551837992694D-12 41 22 -9.01787962391184D-12 41 23 -4.91774462892089D-11 41 24 8.68617757012867D-11 41 25 -1.63446836797212D-18 41 26 -6.31301575347523D-18 41 27 -2.45648797625391D-18 41 28 -6.21932778345425D-19 41 29 9.53398584616195D-19 41 30 -4.72106512802711D-19 41 31 -4.12773562780252D-19 41 32 -7.03041306705731D-19 41 33 -1.11477201731063D-18 41 34 -1.38383604178456D-18 41 35 8.31066353277832D-18 41 36 -2.97066516898631D-18 41 37 6.40082626178728D-18 41 38 -2.98803005136743D-18 41 39 6.56084711469602D-19 41 40 -8.43559186389527D-19 41 41 3.32023577742807D-17 42 1 -2.88442915561986D-11 42 2 -2.30212740841632D-11 42 3 -1.44746392256316D-11 42 4 1.05161454915235D-11 42 5 8.85616088898605D-11 42 6 5.39158884046871D-11 42 7 -1.39406700022097D-11 42 8 -8.56503171399830D-13 42 9 7.23517046536768D-12 42 10 5.56378031363225D-11 42 11 -2.29534963078794D-11 42 12 4.22207823612444D-11 42 13 -1.78649000949936D-11 42 14 -1.49410977550990D-11 42 15 -2.82026576762522D-11 42 16 -4.20732993158921D-11 42 17 -4.16828525423742D-11 42 18 1.05353163217797D-11 42 19 -1.78751193839732D-11 42 20 -5.32061584160605D-12 42 21 -4.35623249302979D-11 42 22 5.44443330200977D-11 42 23 2.02142323689345D-11 42 24 -2.76675337441017D-11 42 25 -1.32561475911686D-17 42 26 7.11633867090254D-17 42 27 -1.23223537281664D-17 42 28 -2.81174985034060D-18 42 29 -9.20046299774773D-18 42 30 2.44811793199392D-17 42 31 -1.36916714587506D-17 42 32 8.49406717116718D-18 42 33 -1.03388357369522D-17 42 34 1.78581344819325D-18 42 35 -1.69495651822022D-18 42 36 9.87164244253720D-17 42 37 -7.51496312314443D-18 42 38 6.28347651532461D-17 42 39 -1.16541947146490D-17 42 40 1.63747497437321D-17 42 41 1.18184808614641D-17 42 42 3.15635357481229D-16 43 1 5.45537863984834D-13 43 2 7.16647490020612D-13 43 3 2.92655222171064D-13 43 4 -1.31032344965453D-12 43 5 -7.62488752149956D-13 43 6 -9.13374623545862D-13 43 7 -1.44410485310572D-12 43 8 -6.36668989533337D-13 43 9 1.43258875094475D-12 43 10 2.34155928870774D-12 43 11 2.07276794344657D-12 43 12 -5.29749758441418D-12 43 13 4.15632180896282D-13 43 14 2.16212572750842D-13 43 15 -5.45255707242794D-13 43 16 5.98592215414486D-13 43 17 1.67972638508602D-12 43 18 4.42454921921638D-13 43 19 -3.75117598376095D-13 43 20 -2.77517835019977D-13 43 21 -2.51386838717901D-13 43 22 -7.71775952345782D-13 43 23 -3.00867883486121D-12 43 24 4.83981572768652D-12 43 25 -1.80066712998191D-18 43 26 -3.67895335308355D-18 43 27 4.73496980962298D-18 43 28 -2.52482151904147D-19 43 29 1.64505416425227D-18 43 30 -4.50602285025348D-19 43 31 3.10849283994184D-18 43 32 -3.79516149824912D-19 43 33 3.09654614118603D-18 43 34 -4.43723147082840D-19 43 35 1.11824869843436D-18 43 36 -1.48788329610715D-18 43 37 2.01605194063070D-18 43 38 -9.99503911743660D-19 43 39 3.22817990220093D-18 43 40 -3.15061253001604D-19 43 41 2.32511505666734D-18 43 42 -3.34899437275639D-19 43 43 5.14611436298146D-18 44 1 -1.20585136476849D-11 44 2 -8.81028083179382D-12 44 3 -9.27751511012699D-12 44 4 -3.20343028127826D-12 44 5 5.25733606936571D-11 44 6 3.41812690582392D-11 44 7 -6.88086213089459D-12 44 8 1.76698025207481D-12 44 9 -3.80887761806305D-12 44 10 2.57636712610197D-11 44 11 -3.56898017716615D-11 44 12 6.27772114080973D-11 44 13 -1.00032613076641D-11 44 14 -1.23238402708463D-11 44 15 -1.10724756355156D-11 44 16 -1.65101817482587D-11 44 17 -1.46128906905565D-11 44 18 1.85157441510150D-13 44 19 -1.24148737240352D-11 44 20 -1.10981516699127D-11 44 21 -1.38109127228367D-11 44 22 3.53074518165164D-11 44 23 2.81946253933413D-11 44 24 -5.91738556682912D-11 44 25 -2.84380637106612D-18 44 26 3.23998576496574D-17 44 27 -1.78669713061603D-18 44 28 -1.48629119431362D-18 44 29 -2.56794395836748D-18 44 30 1.45863490852728D-17 44 31 -2.68442082876067D-18 44 32 5.80852031726709D-18 44 33 -3.16313106535357D-18 44 34 3.53390018751485D-18 44 35 -3.91825791755931D-18 44 36 4.23320179892089D-17 44 37 -1.98930908044122D-18 44 38 2.93764775210662D-17 44 39 -3.32093684101352D-18 44 40 1.12152098957466D-17 44 41 -4.22459015087879D-18 44 42 5.47922182165137D-17 44 43 6.28137642599737D-19 44 44 3.31020741753209D-17 45 1 4.07616670368657D-12 45 2 3.12820519041644D-12 45 3 1.08380728772716D-12 45 4 -3.34774589491867D-12 45 5 -8.87580929232259D-12 45 6 -7.06186578887668D-12 45 7 -1.50408844136843D-12 45 8 -1.25871549795714D-12 45 9 3.53881822801035D-12 45 10 -1.24496105611328D-12 45 11 2.15845807194105D-11 45 12 -3.88879226309069D-11 45 13 2.31512420052616D-12 45 14 1.50542950052828D-12 45 15 3.22734563008777D-12 45 16 1.77983287227076D-12 45 17 2.29993067667474D-12 45 18 2.94050765072406D-12 45 19 6.03037323016676D-12 45 20 4.94994215546099D-12 45 21 -8.59127593256820D-13 45 22 -8.10470226584875D-12 45 23 -2.33335633967267D-11 45 24 3.60184370311250D-11 45 25 -1.67431474316628D-18 45 26 -1.15946361424647D-17 45 27 8.39823938949053D-18 45 28 -9.06256526112558D-19 45 29 3.43395164360706D-18 45 30 -3.75948447252504D-18 45 31 6.24236075047763D-18 45 32 -1.74225941494501D-18 45 33 5.57021335882083D-18 45 34 -1.77158835198669D-18 45 35 1.90475959336720D-18 45 36 -9.95088615082630D-18 45 37 3.70967736931135D-18 45 38 -7.66821767181319D-18 45 39 4.20587727218156D-18 45 40 -1.96756576808058D-18 45 41 3.48971978119202D-18 45 42 -1.39018940898294D-17 45 43 4.17422698381761D-18 45 44 -4.08765177813540D-18 45 45 3.03132167248769D-17 46 1 -8.88105628080099D-12 46 2 -4.38038321277088D-12 46 3 -4.87248064426725D-12 46 4 8.12923098559250D-13 46 5 2.80961290541780D-11 46 6 1.92492298745201D-11 46 7 -5.02121468653756D-12 46 8 1.45233275588015D-12 46 9 -4.13538475873324D-12 46 10 1.77700138085059D-11 46 11 -1.24569041925287D-11 46 12 1.81109133448251D-11 46 13 -5.73659380294704D-12 46 14 -9.01479580805784D-12 46 15 -5.11544456632895D-12 46 16 -9.99992665550924D-12 46 17 -6.96505519678669D-12 46 18 -1.71137019372085D-12 46 19 -9.40590886426351D-12 46 20 -7.01197129318553D-12 46 21 -7.13834783610461D-12 46 22 2.04617633604563D-11 46 23 1.02806480567238D-11 46 24 -1.43871150706932D-11 46 25 3.82895081558489D-19 46 26 1.83707901337717D-17 46 27 1.14947933268357D-19 46 28 3.93012483414149D-19 46 29 -7.72413949644620D-19 46 30 8.56745632049403D-18 46 31 -9.45539270086881D-19 46 32 3.87217196636556D-18 46 33 -2.65823456066265D-18 46 34 3.83265772535785D-18 46 35 -8.96748393701020D-19 46 36 2.12885249618948D-17 46 37 -6.84015834187897D-19 46 38 1.50695124229685D-17 46 39 -1.15137861692162D-18 46 40 5.40552182085925D-18 46 41 -1.73834048096796D-19 46 42 3.04646592734945D-17 46 43 9.56333557906086D-19 46 44 1.38672490177611D-17 46 45 -1.38167378833249D-17 46 46 3.11294459627952D-17 47 1 -7.34355383676828D-13 47 2 9.40362151567062D-13 47 3 -8.92491361602772D-13 47 4 -1.16115780364559D-12 47 5 2.26366258190303D-12 47 6 9.65918817307965D-13 47 7 -2.98134395208564D-12 47 8 -1.84269491115556D-12 47 9 2.24982129422915D-12 47 10 1.07312027693760D-11 47 11 1.25038575624088D-11 47 12 -1.54194671733685D-11 47 13 -1.63681666464229D-12 47 14 -2.84181306413761D-12 47 15 8.69883772389569D-13 47 16 -1.23800107494619D-12 47 17 1.17427427135029D-12 47 18 -1.75598212297750D-13 47 19 -2.34601775503191D-13 47 20 1.29418614900262D-12 47 21 -2.97155178774076D-12 47 22 -2.74492661869244D-12 47 23 -1.34918346695605D-11 47 24 1.53734845352439D-11 47 25 -2.36703491772906D-18 47 26 -3.05343248806156D-18 47 27 6.41605445193878D-18 47 28 3.59939782187541D-20 47 29 1.25408185507375D-18 47 30 3.57592447599475D-19 47 31 3.84230376977678D-18 47 32 5.93699899070756D-19 47 33 2.77272335452410D-18 47 34 3.25970790673759D-19 47 35 -7.57508099815976D-19 47 36 -1.44770166239640D-18 47 37 4.37919909056830D-19 47 38 -1.19602949965915D-18 47 39 2.15277909921593D-18 47 40 -8.52741331253070D-20 47 41 8.64745744652478D-19 47 42 -9.03314139198804D-19 47 43 2.33404995534831D-18 47 44 3.35869610576112D-19 47 45 3.58891478822878D-18 47 46 1.61707712498969D-18 47 47 9.53694381109119D-18 48 1 -1.38084721018851D-11 48 2 -9.44444034823673D-12 48 3 -7.77465916540122D-12 48 4 -7.94793604354783D-13 48 5 4.93158201101093D-11 48 6 3.22192595851787D-11 48 7 -9.26998335248122D-12 48 8 -1.83911650836054D-13 48 9 -2.98792425811850D-12 48 10 2.94702655651307D-11 48 11 -2.30596423052316D-11 48 12 4.50051694462618D-11 48 13 -9.72290166285961D-12 48 14 -1.21990270294181D-11 48 15 -9.50846383237529D-12 48 16 -1.57180393525659D-11 48 17 -1.23355993658262D-11 48 18 -2.40586269032091D-12 48 19 -1.14469861958737D-11 48 20 -9.54693135628666D-12 48 21 -1.40406268451614D-11 48 22 3.12909106455223D-11 48 23 1.74537328700577D-11 48 24 -4.05068913696856D-11 48 25 -1.86987544178690D-18 48 26 2.74406744688670D-17 48 27 -1.98498517519611D-18 48 28 -1.26623358832856D-18 48 29 -1.70604611980155D-18 48 30 1.33369841404509D-17 48 31 -1.52794749287678D-18 48 32 5.60100751234942D-18 48 33 -2.09759297348595D-18 48 34 4.22787720391409D-18 48 35 -2.91501742751035D-18 48 36 3.58831606954353D-17 48 37 -8.88463550670056D-19 48 38 2.43190468019080D-17 48 39 -2.80626512646143D-18 48 40 1.00720875384407D-17 48 41 -2.64124427947050D-18 48 42 4.48424741990705D-17 48 43 -3.16564419435331D-19 48 44 2.57340434994146D-17 48 45 -2.96098989936436D-18 48 46 1.32975933584825D-17 48 47 2.79666372205871D-18 48 48 3.48106751473755D-17 49 1 -1.30185908843599D-11 49 2 -9.72805578803444D-12 49 3 -5.92988112781407D-12 49 4 1.19346238568587D-12 49 5 2.24891904851048D-11 49 6 1.94810695612028D-11 49 7 -7.25545443007603D-12 49 8 1.09989011033967D-11 49 9 -2.61524020274092D-12 49 10 1.29092849347532D-11 49 11 -6.55180712820847D-12 49 12 1.95118825171687D-13 49 13 1.18269746477243D-11 49 14 8.16081775936510D-12 49 15 -1.83474494788423D-13 49 16 3.99967866624883D-14 49 17 -9.64726957123271D-13 49 18 -2.52917893510242D-11 49 19 -1.64824230195158D-11 49 20 -2.74536275844940D-11 49 21 1.31802347691150D-11 49 22 1.07867496906705D-11 49 23 3.04930854199406D-12 49 24 1.16396247873561D-12 49 25 4.33751233288583D-18 49 26 2.61361976009423D-17 49 27 1.81855697991438D-18 49 28 1.89603849105678D-18 49 29 -3.65582560320378D-18 49 30 5.56070227446338D-18 49 31 -1.19195222140063D-18 49 32 3.60701868529024D-18 49 33 -1.30887207322055D-19 49 34 6.40567095855691D-19 49 35 -2.64447101446053D-18 49 36 2.15453721857023D-17 49 37 -3.78005179660439D-18 49 38 8.86647823824069D-18 49 39 -2.87400032192889D-18 49 40 3.05203552576535D-18 49 41 -3.35282637672485D-18 49 42 4.01170339346435D-17 49 43 1.96518138491621D-19 49 44 8.91147203325193D-18 49 45 -2.14991577007870D-18 49 46 8.78407661564922D-18 49 47 -1.95151514851607D-18 49 48 1.05796627565734D-17 49 49 2.80990997503062D-16 50 1 -3.30502229825283D-11 50 2 -2.36016383269204D-11 50 3 -1.55123042154189D-11 50 4 9.24149837399784D-12 50 5 8.37973910612766D-11 50 6 5.63530095783921D-11 50 7 -1.05661730053575D-11 50 8 6.86575270330361D-12 50 9 1.94724036664885D-12 50 10 4.75806828915194D-11 50 11 -3.99446472855317D-11 50 12 8.09296355065439D-11 50 13 -2.61544892287124D-12 50 14 -9.39010313002636D-12 50 15 -2.80217172451042D-11 50 16 -2.71254946667436D-11 50 17 -2.06546358095734D-11 50 18 -9.03518643927372D-12 50 19 -3.70517423720944D-11 50 20 -3.37579683867747D-11 50 21 -1.94835932996515D-11 50 22 5.35869009737288D-11 50 23 3.66858505093801D-11 50 24 -6.71770828572888D-11 50 25 -3.55073325396290D-19 50 26 6.33486421687996D-17 50 27 -5.81602652014841D-18 50 28 -5.73138276958138D-19 50 29 -4.87795469100133D-18 50 30 2.31631723635124D-17 50 31 -5.23920722183259D-18 50 32 1.01522171630448D-17 50 33 -1.99852772066834D-18 50 34 4.20340374415301D-18 50 35 -2.48582665378533D-18 50 36 7.47040007072424D-17 50 37 -1.32605868936238D-18 50 38 4.55298026668041D-17 50 39 -5.44457835435313D-18 50 40 1.61395715358292D-17 50 41 -3.49246482559298D-18 50 42 1.16917318551306D-16 50 43 4.71406316445996D-19 50 44 4.29814522097368D-17 50 45 -1.41742540593544D-17 50 46 3.20701793832727D-17 50 47 1.95708451505774D-18 50 48 3.67941399923267D-17 50 49 1.42837141839100D-16 50 50 2.32053872552473D-16 51 1 1.11063809113353D-13 51 2 1.65326786207490D-12 51 3 -6.43225510020539D-13 51 4 -4.93563654340485D-12 51 5 2.34697835060886D-12 51 6 1.10046044367616D-12 51 7 -7.79464612604067D-13 51 8 9.92155001415890D-13 51 9 2.30916989685791D-13 51 10 9.33703486800438D-12 51 11 2.88678038631319D-12 51 12 -5.32984742559550D-12 51 13 -1.86579582836007D-12 51 14 -2.53646171766036D-12 51 15 1.95732922722630D-12 51 16 -1.24060904715420D-12 51 17 -1.30931819701161D-15 51 18 7.91212604499663D-13 51 19 5.72083052716750D-13 51 20 1.19494362478404D-12 51 21 -1.75519625506645D-12 51 22 -1.19867592294950D-12 51 23 -6.53635393350932D-12 51 24 3.64835009014950D-12 51 25 -2.74404283388164D-18 51 26 -2.18587330287689D-18 51 27 3.36692843070917D-18 51 28 5.11202169801660D-20 51 29 1.42820199441657D-19 51 30 1.05921568148309D-18 51 31 1.89959866815758D-18 51 32 7.98082509875481D-19 51 33 8.46307550212317D-19 51 34 7.81079528315682D-19 51 35 -2.10589882881202D-18 51 36 -8.26386045905747D-19 51 37 -1.28969162082128D-18 51 38 -8.33913940877218D-19 51 39 7.49612034533783D-19 51 40 7.45045722784456D-19 51 41 -9.42568858764790D-19 51 42 -1.03608866784967D-18 51 43 8.07687512389143D-19 51 44 3.58182330004673D-19 51 45 1.85023794554521D-18 51 46 -4.61895650805519D-19 51 47 3.23476217601355D-18 51 48 1.51297477930530D-18 51 49 -7.17475472208706D-19 51 50 2.20264197814860D-19 51 51 6.94903345440222D-18 52 1 -9.56491188441910D-12 52 2 -6.99393736431915D-12 52 3 -7.48895311967915D-12 52 4 -8.42702208089510D-12 52 5 4.84275493177592D-11 52 6 3.20040988782801D-11 52 7 -3.64218931796915D-12 52 8 4.80306027087786D-12 52 9 -6.89342053130077D-12 52 10 2.16868484313220D-11 52 11 -4.49898221939604D-11 52 12 6.73408912643792D-11 52 13 -8.50794792823697D-12 52 14 -1.19337810150123D-11 52 15 -7.28943369716805D-12 52 16 -1.33319333513311D-11 52 17 -1.22839866526321D-11 52 18 -7.09691890666219D-13 52 19 -9.80739479138884D-12 52 20 -1.14058382803857D-11 52 21 -9.99912033775895D-12 52 22 3.15945511162771D-11 52 23 3.43767572610721D-11 52 24 -6.69643691985674D-11 52 25 -2.23186659255894D-18 52 26 2.53998060810501D-17 52 27 -2.08326646344604D-18 52 28 -1.09503519420648D-18 52 29 -1.75457694423095D-18 52 30 1.34154207000163D-17 52 31 -1.47318941800433D-18 52 32 5.56211941507803D-18 52 33 -1.80160576165796D-18 52 34 4.35123750702442D-18 52 35 -3.93020960592356D-18 52 36 3.39509726660750D-17 52 37 -1.80362685451823D-18 52 38 2.39382766124232D-17 52 39 -1.77049912758733D-18 52 40 1.06283008791605D-17 52 41 -5.07912274952351D-18 52 42 4.73619457640623D-17 52 43 -1.61280898452177D-19 52 44 2.53671657343173D-17 52 45 -3.73240269746752D-18 52 46 1.14281381649192D-17 52 47 -3.09953135401487D-20 52 48 2.33506736228119D-17 52 49 1.09993597949531D-17 52 50 3.53441697606069D-17 52 51 3.74621121686652D-18 52 52 3.64450072912426D-17 53 1 -2.80543687111441D-12 53 2 -2.04257981246308D-12 53 3 -8.79753977975869D-13 53 4 6.74442779401597D-13 53 5 8.45193790607024D-12 53 6 5.07523638184838D-12 53 7 -2.04501226126746D-12 53 8 -1.12775199630479D-12 53 9 8.06476316215748D-13 53 10 9.08242536202057D-12 53 11 4.91581633160248D-13 53 12 1.07184822354528D-11 53 13 -2.49625987781829D-12 53 14 -2.44515098533248D-12 53 15 -2.25139936388502D-12 53 16 -3.25828167321790D-12 53 17 -2.58525971781332D-12 53 18 4.76930876692211D-13 53 19 -1.19341137387924D-12 53 20 1.13464198113368D-13 53 21 -4.45896211917129D-12 53 22 2.04153380714347D-12 53 23 -8.56240955275961D-13 53 24 -9.48701012829791D-12 53 25 -3.54200570570270D-18 53 26 3.11609245696648D-18 53 27 2.16042737803198D-18 53 28 -2.25922580225660D-19 53 29 -8.60791339107721D-19 53 30 2.21595315467132D-18 53 31 7.64695649565197D-19 53 32 1.11555692856401D-18 53 33 -2.96562664108076D-20 53 34 1.07599834427692D-18 53 35 -2.64953914680244D-18 53 36 5.91338400907417D-18 53 37 -1.64734059134581D-18 53 38 3.41348526008041D-18 53 39 -4.74609422571139D-19 53 40 1.45415997401670D-18 53 41 -2.08501878734103D-18 53 42 1.06405536865393D-17 53 43 4.90057680599939D-19 53 44 4.41137854987113D-18 53 45 3.70720369240485D-19 53 46 1.47323602796580D-18 53 47 2.95367769356474D-18 53 48 5.25580100680804D-18 53 49 1.22304924427746D-18 53 50 6.80682816473461D-18 53 51 2.82325581155320D-18 53 52 4.68260530224015D-18 53 53 9.22846805228987D-18 54 1 -2.04518814253818D-11 54 2 -1.79037848930578D-11 54 3 -1.18730072718005D-11 54 4 -3.27845372479266D-12 54 5 8.45774601837868D-11 54 6 5.66567475948079D-11 54 7 -7.70429884648897D-12 54 8 5.54093060407848D-12 54 9 -1.23041901326394D-11 54 10 3.97281926690859D-11 54 11 -5.63510869564771D-11 54 12 1.07468831819354D-10 54 13 -1.54785230058976D-11 54 14 -1.95355147445100D-11 54 15 -1.61708179901918D-11 54 16 -2.41981645455127D-11 54 17 -2.21956226685450D-11 54 18 -2.24272582405244D-12 54 19 -1.85527476034667D-11 54 20 -1.99559294489673D-11 54 21 -1.99126005965487D-11 54 22 4.99358769287947D-11 54 23 4.58235503630668D-11 54 24 -1.01622235080839D-10 54 25 -4.49956585936076D-18 54 26 4.66285151806667D-17 54 27 -6.51258860292180D-18 54 28 -2.70908124745994D-18 54 29 -4.27037237291429D-18 54 30 2.13925959171400D-17 54 31 -2.93116035055850D-18 54 32 9.16618387278939D-18 54 33 -5.62860576462976D-18 54 34 6.09829124020219D-18 54 35 -4.63793420279949D-18 54 36 6.01780644560882D-17 54 37 -2.76109688324316D-18 54 38 4.17600455808666D-17 54 39 -5.64578698760745D-18 54 40 1.66270554832472D-17 54 41 -6.31633632028336D-18 54 42 9.44005130938243D-17 54 43 -1.52896405874223D-18 54 44 4.25434207029376D-17 54 45 -7.75741414887141D-18 54 46 1.97298198467413D-17 54 47 1.70925654682316D-19 54 48 3.92311059394552D-17 54 49 1.68955553374411D-17 54 50 6.46634698467568D-17 54 51 9.79930828247020D-19 54 52 4.13831111237440D-17 54 53 1.25266061945737D-17 54 54 1.13261641289206D-16 55 1 -7.38669869888365D-12 55 2 -5.81403688987750D-12 55 3 -1.31813266615160D-12 55 4 -2.07564312955217D-12 55 5 3.45194251760589D-11 55 6 2.01709668824401D-11 55 7 -8.27088011371059D-12 55 8 6.31169244889483D-12 55 9 -7.37427244085079D-12 55 10 1.77251587060825D-11 55 11 -1.73820769473159D-11 55 12 1.95999347266836D-11 55 13 1.65274018926659D-11 55 14 1.66729550562353D-11 55 15 -3.00637052029405D-11 55 16 -1.95943872244406D-11 55 17 -2.21751824782439D-11 55 18 1.35798965918814D-11 55 19 -1.44726465862207D-11 55 20 -2.07808152716159D-11 55 21 1.85720222795536D-12 55 22 1.75476947595110D-11 55 23 8.64803938252523D-12 55 24 -1.64518898036215D-11 55 25 5.95253155195012D-18 55 26 2.87076950934492D-17 55 27 2.05283176150956D-18 55 28 9.51926026539471D-19 55 29 -1.04766531732897D-18 55 30 1.00507887415643D-17 55 31 7.80343735900988D-19 55 32 5.21924782116521D-18 55 33 5.36099792193858D-18 55 34 3.09961607156396D-18 55 35 -3.44734269005202D-18 55 36 1.88080679593218D-17 55 37 -1.79770365866161D-18 55 38 1.32436671802926D-17 55 39 -4.39231047256540D-19 55 40 7.08268473586977D-18 55 41 -2.48273607814290D-18 55 42 2.37279872159541D-17 55 43 2.14582150372895D-18 55 44 1.46531709268487D-17 55 45 -1.11411319256533D-18 55 46 1.31448292263381D-17 55 47 3.63953184458572D-18 55 48 1.33293502682286D-17 55 49 4.53200687078447D-17 55 50 6.99422506746738D-17 55 51 1.56265600095980D-18 55 52 1.27927266150092D-17 55 53 4.38050363791221D-18 55 54 2.21310434086659D-17 55 55 2.36881961768575D-16 56 1 -8.71952178462533D-12 56 2 -1.69488926603857D-12 56 3 -7.16405996440958D-12 56 4 4.40906859802542D-14 56 5 3.53235942682461D-11 56 6 2.89700620183067D-11 56 7 2.41127194655807D-12 56 8 1.93252143805585D-11 56 9 -2.12282211279431D-11 56 10 2.27646334347787D-11 56 11 -2.45810066471966D-11 56 12 4.82405298174581D-11 56 13 -1.00018656738731D-12 56 14 -6.44165714226480D-12 56 15 -1.31800043162545D-11 56 16 -1.49130751501426D-11 56 17 -1.04097710380857D-11 56 18 -4.09051678308883D-13 56 19 -2.65391125276227D-11 56 20 -3.22511167699149D-11 56 21 6.85645993186102D-12 56 22 2.59518998908062D-11 56 23 2.07296327113576D-11 56 24 -4.20857142276158D-11 56 25 -7.26973146561412D-19 56 26 2.26148044690852D-17 56 27 -2.72658343298025D-18 56 28 -1.15432224921010D-20 56 29 -1.81437206280533D-18 56 30 1.11868254721438D-17 56 31 -1.26277934156618D-18 56 32 5.21667392866265D-18 56 33 -6.06931071849816D-19 56 34 5.12689463888727D-18 56 35 -2.02755378270132D-18 56 36 2.61832722422375D-17 56 37 -4.77323773417368D-19 56 38 1.87230695282605D-17 56 39 -1.12455707039288D-18 56 40 8.43392959244674D-18 56 41 -1.02102128332693D-18 56 42 3.24251297842991D-17 56 43 9.22316512064108D-19 56 44 1.89740484485442D-17 56 45 -8.56252651108190D-18 56 46 1.68430540216897D-17 56 47 1.94106225457293D-18 56 48 1.62866334844346D-17 56 49 2.20664977433347D-17 56 50 6.77810673405622D-17 56 51 7.28597303724628D-19 56 52 1.51531728802406D-17 56 53 1.98455663871732D-18 56 54 2.64494853058501D-17 56 55 9.30838550982582D-17 56 56 1.10579714833344D-16 57 1 -1.29944201241285D-11 57 2 -1.86857744312913D-11 57 3 1.37223004440403D-11 57 4 -1.92169302096018D-13 57 5 2.14073059726827D-11 57 6 1.76248810198345D-11 57 7 5.84268742241407D-12 57 8 2.70116488505803D-11 57 9 -2.70211448498946D-11 57 10 1.02140337721040D-11 57 11 -1.38570764141984D-11 57 12 1.25722035331738D-11 57 13 1.57717266321284D-11 57 14 1.37332861181607D-11 57 15 -2.63558233209312D-11 57 16 -1.24432128415022D-11 57 17 -1.35850556898798D-11 57 18 8.98721388596012D-12 57 19 -1.54273829431386D-11 57 20 -2.45849353748057D-11 57 21 8.75106576627891D-12 57 22 9.22873683240884D-12 57 23 8.56060106299059D-12 57 24 -8.28069658983393D-12 57 25 3.07177759283696D-18 57 26 1.67165157623265D-17 57 27 4.19016116358608D-18 57 28 1.00885346474358D-18 57 29 2.19007340038770D-19 57 30 6.65272587643496D-18 57 31 2.57698028086872D-18 57 32 3.48734491474490D-18 57 33 4.56235862142976D-18 57 34 3.20669685965282D-18 57 35 -2.64402466697350D-18 57 36 8.94222709106456D-18 57 37 -4.66330076144285D-19 57 38 7.41038874501218D-18 57 39 1.72711702166467D-18 57 40 4.24511661095876D-18 57 41 -1.21324739140808D-18 57 42 1.55343900143966D-17 57 43 3.01232795655953D-18 57 44 7.74266494212353D-18 57 45 -8.11769184074322D-19 57 46 2.18854982473057D-17 57 47 3.66664026259441D-18 57 48 6.95649257718360D-18 57 49 3.88056736913713D-17 57 50 6.11293153529012D-17 57 51 4.36547431906230D-19 57 52 7.24503760005551D-18 57 53 1.80351030621726D-18 57 54 1.34335274430687D-17 57 55 8.44214269177009D-17 57 56 4.56507231823430D-17 57 57 2.27233357947897D-16 58 1 -1.44158455801374D-11 58 2 -1.17440547943872D-11 58 3 2.82826797169361D-12 58 4 2.19639072409537D-12 58 5 3.26068663183874D-11 58 6 2.99414991754435D-11 58 7 9.43153656258738D-12 58 8 2.99310640038181D-11 58 9 -3.49984851840447D-11 58 10 2.19931043214727D-11 58 11 -2.23742304425334D-11 58 12 4.26007107118004D-11 58 13 -4.09609544562477D-12 58 14 -1.01171461689454D-11 58 15 -1.24582108395244D-11 58 16 -1.51858697686080D-11 58 17 -9.51822212524408D-12 58 18 1.35434632106265D-12 58 19 -2.55878679367275D-11 58 20 -2.94939171907975D-11 58 21 5.20092642129992D-12 58 22 2.56646467934631D-11 58 23 2.07096405868009D-11 58 24 -3.44690545179558D-11 58 25 -1.89636865225698D-18 58 26 1.71055062589218D-17 58 27 -2.12682676723069D-18 58 28 -5.20402648332232D-19 58 29 -8.26174421968132D-19 58 30 1.02541607876069D-17 58 31 -4.18495492678131D-19 58 32 4.46358518459208D-18 58 33 -1.01147973296182D-18 58 34 5.45555846349747D-18 58 35 -1.58017262630452D-18 58 36 2.25243235095754D-17 58 37 6.51938100669460D-19 58 38 1.70951555495400D-17 58 39 -2.04159518552438D-19 58 40 7.80554293471109D-18 58 41 -4.08520928081808D-20 58 42 2.97438411501020D-17 58 43 1.79323549618070D-18 58 44 1.71787281298862D-17 58 45 -6.55653796091425D-18 58 46 1.67611550268928D-17 58 47 2.73269868862173D-18 58 48 1.43117599582704D-17 58 49 1.08889603786266D-17 58 50 6.32035050038481D-17 58 51 8.80854617040117D-19 58 52 1.42839837829917D-17 58 53 2.10514056649419D-18 58 54 2.58653557142940D-17 58 55 4.33549795266008D-17 58 56 5.61116597128087D-17 58 57 1.01012565204160D-16 58 58 1.19675541691577D-16 59 1 -2.64899870070317D-12 59 2 -2.42876826761403D-12 59 3 6.16988907637578D-15 59 4 4.00829561646293D-13 59 5 5.92242832712374D-12 59 6 4.51983752407773D-12 59 7 1.60572307078775D-12 59 8 1.52158907142290D-12 59 9 -3.69810157032517D-12 59 10 7.96815553612452D-13 59 11 -1.50408044719999D-11 59 12 2.54604147972372D-11 59 13 -1.84371176988846D-12 59 14 1.32505362396694D-14 59 15 -2.36963362934650D-12 59 16 -1.59409669081434D-12 59 17 -2.42906464708434D-12 59 18 -1.36857368466063D-12 59 19 -3.24579606869866D-12 59 20 -2.36657008942719D-12 59 21 1.62844187045897D-12 59 22 6.52923566249757D-12 59 23 1.48079396733737D-11 59 24 -2.41785548423207D-11 59 25 -3.84995039044385D-18 59 26 6.86656137942451D-18 59 27 -6.63135026158483D-18 59 28 1.27536562709960D-19 59 29 -4.77366043516294D-18 59 30 1.51497707874210D-18 59 31 -5.95424217917202D-18 59 32 7.66333189957669D-19 59 33 -6.90320350057373D-18 59 34 1.67640274525330D-18 59 35 -4.94167075290151D-18 59 36 7.75214102267611D-18 59 37 -5.93899262327733D-18 59 38 3.99725919612736D-18 59 39 -5.52118085464944D-18 59 40 1.60860724828515D-18 59 41 -5.36103243702603D-18 59 42 1.03345702277326D-17 59 43 -3.95541817957343D-18 59 44 4.02109361330544D-18 59 45 -6.57743938556312D-18 59 46 1.74086183359787D-18 59 47 -2.36861802746320D-18 59 48 3.35328493303640D-18 59 49 3.90600319892884D-18 59 50 3.41341782711832D-18 59 51 -2.91213023803270D-19 59 52 3.85268770227730D-18 59 53 1.28319876699400D-18 59 54 7.86385867412458D-18 59 55 -6.55376886666550D-19 59 56 1.47874975481318D-18 59 57 -1.12690804351375D-18 59 58 5.84152942703118D-19 59 59 9.43000780710641D-18 60 1 -2.23837337559292D-11 60 2 -2.04221857769943D-11 60 3 -8.81559386553014D-12 60 4 1.12205136836974D-11 60 5 7.18886254944563D-11 60 6 4.00236980895610D-11 60 7 -1.24778542421100D-11 60 8 -3.31928416356163D-12 60 9 1.89948660766958D-11 60 10 3.14218104705320D-11 60 11 -3.90808891984540D-11 60 12 8.93338645961548D-11 60 13 -9.96850755135553D-12 60 14 -1.13102494606348D-11 60 15 -2.84967390335066D-11 60 16 -3.44252143249808D-11 60 17 -3.75013718310794D-11 60 18 2.10625586659090D-11 60 19 -4.48525586411313D-12 60 20 1.39414474551360D-12 60 21 -5.35003112125412D-11 60 22 4.10982420982741D-11 60 23 3.83512117101480D-11 60 24 -7.86023416617844D-11 60 25 -5.66546950805435D-18 60 26 5.37728699709391D-17 60 27 -8.37304326188574D-18 60 28 -2.89216842632900D-18 60 29 -3.27345633092987D-18 60 30 2.03451572500449D-17 60 31 -6.08780755609242D-18 60 32 7.09357163854242D-18 60 33 1.03486110327305D-18 60 34 1.01782480778667D-19 60 35 -2.23146455813766D-18 60 36 6.72224735527877D-17 60 37 -2.46639783578534D-20 60 38 4.15753652279140D-17 60 39 -3.67115428929188D-18 60 40 1.42854828815342D-17 60 41 1.88299273970676D-19 60 42 1.05430306999769D-16 60 43 3.67757310078461D-18 60 44 4.07437580628923D-17 60 45 -6.93485220271631D-18 60 46 2.05222628388506D-17 60 47 9.18882644294339D-18 60 48 3.31431512370630D-17 60 49 2.87486457008837D-18 60 50 1.04277636824446D-16 60 51 5.87746029473103D-18 60 52 2.89792060446458D-17 60 53 1.53007200833843D-17 60 54 5.91542157965519D-17 60 55 3.15848101625216D-17 60 56 4.12683349267569D-17 60 57 2.21749252286057D-17 60 58 3.81616146880440D-17 60 59 -3.84878342050499D-18 60 60 2.19925144887324D-16 61 1 4.60113976060822D-13 61 2 -2.12769748459524D-14 61 3 -2.75092733851098D-12 61 4 -7.53744547533665D-12 61 5 1.71897879597871D-11 61 6 1.15354595870725D-11 61 7 -2.38160393199592D-13 61 8 2.04049645715219D-12 61 9 -2.61959471582967D-12 61 10 4.29871642291287D-12 61 11 -9.60535059915288D-12 61 12 2.82968452030965D-12 61 13 -1.29858210081103D-12 61 14 -7.31358600484443D-12 61 15 1.74901947888289D-12 61 16 -1.47125080318371D-12 61 17 -1.37931938203012D-12 61 18 -1.57304660938996D-12 61 19 5.20012760800032D-13 61 20 -3.93671415906160D-12 61 21 -2.73899924923110D-12 61 22 5.26659501429486D-12 61 23 3.02596368024901D-12 61 24 -6.43159494951432D-12 61 25 -1.85607079408772D-18 61 26 1.18977819436325D-18 61 27 2.43669029598361D-18 61 28 -1.40162661921966D-18 61 29 1.63949186190126D-18 61 30 4.47373751415138D-18 61 31 4.80319964023033D-18 61 32 2.11969411418440D-18 61 33 2.97170607427425D-18 61 34 2.56409446519947D-18 61 35 -1.93514746361422D-18 61 36 2.25314113845659D-18 61 37 2.68649019719257D-19 61 38 3.49530296860467D-18 61 39 2.35044611752895D-18 61 40 3.64263541109751D-18 61 41 -6.44014685927851D-19 61 42 -9.90630071122802D-19 61 43 7.39774624739706D-19 61 44 3.75397448097386D-18 61 45 2.86095390202796D-18 61 46 1.20179982568065D-19 61 47 2.26973632004033D-18 61 48 5.02181782939774D-18 61 49 -3.09065558888533D-18 61 50 2.57705367487845D-18 61 51 2.92512584751519D-18 61 52 5.33356678074460D-18 61 53 1.68963650514156D-18 61 54 7.66498274948175D-18 61 55 1.40733507465839D-18 61 56 2.20473989056615D-18 61 57 2.17524668493930D-20 61 58 2.62873102366967D-18 61 59 -1.52144487665254D-18 61 60 5.82389814995492D-18 61 61 1.14886553218309D-17 62 1 -4.51330285554698D-12 62 2 -2.80271164597571D-12 62 3 -3.42210959000224D-12 62 4 -4.33086484543930D-12 62 5 2.16788616656457D-11 62 6 1.41364357628004D-11 62 7 -3.14684451130007D-12 62 8 3.38339774865914D-13 62 9 -1.96787078359139D-12 62 10 1.17195905758518D-11 62 11 -1.56127551233106D-11 62 12 1.77510235330483D-11 62 13 -3.67011925507941D-12 62 14 -5.26079150193365D-12 62 15 -3.25123306741258D-12 62 16 -5.12121753355589D-12 62 17 -3.38913132705704D-12 62 18 -1.93215934744922D-12 62 19 -5.48347740560375D-12 62 20 -5.41265940064084D-12 62 21 -3.66185162706250D-12 62 22 1.45462358223462D-11 62 23 1.04608480076371D-11 62 24 -1.76522344497959D-11 62 25 -1.12924707151001D-18 62 26 1.06910669612674D-17 62 27 -3.68241486009045D-19 62 28 -2.91180540434129D-19 62 29 -1.09381265491180D-18 62 30 5.99977095318177D-18 62 31 -6.73351900999614D-19 62 32 2.81191702572233D-18 62 33 -8.42672934272178D-19 62 34 2.48328505450461D-18 62 35 -1.53408207827598D-18 62 36 1.45922075367179D-17 62 37 -5.85017104333546D-19 62 38 1.07091555861568D-17 62 39 -8.12063011368938D-19 62 40 5.03856136369851D-18 62 41 -9.96733769083420D-19 62 42 1.86769220829511D-17 62 43 3.63669152532602D-19 62 44 1.07378878241848D-17 62 45 -1.65846484047816D-18 62 46 6.04398876144281D-18 62 47 4.37914355984080D-19 62 48 9.40953407062577D-18 62 49 4.56665196223889D-18 62 50 1.46589418558305D-17 62 51 6.07520493157448D-19 62 52 9.66219812019769D-18 62 53 1.25552675646404D-18 62 54 1.49091221488041D-17 62 55 5.99381899519254D-18 62 56 6.52398657788926D-18 62 57 3.43039962137762D-18 62 58 5.63691605578015D-18 62 59 1.51419272491028D-18 62 60 1.00039469799776D-17 62 61 3.19389229602616D-18 62 62 6.03056917133360D-18 63 1 -1.42382462559797D-12 63 2 -1.56792313167113D-12 63 3 -4.54321184595709D-13 63 4 -2.26909133028686D-12 63 5 7.89845130769658D-12 63 6 5.37152068975760D-12 63 7 1.01236492820299D-12 63 8 1.26402495130024D-12 63 9 -2.35656023582932D-12 63 10 1.26337401006489D-12 63 11 -9.97713130461282D-12 63 12 1.27857454362160D-11 63 13 -1.40352200142204D-12 63 14 -2.33796261931295D-12 63 15 -4.63145185309850D-13 63 16 -1.35046838021521D-12 63 17 -1.82378346120880D-12 63 18 -4.72596343811877D-13 63 19 -8.31031871429468D-13 63 20 -1.23115229369664D-12 63 21 -1.06285442426350D-12 63 22 5.00219938852933D-12 63 23 7.77547684854077D-12 63 24 -1.33477884222613D-11 63 25 -2.20534316344271D-18 63 26 4.07292922054201D-18 63 27 -2.36477613729775D-18 63 28 4.07579744230187D-20 63 29 -1.91987916302180D-18 63 30 2.18068475830966D-18 63 31 -1.13725211522830D-18 63 32 1.38531919060451D-18 63 33 -2.59074387733312D-18 63 34 1.86277871584548D-18 63 35 -3.49493974964883D-18 63 36 4.24906008311106D-18 63 37 -3.26041907756292D-18 63 38 2.87074051156714D-18 63 39 -2.40584782572986D-18 63 40 1.86234457996257D-18 63 41 -3.63055518318018D-18 63 42 4.50864015842489D-18 63 43 -1.92706116362952D-18 63 44 2.87057424658517D-18 63 45 -2.25263162923584D-18 63 46 6.86016600074616D-19 63 47 -4.37392780739573D-19 63 48 2.82368260743518D-18 63 49 3.44946342729730D-19 63 50 2.65236771649761D-18 63 51 9.58044436230972D-19 63 52 2.96901032932192D-18 63 53 1.41077998514734D-18 63 54 5.44152023511233D-18 63 55 3.16117419500519D-19 63 56 9.34812107524610D-19 63 57 -1.48712723331628D-18 63 58 -2.50156891250643D-19 63 59 3.46033464946534D-18 63 60 4.50366990834813D-18 63 61 1.98287690960746D-18 63 62 1.40574473858037D-18 63 63 6.87807222202871D-18 64 1 -1.52570511679602D-11 64 2 -1.53871508769467D-11 64 3 -1.31355324304009D-11 64 4 -1.97830272220188D-11 64 5 9.68098919757243D-11 64 6 6.46527136973310D-11 64 7 -2.37985333985437D-12 64 8 8.21240979802991D-12 64 9 -1.63626701095176D-11 64 10 2.57112149178590D-11 64 11 -8.64492001948972D-11 64 12 1.06702091322744D-10 64 13 -1.15348043135744D-11 64 14 -2.33833761353734D-11 64 15 -1.14444045732345D-11 64 16 -1.87625128072626D-11 64 17 -1.94537230910443D-11 64 18 -6.01007280155868D-12 64 19 -1.62848719103110D-11 64 20 -2.40905516581617D-11 64 21 -1.43570233345215D-11 64 22 5.82909062775881D-11 64 23 6.37417031723880D-11 64 24 -1.10045098725925D-10 64 25 -1.45018127576320D-18 64 26 4.79468991796280D-17 64 27 -9.74104930609842D-18 64 28 -2.37312493060120D-18 64 29 -4.88622260244636D-18 64 30 2.32229591807480D-17 64 31 -2.89296954003007D-18 64 32 1.04804479488915D-17 64 33 -7.48615027633425D-18 64 34 7.92716506278682D-18 64 35 -6.10813258650192D-18 64 36 5.63864086123671D-17 64 37 -4.08691316333483D-18 64 38 4.24793023866770D-17 64 39 -6.24605863216094D-18 64 40 1.92203232549232D-17 64 41 -6.48808076225923D-18 64 42 7.55109953695234D-17 64 43 -2.85121590400563D-18 64 44 4.36064762324827D-17 64 45 -1.05614474452371D-17 64 46 2.23284705738322D-17 64 47 -2.22079997796492D-18 64 48 3.90753535588991D-17 64 49 1.74261813927731D-17 64 50 6.12344971090059D-17 64 51 -7.05942652120968D-20 64 52 4.05761347026186D-17 64 53 4.82638801731454D-18 64 54 7.05278935698285D-17 64 55 2.19629501511861D-17 64 56 2.68414271453632D-17 64 57 1.22109148311483D-17 64 58 2.28463611423140D-17 64 59 8.66592323197356D-18 64 60 4.46006696720753D-17 64 61 1.09080005722056D-17 64 62 1.73549671721661D-17 64 63 1.43120782894074D-17 64 64 1.10314039723195D-16 65 1 -2.53850204950188D-12 65 2 -4.60791122892646D-12 65 3 -8.17293111778443D-12 65 4 -1.92612977178630D-11 65 5 5.91981271596220D-11 65 6 3.91955884185280D-11 65 7 7.35306399925336D-13 65 8 8.40643073649437D-12 65 9 -9.23797143826776D-12 65 10 1.01048523474250D-11 65 11 -5.36712488536939D-11 65 12 4.22153172427464D-11 65 13 -4.71126549541494D-12 65 14 -1.86242631697266D-11 65 15 -1.81152955182118D-12 65 16 -1.02233877229399D-11 65 17 -1.21123880513163D-11 65 18 -6.35900385867128D-13 65 19 -1.37320822533411D-12 65 20 -1.36196688209036D-11 65 21 -1.15365387510436D-11 65 22 2.72675018750373D-11 65 23 3.50309250178928D-11 65 24 -5.00160319400225D-11 65 25 -3.82054053064724D-18 65 26 1.61666300532482D-17 65 27 -1.17187738559052D-17 65 28 -5.80386119460295D-18 65 29 1.68899368951258D-18 65 30 1.55533368098042D-17 65 31 3.37829716657417D-18 65 32 4.84764396191573D-18 65 33 1.46443977648337D-18 65 34 5.31043526241852D-18 65 35 -2.47844816985600D-18 65 36 2.16801760509857D-17 65 37 1.47964330420175D-18 65 38 1.93940829839453D-17 65 39 1.13309379200530D-18 65 40 1.29983425372935D-17 65 41 2.14679192873362D-18 65 42 2.11551787109594D-17 65 43 6.64097965503715D-19 65 44 1.95460729879438D-17 65 45 3.12897561592035D-18 65 46 4.23225413107935D-18 65 47 1.82531784432764D-18 65 48 2.06410383987920D-17 65 49 -7.85097246351172D-18 65 50 2.16259240133481D-17 65 51 4.29282692971377D-18 65 52 2.19851610322880D-17 65 53 3.46635021708438D-18 65 54 3.63285746801933D-17 65 55 6.01780720130212D-18 65 56 1.24793905397105D-17 65 57 2.12775906099461D-18 65 58 1.51425041368470D-17 65 59 -1.04092657958454D-18 65 60 3.14633413781534D-17 65 61 2.19608091663258D-17 65 62 8.20510362078639D-18 65 63 4.32236650394002D-18 65 64 4.43746315563205D-17 65 65 8.13434275865839D-17 66 1 -1.40572928275533D-12 66 2 -5.86517944484911D-13 66 3 -9.23094219074378D-13 66 4 -1.02541978725696D-12 66 5 4.98576888254206D-12 66 6 3.14110837522322D-12 66 7 -1.28006135331198D-12 66 8 -1.95246995791643D-13 66 9 2.37492291835858D-14 66 10 4.49866311268008D-12 66 11 -7.43306690460554D-13 66 12 3.56570395764765D-12 66 13 -1.69168509398955D-12 66 14 -1.63451426140104D-12 66 15 -7.65228158651001D-13 66 16 -1.53911353808473D-12 66 17 -7.21150917182156D-13 66 18 -4.60800087405929D-13 66 19 -1.65617083367692D-12 66 20 -6.57960205529054D-13 66 21 -1.31794169735984D-12 66 22 4.09951678603390D-12 66 23 -4.47071805335877D-13 66 24 -3.26349733584370D-12 66 25 -6.76199433721237D-19 66 26 3.11220349051306D-18 66 27 1.05710396776202D-18 66 28 4.37201585402248D-20 66 29 -4.03446965250942D-19 66 30 1.91201508349642D-18 66 31 -2.82987189198328D-19 66 32 8.88394660309174D-19 66 33 -2.03774902215135D-19 66 34 8.37697901577683D-19 66 35 -5.35267200184681D-19 66 36 5.46359724617453D-18 66 37 -1.40706871472985D-19 66 38 3.82419808966235D-18 66 39 -1.84322774227477D-19 66 40 1.72862707478075D-18 66 41 -2.19492046459628D-19 66 42 7.20823562464544D-18 66 43 5.13305500708547D-19 66 44 3.88352711714932D-18 66 45 -1.57304541863043D-19 66 46 2.25510358730752D-18 66 47 3.76776147461970D-19 66 48 3.04038786695739D-18 66 49 1.44377841098859D-18 66 50 4.30552935333504D-18 66 51 2.97956600678234D-19 66 52 2.98286277747762D-18 66 53 6.31757315977186D-19 66 54 4.09821019544692D-18 66 55 1.44255246649790D-18 66 56 1.52755512188543D-18 66 57 8.98538915658986D-19 66 58 1.35268742169694D-18 66 59 4.06820632403667D-19 66 60 2.87751864095076D-18 66 61 6.99317696077115D-20 66 62 1.42218219040040D-18 66 63 7.36455505853338D-20 66 64 3.60182323736964D-18 66 65 9.43978735674705D-19 66 66 1.00382295660996D-18 67 1 -1.99724943462747D-12 67 2 -2.61961434895015D-12 67 3 3.75967672858946D-12 67 4 3.39608269823976D-12 67 5 -6.99794353448278D-12 67 6 -3.96901125355588D-12 67 7 3.27478604428168D-12 67 8 7.54616346852035D-13 67 9 -2.90931010553871D-12 67 10 -4.92088212178134D-12 67 11 -6.59643562211194D-12 67 12 1.63472090917763D-11 67 13 1.49773750781762D-12 67 14 4.92202703777567D-12 67 15 -1.22185920020277D-12 67 16 9.26553250142378D-13 67 17 -1.04203189038947D-13 67 18 -1.99729691934502D-12 67 19 -1.11101426217225D-12 67 20 1.15909674268152D-12 67 21 4.56216850966978D-12 67 22 -1.06601302722813D-12 67 23 9.48245620368773D-12 67 24 -1.45715769622740D-11 67 25 -8.47677813316817D-19 67 26 1.68697057884050D-18 67 27 -6.85574117416299D-18 67 28 1.50003613426588D-19 67 29 -4.77000513928751D-18 67 30 -2.40593001827485D-18 67 31 -7.25127349879179D-18 67 32 -1.34340154808362D-18 67 33 -7.63161553156272D-18 67 34 -1.72290784028336D-18 67 35 -4.42707474474063D-18 67 36 -1.36778128759611D-18 67 37 -6.44792095027919D-18 67 38 -2.32286881263177D-18 67 39 -6.46781023656699D-18 67 40 -1.63470207310706D-18 67 41 -6.05844517022723D-18 67 42 -1.30180412196925D-18 67 43 -5.71055674691613D-18 67 44 -1.87179172101231D-18 67 45 -8.34159773145342D-18 67 46 -9.99794192692415D-19 67 47 -4.73243711344507D-18 67 48 -1.87770606555329D-18 67 49 8.64701322236846D-19 67 50 -5.84453595487939D-18 67 51 -2.16589229365327D-18 67 52 -3.08730467289899D-19 67 53 -1.58633642866433D-18 67 54 -1.24143530612897D-18 67 55 -5.92781634985103D-18 67 56 -2.01721603552554D-18 67 57 -5.12744649510859D-18 67 58 -3.79417861667866D-18 67 59 7.34297292903597D-18 67 60 -1.76304443334362D-17 67 61 -4.66923519445571D-18 67 62 -6.54913796713499D-19 67 63 1.31329425023199D-18 67 64 -1.05269306169885D-18 67 65 -8.75507522811915D-18 67 66 2.25105285464137D-20 67 67 3.27062846782553D-17 68 1 -1.62370096781204D-11 68 2 -3.52386097872307D-12 68 3 -3.75372615221156D-11 68 4 1.24361896678966D-11 68 5 1.00457958136539D-10 68 6 6.20458758687242D-11 68 7 -2.03135530927630D-11 68 8 -1.14954635568910D-12 68 9 1.08834141962752D-11 68 10 5.01137100527284D-11 68 11 -3.39579623907599D-11 68 12 7.40206019498717D-11 68 13 -2.39786541697035D-11 68 14 -2.95149066914453D-11 68 15 -2.61555403429942D-11 68 16 -4.74846344667194D-11 68 17 -4.93269083928520D-11 68 18 2.78728878609266D-11 68 19 -2.05727706492249D-11 68 20 -1.55015610141195D-11 68 21 -5.18699243989152D-11 68 22 6.60367226696746D-11 68 23 3.25167892371342D-11 68 24 -5.92600519932826D-11 68 25 2.74331687896659D-18 68 26 8.21755082809430D-17 68 27 -1.25973460627480D-17 68 28 -6.27003788369566D-19 68 29 -3.03330978378787D-18 68 30 2.99043608863338D-17 68 31 -8.22499912575735D-18 68 32 1.32923324120934D-17 68 33 -1.76080869949713D-18 68 34 9.38614204040094D-18 68 35 2.07522710578035D-19 68 36 9.31088725959901D-17 68 37 1.79761535076708D-18 68 38 6.05660931966026D-17 68 39 -4.85344945056392D-18 68 40 2.33868409779358D-17 68 41 1.77522879589185D-18 68 42 1.31721201806940D-16 68 43 4.36740586920750D-18 68 44 5.66923856917006D-17 68 45 -4.20917745087071D-18 68 46 3.04676780801161D-17 68 47 8.97602391989743D-18 68 48 4.65488250928302D-17 68 49 6.29689711691137D-19 68 50 1.19182994117297D-16 68 51 6.06951590145567D-18 68 52 3.76560425654947D-17 68 53 1.46425685932402D-17 68 54 7.60032453387438D-17 68 55 5.37720083486833D-17 68 56 4.12273708079031D-17 68 57 3.03790612769969D-17 68 58 4.09491009521896D-17 68 59 7.58653952066211D-20 68 60 1.86250798682718D-16 68 61 6.28396687029255D-18 68 62 1.45895367721559D-17 68 63 6.93541042608278D-18 68 64 6.83864428635491D-17 68 65 3.11297256182704D-17 68 66 3.13780321438001D-18 68 67 -1.03584131566341D-16 68 68 7.82947704794785D-16 69 1 2.01020237099370D-13 69 2 -8.93033837601821D-14 69 3 -4.59227975348119D-13 69 4 2.51028834193155D-12 69 5 -1.26136539809388D-12 69 6 -9.95101047269157D-13 69 7 4.48972154605922D-13 69 8 -6.79195400744343D-13 69 9 8.55677729753386D-13 69 10 -4.68887512232917D-12 69 11 -3.08007236822441D-12 69 12 5.53024502912493D-12 69 13 8.62467653134377D-13 69 14 1.35158611707676D-12 69 15 -9.77832606881624D-13 69 16 -5.20030904700689D-13 69 17 -1.69588154992761D-12 69 18 1.25441291792698D-12 69 19 6.42183221779402D-13 69 20 5.74167570628800D-13 69 21 -4.79766522014757D-13 69 22 5.43974609263739D-13 69 23 4.88006421686588D-12 69 24 -4.72840764468546D-12 69 25 2.01869476998535D-18 69 26 4.11407801042404D-18 69 27 -3.61130571420110D-18 69 28 3.89329983663209D-19 69 29 -1.43057840020386D-18 69 30 -7.41496773806536D-20 69 31 -2.65710501639101D-18 69 32 2.04765079649953D-19 69 33 -2.05823862025548D-18 69 34 -8.65027430072616D-20 69 35 -1.81107445388026D-18 69 36 6.80076622627427D-19 69 37 -2.46881795014345D-18 69 38 1.83707331790921D-19 69 39 -2.30863219536846D-18 69 40 2.59946760909014D-19 69 41 -3.19838040347994D-18 69 42 -1.98629640332313D-19 69 43 -2.62999539871915D-18 69 44 -3.31897188071465D-19 69 45 -3.22020115226245D-18 69 46 -3.61493502567380D-19 69 47 -2.00648512691499D-18 69 48 -1.00380609931006D-18 69 49 -2.10840851298961D-18 69 50 2.70091210335937D-21 69 51 -1.10551155219430D-18 69 52 -1.12115000354643D-18 69 53 -1.15060286930158D-18 69 54 -1.61485221630287D-18 69 55 -9.41384273732737D-19 69 56 -6.55777859672850D-19 69 57 -1.58089802817907D-18 69 58 -1.12633339639345D-18 69 59 1.44160986418384D-18 69 60 2.10969022108040D-18 69 61 -1.46822715964412D-18 69 62 -6.33323442371776D-19 69 63 5.29180910902538D-19 69 64 -1.19521623109405D-18 69 65 -2.70010343304693D-18 69 66 -3.65183320133611D-19 69 67 1.43582274547629D-18 69 68 1.19430245336863D-17 69 69 3.95030772983967D-18 70 1 -1.74624583195212D-11 70 2 -1.47210209786213D-11 70 3 -1.15056119802532D-11 70 4 5.12089017311437D-12 70 5 6.70743971753235D-11 70 6 4.46058413940247D-11 70 7 -6.49150451582195D-12 70 8 3.03880363697907D-12 70 9 -5.38563811860133D-12 70 10 2.47893776186380D-11 70 11 -3.61310045153446D-11 70 12 5.78034314131011D-11 70 13 -9.69952144356888D-12 70 14 -1.42122249475359D-11 70 15 -1.61327541821715D-11 70 16 -2.23429800163065D-11 70 17 -2.24228629605540D-11 70 18 6.31095208041192D-14 70 19 -1.49264821815103D-11 70 20 -1.55534412149219D-11 70 21 -1.92647868133636D-11 70 22 4.10126792732592D-11 70 23 3.29273552349188D-11 70 24 -5.01835896373963D-11 70 25 -8.38084207086203D-18 70 26 4.18806305939237D-17 70 27 -1.60409579576783D-17 70 28 -3.96194522656712D-18 70 29 -6.82349544611845D-18 70 30 1.81192846034275D-17 70 31 -1.09059999882967D-17 70 32 5.85423582133286D-18 70 33 -1.15852310504050D-17 70 34 4.30843316322279D-18 70 35 -4.66353016037192D-18 70 36 5.64678835490901D-17 70 37 -4.32775679726606D-18 70 38 3.69923291588041D-17 70 39 -9.60865539079978D-18 70 40 1.39151509094352D-17 70 41 -2.00422897369487D-18 70 42 7.86457110875095D-17 70 43 -3.41359699602003D-18 70 44 3.55088115675401D-17 70 45 -1.20080134137863D-17 70 46 1.96241612418479D-17 70 47 -1.77683626103420D-18 70 48 3.08696403995995D-17 70 49 1.37662659612404D-17 70 50 6.26766818733524D-17 70 51 -1.71251550848109D-19 70 52 2.92336592060421D-17 70 53 5.56049098651992D-18 70 54 5.49737202484745D-17 70 55 1.86288858080180D-17 70 56 2.60069402886292D-17 70 57 1.22189387718334D-17 70 58 2.37636690896768D-17 70 59 8.22501603708370D-18 70 60 6.10901524995591D-17 70 61 6.11223827272295D-18 70 62 1.12465233459870D-17 70 63 5.29650800573732D-18 70 64 5.29669505419289D-17 70 65 3.37290004696911D-17 70 66 2.70305304078199D-18 70 67 -7.11079572748086D-19 70 68 8.83632698031098D-17 70 69 3.43201580545559D-18 70 70 6.36903943135181D-17 71 1 -6.37870317617568D-12 71 2 -6.78508188961958D-12 71 3 7.00293219365470D-13 71 4 3.84760454279756D-12 71 5 -2.01032684975135D-12 71 6 -2.30959628524614D-12 71 7 -1.03184333336374D-11 71 8 1.29215478841722D-12 71 9 6.43517708457384D-12 71 10 -4.24069564957997D-12 71 11 4.58337885446755D-12 71 12 -8.19834904944368D-12 71 13 1.29814339597820D-11 71 14 1.33608386193467D-11 71 15 1.88473281620013D-12 71 16 -3.62947768917056D-12 71 17 -2.23958392346915D-12 71 18 4.15702315117190D-14 71 19 8.41605885367138D-12 71 20 -3.57623276337102D-12 71 21 -6.08776168037318D-12 71 22 -6.77787492361114D-13 71 23 -4.62514710944106D-12 71 24 7.53393340513148D-12 71 25 1.00564917289497D-17 71 26 -7.69225688431699D-19 71 27 -2.19472409639591D-18 71 28 9.69709525056932D-19 71 29 1.42837258773041D-18 71 30 1.46402327890649D-18 71 31 -1.28163065414657D-18 71 32 7.30894679774916D-19 71 33 1.71164497262140D-18 71 34 -8.01306846278359D-18 71 35 1.47154678370007D-18 71 36 -9.28404488614072D-19 71 37 -4.00020809966618D-19 71 38 -1.80126557927629D-18 71 39 -1.59711962170053D-18 71 40 4.37435208780160D-19 71 41 -1.52703240166731D-18 71 42 -7.21657065755052D-18 71 43 -1.65276733055718D-18 71 44 -1.81320366922104D-18 71 45 -1.36723399978459D-18 71 46 2.47371449896496D-18 71 47 -9.61933336708898D-19 71 48 -9.14392012039631D-19 71 49 2.75444817919039D-17 71 50 2.20641096571575D-17 71 51 -9.40294417458070D-19 71 52 -1.97202835298310D-18 71 53 -1.94983968124055D-18 71 54 -4.49079102317760D-18 71 55 2.02681556232644D-17 71 56 1.45337143380181D-17 71 57 2.02467512549944D-17 71 58 1.28880606572479D-17 71 59 -3.45070413777497D-18 71 60 2.20831360589362D-17 71 61 -1.88660379443875D-18 71 62 -1.84251372272299D-18 71 63 -1.74508414313367D-18 71 64 -6.41035838922074D-18 71 65 -3.59620036999603D-18 71 66 -1.14742706888868D-18 71 67 -5.57104237719205D-18 71 68 3.46118892088824D-17 71 69 2.96290843668807D-18 71 70 1.09202756149808D-18 71 71 1.95618795682040D-16 72 1 -2.25862693719654D-11 72 2 -1.75970102951938D-11 72 3 -7.70837101882285D-12 72 4 9.68881854844353D-12 72 5 5.60821512171029D-11 72 6 3.37411730805408D-11 72 7 -1.26989620801413D-11 72 8 2.84289404376337D-12 72 9 9.96049542069480D-12 72 10 3.04593634734287D-11 72 11 -1.77170540076811D-11 72 12 3.57569438031147D-11 72 13 -5.18509446915245D-12 72 14 -6.52478283008173D-12 72 15 -2.07961855876989D-11 72 16 -2.84053090616068D-11 72 17 -2.63816622869300D-11 72 18 9.13543272559282D-12 72 19 -6.16761069071229D-12 72 20 -7.64762000010332D-12 72 21 -3.37652029755416D-11 72 22 3.48950637391707D-11 72 23 1.69430849666773D-11 72 24 -2.63242846363758D-11 72 25 2.67095666575322D-19 72 26 4.99476552417921D-17 72 27 -8.28083802898782D-18 72 28 -3.08630212408479D-18 72 29 -3.65168056939400D-18 72 30 1.49737588751213D-17 72 31 -5.79390751357981D-18 72 32 5.53448921824196D-18 72 33 -7.67153786692577D-19 72 34 1.83338423374080D-18 72 35 -2.27600117266119D-18 72 36 5.17344029303182D-17 72 37 -1.73688521947999D-18 72 38 3.17424586565172D-17 72 39 -5.44884950176481D-18 72 40 1.14017124964582D-17 72 41 -1.61625290032850D-20 72 42 7.69290726499355D-17 72 43 3.80196526714435D-19 72 44 3.11073465843441D-17 72 45 -6.07154656824028D-18 72 46 1.82384079559272D-17 72 47 3.26582788151517D-18 72 48 2.73719607544557D-17 72 49 1.49361966332773D-17 72 50 7.89131057306351D-17 72 51 3.07332458703929D-18 72 52 2.42653081873106D-17 72 53 7.19525171338452D-18 72 54 4.31664445657698D-17 72 55 2.56850788275899D-17 72 56 3.26959313281339D-17 72 57 1.95681613043699D-17 72 58 3.11686864172126D-17 72 59 6.22882294321139D-19 72 60 9.89434312289959D-17 72 61 6.50917544678961D-18 72 62 8.72131015285094D-18 72 63 3.35227134642252D-18 72 64 3.63871775791010D-17 72 65 2.81727836304498D-17 72 66 2.13815265469784D-18 72 67 -1.21966946781624D-17 72 68 1.25672234261426D-16 72 69 2.44762854293882D-18 72 70 4.62691790582017D-17 72 71 5.24121206477656D-17 72 72 1.43655947667785D-16 73 1 -2.06685942208369D-13 73 2 -5.38723026331691D-13 73 3 1.42753931174344D-12 73 4 4.61111754315008D-12 73 5 -7.20746696264405D-12 73 6 -4.94159412220366D-12 73 7 9.57180441675190D-13 73 8 -9.23159488370593D-13 73 9 8.89565129011863D-13 73 10 -6.64492854960294D-12 73 11 2.73409217687396D-13 73 12 3.57864598177555D-12 73 13 2.35836063738291D-12 73 14 4.33472495482812D-12 73 15 -1.29754648951066D-12 73 16 -2.12351493902907D-13 73 17 -1.37695416317959D-12 73 18 1.63226939244093D-12 73 19 6.75224560915467D-13 73 20 2.08686766442211D-12 73 21 5.70742285390364D-13 73 22 -1.53791705310626D-12 73 23 3.35130133962440D-12 73 24 -1.85962188354511D-12 73 25 3.66601401220512D-18 73 26 4.29663143311517D-19 73 27 -3.06088296690118D-18 73 28 5.68138277516770D-19 73 29 -6.35021945611542D-19 73 30 -1.95729839196907D-18 73 31 -2.18574553163665D-18 73 32 -5.58111867585700D-19 73 33 -1.17361011140002D-18 73 34 -1.73308805862936D-18 73 35 -5.87423135255385D-19 73 36 -5.09336979612381D-18 73 37 -1.80387034884667D-18 73 38 -3.48785277278370D-18 73 39 -2.11015032489517D-18 73 40 -1.92061884771887D-18 73 41 -2.88023600596490D-18 73 42 -7.94023725198383D-18 73 43 -2.99479228532830D-18 73 44 -4.07385591915516D-18 73 45 -4.28745304307628D-18 73 46 -1.81564592001111D-18 73 47 -2.65878411678188D-18 73 48 -3.81773766293045D-18 73 49 -4.22140502901019D-18 73 50 -4.88741025062848D-18 73 51 -2.41374683382666D-18 73 52 -4.09055675797141D-18 73 53 -2.54969780406449D-18 73 54 -6.11295408470761D-18 73 55 -2.87879097137432D-18 73 56 -2.65167267236052D-18 73 57 -3.99634707038863D-18 73 58 -3.58546720358677D-18 73 59 6.57733251206222D-19 73 60 -7.01311357480859D-18 73 61 -2.54244777197968D-18 73 62 -1.77507901076462D-18 73 63 -3.09774350187861D-19 73 64 -5.97928371430368D-18 73 65 -5.78215361522786D-18 73 66 -8.01595122955589D-19 73 67 6.85390345020487D-18 73 68 -1.64873380333995D-17 73 69 1.98365500616506D-18 73 70 -3.34673960938090D-18 73 71 1.59307333400318D-18 73 72 -4.97419511987663D-18 73 73 1.52558646104681D-17 74 1 -2.05767619899869D-11 74 2 -1.77974838482598D-11 74 3 -6.13531794051310D-12 74 4 1.80949335769737D-11 74 5 5.08062711042779D-11 74 6 3.25323520885654D-11 74 7 -6.96706753634115D-12 74 8 -7.63425123050629D-13 74 9 -7.89238653691578D-13 74 10 2.11884965581816D-11 74 11 -1.64440562769575D-11 74 12 3.66030206775818D-11 74 13 -5.24377612948508D-12 74 14 -3.59361135168286D-12 74 15 -2.30252110771424D-11 74 16 -2.58317146203045D-11 74 17 -2.67497386930462D-11 74 18 4.82388610365482D-12 74 19 -1.49238928876248D-11 74 20 -8.34595309390978D-12 74 21 -2.12416438324233D-11 74 22 3.42597838518864D-11 74 23 2.28879973168879D-11 74 24 -2.27678470310902D-11 74 25 -5.89205343647811D-18 74 26 4.55282523635023D-17 74 27 -2.17590423277839D-17 74 28 -5.22988186680551D-18 74 29 -8.33785885435252D-18 74 30 1.77981112723317D-17 74 31 -1.79488645258673D-17 74 32 2.90785329107347D-18 74 33 -1.53005857477986D-17 74 34 -1.67182061344921D-18 74 35 -6.29157026747559D-18 74 36 5.50147782771242D-17 74 37 -7.03721276812259D-18 74 38 3.29072936731952D-17 74 39 -1.34463215478375D-17 74 40 1.21575054584473D-17 74 41 -2.53005501870438D-18 74 42 7.80314536654374D-17 74 43 -5.76835018260996D-18 74 44 3.08757311694545D-17 74 45 -1.29350362167376D-17 74 46 1.77394541844200D-17 74 47 -4.34799842098752D-18 74 48 2.67129894386749D-17 74 49 1.02162789777459D-17 74 50 5.78178862948634D-17 74 51 -3.16972608414295D-18 74 52 2.36907126819554D-17 74 53 3.43708932405591D-18 74 54 4.57601471800042D-17 74 55 1.73658389397338D-17 74 56 2.15160251153152D-17 74 57 1.07983183667105D-17 74 58 1.89972241103100D-17 74 59 1.05493226062695D-17 74 60 5.04462329233946D-17 74 61 1.01920208259659D-18 74 62 8.77106453735092D-18 74 63 4.60092902385191D-18 74 64 4.01701022049186D-17 74 65 2.69267157297651D-17 74 66 3.06704026562390D-18 74 67 1.56695610684026D-17 74 68 3.62811903537612D-17 74 69 2.93918563791502D-18 74 70 5.52864666706972D-17 74 71 -2.12698818969948D-18 74 72 3.70667058770883D-17 74 73 1.89122751429075D-17 74 74 1.67002958884801D-16 75 1 1.82731307664019D-12 75 2 2.23234447035115D-12 75 3 -5.21134829283132D-13 75 4 -3.89925592360641D-12 75 5 -2.60925065459775D-13 75 6 -2.48328394804098D-13 75 7 -1.18278832635494D-13 75 8 5.23977146895381D-13 75 9 -2.08006205613861D-13 75 10 -2.34217118363579D-13 75 11 -3.16348137982338D-12 75 12 4.91628427649146D-12 75 13 -6.49718664620986D-13 75 14 -2.03225683891708D-12 75 15 2.57181416558273D-12 75 16 9.20249166484972D-13 75 17 1.62942225812997D-12 75 18 1.72687594270605D-13 75 19 1.35364859795103D-12 75 20 4.40889592223387D-13 75 21 2.24913114807753D-13 75 22 8.00259356449120D-13 75 23 6.30030016819854D-13 75 24 -6.90822965349378D-12 75 25 2.13512869446400D-18 75 26 -4.53712351536764D-18 75 27 4.53898551207118D-18 75 28 2.34753124906513D-19 75 29 3.10964381603981D-18 75 30 -5.15856056925023D-19 75 31 5.61719169321181D-18 75 32 2.32987042503174D-19 75 33 3.76115973187909D-18 75 34 6.70862571677594D-19 75 35 1.44700529175229D-18 75 36 -4.94629791796781D-18 75 37 1.88810320960024D-18 75 38 -1.70049133132201D-18 75 39 3.00607339673294D-18 75 40 7.71262802078561D-20 75 41 -1.51286440681443D-19 75 42 -7.59601708734402D-18 75 43 1.44075412385523D-18 75 44 -6.39423841223385D-19 75 45 3.43152264392715D-18 75 46 -3.29788253892084D-19 75 47 1.38484011793291D-18 75 48 -1.22343726149955D-19 75 49 -3.18024516749355D-18 75 50 -3.69792387044743D-18 75 51 6.76633887685366D-19 75 52 -1.98966468991396D-20 75 53 -6.87952422112223D-19 75 54 -1.61356898850385D-18 75 55 -8.24902788526136D-19 75 56 -1.41030862452892D-18 75 57 -4.38857056821969D-19 75 58 -8.36141086349908D-19 75 59 -3.88806279693562D-18 75 60 -4.11433689632225D-18 75 61 2.21846237546633D-18 75 62 -2.60823251130697D-19 75 63 -8.29144160663083D-19 75 64 2.39026202732389D-18 75 65 3.98038333768831D-18 75 66 -2.37709832032427D-19 75 67 -4.23050714414690D-18 75 68 -8.77239466753693D-19 75 69 -1.47492269427139D-18 75 70 -6.30080824878975D-18 75 71 -2.18991349070330D-19 75 72 -2.94684863481966D-18 75 73 -8.36518695781729D-19 75 74 -1.04910914457538D-17 75 75 9.02113296059345D-18 76 1 -5.64807245937191D-12 76 2 -3.28223150512064D-12 76 3 -5.35163252240587D-12 76 4 -8.91978793790821D-12 76 5 3.12720887992780D-11 76 6 2.05319723245892D-11 76 7 -3.28422282075556D-12 76 8 2.92048432115360D-12 76 9 -4.20815301405544D-12 76 10 1.92283645393559D-11 76 11 -1.96959483533632D-11 76 12 2.52469991170949D-11 76 13 -5.54465270532081D-12 76 14 -8.59243672872505D-12 76 15 -2.81888629106063D-12 76 16 -7.79212352790286D-12 76 17 -5.72457710185627D-12 76 18 -1.38517258297729D-12 76 19 -6.83589389897969D-12 76 20 -7.32149872278380D-12 76 21 -5.61075812803717D-12 76 22 1.87963887441749D-11 76 23 1.04241202336277D-11 76 24 -2.64043680182057D-11 76 25 -3.11018517678872D-19 76 26 1.33426505789917D-17 76 27 1.27864764753187D-18 76 28 -5.78341454274898D-19 76 29 -4.54484894570180D-19 76 30 7.14609509819816D-18 76 31 2.75757752742473D-18 76 32 3.98151642568908D-18 76 33 -1.03382824903816D-18 76 34 1.85258920808094D-18 76 35 -5.96754777290598D-19 76 36 1.79869277151057D-17 76 37 -4.21222497651645D-20 76 38 1.37425670014313D-17 76 39 -8.60247193395450D-19 76 40 6.30290714205735D-18 76 41 -8.63979718620974D-20 76 42 2.63258699332724D-17 76 43 9.96658510616244D-19 76 44 1.56161752293396D-17 76 45 -1.76830897206466D-18 76 46 1.00356043839236D-17 76 47 2.06447466623745D-18 76 48 1.44862830270188D-17 76 49 8.17049473258484D-18 76 50 2.45732662222856D-17 76 51 1.85963583135618D-18 76 52 1.43619650185411D-17 76 53 2.61140303214788D-18 76 54 2.33836960982149D-17 76 55 1.10949489040634D-17 76 56 1.11238952573206D-17 76 57 8.31688202033779D-18 76 58 1.04356181736752D-17 76 59 1.36670906698112D-19 76 60 1.73450175559847D-17 76 61 4.07352937525642D-18 76 62 5.88259449611750D-18 76 63 1.87143617384576D-18 76 64 3.03329278072206D-17 76 65 1.46747462514383D-17 76 66 1.53570797686344D-18 76 67 -4.02273706756453D-18 76 68 2.99003140757861D-17 76 69 -1.64670961598847D-18 76 70 1.39345965011613D-17 76 71 -1.02023071149180D-18 76 72 1.25668998652869D-17 76 73 -3.24532971193769D-18 76 74 6.85362529970436D-18 76 75 5.02511920522304D-18 76 76 1.79253857485751D-17 77 1 5.65626424237560D-12 77 2 2.52900691927954D-12 77 3 4.88644079058713D-13 77 4 -2.27858481943194D-12 77 5 -3.11241119542737D-12 77 6 -5.81762937259611D-12 77 7 -1.54472808087427D-11 77 8 -2.03326895495715D-12 77 9 7.13992322587147D-12 77 10 -3.94526605584575D-12 77 11 1.76041682187820D-12 77 12 -5.95432501041954D-12 77 13 1.47967771783176D-11 77 14 2.04965900801600D-11 77 15 -4.74450230569096D-12 77 16 -5.45311895644453D-12 77 17 -8.48312929402745D-12 77 18 9.46380193227330D-12 77 19 8.56920695854738D-12 77 20 -4.33109807423984D-12 77 21 -3.14833657812479D-12 77 22 -1.89799770920428D-12 77 23 -6.82610619865020D-12 77 24 2.57242414086462D-12 77 25 1.42026775945396D-17 77 26 7.45659937070870D-18 77 27 -3.20014412092983D-18 77 28 -5.59986036856999D-20 77 29 1.88032350919197D-18 77 30 1.40027898819067D-18 77 31 -3.89868220584751D-19 77 32 5.85820952651186D-19 77 33 8.61769354343789D-19 77 34 -1.14762162593786D-17 77 35 2.44392868469872D-18 77 36 -7.44093665761771D-18 77 37 6.48351201785844D-19 77 38 -3.13687362146890D-18 77 39 -2.58593116379075D-19 77 40 1.50104770182641D-18 77 41 4.87210651260779D-19 77 42 -1.16948918944151D-17 77 43 -4.71222752144129D-19 77 44 -1.38251686844685D-18 77 45 1.01921372035833D-18 77 46 1.30185366889127D-18 77 47 -8.95081933877338D-19 77 48 -1.33992657110674D-19 77 49 2.55290242280856D-17 77 50 9.04876326605559D-18 77 51 -5.82103057756531D-19 77 52 -8.23281346891084D-19 77 53 -2.20641539113095D-18 77 54 -2.29539477591306D-18 77 55 2.62721114922196D-17 77 56 1.32503563371704D-17 77 57 2.20548223736723D-17 77 58 1.27267028607066D-17 77 59 -4.81953095523709D-18 77 60 1.20918408197085D-17 77 61 6.01718174705430D-19 77 62 -1.87243152550827D-18 77 63 -2.69966229455734D-18 77 64 -5.96843026188968D-18 77 65 5.86178373949923D-18 77 66 -1.22361841502139D-18 77 67 -6.09438198434533D-18 77 68 1.82632441070655D-17 77 69 1.60392334004663D-18 77 70 -1.03161565895842D-18 77 71 9.20547277464292D-17 77 72 2.70415975620943D-17 77 73 -3.92857321114085D-19 77 74 -7.27579471048730D-18 77 75 1.22636957762235D-18 77 76 -6.00529872988714D-19 77 77 2.16375267630109D-16 78 1 -1.27881348742702D-11 78 2 -7.70553279338025D-12 78 3 -6.65676147442599D-12 78 4 4.69659789436839D-12 78 5 3.95692235805394D-11 78 6 2.43351679904708D-11 78 7 -6.98247945480799D-12 78 8 3.21084346748942D-12 78 9 -1.70752243892132D-12 78 10 2.47748086801622D-11 78 11 -1.48908114477328D-11 78 12 2.46919733454542D-11 78 13 -5.36954808206169D-12 78 14 -5.86109653049264D-12 78 15 -1.28598783012034D-11 78 16 -2.52242802258352D-11 78 17 -2.40807913772496D-11 78 18 1.07476392236160D-11 78 19 -5.31750373655080D-12 78 20 -3.15965363607011D-12 78 21 -2.03829708008675D-11 78 22 2.62105397819542D-11 78 23 1.29178191986508D-11 78 24 -1.81676471046958D-11 78 25 -2.26057045563268D-18 78 26 2.53070685024855D-17 78 27 -8.75356889256471D-18 78 28 -2.85926921587291D-18 78 29 -3.01294676770787D-18 78 30 9.45510721168139D-18 78 31 -3.46736625488387D-18 78 32 3.87554736761725D-18 78 33 -3.13775469091535D-18 78 34 2.15428828773223D-18 78 35 -1.73098722915303D-18 78 36 3.23222034976482D-17 78 37 -1.36201080577055D-18 78 38 2.13835879622193D-17 78 39 -4.62426336427553D-18 78 40 8.30263799403733D-18 78 41 3.06849257669684D-19 78 42 4.86269092198847D-17 78 43 -2.82381841714104D-19 78 44 2.21921106951418D-17 78 45 -4.79022511793140D-18 78 46 1.42480321009418D-17 78 47 1.56914578478950D-18 78 48 2.04409536840864D-17 78 49 1.01641254680138D-17 78 50 4.39613822270285D-17 78 51 2.06738514224439D-18 78 52 1.88303748745986D-17 78 53 4.46844529950507D-18 78 54 3.32273201101079D-17 78 55 1.54838840766103D-17 78 56 1.88227730521866D-17 78 57 1.23766095817154D-17 78 58 1.98305477678918D-17 78 59 1.52810116509010D-18 78 60 4.46907409396255D-17 78 61 6.42306411772948D-18 78 62 6.80416517647262D-18 78 63 2.78219388434022D-18 78 64 2.85357701554153D-17 78 65 2.50180621376901D-17 78 66 1.56338752186522D-18 78 67 -5.10592408006934D-18 78 68 5.74720832265276D-17 78 69 1.16474572132757D-18 78 70 3.02587561677901D-17 78 71 8.37331924651154D-18 78 72 4.34011237718140D-17 78 73 -4.50493385850541D-18 78 74 2.02738841124581D-17 78 75 -7.14228289930734D-19 78 76 9.66520121652546D-18 78 77 2.15027444135212D-17 78 78 4.92358174567060D-17 79 1 1.40446419732026D-03 79 2 1.17793342078673D-03 79 3 -1.22323983587292D-04 79 4 -2.68645807365943D-03 79 5 -1.53627350556777D-03 79 6 -1.05300065534316D-03 79 7 6.74493925356139D-04 79 8 -4.80356914534808D-04 79 9 1.57779834461212D-03 79 10 -1.95633870579334D-03 79 11 -8.04615075824696D-03 79 12 1.20107798466656D-02 79 13 -7.75496021417435D-04 79 14 3.40511294730524D-04 79 15 8.68303287784477D-04 79 16 3.15015495569985D-03 79 17 3.35336076485002D-03 79 18 -2.42935402281842D-03 79 19 -6.87664438533661D-04 79 20 -1.37351908668633D-03 79 21 2.43143829830278D-03 79 22 8.76478527590627D-04 79 23 6.56443858951287D-03 79 24 -1.32838294191667D-02 79 25 1.13216671641933D-11 79 26 2.16520896395464D-09 79 27 -3.99953141212629D-09 79 28 1.26011768260088D-10 79 29 -1.18658446446454D-09 79 30 3.08556182531201D-10 79 31 -2.72180614865480D-09 79 32 -1.12797837949736D-10 79 33 -2.35083889824340D-09 79 34 -3.53084949734393D-10 79 35 9.06600199644594D-11 79 36 2.00232538608279D-09 79 37 -1.05968593975684D-09 79 38 8.89513807516211D-10 79 39 -1.71649047326189D-09 79 40 2.61711031891061D-10 79 41 -2.76324336220947D-10 79 42 4.46105315843367D-09 79 43 -9.46951171862525D-10 79 44 1.01163469987694D-09 79 45 -2.15447200232199D-09 79 46 -5.68814586619441D-12 79 47 -1.56326343079607D-09 79 48 5.59517967391070D-11 79 49 4.18629794855230D-10 79 50 1.44896750180312D-09 79 51 -6.76253904314584D-10 79 52 8.87074739568384D-10 79 53 -2.08096086536679D-10 79 54 2.05695631169191D-09 79 55 -1.15951638829710D-09 79 56 -1.64289848447613D-11 79 57 -1.73630544962064D-09 79 58 -9.18678871522733D-10 79 59 1.94841932722719D-09 79 60 2.50639785219737D-09 79 61 -1.80897240500960D-09 79 62 2.66732285601615D-11 79 63 3.96641205179741D-10 79 64 1.82586840747637D-09 79 65 -1.55839670302752D-09 79 66 4.55973552556787D-11 79 67 1.90879220739283D-09 79 68 1.98083343477556D-09 79 69 5.53616176966197D-10 79 70 2.11728650868686D-09 79 71 6.73004921945295D-11 79 72 5.96697620646030D-10 79 73 3.74540782794289D-10 79 74 2.55834119827724D-09 79 75 -1.00845539882017D-09 79 76 -2.94405230235027D-11 79 77 1.31841356648806D-10 79 78 7.64481331033086D-11 79 79 1.65861068215908D+00 80 1 1.39049999664819D-03 80 2 1.33892232414694D-03 80 3 1.40778870706402D-03 80 4 -5.78460038912638D-04 80 5 -9.15538556143413D-03 80 6 -6.43906073551836D-03 80 7 -1.57839030276677D-03 80 8 -1.22637830527168D-03 80 9 2.90971925623587D-03 80 10 5.04343880176660D-03 80 11 5.04073282845309D-02 80 12 -9.38868418105940D-02 80 13 2.61079354158918D-03 80 14 1.52504505676250D-03 80 15 3.80070823293126D-03 80 16 2.13233374289246D-03 80 17 3.01111936444372D-03 80 18 -7.63744279559784D-04 80 19 3.23068690683003D-03 80 20 4.26774126945242D-03 80 21 3.47090835200686D-04 80 22 -1.22509029454170D-02 80 23 -5.01683926694778D-02 80 24 9.26243394566056D-02 80 25 -1.80599413793988D-09 80 26 -4.99518622885850D-09 80 27 1.26796512499786D-09 80 28 -6.30943702500701D-11 80 29 1.44570449530046D-10 80 30 -2.22018908756137D-09 80 31 3.13592506724130D-10 80 32 -7.23276531750226D-10 80 33 -1.03018013116532D-09 80 34 -8.08511457195236D-10 80 35 3.46373308541650D-09 80 36 -3.52425097175989D-09 80 37 1.83645799023803D-09 80 38 -4.64243307888624D-09 80 39 -8.97613030936880D-10 80 40 -2.42027553396291D-09 80 41 9.15661778203702D-09 80 42 -2.53823055009741D-09 80 43 5.59042949882892D-10 80 44 -6.20014645767406D-09 80 45 3.78148697696803D-09 80 46 -1.15927115520428D-09 80 47 1.65159341973548D-09 80 48 -4.14070916139260D-09 80 49 1.82252963822025D-10 80 50 -6.91741679159099D-09 80 51 5.43953975328073D-10 80 52 -6.47924172275198D-09 80 53 -1.20699122710672D-09 80 54 -1.02204540966706D-08 80 55 -1.24247985607541D-09 80 56 -4.80255465104813D-09 80 57 -3.64126359968051D-10 80 58 -4.05014996478147D-09 80 59 -2.47368327579535D-09 80 60 -9.31877556633639D-09 80 61 -4.78235334741714D-10 80 62 -1.57986082612421D-09 80 63 -1.24070097421118D-09 80 64 -1.01915186272555D-08 80 65 -3.83564674397658D-09 80 66 -3.58453164956747D-10 80 67 -1.58182033368874D-09 80 68 -7.15061299709121D-09 80 69 -5.89617550943105D-10 80 70 -5.22245771528469D-09 80 71 4.48213398252621D-11 80 72 -3.18689112477476D-09 80 73 -3.30338922664473D-10 80 74 -2.49713566346427D-09 80 75 -6.22360915909630D-10 80 76 -2.35340004876386D-09 80 77 -3.76214282584128D-10 80 78 -2.16367477147374D-09 80 79 -1.19573605012148D+00 80 80 1.03990732894611D+01 81 1 -3.38858311105838D-03 81 2 -1.48495825259023D-03 81 3 1.81446347763501D-03 81 4 8.66723483439490D-03 81 5 -7.95452717026696D-03 81 6 -5.29339204853950D-03 81 7 -1.29537428292500D-03 81 8 -7.29392657037552D-04 81 9 -9.26612564924894D-05 81 10 2.27107519469535D-03 81 11 7.94563995193288D-03 81 12 -4.33378145894458D-03 81 13 -1.66778348167352D-04 81 14 3.56683307781214D-03 81 15 -3.13997604184778D-03 81 16 -4.35394432476854D-03 81 17 -3.33707758986672D-03 81 18 3.82995381308708D-03 81 19 -1.08364579559745D-03 81 20 3.61357934884555D-03 81 21 -2.06633443738910D-03 81 22 -6.49935654274263D-04 81 23 -1.61929599057100D-03 81 24 9.28251857680319D-03 81 25 7.36895446614675D-10 81 26 -2.75174214769701D-09 81 27 -1.43083190742344D-09 81 28 4.28559488715380D-10 81 29 -5.59813184301570D-11 81 30 -1.86416299127317D-09 81 31 -1.62051999103344D-09 81 32 -1.02164625075453D-09 81 33 -9.26533780265686D-12 81 34 -2.45965548517041D-10 81 35 5.16957917322751D-10 81 36 -2.53287425265843D-09 81 37 6.59173265085454D-10 81 38 -2.30202316859127D-09 81 39 -2.45401173922953D-10 81 40 -1.58082758972394D-09 81 41 -9.24383319564335D-11 81 42 -4.01838454659329D-09 81 43 1.18096830586752D-10 81 44 -2.70793658184875D-09 81 45 -2.28357354045313D-11 81 46 -3.81889624839546D-10 81 47 -6.23096761609279D-11 81 48 -2.20564286080781D-09 81 49 -1.07216255318346D-09 81 50 -3.21993648911716D-09 81 51 -5.74875920878713D-10 81 52 -3.28414394203036D-09 81 53 -6.09303981160593D-10 81 54 -5.94736538742864D-09 81 55 -1.07003634043668D-09 81 56 -1.15701632851793D-09 81 57 -1.13854549649764D-10 81 58 -3.61121297197709D-10 81 59 -4.57700495378518D-10 81 60 -3.63482763870851D-09 81 61 -2.26237505106121D-09 81 62 -1.09258391852319D-09 81 63 -7.51186473462228D-10 81 64 -7.34991392195318D-09 81 65 -6.67754708492272D-09 81 66 -1.52001482753160D-10 81 67 7.18159725808267D-10 81 68 -3.66142774033319D-09 81 69 4.31064407845449D-10 81 70 -3.58614989243457D-09 81 71 6.75560470956290D-10 81 72 -1.92964762702771D-09 81 73 1.09307214322702D-09 81 74 -2.69271094900196D-10 81 75 -4.03630766407884D-10 81 76 -2.26366531447753D-09 81 77 -2.53127659004479D-10 81 78 -1.10235582536580D-09 81 79 -4.39626787970208D-01 81 80 5.82992223531711D-01 81 81 2.43294274892557D+00 82 1 -4.84611079723361D-05 82 2 1.98987244410904D-03 82 3 -1.36279059949396D-03 82 4 1.71224093570722D-03 82 5 -2.11868572843444D-03 82 6 -8.49191286725661D-04 82 7 -7.74531644111535D-04 82 8 -1.36109298567748D-04 82 9 -4.93902540079358D-05 82 10 5.72732447282294D-03 82 11 1.16905728827052D-02 82 12 6.89717723313324D-04 82 13 -2.96976816893090D-03 82 14 -2.47272332252165D-03 82 15 2.29861229250930D-03 82 16 -5.19478577175998D-04 82 17 4.24985461138024D-04 82 18 -4.54911468161219D-04 82 19 -8.58149252112898D-04 82 20 6.16863678201496D-04 82 21 -7.61534277748072D-04 82 22 -2.26917669681227D-03 82 23 -9.99477623368514D-03 82 24 4.89487743186914D-04 82 25 4.02242707774270D-10 82 26 -1.49995216992055D-09 82 27 1.46443117988961D-09 82 28 1.43434430248854D-10 82 29 4.56920877570453D-11 82 30 -1.28934234752146D-10 82 31 5.19612294200673D-10 82 32 1.72331918088230D-10 82 33 -2.61863133586427D-10 82 34 -4.02191930621156D-10 82 35 -1.24063876963413D-10 82 36 -1.19339366898668D-09 82 37 -8.58307262139876D-11 82 38 -6.08960375386606D-10 82 39 -2.32732081032871D-10 82 40 -1.85188457543610D-11 82 41 -3.26304614311621D-10 82 42 -1.39633191080803D-09 82 43 -1.10661315878745D-11 82 44 2.97977117744026D-10 82 45 8.77440382670308D-10 82 46 -1.03387934117360D-09 82 47 7.38049396777941D-10 82 48 3.19678167387985D-10 82 49 -4.86134408253065D-10 82 50 -2.20857885270228D-10 82 51 6.41868441458485D-10 82 52 -2.02592576487665D-10 82 53 1.00390291920488D-09 82 54 -1.68996717278156D-12 82 55 -1.24952539347958D-09 82 56 3.54775213155799D-10 82 57 -1.20685859230633D-09 82 58 1.51263184180170D-10 82 59 4.79470002461803D-11 82 60 1.71317396756365D-09 82 61 -4.70679108301505D-10 82 62 -3.62600823868479D-10 82 63 -5.74933980153344D-11 82 64 -1.98863541072725D-09 82 65 -2.32139308370802D-09 82 66 1.46198468327922D-10 82 67 2.59076064509027D-10 82 68 1.55253274214925D-09 82 69 -2.17284879732743D-10 82 70 -7.31136589832681D-10 82 71 4.53018990878018D-10 82 72 -1.91622147259863D-11 82 73 -2.88410498413704D-10 82 74 -1.06715656885943D-09 82 75 8.47700688557126D-11 82 76 -1.07888381866681D-10 82 77 4.00828766351066D-10 82 78 -3.02907764059049D-10 82 79 -3.20082276469705D-02 82 80 -8.58623036680071D-01 82 81 3.19151007633199D-01 82 82 3.15229832149302D+00 83 1 -5.20579642848371D-05 83 2 -6.88857133324179D-05 83 3 -2.92863205388916D-05 83 4 5.24051557768196D-05 83 5 2.60355324647665D-04 83 6 1.77511993092279D-04 83 7 -2.07678604667673D-05 83 8 4.25879241951042D-05 83 9 -9.35520897533611D-05 83 10 1.08728502674624D-04 83 11 3.12093472999955D-04 83 12 -3.47502481813407D-04 83 13 2.31379151970122D-05 83 14 -9.22957114372991D-05 83 15 -1.77108398500137D-05 83 16 -1.39090357942818D-04 83 17 -1.67580184612745D-04 83 18 8.19300811599545D-05 83 19 4.38597296278986D-05 83 20 1.98523898237222D-05 83 21 -1.36186072946271D-04 83 22 -1.61946174455839D-05 83 23 -3.06135810249236D-04 83 24 3.64795229767699D-04 83 25 4.72455915110775D-12 83 26 -7.43013636310683D-11 83 27 2.66138354775278D-10 83 28 -1.24383786883917D-11 83 29 7.93813879524622D-11 83 30 2.27290181158492D-11 83 31 1.96165883821453D-10 83 32 2.88605774446541D-11 83 33 1.48197316758819D-10 83 34 2.31025422410475D-11 83 35 -8.30297531476168D-12 83 36 -7.34741360870991D-11 83 37 5.76165809023376D-11 83 38 -4.60809859257414D-12 83 39 1.12845043909341D-10 83 40 1.77340995388055D-11 83 41 8.47853854891755D-12 83 42 -1.71694124624202D-10 83 43 5.71811905791463D-11 83 44 4.46868114624526D-12 83 45 1.15128934656955D-10 83 46 1.34482856444481D-11 83 47 9.76178215855714D-11 83 48 5.36740856547610D-11 83 49 -4.43514618254335D-12 83 50 2.17548020550135D-11 83 51 5.09287742545843D-11 83 52 2.01077571186598D-11 83 53 3.75855890202540D-11 83 54 2.99583297545297D-11 83 55 9.23230241059335D-11 83 56 4.22875207040939D-11 83 57 1.05484769803542D-10 83 58 7.54255272853226D-11 83 59 -1.11866826522495D-10 83 60 1.15756766591514D-11 83 61 1.42789081696092D-10 83 62 1.72636342858974D-11 83 63 -1.23183253378708D-11 83 64 3.16086866735879D-11 83 65 2.04822718036576D-10 83 66 9.88399340982529D-13 83 67 -1.43267126450428D-10 83 68 4.92171034878524D-11 83 69 -4.42945148677021D-11 83 70 -5.23365990240368D-11 83 71 -8.49443532316892D-12 83 72 2.92598266749812D-11 83 73 -4.50785550909940D-11 83 74 -1.55315386830038D-10 83 75 7.41151035450126D-11 83 76 5.07345493206117D-11 83 77 1.50127814895165D-13 83 78 2.51317365779167D-11 83 79 -8.58981121895373D-02 83 80 2.94534454501100D-02 83 81 -1.47387337001972D-02 83 82 1.10175573930748D-02 83 83 5.47848555609758D-03 84 1 1.98163318786123D-05 84 2 9.36838283089712D-05 84 3 2.21530428016100D-05 84 4 5.72740423790769D-05 84 5 -4.48785298133956D-04 84 6 -2.95735310091883D-04 84 7 -1.09072673151626D-04 84 8 -5.57278575551365D-05 84 9 1.24140377921249D-04 84 10 5.29651061722290D-04 84 11 2.53830033900652D-03 84 12 -3.67882999671638D-03 84 13 -2.59244059085523D-05 84 14 -1.64068525421302D-05 84 15 2.05118969691815D-04 84 16 4.17810203989247D-05 84 17 1.40524959443422D-04 84 18 -4.15253049798061D-05 84 19 8.58879081963976D-05 84 20 2.05222892069849D-04 84 21 -2.85055494854671D-05 84 22 -5.99413298517481D-04 84 23 -2.45681202220494D-03 84 24 3.69318375488815D-03 84 25 -6.47759424192464D-11 84 26 -2.42932476786610D-10 84 27 1.35554387451737D-10 84 28 3.61616425517607D-12 84 29 1.11486399124545D-11 84 30 -8.95534726475624D-11 84 31 4.47823594694429D-11 84 32 -1.86653999841978D-11 84 33 -4.45540818462422D-11 84 34 -4.99319482133801D-11 84 35 1.39568200241493D-10 84 36 -1.48755607296511D-10 84 37 7.53564775538990D-11 84 38 -1.89802712077358D-10 84 39 -3.82809110942547D-11 84 40 -9.64299009586567D-11 84 41 3.53626832752997D-10 84 42 -1.12045642435026D-10 84 43 2.28222876008333D-11 84 44 -2.30278350740443D-10 84 45 1.60355686485580D-10 84 46 -6.48745031447594D-11 84 47 1.03991822310034D-10 84 48 -1.36902896561295D-10 84 49 -8.84764790857390D-12 84 50 -2.48440650455993D-10 84 51 4.54749824260747D-11 84 52 -2.58789922903905D-10 84 53 -2.27529267206289D-12 84 54 -3.45024174461766D-10 84 55 -6.84836037962705D-11 84 56 -1.62792144077905D-10 84 57 -4.61100787223607D-11 84 58 -1.50858881642156D-10 84 59 -1.00781418517418D-10 84 60 -3.11257082616328D-10 84 61 -4.22356710953723D-11 84 62 -7.65479477175164D-11 84 63 -5.87967894248658D-11 84 64 -4.81455561553698D-10 84 65 -2.54212105933373D-10 84 66 -5.76050857076218D-12 84 67 -5.73025730345208D-11 84 68 -2.45917593043455D-10 84 69 -3.52504307733262D-11 84 70 -2.37755450424245D-10 84 71 1.72161215067637D-13 84 72 -1.24353345158607D-10 84 73 -2.07385695865980D-11 84 74 -1.40161161568651D-10 84 75 -1.21628601918044D-11 84 76 -8.50922227218323D-11 84 77 -7.65811642609055D-12 84 78 -9.18046008687622D-11 84 79 -4.70078287030830D-02 84 80 3.94794091196533D-01 84 81 2.98903745303689D-02 84 82 4.75399825294836D-02 84 83 1.65959157325443D-03 84 84 1.86459778939702D-02 85 1 -3.26115455750333D-04 85 2 -2.00923107941900D-05 85 3 -3.74119093703139D-04 85 4 -2.95443239750971D-05 85 5 1.58003321039649D-03 85 6 1.09480385768864D-03 85 7 -2.75032235347757D-04 85 8 1.34565375121306D-04 85 9 -1.91434694663793D-04 85 10 1.41470343280003D-03 85 11 -1.42814450424293D-03 85 12 4.99753209624578D-03 85 13 -7.59589648954112D-04 85 14 -6.93126246011754D-04 85 15 -2.23538379746737D-04 85 16 -6.18320518448635D-04 85 17 -3.00622726721927D-04 85 18 4.05535244812721D-05 85 19 -4.97423532886927D-04 85 20 -5.59508508461286D-04 85 21 -5.66423594693270D-04 85 22 1.09132228910876D-03 85 23 1.28689577213845D-03 85 24 -4.77737365392330D-03 85 25 5.28155278656255D-10 85 26 1.97751046681444D-10 85 27 -5.41006334198259D-10 85 28 -1.92628833230258D-10 85 29 4.54278536107609D-10 85 30 5.05651117111380D-10 85 31 2.07829439687810D-10 85 32 6.18672001942494D-11 85 33 3.68774012809957D-10 85 34 -7.41967487520284D-11 85 35 7.91196432476279D-10 85 36 4.96896804479250D-10 85 37 7.87721953646976D-10 85 38 6.78424406177024D-10 85 39 3.79345635289300D-10 85 40 3.75069739933610D-10 85 41 6.76667396623908D-10 85 42 1.02056012309276D-09 85 43 3.34930988423067D-10 85 44 8.58082080277676D-10 85 45 1.91170507982068D-10 85 46 2.40126121504203D-10 85 47 -2.01181897295147D-11 85 48 8.91275907715670D-10 85 49 -6.31065194747240D-10 85 50 1.16594629911530D-09 85 51 -1.79432312575674D-10 85 52 8.88944141657868D-10 85 53 -2.76786854177505D-11 85 54 1.89281530416389D-09 85 55 6.73463318802044D-11 85 56 7.44512963194125D-10 85 57 -4.16904740428526D-11 85 58 7.95870593415356D-10 85 59 -6.17122858032585D-10 85 60 1.22427931371653D-09 85 61 3.43503104997887D-10 85 62 2.07372789919891D-10 85 63 -3.89538209095101D-10 85 64 1.44277572365141D-09 85 65 2.13597627481972D-09 85 66 3.70120685607595D-11 85 67 -6.55139161785510D-10 85 68 1.00800081040402D-09 85 69 -3.79540368772568D-10 85 70 8.71645433128168D-10 85 71 -1.81991670098177D-10 85 72 7.46692016887291D-10 85 73 -2.68877672656323D-10 85 74 2.80865100970026D-10 85 75 4.90296106750763D-10 85 76 7.54034188029226D-10 85 77 5.54757841851740D-10 85 78 8.28692353403178D-10 85 79 7.19071355013209D-02 85 80 -5.47918223468292D-01 85 81 -1.40058560525699D-01 85 82 1.60938144063198D-01 85 83 4.30382595868798D-03 85 84 -1.27056823576508D-02 85 85 3.18259561585339D-01 86 1 -3.59852579771949D-04 86 2 -1.93738549791443D-04 86 3 -1.65575568800903D-04 86 4 -2.76373392487095D-04 86 5 1.32446618074074D-03 86 6 8.57913396286006D-04 86 7 -3.61406044935940D-04 86 8 9.21378259564147D-05 86 9 8.19292595457977D-06 86 10 1.79087834888960D-03 86 11 1.85300970524722D-03 86 12 -3.45845180796389D-03 86 13 -2.95549209493641D-04 86 14 -4.92496151764408D-04 86 15 -1.07767625835459D-04 86 16 -4.10506941654275D-04 86 17 -1.59493402705651D-04 86 18 -1.11680740714228D-04 86 19 -3.67250905246188D-04 86 20 -2.41730232694835D-04 86 21 -5.14824658840455D-04 86 22 2.80060698517740D-04 86 23 -2.18215531386672D-03 86 24 3.49219412930745D-03 86 25 -1.06511723316217D-09 86 26 1.98953512607726D-10 86 27 2.48270255369546D-10 86 28 -1.77587698413959D-10 86 29 -1.61888825103851D-10 86 30 3.35600369368258D-10 86 31 6.69837084104987D-11 86 32 8.42500944333959D-11 86 33 -1.05200980816078D-10 86 34 1.48550291511209D-10 86 35 1.31627343878170D-11 86 36 1.24668413319852D-09 86 37 9.44348384747012D-11 86 38 6.12805406668560D-10 86 39 -6.37274414695919D-12 86 40 2.27842770592860D-10 86 41 7.55765572512902D-10 86 42 2.26636041508609D-09 86 43 4.47342195340369D-10 86 44 6.24421014340205D-10 86 45 2.43671022003924D-10 86 46 4.59303222171387D-10 86 47 5.23728517481375D-10 86 48 6.78433718605547D-10 86 49 7.10878226771533D-10 86 50 1.40570039185665D-09 86 51 4.02341393175773D-10 86 52 5.74017720812363D-10 86 53 5.30015123364233D-10 86 54 1.12212844057678D-09 86 55 5.89549634271404D-10 86 56 7.03227426439790D-10 86 57 5.43720188305581D-10 86 58 7.54432517629896D-10 86 59 -2.02855515249773D-11 86 60 1.96230769702442D-09 86 61 3.50160107109415D-10 86 62 2.77250768625585D-10 86 63 1.67498630185905D-11 86 64 5.96961630072672D-10 86 65 1.08354215467552D-09 86 66 1.31216755998028D-10 86 67 -4.02341568259778D-10 86 68 1.03829587426295D-09 86 69 -4.55024842336226D-10 86 70 9.94461767455951D-10 86 71 -5.48187406488852D-10 86 72 1.03604567991165D-09 86 73 -6.18770584379028D-10 86 74 8.59160022174922D-10 86 75 -2.15585311619793D-10 86 76 3.84746934056810D-10 86 77 -4.50861095817948D-10 86 78 5.94336787933455D-10 86 79 -7.91328619628247D-02 86 80 3.74573053589350D-01 86 81 -1.44258693500257D-01 86 82 4.66418273429541D-02 86 83 6.72389802462113D-03 86 84 1.63515534318420D-02 86 85 2.05359750649285D-02 86 86 1.92420558634408D-01 -SOLUTION/MATRIX_ESTIMATE L COVA * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_INFO *Index Cns_abr Subind Unit Description_of_constraint 1 CLO_RATE 1 d/l Clock rate between segments 2 CLO_RATE 2 d/l Clock rate between segments 3 CLO_RATE 3 d/l Clock rate between segments 4 CLO_RATE 4 d/l Clock rate between segments 5 CLO_RATE 5 d/l Clock rate between segments 6 CLO_RATE 6 d/l Clock rate between segments 7 CLO_RATE 7 d/l Clock rate between segments 8 CLO_RATE 8 d/l Clock rate between segments 9 CLO_RATE 9 d/l Clock rate between segments 10 CLO_RATE 10 d/l Clock rate between segments 11 CLO_RATE 11 d/l Clock rate between segments 12 CLO_RATE 12 d/l Clock rate between segments 13 CLO_RATE 13 d/l Clock rate between segments 14 CLO_RATE 14 d/l Clock rate between segments 15 CLO_RATE 15 d/l Clock rate between segments 16 CLO_RATE 16 d/l Clock rate between segments 17 CLO_RATE 17 d/l Clock rate between segments 18 CLO_RATE 18 d/l Clock rate between segments 19 CLO_RATE 19 d/l Clock rate between segments 20 CLO_RATE 20 d/l Clock rate between segments 21 CLO_RATE 21 d/l Clock rate between segments 22 CLO_RATE 22 d/l Clock rate between segments 23 CLO_RATE 23 d/l Clock rate between segments 24 CLO_RATE 24 d/l Clock rate between segments 25 CLO_RATE 25 d/l Clock rate between segments 26 CLO_RATE 26 d/l Clock rate between segments 27 CLO_RATE 27 d/l Clock rate between segments 28 CLO_RATE 28 d/l Clock rate between segments 29 CLO_RATE 29 d/l Clock rate between segments 30 CLO_RATE 30 d/l Clock rate between segments 31 CLO_RATE 31 d/l Clock rate between segments 32 CLO_RATE 32 d/l Clock rate between segments 33 CLO_RATE 33 d/l Clock rate between segments 34 CLO_RATE 34 d/l Clock rate between segments 35 CLO_RATE 35 d/l Clock rate between segments 36 CLO_RATE 36 d/l Clock rate between segments 37 ATM_RATE 1 d/l Atmosphere rate between segments 38 ATM_RATE 2 d/l Atmosphere rate between segments 39 ATM_RATE 3 d/l Atmosphere rate between segments 40 ATM_RATE 4 d/l Atmosphere rate between segments 41 ATM_RATE 5 d/l Atmosphere rate between segments 42 ATM_RATE 6 d/l Atmosphere rate between segments 43 ATM_RATE 7 d/l Atmosphere rate between segments 44 ATM_RATE 8 d/l Atmosphere rate between segments 45 ATM_RATE 9 d/l Atmosphere rate between segments 46 ATM_RATE 10 d/l Atmosphere rate between segments 47 ATM_RATE 11 d/l Atmosphere rate between segments 48 ATM_RATE 12 d/l Atmosphere rate between segments 49 ATM_RATE 13 d/l Atmosphere rate between segments 50 ATM_RATE 14 d/l Atmosphere rate between segments 51 ATM_RATE 15 d/l Atmosphere rate between segments 52 ATM_RATE 16 d/l Atmosphere rate between segments 53 ATM_RATE 17 d/l Atmosphere rate between segments 54 ATM_RATE 18 d/l Atmosphere rate between segments 55 ATM_RATE 19 d/l Atmosphere rate between segments 56 ATM_RATE 20 d/l Atmosphere rate between segments 57 ATM_RATE 21 d/l Atmosphere rate between segments 58 ATM_RATE 22 d/l Atmosphere rate between segments 59 ATM_RATE 23 d/l Atmosphere rate between segments 60 ATM_RATE 24 d/l Atmosphere rate between segments 61 ATM_RATE 25 d/l Atmosphere rate between segments 62 ATM_RATE 26 d/l Atmosphere rate between segments 63 ATM_RATE 27 d/l Atmosphere rate between segments 64 ATM_RATE 28 d/l Atmosphere rate between segments 65 ATM_RATE 29 d/l Atmosphere rate between segments 66 ATM_RATE 30 d/l Atmosphere rate between segments 67 ATM_RATE 31 d/l Atmosphere rate between segments 68 ATM_RATE 32 d/l Atmosphere rate between segments 69 ATM_RATE 33 d/l Atmosphere rate between segments 70 ATM_RATE 34 d/l Atmosphere rate between segments 71 ATM_RATE 35 d/l Atmosphere rate between segments 72 ATM_RATE 36 d/l Atmosphere rate between segments 73 ATM_RATE 37 d/l Atmosphere rate between segments 74 ATM_RATE 38 d/l Atmosphere rate between segments 75 ATM_RATE 39 d/l Atmosphere rate between segments 76 ATM_RATE 40 d/l Atmosphere rate between segments 77 ATM_RATE 41 d/l Atmosphere rate between segments 78 ATM_RATE 42 d/l Atmosphere rate between segments 79 ATM_RATE 43 d/l Atmosphere rate between segments 80 ATM_RATE 44 d/l Atmosphere rate between segments 81 ATM_RATE 45 d/l Atmosphere rate between segments 82 ATM_RATE 46 d/l Atmosphere rate between segments 83 ATM_RATE 47 d/l Atmosphere rate between segments 84 ATM_RATE 48 d/l Atmosphere rate between segments 85 ATM_RATE 49 d/l Atmosphere rate between segments 86 ATM_RATE 50 d/l Atmosphere rate between segments 87 ATM_RATE 51 d/l Atmosphere rate between segments 88 ATM_RATE 52 d/l Atmosphere rate between segments 89 ATM_RATE 53 d/l Atmosphere rate between segments 90 ATM_RATE 54 d/l Atmosphere rate between segments 91 ATM_RATE 55 d/l Atmosphere rate between segments 92 ATM_RATE 56 d/l Atmosphere rate between segments 93 ATM_RATE 57 d/l Atmosphere rate between segments 94 ATM_RATE 58 d/l Atmosphere rate between segments 95 ATM_RATE 59 d/l Atmosphere rate between segments 96 ATM_RATE 60 d/l Atmosphere rate between segments 97 ATM_RATE 61 d/l Atmosphere rate between segments 98 ATM_RATE 62 d/l Atmosphere rate between segments 99 ATM_RATE 63 d/l Atmosphere rate between segments 100 ATM_RATE 64 d/l Atmosphere rate between segments 101 ATM_RATE 65 d/l Atmosphere rate between segments 102 ATM_RATE 66 d/l Atmosphere rate between segments 103 ATM_RATE 67 d/l Atmosphere rate between segments 104 ATM_RATE 68 d/l Atmosphere rate between segments 105 ATM_RATE 69 d/l Atmosphere rate between segments 106 ATM_RATE 70 d/l Atmosphere rate between segments 107 ATM_RATE 71 d/l Atmosphere rate between segments 108 ATM_RATE 72 d/l Atmosphere rate between segments 109 ATM_RATE 73 d/l Atmosphere rate between segments 110 ATM_RATE 74 d/l Atmosphere rate between segments 111 ATM_RATE 75 d/l Atmosphere rate between segments 112 ATM_RATE 76 d/l Atmosphere rate between segments 113 ATM_RATE 77 d/l Atmosphere rate between segments 114 ATM_RATE 78 d/l Atmosphere rate between segments 115 ATM_RATE 79 d/l Atmosphere rate between segments 116 ATM_RATE 80 d/l Atmosphere rate between segments 117 ATM_RATE 81 d/l Atmosphere rate between segments 118 ATM_RATE 82 d/l Atmosphere rate between segments 119 ATM_RATE 83 d/l Atmosphere rate between segments 120 ATM_RATE 84 d/l Atmosphere rate between segments 121 ATM_RATE 85 d/l Atmosphere rate between segments 122 ATM_RATE 86 d/l Atmosphere rate between segments 123 ATM_RATE 87 d/l Atmosphere rate between segments 124 ATM_RATE 88 d/l Atmosphere rate between segments 125 ATM_RATE 89 d/l Atmosphere rate between segments 126 ATM_RATE 90 d/l Atmosphere rate between segments 127 ATM_RATE 91 d/l Atmosphere rate between segments 128 ATM_RATE 92 d/l Atmosphere rate between segments 129 ATM_RATE 93 d/l Atmosphere rate between segments 130 ATM_RATE 94 d/l Atmosphere rate between segments 131 ATM_RATE 95 d/l Atmosphere rate between segments 132 ATM_RATE 96 d/l Atmosphere rate between segments 133 ATM_RATE 97 d/l Atmosphere rate between segments 134 ATM_RATE 98 d/l Atmosphere rate between segments 135 ATM_RATE 99 d/l Atmosphere rate between segments 136 ATM_RATE 100 d/l Atmosphere rate between segments 137 ATM_RATE 101 d/l Atmosphere rate between segments 138 ATM_RATE 102 d/l Atmosphere rate between segments 139 ATM_RATE 103 d/l Atmosphere rate between segments 140 ATM_RATE 104 d/l Atmosphere rate between segments 141 ATM_RATE 105 d/l Atmosphere rate between segments 142 ATM_RATE 106 d/l Atmosphere rate between segments 143 ATM_RATE 107 d/l Atmosphere rate between segments 144 ATM_RATE 108 d/l Atmosphere rate between segments 145 ATM_RATE 109 d/l Atmosphere rate between segments 146 ATM_RATE 110 d/l Atmosphere rate between segments 147 ATM_RATE 111 d/l Atmosphere rate between segments 148 ATM_RATE 112 d/l Atmosphere rate between segments 149 ATM_RATE 113 d/l Atmosphere rate between segments 150 ATM_RATE 114 d/l Atmosphere rate between segments 151 ATM_RATE 115 d/l Atmosphere rate between segments 152 ATM_RATE 116 d/l Atmosphere rate between segments 153 ATM_RATE 117 d/l Atmosphere rate between segments 154 ATM_RATE 118 d/l Atmosphere rate between segments 155 ATM_RATE 119 d/l Atmosphere rate between segments 156 ATM_RATE 120 d/l Atmosphere rate between segments 157 ATM_RATE 121 d/l Atmosphere rate between segments 158 ATM_RATE 122 d/l Atmosphere rate between segments 159 ATM_RATE 123 d/l Atmosphere rate between segments 160 ATM_RATE 124 d/l Atmosphere rate between segments 161 ATM_RATE 125 d/l Atmosphere rate between segments 162 ATM_RATE 126 d/l Atmosphere rate between segments 163 ATM_RATE 127 d/l Atmosphere rate between segments 164 ATM_RATE 128 d/l Atmosphere rate between segments 165 ATM_RATE 129 d/l Atmosphere rate between segments 166 ATM_RATE 130 d/l Atmosphere rate between segments 167 ATM_RATE 131 d/l Atmosphere rate between segments 168 ATM_RATE 132 d/l Atmosphere rate between segments 169 ATM_RATE 133 d/l Atmosphere rate between segments 170 ATM_RATE 134 d/l Atmosphere rate between segments 171 ATM_RATE 135 d/l Atmosphere rate between segments 172 ATM_RATE 136 d/l Atmosphere rate between segments 173 ATM_RATE 137 d/l Atmosphere rate between segments 174 ATM_RATE 138 d/l Atmosphere rate between segments 175 ATM_RATE 139 d/l Atmosphere rate between segments 176 ATM_RATE 140 d/l Atmosphere rate between segments 177 ATM_RATE 141 d/l Atmosphere rate between segments 178 ATM_RATE 142 d/l Atmosphere rate between segments 179 ATM_RATE 143 d/l Atmosphere rate between segments 180 ATM_RATE 144 d/l Atmosphere rate between segments 181 ATM_RATE 145 d/l Atmosphere rate between segments 182 ATM_RATE 146 d/l Atmosphere rate between segments 183 ATM_RATE 147 d/l Atmosphere rate between segments 184 ATM_RATE 148 d/l Atmosphere rate between segments 185 ATM_RATE 149 d/l Atmosphere rate between segments 186 ATM_RATE 150 d/l Atmosphere rate between segments 187 ATM_RATE 151 d/l Atmosphere rate between segments 188 ATM_RATE 152 d/l Atmosphere rate between segments 189 ATM_RATE 153 d/l Atmosphere rate between segments 190 ATM_RATE 154 d/l Atmosphere rate between segments 191 ATM_RATE 155 d/l Atmosphere rate between segments 192 ATM_RATE 156 d/l Atmosphere rate between segments 193 ATM_RATE 157 d/l Atmosphere rate between segments 194 ATM_RATE 158 d/l Atmosphere rate between segments 195 ATM_RATE 159 d/l Atmosphere rate between segments 196 ATM_RATE 160 d/l Atmosphere rate between segments 197 ATM_RATE 161 d/l Atmosphere rate between segments 198 ATM_RATE 162 d/l Atmosphere rate between segments 199 ATM_RATE 163 d/l Atmosphere rate between segments 200 ATM_RATE 164 d/l Atmosphere rate between segments 201 ATM_RATE 165 d/l Atmosphere rate between segments 202 ATM_RATE 166 d/l Atmosphere rate between segments 203 ATM_RATE 167 d/l Atmosphere rate between segments 204 ATM_RATE 168 d/l Atmosphere rate between segments 205 ATM_RATE 169 d/l Atmosphere rate between segments 206 ATM_RATE 170 d/l Atmosphere rate between segments 207 ATM_RATE 171 d/l Atmosphere rate between segments 208 ATM_RATE 172 d/l Atmosphere rate between segments 209 ATM_RATE 173 d/l Atmosphere rate between segments 210 ATM_RATE 174 d/l Atmosphere rate between segments 211 ATM_RATE 175 d/l Atmosphere rate between segments 212 ATM_RATE 176 d/l Atmosphere rate between segments 213 ATM_RATE 177 d/l Atmosphere rate between segments 214 ATM_RATE 178 d/l Atmosphere rate between segments 215 ATM_RATE 179 d/l Atmosphere rate between segments 216 ATM_RATE 180 d/l Atmosphere rate between segments 217 ATM_RATE 181 d/l Atmosphere rate between segments 218 ATM_RATE 182 d/l Atmosphere rate between segments 219 ATM_RATE 183 d/l Atmosphere rate between segments 220 ATM_RATE 184 d/l Atmosphere rate between segments 221 ATM_RATE 185 d/l Atmosphere rate between segments 222 ATM_RATE 186 d/l Atmosphere rate between segments 223 ATM_RATE 187 d/l Atmosphere rate between segments 224 ATM_RATE 188 d/l Atmosphere rate between segments 225 ATM_RATE 189 d/l Atmosphere rate between segments 226 ATM_RATE 190 d/l Atmosphere rate between segments 227 ATM_RATE 191 d/l Atmosphere rate between segments 228 ATM_RATE 192 d/l Atmosphere rate between segments 229 ATM_RATE 193 d/l Atmosphere rate between segments 230 ATM_RATE 194 d/l Atmosphere rate between segments 231 ATM_RATE 195 d/l Atmosphere rate between segments 232 ATM_RATE 196 d/l Atmosphere rate between segments 233 ATM_RATE 197 d/l Atmosphere rate between segments 234 ATM_RATE 198 d/l Atmosphere rate between segments 235 ATM_RATE 199 d/l Atmosphere rate between segments 236 ATM_RATE 200 d/l Atmosphere rate between segments 237 ATM_RATE 201 d/l Atmosphere rate between segments 238 ATM_RATE 202 d/l Atmosphere rate between segments 239 ATM_RATE 203 d/l Atmosphere rate between segments 240 ATM_RATE 204 d/l Atmosphere rate between segments 241 ATM_RATE 205 d/l Atmosphere rate between segments 242 ATM_RATE 206 d/l Atmosphere rate between segments 243 ATM_RATE 207 d/l Atmosphere rate between segments 244 ATM_RATE 208 d/l Atmosphere rate between segments 245 ATM_RATE 209 d/l Atmosphere rate between segments 246 ATM_RATE 210 d/l Atmosphere rate between segments 247 ATM_RATE 211 d/l Atmosphere rate between segments 248 ATM_RATE 212 d/l Atmosphere rate between segments 249 ATM_RATE 213 d/l Atmosphere rate between segments 250 ATM_RATE 214 d/l Atmosphere rate between segments 251 ATM_RATE 215 d/l Atmosphere rate between segments 252 ATM_RATE 216 d/l Atmosphere rate between segments 253 CLO_RATE 37 d/l Clock rate between segments 254 CLO_RATE 38 d/l Clock rate between segments 255 CLO_RATE 39 d/l Clock rate between segments 256 CLO_RATE 40 d/l Clock rate between segments 257 CLO_RATE 41 d/l Clock rate between segments 258 CLO_RATE 42 d/l Clock rate between segments 259 CLO_RATE 43 d/l Clock rate between segments 260 CLO_RATE 44 d/l Clock rate between segments 261 CLO_RATE 45 d/l Clock rate between segments 262 CLO_RATE 46 d/l Clock rate between segments 263 CLO_RATE 47 d/l Clock rate between segments 264 CLO_RATE 48 d/l Clock rate between segments 265 CLO_RATE 49 d/l Clock rate between segments 266 CLO_RATE 50 d/l Clock rate between segments 267 CLO_RATE 51 d/l Clock rate between segments 268 CLO_RATE 52 d/l Clock rate between segments 269 CLO_RATE 53 d/l Clock rate between segments 270 CLO_RATE 54 d/l Clock rate between segments 271 CLO_RATE 55 d/l Clock rate between segments 272 CLO_RATE 56 d/l Clock rate between segments 273 CLO_RATE 57 d/l Clock rate between segments 274 CLO_RATE 58 d/l Clock rate between segments 275 CLO_RATE 59 d/l Clock rate between segments 276 CLO_RATE 60 d/l Clock rate between segments 277 CLO_RATE 61 d/l Clock rate between segments 278 CLO_RATE 62 d/l Clock rate between segments 279 CLO_RATE 63 d/l Clock rate between segments 280 CLO_RATE 64 d/l Clock rate between segments 281 CLO_RATE 65 d/l Clock rate between segments 282 CLO_RATE 66 d/l Clock rate between segments 283 CLO_RATE 67 d/l Clock rate between segments 284 CLO_RATE 68 d/l Clock rate between segments 285 CLO_RATE 69 d/l Clock rate between segments 286 CLO_RATE 70 d/l Clock rate between segments 287 CLO_RATE 71 d/l Clock rate between segments 288 CLO_RATE 72 d/l Clock rate between segments 289 ATM_RATE 217 d/l Atmosphere rate between segments 290 ATM_RATE 218 d/l Atmosphere rate between segments 291 ATM_RATE 219 d/l Atmosphere rate between segments 292 ATM_RATE 220 d/l Atmosphere rate between segments 293 ATM_RATE 221 d/l Atmosphere rate between segments 294 ATM_RATE 222 d/l Atmosphere rate between segments 295 ATM_RATE 223 d/l Atmosphere rate between segments 296 ATM_RATE 224 d/l Atmosphere rate between segments 297 ATM_RATE 225 d/l Atmosphere rate between segments 298 ATM_RATE 226 d/l Atmosphere rate between segments 299 ATM_RATE 227 d/l Atmosphere rate between segments 300 ATM_RATE 228 d/l Atmosphere rate between segments 301 ATM_RATE 229 d/l Atmosphere rate between segments 302 ATM_RATE 230 d/l Atmosphere rate between segments 303 ATM_RATE 231 d/l Atmosphere rate between segments 304 ATM_RATE 232 d/l Atmosphere rate between segments 305 ATM_RATE 233 d/l Atmosphere rate between segments 306 ATM_RATE 234 d/l Atmosphere rate between segments 307 ATM_RATE 235 d/l Atmosphere rate between segments 308 ATM_RATE 236 d/l Atmosphere rate between segments 309 ATM_RATE 237 d/l Atmosphere rate between segments 310 ATM_RATE 238 d/l Atmosphere rate between segments 311 ATM_RATE 239 d/l Atmosphere rate between segments 312 ATM_RATE 240 d/l Atmosphere rate between segments 313 ATM_RATE 241 d/l Atmosphere rate between segments 314 ATM_RATE 242 d/l Atmosphere rate between segments 315 ATM_RATE 243 d/l Atmosphere rate between segments 316 ATM_RATE 244 d/l Atmosphere rate between segments 317 ATM_RATE 245 d/l Atmosphere rate between segments 318 ATM_RATE 246 d/l Atmosphere rate between segments 319 ATM_RATE 247 d/l Atmosphere rate between segments 320 ATM_RATE 248 d/l Atmosphere rate between segments 321 ATM_RATE 249 d/l Atmosphere rate between segments 322 ATM_RATE 250 d/l Atmosphere rate between segments 323 ATM_RATE 251 d/l Atmosphere rate between segments 324 ATM_RATE 252 d/l Atmosphere rate between segments 325 ATM_RATE 253 d/l Atmosphere rate between segments 326 ATM_RATE 254 d/l Atmosphere rate between segments 327 ATM_RATE 255 d/l Atmosphere rate between segments 328 ATM_RATE 256 d/l Atmosphere rate between segments 329 ATM_RATE 257 d/l Atmosphere rate between segments 330 ATM_RATE 258 d/l Atmosphere rate between segments 331 ATM_RATE 259 d/l Atmosphere rate between segments 332 ATM_RATE 260 d/l Atmosphere rate between segments 333 ATM_RATE 261 d/l Atmosphere rate between segments 334 ATM_RATE 262 d/l Atmosphere rate between segments 335 ATM_RATE 263 d/l Atmosphere rate between segments 336 ATM_RATE 264 d/l Atmosphere rate between segments 337 ATM_RATE 265 d/l Atmosphere rate between segments 338 ATM_RATE 266 d/l Atmosphere rate between segments 339 ATM_RATE 267 d/l Atmosphere rate between segments 340 ATM_RATE 268 d/l Atmosphere rate between segments 341 ATM_RATE 269 d/l Atmosphere rate between segments 342 ATM_RATE 270 d/l Atmosphere rate between segments 343 ATM_RATE 271 d/l Atmosphere rate between segments 344 ATM_RATE 272 d/l Atmosphere rate between segments 345 ATM_RATE 273 d/l Atmosphere rate between segments 346 ATM_RATE 274 d/l Atmosphere rate between segments 347 ATM_RATE 275 d/l Atmosphere rate between segments 348 ATM_RATE 276 d/l Atmosphere rate between segments 349 ATM_RATE 277 d/l Atmosphere rate between segments 350 ATM_RATE 278 d/l Atmosphere rate between segments 351 ATM_RATE 279 d/l Atmosphere rate between segments 352 ATM_RATE 280 d/l Atmosphere rate between segments 353 ATM_RATE 281 d/l Atmosphere rate between segments 354 ATM_RATE 282 d/l Atmosphere rate between segments 355 ATM_RATE 283 d/l Atmosphere rate between segments 356 ATM_RATE 284 d/l Atmosphere rate between segments 357 ATM_RATE 285 d/l Atmosphere rate between segments 358 ATM_RATE 286 d/l Atmosphere rate between segments 359 ATM_RATE 287 d/l Atmosphere rate between segments 360 ATM_RATE 288 d/l Atmosphere rate between segments 361 ATM_RATE 289 d/l Atmosphere rate between segments 362 ATM_RATE 290 d/l Atmosphere rate between segments 363 ATM_RATE 291 d/l Atmosphere rate between segments 364 ATM_RATE 292 d/l Atmosphere rate between segments 365 ATM_RATE 293 d/l Atmosphere rate between segments 366 ATM_RATE 294 d/l Atmosphere rate between segments 367 ATM_RATE 295 d/l Atmosphere rate between segments 368 ATM_RATE 296 d/l Atmosphere rate between segments 369 ATM_RATE 297 d/l Atmosphere rate between segments 370 ATM_RATE 298 d/l Atmosphere rate between segments 371 ATM_RATE 299 d/l Atmosphere rate between segments 372 ATM_RATE 300 d/l Atmosphere rate between segments 373 ATM_RATE 301 d/l Atmosphere rate between segments 374 ATM_RATE 302 d/l Atmosphere rate between segments 375 ATM_RATE 303 d/l Atmosphere rate between segments 376 ATM_RATE 304 d/l Atmosphere rate between segments 377 ATM_RATE 305 d/l Atmosphere rate between segments 378 ATM_RATE 306 d/l Atmosphere rate between segments 379 ATM_RATE 307 d/l Atmosphere rate between segments 380 ATM_RATE 308 d/l Atmosphere rate between segments 381 ATM_RATE 309 d/l Atmosphere rate between segments 382 ATM_RATE 310 d/l Atmosphere rate between segments 383 ATM_RATE 311 d/l Atmosphere rate between segments 384 ATM_RATE 312 d/l Atmosphere rate between segments 385 ATM_RATE 313 d/l Atmosphere rate between segments 386 ATM_RATE 314 d/l Atmosphere rate between segments 387 ATM_RATE 315 d/l Atmosphere rate between segments 388 ATM_RATE 316 d/l Atmosphere rate between segments 389 ATM_RATE 317 d/l Atmosphere rate between segments 390 ATM_RATE 318 d/l Atmosphere rate between segments 391 ATM_RATE 319 d/l Atmosphere rate between segments 392 ATM_RATE 320 d/l Atmosphere rate between segments 393 ATM_RATE 321 d/l Atmosphere rate between segments 394 ATM_RATE 322 d/l Atmosphere rate between segments 395 ATM_RATE 323 d/l Atmosphere rate between segments 396 ATM_RATE 324 d/l Atmosphere rate between segments 397 CLO_RATE 73 d/l Clock rate between segments 398 CLO_RATE 74 d/l Clock rate between segments 399 CLO_RATE 75 d/l Clock rate between segments 400 CLO_RATE 76 d/l Clock rate between segments 401 CLO_RATE 77 d/l Clock rate between segments 402 CLO_RATE 78 d/l Clock rate between segments 403 CLO_RATE 79 d/l Clock rate between segments 404 CLO_RATE 80 d/l Clock rate between segments 405 CLO_RATE 81 d/l Clock rate between segments 406 CLO_RATE 82 d/l Clock rate between segments 407 CLO_RATE 83 d/l Clock rate between segments 408 CLO_RATE 84 d/l Clock rate between segments 409 CLO_RATE 85 d/l Clock rate between segments 410 CLO_RATE 86 d/l Clock rate between segments 411 CLO_RATE 87 d/l Clock rate between segments 412 CLO_RATE 88 d/l Clock rate between segments 413 CLO_RATE 89 d/l Clock rate between segments 414 CLO_RATE 90 d/l Clock rate between segments 415 CLO_RATE 91 d/l Clock rate between segments 416 CLO_RATE 92 d/l Clock rate between segments 417 CLO_RATE 93 d/l Clock rate between segments 418 CLO_RATE 94 d/l Clock rate between segments 419 CLO_RATE 95 d/l Clock rate between segments 420 CLO_RATE 96 d/l Clock rate between segments 421 CLO_RATE 97 d/l Clock rate between segments 422 CLO_RATE 98 d/l Clock rate between segments 423 CLO_RATE 99 d/l Clock rate between segments 424 CLO_RATE 100 d/l Clock rate between segments 425 CLO_RATE 101 d/l Clock rate between segments 426 CLO_RATE 102 d/l Clock rate between segments 427 CLO_RATE 103 d/l Clock rate between segments 428 CLO_RATE 104 d/l Clock rate between segments 429 CLO_RATE 105 d/l Clock rate between segments 430 CLO_RATE 106 d/l Clock rate between segments 431 CLO_RATE 107 d/l Clock rate between segments 432 CLO_RATE 108 d/l Clock rate between segments 433 ATM_RATE 325 d/l Atmosphere rate between segments 434 ATM_RATE 326 d/l Atmosphere rate between segments 435 ATM_RATE 327 d/l Atmosphere rate between segments 436 ATM_RATE 328 d/l Atmosphere rate between segments 437 ATM_RATE 329 d/l Atmosphere rate between segments 438 ATM_RATE 330 d/l Atmosphere rate between segments 439 ATM_RATE 331 d/l Atmosphere rate between segments 440 ATM_RATE 332 d/l Atmosphere rate between segments 441 ATM_RATE 333 d/l Atmosphere rate between segments 442 ATM_RATE 334 d/l Atmosphere rate between segments 443 ATM_RATE 335 d/l Atmosphere rate between segments 444 ATM_RATE 336 d/l Atmosphere rate between segments 445 ATM_RATE 337 d/l Atmosphere rate between segments 446 ATM_RATE 338 d/l Atmosphere rate between segments 447 ATM_RATE 339 d/l Atmosphere rate between segments 448 ATM_RATE 340 d/l Atmosphere rate between segments 449 ATM_RATE 341 d/l Atmosphere rate between segments 450 ATM_RATE 342 d/l Atmosphere rate between segments 451 ATM_RATE 343 d/l Atmosphere rate between segments 452 ATM_RATE 344 d/l Atmosphere rate between segments 453 ATM_RATE 345 d/l Atmosphere rate between segments 454 ATM_RATE 346 d/l Atmosphere rate between segments 455 ATM_RATE 347 d/l Atmosphere rate between segments 456 ATM_RATE 348 d/l Atmosphere rate between segments 457 ATM_RATE 349 d/l Atmosphere rate between segments 458 ATM_RATE 350 d/l Atmosphere rate between segments 459 ATM_RATE 351 d/l Atmosphere rate between segments 460 ATM_RATE 352 d/l Atmosphere rate between segments 461 ATM_RATE 353 d/l Atmosphere rate between segments 462 ATM_RATE 354 d/l Atmosphere rate between segments 463 ATM_RATE 355 d/l Atmosphere rate between segments 464 ATM_RATE 356 d/l Atmosphere rate between segments 465 ATM_RATE 357 d/l Atmosphere rate between segments 466 ATM_RATE 358 d/l Atmosphere rate between segments 467 ATM_RATE 359 d/l Atmosphere rate between segments 468 ATM_RATE 360 d/l Atmosphere rate between segments 469 ATM_RATE 361 d/l Atmosphere rate between segments 470 ATM_RATE 362 d/l Atmosphere rate between segments 471 ATM_RATE 363 d/l Atmosphere rate between segments 472 ATM_RATE 364 d/l Atmosphere rate between segments 473 ATM_RATE 365 d/l Atmosphere rate between segments 474 ATM_RATE 366 d/l Atmosphere rate between segments 475 ATM_RATE 367 d/l Atmosphere rate between segments 476 ATM_RATE 368 d/l Atmosphere rate between segments 477 ATM_RATE 369 d/l Atmosphere rate between segments 478 ATM_RATE 370 d/l Atmosphere rate between segments 479 ATM_RATE 371 d/l Atmosphere rate between segments 480 ATM_RATE 372 d/l Atmosphere rate between segments 481 ATM_RATE 373 d/l Atmosphere rate between segments 482 ATM_RATE 374 d/l Atmosphere rate between segments 483 ATM_RATE 375 d/l Atmosphere rate between segments 484 ATM_RATE 376 d/l Atmosphere rate between segments 485 ATM_RATE 377 d/l Atmosphere rate between segments 486 ATM_RATE 378 d/l Atmosphere rate between segments 487 ATM_RATE 379 d/l Atmosphere rate between segments 488 ATM_RATE 380 d/l Atmosphere rate between segments 489 ATM_RATE 381 d/l Atmosphere rate between segments 490 ATM_RATE 382 d/l Atmosphere rate between segments 491 ATM_RATE 383 d/l Atmosphere rate between segments 492 ATM_RATE 384 d/l Atmosphere rate between segments 493 ATM_RATE 385 d/l Atmosphere rate between segments 494 ATM_RATE 386 d/l Atmosphere rate between segments 495 ATM_RATE 387 d/l Atmosphere rate between segments 496 ATM_RATE 388 d/l Atmosphere rate between segments 497 ATM_RATE 389 d/l Atmosphere rate between segments 498 ATM_RATE 390 d/l Atmosphere rate between segments 499 ATM_RATE 391 d/l Atmosphere rate between segments 500 ATM_RATE 392 d/l Atmosphere rate between segments 501 ATM_RATE 393 d/l Atmosphere rate between segments 502 ATM_RATE 394 d/l Atmosphere rate between segments 503 ATM_RATE 395 d/l Atmosphere rate between segments 504 ATM_RATE 396 d/l Atmosphere rate between segments 505 ATM_RATE 397 d/l Atmosphere rate between segments 506 ATM_RATE 398 d/l Atmosphere rate between segments 507 ATM_RATE 399 d/l Atmosphere rate between segments 508 ATM_RATE 400 d/l Atmosphere rate between segments 509 ATM_RATE 401 d/l Atmosphere rate between segments 510 ATM_RATE 402 d/l Atmosphere rate between segments 511 ATM_RATE 403 d/l Atmosphere rate between segments 512 ATM_RATE 404 d/l Atmosphere rate between segments 513 ATM_RATE 405 d/l Atmosphere rate between segments 514 ATM_RATE 406 d/l Atmosphere rate between segments 515 ATM_RATE 407 d/l Atmosphere rate between segments 516 ATM_RATE 408 d/l Atmosphere rate between segments 517 ATM_RATE 409 d/l Atmosphere rate between segments 518 ATM_RATE 410 d/l Atmosphere rate between segments 519 ATM_RATE 411 d/l Atmosphere rate between segments 520 ATM_RATE 412 d/l Atmosphere rate between segments 521 ATM_RATE 413 d/l Atmosphere rate between segments 522 ATM_RATE 414 d/l Atmosphere rate between segments 523 ATM_RATE 415 d/l Atmosphere rate between segments 524 ATM_RATE 416 d/l Atmosphere rate between segments 525 ATM_RATE 417 d/l Atmosphere rate between segments 526 ATM_RATE 418 d/l Atmosphere rate between segments 527 ATM_RATE 419 d/l Atmosphere rate between segments 528 ATM_RATE 420 d/l Atmosphere rate between segments 529 ATM_RATE 421 d/l Atmosphere rate between segments 530 ATM_RATE 422 d/l Atmosphere rate between segments 531 ATM_RATE 423 d/l Atmosphere rate between segments 532 ATM_RATE 424 d/l Atmosphere rate between segments 533 ATM_RATE 425 d/l Atmosphere rate between segments 534 ATM_RATE 426 d/l Atmosphere rate between segments 535 ATM_RATE 427 d/l Atmosphere rate between segments 536 ATM_RATE 428 d/l Atmosphere rate between segments 537 ATM_RATE 429 d/l Atmosphere rate between segments 538 ATM_RATE 430 d/l Atmosphere rate between segments 539 ATM_RATE 431 d/l Atmosphere rate between segments 540 ATM_RATE 432 d/l Atmosphere rate between segments 541 CLO_RATE 109 d/l Clock rate between segments 542 CLO_RATE 110 d/l Clock rate between segments 543 CLO_RATE 111 d/l Clock rate between segments 544 CLO_RATE 112 d/l Clock rate between segments 545 CLO_RATE 113 d/l Clock rate between segments 546 CLO_RATE 114 d/l Clock rate between segments 547 CLO_RATE 115 d/l Clock rate between segments 548 CLO_RATE 116 d/l Clock rate between segments 549 CLO_RATE 117 d/l Clock rate between segments 550 CLO_RATE 118 d/l Clock rate between segments 551 CLO_RATE 119 d/l Clock rate between segments 552 CLO_RATE 120 d/l Clock rate between segments 553 CLO_RATE 121 d/l Clock rate between segments 554 CLO_RATE 122 d/l Clock rate between segments 555 CLO_RATE 123 d/l Clock rate between segments 556 CLO_RATE 124 d/l Clock rate between segments 557 CLO_RATE 125 d/l Clock rate between segments 558 CLO_RATE 126 d/l Clock rate between segments 559 CLO_RATE 127 d/l Clock rate between segments 560 CLO_RATE 128 d/l Clock rate between segments 561 CLO_RATE 129 d/l Clock rate between segments 562 CLO_RATE 130 d/l Clock rate between segments 563 CLO_RATE 131 d/l Clock rate between segments 564 CLO_RATE 132 d/l Clock rate between segments 565 CLO_RATE 133 d/l Clock rate between segments 566 CLO_RATE 134 d/l Clock rate between segments 567 CLO_RATE 135 d/l Clock rate between segments 568 CLO_RATE 136 d/l Clock rate between segments 569 CLO_RATE 137 d/l Clock rate between segments 570 CLO_RATE 138 d/l Clock rate between segments 571 CLO_RATE 139 d/l Clock rate between segments 572 CLO_RATE 140 d/l Clock rate between segments 573 CLO_RATE 141 d/l Clock rate between segments 574 CLO_RATE 142 d/l Clock rate between segments 575 CLO_RATE 143 d/l Clock rate between segments 576 CLO_RATE 144 d/l Clock rate between segments 577 ATM_RATE 433 d/l Atmosphere rate between segments 578 ATM_RATE 434 d/l Atmosphere rate between segments 579 ATM_RATE 435 d/l Atmosphere rate between segments 580 ATM_RATE 436 d/l Atmosphere rate between segments 581 ATM_RATE 437 d/l Atmosphere rate between segments 582 ATM_RATE 438 d/l Atmosphere rate between segments 583 ATM_RATE 439 d/l Atmosphere rate between segments 584 ATM_RATE 440 d/l Atmosphere rate between segments 585 ATM_RATE 441 d/l Atmosphere rate between segments 586 ATM_RATE 442 d/l Atmosphere rate between segments 587 ATM_RATE 443 d/l Atmosphere rate between segments 588 ATM_RATE 444 d/l Atmosphere rate between segments 589 ATM_RATE 445 d/l Atmosphere rate between segments 590 ATM_RATE 446 d/l Atmosphere rate between segments 591 ATM_RATE 447 d/l Atmosphere rate between segments 592 ATM_RATE 448 d/l Atmosphere rate between segments 593 ATM_RATE 449 d/l Atmosphere rate between segments 594 ATM_RATE 450 d/l Atmosphere rate between segments 595 ATM_RATE 451 d/l Atmosphere rate between segments 596 ATM_RATE 452 d/l Atmosphere rate between segments 597 ATM_RATE 453 d/l Atmosphere rate between segments 598 ATM_RATE 454 d/l Atmosphere rate between segments 599 ATM_RATE 455 d/l Atmosphere rate between segments 600 ATM_RATE 456 d/l Atmosphere rate between segments 601 ATM_RATE 457 d/l Atmosphere rate between segments 602 ATM_RATE 458 d/l Atmosphere rate between segments 603 ATM_RATE 459 d/l Atmosphere rate between segments 604 ATM_RATE 460 d/l Atmosphere rate between segments 605 ATM_RATE 461 d/l Atmosphere rate between segments 606 ATM_RATE 462 d/l Atmosphere rate between segments 607 ATM_RATE 463 d/l Atmosphere rate between segments 608 ATM_RATE 464 d/l Atmosphere rate between segments 609 ATM_RATE 465 d/l Atmosphere rate between segments 610 ATM_RATE 466 d/l Atmosphere rate between segments 611 ATM_RATE 467 d/l Atmosphere rate between segments 612 ATM_RATE 468 d/l Atmosphere rate between segments 613 ATM_RATE 469 d/l Atmosphere rate between segments 614 ATM_RATE 470 d/l Atmosphere rate between segments 615 ATM_RATE 471 d/l Atmosphere rate between segments 616 ATM_RATE 472 d/l Atmosphere rate between segments 617 ATM_RATE 473 d/l Atmosphere rate between segments 618 ATM_RATE 474 d/l Atmosphere rate between segments 619 ATM_RATE 475 d/l Atmosphere rate between segments 620 ATM_RATE 476 d/l Atmosphere rate between segments 621 ATM_RATE 477 d/l Atmosphere rate between segments 622 ATM_RATE 478 d/l Atmosphere rate between segments 623 ATM_RATE 479 d/l Atmosphere rate between segments 624 ATM_RATE 480 d/l Atmosphere rate between segments 625 ATM_RATE 481 d/l Atmosphere rate between segments 626 ATM_RATE 482 d/l Atmosphere rate between segments 627 ATM_RATE 483 d/l Atmosphere rate between segments 628 ATM_RATE 484 d/l Atmosphere rate between segments 629 ATM_RATE 485 d/l Atmosphere rate between segments 630 ATM_RATE 486 d/l Atmosphere rate between segments 631 ATM_RATE 487 d/l Atmosphere rate between segments 632 ATM_RATE 488 d/l Atmosphere rate between segments 633 ATM_RATE 489 d/l Atmosphere rate between segments 634 ATM_RATE 490 d/l Atmosphere rate between segments 635 ATM_RATE 491 d/l Atmosphere rate between segments 636 ATM_RATE 492 d/l Atmosphere rate between segments 637 ATM_RATE 493 d/l Atmosphere rate between segments 638 ATM_RATE 494 d/l Atmosphere rate between segments 639 ATM_RATE 495 d/l Atmosphere rate between segments 640 ATM_RATE 496 d/l Atmosphere rate between segments 641 ATM_RATE 497 d/l Atmosphere rate between segments 642 ATM_RATE 498 d/l Atmosphere rate between segments 643 ATM_RATE 499 d/l Atmosphere rate between segments 644 ATM_RATE 500 d/l Atmosphere rate between segments 645 ATM_RATE 501 d/l Atmosphere rate between segments 646 ATM_RATE 502 d/l Atmosphere rate between segments 647 ATM_RATE 503 d/l Atmosphere rate between segments 648 ATM_RATE 504 d/l Atmosphere rate between segments 649 ATM_RATE 505 d/l Atmosphere rate between segments 650 ATM_RATE 506 d/l Atmosphere rate between segments 651 ATM_RATE 507 d/l Atmosphere rate between segments 652 ATM_RATE 508 d/l Atmosphere rate between segments 653 ATM_RATE 509 d/l Atmosphere rate between segments 654 ATM_RATE 510 d/l Atmosphere rate between segments 655 ATM_RATE 511 d/l Atmosphere rate between segments 656 ATM_RATE 512 d/l Atmosphere rate between segments 657 ATM_RATE 513 d/l Atmosphere rate between segments 658 ATM_RATE 514 d/l Atmosphere rate between segments 659 ATM_RATE 515 d/l Atmosphere rate between segments 660 ATM_RATE 516 d/l Atmosphere rate between segments 661 ATM_RATE 517 d/l Atmosphere rate between segments 662 ATM_RATE 518 d/l Atmosphere rate between segments 663 ATM_RATE 519 d/l Atmosphere rate between segments 664 ATM_RATE 520 d/l Atmosphere rate between segments 665 ATM_RATE 521 d/l Atmosphere rate between segments 666 ATM_RATE 522 d/l Atmosphere rate between segments 667 ATM_RATE 523 d/l Atmosphere rate between segments 668 ATM_RATE 524 d/l Atmosphere rate between segments 669 ATM_RATE 525 d/l Atmosphere rate between segments 670 ATM_RATE 526 d/l Atmosphere rate between segments 671 ATM_RATE 527 d/l Atmosphere rate between segments 672 ATM_RATE 528 d/l Atmosphere rate between segments 673 ATM_RATE 529 d/l Atmosphere rate between segments 674 ATM_RATE 530 d/l Atmosphere rate between segments 675 ATM_RATE 531 d/l Atmosphere rate between segments 676 ATM_RATE 532 d/l Atmosphere rate between segments 677 ATM_RATE 533 d/l Atmosphere rate between segments 678 ATM_RATE 534 d/l Atmosphere rate between segments 679 ATM_RATE 535 d/l Atmosphere rate between segments 680 ATM_RATE 536 d/l Atmosphere rate between segments 681 ATM_RATE 537 d/l Atmosphere rate between segments 682 ATM_RATE 538 d/l Atmosphere rate between segments 683 ATM_RATE 539 d/l Atmosphere rate between segments 684 ATM_RATE 540 d/l Atmosphere rate between segments 685 CLO_RATE 145 d/l Clock rate between segments 686 CLO_RATE 146 d/l Clock rate between segments 687 CLO_RATE 147 d/l Clock rate between segments 688 CLO_RATE 148 d/l Clock rate between segments 689 CLO_RATE 149 d/l Clock rate between segments 690 CLO_RATE 150 d/l Clock rate between segments 691 CLO_RATE 151 d/l Clock rate between segments 692 CLO_RATE 152 d/l Clock rate between segments 693 CLO_RATE 153 d/l Clock rate between segments 694 CLO_RATE 154 d/l Clock rate between segments 695 CLO_RATE 155 d/l Clock rate between segments 696 CLO_RATE 156 d/l Clock rate between segments 697 CLO_RATE 157 d/l Clock rate between segments 698 CLO_RATE 158 d/l Clock rate between segments 699 CLO_RATE 159 d/l Clock rate between segments 700 CLO_RATE 160 d/l Clock rate between segments 701 CLO_RATE 161 d/l Clock rate between segments 702 CLO_RATE 162 d/l Clock rate between segments 703 CLO_RATE 163 d/l Clock rate between segments 704 CLO_RATE 164 d/l Clock rate between segments 705 CLO_RATE 165 d/l Clock rate between segments 706 CLO_RATE 166 d/l Clock rate between segments 707 CLO_RATE 167 d/l Clock rate between segments 708 CLO_RATE 168 d/l Clock rate between segments 709 CLO_RATE 169 d/l Clock rate between segments 710 CLO_RATE 170 d/l Clock rate between segments 711 CLO_RATE 171 d/l Clock rate between segments 712 CLO_RATE 172 d/l Clock rate between segments 713 CLO_RATE 173 d/l Clock rate between segments 714 CLO_RATE 174 d/l Clock rate between segments 715 CLO_RATE 175 d/l Clock rate between segments 716 CLO_RATE 176 d/l Clock rate between segments 717 CLO_RATE 177 d/l Clock rate between segments 718 CLO_RATE 178 d/l Clock rate between segments 719 CLO_RATE 179 d/l Clock rate between segments 720 CLO_RATE 180 d/l Clock rate between segments 721 ATM_RATE 541 d/l Atmosphere rate between segments 722 ATM_RATE 542 d/l Atmosphere rate between segments 723 ATM_RATE 543 d/l Atmosphere rate between segments 724 ATM_RATE 544 d/l Atmosphere rate between segments 725 ATM_RATE 545 d/l Atmosphere rate between segments 726 ATM_RATE 546 d/l Atmosphere rate between segments 727 ATM_RATE 547 d/l Atmosphere rate between segments 728 ATM_RATE 548 d/l Atmosphere rate between segments 729 ATM_RATE 549 d/l Atmosphere rate between segments 730 ATM_RATE 550 d/l Atmosphere rate between segments 731 ATM_RATE 551 d/l Atmosphere rate between segments 732 ATM_RATE 552 d/l Atmosphere rate between segments 733 ATM_RATE 553 d/l Atmosphere rate between segments 734 ATM_RATE 554 d/l Atmosphere rate between segments 735 ATM_RATE 555 d/l Atmosphere rate between segments 736 ATM_RATE 556 d/l Atmosphere rate between segments 737 ATM_RATE 557 d/l Atmosphere rate between segments 738 ATM_RATE 558 d/l Atmosphere rate between segments 739 ATM_RATE 559 d/l Atmosphere rate between segments 740 ATM_RATE 560 d/l Atmosphere rate between segments 741 ATM_RATE 561 d/l Atmosphere rate between segments 742 ATM_RATE 562 d/l Atmosphere rate between segments 743 ATM_RATE 563 d/l Atmosphere rate between segments 744 ATM_RATE 564 d/l Atmosphere rate between segments 745 ATM_RATE 565 d/l Atmosphere rate between segments 746 ATM_RATE 566 d/l Atmosphere rate between segments 747 ATM_RATE 567 d/l Atmosphere rate between segments 748 ATM_RATE 568 d/l Atmosphere rate between segments 749 ATM_RATE 569 d/l Atmosphere rate between segments 750 ATM_RATE 570 d/l Atmosphere rate between segments 751 ATM_RATE 571 d/l Atmosphere rate between segments 752 ATM_RATE 572 d/l Atmosphere rate between segments 753 ATM_RATE 573 d/l Atmosphere rate between segments 754 ATM_RATE 574 d/l Atmosphere rate between segments 755 ATM_RATE 575 d/l Atmosphere rate between segments 756 ATM_RATE 576 d/l Atmosphere rate between segments 757 ATM_RATE 577 d/l Atmosphere rate between segments 758 ATM_RATE 578 d/l Atmosphere rate between segments 759 ATM_RATE 579 d/l Atmosphere rate between segments 760 ATM_RATE 580 d/l Atmosphere rate between segments 761 ATM_RATE 581 d/l Atmosphere rate between segments 762 ATM_RATE 582 d/l Atmosphere rate between segments 763 ATM_RATE 583 d/l Atmosphere rate between segments 764 ATM_RATE 584 d/l Atmosphere rate between segments 765 ATM_RATE 585 d/l Atmosphere rate between segments 766 ATM_RATE 586 d/l Atmosphere rate between segments 767 ATM_RATE 587 d/l Atmosphere rate between segments 768 ATM_RATE 588 d/l Atmosphere rate between segments 769 ATM_RATE 589 d/l Atmosphere rate between segments 770 ATM_RATE 590 d/l Atmosphere rate between segments 771 ATM_RATE 591 d/l Atmosphere rate between segments 772 ATM_RATE 592 d/l Atmosphere rate between segments 773 ATM_RATE 593 d/l Atmosphere rate between segments 774 ATM_RATE 594 d/l Atmosphere rate between segments 775 ATM_RATE 595 d/l Atmosphere rate between segments 776 ATM_RATE 596 d/l Atmosphere rate between segments 777 ATM_RATE 597 d/l Atmosphere rate between segments 778 ATM_RATE 598 d/l Atmosphere rate between segments 779 ATM_RATE 599 d/l Atmosphere rate between segments 780 ATM_RATE 600 d/l Atmosphere rate between segments 781 ATM_RATE 601 d/l Atmosphere rate between segments 782 ATM_RATE 602 d/l Atmosphere rate between segments 783 ATM_RATE 603 d/l Atmosphere rate between segments 784 ATM_RATE 604 d/l Atmosphere rate between segments 785 ATM_RATE 605 d/l Atmosphere rate between segments 786 ATM_RATE 606 d/l Atmosphere rate between segments 787 ATM_RATE 607 d/l Atmosphere rate between segments 788 ATM_RATE 608 d/l Atmosphere rate between segments 789 ATM_RATE 609 d/l Atmosphere rate between segments 790 ATM_RATE 610 d/l Atmosphere rate between segments 791 ATM_RATE 611 d/l Atmosphere rate between segments 792 ATM_RATE 612 d/l Atmosphere rate between segments 793 ATM_RATE 613 d/l Atmosphere rate between segments 794 ATM_RATE 614 d/l Atmosphere rate between segments 795 ATM_RATE 615 d/l Atmosphere rate between segments 796 ATM_RATE 616 d/l Atmosphere rate between segments 797 ATM_RATE 617 d/l Atmosphere rate between segments 798 ATM_RATE 618 d/l Atmosphere rate between segments 799 ATM_RATE 619 d/l Atmosphere rate between segments 800 ATM_RATE 620 d/l Atmosphere rate between segments 801 ATM_RATE 621 d/l Atmosphere rate between segments 802 ATM_RATE 622 d/l Atmosphere rate between segments 803 ATM_RATE 623 d/l Atmosphere rate between segments 804 ATM_RATE 624 d/l Atmosphere rate between segments 805 ATM_RATE 625 d/l Atmosphere rate between segments 806 ATM_RATE 626 d/l Atmosphere rate between segments 807 ATM_RATE 627 d/l Atmosphere rate between segments 808 ATM_RATE 628 d/l Atmosphere rate between segments 809 ATM_RATE 629 d/l Atmosphere rate between segments 810 ATM_RATE 630 d/l Atmosphere rate between segments 811 ATM_RATE 631 d/l Atmosphere rate between segments 812 ATM_RATE 632 d/l Atmosphere rate between segments 813 ATM_RATE 633 d/l Atmosphere rate between segments 814 ATM_RATE 634 d/l Atmosphere rate between segments 815 ATM_RATE 635 d/l Atmosphere rate between segments 816 ATM_RATE 636 d/l Atmosphere rate between segments 817 ATM_RATE 637 d/l Atmosphere rate between segments 818 ATM_RATE 638 d/l Atmosphere rate between segments 819 ATM_RATE 639 d/l Atmosphere rate between segments 820 ATM_RATE 640 d/l Atmosphere rate between segments 821 ATM_RATE 641 d/l Atmosphere rate between segments 822 ATM_RATE 642 d/l Atmosphere rate between segments 823 ATM_RATE 643 d/l Atmosphere rate between segments 824 ATM_RATE 644 d/l Atmosphere rate between segments 825 ATM_RATE 645 d/l Atmosphere rate between segments 826 ATM_RATE 646 d/l Atmosphere rate between segments 827 ATM_RATE 647 d/l Atmosphere rate between segments 828 ATM_RATE 648 d/l Atmosphere rate between segments 829 CLO_RATE 181 d/l Clock rate between segments 830 CLO_RATE 182 d/l Clock rate between segments 831 CLO_RATE 183 d/l Clock rate between segments 832 CLO_RATE 184 d/l Clock rate between segments 833 CLO_RATE 185 d/l Clock rate between segments 834 CLO_RATE 186 d/l Clock rate between segments 835 CLO_RATE 187 d/l Clock rate between segments 836 CLO_RATE 188 d/l Clock rate between segments 837 CLO_RATE 189 d/l Clock rate between segments 838 CLO_RATE 190 d/l Clock rate between segments 839 CLO_RATE 191 d/l Clock rate between segments 840 CLO_RATE 192 d/l Clock rate between segments 841 CLO_RATE 193 d/l Clock rate between segments 842 CLO_RATE 194 d/l Clock rate between segments 843 CLO_RATE 195 d/l Clock rate between segments 844 CLO_RATE 196 d/l Clock rate between segments 845 CLO_RATE 197 d/l Clock rate between segments 846 CLO_RATE 198 d/l Clock rate between segments 847 CLO_RATE 199 d/l Clock rate between segments 848 CLO_RATE 200 d/l Clock rate between segments 849 CLO_RATE 201 d/l Clock rate between segments 850 CLO_RATE 202 d/l Clock rate between segments 851 CLO_RATE 203 d/l Clock rate between segments 852 CLO_RATE 204 d/l Clock rate between segments 853 CLO_RATE 205 d/l Clock rate between segments 854 CLO_RATE 206 d/l Clock rate between segments 855 CLO_RATE 207 d/l Clock rate between segments 856 CLO_RATE 208 d/l Clock rate between segments 857 CLO_RATE 209 d/l Clock rate between segments 858 CLO_RATE 210 d/l Clock rate between segments 859 CLO_RATE 211 d/l Clock rate between segments 860 CLO_RATE 212 d/l Clock rate between segments 861 CLO_RATE 213 d/l Clock rate between segments 862 CLO_RATE 214 d/l Clock rate between segments 863 CLO_RATE 215 d/l Clock rate between segments 864 CLO_RATE 216 d/l Clock rate between segments 865 ATM_RATE 649 d/l Atmosphere rate between segments 866 ATM_RATE 650 d/l Atmosphere rate between segments 867 ATM_RATE 651 d/l Atmosphere rate between segments 868 ATM_RATE 652 d/l Atmosphere rate between segments 869 ATM_RATE 653 d/l Atmosphere rate between segments 870 ATM_RATE 654 d/l Atmosphere rate between segments 871 ATM_RATE 655 d/l Atmosphere rate between segments 872 ATM_RATE 656 d/l Atmosphere rate between segments 873 ATM_RATE 657 d/l Atmosphere rate between segments 874 ATM_RATE 658 d/l Atmosphere rate between segments 875 ATM_RATE 659 d/l Atmosphere rate between segments 876 ATM_RATE 660 d/l Atmosphere rate between segments 877 ATM_RATE 661 d/l Atmosphere rate between segments 878 ATM_RATE 662 d/l Atmosphere rate between segments 879 ATM_RATE 663 d/l Atmosphere rate between segments 880 ATM_RATE 664 d/l Atmosphere rate between segments 881 ATM_RATE 665 d/l Atmosphere rate between segments 882 ATM_RATE 666 d/l Atmosphere rate between segments 883 ATM_RATE 667 d/l Atmosphere rate between segments 884 ATM_RATE 668 d/l Atmosphere rate between segments 885 ATM_RATE 669 d/l Atmosphere rate between segments 886 ATM_RATE 670 d/l Atmosphere rate between segments 887 ATM_RATE 671 d/l Atmosphere rate between segments 888 ATM_RATE 672 d/l Atmosphere rate between segments 889 ATM_RATE 673 d/l Atmosphere rate between segments 890 ATM_RATE 674 d/l Atmosphere rate between segments 891 ATM_RATE 675 d/l Atmosphere rate between segments 892 ATM_RATE 676 d/l Atmosphere rate between segments 893 ATM_RATE 677 d/l Atmosphere rate between segments 894 ATM_RATE 678 d/l Atmosphere rate between segments 895 ATM_RATE 679 d/l Atmosphere rate between segments 896 ATM_RATE 680 d/l Atmosphere rate between segments 897 ATM_RATE 681 d/l Atmosphere rate between segments 898 ATM_RATE 682 d/l Atmosphere rate between segments 899 ATM_RATE 683 d/l Atmosphere rate between segments 900 ATM_RATE 684 d/l Atmosphere rate between segments 901 ATM_RATE 685 d/l Atmosphere rate between segments 902 ATM_RATE 686 d/l Atmosphere rate between segments 903 ATM_RATE 687 d/l Atmosphere rate between segments 904 ATM_RATE 688 d/l Atmosphere rate between segments 905 ATM_RATE 689 d/l Atmosphere rate between segments 906 ATM_RATE 690 d/l Atmosphere rate between segments 907 ATM_RATE 691 d/l Atmosphere rate between segments 908 ATM_RATE 692 d/l Atmosphere rate between segments 909 ATM_RATE 693 d/l Atmosphere rate between segments 910 ATM_RATE 694 d/l Atmosphere rate between segments 911 ATM_RATE 695 d/l Atmosphere rate between segments 912 ATM_RATE 696 d/l Atmosphere rate between segments 913 ATM_RATE 697 d/l Atmosphere rate between segments 914 ATM_RATE 698 d/l Atmosphere rate between segments 915 ATM_RATE 699 d/l Atmosphere rate between segments 916 ATM_RATE 700 d/l Atmosphere rate between segments 917 ATM_RATE 701 d/l Atmosphere rate between segments 918 ATM_RATE 702 d/l Atmosphere rate between segments 919 ATM_RATE 703 d/l Atmosphere rate between segments 920 ATM_RATE 704 d/l Atmosphere rate between segments 921 ATM_RATE 705 d/l Atmosphere rate between segments 922 ATM_RATE 706 d/l Atmosphere rate between segments 923 ATM_RATE 707 d/l Atmosphere rate between segments 924 ATM_RATE 708 d/l Atmosphere rate between segments 925 ATM_RATE 709 d/l Atmosphere rate between segments 926 ATM_RATE 710 d/l Atmosphere rate between segments 927 ATM_RATE 711 d/l Atmosphere rate between segments 928 ATM_RATE 712 d/l Atmosphere rate between segments 929 ATM_RATE 713 d/l Atmosphere rate between segments 930 ATM_RATE 714 d/l Atmosphere rate between segments 931 ATM_RATE 715 d/l Atmosphere rate between segments 932 ATM_RATE 716 d/l Atmosphere rate between segments 933 ATM_RATE 717 d/l Atmosphere rate between segments 934 ATM_RATE 718 d/l Atmosphere rate between segments 935 ATM_RATE 719 d/l Atmosphere rate between segments 936 ATM_RATE 720 d/l Atmosphere rate between segments 937 ATM_RATE 721 d/l Atmosphere rate between segments 938 ATM_RATE 722 d/l Atmosphere rate between segments 939 ATM_RATE 723 d/l Atmosphere rate between segments 940 ATM_RATE 724 d/l Atmosphere rate between segments 941 ATM_RATE 725 d/l Atmosphere rate between segments 942 ATM_RATE 726 d/l Atmosphere rate between segments 943 ATM_RATE 727 d/l Atmosphere rate between segments 944 ATM_RATE 728 d/l Atmosphere rate between segments 945 ATM_RATE 729 d/l Atmosphere rate between segments 946 ATM_RATE 730 d/l Atmosphere rate between segments 947 ATM_RATE 731 d/l Atmosphere rate between segments 948 ATM_RATE 732 d/l Atmosphere rate between segments 949 ATM_RATE 733 d/l Atmosphere rate between segments 950 ATM_RATE 734 d/l Atmosphere rate between segments 951 ATM_RATE 735 d/l Atmosphere rate between segments 952 ATM_RATE 736 d/l Atmosphere rate between segments 953 ATM_RATE 737 d/l Atmosphere rate between segments 954 ATM_RATE 738 d/l Atmosphere rate between segments 955 ATM_RATE 739 d/l Atmosphere rate between segments 956 ATM_RATE 740 d/l Atmosphere rate between segments 957 ATM_RATE 741 d/l Atmosphere rate between segments 958 ATM_RATE 742 d/l Atmosphere rate between segments 959 ATM_RATE 743 d/l Atmosphere rate between segments 960 ATM_RATE 744 d/l Atmosphere rate between segments 961 ATM_RATE 745 d/l Atmosphere rate between segments 962 ATM_RATE 746 d/l Atmosphere rate between segments 963 ATM_RATE 747 d/l Atmosphere rate between segments 964 ATM_RATE 748 d/l Atmosphere rate between segments 965 ATM_RATE 749 d/l Atmosphere rate between segments 966 ATM_RATE 750 d/l Atmosphere rate between segments 967 ATM_RATE 751 d/l Atmosphere rate between segments 968 ATM_RATE 752 d/l Atmosphere rate between segments 969 ATM_RATE 753 d/l Atmosphere rate between segments 970 ATM_RATE 754 d/l Atmosphere rate between segments 971 ATM_RATE 755 d/l Atmosphere rate between segments 972 ATM_RATE 756 d/l Atmosphere rate between segments 973 CLO_RATE 217 d/l Clock rate between segments 974 CLO_RATE 218 d/l Clock rate between segments 975 CLO_RATE 219 d/l Clock rate between segments 976 CLO_RATE 220 d/l Clock rate between segments 977 CLO_RATE 221 d/l Clock rate between segments 978 CLO_RATE 222 d/l Clock rate between segments 979 CLO_RATE 223 d/l Clock rate between segments 980 CLO_RATE 224 d/l Clock rate between segments 981 CLO_RATE 225 d/l Clock rate between segments 982 CLO_RATE 226 d/l Clock rate between segments 983 CLO_RATE 227 d/l Clock rate between segments 984 CLO_RATE 228 d/l Clock rate between segments 985 CLO_RATE 229 d/l Clock rate between segments 986 CLO_RATE 230 d/l Clock rate between segments 987 CLO_RATE 231 d/l Clock rate between segments 988 CLO_RATE 232 d/l Clock rate between segments 989 CLO_RATE 233 d/l Clock rate between segments 990 CLO_RATE 234 d/l Clock rate between segments 991 CLO_RATE 235 d/l Clock rate between segments 992 CLO_RATE 236 d/l Clock rate between segments 993 CLO_RATE 237 d/l Clock rate between segments 994 CLO_RATE 238 d/l Clock rate between segments 995 CLO_RATE 239 d/l Clock rate between segments 996 CLO_RATE 240 d/l Clock rate between segments 997 CLO_RATE 241 d/l Clock rate between segments 998 CLO_RATE 242 d/l Clock rate between segments 999 CLO_RATE 243 d/l Clock rate between segments 1000 CLO_RATE 244 d/l Clock rate between segments 1001 CLO_RATE 245 d/l Clock rate between segments 1002 CLO_RATE 246 d/l Clock rate between segments 1003 CLO_RATE 247 d/l Clock rate between segments 1004 CLO_RATE 248 d/l Clock rate between segments 1005 CLO_RATE 249 d/l Clock rate between segments 1006 CLO_RATE 250 d/l Clock rate between segments 1007 CLO_RATE 251 d/l Clock rate between segments 1008 CLO_RATE 252 d/l Clock rate between segments 1009 ATM_RATE 757 d/l Atmosphere rate between segments 1010 ATM_RATE 758 d/l Atmosphere rate between segments 1011 ATM_RATE 759 d/l Atmosphere rate between segments 1012 ATM_RATE 760 d/l Atmosphere rate between segments 1013 ATM_RATE 761 d/l Atmosphere rate between segments 1014 ATM_RATE 762 d/l Atmosphere rate between segments 1015 ATM_RATE 763 d/l Atmosphere rate between segments 1016 ATM_RATE 764 d/l Atmosphere rate between segments 1017 ATM_RATE 765 d/l Atmosphere rate between segments 1018 ATM_RATE 766 d/l Atmosphere rate between segments 1019 ATM_RATE 767 d/l Atmosphere rate between segments 1020 ATM_RATE 768 d/l Atmosphere rate between segments 1021 ATM_RATE 769 d/l Atmosphere rate between segments 1022 ATM_RATE 770 d/l Atmosphere rate between segments 1023 ATM_RATE 771 d/l Atmosphere rate between segments 1024 ATM_RATE 772 d/l Atmosphere rate between segments 1025 ATM_RATE 773 d/l Atmosphere rate between segments 1026 ATM_RATE 774 d/l Atmosphere rate between segments 1027 ATM_RATE 775 d/l Atmosphere rate between segments 1028 ATM_RATE 776 d/l Atmosphere rate between segments 1029 ATM_RATE 777 d/l Atmosphere rate between segments 1030 ATM_RATE 778 d/l Atmosphere rate between segments 1031 ATM_RATE 779 d/l Atmosphere rate between segments 1032 ATM_RATE 780 d/l Atmosphere rate between segments 1033 ATM_RATE 781 d/l Atmosphere rate between segments 1034 ATM_RATE 782 d/l Atmosphere rate between segments 1035 ATM_RATE 783 d/l Atmosphere rate between segments 1036 ATM_RATE 784 d/l Atmosphere rate between segments 1037 ATM_RATE 785 d/l Atmosphere rate between segments 1038 ATM_RATE 786 d/l Atmosphere rate between segments 1039 ATM_RATE 787 d/l Atmosphere rate between segments 1040 ATM_RATE 788 d/l Atmosphere rate between segments 1041 ATM_RATE 789 d/l Atmosphere rate between segments 1042 ATM_RATE 790 d/l Atmosphere rate between segments 1043 ATM_RATE 791 d/l Atmosphere rate between segments 1044 ATM_RATE 792 d/l Atmosphere rate between segments 1045 ATM_RATE 793 d/l Atmosphere rate between segments 1046 ATM_RATE 794 d/l Atmosphere rate between segments 1047 ATM_RATE 795 d/l Atmosphere rate between segments 1048 ATM_RATE 796 d/l Atmosphere rate between segments 1049 ATM_RATE 797 d/l Atmosphere rate between segments 1050 ATM_RATE 798 d/l Atmosphere rate between segments 1051 ATM_RATE 799 d/l Atmosphere rate between segments 1052 ATM_RATE 800 d/l Atmosphere rate between segments 1053 ATM_RATE 801 d/l Atmosphere rate between segments 1054 ATM_RATE 802 d/l Atmosphere rate between segments 1055 ATM_RATE 803 d/l Atmosphere rate between segments 1056 ATM_RATE 804 d/l Atmosphere rate between segments 1057 ATM_RATE 805 d/l Atmosphere rate between segments 1058 ATM_RATE 806 d/l Atmosphere rate between segments 1059 ATM_RATE 807 d/l Atmosphere rate between segments 1060 ATM_RATE 808 d/l Atmosphere rate between segments 1061 ATM_RATE 809 d/l Atmosphere rate between segments 1062 ATM_RATE 810 d/l Atmosphere rate between segments 1063 ATM_RATE 811 d/l Atmosphere rate between segments 1064 ATM_RATE 812 d/l Atmosphere rate between segments 1065 ATM_RATE 813 d/l Atmosphere rate between segments 1066 ATM_RATE 814 d/l Atmosphere rate between segments 1067 ATM_RATE 815 d/l Atmosphere rate between segments 1068 ATM_RATE 816 d/l Atmosphere rate between segments 1069 ATM_RATE 817 d/l Atmosphere rate between segments 1070 ATM_RATE 818 d/l Atmosphere rate between segments 1071 ATM_RATE 819 d/l Atmosphere rate between segments 1072 ATM_RATE 820 d/l Atmosphere rate between segments 1073 ATM_RATE 821 d/l Atmosphere rate between segments 1074 ATM_RATE 822 d/l Atmosphere rate between segments 1075 ATM_RATE 823 d/l Atmosphere rate between segments 1076 ATM_RATE 824 d/l Atmosphere rate between segments 1077 ATM_RATE 825 d/l Atmosphere rate between segments 1078 ATM_RATE 826 d/l Atmosphere rate between segments 1079 ATM_RATE 827 d/l Atmosphere rate between segments 1080 ATM_RATE 828 d/l Atmosphere rate between segments 1081 ATM_RATE 829 d/l Atmosphere rate between segments 1082 ATM_RATE 830 d/l Atmosphere rate between segments 1083 ATM_RATE 831 d/l Atmosphere rate between segments 1084 ATM_RATE 832 d/l Atmosphere rate between segments 1085 ATM_RATE 833 d/l Atmosphere rate between segments 1086 ATM_RATE 834 d/l Atmosphere rate between segments 1087 ATM_RATE 835 d/l Atmosphere rate between segments 1088 ATM_RATE 836 d/l Atmosphere rate between segments 1089 ATM_RATE 837 d/l Atmosphere rate between segments 1090 ATM_RATE 838 d/l Atmosphere rate between segments 1091 ATM_RATE 839 d/l Atmosphere rate between segments 1092 ATM_RATE 840 d/l Atmosphere rate between segments 1093 ATM_RATE 841 d/l Atmosphere rate between segments 1094 ATM_RATE 842 d/l Atmosphere rate between segments 1095 ATM_RATE 843 d/l Atmosphere rate between segments 1096 ATM_RATE 844 d/l Atmosphere rate between segments 1097 ATM_RATE 845 d/l Atmosphere rate between segments 1098 ATM_RATE 846 d/l Atmosphere rate between segments 1099 ATM_RATE 847 d/l Atmosphere rate between segments 1100 ATM_RATE 848 d/l Atmosphere rate between segments 1101 ATM_RATE 849 d/l Atmosphere rate between segments 1102 ATM_RATE 850 d/l Atmosphere rate between segments 1103 ATM_RATE 851 d/l Atmosphere rate between segments 1104 ATM_RATE 852 d/l Atmosphere rate between segments 1105 ATM_RATE 853 d/l Atmosphere rate between segments 1106 ATM_RATE 854 d/l Atmosphere rate between segments 1107 ATM_RATE 855 d/l Atmosphere rate between segments 1108 ATM_RATE 856 d/l Atmosphere rate between segments 1109 ATM_RATE 857 d/l Atmosphere rate between segments 1110 ATM_RATE 858 d/l Atmosphere rate between segments 1111 ATM_RATE 859 d/l Atmosphere rate between segments 1112 ATM_RATE 860 d/l Atmosphere rate between segments 1113 ATM_RATE 861 d/l Atmosphere rate between segments 1114 ATM_RATE 862 d/l Atmosphere rate between segments 1115 ATM_RATE 863 d/l Atmosphere rate between segments 1116 ATM_RATE 864 d/l Atmosphere rate between segments 1117 BLC_VAL 1 sec Baseline clock 1118 BLC_VAL 2 sec Baseline clock 1119 BLC_VAL 3 sec Baseline clock 1120 BLC_VAL 4 sec Baseline clock 1121 BLC_VAL 5 sec Baseline clock 1122 BLC_VAL 6 sec Baseline clock 1123 BLC_VAL 7 sec Baseline clock 1124 BLC_VAL 8 sec Baseline clock 1125 BLC_VAL 9 sec Baseline clock 1126 BLC_VAL 10 sec Baseline clock 1127 BLC_VAL 11 sec Baseline clock 1128 BLC_VAL 12 sec Baseline clock 1129 BLC_VAL 13 sec Baseline clock 1130 BLC_VAL 14 sec Baseline clock 1131 BLC_VAL 15 sec Baseline clock 1132 BLC_VAL 16 sec Baseline clock 1133 BLC_VAL 17 sec Baseline clock 1134 EOP_XPL 1 mas Constraint on X pole value 1135 EOP_YPL 1 mas Constraint on Y pole value 1136 EOP_UT1 1 ms Constraint on UT1 angle 1137 EOR_XPL 1 masD Constraint on X pole rate 1138 EOR_YPL 1 masD Constraint on Y pole rate 1139 EOR_UT1 1 msD Constraint on UT1 rate 1140 GRAD_OFF 1 mm Atmosphere gradient offset 1141 GRAD_OFF 2 mm Atmosphere gradient offset 1142 GRAD_RAT 1 mm/d Atmosphere gradient rate 1143 GRAD_OFF 3 mm Atmosphere gradient offset 1144 GRAD_RAT 2 mm/d Atmosphere gradient rate 1145 GRAD_OFF 4 mm Atmosphere gradient offset 1146 GRAD_RAT 3 mm/d Atmosphere gradient rate 1147 GRAD_OFF 5 mm Atmosphere gradient offset 1148 GRAD_RAT 4 mm/d Atmosphere gradient rate 1149 GRAD_OFF 6 mm Atmosphere gradient offset 1150 GRAD_RAT 5 mm/d Atmosphere gradient rate 1151 GRAD_OFF 7 mm Atmosphere gradient offset 1152 GRAD_RAT 6 mm/d Atmosphere gradient rate 1153 GRAD_OFF 8 mm Atmosphere gradient offset 1154 GRAD_OFF 9 mm Atmosphere gradient offset 1155 GRAD_RAT 7 mm/d Atmosphere gradient rate 1156 GRAD_OFF 10 mm Atmosphere gradient offset 1157 GRAD_RAT 8 mm/d Atmosphere gradient rate 1158 GRAD_OFF 11 mm Atmosphere gradient offset 1159 GRAD_RAT 9 mm/d Atmosphere gradient rate 1160 GRAD_OFF 12 mm Atmosphere gradient offset 1161 GRAD_RAT 10 mm/d Atmosphere gradient rate 1162 GRAD_OFF 13 mm Atmosphere gradient offset 1163 GRAD_RAT 11 mm/d Atmosphere gradient rate 1164 GRAD_OFF 14 mm Atmosphere gradient offset 1165 GRAD_RAT 12 mm/d Atmosphere gradient rate 1166 GRAD_OFF 15 mm Atmosphere gradient offset 1167 GRAD_OFF 16 mm Atmosphere gradient offset 1168 GRAD_RAT 13 mm/d Atmosphere gradient rate 1169 GRAD_OFF 17 mm Atmosphere gradient offset 1170 GRAD_RAT 14 mm/d Atmosphere gradient rate 1171 GRAD_OFF 18 mm Atmosphere gradient offset 1172 GRAD_RAT 15 mm/d Atmosphere gradient rate 1173 GRAD_OFF 19 mm Atmosphere gradient offset 1174 GRAD_RAT 16 mm/d Atmosphere gradient rate 1175 GRAD_OFF 20 mm Atmosphere gradient offset 1176 GRAD_RAT 17 mm/d Atmosphere gradient rate 1177 GRAD_OFF 21 mm Atmosphere gradient offset 1178 GRAD_RAT 18 mm/d Atmosphere gradient rate 1179 GRAD_OFF 22 mm Atmosphere gradient offset 1180 GRAD_OFF 23 mm Atmosphere gradient offset 1181 GRAD_RAT 19 mm/d Atmosphere gradient rate 1182 GRAD_OFF 24 mm Atmosphere gradient offset 1183 GRAD_RAT 20 mm/d Atmosphere gradient rate 1184 GRAD_OFF 25 mm Atmosphere gradient offset 1185 GRAD_RAT 21 mm/d Atmosphere gradient rate 1186 GRAD_OFF 26 mm Atmosphere gradient offset 1187 GRAD_RAT 22 mm/d Atmosphere gradient rate 1188 GRAD_OFF 27 mm Atmosphere gradient offset 1189 GRAD_RAT 23 mm/d Atmosphere gradient rate 1190 GRAD_OFF 28 mm Atmosphere gradient offset 1191 GRAD_RAT 24 mm/d Atmosphere gradient rate 1192 GRAD_OFF 29 mm Atmosphere gradient offset 1193 GRAD_OFF 30 mm Atmosphere gradient offset 1194 GRAD_RAT 25 mm/d Atmosphere gradient rate 1195 GRAD_OFF 31 mm Atmosphere gradient offset 1196 GRAD_RAT 26 mm/d Atmosphere gradient rate 1197 GRAD_OFF 32 mm Atmosphere gradient offset 1198 GRAD_RAT 27 mm/d Atmosphere gradient rate 1199 GRAD_OFF 33 mm Atmosphere gradient offset 1200 GRAD_RAT 28 mm/d Atmosphere gradient rate 1201 GRAD_OFF 34 mm Atmosphere gradient offset 1202 GRAD_RAT 29 mm/d Atmosphere gradient rate 1203 GRAD_OFF 35 mm Atmosphere gradient offset 1204 GRAD_RAT 30 mm/d Atmosphere gradient rate 1205 GRAD_OFF 36 mm Atmosphere gradient offset 1206 GRAD_OFF 37 mm Atmosphere gradient offset 1207 GRAD_RAT 31 mm/d Atmosphere gradient rate 1208 GRAD_OFF 38 mm Atmosphere gradient offset 1209 GRAD_RAT 32 mm/d Atmosphere gradient rate 1210 GRAD_OFF 39 mm Atmosphere gradient offset 1211 GRAD_RAT 33 mm/d Atmosphere gradient rate 1212 GRAD_OFF 40 mm Atmosphere gradient offset 1213 GRAD_RAT 34 mm/d Atmosphere gradient rate 1214 GRAD_OFF 41 mm Atmosphere gradient offset 1215 GRAD_RAT 35 mm/d Atmosphere gradient rate 1216 GRAD_OFF 42 mm Atmosphere gradient offset 1217 GRAD_RAT 36 mm/d Atmosphere gradient rate 1218 GRAD_OFF 43 mm Atmosphere gradient offset 1219 GRAD_OFF 44 mm Atmosphere gradient offset 1220 GRAD_RAT 37 mm/d Atmosphere gradient rate 1221 GRAD_OFF 45 mm Atmosphere gradient offset 1222 GRAD_RAT 38 mm/d Atmosphere gradient rate 1223 GRAD_OFF 46 mm Atmosphere gradient offset 1224 GRAD_RAT 39 mm/d Atmosphere gradient rate 1225 GRAD_OFF 47 mm Atmosphere gradient offset 1226 GRAD_RAT 40 mm/d Atmosphere gradient rate 1227 GRAD_OFF 48 mm Atmosphere gradient offset 1228 GRAD_RAT 41 mm/d Atmosphere gradient rate 1229 GRAD_OFF 49 mm Atmosphere gradient offset 1230 GRAD_RAT 42 mm/d Atmosphere gradient rate 1231 GRAD_OFF 50 mm Atmosphere gradient offset 1232 GRAD_OFF 51 mm Atmosphere gradient offset 1233 GRAD_RAT 43 mm/d Atmosphere gradient rate 1234 GRAD_OFF 52 mm Atmosphere gradient offset 1235 GRAD_RAT 44 mm/d Atmosphere gradient rate 1236 GRAD_OFF 53 mm Atmosphere gradient offset 1237 GRAD_RAT 45 mm/d Atmosphere gradient rate 1238 GRAD_OFF 54 mm Atmosphere gradient offset 1239 GRAD_RAT 46 mm/d Atmosphere gradient rate 1240 GRAD_OFF 55 mm Atmosphere gradient offset 1241 GRAD_RAT 47 mm/d Atmosphere gradient rate 1242 GRAD_OFF 56 mm Atmosphere gradient offset 1243 GRAD_RAT 48 mm/d Atmosphere gradient rate 1244 GRAD_OFF 57 mm Atmosphere gradient offset 1245 GRAD_OFF 58 mm Atmosphere gradient offset 1246 GRAD_RAT 49 mm/d Atmosphere gradient rate 1247 GRAD_OFF 59 mm Atmosphere gradient offset 1248 GRAD_RAT 50 mm/d Atmosphere gradient rate 1249 GRAD_OFF 60 mm Atmosphere gradient offset 1250 GRAD_RAT 51 mm/d Atmosphere gradient rate 1251 GRAD_OFF 61 mm Atmosphere gradient offset 1252 GRAD_RAT 52 mm/d Atmosphere gradient rate 1253 GRAD_OFF 62 mm Atmosphere gradient offset 1254 GRAD_RAT 53 mm/d Atmosphere gradient rate 1255 GRAD_OFF 63 mm Atmosphere gradient offset 1256 GRAD_RAT 54 mm/d Atmosphere gradient rate 1257 GRAD_OFF 64 mm Atmosphere gradient offset 1258 GRAD_OFF 65 mm Atmosphere gradient offset 1259 GRAD_RAT 55 mm/d Atmosphere gradient rate 1260 GRAD_OFF 66 mm Atmosphere gradient offset 1261 GRAD_RAT 56 mm/d Atmosphere gradient rate 1262 GRAD_OFF 67 mm Atmosphere gradient offset 1263 GRAD_RAT 57 mm/d Atmosphere gradient rate 1264 GRAD_OFF 68 mm Atmosphere gradient offset 1265 GRAD_RAT 58 mm/d Atmosphere gradient rate 1266 GRAD_OFF 69 mm Atmosphere gradient offset 1267 GRAD_RAT 59 mm/d Atmosphere gradient rate 1268 GRAD_OFF 70 mm Atmosphere gradient offset 1269 GRAD_RAT 60 mm/d Atmosphere gradient rate 1270 GRAD_OFF 71 mm Atmosphere gradient offset 1271 GRAD_OFF 72 mm Atmosphere gradient offset 1272 GRAD_RAT 61 mm/d Atmosphere gradient rate 1273 GRAD_OFF 73 mm Atmosphere gradient offset 1274 GRAD_RAT 62 mm/d Atmosphere gradient rate 1275 GRAD_OFF 74 mm Atmosphere gradient offset 1276 GRAD_RAT 63 mm/d Atmosphere gradient rate 1277 GRAD_OFF 75 mm Atmosphere gradient offset 1278 GRAD_RAT 64 mm/d Atmosphere gradient rate 1279 GRAD_OFF 76 mm Atmosphere gradient offset 1280 GRAD_RAT 65 mm/d Atmosphere gradient rate 1281 GRAD_OFF 77 mm Atmosphere gradient offset 1282 GRAD_RAT 66 mm/d Atmosphere gradient rate 1283 GRAD_OFF 78 mm Atmosphere gradient offset 1284 GRAD_OFF 79 mm Atmosphere gradient offset 1285 GRAD_RAT 67 mm/d Atmosphere gradient rate 1286 GRAD_OFF 80 mm Atmosphere gradient offset 1287 GRAD_RAT 68 mm/d Atmosphere gradient rate 1288 GRAD_OFF 81 mm Atmosphere gradient offset 1289 GRAD_RAT 69 mm/d Atmosphere gradient rate 1290 GRAD_OFF 82 mm Atmosphere gradient offset 1291 GRAD_RAT 70 mm/d Atmosphere gradient rate 1292 GRAD_OFF 83 mm Atmosphere gradient offset 1293 GRAD_RAT 71 mm/d Atmosphere gradient rate 1294 GRAD_OFF 84 mm Atmosphere gradient offset 1295 GRAD_RAT 72 mm/d Atmosphere gradient rate 1296 GRAD_OFF 85 mm Atmosphere gradient offset 1297 GRAD_OFF 86 mm Atmosphere gradient offset 1298 GRAD_RAT 73 mm/d Atmosphere gradient rate 1299 GRAD_OFF 87 mm Atmosphere gradient offset 1300 GRAD_RAT 74 mm/d Atmosphere gradient rate 1301 GRAD_OFF 88 mm Atmosphere gradient offset 1302 GRAD_RAT 75 mm/d Atmosphere gradient rate 1303 GRAD_OFF 89 mm Atmosphere gradient offset 1304 GRAD_RAT 76 mm/d Atmosphere gradient rate 1305 GRAD_OFF 90 mm Atmosphere gradient offset 1306 GRAD_RAT 77 mm/d Atmosphere gradient rate 1307 GRAD_OFF 91 mm Atmosphere gradient offset 1308 GRAD_RAT 78 mm/d Atmosphere gradient rate 1309 GRAD_OFF 92 mm Atmosphere gradient offset 1310 GRAD_OFF 93 mm Atmosphere gradient offset 1311 GRAD_RAT 79 mm/d Atmosphere gradient rate 1312 GRAD_OFF 94 mm Atmosphere gradient offset 1313 GRAD_RAT 80 mm/d Atmosphere gradient rate 1314 GRAD_OFF 95 mm Atmosphere gradient offset 1315 GRAD_RAT 81 mm/d Atmosphere gradient rate 1316 GRAD_OFF 96 mm Atmosphere gradient offset 1317 GRAD_RAT 82 mm/d Atmosphere gradient rate 1318 GRAD_OFF 97 mm Atmosphere gradient offset 1319 GRAD_RAT 83 mm/d Atmosphere gradient rate 1320 GRAD_OFF 98 mm Atmosphere gradient offset 1321 GRAD_RAT 84 mm/d Atmosphere gradient rate 1322 GRAD_OFF 99 mm Atmosphere gradient offset 1323 GRAD_OFF 100 mm Atmosphere gradient offset 1324 GRAD_RAT 85 mm/d Atmosphere gradient rate 1325 GRAD_OFF 101 mm Atmosphere gradient offset 1326 GRAD_RAT 86 mm/d Atmosphere gradient rate 1327 GRAD_OFF 102 mm Atmosphere gradient offset 1328 GRAD_RAT 87 mm/d Atmosphere gradient rate 1329 GRAD_OFF 103 mm Atmosphere gradient offset 1330 GRAD_RAT 88 mm/d Atmosphere gradient rate 1331 GRAD_OFF 104 mm Atmosphere gradient offset 1332 GRAD_RAT 89 mm/d Atmosphere gradient rate 1333 GRAD_OFF 105 mm Atmosphere gradient offset 1334 GRAD_RAT 90 mm/d Atmosphere gradient rate 1335 GRAD_OFF 106 mm Atmosphere gradient offset 1336 GRAD_OFF 107 mm Atmosphere gradient offset 1337 GRAD_RAT 91 mm/d Atmosphere gradient rate 1338 GRAD_OFF 108 mm Atmosphere gradient offset 1339 GRAD_RAT 92 mm/d Atmosphere gradient rate 1340 GRAD_OFF 109 mm Atmosphere gradient offset 1341 GRAD_RAT 93 mm/d Atmosphere gradient rate 1342 GRAD_OFF 110 mm Atmosphere gradient offset 1343 GRAD_RAT 94 mm/d Atmosphere gradient rate 1344 GRAD_OFF 111 mm Atmosphere gradient offset 1345 GRAD_RAT 95 mm/d Atmosphere gradient rate 1346 GRAD_OFF 112 mm Atmosphere gradient offset 1347 GRAD_RAT 96 mm/d Atmosphere gradient rate 1348 NNT_POS 1 m No-net translation for positions 1349 NNT_POS 2 m No-net translation for positions 1350 NNT_POS 3 m No-net translation for positions 1351 NNR_POS 1 m No-net rotation for positions 1352 NNR_POS 2 m No-net rotation for positions 1353 NNR_POS 3 m No-net rotation for positions 1354 NNR_SRC 1 rad No-net rotation for sources 1355 NNR_SRC 2 rad No-net rotation for sources 1356 NNR_SRC 3 rad No-net rotation for sources 1357 SRC_COO 1 rad Source coordinates 1358 SRC_COO 2 rad Source coordinates 1359 SRC_COO 3 rad Source coordinates 1360 SRC_COO 4 rad Source coordinates 1361 SRC_COO 5 rad Source coordinates 1362 SRC_COO 6 rad Source coordinates 1363 SRC_COO 7 rad Source coordinates 1364 SRC_COO 8 rad Source coordinates 1365 SRC_COO 9 rad Source coordinates 1366 SRC_COO 10 rad Source coordinates 1367 SRC_COO 11 rad Source coordinates 1368 SRC_COO 12 rad Source coordinates 1369 SRC_COO 13 rad Source coordinates 1370 SRC_COO 14 rad Source coordinates 1371 SRC_COO 15 rad Source coordinates 1372 SRC_COO 16 rad Source coordinates 1373 SRC_COO 17 rad Source coordinates 1374 SRC_COO 18 rad Source coordinates 1375 SRC_COO 19 rad Source coordinates 1376 SRC_COO 20 rad Source coordinates 1377 SRC_COO 21 rad Source coordinates 1378 SRC_COO 22 rad Source coordinates 1379 SRC_COO 23 rad Source coordinates 1380 SRC_COO 24 rad Source coordinates 1381 SRC_COO 25 rad Source coordinates 1382 SRC_COO 26 rad Source coordinates 1383 SRC_COO 27 rad Source coordinates 1384 SRC_COO 28 rad Source coordinates 1385 SRC_COO 29 rad Source coordinates 1386 SRC_COO 30 rad Source coordinates 1387 SRC_COO 31 rad Source coordinates 1388 SRC_COO 32 rad Source coordinates 1389 SRC_COO 33 rad Source coordinates 1390 SRC_COO 34 rad Source coordinates 1391 SRC_COO 35 rad Source coordinates 1392 SRC_COO 36 rad Source coordinates 1393 SRC_COO 37 rad Source coordinates 1394 SRC_COO 38 rad Source coordinates 1395 SRC_COO 39 rad Source coordinates 1396 SRC_COO 40 rad Source coordinates 1397 SRC_COO 41 rad Source coordinates 1398 SRC_COO 42 rad Source coordinates 1399 SRC_COO 43 rad Source coordinates 1400 SRC_COO 44 rad Source coordinates 1401 SRC_COO 45 rad Source coordinates 1402 SRC_COO 46 rad Source coordinates 1403 SRC_COO 47 rad Source coordinates 1404 SRC_COO 48 rad Source coordinates 1405 SRC_COO 49 rad Source coordinates 1406 SRC_COO 50 rad Source coordinates 1407 SRC_COO 51 rad Source coordinates 1408 SRC_COO 52 rad Source coordinates 1409 SRC_COO 53 rad Source coordinates 1410 SRC_COO 54 rad Source coordinates -SOLUTION/CONSTRAINT_INFO * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_EQUATION_MATRIX * IND1 runs over constraint equations * IND2 runs over parameters to be constrainted * * Ind1 Ind2 Constraint_equation(ind1,ind2) 1134 79 1.00000000000000D+00 1135 81 1.00000000000000D+00 1136 83 1.00000000000000D+00 1137 80 1.00000000000000D+00 1138 82 1.00000000000000D+00 1139 84 1.00000000000000D+00 1348 1 1.00000000000000D+00 1348 4 1.00000000000000D+00 1348 7 1.00000000000000D+00 1348 10 1.00000000000000D+00 1348 13 1.00000000000000D+00 1348 16 1.00000000000000D+00 1348 19 1.00000000000000D+00 1348 22 1.00000000000000D+00 1349 2 1.00000000000000D+00 1349 5 1.00000000000000D+00 1349 8 1.00000000000000D+00 1349 11 1.00000000000000D+00 1349 14 1.00000000000000D+00 1349 17 1.00000000000000D+00 1349 20 1.00000000000000D+00 1349 23 1.00000000000000D+00 1350 3 1.00000000000000D+00 1350 6 1.00000000000000D+00 1350 9 1.00000000000000D+00 1350 12 1.00000000000000D+00 1350 15 1.00000000000000D+00 1350 18 1.00000000000000D+00 1350 21 1.00000000000000D+00 1350 24 1.00000000000000D+00 1351 2 -5.94174962941480D-01 1351 3 -6.85016753950509D-01 1351 5 -9.07501521732293D-01 1351 6 -2.29144834991160D-01 1351 8 -6.51959268475690D-01 1351 9 -6.48148141114789D-01 1351 11 -6.75731213111443D-01 1351 12 -7.00953440994200D-01 1351 14 -5.76283402631276D-01 1351 15 -7.29963115812951D-01 1351 17 -6.11177539928788D-01 1351 18 -6.69214102083820D-01 1351 20 -5.65236106529025D-01 1351 21 -7.11052467632939D-01 1351 23 -6.75600516291503D-01 1351 24 -7.01095053853742D-01 1352 1 5.94174962941480D-01 1352 3 4.24267642446082D-01 1352 4 9.07501521732293D-01 1352 6 3.59650946025477D-01 1352 7 6.51959268475690D-01 1352 9 3.96727106428613D-01 1352 10 6.75731213111443D-01 1352 12 -2.34696771124007D-01 1352 13 5.76283402631276D-01 1352 15 3.70133110237170D-01 1352 16 6.11177539928788D-01 1352 18 4.25599108518873D-01 1352 19 5.65236106529025D-01 1352 21 4.20790493410661D-01 1352 22 6.75600516291503D-01 1352 24 -2.34667531093941D-01 1353 1 6.85016753950509D-01 1353 2 -4.24267642446082D-01 1353 4 2.29144834991160D-01 1353 5 -3.59650946025477D-01 1353 7 6.48148141114789D-01 1353 8 -3.96727106428613D-01 1353 10 7.00953440994200D-01 1353 11 2.34696771124007D-01 1353 13 7.29963115812951D-01 1353 14 -3.70133110237170D-01 1353 16 6.69214102083820D-01 1353 17 -4.25599108518873D-01 1353 19 7.11052467632939D-01 1353 20 -4.20790493410661D-01 1353 22 7.01095053853742D-01 1353 23 2.34667531093941D-01 1354 25 -9.82511502635108D-05 1354 26 5.59945639654941D-04 1354 27 -3.47335401292954D-03 1354 28 1.46032942143715D-01 1354 29 -3.76379653805154D-02 1354 30 7.61113520406346D-02 1354 31 -2.56638895476389D-02 1354 32 7.95843568985961D-02 1354 33 -1.55831142995044D-03 1354 34 3.17533457209735D-02 1354 35 1.91583131173953D-03 1354 36 3.13238871172826D-02 1354 37 -3.10990305701850D-03 1354 38 4.57364478040676D-02 1354 39 -1.80806633904906D-03 1354 40 2.18502430781695D-01 1354 41 -3.21123838818325D-03 1354 42 9.92959607654631D-03 1354 43 9.93857601076956D-02 1354 44 1.24345081692661D-01 1354 45 2.21391323825806D-02 1354 46 3.87859733550897D-02 1354 47 2.60491420621063D-02 1354 48 5.11711968063005D-05 1354 49 1.87992665871786D-04 1354 50 -1.37878221332115D-03 1354 51 2.92823931748816D-02 1354 52 -1.45899697670864D-02 1354 53 7.74098831544900D-03 1354 54 -8.04073112330607D-03 1354 55 5.92371704461133D-04 1354 56 -8.74021598460973D-03 1354 57 4.15305716234284D-04 1354 58 -6.87798718791316D-03 1354 59 -1.01885355633369D-02 1354 60 -1.25710793366609D-02 1354 61 4.87202405223429D-03 1354 62 -2.19713533997637D-01 1354 63 6.50428922043555D-04 1354 64 -2.48663923080621D-02 1354 65 -2.14145653738262D-05 1354 66 -9.09093195191377D-01 1354 67 1.66701268871137D-02 1354 68 -3.97131614521807D-03 1354 69 -3.67043601221240D-02 1354 70 -6.23966168592224D-02 1354 71 -3.69324966216365D-05 1354 72 -3.81409281202258D-03 1354 73 3.70689859412936D-03 1354 74 -3.74445749259715D-03 1354 75 -2.89935558750415D-02 1354 76 -3.05488221407249D-02 1354 77 -9.93040277023710D-04 1354 78 -1.39309228825054D-02 1355 25 -8.41884280928649D-05 1355 26 -5.03106456469044D-03 1355 27 -6.59358157307344D-03 1355 28 -5.92253017938876D-01 1355 29 -8.59916471809423D-02 1355 30 -2.56476800996594D-01 1355 31 -7.34742205158974D-02 1355 32 -2.14014886026618D-01 1355 33 -7.45118783591867D-03 1355 34 -5.11266123484908D-02 1355 35 1.18370229754187D-02 1355 36 -3.90318564141180D-02 1355 37 -6.76887048121787D-02 1355 38 -1.61778892994714D-02 1355 39 -2.56236586391718D-01 1355 40 -1.18702065101554D-02 1355 41 2.14268179267316D-02 1355 42 1.14571139051276D-02 1355 43 -2.88534439220702D-01 1355 44 3.29749312570058D-01 1355 45 -4.84050629827236D-02 1355 46 1.36575652250698D-01 1355 47 -1.48047511073968D-04 1355 48 6.93181029956629D-02 1355 49 6.66168800478662D-05 1355 50 2.99558102310283D-02 1355 51 5.02819693409104D-02 1355 52 6.54150174443807D-02 1355 53 2.23229993564260D-02 1355 54 2.14668432890572D-02 1355 55 4.24077112045820D-03 1355 56 9.39940618697450D-03 1355 57 3.29889037436741D-03 1355 58 6.66638157361926D-03 1355 59 -2.39255541040356D-01 1355 60 4.12146018957783D-03 1355 61 1.59452898946063D-01 1355 62 5.16847708038088D-02 1355 63 4.89088859508327D-02 1355 64 2.54597207457071D-03 1355 65 1.78851508251360D-02 1355 66 -8.38018961616566D-03 1355 67 -1.19172469459939D-01 1355 68 -4.27687156987931D-03 1355 69 8.26610341278403D-02 1355 70 -2.13307755955493D-01 1355 71 7.40148713651001D-05 1355 72 -1.46524320454726D-02 1355 73 -4.85823561365868D-03 1355 74 -2.19963093075816D-02 1355 75 3.07303988901562D-02 1355 76 -2.21899608167362D-01 1355 77 8.16671153570143D-04 1355 78 -1.30415231547908D-01 1356 25 4.65449896086540D-03 1356 27 1.52728797954660D-03 1356 29 1.10955429852208D-01 1356 31 4.26202566118342D-02 1356 33 3.14993408911671D-03 1356 35 2.49680682253735D-01 1356 37 1.27856133739085D-01 1356 39 1.38645708804357D-01 1356 41 5.05896795585971D-02 1356 43 4.91599755922519D-01 1356 45 4.34915554428705D-02 1356 47 5.82110124375071D-02 1356 49 6.61715245534637D-03 1356 51 7.95099219753873D-02 1356 53 7.54155655136243D-02 1356 55 2.61245855326898D-03 1356 57 1.89061124670999D-03 1356 59 4.67585025950404D-01 1356 61 5.59844607428278D-02 1356 63 1.29795852150717D-01 1356 65 1.64562685793448D-03 1356 67 1.02970007080529D-01 1356 69 6.04397307205710D-01 1356 71 4.67637837204066D-03 1356 73 8.16785089487338D-02 1356 75 7.15760512982780D-02 1356 77 4.47581192173830D-03 1357 25 1.00000000000000D+00 1358 26 1.00000000000000D+00 1359 27 1.00000000000000D+00 1360 28 1.00000000000000D+00 1361 29 1.00000000000000D+00 1362 30 1.00000000000000D+00 1363 31 1.00000000000000D+00 1364 32 1.00000000000000D+00 1365 33 1.00000000000000D+00 1366 34 1.00000000000000D+00 1367 35 1.00000000000000D+00 1368 36 1.00000000000000D+00 1369 37 1.00000000000000D+00 1370 38 1.00000000000000D+00 1371 39 1.00000000000000D+00 1372 40 1.00000000000000D+00 1373 41 1.00000000000000D+00 1374 42 1.00000000000000D+00 1375 43 1.00000000000000D+00 1376 44 1.00000000000000D+00 1377 45 1.00000000000000D+00 1378 46 1.00000000000000D+00 1379 47 1.00000000000000D+00 1380 48 1.00000000000000D+00 1381 49 1.00000000000000D+00 1382 50 1.00000000000000D+00 1383 51 1.00000000000000D+00 1384 52 1.00000000000000D+00 1385 53 1.00000000000000D+00 1386 54 1.00000000000000D+00 1387 55 1.00000000000000D+00 1388 56 1.00000000000000D+00 1389 57 1.00000000000000D+00 1390 58 1.00000000000000D+00 1391 59 1.00000000000000D+00 1392 60 1.00000000000000D+00 1393 61 1.00000000000000D+00 1394 62 1.00000000000000D+00 1395 63 1.00000000000000D+00 1396 64 1.00000000000000D+00 1397 65 1.00000000000000D+00 1398 66 1.00000000000000D+00 1399 67 1.00000000000000D+00 1400 68 1.00000000000000D+00 1401 69 1.00000000000000D+00 1402 70 1.00000000000000D+00 1403 71 1.00000000000000D+00 1404 72 1.00000000000000D+00 1405 73 1.00000000000000D+00 1406 74 1.00000000000000D+00 1407 75 1.00000000000000D+00 1408 76 1.00000000000000D+00 1409 77 1.00000000000000D+00 1410 78 1.00000000000000D+00 -SOLUTION/CONSTRAINT_EQUATION_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_EQUATION_VECTOR *Index Right_hand_value____ Reciprocal_weight___ 1 0.00000000000000D+00 5.00000000000000D-14 2 0.00000000000000D+00 5.00000000000000D-14 3 0.00000000000000D+00 5.00000000000000D-14 4 0.00000000000000D+00 5.00000000000000D-14 5 0.00000000000000D+00 5.00000000000000D-14 6 0.00000000000000D+00 5.00000000000000D-14 7 0.00000000000000D+00 5.00000000000000D-14 8 0.00000000000000D+00 5.00000000000000D-14 9 0.00000000000000D+00 5.00000000000000D-14 10 0.00000000000000D+00 5.00000000000000D-14 11 0.00000000000000D+00 5.00000000000000D-14 12 0.00000000000000D+00 5.00000000000000D-14 13 0.00000000000000D+00 5.00000000000000D-14 14 0.00000000000000D+00 5.00000000000000D-14 15 0.00000000000000D+00 5.00000000000000D-14 16 0.00000000000000D+00 5.00000000000000D-14 17 0.00000000000000D+00 5.00000000000000D-14 18 0.00000000000000D+00 5.00000000000000D-14 19 0.00000000000000D+00 5.00000000000000D-14 20 0.00000000000000D+00 5.00000000000000D-14 21 0.00000000000000D+00 5.00000000000000D-14 22 0.00000000000000D+00 5.00000000000000D-14 23 0.00000000000000D+00 5.00000000000000D-14 24 0.00000000000000D+00 5.00000000000000D-14 25 0.00000000000000D+00 5.00000000000000D-14 26 0.00000000000000D+00 5.00000000000000D-14 27 0.00000000000000D+00 5.00000000000000D-14 28 0.00000000000000D+00 5.00000000000000D-14 29 0.00000000000000D+00 5.00000000000000D-14 30 0.00000000000000D+00 5.00000000000000D-14 31 0.00000000000000D+00 5.00000000000000D-14 32 0.00000000000000D+00 5.00000000000000D-14 33 0.00000000000000D+00 5.00000000000000D-14 34 0.00000000000000D+00 5.00000000000000D-14 35 0.00000000000000D+00 5.00000000000000D-14 36 0.00000000000000D+00 5.00000000000000D-14 37 0.00000000000000D+00 2.08333333333333D-14 38 0.00000000000000D+00 2.08333333333333D-14 39 0.00000000000000D+00 2.08333333333333D-14 40 0.00000000000000D+00 2.08333333333333D-14 41 0.00000000000000D+00 2.08333333333333D-14 42 0.00000000000000D+00 2.08333333333333D-14 43 0.00000000000000D+00 2.08333333333333D-14 44 0.00000000000000D+00 2.08333333333333D-14 45 0.00000000000000D+00 2.08333333333333D-14 46 0.00000000000000D+00 2.08333333333333D-14 47 0.00000000000000D+00 2.08333333333333D-14 48 0.00000000000000D+00 2.08333333333333D-14 49 0.00000000000000D+00 2.08333333333333D-14 50 0.00000000000000D+00 2.08333333333333D-14 51 0.00000000000000D+00 2.08333333333333D-14 52 0.00000000000000D+00 2.08333333333333D-14 53 0.00000000000000D+00 2.08333333333333D-14 54 0.00000000000000D+00 2.08333333333333D-14 55 0.00000000000000D+00 2.08333333333333D-14 56 0.00000000000000D+00 2.08333333333333D-14 57 0.00000000000000D+00 2.08333333333333D-14 58 0.00000000000000D+00 2.08333333333333D-14 59 0.00000000000000D+00 2.08333333333333D-14 60 0.00000000000000D+00 2.08333333333333D-14 61 0.00000000000000D+00 2.08333333333333D-14 62 0.00000000000000D+00 2.08333333333333D-14 63 0.00000000000000D+00 2.08333333333333D-14 64 0.00000000000000D+00 2.08333333333333D-14 65 0.00000000000000D+00 2.08333333333333D-14 66 0.00000000000000D+00 2.08333333333333D-14 67 0.00000000000000D+00 2.08333333333333D-14 68 0.00000000000000D+00 2.08333333333333D-14 69 0.00000000000000D+00 2.08333333333333D-14 70 0.00000000000000D+00 2.08333333333333D-14 71 0.00000000000000D+00 2.08333333333333D-14 72 0.00000000000000D+00 2.08333333333333D-14 73 0.00000000000000D+00 2.08333333333333D-14 74 0.00000000000000D+00 2.08333333333333D-14 75 0.00000000000000D+00 2.08333333333333D-14 76 0.00000000000000D+00 2.08333333333333D-14 77 0.00000000000000D+00 2.08333333333333D-14 78 0.00000000000000D+00 2.08333333333333D-14 79 0.00000000000000D+00 2.08333333333333D-14 80 0.00000000000000D+00 2.08333333333333D-14 81 0.00000000000000D+00 2.08333333333333D-14 82 0.00000000000000D+00 2.08333333333333D-14 83 0.00000000000000D+00 2.08333333333333D-14 84 0.00000000000000D+00 2.08333333333333D-14 85 0.00000000000000D+00 2.08333333333333D-14 86 0.00000000000000D+00 2.08333333333333D-14 87 0.00000000000000D+00 2.08333333333333D-14 88 0.00000000000000D+00 2.08333333333333D-14 89 0.00000000000000D+00 2.08333333333333D-14 90 0.00000000000000D+00 2.08333333333333D-14 91 0.00000000000000D+00 2.08333333333333D-14 92 0.00000000000000D+00 2.08333333333333D-14 93 0.00000000000000D+00 2.08333333333333D-14 94 0.00000000000000D+00 2.08333333333333D-14 95 0.00000000000000D+00 2.08333333333333D-14 96 0.00000000000000D+00 2.08333333333333D-14 97 0.00000000000000D+00 2.08333333333333D-14 98 0.00000000000000D+00 2.08333333333333D-14 99 0.00000000000000D+00 2.08333333333333D-14 100 0.00000000000000D+00 2.08333333333333D-14 101 0.00000000000000D+00 2.08333333333333D-14 102 0.00000000000000D+00 2.08333333333333D-14 103 0.00000000000000D+00 2.08333333333333D-14 104 0.00000000000000D+00 2.08333333333333D-14 105 0.00000000000000D+00 2.08333333333333D-14 106 0.00000000000000D+00 2.08333333333333D-14 107 0.00000000000000D+00 2.08333333333333D-14 108 0.00000000000000D+00 2.08333333333333D-14 109 0.00000000000000D+00 2.08333333333333D-14 110 0.00000000000000D+00 2.08333333333333D-14 111 0.00000000000000D+00 2.08333333333333D-14 112 0.00000000000000D+00 2.08333333333333D-14 113 0.00000000000000D+00 2.08333333333333D-14 114 0.00000000000000D+00 2.08333333333333D-14 115 0.00000000000000D+00 2.08333333333333D-14 116 0.00000000000000D+00 2.08333333333333D-14 117 0.00000000000000D+00 2.08333333333333D-14 118 0.00000000000000D+00 2.08333333333333D-14 119 0.00000000000000D+00 2.08333333333333D-14 120 0.00000000000000D+00 2.08333333333333D-14 121 0.00000000000000D+00 2.08333333333333D-14 122 0.00000000000000D+00 2.08333333333333D-14 123 0.00000000000000D+00 2.08333333333333D-14 124 0.00000000000000D+00 2.08333333333333D-14 125 0.00000000000000D+00 2.08333333333333D-14 126 0.00000000000000D+00 2.08333333333333D-14 127 0.00000000000000D+00 2.08333333333333D-14 128 0.00000000000000D+00 2.08333333333333D-14 129 0.00000000000000D+00 2.08333333333333D-14 130 0.00000000000000D+00 2.08333333333333D-14 131 0.00000000000000D+00 2.08333333333333D-14 132 0.00000000000000D+00 2.08333333333333D-14 133 0.00000000000000D+00 2.08333333333333D-14 134 0.00000000000000D+00 2.08333333333333D-14 135 0.00000000000000D+00 2.08333333333333D-14 136 0.00000000000000D+00 2.08333333333333D-14 137 0.00000000000000D+00 2.08333333333333D-14 138 0.00000000000000D+00 2.08333333333333D-14 139 0.00000000000000D+00 2.08333333333333D-14 140 0.00000000000000D+00 2.08333333333333D-14 141 0.00000000000000D+00 2.08333333333333D-14 142 0.00000000000000D+00 2.08333333333333D-14 143 0.00000000000000D+00 2.08333333333333D-14 144 0.00000000000000D+00 2.08333333333333D-14 145 0.00000000000000D+00 2.08333333333333D-14 146 0.00000000000000D+00 2.08333333333333D-14 147 0.00000000000000D+00 2.08333333333333D-14 148 0.00000000000000D+00 2.08333333333333D-14 149 0.00000000000000D+00 2.08333333333333D-14 150 0.00000000000000D+00 2.08333333333333D-14 151 0.00000000000000D+00 2.08333333333333D-14 152 0.00000000000000D+00 2.08333333333333D-14 153 0.00000000000000D+00 2.08333333333333D-14 154 0.00000000000000D+00 2.08333333333333D-14 155 0.00000000000000D+00 2.08333333333333D-14 156 0.00000000000000D+00 2.08333333333333D-14 157 0.00000000000000D+00 2.08333333333333D-14 158 0.00000000000000D+00 2.08333333333333D-14 159 0.00000000000000D+00 2.08333333333333D-14 160 0.00000000000000D+00 2.08333333333333D-14 161 0.00000000000000D+00 2.08333333333333D-14 162 0.00000000000000D+00 2.08333333333333D-14 163 0.00000000000000D+00 2.08333333333333D-14 164 0.00000000000000D+00 2.08333333333333D-14 165 0.00000000000000D+00 2.08333333333333D-14 166 0.00000000000000D+00 2.08333333333333D-14 167 0.00000000000000D+00 2.08333333333333D-14 168 0.00000000000000D+00 2.08333333333333D-14 169 0.00000000000000D+00 2.08333333333333D-14 170 0.00000000000000D+00 2.08333333333333D-14 171 0.00000000000000D+00 2.08333333333333D-14 172 0.00000000000000D+00 2.08333333333333D-14 173 0.00000000000000D+00 2.08333333333333D-14 174 0.00000000000000D+00 2.08333333333333D-14 175 0.00000000000000D+00 2.08333333333333D-14 176 0.00000000000000D+00 2.08333333333333D-14 177 0.00000000000000D+00 2.08333333333333D-14 178 0.00000000000000D+00 2.08333333333333D-14 179 0.00000000000000D+00 2.08333333333333D-14 180 0.00000000000000D+00 2.08333333333333D-14 181 0.00000000000000D+00 2.08333333333333D-14 182 0.00000000000000D+00 2.08333333333333D-14 183 0.00000000000000D+00 2.08333333333333D-14 184 0.00000000000000D+00 2.08333333333333D-14 185 0.00000000000000D+00 2.08333333333333D-14 186 0.00000000000000D+00 2.08333333333333D-14 187 0.00000000000000D+00 2.08333333333333D-14 188 0.00000000000000D+00 2.08333333333333D-14 189 0.00000000000000D+00 2.08333333333333D-14 190 0.00000000000000D+00 2.08333333333333D-14 191 0.00000000000000D+00 2.08333333333333D-14 192 0.00000000000000D+00 2.08333333333333D-14 193 0.00000000000000D+00 2.08333333333333D-14 194 0.00000000000000D+00 2.08333333333333D-14 195 0.00000000000000D+00 2.08333333333333D-14 196 0.00000000000000D+00 2.08333333333333D-14 197 0.00000000000000D+00 2.08333333333333D-14 198 0.00000000000000D+00 2.08333333333333D-14 199 0.00000000000000D+00 2.08333333333333D-14 200 0.00000000000000D+00 2.08333333333333D-14 201 0.00000000000000D+00 2.08333333333333D-14 202 0.00000000000000D+00 2.08333333333333D-14 203 0.00000000000000D+00 2.08333333333333D-14 204 0.00000000000000D+00 2.08333333333333D-14 205 0.00000000000000D+00 2.08333333333333D-14 206 0.00000000000000D+00 2.08333333333333D-14 207 0.00000000000000D+00 2.08333333333333D-14 208 0.00000000000000D+00 2.08333333333333D-14 209 0.00000000000000D+00 2.08333333333333D-14 210 0.00000000000000D+00 2.08333333333333D-14 211 0.00000000000000D+00 2.08333333333333D-14 212 0.00000000000000D+00 2.08333333333333D-14 213 0.00000000000000D+00 2.08333333333333D-14 214 0.00000000000000D+00 2.08333333333333D-14 215 0.00000000000000D+00 2.08333333333333D-14 216 0.00000000000000D+00 2.08333333333333D-14 217 0.00000000000000D+00 2.08333333333333D-14 218 0.00000000000000D+00 2.08333333333333D-14 219 0.00000000000000D+00 2.08333333333333D-14 220 0.00000000000000D+00 2.08333333333333D-14 221 0.00000000000000D+00 2.08333333333333D-14 222 0.00000000000000D+00 2.08333333333333D-14 223 0.00000000000000D+00 2.08333333333333D-14 224 0.00000000000000D+00 2.08333333333333D-14 225 0.00000000000000D+00 2.08333333333333D-14 226 0.00000000000000D+00 2.08333333333333D-14 227 0.00000000000000D+00 2.08333333333333D-14 228 0.00000000000000D+00 2.08333333333333D-14 229 0.00000000000000D+00 2.08333333333333D-14 230 0.00000000000000D+00 2.08333333333333D-14 231 0.00000000000000D+00 2.08333333333333D-14 232 0.00000000000000D+00 2.08333333333333D-14 233 0.00000000000000D+00 2.08333333333333D-14 234 0.00000000000000D+00 2.08333333333333D-14 235 0.00000000000000D+00 2.08333333333333D-14 236 0.00000000000000D+00 2.08333333333333D-14 237 0.00000000000000D+00 2.08333333333333D-14 238 0.00000000000000D+00 2.08333333333333D-14 239 0.00000000000000D+00 2.08333333333333D-14 240 0.00000000000000D+00 2.08333333333333D-14 241 0.00000000000000D+00 2.08333333333333D-14 242 0.00000000000000D+00 2.08333333333333D-14 243 0.00000000000000D+00 2.08333333333333D-14 244 0.00000000000000D+00 2.08333333333333D-14 245 0.00000000000000D+00 2.08333333333333D-14 246 0.00000000000000D+00 2.08333333333333D-14 247 0.00000000000000D+00 2.08333333333333D-14 248 0.00000000000000D+00 2.08333333333333D-14 249 0.00000000000000D+00 2.08333333333333D-14 250 0.00000000000000D+00 2.08333333333333D-14 251 0.00000000000000D+00 2.08333333333333D-14 252 0.00000000000000D+00 2.08333333333333D-14 253 0.00000000000000D+00 5.00000000000000D-14 254 0.00000000000000D+00 5.00000000000000D-14 255 0.00000000000000D+00 5.00000000000000D-14 256 0.00000000000000D+00 5.00000000000000D-14 257 0.00000000000000D+00 5.00000000000000D-14 258 0.00000000000000D+00 5.00000000000000D-14 259 0.00000000000000D+00 5.00000000000000D-14 260 0.00000000000000D+00 5.00000000000000D-14 261 0.00000000000000D+00 5.00000000000000D-14 262 0.00000000000000D+00 5.00000000000000D-14 263 0.00000000000000D+00 5.00000000000000D-14 264 0.00000000000000D+00 5.00000000000000D-14 265 0.00000000000000D+00 5.00000000000000D-14 266 0.00000000000000D+00 5.00000000000000D-14 267 0.00000000000000D+00 5.00000000000000D-14 268 0.00000000000000D+00 5.00000000000000D-14 269 0.00000000000000D+00 5.00000000000000D-14 270 0.00000000000000D+00 5.00000000000000D-14 271 0.00000000000000D+00 5.00000000000000D-14 272 0.00000000000000D+00 5.00000000000000D-14 273 0.00000000000000D+00 5.00000000000000D-14 274 0.00000000000000D+00 5.00000000000000D-14 275 0.00000000000000D+00 5.00000000000000D-14 276 0.00000000000000D+00 5.00000000000000D-14 277 0.00000000000000D+00 5.00000000000000D-14 278 0.00000000000000D+00 5.00000000000000D-14 279 0.00000000000000D+00 5.00000000000000D-14 280 0.00000000000000D+00 5.00000000000000D-14 281 0.00000000000000D+00 5.00000000000000D-14 282 0.00000000000000D+00 5.00000000000000D-14 283 0.00000000000000D+00 5.00000000000000D-14 284 0.00000000000000D+00 5.00000000000000D-14 285 0.00000000000000D+00 5.00000000000000D-14 286 0.00000000000000D+00 5.00000000000000D-14 287 0.00000000000000D+00 5.00000000000000D-14 288 0.00000000000000D+00 5.00000000000000D-14 289 0.00000000000000D+00 2.08333333333333D-14 290 0.00000000000000D+00 2.08333333333333D-14 291 0.00000000000000D+00 2.08333333333333D-14 292 0.00000000000000D+00 2.08333333333333D-14 293 0.00000000000000D+00 2.08333333333333D-14 294 0.00000000000000D+00 2.08333333333333D-14 295 0.00000000000000D+00 2.08333333333333D-14 296 0.00000000000000D+00 2.08333333333333D-14 297 0.00000000000000D+00 2.08333333333333D-14 298 0.00000000000000D+00 2.08333333333333D-14 299 0.00000000000000D+00 2.08333333333333D-14 300 0.00000000000000D+00 2.08333333333333D-14 301 0.00000000000000D+00 2.08333333333333D-14 302 0.00000000000000D+00 2.08333333333333D-14 303 0.00000000000000D+00 2.08333333333333D-14 304 0.00000000000000D+00 2.08333333333333D-14 305 0.00000000000000D+00 2.08333333333333D-14 306 0.00000000000000D+00 2.08333333333333D-14 307 0.00000000000000D+00 2.08333333333333D-14 308 0.00000000000000D+00 2.08333333333333D-14 309 0.00000000000000D+00 2.08333333333333D-14 310 0.00000000000000D+00 2.08333333333333D-14 311 0.00000000000000D+00 2.08333333333333D-14 312 0.00000000000000D+00 2.08333333333333D-14 313 0.00000000000000D+00 2.08333333333333D-14 314 0.00000000000000D+00 2.08333333333333D-14 315 0.00000000000000D+00 2.08333333333333D-14 316 0.00000000000000D+00 2.08333333333333D-14 317 0.00000000000000D+00 2.08333333333333D-14 318 0.00000000000000D+00 2.08333333333333D-14 319 0.00000000000000D+00 2.08333333333333D-14 320 0.00000000000000D+00 2.08333333333333D-14 321 0.00000000000000D+00 2.08333333333333D-14 322 0.00000000000000D+00 2.08333333333333D-14 323 0.00000000000000D+00 2.08333333333333D-14 324 0.00000000000000D+00 2.08333333333333D-14 325 0.00000000000000D+00 2.08333333333333D-14 326 0.00000000000000D+00 2.08333333333333D-14 327 0.00000000000000D+00 2.08333333333333D-14 328 0.00000000000000D+00 2.08333333333333D-14 329 0.00000000000000D+00 2.08333333333333D-14 330 0.00000000000000D+00 2.08333333333333D-14 331 0.00000000000000D+00 2.08333333333333D-14 332 0.00000000000000D+00 2.08333333333333D-14 333 0.00000000000000D+00 2.08333333333333D-14 334 0.00000000000000D+00 2.08333333333333D-14 335 0.00000000000000D+00 2.08333333333333D-14 336 0.00000000000000D+00 2.08333333333333D-14 337 0.00000000000000D+00 2.08333333333333D-14 338 0.00000000000000D+00 2.08333333333333D-14 339 0.00000000000000D+00 2.08333333333333D-14 340 0.00000000000000D+00 2.08333333333333D-14 341 0.00000000000000D+00 2.08333333333333D-14 342 0.00000000000000D+00 2.08333333333333D-14 343 0.00000000000000D+00 2.08333333333333D-14 344 0.00000000000000D+00 2.08333333333333D-14 345 0.00000000000000D+00 2.08333333333333D-14 346 0.00000000000000D+00 2.08333333333333D-14 347 0.00000000000000D+00 2.08333333333333D-14 348 0.00000000000000D+00 2.08333333333333D-14 349 0.00000000000000D+00 2.08333333333333D-14 350 0.00000000000000D+00 2.08333333333333D-14 351 0.00000000000000D+00 2.08333333333333D-14 352 0.00000000000000D+00 2.08333333333333D-14 353 0.00000000000000D+00 2.08333333333333D-14 354 0.00000000000000D+00 2.08333333333333D-14 355 0.00000000000000D+00 2.08333333333333D-14 356 0.00000000000000D+00 2.08333333333333D-14 357 0.00000000000000D+00 2.08333333333333D-14 358 0.00000000000000D+00 2.08333333333333D-14 359 0.00000000000000D+00 2.08333333333333D-14 360 0.00000000000000D+00 2.08333333333333D-14 361 0.00000000000000D+00 2.08333333333333D-14 362 0.00000000000000D+00 2.08333333333333D-14 363 0.00000000000000D+00 2.08333333333333D-14 364 0.00000000000000D+00 2.08333333333333D-14 365 0.00000000000000D+00 2.08333333333333D-14 366 0.00000000000000D+00 2.08333333333333D-14 367 0.00000000000000D+00 2.08333333333333D-14 368 0.00000000000000D+00 2.08333333333333D-14 369 0.00000000000000D+00 2.08333333333333D-14 370 0.00000000000000D+00 2.08333333333333D-14 371 0.00000000000000D+00 2.08333333333333D-14 372 0.00000000000000D+00 2.08333333333333D-14 373 0.00000000000000D+00 2.08333333333333D-14 374 0.00000000000000D+00 2.08333333333333D-14 375 0.00000000000000D+00 2.08333333333333D-14 376 0.00000000000000D+00 2.08333333333333D-14 377 0.00000000000000D+00 2.08333333333333D-14 378 0.00000000000000D+00 2.08333333333333D-14 379 0.00000000000000D+00 2.08333333333333D-14 380 0.00000000000000D+00 2.08333333333333D-14 381 0.00000000000000D+00 2.08333333333333D-14 382 0.00000000000000D+00 2.08333333333333D-14 383 0.00000000000000D+00 2.08333333333333D-14 384 0.00000000000000D+00 2.08333333333333D-14 385 0.00000000000000D+00 2.08333333333333D-14 386 0.00000000000000D+00 2.08333333333333D-14 387 0.00000000000000D+00 2.08333333333333D-14 388 0.00000000000000D+00 2.08333333333333D-14 389 0.00000000000000D+00 2.08333333333333D-14 390 0.00000000000000D+00 2.08333333333333D-14 391 0.00000000000000D+00 2.08333333333333D-14 392 0.00000000000000D+00 2.08333333333333D-14 393 0.00000000000000D+00 2.08333333333333D-14 394 0.00000000000000D+00 2.08333333333333D-14 395 0.00000000000000D+00 2.08333333333333D-14 396 0.00000000000000D+00 2.08333333333333D-14 397 0.00000000000000D+00 5.00000000000000D-14 398 0.00000000000000D+00 5.00000000000000D-14 399 0.00000000000000D+00 5.00000000000000D-14 400 0.00000000000000D+00 5.00000000000000D-14 401 0.00000000000000D+00 5.00000000000000D-14 402 0.00000000000000D+00 5.00000000000000D-14 403 0.00000000000000D+00 5.00000000000000D-14 404 0.00000000000000D+00 5.00000000000000D-14 405 0.00000000000000D+00 5.00000000000000D-14 406 0.00000000000000D+00 5.00000000000000D-14 407 0.00000000000000D+00 5.00000000000000D-14 408 0.00000000000000D+00 5.00000000000000D-14 409 0.00000000000000D+00 5.00000000000000D-14 410 0.00000000000000D+00 5.00000000000000D-14 411 0.00000000000000D+00 5.00000000000000D-14 412 0.00000000000000D+00 5.00000000000000D-14 413 0.00000000000000D+00 5.00000000000000D-14 414 0.00000000000000D+00 5.00000000000000D-14 415 0.00000000000000D+00 5.00000000000000D-14 416 0.00000000000000D+00 5.00000000000000D-14 417 0.00000000000000D+00 5.00000000000000D-14 418 0.00000000000000D+00 5.00000000000000D-14 419 0.00000000000000D+00 5.00000000000000D-14 420 0.00000000000000D+00 5.00000000000000D-14 421 0.00000000000000D+00 5.00000000000000D-14 422 0.00000000000000D+00 5.00000000000000D-14 423 0.00000000000000D+00 5.00000000000000D-14 424 0.00000000000000D+00 5.00000000000000D-14 425 0.00000000000000D+00 5.00000000000000D-14 426 0.00000000000000D+00 5.00000000000000D-14 427 0.00000000000000D+00 5.00000000000000D-14 428 0.00000000000000D+00 5.00000000000000D-14 429 0.00000000000000D+00 5.00000000000000D-14 430 0.00000000000000D+00 5.00000000000000D-14 431 0.00000000000000D+00 5.00000000000000D-14 432 0.00000000000000D+00 5.00000000000000D-14 433 0.00000000000000D+00 2.08333333333333D-14 434 0.00000000000000D+00 2.08333333333333D-14 435 0.00000000000000D+00 2.08333333333333D-14 436 0.00000000000000D+00 2.08333333333333D-14 437 0.00000000000000D+00 2.08333333333333D-14 438 0.00000000000000D+00 2.08333333333333D-14 439 0.00000000000000D+00 2.08333333333333D-14 440 0.00000000000000D+00 2.08333333333333D-14 441 0.00000000000000D+00 2.08333333333333D-14 442 0.00000000000000D+00 2.08333333333333D-14 443 0.00000000000000D+00 2.08333333333333D-14 444 0.00000000000000D+00 2.08333333333333D-14 445 0.00000000000000D+00 2.08333333333333D-14 446 0.00000000000000D+00 2.08333333333333D-14 447 0.00000000000000D+00 2.08333333333333D-14 448 0.00000000000000D+00 2.08333333333333D-14 449 0.00000000000000D+00 2.08333333333333D-14 450 0.00000000000000D+00 2.08333333333333D-14 451 0.00000000000000D+00 2.08333333333333D-14 452 0.00000000000000D+00 2.08333333333333D-14 453 0.00000000000000D+00 2.08333333333333D-14 454 0.00000000000000D+00 2.08333333333333D-14 455 0.00000000000000D+00 2.08333333333333D-14 456 0.00000000000000D+00 2.08333333333333D-14 457 0.00000000000000D+00 2.08333333333333D-14 458 0.00000000000000D+00 2.08333333333333D-14 459 0.00000000000000D+00 2.08333333333333D-14 460 0.00000000000000D+00 2.08333333333333D-14 461 0.00000000000000D+00 2.08333333333333D-14 462 0.00000000000000D+00 2.08333333333333D-14 463 0.00000000000000D+00 2.08333333333333D-14 464 0.00000000000000D+00 2.08333333333333D-14 465 0.00000000000000D+00 2.08333333333333D-14 466 0.00000000000000D+00 2.08333333333333D-14 467 0.00000000000000D+00 2.08333333333333D-14 468 0.00000000000000D+00 2.08333333333333D-14 469 0.00000000000000D+00 2.08333333333333D-14 470 0.00000000000000D+00 2.08333333333333D-14 471 0.00000000000000D+00 2.08333333333333D-14 472 0.00000000000000D+00 2.08333333333333D-14 473 0.00000000000000D+00 2.08333333333333D-14 474 0.00000000000000D+00 2.08333333333333D-14 475 0.00000000000000D+00 2.08333333333333D-14 476 0.00000000000000D+00 2.08333333333333D-14 477 0.00000000000000D+00 2.08333333333333D-14 478 0.00000000000000D+00 2.08333333333333D-14 479 0.00000000000000D+00 2.08333333333333D-14 480 0.00000000000000D+00 2.08333333333333D-14 481 0.00000000000000D+00 2.08333333333333D-14 482 0.00000000000000D+00 2.08333333333333D-14 483 0.00000000000000D+00 2.08333333333333D-14 484 0.00000000000000D+00 2.08333333333333D-14 485 0.00000000000000D+00 2.08333333333333D-14 486 0.00000000000000D+00 2.08333333333333D-14 487 0.00000000000000D+00 2.08333333333333D-14 488 0.00000000000000D+00 2.08333333333333D-14 489 0.00000000000000D+00 2.08333333333333D-14 490 0.00000000000000D+00 2.08333333333333D-14 491 0.00000000000000D+00 2.08333333333333D-14 492 0.00000000000000D+00 2.08333333333333D-14 493 0.00000000000000D+00 2.08333333333333D-14 494 0.00000000000000D+00 2.08333333333333D-14 495 0.00000000000000D+00 2.08333333333333D-14 496 0.00000000000000D+00 2.08333333333333D-14 497 0.00000000000000D+00 2.08333333333333D-14 498 0.00000000000000D+00 2.08333333333333D-14 499 0.00000000000000D+00 2.08333333333333D-14 500 0.00000000000000D+00 2.08333333333333D-14 501 0.00000000000000D+00 2.08333333333333D-14 502 0.00000000000000D+00 2.08333333333333D-14 503 0.00000000000000D+00 2.08333333333333D-14 504 0.00000000000000D+00 2.08333333333333D-14 505 0.00000000000000D+00 2.08333333333333D-14 506 0.00000000000000D+00 2.08333333333333D-14 507 0.00000000000000D+00 2.08333333333333D-14 508 0.00000000000000D+00 2.08333333333333D-14 509 0.00000000000000D+00 2.08333333333333D-14 510 0.00000000000000D+00 2.08333333333333D-14 511 0.00000000000000D+00 2.08333333333333D-14 512 0.00000000000000D+00 2.08333333333333D-14 513 0.00000000000000D+00 2.08333333333333D-14 514 0.00000000000000D+00 2.08333333333333D-14 515 0.00000000000000D+00 2.08333333333333D-14 516 0.00000000000000D+00 2.08333333333333D-14 517 0.00000000000000D+00 2.08333333333333D-14 518 0.00000000000000D+00 2.08333333333333D-14 519 0.00000000000000D+00 2.08333333333333D-14 520 0.00000000000000D+00 2.08333333333333D-14 521 0.00000000000000D+00 2.08333333333333D-14 522 0.00000000000000D+00 2.08333333333333D-14 523 0.00000000000000D+00 2.08333333333333D-14 524 0.00000000000000D+00 2.08333333333333D-14 525 0.00000000000000D+00 2.08333333333333D-14 526 0.00000000000000D+00 2.08333333333333D-14 527 0.00000000000000D+00 2.08333333333333D-14 528 0.00000000000000D+00 2.08333333333333D-14 529 0.00000000000000D+00 2.08333333333333D-14 530 0.00000000000000D+00 2.08333333333333D-14 531 0.00000000000000D+00 2.08333333333333D-14 532 0.00000000000000D+00 2.08333333333333D-14 533 0.00000000000000D+00 2.08333333333333D-14 534 0.00000000000000D+00 2.08333333333333D-14 535 0.00000000000000D+00 2.08333333333333D-14 536 0.00000000000000D+00 2.08333333333333D-14 537 0.00000000000000D+00 2.08333333333333D-14 538 0.00000000000000D+00 2.08333333333333D-14 539 0.00000000000000D+00 2.08333333333333D-14 540 0.00000000000000D+00 2.08333333333333D-14 541 0.00000000000000D+00 5.00000000000000D-14 542 0.00000000000000D+00 5.00000000000000D-14 543 0.00000000000000D+00 5.00000000000000D-14 544 0.00000000000000D+00 5.00000000000000D-14 545 0.00000000000000D+00 5.00000000000000D-14 546 0.00000000000000D+00 5.00000000000000D-14 547 0.00000000000000D+00 5.00000000000000D-14 548 0.00000000000000D+00 5.00000000000000D-14 549 0.00000000000000D+00 5.00000000000000D-14 550 0.00000000000000D+00 5.00000000000000D-14 551 0.00000000000000D+00 5.00000000000000D-14 552 0.00000000000000D+00 5.00000000000000D-14 553 0.00000000000000D+00 5.00000000000000D-14 554 0.00000000000000D+00 5.00000000000000D-14 555 0.00000000000000D+00 5.00000000000000D-14 556 0.00000000000000D+00 5.00000000000000D-14 557 0.00000000000000D+00 5.00000000000000D-14 558 0.00000000000000D+00 5.00000000000000D-14 559 0.00000000000000D+00 5.00000000000000D-14 560 0.00000000000000D+00 5.00000000000000D-14 561 0.00000000000000D+00 5.00000000000000D-14 562 0.00000000000000D+00 5.00000000000000D-14 563 0.00000000000000D+00 5.00000000000000D-14 564 0.00000000000000D+00 5.00000000000000D-14 565 0.00000000000000D+00 5.00000000000000D-14 566 0.00000000000000D+00 5.00000000000000D-14 567 0.00000000000000D+00 5.00000000000000D-14 568 0.00000000000000D+00 5.00000000000000D-14 569 0.00000000000000D+00 5.00000000000000D-14 570 0.00000000000000D+00 5.00000000000000D-14 571 0.00000000000000D+00 5.00000000000000D-14 572 0.00000000000000D+00 5.00000000000000D-14 573 0.00000000000000D+00 5.00000000000000D-14 574 0.00000000000000D+00 5.00000000000000D-14 575 0.00000000000000D+00 5.00000000000000D-14 576 0.00000000000000D+00 5.00000000000000D-14 577 0.00000000000000D+00 2.08333333333333D-14 578 0.00000000000000D+00 2.08333333333333D-14 579 0.00000000000000D+00 2.08333333333333D-14 580 0.00000000000000D+00 2.08333333333333D-14 581 0.00000000000000D+00 2.08333333333333D-14 582 0.00000000000000D+00 2.08333333333333D-14 583 0.00000000000000D+00 2.08333333333333D-14 584 0.00000000000000D+00 2.08333333333333D-14 585 0.00000000000000D+00 2.08333333333333D-14 586 0.00000000000000D+00 2.08333333333333D-14 587 0.00000000000000D+00 2.08333333333333D-14 588 0.00000000000000D+00 2.08333333333333D-14 589 0.00000000000000D+00 2.08333333333333D-14 590 0.00000000000000D+00 2.08333333333333D-14 591 0.00000000000000D+00 2.08333333333333D-14 592 0.00000000000000D+00 2.08333333333333D-14 593 0.00000000000000D+00 2.08333333333333D-14 594 0.00000000000000D+00 2.08333333333333D-14 595 0.00000000000000D+00 2.08333333333333D-14 596 0.00000000000000D+00 2.08333333333333D-14 597 0.00000000000000D+00 2.08333333333333D-14 598 0.00000000000000D+00 2.08333333333333D-14 599 0.00000000000000D+00 2.08333333333333D-14 600 0.00000000000000D+00 2.08333333333333D-14 601 0.00000000000000D+00 2.08333333333333D-14 602 0.00000000000000D+00 2.08333333333333D-14 603 0.00000000000000D+00 2.08333333333333D-14 604 0.00000000000000D+00 2.08333333333333D-14 605 0.00000000000000D+00 2.08333333333333D-14 606 0.00000000000000D+00 2.08333333333333D-14 607 0.00000000000000D+00 2.08333333333333D-14 608 0.00000000000000D+00 2.08333333333333D-14 609 0.00000000000000D+00 2.08333333333333D-14 610 0.00000000000000D+00 2.08333333333333D-14 611 0.00000000000000D+00 2.08333333333333D-14 612 0.00000000000000D+00 2.08333333333333D-14 613 0.00000000000000D+00 2.08333333333333D-14 614 0.00000000000000D+00 2.08333333333333D-14 615 0.00000000000000D+00 2.08333333333333D-14 616 0.00000000000000D+00 2.08333333333333D-14 617 0.00000000000000D+00 2.08333333333333D-14 618 0.00000000000000D+00 2.08333333333333D-14 619 0.00000000000000D+00 2.08333333333333D-14 620 0.00000000000000D+00 2.08333333333333D-14 621 0.00000000000000D+00 2.08333333333333D-14 622 0.00000000000000D+00 2.08333333333333D-14 623 0.00000000000000D+00 2.08333333333333D-14 624 0.00000000000000D+00 2.08333333333333D-14 625 0.00000000000000D+00 2.08333333333333D-14 626 0.00000000000000D+00 2.08333333333333D-14 627 0.00000000000000D+00 2.08333333333333D-14 628 0.00000000000000D+00 2.08333333333333D-14 629 0.00000000000000D+00 2.08333333333333D-14 630 0.00000000000000D+00 2.08333333333333D-14 631 0.00000000000000D+00 2.08333333333333D-14 632 0.00000000000000D+00 2.08333333333333D-14 633 0.00000000000000D+00 2.08333333333333D-14 634 0.00000000000000D+00 2.08333333333333D-14 635 0.00000000000000D+00 2.08333333333333D-14 636 0.00000000000000D+00 2.08333333333333D-14 637 0.00000000000000D+00 2.08333333333333D-14 638 0.00000000000000D+00 2.08333333333333D-14 639 0.00000000000000D+00 2.08333333333333D-14 640 0.00000000000000D+00 2.08333333333333D-14 641 0.00000000000000D+00 2.08333333333333D-14 642 0.00000000000000D+00 2.08333333333333D-14 643 0.00000000000000D+00 2.08333333333333D-14 644 0.00000000000000D+00 2.08333333333333D-14 645 0.00000000000000D+00 2.08333333333333D-14 646 0.00000000000000D+00 2.08333333333333D-14 647 0.00000000000000D+00 2.08333333333333D-14 648 0.00000000000000D+00 2.08333333333333D-14 649 0.00000000000000D+00 2.08333333333333D-14 650 0.00000000000000D+00 2.08333333333333D-14 651 0.00000000000000D+00 2.08333333333333D-14 652 0.00000000000000D+00 2.08333333333333D-14 653 0.00000000000000D+00 2.08333333333333D-14 654 0.00000000000000D+00 2.08333333333333D-14 655 0.00000000000000D+00 2.08333333333333D-14 656 0.00000000000000D+00 2.08333333333333D-14 657 0.00000000000000D+00 2.08333333333333D-14 658 0.00000000000000D+00 2.08333333333333D-14 659 0.00000000000000D+00 2.08333333333333D-14 660 0.00000000000000D+00 2.08333333333333D-14 661 0.00000000000000D+00 2.08333333333333D-14 662 0.00000000000000D+00 2.08333333333333D-14 663 0.00000000000000D+00 2.08333333333333D-14 664 0.00000000000000D+00 2.08333333333333D-14 665 0.00000000000000D+00 2.08333333333333D-14 666 0.00000000000000D+00 2.08333333333333D-14 667 0.00000000000000D+00 2.08333333333333D-14 668 0.00000000000000D+00 2.08333333333333D-14 669 0.00000000000000D+00 2.08333333333333D-14 670 0.00000000000000D+00 2.08333333333333D-14 671 0.00000000000000D+00 2.08333333333333D-14 672 0.00000000000000D+00 2.08333333333333D-14 673 0.00000000000000D+00 2.08333333333333D-14 674 0.00000000000000D+00 2.08333333333333D-14 675 0.00000000000000D+00 2.08333333333333D-14 676 0.00000000000000D+00 2.08333333333333D-14 677 0.00000000000000D+00 2.08333333333333D-14 678 0.00000000000000D+00 2.08333333333333D-14 679 0.00000000000000D+00 2.08333333333333D-14 680 0.00000000000000D+00 2.08333333333333D-14 681 0.00000000000000D+00 2.08333333333333D-14 682 0.00000000000000D+00 2.08333333333333D-14 683 0.00000000000000D+00 2.08333333333333D-14 684 0.00000000000000D+00 2.08333333333333D-14 685 0.00000000000000D+00 5.00000000000000D-14 686 0.00000000000000D+00 5.00000000000000D-14 687 0.00000000000000D+00 5.00000000000000D-14 688 0.00000000000000D+00 5.00000000000000D-14 689 0.00000000000000D+00 5.00000000000000D-14 690 0.00000000000000D+00 5.00000000000000D-14 691 0.00000000000000D+00 5.00000000000000D-14 692 0.00000000000000D+00 5.00000000000000D-14 693 0.00000000000000D+00 5.00000000000000D-14 694 0.00000000000000D+00 5.00000000000000D-14 695 0.00000000000000D+00 5.00000000000000D-14 696 0.00000000000000D+00 5.00000000000000D-14 697 0.00000000000000D+00 5.00000000000000D-14 698 0.00000000000000D+00 5.00000000000000D-14 699 0.00000000000000D+00 5.00000000000000D-14 700 0.00000000000000D+00 5.00000000000000D-14 701 0.00000000000000D+00 5.00000000000000D-14 702 0.00000000000000D+00 5.00000000000000D-14 703 0.00000000000000D+00 5.00000000000000D-14 704 0.00000000000000D+00 5.00000000000000D-14 705 0.00000000000000D+00 5.00000000000000D-14 706 0.00000000000000D+00 5.00000000000000D-14 707 0.00000000000000D+00 5.00000000000000D-14 708 0.00000000000000D+00 5.00000000000000D-14 709 0.00000000000000D+00 5.00000000000000D-14 710 0.00000000000000D+00 5.00000000000000D-14 711 0.00000000000000D+00 5.00000000000000D-14 712 0.00000000000000D+00 5.00000000000000D-14 713 0.00000000000000D+00 5.00000000000000D-14 714 0.00000000000000D+00 5.00000000000000D-14 715 0.00000000000000D+00 5.00000000000000D-14 716 0.00000000000000D+00 5.00000000000000D-14 717 0.00000000000000D+00 5.00000000000000D-14 718 0.00000000000000D+00 5.00000000000000D-14 719 0.00000000000000D+00 5.00000000000000D-14 720 0.00000000000000D+00 5.00000000000000D-14 721 0.00000000000000D+00 2.08333333333333D-14 722 0.00000000000000D+00 2.08333333333333D-14 723 0.00000000000000D+00 2.08333333333333D-14 724 0.00000000000000D+00 2.08333333333333D-14 725 0.00000000000000D+00 2.08333333333333D-14 726 0.00000000000000D+00 2.08333333333333D-14 727 0.00000000000000D+00 2.08333333333333D-14 728 0.00000000000000D+00 2.08333333333333D-14 729 0.00000000000000D+00 2.08333333333333D-14 730 0.00000000000000D+00 2.08333333333333D-14 731 0.00000000000000D+00 2.08333333333333D-14 732 0.00000000000000D+00 2.08333333333333D-14 733 0.00000000000000D+00 2.08333333333333D-14 734 0.00000000000000D+00 2.08333333333333D-14 735 0.00000000000000D+00 2.08333333333333D-14 736 0.00000000000000D+00 2.08333333333333D-14 737 0.00000000000000D+00 2.08333333333333D-14 738 0.00000000000000D+00 2.08333333333333D-14 739 0.00000000000000D+00 2.08333333333333D-14 740 0.00000000000000D+00 2.08333333333333D-14 741 0.00000000000000D+00 2.08333333333333D-14 742 0.00000000000000D+00 2.08333333333333D-14 743 0.00000000000000D+00 2.08333333333333D-14 744 0.00000000000000D+00 2.08333333333333D-14 745 0.00000000000000D+00 2.08333333333333D-14 746 0.00000000000000D+00 2.08333333333333D-14 747 0.00000000000000D+00 2.08333333333333D-14 748 0.00000000000000D+00 2.08333333333333D-14 749 0.00000000000000D+00 2.08333333333333D-14 750 0.00000000000000D+00 2.08333333333333D-14 751 0.00000000000000D+00 2.08333333333333D-14 752 0.00000000000000D+00 2.08333333333333D-14 753 0.00000000000000D+00 2.08333333333333D-14 754 0.00000000000000D+00 2.08333333333333D-14 755 0.00000000000000D+00 2.08333333333333D-14 756 0.00000000000000D+00 2.08333333333333D-14 757 0.00000000000000D+00 2.08333333333333D-14 758 0.00000000000000D+00 2.08333333333333D-14 759 0.00000000000000D+00 2.08333333333333D-14 760 0.00000000000000D+00 2.08333333333333D-14 761 0.00000000000000D+00 2.08333333333333D-14 762 0.00000000000000D+00 2.08333333333333D-14 763 0.00000000000000D+00 2.08333333333333D-14 764 0.00000000000000D+00 2.08333333333333D-14 765 0.00000000000000D+00 2.08333333333333D-14 766 0.00000000000000D+00 2.08333333333333D-14 767 0.00000000000000D+00 2.08333333333333D-14 768 0.00000000000000D+00 2.08333333333333D-14 769 0.00000000000000D+00 2.08333333333333D-14 770 0.00000000000000D+00 2.08333333333333D-14 771 0.00000000000000D+00 2.08333333333333D-14 772 0.00000000000000D+00 2.08333333333333D-14 773 0.00000000000000D+00 2.08333333333333D-14 774 0.00000000000000D+00 2.08333333333333D-14 775 0.00000000000000D+00 2.08333333333333D-14 776 0.00000000000000D+00 2.08333333333333D-14 777 0.00000000000000D+00 2.08333333333333D-14 778 0.00000000000000D+00 2.08333333333333D-14 779 0.00000000000000D+00 2.08333333333333D-14 780 0.00000000000000D+00 2.08333333333333D-14 781 0.00000000000000D+00 2.08333333333333D-14 782 0.00000000000000D+00 2.08333333333333D-14 783 0.00000000000000D+00 2.08333333333333D-14 784 0.00000000000000D+00 2.08333333333333D-14 785 0.00000000000000D+00 2.08333333333333D-14 786 0.00000000000000D+00 2.08333333333333D-14 787 0.00000000000000D+00 2.08333333333333D-14 788 0.00000000000000D+00 2.08333333333333D-14 789 0.00000000000000D+00 2.08333333333333D-14 790 0.00000000000000D+00 2.08333333333333D-14 791 0.00000000000000D+00 2.08333333333333D-14 792 0.00000000000000D+00 2.08333333333333D-14 793 0.00000000000000D+00 2.08333333333333D-14 794 0.00000000000000D+00 2.08333333333333D-14 795 0.00000000000000D+00 2.08333333333333D-14 796 0.00000000000000D+00 2.08333333333333D-14 797 0.00000000000000D+00 2.08333333333333D-14 798 0.00000000000000D+00 2.08333333333333D-14 799 0.00000000000000D+00 2.08333333333333D-14 800 0.00000000000000D+00 2.08333333333333D-14 801 0.00000000000000D+00 2.08333333333333D-14 802 0.00000000000000D+00 2.08333333333333D-14 803 0.00000000000000D+00 2.08333333333333D-14 804 0.00000000000000D+00 2.08333333333333D-14 805 0.00000000000000D+00 2.08333333333333D-14 806 0.00000000000000D+00 2.08333333333333D-14 807 0.00000000000000D+00 2.08333333333333D-14 808 0.00000000000000D+00 2.08333333333333D-14 809 0.00000000000000D+00 2.08333333333333D-14 810 0.00000000000000D+00 2.08333333333333D-14 811 0.00000000000000D+00 2.08333333333333D-14 812 0.00000000000000D+00 2.08333333333333D-14 813 0.00000000000000D+00 2.08333333333333D-14 814 0.00000000000000D+00 2.08333333333333D-14 815 0.00000000000000D+00 2.08333333333333D-14 816 0.00000000000000D+00 2.08333333333333D-14 817 0.00000000000000D+00 2.08333333333333D-14 818 0.00000000000000D+00 2.08333333333333D-14 819 0.00000000000000D+00 2.08333333333333D-14 820 0.00000000000000D+00 2.08333333333333D-14 821 0.00000000000000D+00 2.08333333333333D-14 822 0.00000000000000D+00 2.08333333333333D-14 823 0.00000000000000D+00 2.08333333333333D-14 824 0.00000000000000D+00 2.08333333333333D-14 825 0.00000000000000D+00 2.08333333333333D-14 826 0.00000000000000D+00 2.08333333333333D-14 827 0.00000000000000D+00 2.08333333333333D-14 828 0.00000000000000D+00 2.08333333333333D-14 829 0.00000000000000D+00 5.00000000000000D-14 830 0.00000000000000D+00 5.00000000000000D-14 831 0.00000000000000D+00 5.00000000000000D-14 832 0.00000000000000D+00 5.00000000000000D-14 833 0.00000000000000D+00 5.00000000000000D-14 834 0.00000000000000D+00 5.00000000000000D-14 835 0.00000000000000D+00 5.00000000000000D-14 836 0.00000000000000D+00 5.00000000000000D-14 837 0.00000000000000D+00 5.00000000000000D-14 838 0.00000000000000D+00 5.00000000000000D-14 839 0.00000000000000D+00 5.00000000000000D-14 840 0.00000000000000D+00 5.00000000000000D-14 841 0.00000000000000D+00 5.00000000000000D-14 842 0.00000000000000D+00 5.00000000000000D-14 843 0.00000000000000D+00 5.00000000000000D-14 844 0.00000000000000D+00 5.00000000000000D-14 845 0.00000000000000D+00 5.00000000000000D-14 846 0.00000000000000D+00 5.00000000000000D-14 847 0.00000000000000D+00 5.00000000000000D-14 848 0.00000000000000D+00 5.00000000000000D-14 849 0.00000000000000D+00 5.00000000000000D-14 850 0.00000000000000D+00 5.00000000000000D-14 851 0.00000000000000D+00 5.00000000000000D-14 852 0.00000000000000D+00 5.00000000000000D-14 853 0.00000000000000D+00 5.00000000000000D-14 854 0.00000000000000D+00 5.00000000000000D-14 855 0.00000000000000D+00 5.00000000000000D-14 856 0.00000000000000D+00 5.00000000000000D-14 857 0.00000000000000D+00 5.00000000000000D-14 858 0.00000000000000D+00 5.00000000000000D-14 859 0.00000000000000D+00 5.00000000000000D-14 860 0.00000000000000D+00 5.00000000000000D-14 861 0.00000000000000D+00 5.00000000000000D-14 862 0.00000000000000D+00 5.00000000000000D-14 863 0.00000000000000D+00 5.00000000000000D-14 864 0.00000000000000D+00 5.00000000000000D-14 865 0.00000000000000D+00 2.08333333333333D-14 866 0.00000000000000D+00 2.08333333333333D-14 867 0.00000000000000D+00 2.08333333333333D-14 868 0.00000000000000D+00 2.08333333333333D-14 869 0.00000000000000D+00 2.08333333333333D-14 870 0.00000000000000D+00 2.08333333333333D-14 871 0.00000000000000D+00 2.08333333333333D-14 872 0.00000000000000D+00 2.08333333333333D-14 873 0.00000000000000D+00 2.08333333333333D-14 874 0.00000000000000D+00 2.08333333333333D-14 875 0.00000000000000D+00 2.08333333333333D-14 876 0.00000000000000D+00 2.08333333333333D-14 877 0.00000000000000D+00 2.08333333333333D-14 878 0.00000000000000D+00 2.08333333333333D-14 879 0.00000000000000D+00 2.08333333333333D-14 880 0.00000000000000D+00 2.08333333333333D-14 881 0.00000000000000D+00 2.08333333333333D-14 882 0.00000000000000D+00 2.08333333333333D-14 883 0.00000000000000D+00 2.08333333333333D-14 884 0.00000000000000D+00 2.08333333333333D-14 885 0.00000000000000D+00 2.08333333333333D-14 886 0.00000000000000D+00 2.08333333333333D-14 887 0.00000000000000D+00 2.08333333333333D-14 888 0.00000000000000D+00 2.08333333333333D-14 889 0.00000000000000D+00 2.08333333333333D-14 890 0.00000000000000D+00 2.08333333333333D-14 891 0.00000000000000D+00 2.08333333333333D-14 892 0.00000000000000D+00 2.08333333333333D-14 893 0.00000000000000D+00 2.08333333333333D-14 894 0.00000000000000D+00 2.08333333333333D-14 895 0.00000000000000D+00 2.08333333333333D-14 896 0.00000000000000D+00 2.08333333333333D-14 897 0.00000000000000D+00 2.08333333333333D-14 898 0.00000000000000D+00 2.08333333333333D-14 899 0.00000000000000D+00 2.08333333333333D-14 900 0.00000000000000D+00 2.08333333333333D-14 901 0.00000000000000D+00 2.08333333333333D-14 902 0.00000000000000D+00 2.08333333333333D-14 903 0.00000000000000D+00 2.08333333333333D-14 904 0.00000000000000D+00 2.08333333333333D-14 905 0.00000000000000D+00 2.08333333333333D-14 906 0.00000000000000D+00 2.08333333333333D-14 907 0.00000000000000D+00 2.08333333333333D-14 908 0.00000000000000D+00 2.08333333333333D-14 909 0.00000000000000D+00 2.08333333333333D-14 910 0.00000000000000D+00 2.08333333333333D-14 911 0.00000000000000D+00 2.08333333333333D-14 912 0.00000000000000D+00 2.08333333333333D-14 913 0.00000000000000D+00 2.08333333333333D-14 914 0.00000000000000D+00 2.08333333333333D-14 915 0.00000000000000D+00 2.08333333333333D-14 916 0.00000000000000D+00 2.08333333333333D-14 917 0.00000000000000D+00 2.08333333333333D-14 918 0.00000000000000D+00 2.08333333333333D-14 919 0.00000000000000D+00 2.08333333333333D-14 920 0.00000000000000D+00 2.08333333333333D-14 921 0.00000000000000D+00 2.08333333333333D-14 922 0.00000000000000D+00 2.08333333333333D-14 923 0.00000000000000D+00 2.08333333333333D-14 924 0.00000000000000D+00 2.08333333333333D-14 925 0.00000000000000D+00 2.08333333333333D-14 926 0.00000000000000D+00 2.08333333333333D-14 927 0.00000000000000D+00 2.08333333333333D-14 928 0.00000000000000D+00 2.08333333333333D-14 929 0.00000000000000D+00 2.08333333333333D-14 930 0.00000000000000D+00 2.08333333333333D-14 931 0.00000000000000D+00 2.08333333333333D-14 932 0.00000000000000D+00 2.08333333333333D-14 933 0.00000000000000D+00 2.08333333333333D-14 934 0.00000000000000D+00 2.08333333333333D-14 935 0.00000000000000D+00 2.08333333333333D-14 936 0.00000000000000D+00 2.08333333333333D-14 937 0.00000000000000D+00 2.08333333333333D-14 938 0.00000000000000D+00 2.08333333333333D-14 939 0.00000000000000D+00 2.08333333333333D-14 940 0.00000000000000D+00 2.08333333333333D-14 941 0.00000000000000D+00 2.08333333333333D-14 942 0.00000000000000D+00 2.08333333333333D-14 943 0.00000000000000D+00 2.08333333333333D-14 944 0.00000000000000D+00 2.08333333333333D-14 945 0.00000000000000D+00 2.08333333333333D-14 946 0.00000000000000D+00 2.08333333333333D-14 947 0.00000000000000D+00 2.08333333333333D-14 948 0.00000000000000D+00 2.08333333333333D-14 949 0.00000000000000D+00 2.08333333333333D-14 950 0.00000000000000D+00 2.08333333333333D-14 951 0.00000000000000D+00 2.08333333333333D-14 952 0.00000000000000D+00 2.08333333333333D-14 953 0.00000000000000D+00 2.08333333333333D-14 954 0.00000000000000D+00 2.08333333333333D-14 955 0.00000000000000D+00 2.08333333333333D-14 956 0.00000000000000D+00 2.08333333333333D-14 957 0.00000000000000D+00 2.08333333333333D-14 958 0.00000000000000D+00 2.08333333333333D-14 959 0.00000000000000D+00 2.08333333333333D-14 960 0.00000000000000D+00 2.08333333333333D-14 961 0.00000000000000D+00 2.08333333333333D-14 962 0.00000000000000D+00 2.08333333333333D-14 963 0.00000000000000D+00 2.08333333333333D-14 964 0.00000000000000D+00 2.08333333333333D-14 965 0.00000000000000D+00 2.08333333333333D-14 966 0.00000000000000D+00 2.08333333333333D-14 967 0.00000000000000D+00 2.08333333333333D-14 968 0.00000000000000D+00 2.08333333333333D-14 969 0.00000000000000D+00 2.08333333333333D-14 970 0.00000000000000D+00 2.08333333333333D-14 971 0.00000000000000D+00 2.08333333333333D-14 972 0.00000000000000D+00 2.08333333333333D-14 973 0.00000000000000D+00 5.00000000000000D-14 974 0.00000000000000D+00 5.00000000000000D-14 975 0.00000000000000D+00 5.00000000000000D-14 976 0.00000000000000D+00 5.00000000000000D-14 977 0.00000000000000D+00 5.00000000000000D-14 978 0.00000000000000D+00 5.00000000000000D-14 979 0.00000000000000D+00 5.00000000000000D-14 980 0.00000000000000D+00 5.00000000000000D-14 981 0.00000000000000D+00 5.00000000000000D-14 982 0.00000000000000D+00 5.00000000000000D-14 983 0.00000000000000D+00 5.00000000000000D-14 984 0.00000000000000D+00 5.00000000000000D-14 985 0.00000000000000D+00 5.00000000000000D-14 986 0.00000000000000D+00 5.00000000000000D-14 987 0.00000000000000D+00 5.00000000000000D-14 988 0.00000000000000D+00 5.00000000000000D-14 989 0.00000000000000D+00 5.00000000000000D-14 990 0.00000000000000D+00 5.00000000000000D-14 991 0.00000000000000D+00 5.00000000000000D-14 992 0.00000000000000D+00 5.00000000000000D-14 993 0.00000000000000D+00 5.00000000000000D-14 994 0.00000000000000D+00 5.00000000000000D-14 995 0.00000000000000D+00 5.00000000000000D-14 996 0.00000000000000D+00 5.00000000000000D-14 997 0.00000000000000D+00 5.00000000000000D-14 998 0.00000000000000D+00 5.00000000000000D-14 999 0.00000000000000D+00 5.00000000000000D-14 1000 0.00000000000000D+00 5.00000000000000D-14 1001 0.00000000000000D+00 5.00000000000000D-14 1002 0.00000000000000D+00 5.00000000000000D-14 1003 0.00000000000000D+00 5.00000000000000D-14 1004 0.00000000000000D+00 5.00000000000000D-14 1005 0.00000000000000D+00 5.00000000000000D-14 1006 0.00000000000000D+00 5.00000000000000D-14 1007 0.00000000000000D+00 5.00000000000000D-14 1008 0.00000000000000D+00 5.00000000000000D-14 1009 0.00000000000000D+00 2.08333333333333D-14 1010 0.00000000000000D+00 2.08333333333333D-14 1011 0.00000000000000D+00 2.08333333333333D-14 1012 0.00000000000000D+00 2.08333333333333D-14 1013 0.00000000000000D+00 2.08333333333333D-14 1014 0.00000000000000D+00 2.08333333333333D-14 1015 0.00000000000000D+00 2.08333333333333D-14 1016 0.00000000000000D+00 2.08333333333333D-14 1017 0.00000000000000D+00 2.08333333333333D-14 1018 0.00000000000000D+00 2.08333333333333D-14 1019 0.00000000000000D+00 2.08333333333333D-14 1020 0.00000000000000D+00 2.08333333333333D-14 1021 0.00000000000000D+00 2.08333333333333D-14 1022 0.00000000000000D+00 2.08333333333333D-14 1023 0.00000000000000D+00 2.08333333333333D-14 1024 0.00000000000000D+00 2.08333333333333D-14 1025 0.00000000000000D+00 2.08333333333333D-14 1026 0.00000000000000D+00 2.08333333333333D-14 1027 0.00000000000000D+00 2.08333333333333D-14 1028 0.00000000000000D+00 2.08333333333333D-14 1029 0.00000000000000D+00 2.08333333333333D-14 1030 0.00000000000000D+00 2.08333333333333D-14 1031 0.00000000000000D+00 2.08333333333333D-14 1032 0.00000000000000D+00 2.08333333333333D-14 1033 0.00000000000000D+00 2.08333333333333D-14 1034 0.00000000000000D+00 2.08333333333333D-14 1035 0.00000000000000D+00 2.08333333333333D-14 1036 0.00000000000000D+00 2.08333333333333D-14 1037 0.00000000000000D+00 2.08333333333333D-14 1038 0.00000000000000D+00 2.08333333333333D-14 1039 0.00000000000000D+00 2.08333333333333D-14 1040 0.00000000000000D+00 2.08333333333333D-14 1041 0.00000000000000D+00 2.08333333333333D-14 1042 0.00000000000000D+00 2.08333333333333D-14 1043 0.00000000000000D+00 2.08333333333333D-14 1044 0.00000000000000D+00 2.08333333333333D-14 1045 0.00000000000000D+00 2.08333333333333D-14 1046 0.00000000000000D+00 2.08333333333333D-14 1047 0.00000000000000D+00 2.08333333333333D-14 1048 0.00000000000000D+00 2.08333333333333D-14 1049 0.00000000000000D+00 2.08333333333333D-14 1050 0.00000000000000D+00 2.08333333333333D-14 1051 0.00000000000000D+00 2.08333333333333D-14 1052 0.00000000000000D+00 2.08333333333333D-14 1053 0.00000000000000D+00 2.08333333333333D-14 1054 0.00000000000000D+00 2.08333333333333D-14 1055 0.00000000000000D+00 2.08333333333333D-14 1056 0.00000000000000D+00 2.08333333333333D-14 1057 0.00000000000000D+00 2.08333333333333D-14 1058 0.00000000000000D+00 2.08333333333333D-14 1059 0.00000000000000D+00 2.08333333333333D-14 1060 0.00000000000000D+00 2.08333333333333D-14 1061 0.00000000000000D+00 2.08333333333333D-14 1062 0.00000000000000D+00 2.08333333333333D-14 1063 0.00000000000000D+00 2.08333333333333D-14 1064 0.00000000000000D+00 2.08333333333333D-14 1065 0.00000000000000D+00 2.08333333333333D-14 1066 0.00000000000000D+00 2.08333333333333D-14 1067 0.00000000000000D+00 2.08333333333333D-14 1068 0.00000000000000D+00 2.08333333333333D-14 1069 0.00000000000000D+00 2.08333333333333D-14 1070 0.00000000000000D+00 2.08333333333333D-14 1071 0.00000000000000D+00 2.08333333333333D-14 1072 0.00000000000000D+00 2.08333333333333D-14 1073 0.00000000000000D+00 2.08333333333333D-14 1074 0.00000000000000D+00 2.08333333333333D-14 1075 0.00000000000000D+00 2.08333333333333D-14 1076 0.00000000000000D+00 2.08333333333333D-14 1077 0.00000000000000D+00 2.08333333333333D-14 1078 0.00000000000000D+00 2.08333333333333D-14 1079 0.00000000000000D+00 2.08333333333333D-14 1080 0.00000000000000D+00 2.08333333333333D-14 1081 0.00000000000000D+00 2.08333333333333D-14 1082 0.00000000000000D+00 2.08333333333333D-14 1083 0.00000000000000D+00 2.08333333333333D-14 1084 0.00000000000000D+00 2.08333333333333D-14 1085 0.00000000000000D+00 2.08333333333333D-14 1086 0.00000000000000D+00 2.08333333333333D-14 1087 0.00000000000000D+00 2.08333333333333D-14 1088 0.00000000000000D+00 2.08333333333333D-14 1089 0.00000000000000D+00 2.08333333333333D-14 1090 0.00000000000000D+00 2.08333333333333D-14 1091 0.00000000000000D+00 2.08333333333333D-14 1092 0.00000000000000D+00 2.08333333333333D-14 1093 0.00000000000000D+00 2.08333333333333D-14 1094 0.00000000000000D+00 2.08333333333333D-14 1095 0.00000000000000D+00 2.08333333333333D-14 1096 0.00000000000000D+00 2.08333333333333D-14 1097 0.00000000000000D+00 2.08333333333333D-14 1098 0.00000000000000D+00 2.08333333333333D-14 1099 0.00000000000000D+00 2.08333333333333D-14 1100 0.00000000000000D+00 2.08333333333333D-14 1101 0.00000000000000D+00 2.08333333333333D-14 1102 0.00000000000000D+00 2.08333333333333D-14 1103 0.00000000000000D+00 2.08333333333333D-14 1104 0.00000000000000D+00 2.08333333333333D-14 1105 0.00000000000000D+00 2.08333333333333D-14 1106 0.00000000000000D+00 2.08333333333333D-14 1107 0.00000000000000D+00 2.08333333333333D-14 1108 0.00000000000000D+00 2.08333333333333D-14 1109 0.00000000000000D+00 2.08333333333333D-14 1110 0.00000000000000D+00 2.08333333333333D-14 1111 0.00000000000000D+00 2.08333333333333D-14 1112 0.00000000000000D+00 2.08333333333333D-14 1113 0.00000000000000D+00 2.08333333333333D-14 1114 0.00000000000000D+00 2.08333333333333D-14 1115 0.00000000000000D+00 2.08333333333333D-14 1116 0.00000000000000D+00 2.08333333333333D-14 1117 0.00000000000000D+00 5.00000000000000D-07 1118 0.00000000000000D+00 5.00000000000000D-07 1119 0.00000000000000D+00 5.00000000000000D-07 1120 0.00000000000000D+00 5.00000000000000D-07 1121 0.00000000000000D+00 5.00000000000000D-07 1122 0.00000000000000D+00 5.00000000000000D-07 1123 0.00000000000000D+00 5.00000000000000D-07 1124 0.00000000000000D+00 5.00000000000000D-07 1125 0.00000000000000D+00 5.00000000000000D-07 1126 0.00000000000000D+00 5.00000000000000D-07 1127 0.00000000000000D+00 5.00000000000000D-07 1128 0.00000000000000D+00 5.00000000000000D-07 1129 0.00000000000000D+00 5.00000000000000D-07 1130 0.00000000000000D+00 5.00000000000000D-07 1131 0.00000000000000D+00 5.00000000000000D-07 1132 0.00000000000000D+00 5.00000000000000D-07 1133 0.00000000000000D+00 5.00000000000000D-07 1134 0.00000000000000D+00 4.50011377633944D+01 1135 0.00000000000000D+00 4.50011384663349D+01 1136 0.00000000000000D+00 3.00008661536838D+00 1137 0.00000000000000D+00 4.50000000000000D+01 1138 0.00000000000000D+00 4.50000000000000D+01 1139 0.00000000000000D+00 2.99180898971171D+00 1140 0.00000000000000D+00 5.00000000000000D-01 1141 0.00000000000000D+00 5.00000000000000D-01 1142 0.00000000000000D+00 2.00000000000000D+00 1143 0.00000000000000D+00 5.00000000000000D-01 1144 0.00000000000000D+00 2.00000000000000D+00 1145 0.00000000000000D+00 5.00000000000000D-01 1146 0.00000000000000D+00 2.00000000000000D+00 1147 0.00000000000000D+00 5.00000000000000D-01 1148 0.00000000000000D+00 2.00000000000000D+00 1149 0.00000000000000D+00 5.00000000000000D-01 1150 0.00000000000000D+00 2.00000000000000D+00 1151 0.00000000000000D+00 5.00000000000000D-01 1152 0.00000000000000D+00 2.00000000000000D+00 1153 0.00000000000000D+00 5.00000000000000D-01 1154 0.00000000000000D+00 5.00000000000000D-01 1155 0.00000000000000D+00 2.00000000000000D+00 1156 0.00000000000000D+00 5.00000000000000D-01 1157 0.00000000000000D+00 2.00000000000000D+00 1158 0.00000000000000D+00 5.00000000000000D-01 1159 0.00000000000000D+00 2.00000000000000D+00 1160 0.00000000000000D+00 5.00000000000000D-01 1161 0.00000000000000D+00 2.00000000000000D+00 1162 0.00000000000000D+00 5.00000000000000D-01 1163 0.00000000000000D+00 2.00000000000000D+00 1164 0.00000000000000D+00 5.00000000000000D-01 1165 0.00000000000000D+00 2.00000000000000D+00 1166 0.00000000000000D+00 5.00000000000000D-01 1167 0.00000000000000D+00 5.00000000000000D-01 1168 0.00000000000000D+00 2.00000000000000D+00 1169 0.00000000000000D+00 5.00000000000000D-01 1170 0.00000000000000D+00 2.00000000000000D+00 1171 0.00000000000000D+00 5.00000000000000D-01 1172 0.00000000000000D+00 2.00000000000000D+00 1173 0.00000000000000D+00 5.00000000000000D-01 1174 0.00000000000000D+00 2.00000000000000D+00 1175 0.00000000000000D+00 5.00000000000000D-01 1176 0.00000000000000D+00 2.00000000000000D+00 1177 0.00000000000000D+00 5.00000000000000D-01 1178 0.00000000000000D+00 2.00000000000000D+00 1179 0.00000000000000D+00 5.00000000000000D-01 1180 0.00000000000000D+00 5.00000000000000D-01 1181 0.00000000000000D+00 2.00000000000000D+00 1182 0.00000000000000D+00 5.00000000000000D-01 1183 0.00000000000000D+00 2.00000000000000D+00 1184 0.00000000000000D+00 5.00000000000000D-01 1185 0.00000000000000D+00 2.00000000000000D+00 1186 0.00000000000000D+00 5.00000000000000D-01 1187 0.00000000000000D+00 2.00000000000000D+00 1188 0.00000000000000D+00 5.00000000000000D-01 1189 0.00000000000000D+00 2.00000000000000D+00 1190 0.00000000000000D+00 5.00000000000000D-01 1191 0.00000000000000D+00 2.00000000000000D+00 1192 0.00000000000000D+00 5.00000000000000D-01 1193 0.00000000000000D+00 5.00000000000000D-01 1194 0.00000000000000D+00 2.00000000000000D+00 1195 0.00000000000000D+00 5.00000000000000D-01 1196 0.00000000000000D+00 2.00000000000000D+00 1197 0.00000000000000D+00 5.00000000000000D-01 1198 0.00000000000000D+00 2.00000000000000D+00 1199 0.00000000000000D+00 5.00000000000000D-01 1200 0.00000000000000D+00 2.00000000000000D+00 1201 0.00000000000000D+00 5.00000000000000D-01 1202 0.00000000000000D+00 2.00000000000000D+00 1203 0.00000000000000D+00 5.00000000000000D-01 1204 0.00000000000000D+00 2.00000000000000D+00 1205 0.00000000000000D+00 5.00000000000000D-01 1206 0.00000000000000D+00 5.00000000000000D-01 1207 0.00000000000000D+00 2.00000000000000D+00 1208 0.00000000000000D+00 5.00000000000000D-01 1209 0.00000000000000D+00 2.00000000000000D+00 1210 0.00000000000000D+00 5.00000000000000D-01 1211 0.00000000000000D+00 2.00000000000000D+00 1212 0.00000000000000D+00 5.00000000000000D-01 1213 0.00000000000000D+00 2.00000000000000D+00 1214 0.00000000000000D+00 5.00000000000000D-01 1215 0.00000000000000D+00 2.00000000000000D+00 1216 0.00000000000000D+00 5.00000000000000D-01 1217 0.00000000000000D+00 2.00000000000000D+00 1218 0.00000000000000D+00 5.00000000000000D-01 1219 0.00000000000000D+00 5.00000000000000D-01 1220 0.00000000000000D+00 2.00000000000000D+00 1221 0.00000000000000D+00 5.00000000000000D-01 1222 0.00000000000000D+00 2.00000000000000D+00 1223 0.00000000000000D+00 5.00000000000000D-01 1224 0.00000000000000D+00 2.00000000000000D+00 1225 0.00000000000000D+00 5.00000000000000D-01 1226 0.00000000000000D+00 2.00000000000000D+00 1227 0.00000000000000D+00 5.00000000000000D-01 1228 0.00000000000000D+00 2.00000000000000D+00 1229 0.00000000000000D+00 5.00000000000000D-01 1230 0.00000000000000D+00 2.00000000000000D+00 1231 0.00000000000000D+00 5.00000000000000D-01 1232 0.00000000000000D+00 5.00000000000000D-01 1233 0.00000000000000D+00 2.00000000000000D+00 1234 0.00000000000000D+00 5.00000000000000D-01 1235 0.00000000000000D+00 2.00000000000000D+00 1236 0.00000000000000D+00 5.00000000000000D-01 1237 0.00000000000000D+00 2.00000000000000D+00 1238 0.00000000000000D+00 5.00000000000000D-01 1239 0.00000000000000D+00 2.00000000000000D+00 1240 0.00000000000000D+00 5.00000000000000D-01 1241 0.00000000000000D+00 2.00000000000000D+00 1242 0.00000000000000D+00 5.00000000000000D-01 1243 0.00000000000000D+00 2.00000000000000D+00 1244 0.00000000000000D+00 5.00000000000000D-01 1245 0.00000000000000D+00 5.00000000000000D-01 1246 0.00000000000000D+00 2.00000000000000D+00 1247 0.00000000000000D+00 5.00000000000000D-01 1248 0.00000000000000D+00 2.00000000000000D+00 1249 0.00000000000000D+00 5.00000000000000D-01 1250 0.00000000000000D+00 2.00000000000000D+00 1251 0.00000000000000D+00 5.00000000000000D-01 1252 0.00000000000000D+00 2.00000000000000D+00 1253 0.00000000000000D+00 5.00000000000000D-01 1254 0.00000000000000D+00 2.00000000000000D+00 1255 0.00000000000000D+00 5.00000000000000D-01 1256 0.00000000000000D+00 2.00000000000000D+00 1257 0.00000000000000D+00 5.00000000000000D-01 1258 0.00000000000000D+00 5.00000000000000D-01 1259 0.00000000000000D+00 2.00000000000000D+00 1260 0.00000000000000D+00 5.00000000000000D-01 1261 0.00000000000000D+00 2.00000000000000D+00 1262 0.00000000000000D+00 5.00000000000000D-01 1263 0.00000000000000D+00 2.00000000000000D+00 1264 0.00000000000000D+00 5.00000000000000D-01 1265 0.00000000000000D+00 2.00000000000000D+00 1266 0.00000000000000D+00 5.00000000000000D-01 1267 0.00000000000000D+00 2.00000000000000D+00 1268 0.00000000000000D+00 5.00000000000000D-01 1269 0.00000000000000D+00 2.00000000000000D+00 1270 0.00000000000000D+00 5.00000000000000D-01 1271 0.00000000000000D+00 5.00000000000000D-01 1272 0.00000000000000D+00 2.00000000000000D+00 1273 0.00000000000000D+00 5.00000000000000D-01 1274 0.00000000000000D+00 2.00000000000000D+00 1275 0.00000000000000D+00 5.00000000000000D-01 1276 0.00000000000000D+00 2.00000000000000D+00 1277 0.00000000000000D+00 5.00000000000000D-01 1278 0.00000000000000D+00 2.00000000000000D+00 1279 0.00000000000000D+00 5.00000000000000D-01 1280 0.00000000000000D+00 2.00000000000000D+00 1281 0.00000000000000D+00 5.00000000000000D-01 1282 0.00000000000000D+00 2.00000000000000D+00 1283 0.00000000000000D+00 5.00000000000000D-01 1284 0.00000000000000D+00 5.00000000000000D-01 1285 0.00000000000000D+00 2.00000000000000D+00 1286 0.00000000000000D+00 5.00000000000000D-01 1287 0.00000000000000D+00 2.00000000000000D+00 1288 0.00000000000000D+00 5.00000000000000D-01 1289 0.00000000000000D+00 2.00000000000000D+00 1290 0.00000000000000D+00 5.00000000000000D-01 1291 0.00000000000000D+00 2.00000000000000D+00 1292 0.00000000000000D+00 5.00000000000000D-01 1293 0.00000000000000D+00 2.00000000000000D+00 1294 0.00000000000000D+00 5.00000000000000D-01 1295 0.00000000000000D+00 2.00000000000000D+00 1296 0.00000000000000D+00 5.00000000000000D-01 1297 0.00000000000000D+00 5.00000000000000D-01 1298 0.00000000000000D+00 2.00000000000000D+00 1299 0.00000000000000D+00 5.00000000000000D-01 1300 0.00000000000000D+00 2.00000000000000D+00 1301 0.00000000000000D+00 5.00000000000000D-01 1302 0.00000000000000D+00 2.00000000000000D+00 1303 0.00000000000000D+00 5.00000000000000D-01 1304 0.00000000000000D+00 2.00000000000000D+00 1305 0.00000000000000D+00 5.00000000000000D-01 1306 0.00000000000000D+00 2.00000000000000D+00 1307 0.00000000000000D+00 5.00000000000000D-01 1308 0.00000000000000D+00 2.00000000000000D+00 1309 0.00000000000000D+00 5.00000000000000D-01 1310 0.00000000000000D+00 5.00000000000000D-01 1311 0.00000000000000D+00 2.00000000000000D+00 1312 0.00000000000000D+00 5.00000000000000D-01 1313 0.00000000000000D+00 2.00000000000000D+00 1314 0.00000000000000D+00 5.00000000000000D-01 1315 0.00000000000000D+00 2.00000000000000D+00 1316 0.00000000000000D+00 5.00000000000000D-01 1317 0.00000000000000D+00 2.00000000000000D+00 1318 0.00000000000000D+00 5.00000000000000D-01 1319 0.00000000000000D+00 2.00000000000000D+00 1320 0.00000000000000D+00 5.00000000000000D-01 1321 0.00000000000000D+00 2.00000000000000D+00 1322 0.00000000000000D+00 5.00000000000000D-01 1323 0.00000000000000D+00 5.00000000000000D-01 1324 0.00000000000000D+00 2.00000000000000D+00 1325 0.00000000000000D+00 5.00000000000000D-01 1326 0.00000000000000D+00 2.00000000000000D+00 1327 0.00000000000000D+00 5.00000000000000D-01 1328 0.00000000000000D+00 2.00000000000000D+00 1329 0.00000000000000D+00 5.00000000000000D-01 1330 0.00000000000000D+00 2.00000000000000D+00 1331 0.00000000000000D+00 5.00000000000000D-01 1332 0.00000000000000D+00 2.00000000000000D+00 1333 0.00000000000000D+00 5.00000000000000D-01 1334 0.00000000000000D+00 2.00000000000000D+00 1335 0.00000000000000D+00 5.00000000000000D-01 1336 0.00000000000000D+00 5.00000000000000D-01 1337 0.00000000000000D+00 2.00000000000000D+00 1338 0.00000000000000D+00 5.00000000000000D-01 1339 0.00000000000000D+00 2.00000000000000D+00 1340 0.00000000000000D+00 5.00000000000000D-01 1341 0.00000000000000D+00 2.00000000000000D+00 1342 0.00000000000000D+00 5.00000000000000D-01 1343 0.00000000000000D+00 2.00000000000000D+00 1344 0.00000000000000D+00 5.00000000000000D-01 1345 0.00000000000000D+00 2.00000000000000D+00 1346 0.00000000000000D+00 5.00000000000000D-01 1347 0.00000000000000D+00 2.00000000000000D+00 1348 0.00000000000000D+00 1.00000000000000D-04 1349 0.00000000000000D+00 1.00000000000000D-04 1350 0.00000000000000D+00 1.00000000000000D-04 1351 0.00000000000000D+00 1.00000000000000D-04 1352 0.00000000000000D+00 1.00000000000000D-04 1353 0.00000000000000D+00 1.00000000000000D-04 1354 0.00000000000000D+00 5.00000000000000D-11 1355 0.00000000000000D+00 5.00000000000000D-11 1356 0.00000000000000D+00 5.00000000000000D-11 1357 0.00000000000000D+00 1.00000000000000D-06 1358 0.00000000000000D+00 1.00000000000000D-06 1359 0.00000000000000D+00 1.00000000000000D-06 1360 0.00000000000000D+00 1.00000000000000D-06 1361 0.00000000000000D+00 1.00000000000000D-06 1362 0.00000000000000D+00 1.00000000000000D-06 1363 0.00000000000000D+00 1.00000000000000D-06 1364 0.00000000000000D+00 1.00000000000000D-06 1365 0.00000000000000D+00 1.00000000000000D-06 1366 0.00000000000000D+00 1.00000000000000D-06 1367 0.00000000000000D+00 1.00000000000000D-06 1368 0.00000000000000D+00 1.00000000000000D-06 1369 0.00000000000000D+00 1.00000000000000D-06 1370 0.00000000000000D+00 1.00000000000000D-06 1371 0.00000000000000D+00 1.00000000000000D-06 1372 0.00000000000000D+00 1.00000000000000D-06 1373 0.00000000000000D+00 1.00000000000000D-06 1374 0.00000000000000D+00 1.00000000000000D-06 1375 0.00000000000000D+00 1.00000000000000D-06 1376 0.00000000000000D+00 1.00000000000000D-06 1377 0.00000000000000D+00 1.00000000000000D-06 1378 0.00000000000000D+00 1.00000000000000D-06 1379 0.00000000000000D+00 1.00000000000000D-06 1380 0.00000000000000D+00 1.00000000000000D-06 1381 0.00000000000000D+00 1.00000000000000D-06 1382 0.00000000000000D+00 1.00000000000000D-06 1383 0.00000000000000D+00 1.00000000000000D-06 1384 0.00000000000000D+00 1.00000000000000D-06 1385 0.00000000000000D+00 1.00000000000000D-06 1386 0.00000000000000D+00 1.00000000000000D-06 1387 0.00000000000000D+00 1.00000000000000D-06 1388 0.00000000000000D+00 1.00000000000000D-06 1389 0.00000000000000D+00 1.00000000000000D-06 1390 0.00000000000000D+00 1.00000000000000D-06 1391 0.00000000000000D+00 1.00000000000000D-06 1392 0.00000000000000D+00 1.00000000000000D-06 1393 0.00000000000000D+00 1.00000000000000D-06 1394 0.00000000000000D+00 1.00000000000000D-06 1395 0.00000000000000D+00 1.00000000000000D-06 1396 0.00000000000000D+00 1.00000000000000D-06 1397 0.00000000000000D+00 1.00000000000000D-06 1398 0.00000000000000D+00 1.00000000000000D-06 1399 0.00000000000000D+00 1.00000000000000D-06 1400 0.00000000000000D+00 1.00000000000000D-06 1401 0.00000000000000D+00 1.00000000000000D-06 1402 0.00000000000000D+00 1.00000000000000D-06 1403 0.00000000000000D+00 1.00000000000000D-06 1404 0.00000000000000D+00 1.00000000000000D-06 1405 0.00000000000000D+00 1.00000000000000D-06 1406 0.00000000000000D+00 1.00000000000000D-06 1407 0.00000000000000D+00 1.00000000000000D-06 1408 0.00000000000000D+00 1.00000000000000D-06 1409 0.00000000000000D+00 1.00000000000000D-06 1410 0.00000000000000D+00 1.00000000000000D-06 -SOLUTION/CONSTRAINT_EQUATION_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_WEIGHT_MATRIX * Ind1 Ind2 Weight_matrix(ind1,ind2) 1 1 4.00000000000000D+26 2 2 4.00000000000000D+26 3 3 4.00000000000000D+26 4 4 4.00000000000000D+26 5 5 4.00000000000000D+26 6 6 4.00000000000000D+26 7 7 4.00000000000000D+26 8 8 4.00000000000000D+26 9 9 4.00000000000000D+26 10 10 4.00000000000000D+26 11 11 4.00000000000000D+26 12 12 4.00000000000000D+26 13 13 4.00000000000000D+26 14 14 4.00000000000000D+26 15 15 4.00000000000000D+26 16 16 4.00000000000000D+26 17 17 4.00000000000000D+26 18 18 4.00000000000000D+26 19 19 4.00000000000000D+26 20 20 4.00000000000000D+26 21 21 4.00000000000000D+26 22 22 4.00000000000000D+26 23 23 4.00000000000000D+26 24 24 4.00000000000000D+26 25 25 4.00000000000000D+26 26 26 4.00000000000000D+26 27 27 4.00000000000000D+26 28 28 4.00000000000000D+26 29 29 4.00000000000000D+26 30 30 4.00000000000000D+26 31 31 4.00000000000000D+26 32 32 4.00000000000000D+26 33 33 4.00000000000000D+26 34 34 4.00000000000000D+26 35 35 4.00000000000000D+26 36 36 4.00000000000000D+26 37 37 2.30400000000000D+27 38 38 2.30400000000000D+27 39 39 2.30400000000000D+27 40 40 2.30400000000000D+27 41 41 2.30400000000000D+27 42 42 2.30400000000000D+27 43 43 2.30400000000000D+27 44 44 2.30400000000000D+27 45 45 2.30400000000000D+27 46 46 2.30400000000000D+27 47 47 2.30400000000000D+27 48 48 2.30400000000000D+27 49 49 2.30400000000000D+27 50 50 2.30400000000000D+27 51 51 2.30400000000000D+27 52 52 2.30400000000000D+27 53 53 2.30400000000000D+27 54 54 2.30400000000000D+27 55 55 2.30400000000000D+27 56 56 2.30400000000000D+27 57 57 2.30400000000000D+27 58 58 2.30400000000000D+27 59 59 2.30400000000000D+27 60 60 2.30400000000000D+27 61 61 2.30400000000000D+27 62 62 2.30400000000000D+27 63 63 2.30400000000000D+27 64 64 2.30400000000000D+27 65 65 2.30400000000000D+27 66 66 2.30400000000000D+27 67 67 2.30400000000000D+27 68 68 2.30400000000000D+27 69 69 2.30400000000000D+27 70 70 2.30400000000000D+27 71 71 2.30400000000000D+27 72 72 2.30400000000000D+27 73 73 2.30400000000000D+27 74 74 2.30400000000000D+27 75 75 2.30400000000000D+27 76 76 2.30400000000000D+27 77 77 2.30400000000000D+27 78 78 2.30400000000000D+27 79 79 2.30400000000000D+27 80 80 2.30400000000000D+27 81 81 2.30400000000000D+27 82 82 2.30400000000000D+27 83 83 2.30400000000000D+27 84 84 2.30400000000000D+27 85 85 2.30400000000000D+27 86 86 2.30400000000000D+27 87 87 2.30400000000000D+27 88 88 2.30400000000000D+27 89 89 2.30400000000000D+27 90 90 2.30400000000000D+27 91 91 2.30400000000000D+27 92 92 2.30400000000000D+27 93 93 2.30400000000000D+27 94 94 2.30400000000000D+27 95 95 2.30400000000000D+27 96 96 2.30400000000000D+27 97 97 2.30400000000000D+27 98 98 2.30400000000000D+27 99 99 2.30400000000000D+27 100 100 2.30400000000000D+27 101 101 2.30400000000000D+27 102 102 2.30400000000000D+27 103 103 2.30400000000000D+27 104 104 2.30400000000000D+27 105 105 2.30400000000000D+27 106 106 2.30400000000000D+27 107 107 2.30400000000000D+27 108 108 2.30400000000000D+27 109 109 2.30400000000000D+27 110 110 2.30400000000000D+27 111 111 2.30400000000000D+27 112 112 2.30400000000000D+27 113 113 2.30400000000000D+27 114 114 2.30400000000000D+27 115 115 2.30400000000000D+27 116 116 2.30400000000000D+27 117 117 2.30400000000000D+27 118 118 2.30400000000000D+27 119 119 2.30400000000000D+27 120 120 2.30400000000000D+27 121 121 2.30400000000000D+27 122 122 2.30400000000000D+27 123 123 2.30400000000000D+27 124 124 2.30400000000000D+27 125 125 2.30400000000000D+27 126 126 2.30400000000000D+27 127 127 2.30400000000000D+27 128 128 2.30400000000000D+27 129 129 2.30400000000000D+27 130 130 2.30400000000000D+27 131 131 2.30400000000000D+27 132 132 2.30400000000000D+27 133 133 2.30400000000000D+27 134 134 2.30400000000000D+27 135 135 2.30400000000000D+27 136 136 2.30400000000000D+27 137 137 2.30400000000000D+27 138 138 2.30400000000000D+27 139 139 2.30400000000000D+27 140 140 2.30400000000000D+27 141 141 2.30400000000000D+27 142 142 2.30400000000000D+27 143 143 2.30400000000000D+27 144 144 2.30400000000000D+27 145 145 2.30400000000000D+27 146 146 2.30400000000000D+27 147 147 2.30400000000000D+27 148 148 2.30400000000000D+27 149 149 2.30400000000000D+27 150 150 2.30400000000000D+27 151 151 2.30400000000000D+27 152 152 2.30400000000000D+27 153 153 2.30400000000000D+27 154 154 2.30400000000000D+27 155 155 2.30400000000000D+27 156 156 2.30400000000000D+27 157 157 2.30400000000000D+27 158 158 2.30400000000000D+27 159 159 2.30400000000000D+27 160 160 2.30400000000000D+27 161 161 2.30400000000000D+27 162 162 2.30400000000000D+27 163 163 2.30400000000000D+27 164 164 2.30400000000000D+27 165 165 2.30400000000000D+27 166 166 2.30400000000000D+27 167 167 2.30400000000000D+27 168 168 2.30400000000000D+27 169 169 2.30400000000000D+27 170 170 2.30400000000000D+27 171 171 2.30400000000000D+27 172 172 2.30400000000000D+27 173 173 2.30400000000000D+27 174 174 2.30400000000000D+27 175 175 2.30400000000000D+27 176 176 2.30400000000000D+27 177 177 2.30400000000000D+27 178 178 2.30400000000000D+27 179 179 2.30400000000000D+27 180 180 2.30400000000000D+27 181 181 2.30400000000000D+27 182 182 2.30400000000000D+27 183 183 2.30400000000000D+27 184 184 2.30400000000000D+27 185 185 2.30400000000000D+27 186 186 2.30400000000000D+27 187 187 2.30400000000000D+27 188 188 2.30400000000000D+27 189 189 2.30400000000000D+27 190 190 2.30400000000000D+27 191 191 2.30400000000000D+27 192 192 2.30400000000000D+27 193 193 2.30400000000000D+27 194 194 2.30400000000000D+27 195 195 2.30400000000000D+27 196 196 2.30400000000000D+27 197 197 2.30400000000000D+27 198 198 2.30400000000000D+27 199 199 2.30400000000000D+27 200 200 2.30400000000000D+27 201 201 2.30400000000000D+27 202 202 2.30400000000000D+27 203 203 2.30400000000000D+27 204 204 2.30400000000000D+27 205 205 2.30400000000000D+27 206 206 2.30400000000000D+27 207 207 2.30400000000000D+27 208 208 2.30400000000000D+27 209 209 2.30400000000000D+27 210 210 2.30400000000000D+27 211 211 2.30400000000000D+27 212 212 2.30400000000000D+27 213 213 2.30400000000000D+27 214 214 2.30400000000000D+27 215 215 2.30400000000000D+27 216 216 2.30400000000000D+27 217 217 2.30400000000000D+27 218 218 2.30400000000000D+27 219 219 2.30400000000000D+27 220 220 2.30400000000000D+27 221 221 2.30400000000000D+27 222 222 2.30400000000000D+27 223 223 2.30400000000000D+27 224 224 2.30400000000000D+27 225 225 2.30400000000000D+27 226 226 2.30400000000000D+27 227 227 2.30400000000000D+27 228 228 2.30400000000000D+27 229 229 2.30400000000000D+27 230 230 2.30400000000000D+27 231 231 2.30400000000000D+27 232 232 2.30400000000000D+27 233 233 2.30400000000000D+27 234 234 2.30400000000000D+27 235 235 2.30400000000000D+27 236 236 2.30400000000000D+27 237 237 2.30400000000000D+27 238 238 2.30400000000000D+27 239 239 2.30400000000000D+27 240 240 2.30400000000000D+27 241 241 2.30400000000000D+27 242 242 2.30400000000000D+27 243 243 2.30400000000000D+27 244 244 2.30400000000000D+27 245 245 2.30400000000000D+27 246 246 2.30400000000000D+27 247 247 2.30400000000000D+27 248 248 2.30400000000000D+27 249 249 2.30400000000000D+27 250 250 2.30400000000000D+27 251 251 2.30400000000000D+27 252 252 2.30400000000000D+27 253 253 4.00000000000000D+26 254 254 4.00000000000000D+26 255 255 4.00000000000000D+26 256 256 4.00000000000000D+26 257 257 4.00000000000000D+26 258 258 4.00000000000000D+26 259 259 4.00000000000000D+26 260 260 4.00000000000000D+26 261 261 4.00000000000000D+26 262 262 4.00000000000000D+26 263 263 4.00000000000000D+26 264 264 4.00000000000000D+26 265 265 4.00000000000000D+26 266 266 4.00000000000000D+26 267 267 4.00000000000000D+26 268 268 4.00000000000000D+26 269 269 4.00000000000000D+26 270 270 4.00000000000000D+26 271 271 4.00000000000000D+26 272 272 4.00000000000000D+26 273 273 4.00000000000000D+26 274 274 4.00000000000000D+26 275 275 4.00000000000000D+26 276 276 4.00000000000000D+26 277 277 4.00000000000000D+26 278 278 4.00000000000000D+26 279 279 4.00000000000000D+26 280 280 4.00000000000000D+26 281 281 4.00000000000000D+26 282 282 4.00000000000000D+26 283 283 4.00000000000000D+26 284 284 4.00000000000000D+26 285 285 4.00000000000000D+26 286 286 4.00000000000000D+26 287 287 4.00000000000000D+26 288 288 4.00000000000000D+26 289 289 2.30400000000000D+27 290 290 2.30400000000000D+27 291 291 2.30400000000000D+27 292 292 2.30400000000000D+27 293 293 2.30400000000000D+27 294 294 2.30400000000000D+27 295 295 2.30400000000000D+27 296 296 2.30400000000000D+27 297 297 2.30400000000000D+27 298 298 2.30400000000000D+27 299 299 2.30400000000000D+27 300 300 2.30400000000000D+27 301 301 2.30400000000000D+27 302 302 2.30400000000000D+27 303 303 2.30400000000000D+27 304 304 2.30400000000000D+27 305 305 2.30400000000000D+27 306 306 2.30400000000000D+27 307 307 2.30400000000000D+27 308 308 2.30400000000000D+27 309 309 2.30400000000000D+27 310 310 2.30400000000000D+27 311 311 2.30400000000000D+27 312 312 2.30400000000000D+27 313 313 2.30400000000000D+27 314 314 2.30400000000000D+27 315 315 2.30400000000000D+27 316 316 2.30400000000000D+27 317 317 2.30400000000000D+27 318 318 2.30400000000000D+27 319 319 2.30400000000000D+27 320 320 2.30400000000000D+27 321 321 2.30400000000000D+27 322 322 2.30400000000000D+27 323 323 2.30400000000000D+27 324 324 2.30400000000000D+27 325 325 2.30400000000000D+27 326 326 2.30400000000000D+27 327 327 2.30400000000000D+27 328 328 2.30400000000000D+27 329 329 2.30400000000000D+27 330 330 2.30400000000000D+27 331 331 2.30400000000000D+27 332 332 2.30400000000000D+27 333 333 2.30400000000000D+27 334 334 2.30400000000000D+27 335 335 2.30400000000000D+27 336 336 2.30400000000000D+27 337 337 2.30400000000000D+27 338 338 2.30400000000000D+27 339 339 2.30400000000000D+27 340 340 2.30400000000000D+27 341 341 2.30400000000000D+27 342 342 2.30400000000000D+27 343 343 2.30400000000000D+27 344 344 2.30400000000000D+27 345 345 2.30400000000000D+27 346 346 2.30400000000000D+27 347 347 2.30400000000000D+27 348 348 2.30400000000000D+27 349 349 2.30400000000000D+27 350 350 2.30400000000000D+27 351 351 2.30400000000000D+27 352 352 2.30400000000000D+27 353 353 2.30400000000000D+27 354 354 2.30400000000000D+27 355 355 2.30400000000000D+27 356 356 2.30400000000000D+27 357 357 2.30400000000000D+27 358 358 2.30400000000000D+27 359 359 2.30400000000000D+27 360 360 2.30400000000000D+27 361 361 2.30400000000000D+27 362 362 2.30400000000000D+27 363 363 2.30400000000000D+27 364 364 2.30400000000000D+27 365 365 2.30400000000000D+27 366 366 2.30400000000000D+27 367 367 2.30400000000000D+27 368 368 2.30400000000000D+27 369 369 2.30400000000000D+27 370 370 2.30400000000000D+27 371 371 2.30400000000000D+27 372 372 2.30400000000000D+27 373 373 2.30400000000000D+27 374 374 2.30400000000000D+27 375 375 2.30400000000000D+27 376 376 2.30400000000000D+27 377 377 2.30400000000000D+27 378 378 2.30400000000000D+27 379 379 2.30400000000000D+27 380 380 2.30400000000000D+27 381 381 2.30400000000000D+27 382 382 2.30400000000000D+27 383 383 2.30400000000000D+27 384 384 2.30400000000000D+27 385 385 2.30400000000000D+27 386 386 2.30400000000000D+27 387 387 2.30400000000000D+27 388 388 2.30400000000000D+27 389 389 2.30400000000000D+27 390 390 2.30400000000000D+27 391 391 2.30400000000000D+27 392 392 2.30400000000000D+27 393 393 2.30400000000000D+27 394 394 2.30400000000000D+27 395 395 2.30400000000000D+27 396 396 2.30400000000000D+27 397 397 4.00000000000000D+26 398 398 4.00000000000000D+26 399 399 4.00000000000000D+26 400 400 4.00000000000000D+26 401 401 4.00000000000000D+26 402 402 4.00000000000000D+26 403 403 4.00000000000000D+26 404 404 4.00000000000000D+26 405 405 4.00000000000000D+26 406 406 4.00000000000000D+26 407 407 4.00000000000000D+26 408 408 4.00000000000000D+26 409 409 4.00000000000000D+26 410 410 4.00000000000000D+26 411 411 4.00000000000000D+26 412 412 4.00000000000000D+26 413 413 4.00000000000000D+26 414 414 4.00000000000000D+26 415 415 4.00000000000000D+26 416 416 4.00000000000000D+26 417 417 4.00000000000000D+26 418 418 4.00000000000000D+26 419 419 4.00000000000000D+26 420 420 4.00000000000000D+26 421 421 4.00000000000000D+26 422 422 4.00000000000000D+26 423 423 4.00000000000000D+26 424 424 4.00000000000000D+26 425 425 4.00000000000000D+26 426 426 4.00000000000000D+26 427 427 4.00000000000000D+26 428 428 4.00000000000000D+26 429 429 4.00000000000000D+26 430 430 4.00000000000000D+26 431 431 4.00000000000000D+26 432 432 4.00000000000000D+26 433 433 2.30400000000000D+27 434 434 2.30400000000000D+27 435 435 2.30400000000000D+27 436 436 2.30400000000000D+27 437 437 2.30400000000000D+27 438 438 2.30400000000000D+27 439 439 2.30400000000000D+27 440 440 2.30400000000000D+27 441 441 2.30400000000000D+27 442 442 2.30400000000000D+27 443 443 2.30400000000000D+27 444 444 2.30400000000000D+27 445 445 2.30400000000000D+27 446 446 2.30400000000000D+27 447 447 2.30400000000000D+27 448 448 2.30400000000000D+27 449 449 2.30400000000000D+27 450 450 2.30400000000000D+27 451 451 2.30400000000000D+27 452 452 2.30400000000000D+27 453 453 2.30400000000000D+27 454 454 2.30400000000000D+27 455 455 2.30400000000000D+27 456 456 2.30400000000000D+27 457 457 2.30400000000000D+27 458 458 2.30400000000000D+27 459 459 2.30400000000000D+27 460 460 2.30400000000000D+27 461 461 2.30400000000000D+27 462 462 2.30400000000000D+27 463 463 2.30400000000000D+27 464 464 2.30400000000000D+27 465 465 2.30400000000000D+27 466 466 2.30400000000000D+27 467 467 2.30400000000000D+27 468 468 2.30400000000000D+27 469 469 2.30400000000000D+27 470 470 2.30400000000000D+27 471 471 2.30400000000000D+27 472 472 2.30400000000000D+27 473 473 2.30400000000000D+27 474 474 2.30400000000000D+27 475 475 2.30400000000000D+27 476 476 2.30400000000000D+27 477 477 2.30400000000000D+27 478 478 2.30400000000000D+27 479 479 2.30400000000000D+27 480 480 2.30400000000000D+27 481 481 2.30400000000000D+27 482 482 2.30400000000000D+27 483 483 2.30400000000000D+27 484 484 2.30400000000000D+27 485 485 2.30400000000000D+27 486 486 2.30400000000000D+27 487 487 2.30400000000000D+27 488 488 2.30400000000000D+27 489 489 2.30400000000000D+27 490 490 2.30400000000000D+27 491 491 2.30400000000000D+27 492 492 2.30400000000000D+27 493 493 2.30400000000000D+27 494 494 2.30400000000000D+27 495 495 2.30400000000000D+27 496 496 2.30400000000000D+27 497 497 2.30400000000000D+27 498 498 2.30400000000000D+27 499 499 2.30400000000000D+27 500 500 2.30400000000000D+27 501 501 2.30400000000000D+27 502 502 2.30400000000000D+27 503 503 2.30400000000000D+27 504 504 2.30400000000000D+27 505 505 2.30400000000000D+27 506 506 2.30400000000000D+27 507 507 2.30400000000000D+27 508 508 2.30400000000000D+27 509 509 2.30400000000000D+27 510 510 2.30400000000000D+27 511 511 2.30400000000000D+27 512 512 2.30400000000000D+27 513 513 2.30400000000000D+27 514 514 2.30400000000000D+27 515 515 2.30400000000000D+27 516 516 2.30400000000000D+27 517 517 2.30400000000000D+27 518 518 2.30400000000000D+27 519 519 2.30400000000000D+27 520 520 2.30400000000000D+27 521 521 2.30400000000000D+27 522 522 2.30400000000000D+27 523 523 2.30400000000000D+27 524 524 2.30400000000000D+27 525 525 2.30400000000000D+27 526 526 2.30400000000000D+27 527 527 2.30400000000000D+27 528 528 2.30400000000000D+27 529 529 2.30400000000000D+27 530 530 2.30400000000000D+27 531 531 2.30400000000000D+27 532 532 2.30400000000000D+27 533 533 2.30400000000000D+27 534 534 2.30400000000000D+27 535 535 2.30400000000000D+27 536 536 2.30400000000000D+27 537 537 2.30400000000000D+27 538 538 2.30400000000000D+27 539 539 2.30400000000000D+27 540 540 2.30400000000000D+27 541 541 4.00000000000000D+26 542 542 4.00000000000000D+26 543 543 4.00000000000000D+26 544 544 4.00000000000000D+26 545 545 4.00000000000000D+26 546 546 4.00000000000000D+26 547 547 4.00000000000000D+26 548 548 4.00000000000000D+26 549 549 4.00000000000000D+26 550 550 4.00000000000000D+26 551 551 4.00000000000000D+26 552 552 4.00000000000000D+26 553 553 4.00000000000000D+26 554 554 4.00000000000000D+26 555 555 4.00000000000000D+26 556 556 4.00000000000000D+26 557 557 4.00000000000000D+26 558 558 4.00000000000000D+26 559 559 4.00000000000000D+26 560 560 4.00000000000000D+26 561 561 4.00000000000000D+26 562 562 4.00000000000000D+26 563 563 4.00000000000000D+26 564 564 4.00000000000000D+26 565 565 4.00000000000000D+26 566 566 4.00000000000000D+26 567 567 4.00000000000000D+26 568 568 4.00000000000000D+26 569 569 4.00000000000000D+26 570 570 4.00000000000000D+26 571 571 4.00000000000000D+26 572 572 4.00000000000000D+26 573 573 4.00000000000000D+26 574 574 4.00000000000000D+26 575 575 4.00000000000000D+26 576 576 4.00000000000000D+26 577 577 2.30400000000000D+27 578 578 2.30400000000000D+27 579 579 2.30400000000000D+27 580 580 2.30400000000000D+27 581 581 2.30400000000000D+27 582 582 2.30400000000000D+27 583 583 2.30400000000000D+27 584 584 2.30400000000000D+27 585 585 2.30400000000000D+27 586 586 2.30400000000000D+27 587 587 2.30400000000000D+27 588 588 2.30400000000000D+27 589 589 2.30400000000000D+27 590 590 2.30400000000000D+27 591 591 2.30400000000000D+27 592 592 2.30400000000000D+27 593 593 2.30400000000000D+27 594 594 2.30400000000000D+27 595 595 2.30400000000000D+27 596 596 2.30400000000000D+27 597 597 2.30400000000000D+27 598 598 2.30400000000000D+27 599 599 2.30400000000000D+27 600 600 2.30400000000000D+27 601 601 2.30400000000000D+27 602 602 2.30400000000000D+27 603 603 2.30400000000000D+27 604 604 2.30400000000000D+27 605 605 2.30400000000000D+27 606 606 2.30400000000000D+27 607 607 2.30400000000000D+27 608 608 2.30400000000000D+27 609 609 2.30400000000000D+27 610 610 2.30400000000000D+27 611 611 2.30400000000000D+27 612 612 2.30400000000000D+27 613 613 2.30400000000000D+27 614 614 2.30400000000000D+27 615 615 2.30400000000000D+27 616 616 2.30400000000000D+27 617 617 2.30400000000000D+27 618 618 2.30400000000000D+27 619 619 2.30400000000000D+27 620 620 2.30400000000000D+27 621 621 2.30400000000000D+27 622 622 2.30400000000000D+27 623 623 2.30400000000000D+27 624 624 2.30400000000000D+27 625 625 2.30400000000000D+27 626 626 2.30400000000000D+27 627 627 2.30400000000000D+27 628 628 2.30400000000000D+27 629 629 2.30400000000000D+27 630 630 2.30400000000000D+27 631 631 2.30400000000000D+27 632 632 2.30400000000000D+27 633 633 2.30400000000000D+27 634 634 2.30400000000000D+27 635 635 2.30400000000000D+27 636 636 2.30400000000000D+27 637 637 2.30400000000000D+27 638 638 2.30400000000000D+27 639 639 2.30400000000000D+27 640 640 2.30400000000000D+27 641 641 2.30400000000000D+27 642 642 2.30400000000000D+27 643 643 2.30400000000000D+27 644 644 2.30400000000000D+27 645 645 2.30400000000000D+27 646 646 2.30400000000000D+27 647 647 2.30400000000000D+27 648 648 2.30400000000000D+27 649 649 2.30400000000000D+27 650 650 2.30400000000000D+27 651 651 2.30400000000000D+27 652 652 2.30400000000000D+27 653 653 2.30400000000000D+27 654 654 2.30400000000000D+27 655 655 2.30400000000000D+27 656 656 2.30400000000000D+27 657 657 2.30400000000000D+27 658 658 2.30400000000000D+27 659 659 2.30400000000000D+27 660 660 2.30400000000000D+27 661 661 2.30400000000000D+27 662 662 2.30400000000000D+27 663 663 2.30400000000000D+27 664 664 2.30400000000000D+27 665 665 2.30400000000000D+27 666 666 2.30400000000000D+27 667 667 2.30400000000000D+27 668 668 2.30400000000000D+27 669 669 2.30400000000000D+27 670 670 2.30400000000000D+27 671 671 2.30400000000000D+27 672 672 2.30400000000000D+27 673 673 2.30400000000000D+27 674 674 2.30400000000000D+27 675 675 2.30400000000000D+27 676 676 2.30400000000000D+27 677 677 2.30400000000000D+27 678 678 2.30400000000000D+27 679 679 2.30400000000000D+27 680 680 2.30400000000000D+27 681 681 2.30400000000000D+27 682 682 2.30400000000000D+27 683 683 2.30400000000000D+27 684 684 2.30400000000000D+27 685 685 4.00000000000000D+26 686 686 4.00000000000000D+26 687 687 4.00000000000000D+26 688 688 4.00000000000000D+26 689 689 4.00000000000000D+26 690 690 4.00000000000000D+26 691 691 4.00000000000000D+26 692 692 4.00000000000000D+26 693 693 4.00000000000000D+26 694 694 4.00000000000000D+26 695 695 4.00000000000000D+26 696 696 4.00000000000000D+26 697 697 4.00000000000000D+26 698 698 4.00000000000000D+26 699 699 4.00000000000000D+26 700 700 4.00000000000000D+26 701 701 4.00000000000000D+26 702 702 4.00000000000000D+26 703 703 4.00000000000000D+26 704 704 4.00000000000000D+26 705 705 4.00000000000000D+26 706 706 4.00000000000000D+26 707 707 4.00000000000000D+26 708 708 4.00000000000000D+26 709 709 4.00000000000000D+26 710 710 4.00000000000000D+26 711 711 4.00000000000000D+26 712 712 4.00000000000000D+26 713 713 4.00000000000000D+26 714 714 4.00000000000000D+26 715 715 4.00000000000000D+26 716 716 4.00000000000000D+26 717 717 4.00000000000000D+26 718 718 4.00000000000000D+26 719 719 4.00000000000000D+26 720 720 4.00000000000000D+26 721 721 2.30400000000000D+27 722 722 2.30400000000000D+27 723 723 2.30400000000000D+27 724 724 2.30400000000000D+27 725 725 2.30400000000000D+27 726 726 2.30400000000000D+27 727 727 2.30400000000000D+27 728 728 2.30400000000000D+27 729 729 2.30400000000000D+27 730 730 2.30400000000000D+27 731 731 2.30400000000000D+27 732 732 2.30400000000000D+27 733 733 2.30400000000000D+27 734 734 2.30400000000000D+27 735 735 2.30400000000000D+27 736 736 2.30400000000000D+27 737 737 2.30400000000000D+27 738 738 2.30400000000000D+27 739 739 2.30400000000000D+27 740 740 2.30400000000000D+27 741 741 2.30400000000000D+27 742 742 2.30400000000000D+27 743 743 2.30400000000000D+27 744 744 2.30400000000000D+27 745 745 2.30400000000000D+27 746 746 2.30400000000000D+27 747 747 2.30400000000000D+27 748 748 2.30400000000000D+27 749 749 2.30400000000000D+27 750 750 2.30400000000000D+27 751 751 2.30400000000000D+27 752 752 2.30400000000000D+27 753 753 2.30400000000000D+27 754 754 2.30400000000000D+27 755 755 2.30400000000000D+27 756 756 2.30400000000000D+27 757 757 2.30400000000000D+27 758 758 2.30400000000000D+27 759 759 2.30400000000000D+27 760 760 2.30400000000000D+27 761 761 2.30400000000000D+27 762 762 2.30400000000000D+27 763 763 2.30400000000000D+27 764 764 2.30400000000000D+27 765 765 2.30400000000000D+27 766 766 2.30400000000000D+27 767 767 2.30400000000000D+27 768 768 2.30400000000000D+27 769 769 2.30400000000000D+27 770 770 2.30400000000000D+27 771 771 2.30400000000000D+27 772 772 2.30400000000000D+27 773 773 2.30400000000000D+27 774 774 2.30400000000000D+27 775 775 2.30400000000000D+27 776 776 2.30400000000000D+27 777 777 2.30400000000000D+27 778 778 2.30400000000000D+27 779 779 2.30400000000000D+27 780 780 2.30400000000000D+27 781 781 2.30400000000000D+27 782 782 2.30400000000000D+27 783 783 2.30400000000000D+27 784 784 2.30400000000000D+27 785 785 2.30400000000000D+27 786 786 2.30400000000000D+27 787 787 2.30400000000000D+27 788 788 2.30400000000000D+27 789 789 2.30400000000000D+27 790 790 2.30400000000000D+27 791 791 2.30400000000000D+27 792 792 2.30400000000000D+27 793 793 2.30400000000000D+27 794 794 2.30400000000000D+27 795 795 2.30400000000000D+27 796 796 2.30400000000000D+27 797 797 2.30400000000000D+27 798 798 2.30400000000000D+27 799 799 2.30400000000000D+27 800 800 2.30400000000000D+27 801 801 2.30400000000000D+27 802 802 2.30400000000000D+27 803 803 2.30400000000000D+27 804 804 2.30400000000000D+27 805 805 2.30400000000000D+27 806 806 2.30400000000000D+27 807 807 2.30400000000000D+27 808 808 2.30400000000000D+27 809 809 2.30400000000000D+27 810 810 2.30400000000000D+27 811 811 2.30400000000000D+27 812 812 2.30400000000000D+27 813 813 2.30400000000000D+27 814 814 2.30400000000000D+27 815 815 2.30400000000000D+27 816 816 2.30400000000000D+27 817 817 2.30400000000000D+27 818 818 2.30400000000000D+27 819 819 2.30400000000000D+27 820 820 2.30400000000000D+27 821 821 2.30400000000000D+27 822 822 2.30400000000000D+27 823 823 2.30400000000000D+27 824 824 2.30400000000000D+27 825 825 2.30400000000000D+27 826 826 2.30400000000000D+27 827 827 2.30400000000000D+27 828 828 2.30400000000000D+27 829 829 4.00000000000000D+26 830 830 4.00000000000000D+26 831 831 4.00000000000000D+26 832 832 4.00000000000000D+26 833 833 4.00000000000000D+26 834 834 4.00000000000000D+26 835 835 4.00000000000000D+26 836 836 4.00000000000000D+26 837 837 4.00000000000000D+26 838 838 4.00000000000000D+26 839 839 4.00000000000000D+26 840 840 4.00000000000000D+26 841 841 4.00000000000000D+26 842 842 4.00000000000000D+26 843 843 4.00000000000000D+26 844 844 4.00000000000000D+26 845 845 4.00000000000000D+26 846 846 4.00000000000000D+26 847 847 4.00000000000000D+26 848 848 4.00000000000000D+26 849 849 4.00000000000000D+26 850 850 4.00000000000000D+26 851 851 4.00000000000000D+26 852 852 4.00000000000000D+26 853 853 4.00000000000000D+26 854 854 4.00000000000000D+26 855 855 4.00000000000000D+26 856 856 4.00000000000000D+26 857 857 4.00000000000000D+26 858 858 4.00000000000000D+26 859 859 4.00000000000000D+26 860 860 4.00000000000000D+26 861 861 4.00000000000000D+26 862 862 4.00000000000000D+26 863 863 4.00000000000000D+26 864 864 4.00000000000000D+26 865 865 2.30400000000000D+27 866 866 2.30400000000000D+27 867 867 2.30400000000000D+27 868 868 2.30400000000000D+27 869 869 2.30400000000000D+27 870 870 2.30400000000000D+27 871 871 2.30400000000000D+27 872 872 2.30400000000000D+27 873 873 2.30400000000000D+27 874 874 2.30400000000000D+27 875 875 2.30400000000000D+27 876 876 2.30400000000000D+27 877 877 2.30400000000000D+27 878 878 2.30400000000000D+27 879 879 2.30400000000000D+27 880 880 2.30400000000000D+27 881 881 2.30400000000000D+27 882 882 2.30400000000000D+27 883 883 2.30400000000000D+27 884 884 2.30400000000000D+27 885 885 2.30400000000000D+27 886 886 2.30400000000000D+27 887 887 2.30400000000000D+27 888 888 2.30400000000000D+27 889 889 2.30400000000000D+27 890 890 2.30400000000000D+27 891 891 2.30400000000000D+27 892 892 2.30400000000000D+27 893 893 2.30400000000000D+27 894 894 2.30400000000000D+27 895 895 2.30400000000000D+27 896 896 2.30400000000000D+27 897 897 2.30400000000000D+27 898 898 2.30400000000000D+27 899 899 2.30400000000000D+27 900 900 2.30400000000000D+27 901 901 2.30400000000000D+27 902 902 2.30400000000000D+27 903 903 2.30400000000000D+27 904 904 2.30400000000000D+27 905 905 2.30400000000000D+27 906 906 2.30400000000000D+27 907 907 2.30400000000000D+27 908 908 2.30400000000000D+27 909 909 2.30400000000000D+27 910 910 2.30400000000000D+27 911 911 2.30400000000000D+27 912 912 2.30400000000000D+27 913 913 2.30400000000000D+27 914 914 2.30400000000000D+27 915 915 2.30400000000000D+27 916 916 2.30400000000000D+27 917 917 2.30400000000000D+27 918 918 2.30400000000000D+27 919 919 2.30400000000000D+27 920 920 2.30400000000000D+27 921 921 2.30400000000000D+27 922 922 2.30400000000000D+27 923 923 2.30400000000000D+27 924 924 2.30400000000000D+27 925 925 2.30400000000000D+27 926 926 2.30400000000000D+27 927 927 2.30400000000000D+27 928 928 2.30400000000000D+27 929 929 2.30400000000000D+27 930 930 2.30400000000000D+27 931 931 2.30400000000000D+27 932 932 2.30400000000000D+27 933 933 2.30400000000000D+27 934 934 2.30400000000000D+27 935 935 2.30400000000000D+27 936 936 2.30400000000000D+27 937 937 2.30400000000000D+27 938 938 2.30400000000000D+27 939 939 2.30400000000000D+27 940 940 2.30400000000000D+27 941 941 2.30400000000000D+27 942 942 2.30400000000000D+27 943 943 2.30400000000000D+27 944 944 2.30400000000000D+27 945 945 2.30400000000000D+27 946 946 2.30400000000000D+27 947 947 2.30400000000000D+27 948 948 2.30400000000000D+27 949 949 2.30400000000000D+27 950 950 2.30400000000000D+27 951 951 2.30400000000000D+27 952 952 2.30400000000000D+27 953 953 2.30400000000000D+27 954 954 2.30400000000000D+27 955 955 2.30400000000000D+27 956 956 2.30400000000000D+27 957 957 2.30400000000000D+27 958 958 2.30400000000000D+27 959 959 2.30400000000000D+27 960 960 2.30400000000000D+27 961 961 2.30400000000000D+27 962 962 2.30400000000000D+27 963 963 2.30400000000000D+27 964 964 2.30400000000000D+27 965 965 2.30400000000000D+27 966 966 2.30400000000000D+27 967 967 2.30400000000000D+27 968 968 2.30400000000000D+27 969 969 2.30400000000000D+27 970 970 2.30400000000000D+27 971 971 2.30400000000000D+27 972 972 2.30400000000000D+27 973 973 4.00000000000000D+26 974 974 4.00000000000000D+26 975 975 4.00000000000000D+26 976 976 4.00000000000000D+26 977 977 4.00000000000000D+26 978 978 4.00000000000000D+26 979 979 4.00000000000000D+26 980 980 4.00000000000000D+26 981 981 4.00000000000000D+26 982 982 4.00000000000000D+26 983 983 4.00000000000000D+26 984 984 4.00000000000000D+26 985 985 4.00000000000000D+26 986 986 4.00000000000000D+26 987 987 4.00000000000000D+26 988 988 4.00000000000000D+26 989 989 4.00000000000000D+26 990 990 4.00000000000000D+26 991 991 4.00000000000000D+26 992 992 4.00000000000000D+26 993 993 4.00000000000000D+26 994 994 4.00000000000000D+26 995 995 4.00000000000000D+26 996 996 4.00000000000000D+26 997 997 4.00000000000000D+26 998 998 4.00000000000000D+26 999 999 4.00000000000000D+26 1000 1000 4.00000000000000D+26 1001 1001 4.00000000000000D+26 1002 1002 4.00000000000000D+26 1003 1003 4.00000000000000D+26 1004 1004 4.00000000000000D+26 1005 1005 4.00000000000000D+26 1006 1006 4.00000000000000D+26 1007 1007 4.00000000000000D+26 1008 1008 4.00000000000000D+26 1009 1009 2.30400000000000D+27 1010 1010 2.30400000000000D+27 1011 1011 2.30400000000000D+27 1012 1012 2.30400000000000D+27 1013 1013 2.30400000000000D+27 1014 1014 2.30400000000000D+27 1015 1015 2.30400000000000D+27 1016 1016 2.30400000000000D+27 1017 1017 2.30400000000000D+27 1018 1018 2.30400000000000D+27 1019 1019 2.30400000000000D+27 1020 1020 2.30400000000000D+27 1021 1021 2.30400000000000D+27 1022 1022 2.30400000000000D+27 1023 1023 2.30400000000000D+27 1024 1024 2.30400000000000D+27 1025 1025 2.30400000000000D+27 1026 1026 2.30400000000000D+27 1027 1027 2.30400000000000D+27 1028 1028 2.30400000000000D+27 1029 1029 2.30400000000000D+27 1030 1030 2.30400000000000D+27 1031 1031 2.30400000000000D+27 1032 1032 2.30400000000000D+27 1033 1033 2.30400000000000D+27 1034 1034 2.30400000000000D+27 1035 1035 2.30400000000000D+27 1036 1036 2.30400000000000D+27 1037 1037 2.30400000000000D+27 1038 1038 2.30400000000000D+27 1039 1039 2.30400000000000D+27 1040 1040 2.30400000000000D+27 1041 1041 2.30400000000000D+27 1042 1042 2.30400000000000D+27 1043 1043 2.30400000000000D+27 1044 1044 2.30400000000000D+27 1045 1045 2.30400000000000D+27 1046 1046 2.30400000000000D+27 1047 1047 2.30400000000000D+27 1048 1048 2.30400000000000D+27 1049 1049 2.30400000000000D+27 1050 1050 2.30400000000000D+27 1051 1051 2.30400000000000D+27 1052 1052 2.30400000000000D+27 1053 1053 2.30400000000000D+27 1054 1054 2.30400000000000D+27 1055 1055 2.30400000000000D+27 1056 1056 2.30400000000000D+27 1057 1057 2.30400000000000D+27 1058 1058 2.30400000000000D+27 1059 1059 2.30400000000000D+27 1060 1060 2.30400000000000D+27 1061 1061 2.30400000000000D+27 1062 1062 2.30400000000000D+27 1063 1063 2.30400000000000D+27 1064 1064 2.30400000000000D+27 1065 1065 2.30400000000000D+27 1066 1066 2.30400000000000D+27 1067 1067 2.30400000000000D+27 1068 1068 2.30400000000000D+27 1069 1069 2.30400000000000D+27 1070 1070 2.30400000000000D+27 1071 1071 2.30400000000000D+27 1072 1072 2.30400000000000D+27 1073 1073 2.30400000000000D+27 1074 1074 2.30400000000000D+27 1075 1075 2.30400000000000D+27 1076 1076 2.30400000000000D+27 1077 1077 2.30400000000000D+27 1078 1078 2.30400000000000D+27 1079 1079 2.30400000000000D+27 1080 1080 2.30400000000000D+27 1081 1081 2.30400000000000D+27 1082 1082 2.30400000000000D+27 1083 1083 2.30400000000000D+27 1084 1084 2.30400000000000D+27 1085 1085 2.30400000000000D+27 1086 1086 2.30400000000000D+27 1087 1087 2.30400000000000D+27 1088 1088 2.30400000000000D+27 1089 1089 2.30400000000000D+27 1090 1090 2.30400000000000D+27 1091 1091 2.30400000000000D+27 1092 1092 2.30400000000000D+27 1093 1093 2.30400000000000D+27 1094 1094 2.30400000000000D+27 1095 1095 2.30400000000000D+27 1096 1096 2.30400000000000D+27 1097 1097 2.30400000000000D+27 1098 1098 2.30400000000000D+27 1099 1099 2.30400000000000D+27 1100 1100 2.30400000000000D+27 1101 1101 2.30400000000000D+27 1102 1102 2.30400000000000D+27 1103 1103 2.30400000000000D+27 1104 1104 2.30400000000000D+27 1105 1105 2.30400000000000D+27 1106 1106 2.30400000000000D+27 1107 1107 2.30400000000000D+27 1108 1108 2.30400000000000D+27 1109 1109 2.30400000000000D+27 1110 1110 2.30400000000000D+27 1111 1111 2.30400000000000D+27 1112 1112 2.30400000000000D+27 1113 1113 2.30400000000000D+27 1114 1114 2.30400000000000D+27 1115 1115 2.30400000000000D+27 1116 1116 2.30400000000000D+27 1117 1117 4.00000000000000D+12 1118 1118 4.00000000000000D+12 1119 1119 4.00000000000000D+12 1120 1120 4.00000000000000D+12 1121 1121 4.00000000000000D+12 1122 1122 4.00000000000000D+12 1123 1123 4.00000000000000D+12 1124 1124 4.00000000000000D+12 1125 1125 4.00000000000000D+12 1126 1126 4.00000000000000D+12 1127 1127 4.00000000000000D+12 1128 1128 4.00000000000000D+12 1129 1129 4.00000000000000D+12 1130 1130 4.00000000000000D+12 1131 1131 4.00000000000000D+12 1132 1132 4.00000000000000D+12 1133 1133 4.00000000000000D+12 1134 1134 4.93802189953456D-04 1135 1135 4.93802174526576D-04 1136 1136 1.11104695435747D-01 1137 1137 4.93827160493827D-04 1138 1138 4.93827160493827D-04 1139 1139 1.11720346604068D-01 1140 1140 4.00000000000000D+00 1141 1141 4.00000000000000D+00 1142 1142 2.50000000000000D-01 1143 1143 4.00000000000000D+00 1144 1144 2.50000000000000D-01 1145 1145 4.00000000000000D+00 1146 1146 2.50000000000000D-01 1147 1147 4.00000000000000D+00 1148 1148 2.50000000000000D-01 1149 1149 4.00000000000000D+00 1150 1150 2.50000000000000D-01 1151 1151 4.00000000000000D+00 1152 1152 2.50000000000000D-01 1153 1153 4.00000000000000D+00 1154 1154 4.00000000000000D+00 1155 1155 2.50000000000000D-01 1156 1156 4.00000000000000D+00 1157 1157 2.50000000000000D-01 1158 1158 4.00000000000000D+00 1159 1159 2.50000000000000D-01 1160 1160 4.00000000000000D+00 1161 1161 2.50000000000000D-01 1162 1162 4.00000000000000D+00 1163 1163 2.50000000000000D-01 1164 1164 4.00000000000000D+00 1165 1165 2.50000000000000D-01 1166 1166 4.00000000000000D+00 1167 1167 4.00000000000000D+00 1168 1168 2.50000000000000D-01 1169 1169 4.00000000000000D+00 1170 1170 2.50000000000000D-01 1171 1171 4.00000000000000D+00 1172 1172 2.50000000000000D-01 1173 1173 4.00000000000000D+00 1174 1174 2.50000000000000D-01 1175 1175 4.00000000000000D+00 1176 1176 2.50000000000000D-01 1177 1177 4.00000000000000D+00 1178 1178 2.50000000000000D-01 1179 1179 4.00000000000000D+00 1180 1180 4.00000000000000D+00 1181 1181 2.50000000000000D-01 1182 1182 4.00000000000000D+00 1183 1183 2.50000000000000D-01 1184 1184 4.00000000000000D+00 1185 1185 2.50000000000000D-01 1186 1186 4.00000000000000D+00 1187 1187 2.50000000000000D-01 1188 1188 4.00000000000000D+00 1189 1189 2.50000000000000D-01 1190 1190 4.00000000000000D+00 1191 1191 2.50000000000000D-01 1192 1192 4.00000000000000D+00 1193 1193 4.00000000000000D+00 1194 1194 2.50000000000000D-01 1195 1195 4.00000000000000D+00 1196 1196 2.50000000000000D-01 1197 1197 4.00000000000000D+00 1198 1198 2.50000000000000D-01 1199 1199 4.00000000000000D+00 1200 1200 2.50000000000000D-01 1201 1201 4.00000000000000D+00 1202 1202 2.50000000000000D-01 1203 1203 4.00000000000000D+00 1204 1204 2.50000000000000D-01 1205 1205 4.00000000000000D+00 1206 1206 4.00000000000000D+00 1207 1207 2.50000000000000D-01 1208 1208 4.00000000000000D+00 1209 1209 2.50000000000000D-01 1210 1210 4.00000000000000D+00 1211 1211 2.50000000000000D-01 1212 1212 4.00000000000000D+00 1213 1213 2.50000000000000D-01 1214 1214 4.00000000000000D+00 1215 1215 2.50000000000000D-01 1216 1216 4.00000000000000D+00 1217 1217 2.50000000000000D-01 1218 1218 4.00000000000000D+00 1219 1219 4.00000000000000D+00 1220 1220 2.50000000000000D-01 1221 1221 4.00000000000000D+00 1222 1222 2.50000000000000D-01 1223 1223 4.00000000000000D+00 1224 1224 2.50000000000000D-01 1225 1225 4.00000000000000D+00 1226 1226 2.50000000000000D-01 1227 1227 4.00000000000000D+00 1228 1228 2.50000000000000D-01 1229 1229 4.00000000000000D+00 1230 1230 2.50000000000000D-01 1231 1231 4.00000000000000D+00 1232 1232 4.00000000000000D+00 1233 1233 2.50000000000000D-01 1234 1234 4.00000000000000D+00 1235 1235 2.50000000000000D-01 1236 1236 4.00000000000000D+00 1237 1237 2.50000000000000D-01 1238 1238 4.00000000000000D+00 1239 1239 2.50000000000000D-01 1240 1240 4.00000000000000D+00 1241 1241 2.50000000000000D-01 1242 1242 4.00000000000000D+00 1243 1243 2.50000000000000D-01 1244 1244 4.00000000000000D+00 1245 1245 4.00000000000000D+00 1246 1246 2.50000000000000D-01 1247 1247 4.00000000000000D+00 1248 1248 2.50000000000000D-01 1249 1249 4.00000000000000D+00 1250 1250 2.50000000000000D-01 1251 1251 4.00000000000000D+00 1252 1252 2.50000000000000D-01 1253 1253 4.00000000000000D+00 1254 1254 2.50000000000000D-01 1255 1255 4.00000000000000D+00 1256 1256 2.50000000000000D-01 1257 1257 4.00000000000000D+00 1258 1258 4.00000000000000D+00 1259 1259 2.50000000000000D-01 1260 1260 4.00000000000000D+00 1261 1261 2.50000000000000D-01 1262 1262 4.00000000000000D+00 1263 1263 2.50000000000000D-01 1264 1264 4.00000000000000D+00 1265 1265 2.50000000000000D-01 1266 1266 4.00000000000000D+00 1267 1267 2.50000000000000D-01 1268 1268 4.00000000000000D+00 1269 1269 2.50000000000000D-01 1270 1270 4.00000000000000D+00 1271 1271 4.00000000000000D+00 1272 1272 2.50000000000000D-01 1273 1273 4.00000000000000D+00 1274 1274 2.50000000000000D-01 1275 1275 4.00000000000000D+00 1276 1276 2.50000000000000D-01 1277 1277 4.00000000000000D+00 1278 1278 2.50000000000000D-01 1279 1279 4.00000000000000D+00 1280 1280 2.50000000000000D-01 1281 1281 4.00000000000000D+00 1282 1282 2.50000000000000D-01 1283 1283 4.00000000000000D+00 1284 1284 4.00000000000000D+00 1285 1285 2.50000000000000D-01 1286 1286 4.00000000000000D+00 1287 1287 2.50000000000000D-01 1288 1288 4.00000000000000D+00 1289 1289 2.50000000000000D-01 1290 1290 4.00000000000000D+00 1291 1291 2.50000000000000D-01 1292 1292 4.00000000000000D+00 1293 1293 2.50000000000000D-01 1294 1294 4.00000000000000D+00 1295 1295 2.50000000000000D-01 1296 1296 4.00000000000000D+00 1297 1297 4.00000000000000D+00 1298 1298 2.50000000000000D-01 1299 1299 4.00000000000000D+00 1300 1300 2.50000000000000D-01 1301 1301 4.00000000000000D+00 1302 1302 2.50000000000000D-01 1303 1303 4.00000000000000D+00 1304 1304 2.50000000000000D-01 1305 1305 4.00000000000000D+00 1306 1306 2.50000000000000D-01 1307 1307 4.00000000000000D+00 1308 1308 2.50000000000000D-01 1309 1309 4.00000000000000D+00 1310 1310 4.00000000000000D+00 1311 1311 2.50000000000000D-01 1312 1312 4.00000000000000D+00 1313 1313 2.50000000000000D-01 1314 1314 4.00000000000000D+00 1315 1315 2.50000000000000D-01 1316 1316 4.00000000000000D+00 1317 1317 2.50000000000000D-01 1318 1318 4.00000000000000D+00 1319 1319 2.50000000000000D-01 1320 1320 4.00000000000000D+00 1321 1321 2.50000000000000D-01 1322 1322 4.00000000000000D+00 1323 1323 4.00000000000000D+00 1324 1324 2.50000000000000D-01 1325 1325 4.00000000000000D+00 1326 1326 2.50000000000000D-01 1327 1327 4.00000000000000D+00 1328 1328 2.50000000000000D-01 1329 1329 4.00000000000000D+00 1330 1330 2.50000000000000D-01 1331 1331 4.00000000000000D+00 1332 1332 2.50000000000000D-01 1333 1333 4.00000000000000D+00 1334 1334 2.50000000000000D-01 1335 1335 4.00000000000000D+00 1336 1336 4.00000000000000D+00 1337 1337 2.50000000000000D-01 1338 1338 4.00000000000000D+00 1339 1339 2.50000000000000D-01 1340 1340 4.00000000000000D+00 1341 1341 2.50000000000000D-01 1342 1342 4.00000000000000D+00 1343 1343 2.50000000000000D-01 1344 1344 4.00000000000000D+00 1345 1345 2.50000000000000D-01 1346 1346 4.00000000000000D+00 1347 1347 2.50000000000000D-01 1348 1348 1.00000000000000D+08 1349 1349 1.00000000000000D+08 1350 1350 1.00000000000000D+08 1351 1351 1.00000000000000D+08 1352 1352 1.00000000000000D+08 1353 1353 1.00000000000000D+08 1354 1354 4.00000000000000D+20 1355 1355 4.00000000000000D+20 1356 1356 4.00000000000000D+20 1357 1357 1.00000000000000D+12 1358 1358 1.00000000000000D+12 1359 1359 1.00000000000000D+12 1360 1360 1.00000000000000D+12 1361 1361 1.00000000000000D+12 1362 1362 1.00000000000000D+12 1363 1363 1.00000000000000D+12 1364 1364 1.00000000000000D+12 1365 1365 1.00000000000000D+12 1366 1366 1.00000000000000D+12 1367 1367 1.00000000000000D+12 1368 1368 1.00000000000000D+12 1369 1369 1.00000000000000D+12 1370 1370 1.00000000000000D+12 1371 1371 1.00000000000000D+12 1372 1372 1.00000000000000D+12 1373 1373 1.00000000000000D+12 1374 1374 1.00000000000000D+12 1375 1375 1.00000000000000D+12 1376 1376 1.00000000000000D+12 1377 1377 1.00000000000000D+12 1378 1378 1.00000000000000D+12 1379 1379 1.00000000000000D+12 1380 1380 1.00000000000000D+12 1381 1381 1.00000000000000D+12 1382 1382 1.00000000000000D+12 1383 1383 1.00000000000000D+12 1384 1384 1.00000000000000D+12 1385 1385 1.00000000000000D+12 1386 1386 1.00000000000000D+12 1387 1387 1.00000000000000D+12 1388 1388 1.00000000000000D+12 1389 1389 1.00000000000000D+12 1390 1390 1.00000000000000D+12 1391 1391 1.00000000000000D+12 1392 1392 1.00000000000000D+12 1393 1393 1.00000000000000D+12 1394 1394 1.00000000000000D+12 1395 1395 1.00000000000000D+12 1396 1396 1.00000000000000D+12 1397 1397 1.00000000000000D+12 1398 1398 1.00000000000000D+12 1399 1399 1.00000000000000D+12 1400 1400 1.00000000000000D+12 1401 1401 1.00000000000000D+12 1402 1402 1.00000000000000D+12 1403 1403 1.00000000000000D+12 1404 1404 1.00000000000000D+12 1405 1405 1.00000000000000D+12 1406 1406 1.00000000000000D+12 1407 1407 1.00000000000000D+12 1408 1408 1.00000000000000D+12 1409 1409 1.00000000000000D+12 1410 1410 1.00000000000000D+12 -SOLUTION/CONSTRAINT_WEIGHT_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_MATRIX * Ind1 Ind2 Decomposed_normal_matrix(ind1,ind2) 1 1 5.56975492690578D+04 2 1 -2.62282117722817D+04 2 2 2.83668668206111D+04 3 1 1.07340826783888D+04 3 2 1.29676765432358D+04 3 3 2.64398035629094D+04 4 1 -6.47766831389070D+03 4 2 2.73583665320836D+03 4 3 -1.45397099985182D+03 4 4 1.00328183489839D+05 5 1 4.10425285448134D+03 5 2 -2.73491186527349D+03 5 3 3.82090821340680D+01 5 4 1.79145074708378D+04 5 5 7.05966419232693D+04 6 1 -1.49003039040044D+03 6 2 5.53468709694222D+02 6 3 -3.08791712174192D+02 6 4 4.53447896919660D+04 6 5 3.16756262732148D+04 6 6 3.60630219913423D+04 7 1 -2.67183346846178D+04 7 2 1.24963791670240D+04 7 3 -6.38788499032333D+03 7 4 -1.94950405190606D+04 7 5 6.37435943850875D+03 7 6 -8.34876376219466D+03 7 7 1.50380655577980D+05 8 1 1.34928150241971D+04 8 2 -1.44973469546773D+04 8 3 -5.55084342264384D+03 8 4 5.22528880778886D+03 8 5 -7.54567485331744D+03 8 6 4.83745369790122D+02 8 7 -6.66268538144045D+04 8 8 9.85214207599908D+04 9 1 -3.91140620698780D+03 9 2 -7.19953781022877D+03 9 3 -1.28560047883652D+04 9 4 -8.45448069538921D+03 9 5 -1.74117225965858D+03 9 6 -5.32808437746204D+03 9 7 3.03080003717244D+04 9 8 5.51357432482019D+04 9 9 8.91025093676224D+04 10 1 -6.53170383483171D+02 10 2 6.30700259473175D+02 10 3 3.96041692636907D+02 10 4 -1.64179028841890D+04 10 5 -1.10654534194171D+04 10 6 -7.87670126334950D+03 10 7 -7.95713728353381D+02 10 8 -3.48169562362134D+02 10 9 -5.07290802843869D+02 10 10 2.00668343206197D+04 11 1 3.58040351169184D+02 11 2 -4.81641882013530D+02 11 3 -5.66067162089050D+02 11 4 -1.02270564816222D+04 11 5 -1.43212347441688D+04 11 6 -9.52991137216240D+03 11 7 1.17026456819847D+02 11 8 -4.18810460862145D+03 11 9 -4.48695032847673D+03 11 10 8.78391646448895D+03 11 11 2.20354733376447D+04 12 1 9.92782099153847D+01 12 2 -5.10489565134048D+02 12 3 -9.14163048278540D+02 12 4 -7.71720277189836D+03 12 5 -8.12928370036185D+03 12 6 -7.55607256136462D+03 12 7 -6.30588611029088D+01 12 8 -5.24191472015530D+03 12 9 -6.14989843549952D+03 12 10 6.19875364984758D+03 12 11 1.79671849215552D+04 12 12 1.94966939345989D+04 13 1 -9.85792565377802D+03 13 2 4.52746209210902D+03 13 3 -1.87446498669311D+03 13 4 -7.98974931605905D+03 13 5 -3.85489260200411D+02 13 6 -4.19550605982542D+03 13 7 -4.83010174608231D+04 13 8 2.01706851710007D+04 13 9 -1.06485106326230D+04 13 10 -7.04891573786736D+01 13 11 -2.79342406615615D+00 13 12 9.29632496647537D+00 13 13 1.16399754118755D+05 14 1 3.23735545030236D+03 14 2 -4.67465416097268D+03 14 3 -3.10512386209518D+03 14 4 -3.53183829838410D+02 14 5 -5.28830933267251D+02 14 6 -4.94089554712176D+02 14 7 1.91654266884066D+04 14 8 -2.86604623571895D+04 14 9 -1.71758446573094D+04 14 10 4.89132457785308D+01 14 11 -4.17402697894722D+01 14 12 -5.77169136554003D+01 14 13 -4.10001169848554D+04 14 14 6.96732033114657D+04 15 1 -2.72478345324844D+03 15 2 -2.87036877588928D+03 15 3 -5.93997715440765D+03 15 4 -5.84625805267692D+03 15 5 4.19240985073149D+02 15 6 -3.18067712095566D+03 15 7 -7.44130945269763D+03 15 8 -1.95608319866285D+04 15 9 -2.92483877213262D+04 15 10 5.77752668000758D+01 15 11 -6.06746852844954D+01 15 12 -9.82250825557858D+01 15 13 2.30078174548969D+04 15 14 5.36235217297822D+04 15 15 8.50744504874386D+04 16 1 -4.14175363150984D+03 16 2 2.03396533209458D+03 16 3 -5.86875618636608D+02 16 4 -6.05202748949639D+03 16 5 4.61913090119883D+03 16 6 -1.69393043560535D+03 16 7 -1.77626669711024D+04 16 8 1.03127390524112D+04 16 9 -1.46599066782743D+03 16 10 -4.13053215578198D+02 16 11 6.00519843688235D+02 16 12 6.83652859207243D+02 16 13 -1.19001724213362D+04 16 14 3.34001439511403D+03 16 15 -2.79636322239786D+03 16 16 4.93156242661998D+04 17 1 1.99314774886891D+03 17 2 -2.02657430193201D+03 17 3 -1.01191921406239D+03 17 4 2.43800800910033D+03 17 5 -3.72447592037171D+03 17 6 2.40813771817833D+02 17 7 9.08426194041967D+03 17 8 -1.02820687089153D+04 17 9 -4.56199825078994D+03 17 10 1.58537510126829D+02 17 11 -4.74277279222384D+02 17 12 -6.02638580366969D+02 17 13 6.96238796241209D+03 17 14 -7.31665077351965D+03 17 15 -5.11750283009559D+03 17 16 -2.55444862013347D+04 17 17 3.02805685655102D+04 18 1 -7.93109605643898D+02 18 2 -7.79959345147014D+02 18 3 -1.68979509888217D+03 18 4 -1.49161976701021D+03 18 5 -4.42057265423238D+02 18 6 -6.78700451066718D+02 18 7 -2.68597900455445D+03 18 8 -3.44498739868402D+03 18 9 -6.39026051192358D+03 18 10 -6.83590215556324D+01 18 11 -1.81909134954214D+02 18 12 -2.66129592144862D+02 18 13 -5.78874475911260D+02 18 14 -6.17422882518917D+03 18 15 -8.82618343264796D+03 18 16 6.72744985545054D+03 18 17 1.49785905567780D+04 18 18 2.31744921360910D+04 19 1 -6.08143352551013D+03 19 2 2.84680194675177D+03 19 3 -9.65437202438712D+02 19 4 -1.13269552550297D+04 19 5 6.27547033783048D+03 19 6 -3.65664999077469D+03 19 7 -3.56636664900780D+04 19 8 1.85525003981851D+04 19 9 -5.10947606131807D+03 19 10 -1.17729862946272D+03 19 11 4.00418594218791D+02 19 12 6.30110885882750D+02 19 13 -2.60015752979368D+04 19 14 8.46059358698502D+03 19 15 -7.31424290306121D+03 19 16 -6.61556166669726D+03 19 17 3.96095039166138D+03 19 18 -5.46090259689838D+02 19 19 8.87925466599017D+04 20 1 2.32774008192867D+03 20 2 -2.61347187535092D+03 20 3 -1.04368420053273D+03 20 4 3.41969684657454D+03 20 5 -6.07564582636952D+03 20 6 -5.10514764916152D+01 20 7 1.66783783046342D+04 20 8 -2.37804339277036D+04 20 9 -1.22417092989013D+04 20 10 1.79871896887943D+03 20 11 -2.31051485228352D+03 20 12 -3.18857513128966D+03 20 13 1.06652464856021D+04 20 14 -1.65614335567821D+04 20 15 -1.09377675011605D+04 20 16 3.21575136978924D+03 20 17 -3.88548375293612D+03 20 18 -1.67531226685643D+03 20 19 -4.21370950765572D+04 20 20 6.06602089558803D+04 21 1 -1.94288633276522D+03 21 2 -6.60193308129907D+02 21 3 -2.25613257979229D+03 21 4 -3.59603569922596D+03 21 5 -1.66485430077463D+03 21 6 -2.27705876210146D+03 21 7 -8.16148286514729D+03 21 8 -1.17902787310109D+04 21 9 -2.05171116337664D+04 21 10 1.70906049231440D+03 21 11 -2.93503776215762D+03 21 12 -4.24683801615052D+03 21 13 -6.59410558697954D+03 21 14 -1.13731487215906D+04 21 15 -1.84777096407767D+04 21 16 -1.53585850987211D+03 21 17 -1.19108539072424D+03 21 18 -2.34042927521467D+03 21 19 1.57616255997084D+04 21 20 3.53202707304209D+04 21 21 5.74229567348808D+04 22 1 -1.76726102438569D+03 22 2 9.57018418855965D+02 22 3 1.38539079472423D+02 22 4 -3.25688363589067D+04 22 5 -2.78368279822730D+04 22 6 -1.80831758547723D+04 22 7 -1.64421315418184D+03 22 8 -7.79053207781166D+02 22 9 -2.10815751492977D+02 22 10 -5.39203134886920D+02 22 11 -3.01163597963750D+01 22 12 1.59190817931667D+02 22 13 -1.22788227254301D+04 22 14 7.10094998208061D+03 22 15 3.05739300477505D+03 22 16 -2.43038669245690D+03 22 17 9.47144606061280D+02 22 18 -5.63387948673218D+02 22 19 -1.92605395458639D+03 22 20 4.03151533102989D+03 22 21 4.35971233164147D+03 22 22 5.31547802376747D+04 23 1 7.14815863076597D+02 23 2 -1.33817659867741D+03 23 3 -1.72826170171052D+03 23 4 -2.11531543589095D+04 23 5 -3.56657682951409D+04 23 6 -2.28786281077377D+04 23 7 2.71097474546917D+03 23 8 -9.56723841119744D+03 23 9 -7.72854441971332D+03 23 10 -7.21223860606551D+00 23 11 -2.17873242491856D+02 23 12 -2.36545350559056D+02 23 13 -9.37425876043737D+02 23 14 -1.18893431632034D+04 23 15 -1.54956264974773D+04 23 16 1.42232015196607D+03 23 17 -2.57094804233499D+03 23 18 -2.28015087375790D+03 23 19 1.64031671896391D+03 23 20 -5.43313702336140D+03 23 21 -5.70568537274003D+03 23 22 1.56093204459790D+04 23 23 6.66825712650092D+04 24 1 2.88857110682875D+01 24 2 -1.50061392001808D+03 24 3 -2.47480422350205D+03 24 4 -1.67852145131491D+04 24 5 -2.01557061376125D+04 24 6 -1.67335265906341D+04 24 7 2.78050686316192D+03 24 8 -1.00306454439163D+04 24 9 -8.61262865328230D+03 24 10 9.07502545230091D+01 24 11 -2.06619274772704D+02 24 12 -2.65223090382293D+02 24 13 8.74380718417466D+02 24 14 -1.52433853587881D+04 24 15 -1.93031522114687D+04 24 16 6.67945467511192D+02 24 17 -2.73427665025741D+03 24 18 -2.98285971122421D+03 24 19 1.20019201293588D+03 24 20 -6.18218978961557D+03 24 21 -7.30754038590379D+03 24 22 1.11425746037457D+04 24 23 5.60534575708285D+04 24 24 5.76798790297778D+04 25 1 -6.71561181246151D+07 25 2 2.39333266711925D+08 25 3 3.75026117712778D+08 25 4 2.34448218498186D+09 25 5 -1.55425552854296D+09 25 6 7.12132505692185D+08 25 7 -3.55815551952079D+08 25 8 1.08714552386335D+08 25 9 2.08799094837161D+07 25 10 -3.13026631337083D+07 25 11 2.03231477657548D+07 25 12 4.14015356463093D+07 25 13 -1.24591179713241D+09 25 14 -3.70022640048698D+08 25 15 -2.22262521179946D+09 25 16 1.07382205238787D+06 25 17 1.87047957040427D+08 25 18 2.94221670693244D+08 25 19 -1.03617913064172D+09 25 20 5.75148541892049D+08 25 21 1.48672057880280D+07 25 22 3.90809251401555D+08 25 23 7.93710701836614D+08 25 24 7.64096273431988D+08 25 25 1.45476794181045D+16 26 1 -5.02256581424982D+08 26 2 1.66183941195559D+08 26 3 -1.02046911816780D+08 26 4 -1.88222749016976D+09 26 5 3.97229539689222D+08 26 6 -9.85679770502366D+08 26 7 2.49891749801412D+09 26 8 -1.36935968207993D+09 26 9 -4.10644633631508D+08 26 10 1.19740290152358D+07 26 11 -1.58635541573686D+07 26 12 -2.48522284547783D+07 26 13 -9.36072067011668D+08 26 14 1.31100259816498D+09 26 15 1.55582197066397D+09 26 16 -1.70206041439145D+08 26 17 1.35139558331092D+07 26 18 -8.83664122978432D+07 26 19 1.06184746312976D+09 26 20 -9.93598432329569D+07 26 21 6.62333052050374D+08 26 22 -8.19768150038836D+07 26 23 -4.03346962255815D+08 26 24 -6.06565090156341D+08 26 25 -6.84419282749000D+15 26 26 7.04500166755224D+15 27 1 -3.82039003468888D+08 27 2 -8.67275083003855D+07 27 3 -3.38374422874594D+08 27 4 1.18902416892096D+10 27 5 8.21825285933386D+09 27 6 2.77428193963281D+09 27 7 3.11694503728879D+08 27 8 -2.69680415359410D+09 27 9 -3.22600464727532D+09 27 10 -5.11625172200909D+09 27 11 -7.69072793622032D+09 27 12 -2.98625336507405D+09 27 13 -1.14036576874234D+08 27 14 7.10350569508371D+08 27 15 4.92060285524623D+08 27 16 -5.49447453113745D+08 27 17 3.93310897960228D+08 27 18 4.75200719099514D+07 27 19 -1.79088185670759D+08 27 20 -8.62219218205404D+08 27 21 -7.60172893553594D+08 27 22 -5.86107325123199D+09 27 23 2.01456448802767D+09 27 24 3.99694300939300D+09 27 25 -1.78033693029911D+14 27 26 2.48100500671540D+13 27 27 5.33961996137249D+16 28 1 -7.23079588700963D+08 28 2 1.45182169828035D+09 28 3 2.22010729771405D+09 28 4 5.25936153101499D+10 28 5 2.86001036903536D+10 28 6 2.08797618036003D+10 28 7 -1.19056481484483D+09 28 8 -4.93280328249073D+09 28 9 -5.52447432187569D+09 28 10 -2.74854910754521D+10 28 11 -2.35237378945810D+10 28 12 -1.70635110453538D+10 28 13 4.22888380230004D+09 28 14 -3.88868700339449D+09 28 15 -5.17639786090522D+09 28 16 -5.63282699138073D+08 28 17 1.10567049745836D+09 28 18 1.41206134928184D+09 28 19 4.99444051095501D+08 28 20 5.48011707209672D+09 28 21 4.93834390188196D+09 28 22 -2.73595256926003D+10 28 23 -4.29248561798213D+09 28 24 -1.68589401328768D+09 28 25 -8.17315630030360D+14 28 26 -6.49266923392000D+13 28 27 7.41383876068424D+16 28 28 7.75351400720347D+17 29 1 -7.97671778215480D+09 29 2 2.63693542763579D+09 29 3 -1.96165699714717D+09 29 4 1.51957361361111D+10 29 5 1.80555175166652D+10 29 6 1.40212349145881D+10 29 7 1.71391552534464D+09 29 8 1.42689792980069D+09 29 9 1.99197336938077D+09 29 10 9.03830531571974D+08 29 11 -1.04294938323254D+09 29 12 -1.00126806693756D+09 29 13 7.54272699192086D+09 29 14 2.60137933940195D+09 29 15 4.79340301156572D+09 29 16 -7.67770277531784D+09 29 17 2.14938622284284D+09 29 18 -2.34837914112407D+09 29 19 -4.44573791722338D+09 29 20 5.98323407264938D+09 29 21 3.89992937890396D+09 29 22 -5.25605077523669D+09 29 23 -3.18104012497355D+10 29 24 -1.93952366842755D+10 29 25 -1.95782911590627D+15 29 26 -6.22288050306912D+14 29 27 -1.02841951243578D+16 29 28 3.52893740244992D+14 29 29 3.34409548960240D+17 30 1 -3.61233463661204D+09 30 2 8.47355482547928D+08 30 3 -1.73283957313471D+09 30 4 1.73977140048527D+10 30 5 -2.23526421296985D+10 30 6 -3.68776414299134D+09 30 7 3.07034461026842D+08 30 8 -5.47839270691571D+09 30 9 -4.55231796954083D+09 30 10 -7.21799464982796D+08 30 11 2.98508053355582D+08 30 12 3.03423812940170D+08 30 13 -2.18695045960428D+09 30 14 -3.36623588147939D+08 30 15 -1.42578822572666D+09 30 16 -2.80106333450367D+09 30 17 5.33815525078839D+08 30 18 -1.25567776727168D+09 30 19 -3.43722172607889D+09 30 20 3.14902057938019D+09 30 21 9.89309648391249D+08 30 22 -4.94537917455380D+09 30 23 2.33389584222980D+10 30 24 1.13616529616892D+10 30 25 -1.69056539413373D+15 30 26 -1.43894503301952D+14 30 27 3.83386207372288D+15 30 28 -1.44668013206569D+16 30 29 -1.54597496110401D+17 30 30 2.71204867791340D+17 31 1 -1.15726541977099D+08 31 2 -1.20894486854385D+08 31 3 1.19072009088034D+08 31 4 3.74761640273603D+10 31 5 3.02420927242094D+10 31 6 1.11531532770216D+10 31 7 -3.49015758076711D+09 31 8 -4.01267335033951D+08 31 9 -2.63065184068693D+09 31 10 -1.20509638502068D+10 31 11 -1.16938185333499D+10 31 12 -4.16545957542177D+09 31 13 5.53244077832678D+07 31 14 2.15807063732135D+09 31 15 2.78025073503464D+09 31 16 -5.70441172369896D+08 31 17 1.21035796537284D+08 31 18 -1.38756197159434D+07 31 19 -4.99782431309644D+08 31 20 -2.79379768041069D+08 31 21 -1.95224137528014D+08 31 22 -2.08044168900142D+10 31 23 -2.00258391266336D+10 31 24 -7.04726510771636D+09 31 25 -4.69696913884432D+14 31 26 2.80311617616672D+14 31 27 -8.98188391876749D+15 31 28 -9.23251525319475D+15 31 29 -3.26755330588175D+16 31 30 1.49933901690030D+16 31 31 2.27847591492836D+17 32 1 -1.03121579248266D+09 32 2 8.76217466245811D+08 32 3 5.54233753836972D+08 32 4 4.69798913104918D+10 32 5 1.81846755318630D+10 32 6 1.17942841352742D+10 32 7 -1.91642120184346D+09 32 8 8.73006488783824D+08 32 9 -2.94425001379405D+09 32 10 -1.43380541110576D+10 32 11 -8.21026516438984D+09 32 12 -2.55311394626980D+09 32 13 7.50261802910497D+08 32 14 5.56639541174391D+08 32 15 8.67323922936270D+08 32 16 -1.02497220819962D+09 32 17 8.32810330963870D+07 32 18 -4.06221264715925D+08 32 19 -2.73191661878239D+08 32 20 5.69495410669364D+08 32 21 7.81592231934456D+08 32 22 -2.91462984486888D+10 32 23 -1.29330506324707D+10 32 24 -8.09384989996409D+09 32 25 1.30866004618392D+15 32 26 -8.11490219916480D+14 32 27 1.24916742364614D+15 32 28 -6.30474070666281D+16 32 29 4.11535460703437D+16 32 30 -5.44231391652987D+16 32 31 6.01548061007718D+16 32 32 4.02498835740998D+17 33 1 -5.76841921712395D+08 33 2 1.51055840249295D+08 33 3 -3.57770083435363D+08 33 4 9.85624144147808D+06 33 5 -2.89744948271037D+08 33 6 -2.83843028170827D+08 33 7 3.49858349360949D+09 33 8 -3.50577729672231D+09 33 9 -2.89937241761295D+09 33 10 4.04853261898671D+07 33 11 1.34972643708368D+08 33 12 1.32154883529126D+08 33 13 -2.95326087712193D+09 33 14 2.47905143929576D+09 33 15 2.39293304861798D+09 33 16 -5.88068637167161D+06 33 17 -3.33835354184444D+08 33 18 -4.82183648380130D+08 33 19 -2.33726031506616D+08 33 20 4.38631027210129D+08 33 21 2.50338496495389D+07 33 22 2.20784450373940D+08 33 23 9.25646640796821D+08 33 24 1.47304736897353D+09 33 25 -3.09964242240996D+14 33 26 3.50164109516840D+13 33 27 -1.56790329444189D+15 33 28 -3.48198327084160D+15 33 29 -2.07100098931902D+15 33 30 2.20463279297152D+14 33 31 4.48952523914160D+13 33 32 -3.30620569558016D+14 33 33 1.58204486804631D+16 34 1 -8.37070891321418D+08 34 2 -1.44359326975493D+09 34 3 -2.22134088101872D+09 34 4 -2.08584221013016D+08 34 5 1.50501045709434D+09 34 6 7.29683551589192D+08 34 7 3.17753880454104D+09 34 8 3.48834859581317D+09 34 9 6.47134184925719D+09 34 10 -5.05419328711150D+07 34 11 -5.77248725032951D+08 34 12 -6.16293440041521D+08 34 13 5.62359639551795D+08 34 14 -5.25994230155027D+08 34 15 -2.64660231040775D+09 34 16 -8.32558712852588D+08 34 17 4.00127057387440D+08 34 18 2.28763769995490D+08 34 19 -1.09249271466518D+08 34 20 -4.22168308558373D+08 34 21 1.28732598995229D+08 34 22 -1.70189351120725D+09 34 23 -2.42448166362432D+09 34 24 -2.07428541064900D+09 34 25 6.96665753500692D+14 34 26 5.79636705825600D+12 34 27 2.30072921947712D+14 34 28 -2.39169390992179D+15 34 29 6.01067761115494D+15 34 30 -1.74472870831923D+15 34 31 4.09221778033408D+14 34 32 -2.48119540196915D+15 34 33 -5.73376914594339D+15 34 34 3.36160815524508D+16 35 1 3.36762522896509D+09 35 2 2.26819391844531D+09 35 3 5.49912421252886D+09 35 4 1.93597824300358D+10 35 5 2.08445838042200D+09 35 6 8.37156012388224D+09 35 7 -2.93693550457930D+09 35 8 1.12072458723633D+10 35 9 1.16345731274767D+10 35 10 2.43899895232266D+08 35 11 5.25896513884055D+08 35 12 4.92146420547593D+08 35 13 -1.79812463776934D+09 35 14 3.77656513314830D+09 35 15 3.36281337925805D+09 35 16 2.33881106449544D+09 35 17 3.04651248652973D+09 35 18 5.65249974609590D+09 35 19 -4.43064230301694D+09 35 20 2.18465472529356D+09 35 21 7.31909730168342D+08 35 22 -1.61444163191654D+10 35 23 -2.50935271163036D+10 35 24 -3.57446263631700D+10 35 25 -4.23469729118310D+15 35 26 3.55725068923934D+15 35 27 -1.44912475159917D+15 35 28 -5.94339995014554D+15 35 29 -3.68160323968614D+16 35 30 5.21512169747430D+15 35 31 6.65457064353638D+15 35 32 -8.32367667895731D+15 35 33 -5.99672242674714D+15 35 34 6.24436614020160D+14 35 35 2.74335848070656D+17 36 1 2.76752145926055D+09 36 2 7.04716510790107D+08 36 3 3.08606863489852D+09 36 4 -1.15522836686921D+10 36 5 2.10423956777179D+09 36 6 -3.28424373594091D+09 36 7 -4.25141858187400D+08 36 8 -4.68379917114826D+09 36 9 -7.15966523861572D+09 36 10 -1.70584079505750D+08 36 11 -2.46739962995109D+08 36 12 -1.95756330717259D+08 36 13 2.83252861672965D+09 36 14 8.34383449742649D+08 36 15 2.64761460598137D+09 36 16 1.87333218074823D+09 36 17 2.92044660260913D+08 36 18 1.82053486624032D+09 36 19 3.10905080719129D+09 36 20 -5.08281541444978D+07 36 21 2.03490396454376D+09 36 22 1.56557645410384D+09 36 23 1.04598302881287D+09 36 24 1.05054302255416D+09 36 25 2.12458142973291D+15 36 26 -1.53901164794171D+15 36 27 -1.38323606070459D+15 36 28 -1.42901749475738D+15 36 29 5.45730555889843D+15 36 30 -3.22297162904576D+14 36 31 -4.18123333102886D+15 36 32 4.05521154979686D+15 36 33 4.97180426654400D+14 36 34 -2.06476341975040D+13 36 35 -3.33233210014790D+16 36 36 3.46673548093124D+16 37 1 -2.52034775956069D+09 37 2 2.48350272200516D+09 37 3 8.04756101577306D+08 37 4 1.27207795291192D+10 37 5 -3.12663470995640D+09 37 6 8.94944595884782D+09 37 7 -9.36451932507986D+09 37 8 5.89634978109367D+09 37 9 7.33976349670945D+08 37 10 -2.33826013303178D+07 37 11 -3.04811627079717D+07 37 12 -7.19799466943305D+06 37 13 2.44475270512509D+09 37 14 7.97160945075455D+08 37 15 7.59555423987470D+08 37 16 -2.37366600777519D+09 37 17 1.44934597610149D+09 37 18 -2.54101685763826D+05 37 19 -3.97946577503901D+09 37 20 2.91194580166217D+09 37 21 -7.20389081342736D+08 37 22 3.09584911344789D+09 37 23 -1.03811894816574D+10 37 24 -1.05198927926095D+10 37 25 -4.91632035722112D+14 37 26 4.30558720839808D+14 37 27 -4.03398938263328D+15 37 28 4.09469152245760D+14 37 29 -1.05680522440356D+16 37 30 7.02126135851315D+15 37 31 -1.05543930024512D+16 37 32 -2.76693813687501D+15 37 33 -8.42013654739648D+14 37 34 1.02972202906470D+15 37 35 -8.00198174296678D+15 37 36 -2.43415176512845D+15 37 37 1.42074404779546D+17 38 1 1.28767818198868D+09 38 2 -6.09070334053098D+08 38 3 3.83073545041895D+08 38 4 -7.30488038771997D+09 38 5 -1.23916407220557D+09 38 6 -6.07411390229315D+09 38 7 2.41096215902293D+09 38 8 -2.45381155895259D+09 38 9 -1.35613035492434D+09 38 10 3.76281836336476D+07 38 11 7.16598730536754D+07 38 12 4.54513300845463D+07 38 13 5.38581935666036D+08 38 14 2.37151384936191D+09 38 15 2.46190384835537D+09 38 16 9.50871804262251D+08 38 17 -4.35862083658896D+08 38 18 -1.12125142398957D+08 38 19 2.79606341656077D+09 38 20 -1.22018811176483D+09 38 21 1.13805971512004D+09 38 22 -7.16905392192298D+08 38 23 3.51492239035025D+09 38 24 3.51388084172636D+09 38 25 8.76894242965250D+14 38 26 -5.05394929057044D+14 38 27 1.12713787600435D+15 38 28 5.51017256766464D+14 38 29 1.01062772641870D+16 38 30 -7.03422554488627D+15 38 31 6.04671304999955D+15 38 32 -4.67608822731059D+15 38 33 5.27594132883880D+14 38 34 -9.88257722636928D+14 38 35 2.51343322655797D+15 38 36 -5.93858733560643D+15 38 37 -6.53037341013922D+16 38 38 8.18626122226159D+16 39 1 -2.71951071128223D+09 39 2 -1.42255945502481D+09 39 3 -3.77095503113159D+09 39 4 8.75601419987121D+09 39 5 1.83248103090499D+10 39 6 1.04168042263642D+10 39 7 9.52846884951512D+08 39 8 2.59561855114545D+09 39 9 1.92236026460071D+09 39 10 -2.47865002943884D+09 39 11 -3.05309633537341D+09 39 12 -3.44001153014601D+09 39 13 -6.67672936482472D+09 39 14 3.30813861204668D+09 39 15 -2.34263575721751D+08 39 16 -2.06841558356623D+09 39 17 1.26959258644214D+08 39 18 -2.03754063111524D+09 39 19 -4.99831164240182D+09 39 20 1.87269925008203D+09 39 21 2.76720393015795D+08 39 22 9.23275597066382D+09 39 23 -2.17525705489143D+10 39 24 -3.13311509988010D+09 39 25 8.76210435191680D+13 39 26 -2.21237710325120D+13 39 27 -1.87463684884087D+16 39 28 -3.70101203914097D+16 39 29 -1.86377533092106D+16 39 30 -1.86483720457585D+16 39 31 -2.23524605308918D+16 39 32 -4.99056730811597D+15 39 33 -6.04705891053280D+15 39 34 -8.16799525415936D+14 39 35 -5.47328898044805D+16 39 36 2.59068733979341D+15 39 37 -2.24477505689006D+16 39 38 5.52891622265267D+15 39 39 2.91584690585679D+17 40 1 -2.29396496154752D+09 40 2 -3.07479821980162D+09 40 3 -5.88204611415020D+09 40 4 3.08062678785782D+10 40 5 6.11790975769144D+09 40 6 7.82063474894087D+09 40 7 -1.37147202377186D+09 40 8 1.67918320630661D+09 40 9 1.13467504543861D+09 40 10 -1.22826783311589D+09 40 11 -7.88061797923036D+08 40 12 -8.18012271209473D+08 40 13 7.63183269775847D+09 40 14 -1.74315998239568D+09 40 15 1.43976251009674D+09 40 16 1.43181475731827D+08 40 17 -2.17765612375592D+09 40 18 -2.26411603886501D+09 40 19 -2.01413454477766D+09 40 20 -1.65145787577747D+09 40 21 -3.89354179815753D+09 40 22 -3.16734430993041D+10 40 23 1.63804087105613D+09 40 24 2.46264362471349D+09 40 25 2.19426396077901D+14 40 26 5.97298006956688D+14 40 27 1.41330409258960D+16 40 28 -2.04983208700262D+15 40 29 1.00023823911964D+17 40 30 -1.11921476402564D+17 40 31 1.76644950457368D+16 40 32 -3.84574659849370D+16 40 33 2.96038952806258D+15 40 34 -1.85942909348624D+15 40 35 2.92334181580183D+16 40 36 -1.29519698299212D+16 40 37 1.35567518344078D+16 40 38 -9.40984866018592D+15 40 39 -5.30443251449638D+16 40 40 3.87725192861260D+17 41 1 -4.77562050779283D+08 41 2 1.27205830849722D+09 41 3 1.26925752717418D+09 41 4 -2.50762548386181D+08 41 5 -1.44493277142310D+07 41 6 -6.97768550689407D+08 41 7 4.09094657053608D+08 41 8 2.08856684440272D+09 41 9 4.85110559460098D+09 41 10 -1.21705162860106D+08 41 11 1.54758955419924D+08 41 12 2.10028288878997D+08 41 13 -2.60971820090058D+09 41 14 3.23068272568237D+08 41 15 -1.35637432802213D+09 41 16 1.43961791708890D+09 41 17 1.12811619598551D+09 41 18 2.14917040699431D+09 41 19 1.20815322715401D+09 41 20 7.97457998762518D+08 41 21 1.75642785208275D+09 41 22 4.02882153371278D+08 41 23 -5.74957723944963D+09 41 24 -8.18184662291084D+09 41 25 -1.95985506704000D+12 41 26 -6.81533321540000D+13 41 27 -1.36495552251616D+15 41 28 -9.33949424703898D+15 41 29 3.15831621305088D+15 41 30 -2.11741720860339D+15 41 31 3.31836968742144D+14 41 32 -7.78021198303488D+14 41 33 2.25567770315536D+14 41 34 -2.92728671603200D+14 41 35 -9.06967382453453D+15 41 36 2.75871243210637D+15 41 37 -1.37222734566641D+16 41 38 6.13768161891549D+15 41 39 -8.34462767918131D+15 41 40 -1.66771168513384D+16 41 41 5.93461171742177D+16 42 1 -3.05722206516216D+08 42 2 1.67651766924001D+08 42 3 2.81744201786325D+07 42 4 -6.27094341244042D+08 42 5 9.35343190984754D+08 42 6 8.26664389455402D+08 42 7 -2.46248502648915D+09 42 8 -2.64009808733011D+08 42 9 -2.21532679689422D+09 42 10 -1.06454077538865D+07 42 11 -1.10542552637280D+08 42 12 -1.03212502056723D+08 42 13 2.02930510729510D+09 42 14 3.22256335648894D+08 42 15 1.77007576491619D+09 42 16 1.47067111356237D+08 42 17 4.45019042595201D+07 42 18 1.12971124768590D+08 42 19 1.40585722228249D+08 42 20 3.20397043225849D+08 42 21 1.15358395728225D+09 42 22 1.08898903147687D+09 42 23 -1.41559787435741D+09 42 24 -1.57293031766089D+09 42 25 2.78927519879062D+13 42 26 -3.68211912741600D+13 42 27 -2.25004809160236D+14 42 28 -1.69663103025254D+15 42 29 -5.57212823360000D+12 42 30 1.35494964385792D+14 42 31 -4.96827396374976D+14 42 32 -4.93410481366528D+14 42 33 -3.29258833618344D+14 42 34 5.51437572646432D+14 42 35 9.17549772580400D+14 42 36 -8.41813239809760D+14 42 37 7.42289426654022D+15 42 38 -5.46197088907285D+15 42 39 -1.02371419847552D+15 42 40 1.21314534675210D+15 42 41 -3.59297212889635D+15 42 42 6.61643436638934D+15 43 1 -7.53935616401233D+09 43 2 4.98822757969258D+09 43 3 -2.55960482283036D+08 43 4 5.79993968901284D+10 43 5 1.69576104757505D+10 43 6 3.78135331725867D+10 43 7 -2.67629470216044D+09 43 8 4.22215191325381D+09 43 9 1.95839711958134D+09 43 10 3.44026557040394D+08 43 11 -4.74364356965638D+09 43 12 -5.67821856887855D+09 43 13 -1.16567588573432D+10 43 14 5.21161456190583D+09 43 15 2.47994518902167D+09 43 16 -9.65893566836788D+09 43 17 3.90615576141477D+09 43 18 -2.00101402315817D+09 43 19 -9.75781641792785D+09 43 20 9.94642972924368D+09 43 21 4.64888925509196D+08 43 22 -1.70542623362530D+10 43 23 -4.04885470404738D+10 43 24 -3.47815721057473D+10 43 25 2.37262858286669D+15 43 26 -1.65462547385101D+15 43 27 2.92272899824314D+15 43 28 -2.97522614889431D+16 43 29 -3.26448579514778D+15 43 30 3.14902073677005D+15 43 31 -1.72962874538291D+15 43 32 -3.63553636864410D+15 43 33 -7.17300342850560D+13 43 34 7.88903951537152D+14 43 35 -1.82164882589286D+15 43 36 -1.16592477186831D+16 43 37 -1.53695315906560D+15 43 38 -7.06078283402675D+15 43 39 -8.09426860261704D+16 43 40 -2.62619168618478D+16 43 41 -4.52009926671565D+15 43 42 -1.02454154032333D+15 43 43 4.79452398373237D+17 44 1 -6.57727644810053D+09 44 2 3.80778052140037D+09 44 3 -3.20627521059737D+08 44 4 -8.32016295293166D+09 44 5 -1.57513878875625D+10 44 6 -1.29897629756117D+10 44 7 7.24119558216917D+09 44 8 -3.38810953720849D+09 44 9 1.59247058986683D+09 44 10 -2.15697463883721D+08 44 11 3.54637891451711D+09 44 12 3.59904053010466D+09 44 13 5.01464292204859D+09 44 14 5.72685499993127D+08 44 15 3.52638758223396D+09 44 16 -2.49852039335582D+09 44 17 1.36583928263081D+08 44 18 -2.11237477793545D+09 44 19 3.01936865195527D+09 44 20 -3.61635513621743D+09 44 21 -2.35607116600186D+09 44 22 2.33645011948226D+09 44 23 1.46924240247053D+10 44 24 9.06093912576925D+09 44 25 1.69944358830911D+15 44 26 -1.15104992764890D+15 44 27 4.02392628487296D+14 44 28 2.48178165603860D+16 44 29 2.98676603679130D+15 44 30 -3.84477013379072D+15 44 31 3.93911943337574D+15 44 32 1.04793275976909D+15 44 33 7.01364877243904D+14 44 34 -1.43064464577024D+15 44 35 2.80354439488635D+16 44 36 -1.96674037364449D+16 44 37 3.09002570031770D+16 44 38 -3.42662153557609D+16 44 39 1.46383820751708D+16 44 40 -1.81293563494674D+16 44 41 -8.89586008356352D+14 44 42 -2.31276858745728D+15 44 43 -1.12413147101667D+17 44 44 2.13247202518266D+17 45 1 1.11250973608127D+09 45 2 -7.26766734685424D+08 45 3 -1.53295651170385D+08 45 4 9.76953210676142D+08 45 5 3.97887672214089D+09 45 6 2.57265091377420D+08 45 7 2.82878006262871D+09 45 8 -3.58583820459446D+09 45 9 -2.29398104797197D+09 45 10 -2.17222593456379D+08 45 11 2.82593775891813D+08 45 12 2.93019682001187D+08 45 13 2.25212232861433D+09 45 14 -5.33013941028769D+08 45 15 -4.19026796318798D+08 45 16 3.08378664988460D+09 45 17 -2.53498717233604D+09 45 18 -1.05656055370714D+09 45 19 -4.16664442543716D+08 45 20 5.16170089196993D+08 45 21 6.74714504699795D+08 45 22 -9.62026505733693D+09 45 23 2.60296537872573D+09 45 24 2.69786459036929D+09 45 25 9.99469832342080D+13 45 26 2.10199297538560D+13 45 27 -2.26319514570020D+14 45 28 3.86864188558131D+15 45 29 -1.18124491820483D+16 45 30 1.19770761912873D+16 45 31 -2.16657744313203D+15 45 32 3.45501385057382D+15 45 33 3.05302094654480D+14 45 34 -7.36776718563584D+14 45 35 -5.27867430970880D+14 45 36 3.26226576404480D+14 45 37 -1.06745019948915D+16 45 38 6.74906826465581D+15 45 39 -3.91937214183885D+15 45 40 -7.02652265676848D+15 45 41 1.03519317276147D+15 45 42 -6.58473182301472D+14 45 43 -4.71018219747451D+16 45 44 -1.08219432475945D+16 45 45 6.69967263926257D+16 46 1 1.79294829312363D+09 46 2 -1.77311444340997D+09 46 3 -8.15691159966226D+08 46 4 1.47169138230089D+09 46 5 -4.26739048898849D+08 46 6 6.10729221477738D+08 46 7 4.20634332133078D+09 46 8 1.52223350736396D+09 46 9 4.39160175913190D+09 46 10 -3.54224014843520D+08 46 11 1.40106497734252D+08 46 12 1.95009249305854D+08 46 13 -1.41735072345333D+09 46 14 1.87327455247549D+08 46 15 -4.50183246232551D+09 46 16 9.54329160717221D+08 46 17 -2.54741242675519D+08 46 18 2.66804520312194D+08 46 19 -5.52173081468621D+08 46 20 -1.56979716766676D+09 46 21 -2.37125508647705D+09 46 22 -6.10156430765727D+09 46 23 2.17472458489460D+09 46 24 2.22463454448801D+09 46 25 -2.67019022797909D+14 46 26 6.63137372433920D+13 46 27 1.49584573839488D+14 46 28 9.55839719329792D+14 46 29 -3.74482207023206D+15 46 30 5.02431759798682D+15 46 31 -1.12122689195315D+15 46 32 8.07927820562432D+14 46 33 2.04468811139283D+15 46 34 -2.24761178895155D+15 46 35 1.07104796149670D+15 46 36 1.56756599685888D+14 46 37 3.03244325025229D+15 46 38 -2.01655427115021D+15 46 39 2.72692034456576D+15 46 40 -3.68740313642086D+15 46 41 4.77102836962048D+14 46 42 -9.95801833884032D+14 46 43 -3.10681288700764D+16 46 44 -1.17022010284442D+16 46 45 3.48265618623217D+16 46 46 6.60853180214272D+16 47 1 -3.61727613248090D+08 47 2 4.88402619248628D+07 47 3 -2.89876189908519D+07 47 4 2.52507279664604D+10 47 5 6.78796367400111D+09 47 6 1.23145458822404D+10 47 7 -1.22653723003849D+10 47 8 7.83321774811402D+09 47 9 -3.96604609250698D+09 47 10 -7.17811623651750D+09 47 11 -1.39445561245670D+09 47 12 1.75417253382935D+09 47 13 -1.43196846509414D+09 47 14 -3.22972703628995D+09 47 15 -6.23021831308938D+09 47 16 7.91765008683002D+08 47 17 -8.79520593891338D+08 47 18 -1.53695456655753D+08 47 19 6.13233969024709D+08 47 20 -3.69190383738209D+09 47 21 -5.21550371386621D+09 47 22 -5.41854241355505D+09 47 23 -5.47441463681551D+09 47 24 1.52573283596788D+09 47 25 2.75942468252176D+14 47 26 -6.01364817918189D+13 47 27 1.58943533911107D+15 47 28 -7.59656105722956D+15 47 29 -3.74332431515136D+14 47 30 -3.95675269870934D+14 47 31 1.23485825219444D+16 47 32 6.64820962677737D+15 47 33 -3.54338849735264D+14 47 34 -7.30080510189105D+13 47 35 9.01873005854720D+14 47 36 2.77096832390544D+14 47 37 1.05888063372288D+15 47 38 4.93679923587853D+14 47 39 -5.50287360639334D+15 47 40 4.09703474628738D+15 47 41 1.92584555932160D+14 47 42 -4.90499115282855D+14 47 43 -2.36772193636557D+16 47 44 -1.43993090369230D+16 47 45 -1.18305900961120D+16 47 46 -1.45107821830635D+16 47 47 1.98642823673995D+17 48 1 6.39804384036633D+08 48 2 4.16982403493912D+08 48 3 1.31739786807710D+08 48 4 -2.55377379185222D+09 48 5 -3.60861812927561D+09 48 6 -2.44764708907560D+09 48 7 9.11465639833401D+09 48 8 -2.29152025256157D+09 48 9 2.88892437616795D+08 48 10 -1.06699094685849D+09 48 11 -5.54763871413972D+08 48 12 1.40529074473313D+08 48 13 -2.49911471107498D+09 48 14 7.73693910525923D+08 48 15 -1.40147380211509D+09 48 16 -1.68526793585265D+09 48 17 1.99072432742476D+09 48 18 8.70706888337538D+08 48 19 -3.85720506882741D+08 48 20 9.88176659637846D+08 48 21 -2.97453939730132D+08 48 22 -1.56359284048857D+09 48 23 2.28532504041366D+09 48 24 2.71470696445834D+09 48 25 5.99814356093265D+13 48 26 -1.32166584699200D+12 48 27 1.26707204394624D+15 48 28 2.88693485378355D+15 48 29 -2.98079279264870D+15 48 30 2.98914516056064D+14 48 31 1.18437233473766D+15 48 32 1.70159005143040D+14 48 33 3.48842409907008D+14 48 34 -5.14062786495232D+14 48 35 4.47622656397274D+15 48 36 -2.94062073735283D+15 48 37 -1.46423216312550D+15 48 38 1.36070679530278D+15 48 39 4.47614392919654D+15 48 40 -5.67550131346496D+14 48 41 5.02550177769984D+14 48 42 9.33008730942080D+13 48 43 3.09849223056271D+16 48 44 -3.05752356513843D+16 48 45 -3.99013913979418D+15 48 46 -6.79053699407514D+15 48 47 -2.38403323390634D+16 48 48 9.12070771067228D+16 49 1 -8.37862817197584D+08 49 2 7.59078860341149D+08 49 3 1.57454676804003D+08 49 4 2.62907939500742D+08 49 5 1.29350197123531D+08 49 6 1.43666144650447D+08 49 7 1.02280562450139D+10 49 8 -4.78760286417142D+09 49 9 3.23688466748277D+09 49 10 1.25260411758068D+08 49 11 2.25618065955614D+08 49 12 3.49007841047347D+08 49 13 -3.74821807427195D+09 49 14 -2.15038951872646D+09 49 15 -5.53170686793038D+09 49 16 -7.65866112522207D+08 49 17 2.65549124204533D+09 49 18 2.55939542040628D+09 49 19 -5.53830666658387D+09 49 20 3.97916496299430D+09 49 21 -1.99497141207812D+08 49 22 2.74029070113923D+08 49 23 -8.10710947774048D+08 49 24 -7.15204734094925D+08 49 25 -4.30693222543720D+13 49 26 -5.47052361200298D+13 49 27 8.22209430894220D+13 49 28 -3.84885071362176D+14 49 29 4.56941962249472D+14 49 30 -2.08147639846229D+14 49 31 3.09370730935696D+14 49 32 2.41125331052084D+14 49 33 -9.71236848936010D+13 49 34 1.52667061935993D+14 49 35 3.03315517880320D+14 49 36 -4.09497999758912D+12 49 37 1.70307382953856D+14 49 38 3.23860236356023D+13 49 39 4.36324861002432D+14 49 40 -1.51048318993813D+14 49 41 3.23034149896864D+14 49 42 -1.42459312380559D+14 49 43 -2.57289944067610D+15 49 44 9.34754529430794D+14 49 45 -7.71291635083120D+14 49 46 1.54190967828174D+15 49 47 1.50546128656330D+15 49 48 -1.33092916795497D+15 49 49 8.49907195520485D+15 50 1 3.79329901764013D+09 50 2 -4.38355932890574D+08 50 3 2.68414526217865D+09 50 4 -1.76658869036535D+08 50 5 1.28445595415171D+07 50 6 -1.59485660643219D+08 50 7 -1.31744754487830D+10 50 8 2.87017886953669D+09 50 9 -8.20634964226417D+09 50 10 -2.12247220739839D+08 50 11 -5.32413539065794D+08 50 12 -7.32425770378136D+08 50 13 -2.21316329254193D+09 50 14 3.08721374147719D+09 50 15 3.18059123612233D+09 50 16 9.12970789919510D+08 50 17 -1.27027106716927D+09 50 18 -6.33562521703873D+08 50 19 1.09990104389853D+10 50 20 -3.73072148696439D+09 50 21 3.94887529338665D+09 50 22 7.12646099494916D+07 50 23 1.52489247798143D+06 50 24 -8.17880559117949D+07 50 25 1.36938980776785D+13 50 26 1.65187066930640D+13 50 27 -7.87506979313440D+13 50 28 -3.32202784792576D+14 50 29 1.82599189208704D+14 50 30 3.00984772431360D+14 50 31 3.75702996462080D+13 50 32 -1.95684614972416D+14 50 33 1.46964558722672D+14 50 34 -2.36685859689856D+14 50 35 -2.80699300262368D+14 50 36 -5.06064018172416D+14 50 37 -1.18536174607782D+15 50 38 8.35813221774368D+14 50 39 1.90551956794368D+14 50 40 -5.32782143106400D+14 50 41 1.23829795587958D+15 50 42 -9.63346072941712D+14 50 43 4.21427289813197D+15 50 44 -2.88024728484352D+15 50 45 7.72255635876480D+14 50 46 -3.87531448373018D+15 50 47 -4.11363816816261D+14 50 48 1.36709388605722D+15 50 49 -7.87028248657739D+15 50 50 1.66458891325523D+16 51 1 3.02908192256756D+08 51 2 -3.23168622342258D+08 51 3 1.68253419918335D+08 51 4 5.50059645933143D+10 51 5 2.03800523725665D+10 51 6 2.79343537986311D+10 51 7 -9.38887797276889D+09 51 8 -1.01170630050337D+09 51 9 -7.41429330574996D+09 51 10 -2.48697885040595D+10 51 11 -1.20124857798341D+10 51 12 -1.13090250142131D+10 51 13 -5.68107616780843D+08 51 14 -2.85503600497533D+09 51 15 -5.09025882860538D+09 51 16 2.47133936749324D+08 51 17 -3.83745738442369D+08 51 18 -3.13547262701777D+08 51 19 -4.65838462485987D+09 51 20 -1.70208242852632D+08 51 21 -1.65097423830482D+09 51 22 -1.60708480654918D+10 51 23 -3.62370167135377D+09 51 24 -2.32450826519028D+09 51 25 3.25087283315968D+14 51 26 1.36634036912800D+13 51 27 4.83895041837956D+15 51 28 1.04124875786670D+16 51 29 -1.46849397744589D+15 51 30 -5.23804977076224D+14 51 31 4.41318378269576D+16 51 32 3.12261936349793D+16 51 33 4.84744884717376D+14 51 34 -8.50506006056832D+14 51 35 4.23539105379123D+15 51 36 -2.26548323424166D+15 51 37 3.02636372564224D+15 51 38 -1.27763351991968D+15 51 39 -4.08299894795008D+15 51 40 -4.78756808033568D+14 51 41 -4.59058943059200D+14 51 42 4.17374585396640D+14 51 43 -1.25655287009546D+16 51 44 -4.43783232795238D+15 51 45 4.37715387471360D+13 51 46 8.32567496145408D+14 51 47 -2.81630703493251D+16 51 48 1.25054833342131D+15 51 49 1.67022256201536D+14 51 50 -3.48523261767680D+14 51 51 3.13263355313562D+17 52 1 -2.25437573687351D+07 52 2 -2.01286418463818D+08 52 3 -3.79189915827345D+08 52 4 -2.26672690549176D+09 52 5 -4.62556778712370D+09 52 6 -4.32972119589837D+09 52 7 1.89922082770642D+09 52 8 -1.70870165041079D+09 52 9 1.94299850738333D+09 52 10 3.32892134163503D+09 52 11 3.46483712703322D+09 52 12 2.03129215919327D+09 52 13 4.68553661436059D+08 52 14 -1.52675524506905D+09 52 15 -1.93428636101553D+09 52 16 -5.26969256203401D+08 52 17 5.64105215218093D+08 52 18 8.40697676556466D+07 52 19 -2.45496625341637D+09 52 20 2.23482302429602D+09 52 21 3.83740154186092D+08 52 22 -4.25489582822150D+08 52 23 1.79854583076852D+09 52 24 2.20109720335386D+09 52 25 -7.94218323544950D+12 52 26 7.24296202614080D+13 52 27 -9.00900093393504D+14 52 28 -2.46352388930970D+15 52 29 -3.39855193181082D+15 52 30 1.75896882832384D+15 52 31 7.42185945300480D+13 52 32 4.76933181665280D+14 52 33 -2.01245719701440D+13 52 34 -4.46610660349184D+14 52 35 5.64269738889958D+15 52 36 -3.27865555241075D+15 52 37 -1.88051803876454D+15 52 38 1.51185044219846D+15 52 39 -4.11775500651008D+15 52 40 -4.54206211939584D+14 52 41 4.20070693158675D+15 52 42 -2.31480475836512D+15 52 43 1.70046989890458D+16 52 44 -1.74442417176545D+16 52 45 4.83758187778560D+13 52 46 -7.19976171926528D+14 52 47 1.26442883364521D+16 52 48 -1.18397096928896D+16 52 49 -3.90148031068701D+14 52 50 -2.81679790546432D+14 52 51 -5.98262091457884D+16 52 52 8.86335063058496D+16 53 1 -1.70853387775877D+09 53 2 1.01267254820426D+09 53 3 -7.32394291167650D+07 53 4 1.91773120155583D+10 53 5 2.60225241800356D+08 53 6 1.16281492735382D+10 53 7 -9.01393154220275D+09 53 8 1.09795261469374D+10 53 9 3.51351242039382D+09 53 10 -2.58043857248058D+09 53 11 -7.34175486374029D+09 53 12 -5.55229474944358D+09 53 13 -5.54234824986437D+09 53 14 3.00741904468222D+09 53 15 1.20717834965689D+09 53 16 -1.90570115050884D+09 53 17 1.68227803096150D+09 53 18 7.67358636425305D+08 53 19 -3.34738049674439D+09 53 20 1.03228140270931D+09 53 21 -1.66767335308823D+09 53 22 4.92102183500206D+09 53 23 -1.06326475623424D+10 53 24 -9.82299096200155D+09 53 25 -9.18542193337600D+13 53 26 1.35891282109792D+14 53 27 1.25976223552342D+15 53 28 -3.71702947792896D+14 53 29 2.09437917893786D+15 53 30 -1.70771585988403D+15 53 31 4.21004067945728D+15 53 32 5.06890361257856D+15 53 33 -3.47362139714192D+14 53 34 -7.20978155174656D+14 53 35 2.41147545348608D+15 53 36 -1.43949607658438D+15 53 37 2.58903818608026D+15 53 38 -2.01784532954598D+15 53 39 5.20250097982618D+15 53 40 4.36768406608000D+14 53 41 8.00713838972672D+14 53 42 -3.33902177666064D+14 53 43 4.53425396769178D+15 53 44 -1.40817694382085D+16 53 45 -6.92669304601754D+15 53 46 -3.53995787018445D+15 53 47 -1.46407245886661D+16 53 48 -1.05634311229041D+16 53 49 -1.07227387110432D+14 53 50 1.06791274914870D+15 53 51 -2.52503551637146D+16 53 52 -1.73989138612109D+15 53 53 2.02815205374821D+17 54 1 -2.56509176302418D+08 54 2 2.74133373710854D+08 54 3 -8.19434640546415D+07 54 4 -6.55160227951029D+09 54 5 -3.07765391016675D+09 54 6 -5.34847802600666D+09 54 7 4.16068236824950D+09 54 8 2.77285710485761D+09 54 9 6.73326036672783D+09 54 10 1.10909211314499D+09 54 11 3.85433826416352D+08 54 12 -7.56790378221187D+07 54 13 5.00198113527426D+08 54 14 -9.75902001055788D+08 54 15 -8.67984077417013D+08 54 16 -4.24538499506628D+08 54 17 3.41654941421975D+08 54 18 2.44959655550721D+07 54 19 3.33882274411444D+08 54 20 5.38194973557273D+08 54 21 2.72675615567618D+08 54 22 1.12879511589885D+09 54 23 -2.58718275099709D+08 54 24 -6.56347234489317D+08 54 25 -1.30712681338337D+14 54 26 -1.21471526529440D+13 54 27 -7.20304019625056D+14 54 28 -1.36921801753190D+15 54 29 -2.68698610668544D+14 54 30 2.40005287603712D+14 54 31 -6.21018321782054D+15 54 32 -6.11643148411494D+15 54 33 -7.19532702784320D+13 54 34 1.22268022874240D+14 54 35 3.68539646270064D+14 54 36 -3.54634609961344D+14 54 37 -1.41255517827136D+15 54 38 1.00016510903134D+15 54 39 1.51754938993434D+15 54 40 -7.89421289859840D+13 54 41 3.49087459755322D+15 54 42 -2.17521881542808D+15 54 43 6.15575759607910D+15 54 44 -2.06875484516352D+15 54 45 -2.01531022965037D+15 54 46 -9.46235579048960D+13 54 47 6.27433029805203D+14 54 48 -8.96691967907712D+14 54 49 1.26855091695776D+14 54 50 3.96260901384640D+13 54 51 2.20907294772518D+15 54 52 -6.11673889269523D+15 54 53 -2.16437375247902D+16 54 54 2.78251592397010D+16 55 1 -6.97438622305676D+08 55 2 8.35995166635099D+07 55 3 -4.63983698185836D+08 55 4 4.47582209560957D+08 55 5 -6.93781083817273D+08 55 6 4.66141257777115D+07 55 7 2.38710531559025D+09 55 8 -1.26757543857353D+08 55 9 2.13414942964912D+08 55 10 -3.76487432805613D+07 55 11 -8.78109696107857D+07 55 12 -3.48510681650966D+07 55 13 -1.23890111504281D+09 55 14 1.07361863386570D+09 55 15 1.61944718989738D+09 55 16 -2.14511473524554D+08 55 17 -2.16948413115848D+08 55 18 -6.36080219488993D+08 55 19 -1.38335743230462D+09 55 20 -2.68759732290346D+08 55 21 -8.75275773362840D+08 55 22 7.37169862246899D+08 55 23 2.36839596528238D+08 55 24 1.30714523010401D+08 55 25 -1.75756824079858D+14 55 26 -1.43174108183640D+13 55 27 3.59933247860032D+13 55 28 -2.18534028139392D+14 55 29 1.79474259760624D+14 55 30 -1.09444102713728D+14 55 31 8.57462924865680D+13 55 32 1.13281619787776D+14 55 33 -2.71907151170615D+13 55 34 -4.04150681051840D+13 55 35 1.57421998054848D+14 55 36 1.08126010154880D+13 55 37 4.23065920316864D+14 55 38 -2.18669938438908D+14 55 39 1.96666183309005D+15 55 40 -8.82726230578484D+14 55 41 -1.44680443732296D+14 55 42 1.13990523952288D+14 55 43 -1.87591171476902D+15 55 44 -3.78675758878720D+14 55 45 -3.68874370065768D+14 55 46 1.17012297910016D+15 55 47 -9.32705203499808D+14 55 48 1.85430541495312D+14 55 49 -2.85417958219123D+14 55 50 -6.24409935314584D+14 55 51 -3.82097665162912D+14 55 52 -5.81546664336704D+14 55 53 -3.10620854341162D+15 55 54 -2.05601261879560D+14 55 55 7.77252383354594D+15 56 1 -4.45211267245600D+07 56 2 -8.08225264613443D+08 56 3 -9.68638062719599D+08 56 4 1.18166483031950D+08 56 5 1.06645682635344D+09 56 6 1.65072737693312D+08 56 7 3.29607485136999D+09 56 8 -2.10867741354156D+09 56 9 3.07246594187386D+09 56 10 -9.80893638725283D+07 56 11 4.36220962615906D+08 56 12 5.93155333142970D+08 56 13 -4.07303071766578D+09 56 14 8.74823854270624D+08 56 15 -2.22185164437872D+09 56 16 6.35992819109973D+08 56 17 -1.01779236907340D+08 56 18 3.87374808785873D+08 56 19 8.58261017092418D+08 56 20 8.49466915737856D+08 56 21 -1.03078874952366D+09 56 22 -6.92853940139240D+08 56 23 -2.08286625097016D+08 56 24 3.20968825602798D+06 56 25 1.52627883683920D+14 56 26 5.11853112141600D+12 56 27 8.18014158273480D+13 56 28 -9.78066901103360D+14 56 29 8.23504553982080D+13 56 30 2.32520510676224D+14 56 31 -3.69143911838848D+14 56 32 -5.10889526254080D+14 56 33 7.19040819076480D+13 56 34 -4.85487723329984D+14 56 35 -1.96047369592952D+14 56 36 -8.07205490392960D+13 56 37 -3.51608142025664D+14 56 38 1.94824276795240D+14 56 39 -1.97498555597427D+15 56 40 1.03565728069746D+15 56 41 -1.69704109482576D+14 56 42 1.06796223101912D+14 56 43 4.25378270551667D+15 56 44 -1.04549017868109D+15 56 45 8.75279313146048D+14 56 46 -2.12084536662502D+15 56 47 9.51888293351246D+14 56 48 -5.90529348388064D+14 56 49 1.39552931046282D+15 56 50 -2.63683546357928D+15 56 51 -1.02597420818560D+14 56 52 1.01910735077312D+15 56 53 5.20013976904526D+15 56 54 6.03763221417584D+14 56 55 -6.75161969212505D+15 56 56 2.04433094027749D+16 57 1 -1.49557139936401D+09 57 2 8.11428766813002D+08 57 3 -5.02731847023552D+08 57 4 2.91342107954876D+08 57 5 -3.44958878327968D+08 57 6 4.31702886022532D+07 57 7 4.33419075064720D+09 57 8 -4.43816713234211D+09 57 9 -1.68847696789381D+09 57 10 6.69655068303992D+07 57 11 -9.56937690482573D+07 57 12 -6.03592725961680D+07 57 13 -2.62937244728445D+09 57 14 2.41712661355064D+09 57 15 2.75735366737550D+09 57 16 -6.49122108028298D+08 57 17 1.01484433019667D+08 57 18 -5.33782988025533D+08 57 19 -2.27439014336445D+09 57 20 1.67996391030488D+09 57 21 1.12393284192678D+08 57 22 2.35595773262451D+09 57 23 -1.31183939948938D+08 57 24 -1.27566147533666D+08 57 25 -3.40386692329675D+13 57 26 -4.54845131181700D+12 57 27 1.42903994820205D+13 57 28 1.62843323491712D+14 57 29 1.09527748617907D+15 57 30 2.99380969498368D+14 57 31 -8.86450330028840D+13 57 32 1.32741432390240D+14 57 33 -1.07588200814625D+13 57 34 1.24491886659840D+13 57 35 2.30568039469760D+14 57 36 1.01672951027480D+14 57 37 1.81286592204064D+14 57 38 -4.02215161274080D+13 57 39 1.04360945141598D+15 57 40 -3.62506731600812D+14 57 41 4.45803188871520D+13 57 42 9.83665012134400D+12 57 43 9.92150513186560D+13 57 44 1.69463335447942D+15 57 45 -3.52479271798007D+15 57 46 -6.42854064526150D+15 57 47 -2.31937579752392D+14 57 48 3.50243767066592D+14 57 49 -4.35874941328595D+14 57 50 -2.84261298047968D+14 57 51 -9.06868943728560D+13 57 52 -1.34088305229392D+14 57 53 -4.17848125716048D+14 57 54 -7.29028325550160D+13 57 55 -2.14438720248754D+15 57 56 2.22424213722629D+15 57 57 9.31901084048988D+15 58 1 -6.57902182624143D+08 58 2 -1.29469919062685D+09 58 3 -2.91318846943382D+09 58 4 -1.09774944061120D+09 58 5 4.82875842526835D+08 58 6 -5.49619858256997D+08 58 7 1.90567216941480D+09 58 8 3.18901962669484D+09 58 9 9.36020682197912D+09 58 10 -2.95718068009264D+08 58 11 3.71669226711738D+08 58 12 6.40245838113697D+08 58 13 8.65505501335921D+08 58 14 -5.35749068676288D+08 58 15 -2.64801926725352D+09 58 16 5.08699346112012D+08 58 17 -8.51389102707038D+08 58 18 -7.58659549120095D+08 58 19 1.08790965768792D+09 58 20 -2.02435813856833D+09 58 21 -4.15308919964016D+09 58 22 -2.31641696525978D+09 58 23 6.62630819034446D+08 58 24 1.02212372254033D+09 58 25 -5.83046961706589D+13 58 26 1.61706410316480D+13 58 27 -1.95773956957658D+14 58 28 -7.55281501411840D+13 58 29 -1.84357419241542D+15 58 30 -1.79986628127616D+14 58 31 -1.94348827143616D+14 58 32 -4.34826495531008D+14 58 33 3.18256861281040D+13 58 34 -2.38516599045616D+14 58 35 -5.26820284870400D+14 58 36 -2.32801595226560D+14 58 37 -3.07473776338336D+14 58 38 1.33874684782672D+14 58 39 -1.06206984166848D+15 58 40 6.68950067654292D+14 58 41 -3.31702980075120D+13 58 42 -8.96380533280000D+10 58 43 -7.44347796741632D+14 58 44 -7.13623248529536D+14 58 45 3.07473005921258D+15 58 46 4.83106575405453D+15 58 47 -9.15193289316834D+14 58 48 4.33647023162752D+14 58 49 2.35994231333290D+15 58 50 -3.93773515031690D+15 58 51 5.25611106803200D+12 58 52 1.89442907468768D+14 58 53 1.50139404165807D+15 58 54 7.50573210532080D+13 58 55 1.93534245892201D+15 58 56 -5.12289802867666D+15 58 57 -7.99010727193926D+15 58 58 2.17249157237076D+16 59 1 2.23787733150003D+09 59 2 5.83519455742110D+08 59 3 4.46890239335092D+09 59 4 -3.41325016013590D+09 59 5 -2.00631826309355D+09 59 6 9.70331374894926D+08 59 7 -1.35366194068244D+09 59 8 2.23546681558065D+10 59 9 2.64616492421370D+10 59 10 1.41309789461239D+09 59 11 -1.98991955803774D+10 59 12 -3.37890187569296D+10 59 13 7.38200321934717D+09 59 14 2.54702944202040D+10 59 15 4.25687356976066D+10 59 16 -2.95443296546472D+09 59 17 6.75787153818626D+09 59 18 6.50857665513967D+09 59 19 -5.03871639544269D+09 59 20 1.53102855634217D+10 59 21 2.26260180087302D+10 59 22 1.72708257669286D+09 59 23 -4.85711257688637D+10 59 24 -6.98151951139500D+10 59 25 -6.16389479231616D+14 59 26 5.85925843023616D+14 59 27 1.66092765949504D+14 59 28 -3.29015846813696D+14 59 29 7.13475770810368D+15 59 30 4.00370274861056D+14 59 31 1.23465666328719D+16 59 32 1.86705008295936D+15 59 33 2.80941305325312D+14 59 34 -1.59028591820493D+15 59 35 3.98640141742080D+15 59 36 -1.00361875626701D+15 59 37 1.72803336232960D+13 59 38 1.30098291535795D+15 59 39 -8.76501019000832D+14 59 40 -5.25344300399872D+15 59 41 -1.70857026758451D+15 59 42 -3.99420242476800D+13 59 43 3.03659306877256D+16 59 44 -1.68828766207631D+16 59 45 -1.15816118869709D+15 59 46 -6.18347494420480D+15 59 47 -4.78196971691663D+16 59 48 -1.07593659834337D+16 59 49 -3.58701423663130D+15 59 50 4.37606217834342D+15 59 51 -1.32425148228936D+16 59 52 4.39898012439552D+15 59 53 -2.56796321855242D+16 59 54 -9.61135023993600D+14 59 55 1.67977457546982D+15 59 56 -4.19561952859763D+15 59 57 -6.52568353457920D+14 59 58 -5.77436826768448D+15 59 59 5.34489613981544D+17 60 1 -7.68600857839830D+08 60 2 1.13370097637406D+09 60 3 1.02265716245669D+09 60 4 5.09765051391770D+08 60 5 -2.00343456045208D+09 60 6 3.24511159251263D+08 60 7 -1.68053258334816D+09 60 8 -3.48032947003673D+09 60 9 -6.19469597425866D+09 60 10 1.57669966583488D+09 60 11 -2.21630697170781D+09 60 12 -3.88452771496157D+09 60 13 1.45670797847351D+09 60 14 5.30981637247626D+09 60 15 8.64335291641514D+09 60 16 -1.29313315622325D+09 60 17 1.10566564774452D+09 60 18 2.53970060406117D+08 60 19 -2.06302009340596D+09 60 20 6.80132564000675D+09 60 21 9.48338044000714D+09 60 22 2.26211402237897D+09 60 23 -6.65043762907153D+09 60 24 -9.64864802877028D+09 60 25 -1.42370064906091D+14 60 26 1.35396260278529D+14 60 27 1.08880515431220D+13 60 28 -2.30244601857408D+14 60 29 1.07946798354774D+15 60 30 -1.23650618657792D+14 60 31 1.22227369351781D+15 60 32 -8.24037926901760D+13 60 33 -2.87070070452216D+14 60 34 7.11037340779312D+14 60 35 5.77939161813768D+14 60 36 -2.09948930330424D+14 60 37 -8.08308787752480D+13 60 38 2.54301823277520D+14 60 39 8.03586085275776D+14 60 40 -5.62105693098624D+14 60 41 -3.15902812512436D+14 60 42 2.64860894226440D+13 60 43 8.54718791395162D+15 60 44 -5.32383990367827D+15 60 45 -3.25499827103360D+13 60 46 -8.57997922059936D+14 60 47 -9.94582316968561D+15 60 48 -9.53637797717008D+14 60 49 1.20183677859397D+15 60 50 -1.89960142128242D+15 60 51 -2.23021095476011D+15 60 52 1.64215139409445D+15 60 53 -5.04827481882082D+15 60 54 -2.36663018854672D+14 60 55 5.67556433775953D+14 60 56 -1.65535674385148D+15 60 57 4.05408578108721D+14 60 58 -2.02291266160938D+15 60 59 5.80384427577551D+16 60 60 1.86550602030953D+16 61 1 -1.71971229841264D+09 61 2 5.54758866261676D+08 61 3 -1.06100328986481D+09 61 4 3.06911067759063D+10 61 5 3.46560851279501D+10 61 6 1.52129573481480D+10 61 7 -3.34129318383718D+09 61 8 -4.31789301480535D+09 61 9 -8.36159290958671D+09 61 10 -1.23486989293694D+10 61 11 -1.48437385038815D+10 61 12 2.17682929190887D+09 61 13 -3.39699555205350D+08 61 14 -7.76535197898813D+08 61 15 -1.71541464823204D+09 61 16 2.22947431543577D+08 61 17 -1.10847033824157D+07 61 18 -8.05428951701744D+07 61 19 -5.88905772958901D+08 61 20 -1.51630656812137D+09 61 21 -4.12850932949075D+09 61 22 -1.25757443908747D+10 61 23 -1.37452858365626D+10 61 24 -2.04272276847342D+09 61 25 5.20446981810288D+14 61 26 9.70784475854720D+13 61 27 1.52905950239570D+16 61 28 8.29663303884390D+16 61 29 2.53272621073254D+15 61 30 -7.13526279811891D+15 61 31 3.82993481412672D+15 61 32 1.18465713427968D+16 61 33 5.87958875723440D+13 61 34 -1.76609557343846D+15 61 35 5.43932957606502D+15 61 36 -9.57662357915648D+14 61 37 6.90940019919360D+14 61 38 -1.00398319798234D+15 61 39 -6.59728245094144D+15 61 40 -1.01202272663642D+15 61 41 3.30310626497664D+14 61 42 2.44280545992960D+13 61 43 1.23923332507013D+16 61 44 -3.28687942165709D+15 61 45 6.83741395058304D+14 61 46 9.81425412054016D+14 61 47 6.42663854242842D+15 61 48 -1.78916603000525D+15 61 49 7.62710589492160D+14 61 50 -1.32780922103450D+15 61 51 -3.52691132962196D+16 61 52 4.00062435912243D+15 61 53 -1.12287448702961D+16 61 54 5.11986668329472D+14 61 55 4.86667996041128D+14 61 56 1.02277457615859D+15 61 57 -3.13802747622240D+14 61 58 3.16442751971770D+15 61 59 -4.43600502044119D+16 61 60 -2.83251742917978D+15 61 61 3.96737131813415D+17 62 1 2.28632177333317D+07 62 2 -1.88189754048697D+08 62 3 -2.58239048439148D+08 62 4 1.93310731385955D+10 62 5 -4.63766374991099D+10 62 6 -8.58318862827869D+09 62 7 9.08264490994818D+08 62 8 7.56044664176402D+09 62 9 3.79462133660554D+07 62 10 -9.36476104310618D+09 62 11 2.39393367213138D+10 62 12 9.48922994017488D+09 62 13 3.74350852857995D+09 62 14 6.41539095785606D+08 62 15 -9.37311559881427D+07 62 16 -7.46851594861184D+08 62 17 6.26660177302805D+08 62 18 2.25192170327632D+08 62 19 -4.56347823639653D+09 62 20 8.44309968129308D+09 62 21 1.46349271443698D+09 62 22 -9.33061806108611D+09 62 23 5.35374515789468D+09 62 24 -2.28070172712699D+09 62 25 -2.19239512777856D+14 62 26 2.14688513334896D+14 62 27 -1.21353179038657D+16 62 28 -9.39957731404186D+15 62 29 3.35794861697997D+15 62 30 -3.62449072906035D+15 62 31 2.11629748879104D+15 62 32 1.71989496543744D+15 62 33 -1.06904262403424D+14 62 34 -1.98218056572032D+14 62 35 7.11426721586806D+15 62 36 -1.73440060926400D+15 62 37 4.90826246339379D+15 62 38 -2.96989207489485D+15 62 39 -3.74221285060710D+15 62 40 -1.05064272514888D+16 62 41 3.02235184334080D+14 62 42 1.13715878133088D+14 62 43 1.89367008184893D+16 62 44 -8.29188502631834D+15 62 45 7.28096257570355D+15 62 46 4.04035941085030D+15 62 47 1.17818164127909D+16 62 48 -5.45188894459930D+15 62 49 5.26770406732935D+14 62 50 -1.18216285561946D+15 62 51 5.17999896968015D+16 62 52 -2.30570559167598D+16 62 53 3.47209838505095D+16 62 54 -8.42354295718400D+15 62 55 -1.00550165697264D+15 62 56 -2.12688649821837D+15 62 57 -8.40354716870328D+14 62 58 3.40491545787104D+14 62 59 -1.57316705779988D+16 62 60 -8.26396614902400D+13 62 61 -2.34597558215209D+17 62 62 7.31666237613598D+17 63 1 -2.58437150940308D+07 63 2 -3.43495250485098D+08 63 3 -7.20871774328104D+08 63 4 3.09971942106629D+10 63 5 3.81378909270475D+10 63 6 3.82901640651591D+10 63 7 -1.63885144478614D+09 63 8 6.68951186273632D+09 63 9 8.07298248182741D+09 63 10 -1.54176803930716D+10 63 11 -2.38647732308123D+10 63 12 -2.44646751740954D+10 63 13 5.65590606237835D+08 63 14 9.40459943202909D+08 63 15 2.13496681670517D+08 63 16 -8.18934804803641D+08 63 17 -5.86351213039345D+07 63 18 -3.57945781260560D+08 63 19 8.58931680459638D+08 63 20 -5.39485589460703D+08 63 21 -2.67795561447124D+08 63 22 -1.45204061781032D+10 63 23 -2.09614735327315D+10 63 24 -2.07653545652592D+10 63 25 2.79861004809440D+14 63 26 4.00811666575008D+14 63 27 6.30931096498293D+15 63 28 3.26264201562399D+16 63 29 -1.31349483307213D+15 63 30 -4.10503925561037D+15 63 31 -5.34742954047130D+15 63 32 -1.35671378312243D+15 63 33 1.22800538233568D+14 63 34 -6.30703117288960D+14 63 35 -2.00406296337613D+15 63 36 1.21320396577126D+15 63 37 9.84165042095104D+14 63 38 -1.08927955088762D+15 63 39 2.97078122408878D+16 63 40 6.76825127769901D+15 63 41 -9.67168460908032D+14 63 42 7.88890670485344D+14 63 43 -8.98100028854682D+15 63 44 3.62916047665152D+15 63 45 -1.17527072592333D+15 63 46 1.42365146287053D+15 63 47 2.66645540789504D+15 63 48 4.53771867901440D+14 63 49 5.70956816082560D+13 63 50 -2.34733114725120D+14 63 51 -5.23666515143219D+15 63 52 2.43008580303616D+15 63 53 -1.30501604836731D+16 63 54 1.60831960107757D+15 63 55 -3.57069340324272D+14 63 56 -2.17321067084832D+14 63 57 -4.22281722347376D+14 63 58 2.97545902490608D+15 63 59 -5.39562253185516D+16 63 60 -4.09452776857792D+15 63 61 -7.33598186442921D+16 63 62 4.68471853762607D+16 63 63 4.22884309448360D+17 64 1 -2.43281342293300D+08 64 2 1.03310060812229D+08 64 3 -1.27838381557045D+08 64 4 -7.74587163289933D+09 64 5 -2.17626206653147D+10 64 6 -1.76206400370636D+10 64 7 -3.31575621671643D+09 64 8 3.99344064077644D+09 64 9 2.33654757713809D+09 64 10 6.96276770354294D+09 64 11 9.06589150663386D+09 64 12 8.47260150457690D+09 64 13 1.51650026666759D+08 64 14 -5.78956878383499D+08 64 15 -8.06221957514387D+08 64 16 2.80837622805419D+08 64 17 7.76605910533001D+07 64 18 1.16486522436872D+08 64 19 -1.58459810533654D+09 64 20 1.19237123864837D+09 64 21 3.85921530630229D+08 64 22 5.49425199096503D+09 64 23 7.90890353102047D+09 64 24 7.24314329675236D+09 64 25 -1.55522464801068D+14 64 26 -3.24546220378325D+14 64 27 -1.49939919363146D+15 64 28 -8.61091719671514D+15 64 29 9.37063394109344D+14 64 30 1.96770444608192D+15 64 31 1.10195535887842D+15 64 32 1.13890092032346D+15 64 33 -1.81033213238820D+13 64 34 3.03513692197840D+13 64 35 6.84950903934000D+14 64 36 -1.00397984383757D+15 64 37 -6.78208964338080D+14 64 38 6.93516624625912D+14 64 39 -6.92330217663133D+15 64 40 -6.33861892343076D+14 64 41 7.62060135735900D+14 64 42 -5.75854663404242D+14 64 43 6.89040917799635D+15 64 44 -3.04327586428922D+15 64 45 6.52168766120832D+14 64 46 2.40851229763264D+14 64 47 3.65585652639252D+15 64 48 -2.68177196254120D+15 64 49 -5.73962591452992D+13 64 50 -3.92501198873840D+13 64 51 4.56516054649986D+15 64 52 -1.74043088740506D+15 64 53 4.87548431338264D+15 64 54 -1.90840043226270D+15 64 55 3.18384866269935D+13 64 56 -8.61952828840100D+13 64 57 -1.02150061852142D+14 64 58 4.13917622056941D+14 64 59 -3.81831073972746D+15 64 60 3.10474511595590D+14 64 61 1.82674986680231D+16 64 62 -3.28704578431243D+16 64 63 -1.17718258669339D+17 64 64 7.11024931784261D+16 65 1 -3.62425301000988D+08 65 2 -2.01408897588226D+06 65 3 -2.75700168708465D+08 65 4 3.43808049558629D+09 65 5 -4.43181379157662D+09 65 6 -6.17334251442803D+09 65 7 -1.93665268126098D+09 65 8 -3.81691001951278D+09 65 9 -4.76795679479430D+09 65 10 1.46345747269809D+09 65 11 8.39292313352510D+09 65 12 8.32294892081954D+09 65 13 1.84582694873615D+09 65 14 -2.02786302554299D+09 65 15 -2.64931513837660D+09 65 16 -1.50870571584286D+08 65 17 7.39319592767101D+07 65 18 -1.38372782333040D+08 65 19 -1.68994371067435D+09 65 20 -1.05286288802258D+09 65 21 -2.75739947088495D+09 65 22 -2.60747264314005D+09 65 23 2.86460875354859D+09 65 24 8.43913804662245D+09 65 25 -1.37288988562488D+14 65 26 1.71023246709040D+14 65 27 1.23181641632078D+16 65 28 5.81886069142292D+16 65 29 3.77358523419974D+15 65 30 3.65311130672026D+15 65 31 7.56155680913488D+15 65 32 1.20563860807324D+16 65 33 -1.77775568591651D+14 65 34 2.06187328197824D+14 65 35 1.10827548176662D+16 65 36 -1.86644948230048D+15 65 37 5.06088457860174D+15 65 38 -2.71891983098043D+15 65 39 1.14667426934487D+16 65 40 -1.33445694393095D+16 65 41 -1.29009922903524D+15 65 42 6.46435437920816D+14 65 43 1.76295433922169D+16 65 44 -4.48498298384230D+15 65 45 -4.21805092281088D+14 65 46 -2.21029027747840D+13 65 47 2.99437709690872D+15 65 48 -1.32541320621530D+15 65 49 2.44869569757336D+14 65 50 -2.95826349329984D+14 65 51 -1.28057847222300D+16 65 52 2.65691529331904D+14 65 53 -2.50595232274769D+15 65 54 -2.49487769600064D+14 65 55 -1.49974991814009D+14 65 56 3.69433222960664D+14 65 57 1.46767029795124D+14 65 58 -8.48734397681136D+14 65 59 -3.70764766262948D+16 65 60 -5.18971191888045D+15 65 61 -7.20969043580497D+16 65 62 5.01024298509375D+16 65 63 -2.23231624786326D+16 65 64 6.35384541304734D+15 65 65 6.87585879107910D+16 66 1 -1.17320757555524D+09 66 2 1.28402675126272D+09 66 3 4.05720431307149D+08 66 4 6.56525585373160D+10 66 5 2.22611266022248D+09 66 6 4.65052677201635D+10 66 7 -3.67816006777638D+10 66 8 4.88481883331625D+09 66 9 -1.93159534222881D+10 66 10 -1.18672697360635D+10 66 11 -2.84592500153390D+10 66 12 -2.58806592352086D+10 66 13 8.76862993793918D+09 66 14 -1.86485469556052D+10 66 15 -1.90213331306044D+10 66 16 -1.13821048199833D+09 66 17 9.04122916109188D+08 66 18 5.57461015668825D+08 66 19 -6.85502204002145D+09 66 20 -1.94976973551619D+10 66 21 -2.21613181032200D+10 66 22 -1.66058762783248D+10 66 23 5.73064138119870D+10 66 24 3.89108157067092D+10 66 25 -3.05905227394622D+15 66 26 1.19516452071849D+15 66 27 -6.22348324084497D+16 66 28 5.02854126594132D+16 66 29 -9.31952771114983D+16 66 30 5.76852546388145D+16 66 31 -1.96713592026882D+16 66 32 5.74202828577066D+16 66 33 -5.66132575222888D+15 66 34 1.20480142826665D+16 66 35 1.81117894830762D+15 66 36 1.74642403718971D+15 66 37 1.51255972006122D+15 66 38 -2.51661411298029D+15 66 39 -2.94168360766432D+16 66 40 4.30208821696785D+16 66 41 -6.51395480340206D+15 66 42 2.87955207401137D+15 66 43 9.45328997731328D+16 66 44 -6.01577128901101D+16 66 45 5.89197216626435D+15 66 46 9.44745328425472D+14 66 47 8.06142071942913D+16 66 48 -2.58058716943507D+16 66 49 5.05351222202081D+14 66 50 -2.12749215804464D+14 66 51 1.25707047981165D+17 66 52 -4.83245573820781D+16 66 53 3.29297696766279D+16 66 54 -6.14291290958407D+15 66 55 1.66663883013616D+15 66 56 -1.13456482118239D+15 66 57 -2.34549143468570D+14 66 58 -1.93714699269698D+15 66 59 -3.12944746832832D+15 66 60 2.45207933202563D+15 66 61 1.98241665976028D+17 66 62 -5.51904795193626D+17 66 63 4.26538120782872D+16 66 64 -1.19502200955203D+16 66 65 -5.95992905322391D+16 66 66 1.68442919319138D+18 67 1 5.89254117085287D+08 67 2 -1.38712526568302D+07 67 3 6.64528301918577D+08 67 4 -2.65822814078962D+09 67 5 3.10342027957406D+09 67 6 -1.73284209568770D+09 67 7 4.68280020789784D+08 67 8 -2.06229076577787D+09 67 9 -1.16378460284935D+09 67 10 -4.13715869786257D+07 67 11 4.99807053556773D+07 67 12 5.62848707338262D+07 67 13 -1.48038266746940D+09 67 14 2.30457799477798D+09 67 15 1.30495531821281D+09 67 16 1.19787673933267D+09 67 17 5.74896695329805D+07 67 18 6.25928112925000D+08 67 19 3.08953673722979D+09 67 20 4.57954448524372D+08 67 21 2.77407807447117D+09 67 22 -1.16496540309456D+09 67 23 -3.89726126981701D+09 67 24 -2.52914839855917D+09 67 25 -6.02900333773696D+14 67 26 -2.40249801059648D+14 67 27 1.29630499995192D+14 67 28 -8.43544585379840D+14 67 29 -7.93917848174080D+14 67 30 -1.44462964319642D+15 67 31 1.41730842015432D+16 67 32 9.31919534554317D+15 67 33 -1.33332694774656D+14 67 34 1.55498236111002D+15 67 35 -2.13858685597286D+15 67 36 -6.36641073433600D+12 67 37 -1.27912458081280D+14 67 38 1.16716406387200D+12 67 39 1.95116379004006D+15 67 40 -8.54451693337216D+14 67 41 -2.23079374227968D+14 67 42 -1.00633439156224D+14 67 43 -3.36745394344755D+15 67 44 -7.75453837555712D+14 67 45 1.57202895400576D+15 67 46 1.16832916384154D+15 67 47 7.49436872079360D+14 67 48 -8.98847919823360D+14 67 49 1.69451799381072D+15 67 50 -1.14376136582195D+15 67 51 -9.48001700434739D+15 67 52 -2.79294257872026D+15 67 53 -2.42411525818163D+15 67 54 -1.36057977258240D+14 67 55 -6.21383407020048D+14 67 56 4.90905897121408D+14 67 57 2.83155703738240D+13 67 58 3.70249346374400D+14 67 59 -5.74355810171986D+16 67 60 -3.01197742524339D+15 67 61 9.69643243667149D+15 67 62 8.40091930362880D+13 67 63 2.89657620866253D+15 67 64 -6.24131357558688D+14 67 65 7.99455262920164D+15 67 66 -4.08311658283680D+15 67 67 1.03090724689923D+17 68 1 -1.28897219204745D+08 68 2 1.55915304856446D+08 68 3 2.53308041999229D+08 68 4 -5.51194919714516D+08 68 5 8.23168939602623D+08 68 6 -3.00726839281236D+08 68 7 3.12029043901455D+08 68 8 -6.02339414436454D+08 68 9 -2.10780072891955D+08 68 10 3.82977344745259D+06 68 11 -3.24194362114946D+07 68 12 -4.71948682741551D+07 68 13 4.68275150221748D+08 68 14 5.88687631124026D+08 68 15 7.27675067396685D+08 68 16 -5.22882504993485D+07 68 17 -4.14224037123384D+07 68 18 -1.86229310814388D+08 68 19 6.36295775560444D+08 68 20 2.49113648165764D+08 68 21 6.40231742542299D+08 68 22 -6.88049349566251D+08 68 23 -1.14070427241461D+09 68 24 -8.76283776545685D+08 68 25 -1.06532096513349D+14 68 26 -5.75461737590860D+13 68 27 1.27357119526618D+14 68 28 1.13847683110528D+14 68 29 8.97813621191040D+13 68 30 -2.51318481154944D+14 68 31 3.14952788347766D+15 68 32 1.93143568112032D+15 68 33 -2.80621941888400D+12 68 34 9.65502550353600D+13 68 35 -2.89726635178288D+14 68 36 1.25462494056160D+13 68 37 4.13687974765120D+13 68 38 -1.37299635232280D+13 68 39 3.55322748994496D+14 68 40 -1.44104639762452D+14 68 41 -1.36580706862880D+13 68 42 -1.93319070252360D+13 68 43 -6.31288911090368D+14 68 44 -1.12924857246912D+14 68 45 2.15289315439616D+14 68 46 1.67851506082048D+14 68 47 -3.39771168008672D+13 68 48 -4.76380388931920D+14 68 49 4.67445340958632D+14 68 50 -3.98391560411872D+14 68 51 -1.45753755046210D+15 68 52 -1.69704074543776D+14 68 53 -4.79402925543896D+14 68 54 -7.81652100706400D+13 68 55 -3.49382402248833D+14 68 56 4.18084725308886D+14 68 57 -2.12446844007180D+13 68 58 1.40877932634158D+14 68 59 -5.85735560673990D+15 68 60 -1.16513675579963D+15 68 61 2.08479681187206D+15 68 62 -4.82250142028800D+14 68 63 4.26890944318704D+14 68 64 -4.00189319522855D+13 68 65 1.22137529830768D+15 68 66 -1.88631277178691D+15 68 67 1.60590030208278D+16 68 68 4.38994811232303D+15 69 1 -7.60727153603794D+09 69 2 5.46916185371118D+09 69 3 2.51023128882492D+09 69 4 6.02845811976978D+10 69 5 1.61566665146722D+10 69 6 3.79549484133805D+10 69 7 1.39714715358201D+09 69 8 9.62079671473759D+09 69 9 9.15656704478442D+09 69 10 -6.95469274390330D+09 69 11 -1.31200962240575D+10 69 12 -1.17138175781211D+10 69 13 -1.92937637785204D+10 69 14 6.11343039616515D+09 69 15 -4.45146468609399D+09 69 16 -4.68528868973897D+09 69 17 2.36923185047884D+09 69 18 1.25725041427446D+08 69 19 -1.17667547245658D+10 69 20 1.42490181492568D+10 69 21 8.42061694999966D+09 69 22 -1.13739571214320D+10 69 23 -4.08582093268196D+10 69 24 -4.20028052329375D+10 69 25 -4.31021186562496D+15 69 26 -4.11661650712640D+14 69 27 5.16698872747194D+15 69 28 8.05055033002557D+16 69 29 -1.12318818279875D+16 69 30 6.17290666122844D+16 69 31 -1.50298275062579D+15 69 32 2.87167197695089D+16 69 33 -2.29127074357338D+15 69 34 1.04476985868708D+16 69 35 -3.57271480168448D+15 69 36 3.83389041241984D+15 69 37 5.55957788410266D+15 69 38 4.67447706952685D+15 69 39 1.73651454125588D+16 69 40 -1.88246102255125D+16 69 41 7.60372662784000D+13 69 42 5.08246562143232D+14 69 43 -3.39076480253952D+14 69 44 -1.24280205135258D+15 69 45 1.33673510303457D+16 69 46 7.56938601140582D+15 69 47 5.56184483970253D+15 69 48 2.32460850390502D+15 69 49 9.76616379429120D+14 69 50 -9.39627236552064D+14 69 51 -4.36140053937766D+15 69 52 -4.44187657131776D+14 69 53 5.39570336284877D+15 69 54 -1.80416892044672D+14 69 55 -2.17884752298240D+13 69 56 -1.79205347505235D+15 69 57 -2.86233047876480D+14 69 58 -1.98386141676118D+15 69 59 -3.98800897246659D+16 69 60 -2.10659213524824D+15 69 61 -1.07344876422554D+15 69 62 -7.29496218507520D+14 69 63 -1.39858362994237D+16 69 64 6.25652176269381D+15 69 65 -2.27727997389234D+16 69 66 -1.79334491637966D+17 69 67 -3.88299040877609D+16 69 68 -1.03414443219271D+16 69 69 5.48766261774250D+17 70 1 3.93185970827882D+09 70 2 -3.97409844218262D+08 70 3 2.44808734964567D+09 70 4 -3.20095955800619D+10 70 5 -9.92306201219055D+09 70 6 -1.93102363614893D+10 70 7 5.98468559318518D+09 70 8 -1.23649889045947D+08 70 9 3.54839115962630D+09 70 10 5.66191979355243D+09 70 11 1.18335076571859D+09 70 12 6.71434881035915D+08 70 13 3.09984038264543D+09 70 14 3.04361037972536D+09 70 15 5.57014579206951D+09 70 16 1.62126276225811D+09 70 17 9.67181227065500D+08 70 18 2.19960541505863D+09 70 19 1.39426389646288D+09 70 20 2.39588729928210D+09 70 21 2.79840653301838D+09 70 22 1.03157633989450D+10 70 23 2.85409185423914D+09 70 24 2.07416432308564D+09 70 25 2.05911916171338D+15 70 26 6.23999794982400D+12 70 27 -2.40393607941920D+15 70 28 -1.58867875043410D+16 70 29 -5.28931410576691D+15 70 30 -3.66453621914665D+16 70 31 -3.03023668496691D+15 70 32 -1.36309458965586D+16 70 33 1.32704705015962D+15 70 34 -3.75118154980915D+15 70 35 -1.64843896869901D+15 70 36 -3.40244309311130D+15 70 37 -3.66227013209702D+15 70 38 -3.62425870539290D+15 70 39 -9.22472627764838D+15 70 40 -1.08163132026598D+15 70 41 6.73253441752320D+14 70 42 -2.63480083381888D+14 70 43 4.91035535187558D+15 70 44 -3.17987864249139D+15 70 45 -2.67559884099482D+15 70 46 -3.96095801360384D+14 70 47 1.22109062360659D+15 70 48 1.13059721701478D+15 70 49 6.45663013387581D+14 70 50 -2.22800020776960D+14 70 51 -1.45326011463117D+15 70 52 1.52237065663283D+15 70 53 3.47607547279744D+15 70 54 -5.23680772725760D+14 70 55 5.83003160009984D+14 70 56 -8.36787426929280D+14 70 57 3.90776048142304D+14 70 58 -6.45433128888960D+13 70 59 -2.46663091190989D+15 70 60 -8.44817611287744D+14 70 61 -7.03700313690522D+15 70 62 -1.94945473414861D+15 70 63 4.42482769831987D+15 70 64 -3.37329372793680D+15 70 65 1.78930001436211D+15 70 66 1.15019121507592D+16 70 67 -3.31735064669594D+15 70 68 -1.55783008125862D+15 70 69 -1.08807387235012D+17 70 70 1.02163884135725D+17 71 1 9.59370585998942D+08 71 2 2.95273976663135D+08 71 3 1.02913926015869D+09 71 4 -1.56423264174633D+07 71 5 8.10366718309303D+07 71 6 3.85500197754030D+07 71 7 5.44094344957726D+09 71 8 -1.47063528344055D+09 71 9 2.09837808959413D+09 71 10 3.42276221271447D+07 71 11 1.53539381024301D+07 71 12 1.19008839406082D+07 71 13 -4.72041478795764D+09 71 14 -2.18877961484116D+09 71 15 -5.75584675322727D+09 71 16 9.12690360705991D+08 71 17 3.49108013774736D+07 71 18 8.05535203077007D+08 71 19 -2.85097035401874D+09 71 20 2.86728292409747D+09 71 21 1.34104804149246D+09 71 22 2.39795447855530D+08 71 23 3.65556584788733D+08 71 24 4.31295262099228D+08 71 25 -3.49804918695781D+14 71 26 5.86115218033458D+14 71 27 -3.15890232268195D+13 71 28 2.37662488738488D+14 71 29 -1.89485485451120D+15 71 30 -1.82772677068167D+14 71 31 -1.07962017369184D+14 71 32 1.62736316434534D+14 71 33 -1.31918659733101D+14 71 34 9.13782713256484D+14 71 35 -8.49570815467968D+14 71 36 -2.21135024369809D+14 71 37 -4.61189993418080D+14 71 38 1.83019087357863D+13 71 39 1.98017653651622D+15 71 40 -1.24915473140783D+15 71 41 1.09536600991968D+14 71 42 5.35730343379562D+13 71 43 2.94907499616896D+14 71 44 1.20688237005204D+14 71 45 -8.25203111647200D+13 71 46 -3.37393906123816D+14 71 47 -4.65898044333120D+13 71 48 1.77371017398701D+14 71 49 3.31838865497130D+14 71 50 -5.34729567104365D+14 71 51 2.05477075110112D+14 71 52 -1.45981340381359D+14 71 53 5.23600471486720D+13 71 54 6.57278678454162D+12 71 55 -1.49587226517230D+13 71 56 -1.11378451378518D+14 71 57 -9.81974207931120D+13 71 58 -1.81545609332782D+14 71 59 -8.39972868564480D+14 71 60 -2.26926867268304D+14 71 61 1.03223915796800D+14 71 62 1.97563944474080D+14 71 63 -2.40316300051520D+13 71 64 1.27799122518996D+14 71 65 -2.40248444940405D+13 71 66 6.83414030617082D+14 71 67 1.71924715560448D+14 71 68 -3.99421828550063D+13 71 69 -1.34506217225702D+15 71 70 4.80061690434009D+14 71 71 8.27468098332411D+15 72 1 7.84146784344841D+08 72 2 5.39655739992736D+08 72 3 1.07819671891402D+09 72 4 -2.09016466707622D+07 72 5 1.93501417463324D+08 72 6 2.26639656007921D+08 72 7 1.72198398991808D+09 72 8 -8.29772852621789D+09 72 9 -8.40914426955330D+09 72 10 1.23228205074889D+07 72 11 8.26420174820886D+07 72 12 9.34803001429612D+07 72 13 1.32203392816158D+09 72 14 2.13381419151615D+09 72 15 3.68683762194496D+09 72 16 -1.24670707223747D+08 72 17 4.08395942737669D+08 72 18 3.37010020727543D+08 72 19 -3.79745705134045D+09 72 20 5.31177014914528D+09 72 21 3.52789174262891D+09 72 22 1.02541877753042D+08 72 23 -3.72050948414507D+08 72 24 -5.40911854425389D+08 72 25 2.99746865593282D+14 72 26 -6.74694415076220D+14 72 27 -3.45897238025672D+14 72 28 8.88973655768576D+14 72 29 5.72224753393600D+14 72 30 -3.40536636096256D+14 72 31 3.03152011863040D+14 72 32 -2.28995938189824D+14 72 33 -7.47712883685040D+13 72 34 -8.67119803718400D+14 72 35 6.89655902022392D+14 72 36 2.31867754874560D+14 72 37 4.34648728401856D+14 72 38 1.09627181718400D+13 72 39 -1.24675604312346D+15 72 40 7.98139359831928D+14 72 41 -8.03648020476160D+13 72 42 -4.62002387374320D+13 72 43 -5.37273229940480D+14 72 44 2.80613596820224D+14 72 45 1.05252411865408D+14 72 46 3.05558560574976D+14 72 47 4.10659427588972D+14 72 48 -3.05242123401600D+14 72 49 8.16230312974801D+14 72 50 -1.08321782750720D+15 72 51 1.46949313082368D+14 72 52 -3.36322109446976D+14 72 53 -1.09134958602112D+14 72 54 1.00342921650240D+13 72 55 3.46210055888816D+14 72 56 -6.94297168394160D+14 72 57 6.42985189956268D+14 72 58 -1.21668855833054D+15 72 59 7.49052873790208D+14 72 60 -1.61483742245091D+15 72 61 -5.04761164163328D+14 72 62 1.03546031599731D+15 72 63 -4.89662579892800D+13 72 64 -1.71577750785074D+14 72 65 6.32917926206240D+13 72 66 -5.57219441521248D+14 72 67 8.49562611231488D+14 72 68 -2.89155718552284D+14 72 69 9.14455235690944D+14 72 70 -2.07487098537062D+15 72 71 -3.20906623511185D+15 72 72 1.53227442084378D+16 73 1 -3.77234862377150D+08 73 2 7.76235076142711D+08 73 3 2.29436370290535D+08 73 4 1.20053711427581D+10 73 5 2.55533301422191D+09 73 6 4.28660292954137D+09 73 7 2.37803412562099D+09 73 8 -2.38259259457111D+09 73 9 -1.99974439234079D+09 73 10 -6.42748337555758D+08 73 11 -1.43475933880544D+08 73 12 -1.61750027137105D+08 73 13 -2.39131892959586D+09 73 14 -1.13055131474063D+09 73 15 -3.34470392073061D+09 73 16 -4.90443443490101D+07 73 17 8.70926476045344D+08 73 18 4.41734548048200D+08 73 19 5.92101150345106D+08 73 20 3.02572021744457D+09 73 21 3.56006185450639D+09 73 22 -1.15151600053461D+10 73 23 -3.57159497378900D+09 73 24 -3.01163727631165D+09 73 25 -3.03313134847968D+14 73 26 9.63699502831140D+13 73 27 -1.22815935754293D+15 73 28 -5.45036743883046D+15 73 29 -2.58963143304090D+15 73 30 1.50935806000326D+16 73 31 -4.23370858187622D+15 73 32 -8.63203958333242D+15 73 33 -3.62880895736736D+14 73 34 1.33104972107480D+15 73 35 -9.21303331581645D+15 73 36 1.78071456064171D+15 73 37 -2.35494369878938D+15 73 38 1.21492488351367D+15 73 39 6.76027050690458D+15 73 40 2.72773679374284D+16 73 41 -9.53741943315968D+14 73 42 1.78970872323152D+14 73 43 -1.73753539715072D+15 73 44 3.55542423066496D+14 73 45 1.29831931862211D+16 73 46 5.89369128341789D+15 73 47 -9.57805507542528D+14 73 48 4.97847140690288D+14 73 49 7.16723716987712D+14 73 50 -6.96223893086096D+14 73 51 8.92841615100774D+15 73 52 -1.76899195083888D+14 73 53 5.94927741491712D+14 73 54 -5.36819431050376D+14 73 55 -2.98155157602624D+14 73 56 -7.70062301160000D+10 73 57 2.24408522269224D+14 73 58 -9.42510513893400D+12 73 59 -3.05467328507494D+15 73 60 -1.43295419903360D+14 73 61 -5.55887050229248D+14 73 62 -1.09625204442386D+16 73 63 -8.59638737493197D+15 73 64 3.91690056611567D+15 73 65 -6.11650704568096D+14 73 66 2.52417534302814D+16 73 67 -1.89260487848136D+16 73 68 -1.36323117734878D+15 73 69 -3.98352147889193D+16 73 70 1.05091712407610D+16 73 71 -1.72394620886464D+14 73 72 5.47325120307100D+14 73 73 1.24161235569607D+17 74 1 1.94690034341851D+08 74 2 -2.08808940133331D+07 74 3 7.34209046914327D+07 74 4 -3.43210166075306D+09 74 5 -9.04747137804787D+08 74 6 3.27067018093149D+07 74 7 -1.12668309098014D+09 74 8 4.14985296183166D+08 74 9 -5.20006161019596D+08 74 10 2.24111366209775D+07 74 11 -8.35430999081878D+08 74 12 -8.23652981493393D+08 74 13 -5.89101390418100D+08 74 14 7.49418937634328D+08 74 15 6.15598046778885D+08 74 16 3.23448108132865D+08 74 17 5.27292928043665D+07 74 18 2.42939450447213D+08 74 19 4.58530836585412D+08 74 20 2.34974719068665D+08 74 21 5.76570646881787D+08 74 22 4.14880601702185D+09 74 23 3.08950759570743D+08 74 24 -1.97576704672632D+08 74 25 5.17587385960602D+13 74 26 -1.73891560921328D+14 74 27 3.20609593355200D+14 74 28 6.91107197382758D+15 74 29 -4.05805850882176D+14 74 30 -9.96402366643942D+15 74 31 -4.73311090521728D+14 74 32 1.05018610490240D+15 74 33 -2.70438517446056D+14 74 34 7.99689901347008D+14 74 35 2.97258430410264D+15 74 36 -7.03650584941056D+14 74 37 1.13569372288064D+15 74 38 -5.54483125607008D+14 74 39 -2.15100179049523D+15 74 40 -8.66341583089874D+15 74 41 2.57312317252544D+14 74 42 -2.88580692165760D+13 74 43 2.50549602831872D+14 74 44 5.76824392192512D+14 74 45 -3.97651945382598D+15 74 46 -1.53599135570790D+15 74 47 1.45651304647098D+14 74 48 -4.77295259699200D+13 74 49 1.74758709582253D+14 74 50 -1.67621092746592D+14 74 51 1.66475006194829D+15 74 52 -2.47477835674624D+14 74 53 1.49616403733046D+15 74 54 -2.78808607930912D+14 74 55 -6.30460851990720D+13 74 56 4.36624135896480D+13 74 57 -1.83871193048000D+13 74 58 -8.32942907312160D+13 74 59 1.57761736015232D+15 74 60 2.97945802418104D+14 74 61 1.11572969257984D+15 74 62 6.04689401692806D+15 74 63 2.10101354881210D+15 74 64 -9.97262077100752D+14 74 65 -2.24519831475178D+15 74 66 -1.04156871628569D+16 74 67 -3.07349373995494D+15 74 68 -1.78476076451344D+14 74 69 1.26096517457348D+16 74 70 -8.86156091915290D+15 74 71 1.08145089122396D+14 74 72 -7.70799397601120D+13 74 73 -2.32831932555018D+16 74 74 1.48934983016555D+16 75 1 2.88562903767694D+08 75 2 -1.66288362743639D+08 75 3 -1.39807465604127D+08 75 4 2.04989412730199D+10 75 5 3.03339794072505D+10 75 6 2.22136981545953D+10 75 7 6.85654237204956D+08 75 8 -1.93000941101131D+09 75 9 -2.37749744655411D+09 75 10 3.68425987985942D+09 75 11 -3.90923178080657D+09 75 12 -2.44164053956598D+09 75 13 1.23588611235080D+09 75 14 -8.70816509896197D+08 75 15 -6.71525100385110D+07 75 16 1.31065113855007D+08 75 17 -1.27568112071390D+08 75 18 -1.07973167345304D+08 75 19 -2.65976796477756D+08 75 20 -4.04221551865964D+08 75 21 -7.25062370971821D+08 75 22 -2.62583926917087D+10 75 23 -2.29258436475899D+10 75 24 -1.63545643975873D+10 75 25 4.84868428602224D+14 75 26 1.52428478534416D+14 75 27 1.37802252376999D+15 75 28 3.12777087121254D+16 75 29 -3.53416848127985D+16 75 30 2.87255612677202D+16 75 31 -1.33192214856387D+16 75 32 3.64109139811236D+16 75 33 4.55677515412912D+14 75 34 -1.09034774934566D+15 75 35 -9.90575739963392D+15 75 36 6.87014974234752D+14 75 37 2.52030811052749D+15 75 38 -2.66110791864099D+15 75 39 5.50546388714957D+15 75 40 1.53360406883162D+16 75 41 -2.92174516297728D+14 75 42 1.65739301433568D+14 75 43 -1.21622722024448D+15 75 44 -5.52602319158272D+14 75 45 -3.02329325745818D+15 75 46 -7.67837654888192D+14 75 47 -2.40480267476070D+15 75 48 1.95989844695936D+14 75 49 -3.34967596335040D+13 75 50 -7.10631758965760D+13 75 51 -6.14566564443955D+15 75 52 2.08533095472896D+14 75 53 1.14257797029222D+15 75 54 1.77274483643328D+14 75 55 4.95151436392000D+12 75 56 5.03209737072960D+13 75 57 -9.39697096712080D+13 75 58 -4.64834875742720D+13 75 59 4.57216089313894D+15 75 60 5.07670057660344D+14 75 61 -1.37416565002496D+16 75 62 -7.54333611951936D+15 75 63 7.58670089225318D+15 75 64 -1.41879527412674D+16 75 65 -1.04724811752563D+16 75 66 -7.85215354786271D+16 75 67 -2.05413975607706D+15 75 68 -4.54742955461104D+14 75 69 -1.51237905587896D+16 75 70 1.00516023634074D+16 75 71 -2.51795870901040D+14 75 72 2.24667766595232D+14 75 73 -5.77358062222234D+15 75 74 1.67938363023411D+15 75 75 2.57883506829687D+17 76 1 -3.14362205537626D+08 76 2 5.31696451649172D+07 76 3 -1.69366253336678D+08 76 4 9.76417722043853D+08 76 5 -1.43304888609190D+10 76 6 -3.98727379404054D+09 76 7 1.49011386482034D+09 76 8 -1.80159960501124D+09 76 9 -5.29949230325006D+08 76 10 -7.42490479332193D+09 76 11 4.28021500636639D+09 76 12 6.60541250491525D+08 76 13 -6.67379895227185D+08 76 14 -1.24666927123728D+09 76 15 -2.38037919543249D+09 76 16 -6.64515462657219D+07 76 17 2.05963650033322D+08 76 18 -3.00488725291242D+07 76 19 -3.40022441185112D+08 76 20 -4.25757788371132D+08 76 21 -8.23381341088180D+08 76 22 6.34658918428813D+09 76 23 1.32651669746107D+10 76 24 7.25985645431733D+09 76 25 8.29133183283280D+13 76 26 -2.17564350799296D+14 76 27 -6.08160815065395D+15 76 28 -4.60912372096369D+16 76 29 9.65760683653632D+15 76 30 -9.87594164941619D+15 76 31 -4.62044951393331D+16 76 32 -4.99999578649887D+16 76 33 -5.57759862064640D+13 76 34 1.24599705190400D+14 76 35 -1.53768529246720D+15 76 36 2.72392138721792D+14 76 37 -3.43185199698944D+14 76 38 2.38907256277248D+14 76 39 6.51768437053030D+15 76 40 -5.12508489049894D+15 76 41 -2.36510995231488D+14 76 42 1.54878792137600D+14 76 43 -1.13211442287002D+15 76 44 4.12391046778880D+14 76 45 1.20624289479168D+15 76 46 6.99958429093888D+14 76 47 -6.96871482983210D+15 76 48 -2.70714824096768D+14 76 49 -2.90391868531939D+14 76 50 1.55342592814080D+14 76 51 -1.04801591256474D+16 76 52 1.24947759161856D+15 76 53 -2.49596226578867D+15 76 54 4.86604813872384D+14 76 55 -5.30900543218560D+13 76 56 2.76879153519232D+14 76 57 1.09884022132928D+14 76 58 -4.98637563945088D+14 76 59 -1.12858013962240D+15 76 60 -7.21468969581440D+13 76 61 1.77422153482342D+16 76 62 8.94310827031040D+15 76 63 5.29902280024591D+16 76 64 -3.67674868528200D+16 76 65 2.91120647040640D+15 76 66 3.86704962343146D+16 76 67 -7.90795787084186D+15 76 68 -2.31975471039923D+15 76 69 2.81691591360471D+16 76 70 -1.42352674024284D+16 76 71 1.30186450538559D+14 76 72 -1.21781272604928D+14 76 73 3.19824381135034D+15 76 74 -7.46963219561216D+14 76 75 -1.01578240661885D+17 76 76 1.88286077313376D+17 77 1 -2.47774423668515D+09 77 2 9.08270450372532D+08 77 3 -6.75207336820546D+08 77 4 -2.17718887129415D+08 77 5 6.29275645005267D+08 77 6 3.25115332604460D+07 77 7 8.12275918306902D+09 77 8 -2.96302730729779D+09 77 9 1.71423076971335D+09 77 10 -1.24649656098633D+07 77 11 -6.58123429488840D+07 77 12 -5.31036933631475D+07 77 13 -2.15386410040816D+09 77 14 -1.41352519181904D+09 77 15 -2.14657629204362D+09 77 16 -8.67666436363222D+08 77 17 2.57935307562560D+08 77 18 -2.95900880214736D+08 77 19 -2.33689752790808D+09 77 20 2.03939198503262D+09 77 21 7.65822864929888D+08 77 22 -5.64030293022299D+07 77 23 6.07491455908672D+08 77 24 6.58223045648834D+08 77 25 -1.21733250526946D+14 77 26 -6.75435065199900D+12 77 27 -4.80207740921108D+14 77 28 -8.90948585220704D+14 77 29 8.74675632604800D+12 77 30 -4.88064312756480D+13 77 31 6.38726720527040D+14 77 32 5.06627167329680D+14 77 33 1.83112667857868D+14 77 34 1.56547103151400D+15 77 35 -1.93080507940160D+15 77 36 4.59159157303088D+14 77 37 -7.89099851592768D+14 77 38 7.90343806543750D+13 77 39 4.22095367898400D+14 77 40 -1.37918062010346D+15 77 41 7.32415823880320D+13 77 42 2.19541686420585D+13 77 43 3.49891922954368D+14 77 44 4.58351493517488D+14 77 45 -9.74592537767040D+13 77 46 -2.13072736122672D+14 77 47 -1.48368765396304D+14 77 48 1.91140250659216D+14 77 49 -1.38528426704646D+14 77 50 1.11137291978832D+14 77 51 8.80823341744480D+13 77 52 8.05630730123920D+13 77 53 1.87134164958928D+14 77 54 8.77803503453990D+13 77 55 -2.02115267957829D+14 77 56 -5.94668653003825D+13 77 57 1.26993941261645D+14 77 58 -4.46981943794911D+14 77 59 -4.11616776821376D+14 77 60 -1.43744897038456D+14 77 61 1.37477344166512D+14 77 62 1.28537495407616D+14 77 63 3.39467362934464D+14 77 64 -1.54483623807178D+14 77 65 -7.47547841032643D+14 77 66 -3.16153252612040D+14 77 67 -3.78799297292160D+13 77 68 -2.66894814514665D+13 77 69 -1.39783927452992D+15 77 70 4.05227546628824D+14 77 71 -2.34325924477239D+15 77 72 3.58719522617740D+14 77 73 -7.88123272006400D+13 77 74 1.27873201774060D+13 77 75 -1.35705003838784D+14 77 76 4.68065486868856D+14 77 77 7.14570447269916D+15 78 1 1.49317874729707D+09 78 2 -1.03857092156833D+09 78 3 -5.15879076650484D+08 78 4 -2.14764429503383D+09 78 5 -1.52005176019681D+09 78 6 2.77816448412175D+08 78 7 -1.46107551408993D+09 78 8 -1.45335973612536D+09 78 9 -2.90637097181199D+09 78 10 -2.99038654128602D+08 78 11 1.46237689272276D+09 78 12 1.16878335839382D+09 78 13 4.52222139322390D+08 78 14 1.40838177733071D+09 78 15 1.39072805503198D+09 78 16 4.11611077099282D+09 78 17 -1.59069997761429D+09 78 18 2.25093369882467D+08 78 19 -2.67972677446784D+09 78 20 2.20861494107849D+09 78 21 1.08681860241591D+09 78 22 5.25973508061773D+08 78 23 5.23308630957409D+08 78 24 -7.26990367995457D+08 78 25 4.50880272899405D+13 78 26 -1.09621031209056D+14 78 27 1.11482195916800D+15 78 28 2.00534019859251D+15 78 29 -9.99543163733504D+14 78 30 -9.32827715438592D+14 78 31 -1.09625577711012D+16 78 32 -1.32312543197184D+16 78 33 -8.57249201303104D+14 78 34 -8.36547566162432D+14 78 35 2.78480312057331D+15 78 36 -2.21684092206592D+14 78 37 8.92156470391296D+14 78 38 -3.46125664060288D+14 78 39 -1.83369265750835D+15 78 40 6.69887612634240D+14 78 41 -4.67839364552320D+14 78 42 7.30130212848640D+13 78 43 -2.30918497386291D+15 78 44 1.48222560659251D+15 78 45 -1.73689206784000D+13 78 46 9.38430145576960D+13 78 47 6.45990043138490D+13 78 48 -2.84927646638080D+14 78 49 2.03673717629676D+14 78 50 -4.62818197813760D+14 78 51 -1.69878064739840D+14 78 52 -1.32607630502042D+15 78 53 -4.72242218395904D+14 78 54 -1.58476168993037D+15 78 55 3.71905687064096D+14 78 56 -1.52336810030528D+14 78 57 7.01098363909472D+14 78 58 -1.53287576854502D+15 78 59 5.50590157864960D+14 78 60 -3.10354363069984D+14 78 61 -3.34767481374822D+15 78 62 2.42297095551539D+15 78 63 -1.20631203044352D+15 78 64 1.04355248131325D+15 78 65 1.17932427435520D+15 78 66 -1.42308525415104D+15 78 67 -7.27359946050560D+14 78 68 1.89875567188320D+14 78 69 6.17328043706368D+14 78 70 -1.20729128304394D+16 78 71 2.00826525697212D+15 78 72 -5.52642648473190D+15 78 73 4.34196098374602D+15 78 74 7.62317958947968D+14 78 75 -1.35790134084173D+15 78 76 -5.27027079756390D+15 78 77 -3.99480345898102D+15 78 78 3.77554019895931D+16 79 1 9.84930821470804D+01 79 2 -9.91558453701735D+01 79 3 -6.81644932909339D+01 79 4 -1.23867465005407D+03 79 5 -5.94372379172593D+02 79 6 -7.89945991377812D+02 79 7 -7.23888156940909D+01 79 8 -2.02738987428221D+02 79 9 -2.66213195686739D+02 79 10 2.20687309172268D+02 79 11 4.13334388529131D+02 79 12 4.28053648447512D+02 79 13 2.77848342926950D+02 79 14 -3.03362507095235D+02 79 15 -2.16602290698546D+02 79 16 7.63179276374757D+01 79 17 -1.02092197036444D+02 79 18 -7.23540264337598D+01 79 19 2.62890570490214D+02 79 20 -3.25770112672827D+02 79 21 -2.36554268237449D+02 79 22 3.74826233170537D+02 79 23 1.21415764127251D+03 79 24 1.22178061886852D+03 79 25 -1.02074887037543D+07 79 26 1.76986880474273D+06 79 27 -6.28150016040049D+07 79 28 -7.13219728175452D+08 79 29 -5.09512462187390D+08 79 30 6.76390831044361D+07 79 31 -4.73742658917413D+08 79 32 -5.30755766486383D+08 79 33 2.48002529749190D+07 79 34 -5.07228431435183D+07 79 35 -8.30780247055666D+08 79 36 1.20443415102041D+08 79 37 -3.07840307807167D+08 79 38 1.32766569086093D+08 79 39 -2.20555940804123D+08 79 40 -1.55902434698207D+08 79 41 -1.61575806682171D+08 79 42 -2.23620351213568D+07 79 43 -1.25884503112015D+09 79 44 3.06284909296169D+08 79 45 6.81920334851866D+07 79 46 3.91791499564816D+07 79 47 -1.11927106273812D+08 79 48 6.49133388153585D+07 79 49 -4.20038674314023D+07 79 50 1.54474112015088D+07 79 51 -6.47922886919581D+08 79 52 8.51295055730754D+07 79 53 -4.62636210404594D+08 79 54 2.91631473343614D+07 79 55 -7.21900982400913D+06 79 56 4.44335112495412D+06 79 57 -2.02131593328767D+07 79 58 5.06585114141377D+07 79 59 -1.97971210605535D+09 79 60 -2.76134431434140D+08 79 61 -2.03457287516928D+08 79 62 -1.25878551505642D+07 79 63 -1.05210614028141D+09 79 64 3.31853971530186D+08 79 65 2.92328899284212D+08 79 66 -1.84539724064720D+08 79 67 -2.33573566113135D+07 79 68 -1.09879951210236D+07 79 69 -1.56625111167121D+09 79 70 2.87334637780078D+08 79 71 -1.44017824743990D+07 79 72 -1.50442612379064D+07 79 73 -1.52352156367837D+08 79 74 4.32996254121861D+06 79 75 -4.80050513411119D+08 79 76 1.38470134195952D+08 79 77 -4.64661698838734D+06 79 78 2.78135977717605D+07 79 79 4.21720177344456D+01 80 1 -2.04622829053860D+00 80 2 7.37887231424871D-01 80 3 1.37890176826500D+00 80 4 3.86467801434660D+01 80 5 -4.65536755678000D+01 80 6 1.28352922218100D+01 80 7 7.61855604178664D+00 80 8 5.62152154243188D+00 80 9 -2.55768350885687D+00 80 10 1.24955646338009D+02 80 11 2.16360190295496D+02 80 12 2.20426401709596D+02 80 13 -8.32393472100871D+01 80 14 1.22770961428351D+02 80 15 1.10321276507618D+02 80 16 -1.38267794991092D+01 80 17 2.57873283052156D+01 80 18 2.16900107615251D+01 80 19 8.08350321070918D-01 80 20 2.02213976866009D+01 80 21 2.15038743180715D+01 80 22 -7.29169778984005D+01 80 23 -3.44945611091672D+02 80 24 -3.85598074116605D+02 80 25 -3.84085366798209D+06 80 26 2.47146209144899D+06 80 27 -2.13468057284227D+07 80 28 -1.69736221879611D+08 80 29 4.81555981497979D+07 80 30 -2.37626868215077D+06 80 31 3.35229766457533D+07 80 32 5.23570404153835D+07 80 33 -3.13118734902309D+06 80 34 3.71127689903026D+06 80 35 1.26255542998860D+07 80 36 1.14556953745011D+07 80 37 1.80521121006542D+06 80 38 1.33927106347749D+07 80 39 1.99372436324067D+07 80 40 8.69539753665950D+06 80 41 -1.95864991395292D+07 80 42 -3.28376429772163D+06 80 43 1.43974883513951D+08 80 44 -4.32676271934945D+07 80 45 -7.44787369648985D+07 80 46 -6.05094083458408D+07 80 47 2.65865153671724D+07 80 48 -2.49731830611083D+07 80 49 1.43930766161740D+07 80 50 -8.64113517380225D+06 80 51 -9.89875760072600D+07 80 52 -1.82003709768525D+05 80 53 9.26456501494185D+07 80 54 2.71660606482995D+07 80 55 -3.77996180711857D+06 80 56 1.95584846975375D+07 80 57 1.21228866674201D+06 80 58 -2.64786374158744D+06 80 59 4.06448973040854D+08 80 60 6.80301890431550D+07 80 61 -4.93414420052091D+07 80 62 4.79094203675504D+07 80 63 -7.58351305489254D+07 80 64 2.20751637742310D+07 80 65 -7.33200529302569D+07 80 66 -2.11441221076934D+08 80 67 1.10016380888245D+07 80 68 3.85615571231626D+06 80 69 1.30199075371728D+08 80 70 -9.50718883726884D+06 80 71 5.83508296653235D+05 80 72 2.84481884194919D+06 80 73 2.43121330744431D+07 80 74 -9.39252517254328D+06 80 75 1.03486585386087D+08 80 76 -4.52036143524609D+07 80 77 -8.46765487500509D+05 80 78 8.48569265211323D+06 80 79 -3.69930250909196D+00 80 80 7.96848357104206D+00 81 1 8.37248518655308D+01 81 2 -5.73812541740902D+01 81 3 -4.99327553916175D+00 81 4 -5.50189593736873D+02 81 5 8.34945187536040D+01 81 6 -2.95678109365757D+02 81 7 -2.25866773497343D+00 81 8 -1.22201712144105D+01 81 9 -1.92508234247695D+01 81 10 2.97987629085895D+01 81 11 5.72109974525229D+01 81 12 7.88841701921820D+01 81 13 1.45063124219325D+02 81 14 -2.50168841135629D+01 81 15 8.51899425325536D+01 81 16 6.73919888674428D+01 81 17 -5.36041765980447D+01 81 18 -1.41508065620414D+01 81 19 1.94154387350754D+02 81 20 -1.42540014059010D+02 81 21 -1.26798468379411D+01 81 22 3.23151461999165D+01 81 23 1.50056984107269D+02 81 24 1.82678749322117D+02 81 25 -2.57771008352788D+07 81 26 1.65017917847615D+07 81 27 2.54680593508447D+07 81 28 -1.07181904334397D+08 81 29 -1.10735041647618D+08 81 30 -1.05024919205691D+08 81 31 5.31494213887295D+07 81 32 -4.36672377951208D+07 81 33 3.39749840575212D+06 81 34 -8.66537797874037D+06 81 35 -1.69500963356263D+08 81 36 7.28560789555953D+07 81 37 -1.79213264031133D+08 81 38 8.55109171501476D+07 81 39 -3.63605187311228D+07 81 40 -4.56836331746611D+07 81 41 -1.17648644341109D+07 81 42 -2.33285906937224D+06 81 43 -5.02124392770205D+08 81 44 8.28880715504297D+07 81 45 3.83696025615440D+07 81 46 -1.52190170296397D+07 81 47 -1.13795512829724D+08 81 48 -1.69604921843821D+06 81 49 -2.47522712568224D+07 81 50 2.40379196169080D+07 81 51 -2.43933270858349D+08 81 52 2.33067235101697D+07 81 53 -1.99784134601423D+08 81 54 4.22905104138864D+07 81 55 -5.94811894554123D+06 81 56 -3.91977109886111D+06 81 57 -9.09473039245288D+06 81 58 5.70767804187545D+06 81 59 -1.93602469280126D+08 81 60 -4.03032664465912D+07 81 61 4.42791527269161D+07 81 62 -2.39917441689204D+08 81 63 -3.04770916128125D+08 81 64 9.25097993091628D+07 81 65 7.55489786487358D+07 81 66 -5.41403926519738D+08 81 67 4.31225227770658D+07 81 68 8.97762119729925D+06 81 69 -5.48042346065052D+08 81 70 1.89724938495743D+08 81 71 -1.22959239302050D+07 81 72 -5.28332741195946D+06 81 73 -5.22867592486836D+07 81 74 -8.98774968935197D+06 81 75 -9.89141749711684D+07 81 76 -3.88938463113370D+07 81 77 -3.15303641049494D+06 81 78 -1.34257514515150D+07 81 79 1.01774874671699D+01 81 80 -9.25266009753304D-01 81 81 5.83621293400324D+00 82 1 5.33330595723519D-02 82 2 -1.96777863018215D+00 82 3 -4.42518532830131D-01 82 4 4.53649910416452D+01 82 5 -3.15656826754626D+01 82 6 1.66215703092993D+01 82 7 2.15593554479689D+00 82 8 1.02950484848643D+01 82 9 1.17061311586385D+01 82 10 1.84559572761254D+01 82 11 2.89245221662070D+01 82 12 3.89906036193865D+01 82 13 -4.05099024060772D+01 82 14 1.19581989575817D+01 82 15 -1.95249028666072D+01 82 16 -1.44272791145070D+01 82 17 1.76015775943153D+01 82 18 1.05910462384899D+01 82 19 -7.45081866849918D+00 82 20 1.16926559074451D+01 82 21 4.63596511848995D+00 82 22 -3.64221674106682D+00 82 23 -4.69385418227253D+01 82 24 -6.25778951066345D+01 82 25 -1.37946512848862D+06 82 26 7.71266823697003D+05 82 27 3.18049323206452D+06 82 28 -2.17926338947809D+07 82 29 4.54677815336642D+06 82 30 2.42384918971681D+07 82 31 -8.87451036746999D+06 82 32 -1.92443913244666D+05 82 33 -1.13702613854465D+06 82 34 2.74736762692531D+06 82 35 -2.03199252258457D+06 82 36 8.68217214812097D+06 82 37 7.68671971826095D+06 82 38 4.09401753010396D+06 82 39 2.87484263810730D+07 82 40 -1.71794460921086D+07 82 41 -2.70172517853131D+06 82 42 -1.01564353268563D+06 82 43 9.08272538366666D+07 82 44 -5.22422594475649D+07 82 45 -3.90947473435830D+07 82 46 -1.76762947569668D+06 82 47 2.75217614821142D+07 82 48 3.09939111269564D+06 82 49 5.47164785217195D+06 82 50 -2.94364475651366D+06 82 51 -1.89169626537754D+07 82 52 -6.39975857897789D+05 82 53 2.59487668284350D+07 82 54 1.78424938186496D+07 82 55 2.10011670250155D+06 82 56 4.07850144448791D+06 82 57 4.45989608987734D+05 82 58 -3.63649078200274D+04 82 59 4.52149820949872D+07 82 60 5.76941774006440D+06 82 61 1.69121004294712D+06 82 62 1.68982451687816D+07 82 63 -2.22284703507095D+07 82 64 8.00317118463983D+06 82 65 -4.60247017377170D+06 82 66 3.46170221652588D+07 82 67 -2.09201348412466D+07 82 68 -4.47420952718725D+06 82 69 6.57198447053220D+07 82 70 -1.81775702314937D+07 82 71 1.16086785164736D+06 82 72 -4.64274096492027D+05 82 73 1.49252580206584D+07 82 74 -8.66551059407767D+05 82 75 2.17639713209003D+07 82 76 3.30983734951927D+06 82 77 -2.11834002764120D+05 82 78 3.15567719467173D+06 82 79 -9.64811197048277D-01 82 80 1.97468752204174D+00 82 81 -6.24408736977073D-01 82 82 1.15075645746862D+00 83 1 2.27408111284905D+03 83 2 -1.61429213636011D+03 83 3 -4.75310546660766D+02 83 4 -3.05185672519800D+04 83 5 -1.73962594474503D+04 83 6 -1.87178147702188D+04 83 7 9.20938737643264D+02 83 8 -3.32035154191992D+03 83 9 -2.53655327518467D+03 83 10 5.96423754363524D+03 83 11 8.40253226512934D+03 83 12 6.78339458776011D+03 83 13 3.59260933746155D+03 83 14 -3.29181117541061D+03 83 15 -1.86047240235126D+03 83 16 1.86700988176815D+03 83 17 -1.66474738513793D+03 83 18 -6.87212290899309D+02 83 19 4.76694446387990D+03 83 20 -4.45440480789293D+03 83 21 -2.06167764778897D+03 83 22 1.11327461715685D+04 83 23 2.33393342454918D+04 83 24 1.95556463718962D+04 83 25 -3.32365402104012D+08 83 26 2.48948894217978D+08 83 27 -4.10692986411391D+09 83 28 -1.92016456811880D+10 83 29 -1.25197810767726D+10 83 30 2.67086137976821D+09 83 31 -1.68429033424098D+10 83 32 -1.60964929212201D+10 83 33 2.08387319228182D+08 83 34 -8.47459336007848D+08 83 35 -1.14812670321635D+10 83 36 2.81732619410539D+09 83 37 -5.67022042159852D+09 83 38 2.62439106619767D+09 83 39 -8.91277152643706D+09 83 40 -6.18335594078903D+09 83 41 -1.67781710213981D+09 83 42 -2.06684860571817D+08 83 43 -2.57659237591603D+10 83 44 6.87408922386380D+09 83 45 6.39135520851236D+08 83 46 2.42321828719404D+08 83 47 -7.13664440951160D+09 83 48 7.30282295409545D+08 83 49 -6.54091967139615D+08 83 50 2.90095036299601D+08 83 51 -1.61000201056613D+10 83 52 1.86328922671238D+09 83 53 -9.30381605231030D+09 83 54 1.30700401496938D+09 83 55 -1.22595334393892D+08 83 56 -6.86008485849139D+07 83 57 -2.70251275440963D+08 83 58 5.64239918703520D+08 83 59 -1.91621146726649D+10 83 60 -2.70943397119844D+09 83 61 -1.43999326106923D+10 83 62 3.44940108545760D+09 83 63 -1.91574729191773D+10 83 64 6.33335183420976D+09 83 65 2.52059077733041D+09 83 66 -4.92390524867438D+09 83 67 -5.05406194292849D+08 83 68 -2.01648697464764D+08 83 69 -2.91512692926584D+10 83 70 7.87347420448260D+09 83 71 -1.78810199458962D+08 83 72 -1.69053300226541D+08 83 73 -3.82709915459346D+09 83 74 6.03342149683775D+08 83 75 -1.18215196329885D+10 83 76 4.61381202278873D+09 83 77 -4.65857584376266D+07 83 78 1.01002675593346D+09 83 79 7.45141649358232D+02 83 80 -4.71428557719948D+01 83 81 1.86881321039294D+02 83 82 -1.64049563411983D+01 83 83 1.57340268573735D+04 84 1 4.80518821171862D+01 84 2 9.46295900241216D+00 84 3 -8.93825292039060D-02 84 4 -7.35143143243238D+02 84 5 8.01348564592420D+02 84 6 -3.30192153055981D+02 84 7 2.02842703702499D+01 84 8 -3.55229003273473D+02 84 9 -1.56488569180065D+02 84 10 -3.39325070664754D+03 84 11 -4.40993150414856D+03 84 12 -3.54244258561912D+03 84 13 1.13910092767702D+03 84 14 -1.27705790778064D+03 84 15 -9.39335640279774D+02 84 16 3.29302280076870D+02 84 17 -4.49467470912216D+02 84 18 -3.05190134512801D+02 84 19 2.42459448745568D+01 84 20 -3.18965562940236D+02 84 21 -2.56548707019534D+02 84 22 2.56740854607266D+03 84 23 5.99983992726254D+03 84 24 5.53028717662953D+03 84 25 7.49859147444420D+07 84 26 -1.86457891389697D+07 84 27 6.41917541064241D+08 84 28 4.29786158726597D+09 84 29 -1.28651019026941D+09 84 30 3.36308423155173D+08 84 31 -8.15675262393716D+08 84 32 -1.05465167638237D+09 84 33 4.86960498381101D+07 84 34 -7.31951700681265D+07 84 35 1.45773481275505D+08 84 36 -2.77670636583333D+08 84 37 2.08132359547504D+08 84 38 -3.95221076642575D+08 84 39 -2.82632416349337D+08 84 40 -1.07740266193587D+09 84 41 8.83114453868780D+07 84 42 1.13362464049896D+08 84 43 -1.63443937725838D+09 84 44 1.22810224811067D+09 84 45 8.85212715425345D+08 84 46 7.15611503962211D+08 84 47 -1.41450275789041D+09 84 48 2.50021669336970D+08 84 49 -2.06164421517373D+08 84 50 7.53397247121007D+07 84 51 1.61165926246669D+09 84 52 1.02115280062778D+07 84 53 -1.30737269529342D+09 84 54 -6.64130469908342D+08 84 55 7.62717494291865D+07 84 56 -3.24133521053452D+08 84 57 1.60324276579916D+07 84 58 4.52848301029780D+07 84 59 -4.67803423506193D+09 84 60 -7.04302794351841D+08 84 61 2.33442658482354D+09 84 62 -1.00055466570953D+09 84 63 1.24536320996118D+09 84 64 -3.54758236731305D+08 84 65 9.53066861513223D+08 84 66 3.53720597752677D+09 84 67 -2.92489854340998D+08 84 68 -8.94245385415218D+07 84 69 -2.02215786374353D+09 84 70 4.14046158869492D+08 84 71 -6.87820919455318D+06 84 72 -3.38500967458749D+07 84 73 -6.22264442281827D+08 84 74 2.39206137769071D+08 84 75 -2.61612313431686D+09 84 76 1.15413590454885D+09 84 77 1.10547033292035D+07 84 78 -9.82619732309397D+06 84 79 4.75676222203974D+01 84 80 -1.35088486549679D+02 84 81 1.61754501909055D+01 84 82 -3.49416216523172D+01 84 83 6.44995878632872D+02 84 84 2.78772594923629D+03 85 1 -3.39620564148985D+00 85 2 -7.91925395888544D-01 85 3 1.23705950350408D+01 85 4 2.91069721902326D+02 85 5 2.39739358770267D+02 85 6 2.35253136537590D+02 85 7 5.23424187569452D+01 85 8 1.66749501833218D+01 85 9 2.87732186312303D+01 85 10 -1.93425168293549D+02 85 11 -3.45561376771332D+02 85 12 -3.62818511153856D+02 85 13 -1.13138458016016D+01 85 14 1.27536508449317D+02 85 15 1.82174193465671D+02 85 16 -7.65488287700157D+00 85 17 1.18701176265196D+01 85 18 1.41627969770019D+01 85 19 -4.91857181111834D+01 85 20 1.56384364881145D+02 85 21 1.87685617669709D+02 85 22 -7.84363198492661D+01 85 23 -2.05851998038548D+02 85 24 -2.97601047661984D+02 85 25 -3.09801173522294D+07 85 26 1.71968997979407D+07 85 27 2.53039334039078D+08 85 28 1.01100898213749D+09 85 29 -1.98582688875613D+08 85 30 2.19757226830005D+08 85 31 3.66986601629852D+08 85 32 4.40094584705477D+08 85 33 4.08845766733200D+06 85 34 4.73533029234544D+07 85 35 -8.39561539214819D+08 85 36 1.76163311976847D+08 85 37 -3.07747530795003D+08 85 38 1.68977521177708D+08 85 39 1.35882282706777D+08 85 40 -7.22615980954957D+07 85 41 -1.55182834961734D+08 85 42 -1.03095743864586D+07 85 43 -1.88023666271243D+08 85 44 -3.33911288030922D+08 85 45 4.45422229311343D+07 85 46 -7.49295295264064D+07 85 47 3.78920304858622D+06 85 48 -1.70519139681845D+08 85 49 2.56492046498424D+07 85 50 -2.98309830011476D+07 85 51 5.81911474383890D+08 85 52 -1.84594015755527D+08 85 53 2.33383120495620D+08 85 54 -9.87763158604091D+07 85 55 3.91291981221183D+06 85 56 -2.17976548318926D+07 85 57 6.55654508619892D+06 85 58 -3.05416993459477D+07 85 59 1.86675106255369D+09 85 60 2.36584239890795D+08 85 61 -2.05569194509316D+07 85 62 -4.58307765625777D+07 85 63 1.08502064550133D+09 85 64 -3.67154756495383D+08 85 65 -6.25155045464698D+08 85 66 8.49252833975767D+08 85 67 4.39557796396327D+07 85 68 1.42986043733736D+07 85 69 8.04605170296976D+08 85 70 -1.14643891685261D+08 85 71 1.21561190338979D+07 85 72 2.57411932306029D+07 85 73 -1.14709515187365D+07 85 74 3.75259543994851D+07 85 75 -3.90217378918748D+07 85 76 4.02266074245453D+07 85 77 8.80500251189783D+05 85 78 1.67259408292422D+06 85 79 -1.48459010155030D+01 85 80 2.31491950285897D+00 85 81 -2.51827263650381D+00 85 82 3.10785615295065D-01 85 83 -2.22898471506895D+02 85 84 -2.65790469349766D+01 85 85 2.94132783870787D+01 86 1 -1.68265659159536D+01 86 2 -5.68140108768232D+00 86 3 -1.45161538783786D+01 86 4 4.97019559746112D+01 86 5 2.36898306758479D+02 86 6 2.30198907708381D+01 86 7 1.16503842314137D+02 86 8 -3.57416399409439D+01 86 9 3.21414058340056D+01 86 10 -6.72601148597718D+01 86 11 -4.46937595433452D+00 86 12 3.74941254472168D+01 86 13 -8.24925577786791D+00 86 14 1.51141542689503D+01 86 15 1.12976264157777D+01 86 16 1.88650147649290D+01 86 17 -3.38105547635879D+01 86 18 -2.33348376039683D+01 86 19 8.36658399102199D+01 86 20 -1.96657192421207D+01 86 21 3.72203548700291D+01 86 22 -1.76400716445897D+02 86 23 -1.52643770065858D+02 86 24 -1.03322411882393D+02 86 25 3.23672025473037D+07 86 26 -8.52175344387361D+06 86 27 2.38352161909222D+07 86 28 8.23631360401473D+08 86 29 3.19968054570448D+08 86 30 5.42798549901677D+07 86 31 5.86885998838770D+07 86 32 4.20251710903593D+08 86 33 -2.12935965924460D+06 86 34 4.72591847871586D+07 86 35 1.73503974653433D+08 86 36 2.17863456972999D+07 86 37 -2.38168825996922D+07 86 38 1.15177687351673D+08 86 39 1.21034648949928D+08 86 40 5.55901346169705D+08 86 41 -1.01017870842184D+08 86 42 -4.89624787003156D+06 86 43 -1.16985195059015D+09 86 44 5.94802567755286D+08 86 45 2.06248977110985D+08 86 46 1.39200030152190D+08 86 47 -1.67566022959027D+08 86 48 1.36114100133819D+07 86 49 -2.34993771303081D+07 86 50 1.55295606982475D+07 86 51 -2.37714156810863D+08 86 52 -1.49762410214573D+07 86 53 -3.88204314551403D+08 86 54 -1.22714676454989D+07 86 55 1.07544747659858D+07 86 56 -4.56625169741694D+07 86 57 9.54968352689502D+06 86 58 -3.02626003143564D+07 86 59 -5.53932718865916D+08 86 60 -1.38703919669929D+08 86 61 2.50842598641500D+08 86 62 -4.92061682683245D+08 86 63 2.07163084182774D+07 86 64 1.28106021532048D+07 86 65 -5.83870482668470D+07 86 66 -2.61318393791573D+09 86 67 8.10670287315422D+07 86 68 1.59520753569955D+07 86 69 1.50241955236649D+09 86 70 -4.70144295190278D+08 86 71 1.03978953938931D+07 86 72 -4.05127941572973D+06 86 73 2.36141573972636D+08 86 74 -5.70808656317769D+07 86 75 4.16114645003714D+08 86 76 -2.34042601677926D+08 86 77 4.23254391895832D+06 86 78 9.64509399559906D+06 86 79 -1.25457432014017D+00 86 80 -5.93392445478216D-01 86 81 1.46977461623788D+00 86 82 -5.90274517884416D-01 86 83 -5.44781937712870D+01 86 84 5.30296110323365D+00 86 85 -4.46707727147931D-01 86 86 2.34656533836198D+01 -SOLUTION/DECOMPOSED_NORMAL_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_VECTOR * Ind1 Decomposed_vector(ind1) 1 3.79826177686836D+03 2 -4.47717213777279D+03 3 -3.81618102301524D+03 4 -3.63644283040133D+02 5 5.41402268617172D+02 6 1.31237286671196D+01 7 -2.51983766054135D+03 8 2.55859903856790D+03 9 1.94240339426968D+03 10 -7.38039160350290D+01 11 9.78315453408606D+01 12 1.41904753769101D+02 13 -4.63645566143560D+02 14 5.78396338883777D+02 15 4.37812834476007D+02 16 -2.76467745152411D+02 17 5.31950368206884D+02 18 5.09073392065114D+02 19 -2.57107558230068D+01 20 -2.00330537647726D+02 21 1.86978748289779D+02 22 -7.51518509312889D+01 23 3.69323116536251D+02 24 5.84884173155064D+02 25 6.22134871669047D+07 26 -1.57422594651410D+08 27 -2.14019007912022D+08 28 -1.09835496238406D+09 29 -4.39169878127845D+08 30 -7.64695497351275D+08 31 -1.33008311979746D+08 32 -4.96015812296588D+07 33 7.45902535088042D+07 34 5.30352441002908D+08 35 -1.34796223944796D+09 36 -1.14138347449475D+08 37 -7.11798627584306D+07 38 -8.75963251328319D+07 39 9.05969757840373D+08 40 6.46826543781978D+07 41 -4.99821003611272D+08 42 6.82799020315320D+06 43 -1.07645885813844D+09 44 -6.89342412550817D+08 45 1.70504389223849D+08 46 2.39012438736365D+08 47 -9.35159857459678D+07 48 -2.38964983063877D+08 49 -1.92646197705410D+08 50 1.20802376951676D+08 51 3.10148592850009D+07 52 4.97295494872682D+08 53 9.98527599917166D+08 54 -6.54921669334901D+07 55 -1.92797326888215D+08 56 -4.93519752514376D+07 57 7.39482334620208D+07 58 5.33268857252467D+08 59 -1.64180754225089D+09 60 -6.76883340926566D+08 61 -6.59453401323733D+08 62 3.76353754837389D+08 63 9.22195293171567D+08 64 -2.06650409568817D+08 65 2.71520483550012D+08 66 -1.84072153999261D+09 67 4.26112741586613D+08 68 2.11140201198012D+07 69 -2.69672358028550D+09 70 2.59422239807871D+08 71 -9.21878345528690D+07 72 2.79017007992948D+07 73 2.55600089940655D+08 74 8.68807115291206D+06 75 9.14800536889629D+08 76 -4.28158669787614D+07 77 -1.06523912290351D+08 78 1.59819323411992D+08 79 2.53871503278213D+01 80 -2.85013794203290D+00 81 9.49659830724281D+00 82 -6.75881344217175D-01 83 3.17285366238298D+02 84 2.49944288948348D+01 85 -9.60443636377344D+00 86 3.95193730962692D+00 -SOLUTION/DECOMPOSED_NORMAL_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_CALIBRATION LOADING_EFFECT * Ind1 Decomposed_vector(ind1) 1 -1.55685995363431D+01 2 5.09832012257919D+00 3 -3.75312676501318D+00 4 -1.70402323899803D+01 5 -3.44510695175276D+00 6 -2.97001175529918D+01 7 1.54181637323792D+01 8 1.91420211845765D+01 9 2.55698776555193D+01 10 1.94977513673940D+01 11 -1.40055878590680D+00 12 1.03983914415854D+01 13 -3.39695260679677D+01 14 7.32232965351777D+00 15 3.47374808631929D+00 16 -6.93748940174123D+00 17 2.87184676009856D+00 18 -1.47451345915741D+00 19 -1.77541429571448D+01 20 1.02819062540709D+01 21 3.34757383306748D+00 22 5.63540752577380D+01 23 -3.98707582472892D+01 24 -7.86183325234427D+00 25 -7.13911263563658D+04 26 3.67723975559753D+05 27 1.92522758563306D+07 28 -2.39114571134435D+07 29 2.91890071825671D+07 30 -2.41411974179613D+07 31 7.01093486500639D+07 32 2.94996072104822D+07 33 3.08075733277449D+06 34 -2.60281912949658D+06 35 -3.08964709853064D+07 36 -8.46969868333328D+06 37 -5.35518947397549D+06 38 7.63443050648406D+06 39 7.15286887488605D+07 40 -7.08373133067661D+06 41 -7.84159928080864D+04 42 -1.03108452349155D+06 43 8.34474453786583D+06 44 -6.92054142677063D+06 45 -1.80346745639551D+07 46 -2.05194484532507D+07 47 1.31478681967344D+07 48 -9.94430455644476D+06 49 3.84852599984065D+06 50 -3.82330033371828D+06 51 -5.56862576380939D+07 52 7.28377197393984D+06 53 1.80393804916388D+07 54 8.92889308797693D+06 55 2.59211524971109D+06 56 -1.71679509898484D+05 57 7.03418593869537D+06 58 -7.55046249000952D+06 59 -2.50537866408301D+07 60 1.42357514772510D+06 61 7.13658580648144D+07 62 -8.01469694320963D+07 63 -8.51478943719523D+07 64 4.53892455134724D+07 65 2.96655813687652D+07 66 -1.74692035573954D+08 67 6.75856661181918D+06 68 6.19199814981236D+05 69 3.88354676608709D+06 70 2.52253640080414D+07 71 2.38090407500813D+06 72 -3.06545558625169D+06 73 -8.29467322127954D+06 74 -2.55915066881935D+06 75 -7.01094591426646D+06 76 -4.89731936205622D+07 77 2.45998956515465D+06 78 -1.45396227026201D+07 79 -6.50330901965994D-02 80 1.56288968369321D-01 81 2.84922155376366D-01 82 -2.61518558726961D-02 83 -9.26229515278442D+00 84 -3.36414504202203D+00 85 -4.70436395412704D-01 86 2.07397884399556D-01 -SOLUTION/DECOMPOSED_NORMAL_CALIBRATION * * ----------------------------------------------------------------------------- * %ENDSNX