%=SNX 2.10 USN 20:107:50071 USN 13:324:65109 13:325:64626 R 00081 2 C E S * * Created on: 2020.04.16-13:54:31 local time * Created at: United States Naval Observatory * Created by: Alan Fey ( afey@nuit.usno.navy.mil ) * Generated by: routine WRITE_SINEX_J , revision date 2019Oct16 * * ----------------------------------------------------------------------------- * +FILE/REFERENCE DESCRIPTION USN OUTPUT Single session VLBI solution CONTACT afey@nuit.usno.navy.mil SOFTWARE VLBI analysis system Calc/Solve, revision date 2020.01.23 HARDWARE HPx86_64 Linux 2.6.32-754.28.1.el6.x86_64 INPUT VLBI experiment ohig87, database $13NOV20XB version 006 -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 2008.04.29 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 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". 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 | |______________| 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: snx2020b_95to20_00.cnt File length: 14780 Modification date: 2020.04.16_08:26:09 ************************************************************************** *** *** 2020b Sinex global solution -- A. Fey *** last modified: 04/16/2020 ALF *** *** Solution: snx2020b_95to20_00.cnt *** *** ARC list: snx2020b_95to20.arc *** Weights: usno2020Mar31_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_2020Mar31.erp *** *** NOTE: ** ************************************************************************** *** *** This section determines the solution's general characteristics *** $SETUP DEFAULTS NO SOLUTION INDEPENDENT *** vgosDb directory VGOSDB_DIR /data3/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 /data1/solve/solutions/usn2020b/usno2020Mar31_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 /data1/solve/oper/sinex/ivs_daily_inc.bsc \ EXCLUDE_PARAM /data1/solve/oper/sinex/ivs_daily_exc.bsc \ OUTPUT_FILE /data1/solve/solutions/usn2020b/snx95to20/_usn2020b.snx \ ACKNOWLEDGMENTS_FILE /data1/solve/oper/sinex/ivs_daily_ack.bsc \ COMMENTS_FILE /data1/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 \ * * 224 sources with less than 3 (0,1,2,4) observations in crf2020b_01 * 0008-300 0009-148 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 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 0428+205 \ 0446+074 0459+791 0511+009 0515-674 0512+249 0535+677 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 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 \ 0918+167 0920+168 0922+364 0926-039 0932-194 0937-282 0948-860 0941-080 \ M82 0951+699 0956+015 NGC3079 1001+621 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 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 \ 1414+652 1414-596 1418-065 1421-490 1422+268 TON202 1438-390 1439+327 \ 1501+481 1509-564 1511+238 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 SGR-A 1742-283 1744-299 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 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 \ 2134-470 2144+568 2152-505 2154-183 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 trf2020b_00.src EARTHQUAKE ITRF2014-psd-vlbi_sites.dat EARTH_ORIENTATION last_usno_finalF_2020Mar31.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.axo ECCENTRICITY ECCDAT_usn2020b_glo.ecc MEAN_GRADIENT gsfc_dao_gmao.mgr SPLINE_DISPLACEMENTS NONE METRIC_TENSOR NONE *?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 \ /data1/solve/save_files/antenna-info_Nothnagel_modwe.14dec05.txt INSITU NONE GRAVITY_DEFORM /data1/solve/save_files/gravity_deform_model_v2019Nov21.txt EXTERNAL_TRP_DELAY REQUIRE DIRECTORY /data3/vmf/vmf1/trp/tot HFEOP_XYU /data1/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 ./snx2020b_95to20.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__ 7297 A 41602S001 R FORTLEZA Fortaleza, Br 321 34 26.9 -03 52 40.3 23.8 7232 A 30302S001 R HARTRAO Hartebeesthoe 27 41 07.4 -25 53 23.1 1416.5 7374 A 50116S007 R HOBART12 12-m at Hobar 147 26 17.3 -42 48 20.1 41.9 7375 A 59968S001 R KATH12M 12-m at Kathe 132 09 08.5 -14 22 31.7 190.0 7298 A 40424S007 R KOKEE Kokee Park, K 200 20 05.6 22 07 35.9 1177.4 7342 A 66006S004 R SYOWA Syowa, Antarc 39 35 10.6 -69 00 22.8 52.2 7640 A 41719S001 R TIGOCONC TIGO at Conce 286 58 29.5 -36 50 33.8 171.8 7377 A 50243S001 R WARK12M 12-m antenna 174 39 47.7 -36 26 05.3 128.8 7376 A 50107S012 R YARRA12M 12-m at Yarra 115 20 44.3 -29 02 49.7 249.1 -SITE/ID * * ----------------------------------------------------------------------------- * +SOURCE/ID *Code IERS nam ICRF designator IAU name IVS name 0001 0059+581 J010245.7+582411 J0102+5824 0059+581 0002 0119+115 J012141.5+114950 J0121+1149 0119+115 0003 0229+131 J023145.8+132254 J0231+1322 0229+131 0004 0332-403 J033413.6-400825 J0334-4008 0332-403 0005 0336-019 J033930.9-014635 J0339-0146 CTA26 0006 0346-279 J034838.1-274913 J0348-2749 0346-279 0007 0454-234 J045703.1-232452 J0457-2324 0454-234 0008 0537-441 J053850.3-440508 J0538-4405 0537-441 0009 0648-165 J065024.5-163739 J0650-1637 0648-165 0010 0657+172 J070001.5+170921 J0700+1709 0657+172 0011 0716+714 J072153.4+712036 J0721+7120 0716+714 0012 0727-115 J073019.1-114112 J0730-1141 0727-115 0013 0748+126 J075052.0+123104 J0750+1231 0748+126 0014 0851+202 J085448.8+200630 J0854+2006 OJ287 0015 0920-397 J092246.4-395935 J0922-3959 0920-397 0016 0925-203 J092751.8-203451 J0927-2034 0925-203 0017 1057-797 J105843.3-800354 J1058-8003 1057-797 0018 1124-186 J112704.3-185717 J1127-1857 1124-186 0019 1144+402 J114658.2+395834 J1146+3958 1144+402 0020 1144-379 J114701.3-381211 J1147-3812 1144-379 0021 1324+224 J132700.8+221050 J1327+2210 1324+224 0022 1334-127 J133739.7-125724 J1337-1257 1334-127 0023 1424-418 J142756.2-420619 J1427-4206 1424-418 0024 1546+027 J154929.4+023701 J1549+0237 1546+027 0025 1638+398 J164029.6+394646 J1640+3946 NRAO512 0026 1741-038 J174358.8-035004 J1743-0350 1741-038 0027 1749+096 J175132.8+093900 J1751+0939 1749+096 0028 1759-396 J180242.6-394007 J1802-3940 1759-396 0029 1846+322 J184822.0+321902 J1848+3219 1846+322 0030 1921-293 J192451.0-291430 J1924-2914 1921-293 0031 1954-388 J195759.8-384506 J1957-3845 1954-388 0032 2005-489 J200925.3-484953 J2009-4849 2005-489 0033 2037+511 J203837.0+511912 J2038+5119 3C418 0034 2052-474 J205616.3-471447 J2056-4714 2052-474 0035 2227-088 J222940.0-083254 J2229-0832 2227-088 0036 2255-282 J225805.9-275821 J2258-2758 2255-282 0037 2355-106 J235810.8-102008 J2358-1020 2355-106 -SOURCE/ID * * ----------------------------------------------------------------------------- * +SITE/RECEIVER *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ Firmware_ID 7297 A 1 R 13:325:18116 13:325:62976 ----VLBI Station---- --NM- -----NA---- 7232 A 1 R 13:324:65481 13:325:63369 ----VLBI Station---- --NM- -----NA---- 7374 A 1 R 13:324:65485 13:325:64520 ----VLBI Station---- --NM- -----NA---- 7375 A 1 R 13:324:66077 13:325:64626 ----VLBI Station---- --NM- -----NA---- 7298 A 1 R 13:324:65109 13:325:64520 ----VLBI Station---- --NM- -----NA---- 7342 A 1 R 13:324:65109 13:325:64193 ----VLBI Station---- --NM- -----NA---- 7640 A 1 R 13:324:65109 13:325:61251 ----VLBI Station---- --NM- -----NA---- 7377 A 1 R 13:324:65109 13:325:58620 ----VLBI Station---- --NM- -----NA---- 7376 A 1 R 13:324:66077 13:325:64626 ----VLBI Station---- --NM- -----NA---- -SITE/RECEIVER * * ----------------------------------------------------------------------------- * +SITE/ANTENNA *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ 7297 A 1 R 13:325:18116 13:325:62976 ----VLBI Station---- --NM- 7232 A 1 R 13:324:65481 13:325:63369 ----VLBI Station---- --NM- 7374 A 1 R 13:324:65485 13:325:64520 ----VLBI Station---- --NM- 7375 A 1 R 13:324:66077 13:325:64626 ----VLBI Station---- --NM- 7298 A 1 R 13:324:65109 13:325:64520 ----VLBI Station---- --NM- 7342 A 1 R 13:324:65109 13:325:64193 ----VLBI Station---- --NM- 7640 A 1 R 13:324:65109 13:325:61251 ----VLBI Station---- --NM- 7377 A 1 R 13:324:65109 13:325:58620 ----VLBI Station---- --NM- 7376 A 1 R 13:324:66077 13:325:64626 ----VLBI Station---- --NM- -SITE/ANTENNA * * ----------------------------------------------------------------------------- * +SITE/ECCENTRICITY *Code PT SBIN T Data_Start__ Data_End____ typ Apr --> Benchmark (m)_______ 7297 A 1 R 13:325:18116 13:325:62976 XYZ 0.0000 0.0000 0.0000 7232 A 1 R 13:324:65481 13:325:63369 XYZ 0.0000 0.0000 0.0000 7374 A 1 R 13:324:65485 13:325:64520 XYZ 0.0000 0.0000 0.0000 7375 A 1 R 13:324:66077 13:325:64626 XYZ 0.0000 0.0000 0.0000 7298 A 1 R 13:324:65109 13:325:64520 XYZ 0.0000 0.0000 0.0000 7342 A 1 R 13:324:65109 13:325:64193 XYZ 0.0000 0.0000 0.0000 7640 A 1 R 13:324:65109 13:325:61251 XYZ 0.0000 0.0000 0.0000 7377 A 1 R 13:324:65109 13:325:58620 XYZ 0.0000 0.0000 0.0000 7376 A 1 R 13:324:66077 13:325:64626 XYZ 0.0000 0.0000 0.0000 -SITE/ECCENTRICITY * * ----------------------------------------------------------------------------- * +SOLUTION/EPOCHS *Code PT SBIN T Data_start__ Data_end____ Mean_epoch__ 7297 A 1 R 13:325:18116 13:325:62976 13:325:34340 7232 A 1 R 13:324:65481 13:325:63369 13:325:12694 7374 A 1 R 13:324:65485 13:325:64520 13:325:20088 7375 A 1 R 13:324:66077 13:325:64626 13:325:19511 7298 A 1 R 13:324:65109 13:325:64520 13:325:29653 7342 A 1 R 13:324:65109 13:325:64193 13:325:23066 7640 A 1 R 13:324:65109 13:325:61251 13:325:32495 7377 A 1 R 13:324:65109 13:325:58620 13:325:16418 7376 A 1 R 13:324:66077 13:325:64626 13:325:19988 -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 1194 NUMBER OF UNKNOWNS 973 WEIGHTED SQUARE SUM OF O-C 1.85267264451375D+14 SQUARE SUM OF RESIDUALS (VTPV) 7.47623184628995D+02 VARIANCE FACTOR 9.43047083544622D-01 WRMS OF POSTFIT RESIDUALS 3.30684070577296D-11 -SOLUTION/STATISTICS * * ----------------------------------------------------------------------------- * +SOLUTION/APRIORI *Index Type__ CODE PT SBIN Ref_epoch___ Unit S Apriori_value________ Constraint_ 1 STAX 7297 A 1 13:325:34340 m 2 4.98536999882311D+06 0.00000D+00 2 STAY 7297 A 1 13:325:34340 m 2 -3.95502038965970D+06 0.00000D+00 3 STAZ 7297 A 1 13:325:34340 m 2 -4.28472074626877D+05 0.00000D+00 4 STAX 7232 A 1 13:325:12694 m 2 5.08544275960598D+06 0.00000D+00 5 STAY 7232 A 1 13:325:12694 m 2 2.66826380624276D+06 0.00000D+00 6 STAZ 7232 A 1 13:325:12694 m 2 -2.76869673477275D+06 0.00000D+00 7 STAX 7374 A 1 13:325:20088 m 2 -3.94999081817444D+06 0.00000D+00 8 STAY 7374 A 1 13:325:20088 m 2 2.52242121336930D+06 0.00000D+00 9 STAZ 7374 A 1 13:325:20088 m 2 -4.31170799487097D+06 0.00000D+00 10 STAX 7375 A 1 13:325:19511 m 2 -4.14735467715308D+06 0.00000D+00 11 STAY 7375 A 1 13:325:19511 m 2 4.58154238036952D+06 0.00000D+00 12 STAZ 7375 A 1 13:325:19511 m 2 -1.57330316834949D+06 0.00000D+00 13 STAX 7298 A 1 13:325:29653 m 2 -5.54383777916319D+06 0.00000D+00 14 STAY 7298 A 1 13:325:29653 m 2 -2.05456679533466D+06 0.00000D+00 15 STAZ 7298 A 1 13:325:29653 m 2 2.38785248556014D+06 0.00000D+00 16 STAX 7342 A 1 13:325:23066 m 2 1.76619421235379D+06 0.00000D+00 17 STAY 7342 A 1 13:325:23066 m 2 1.46041091017824D+06 0.00000D+00 18 STAZ 7342 A 1 13:325:23066 m 2 -5.93227334058912D+06 0.00000D+00 19 STAX 7640 A 1 13:325:32495 m 2 1.49205121003181D+06 0.00000D+00 20 STAY 7640 A 1 13:325:32495 m 2 -4.88796155488935D+06 0.00000D+00 21 STAZ 7640 A 1 13:325:32495 m 2 -3.80354166015743D+06 0.00000D+00 22 STAX 7377 A 1 13:325:16418 m 2 -5.11532444519668D+06 0.00000D+00 23 STAY 7377 A 1 13:325:16418 m 2 4.77843293222971D+05 0.00000D+00 24 STAZ 7377 A 1 13:325:16418 m 2 -3.76719280488446D+06 0.00000D+00 25 STAX 7376 A 1 13:325:19988 m 2 -2.38889617354239D+06 0.00000D+00 26 STAY 7376 A 1 13:325:19988 m 2 5.04334999781772D+06 0.00000D+00 27 STAZ 7376 A 1 13:325:19988 m 2 -3.07859081237332D+06 0.00000D+00 28 RS_RA 0002 A 1 13:325:21667 rad 2 3.56454050415763D-01 0.00000D+00 29 RS_DE 0002 A 1 13:325:21667 rad 2 2.06484149549868D-01 0.00000D+00 30 RS_RA 0003 A 1 13:325:21667 rad 2 6.62199302416976D-01 0.00000D+00 31 RS_DE 0003 A 1 13:325:21667 rad 2 2.33557615312662D-01 0.00000D+00 32 RS_RA 0004 A 1 13:325:21667 rad 2 9.34744134096382D-01 0.00000D+00 33 RS_DE 0004 A 1 13:325:21667 rad 2 -7.00581938670084D-01 0.00000D+00 34 RS_RA 0005 A 1 13:325:21667 rad 2 9.57817624899746D-01 0.00000D+00 35 RS_DE 0005 A 1 13:325:21667 rad 2 -3.10077334392087D-02 0.00000D+00 36 RS_RA 0006 A 1 13:325:21667 rad 2 9.97611625555228D-01 0.00000D+00 37 RS_DE 0006 A 1 13:325:21667 rad 2 -4.85558187905407D-01 0.00000D+00 38 RS_RA 0007 A 1 13:325:21667 rad 2 1.29613816966298D+00 0.00000D+00 39 RS_DE 0007 A 1 13:325:21667 rad 2 -4.08659245722325D-01 0.00000D+00 40 RS_RA 0008 A 1 13:325:21667 rad 2 1.47846561334693D+00 0.00000D+00 41 RS_DE 0008 A 1 13:325:21667 rad 2 -7.69442649027937D-01 0.00000D+00 42 RS_RA 0011 A 1 13:325:21667 rad 2 1.92811238223825D+00 0.00000D+00 43 RS_DE 0011 A 1 13:325:21667 rad 2 1.24517782797285D+00 0.00000D+00 44 RS_RA 0012 A 1 13:325:21667 rad 2 1.96488530682488D+00 0.00000D+00 45 RS_DE 0012 A 1 13:325:21667 rad 2 -2.03973723271040D-01 0.00000D+00 46 RS_RA 0013 A 1 13:325:21667 rad 2 2.05454674374905D+00 0.00000D+00 47 RS_DE 0013 A 1 13:325:21667 rad 2 2.18480452385146D-01 0.00000D+00 48 RS_RA 0014 A 1 13:325:21667 rad 2 2.33356883640335D+00 0.00000D+00 49 RS_DE 0014 A 1 13:325:21667 rad 2 3.50959730877594D-01 0.00000D+00 50 RS_RA 0018 A 1 13:325:21667 rad 2 2.99792241827830D+00 0.00000D+00 51 RS_DE 0018 A 1 13:325:21667 rad 2 -3.30824452806818D-01 0.00000D+00 52 RS_RA 0020 A 1 13:325:21667 rad 2 3.08496913316233D+00 0.00000D+00 53 RS_DE 0020 A 1 13:325:21667 rad 2 -6.66769217310120D-01 0.00000D+00 54 RS_RA 0021 A 1 13:325:21667 rad 2 3.52126440242020D+00 0.00000D+00 55 RS_DE 0021 A 1 13:325:21667 rad 2 3.87124514466821D-01 0.00000D+00 56 RS_RA 0022 A 1 13:325:21667 rad 2 3.56772808245546D+00 0.00000D+00 57 RS_DE 0022 A 1 13:325:21667 rad 2 -2.26139854436058D-01 0.00000D+00 58 RS_RA 0023 A 1 13:325:21667 rad 2 3.78709522815648D+00 0.00000D+00 59 RS_DE 0023 A 1 13:325:21667 rad 2 -7.34877851233692D-01 0.00000D+00 60 RS_RA 0025 A 1 13:325:21667 rad 2 4.36547808597704D+00 0.00000D+00 61 RS_DE 0025 A 1 13:325:21667 rad 2 6.94282418341621D-01 0.00000D+00 62 RS_RA 0026 A 1 13:325:21667 rad 2 4.64249262602199D+00 0.00000D+00 63 RS_DE 0026 A 1 13:325:21667 rad 2 -6.69266701439249D-02 0.00000D+00 64 RS_RA 0027 A 1 13:325:21667 rad 2 4.67550570619255D+00 0.00000D+00 65 RS_DE 0027 A 1 13:325:21667 rad 2 1.68427804588157D-01 0.00000D+00 66 RS_RA 0028 A 1 13:325:21667 rad 2 4.72421940812173D+00 0.00000D+00 67 RS_DE 0028 A 1 13:325:21667 rad 2 -6.92352276320577D-01 0.00000D+00 68 RS_RA 0029 A 1 13:325:21667 rad 2 4.92343481756377D+00 0.00000D+00 69 RS_DE 0029 A 1 13:325:21667 rad 2 5.64044859890575D-01 0.00000D+00 70 RS_RA 0030 A 1 13:325:21667 rad 2 5.08262101712642D+00 0.00000D+00 71 RS_DE 0030 A 1 13:325:21667 rad 2 -5.10363948970969D-01 0.00000D+00 72 RS_RA 0031 A 1 13:325:21667 rad 2 5.22724796703014D+00 0.00000D+00 73 RS_DE 0031 A 1 13:325:21667 rad 2 -6.76345898741821D-01 0.00000D+00 74 RS_RA 0032 A 1 13:325:21667 rad 2 5.27710412738103D+00 0.00000D+00 75 RS_DE 0032 A 1 13:325:21667 rad 2 -8.52272013139298D-01 0.00000D+00 76 RS_RA 0034 A 1 13:325:21667 rad 2 5.48152357087295D+00 0.00000D+00 77 RS_DE 0034 A 1 13:325:21667 rad 2 -8.24608088721846D-01 0.00000D+00 78 RS_RA 0036 A 1 13:325:21667 rad 2 6.01309290635450D+00 0.00000D+00 79 RS_DE 0036 A 1 13:325:21667 rad 2 -4.88213469724759D-01 0.00000D+00 80 NUT_X ---- - 1 13:325:21540 mas 2 2.81962639762710D+05 0.00000D+00 81 NUT_Y ---- - 1 13:325:21540 mas 2 -8.23144420342985D+03 0.00000D+00 -SOLUTION/APRIORI * * ----------------------------------------------------------------------------- * +SOLUTION/ESTIMATE *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S Total_value__________ Formal_erro 1 STAX 7297 A 1 13:325:34340 m 2 4.98537002511971D+06 2.10627D-02 2 STAY 7297 A 1 13:325:34340 m 2 -3.95502040999597D+06 1.68491D-02 3 STAZ 7297 A 1 13:325:34340 m 2 -4.28472084594902D+05 9.19453D-03 4 STAX 7232 A 1 13:325:12694 m 2 5.08544274126011D+06 1.53360D-02 5 STAY 7232 A 1 13:325:12694 m 2 2.66826377767704D+06 7.70674D-03 6 STAZ 7232 A 1 13:325:12694 m 2 -2.76869671714386D+06 8.97362D-03 7 STAX 7374 A 1 13:325:20088 m 2 -3.94999081511292D+06 7.21361D-03 8 STAY 7374 A 1 13:325:20088 m 2 2.52242121401724D+06 5.79549D-03 9 STAZ 7374 A 1 13:325:20088 m 2 -4.31170801118065D+06 6.90966D-03 10 STAX 7375 A 1 13:325:19511 m 2 -4.14735469594781D+06 7.85886D-03 11 STAY 7375 A 1 13:325:19511 m 2 4.58154240300162D+06 8.62667D-03 12 STAZ 7375 A 1 13:325:19511 m 2 -1.57330317292529D+06 4.98708D-03 13 STAX 7298 A 1 13:325:29653 m 2 -5.54383777244967D+06 1.65759D-02 14 STAY 7298 A 1 13:325:29653 m 2 -2.05456680731878D+06 7.68326D-03 15 STAZ 7298 A 1 13:325:29653 m 2 2.38785250988058D+06 1.51384D-02 16 STAX 7342 A 1 13:325:23066 m 2 1.76619422251490D+06 5.68965D-03 17 STAY 7342 A 1 13:325:23066 m 2 1.46041090780595D+06 4.81475D-03 18 STAZ 7342 A 1 13:325:23066 m 2 -5.93227333119320D+06 1.28361D-02 19 STAX 7640 A 1 13:325:32495 m 2 1.49205121410894D+06 1.46625D-02 20 STAY 7640 A 1 13:325:32495 m 2 -4.88796153487104D+06 2.69597D-02 21 STAZ 7640 A 1 13:325:32495 m 2 -3.80354166247910D+06 1.85368D-02 22 STAX 7377 A 1 13:325:16418 m 2 -5.11532445021495D+06 1.19703D-02 23 STAY 7377 A 1 13:325:16418 m 2 4.77843291402441D+05 4.68361D-03 24 STAZ 7377 A 1 13:325:16418 m 2 -3.76719280285052D+06 7.61291D-03 25 STAX 7376 A 1 13:325:19988 m 2 -2.38889618169364D+06 6.40405D-03 26 STAY 7376 A 1 13:325:19988 m 2 5.04335001959834D+06 1.02452D-02 27 STAZ 7376 A 1 13:325:19988 m 2 -3.07859083257725D+06 5.91704D-03 28 RS_RA 0002 A 1 13:325:21667 rad 2 3.56454042910307D-01 2.47792D-09 29 RS_DE 0002 A 1 13:325:21667 rad 2 2.06484144464658D-01 4.20148D-09 30 RS_RA 0003 A 1 13:325:21667 rad 2 6.62199297826995D-01 3.86988D-09 31 RS_DE 0003 A 1 13:325:21667 rad 2 2.33557608631880D-01 4.24265D-09 32 RS_RA 0004 A 1 13:325:21667 rad 2 9.34744133990700D-01 1.80027D-09 33 RS_DE 0004 A 1 13:325:21667 rad 2 -7.00581940190470D-01 1.30061D-09 34 RS_RA 0005 A 1 13:325:21667 rad 2 9.57817620952795D-01 2.89766D-09 35 RS_DE 0005 A 1 13:325:21667 rad 2 -3.10077357324718D-02 2.21710D-09 36 RS_RA 0006 A 1 13:325:21667 rad 2 9.97611623815499D-01 2.37658D-09 37 RS_DE 0006 A 1 13:325:21667 rad 2 -4.85558187865999D-01 1.68039D-09 38 RS_RA 0007 A 1 13:325:21667 rad 2 1.29613816718911D+00 6.79284D-10 39 RS_DE 0007 A 1 13:325:21667 rad 2 -4.08659245395136D-01 8.85106D-10 40 RS_RA 0008 A 1 13:325:21667 rad 2 1.47846561317450D+00 9.09419D-10 41 RS_DE 0008 A 1 13:325:21667 rad 2 -7.69442649866423D-01 9.35734D-10 42 RS_RA 0011 A 1 13:325:21667 rad 2 1.92811239331869D+00 1.83864D-08 43 RS_DE 0011 A 1 13:325:21667 rad 2 1.24517783859275D+00 6.25678D-09 44 RS_RA 0012 A 1 13:325:21667 rad 2 1.96488530493730D+00 6.28564D-10 45 RS_DE 0012 A 1 13:325:21667 rad 2 -2.03973722423002D-01 8.45453D-10 46 RS_RA 0013 A 1 13:325:21667 rad 2 2.05454674337967D+00 1.67122D-09 47 RS_DE 0013 A 1 13:325:21667 rad 2 2.18480448280655D-01 2.39572D-09 48 RS_RA 0014 A 1 13:325:21667 rad 2 2.33356883574890D+00 1.32065D-09 49 RS_DE 0014 A 1 13:325:21667 rad 2 3.50959732970894D-01 2.53685D-09 50 RS_RA 0018 A 1 13:325:21667 rad 2 2.99792242085258D+00 1.25509D-09 51 RS_DE 0018 A 1 13:325:21667 rad 2 -3.30824453036826D-01 1.21228D-09 52 RS_RA 0020 A 1 13:325:21667 rad 2 3.08496914118180D+00 3.18166D-09 53 RS_DE 0020 A 1 13:325:21667 rad 2 -6.66769217573528D-01 2.17900D-09 54 RS_RA 0021 A 1 13:325:21667 rad 2 3.52126440915021D+00 1.91917D-09 55 RS_DE 0021 A 1 13:325:21667 rad 2 3.87124519852139D-01 2.58262D-09 56 RS_RA 0022 A 1 13:325:21667 rad 2 3.56772808658527D+00 1.28306D-09 57 RS_DE 0022 A 1 13:325:21667 rad 2 -2.26139853174945D-01 1.44374D-09 58 RS_RA 0023 A 1 13:325:21667 rad 2 3.78709522965258D+00 1.14554D-09 59 RS_DE 0023 A 1 13:325:21667 rad 2 -7.34877850131161D-01 1.10712D-09 60 RS_RA 0025 A 1 13:325:21667 rad 2 4.36547809372435D+00 3.38727D-09 61 RS_DE 0025 A 1 13:325:21667 rad 2 6.94282418477560D-01 3.70353D-09 62 RS_RA 0026 A 1 13:325:21667 rad 2 4.64249262923316D+00 1.25338D-09 63 RS_DE 0026 A 1 13:325:21667 rad 2 -6.69266719442571D-02 2.01233D-09 64 RS_RA 0027 A 1 13:325:21667 rad 2 4.67550571013865D+00 1.36389D-09 65 RS_DE 0027 A 1 13:325:21667 rad 2 1.68427803034265D-01 2.39365D-09 66 RS_RA 0028 A 1 13:325:21667 rad 2 4.72421941077375D+00 3.16962D-09 67 RS_DE 0028 A 1 13:325:21667 rad 2 -6.92352277279661D-01 3.18707D-09 68 RS_RA 0029 A 1 13:325:21667 rad 2 4.92343481913807D+00 3.71227D-09 69 RS_DE 0029 A 1 13:325:21667 rad 2 5.64044857384608D-01 4.09220D-09 70 RS_RA 0030 A 1 13:325:21667 rad 2 5.08262102050810D+00 1.68392D-09 71 RS_DE 0030 A 1 13:325:21667 rad 2 -5.10363948656735D-01 2.22647D-09 72 RS_RA 0031 A 1 13:325:21667 rad 2 5.22724797574827D+00 2.39759D-09 73 RS_DE 0031 A 1 13:325:21667 rad 2 -6.76345903255712D-01 2.28601D-09 74 RS_RA 0032 A 1 13:325:21667 rad 2 5.27710413154817D+00 2.59545D-08 75 RS_DE 0032 A 1 13:325:21667 rad 2 -8.52272009129121D-01 1.16119D-08 76 RS_RA 0034 A 1 13:325:21667 rad 2 5.48152359503111D+00 8.64854D-09 77 RS_DE 0034 A 1 13:325:21667 rad 2 -8.24608090335951D-01 6.70383D-09 78 RS_RA 0036 A 1 13:325:21667 rad 2 6.01309289861401D+00 4.79056D-09 79 RS_DE 0036 A 1 13:325:21667 rad 2 -4.88213469330039D-01 3.10347D-09 80 NUT_X ---- - 1 13:325:21540 mas 2 2.81963612642131D+05 2.29622D-01 81 NUT_Y ---- - 1 13:325:21540 mas 2 -8.23176606138913D+03 1.73091D-01 -SOLUTION/ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7297 A 1 13:325:34340 m 2 0.00000000000000D+00 0.00000D+00 2 STAY 7297 A 1 13:325:34340 m 2 0.00000000000000D+00 0.00000D+00 3 STAZ 7297 A 1 13:325:34340 m 2 0.00000000000000D+00 0.00000D+00 4 STAX 7232 A 1 13:325:12694 m 2 0.00000000000000D+00 0.00000D+00 5 STAY 7232 A 1 13:325:12694 m 2 0.00000000000000D+00 0.00000D+00 6 STAZ 7232 A 1 13:325:12694 m 2 0.00000000000000D+00 0.00000D+00 7 STAX 7374 A 1 13:325:20088 m 2 0.00000000000000D+00 0.00000D+00 8 STAY 7374 A 1 13:325:20088 m 2 0.00000000000000D+00 0.00000D+00 9 STAZ 7374 A 1 13:325:20088 m 2 0.00000000000000D+00 0.00000D+00 10 STAX 7375 A 1 13:325:19511 m 2 0.00000000000000D+00 0.00000D+00 11 STAY 7375 A 1 13:325:19511 m 2 0.00000000000000D+00 0.00000D+00 12 STAZ 7375 A 1 13:325:19511 m 2 0.00000000000000D+00 0.00000D+00 13 STAX 7298 A 1 13:325:29653 m 2 0.00000000000000D+00 0.00000D+00 14 STAY 7298 A 1 13:325:29653 m 2 0.00000000000000D+00 0.00000D+00 15 STAZ 7298 A 1 13:325:29653 m 2 0.00000000000000D+00 0.00000D+00 16 STAX 7342 A 1 13:325:23066 m 2 0.00000000000000D+00 0.00000D+00 17 STAY 7342 A 1 13:325:23066 m 2 0.00000000000000D+00 0.00000D+00 18 STAZ 7342 A 1 13:325:23066 m 2 0.00000000000000D+00 0.00000D+00 19 STAX 7640 A 1 13:325:32495 m 2 0.00000000000000D+00 0.00000D+00 20 STAY 7640 A 1 13:325:32495 m 2 0.00000000000000D+00 0.00000D+00 21 STAZ 7640 A 1 13:325:32495 m 2 0.00000000000000D+00 0.00000D+00 22 STAX 7377 A 1 13:325:16418 m 2 0.00000000000000D+00 0.00000D+00 23 STAY 7377 A 1 13:325:16418 m 2 0.00000000000000D+00 0.00000D+00 24 STAZ 7377 A 1 13:325:16418 m 2 0.00000000000000D+00 0.00000D+00 25 STAX 7376 A 1 13:325:19988 m 2 0.00000000000000D+00 0.00000D+00 26 STAY 7376 A 1 13:325:19988 m 2 0.00000000000000D+00 0.00000D+00 27 STAZ 7376 A 1 13:325:19988 m 2 0.00000000000000D+00 0.00000D+00 28 RS_RA 0002 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 29 RS_DE 0002 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 30 RS_RA 0003 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 31 RS_DE 0003 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 32 RS_RA 0004 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 33 RS_DE 0004 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 34 RS_RA 0005 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 35 RS_DE 0005 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 36 RS_RA 0006 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 37 RS_DE 0006 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 38 RS_RA 0007 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 39 RS_DE 0007 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 40 RS_RA 0008 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 41 RS_DE 0008 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 42 RS_RA 0011 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 43 RS_DE 0011 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 44 RS_RA 0012 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 45 RS_DE 0012 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 46 RS_RA 0013 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 47 RS_DE 0013 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 48 RS_RA 0014 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 49 RS_DE 0014 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 50 RS_RA 0018 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 51 RS_DE 0018 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 52 RS_RA 0020 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 53 RS_DE 0020 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 54 RS_RA 0021 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 55 RS_DE 0021 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 56 RS_RA 0022 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 57 RS_DE 0022 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 58 RS_RA 0023 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 59 RS_DE 0023 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 60 RS_RA 0025 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 61 RS_DE 0025 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 62 RS_RA 0026 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 63 RS_DE 0026 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 64 RS_RA 0027 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 65 RS_DE 0027 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 66 RS_RA 0028 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 67 RS_DE 0028 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 68 RS_RA 0029 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 69 RS_DE 0029 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 70 RS_RA 0030 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 71 RS_DE 0030 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 72 RS_RA 0031 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 73 RS_DE 0031 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 74 RS_RA 0032 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 75 RS_DE 0032 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 76 RS_RA 0034 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 77 RS_DE 0034 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 78 RS_RA 0036 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 79 RS_DE 0036 A 1 13:325:21667 rad 2 0.00000000000000D+00 0.00000D+00 80 NUT_X ---- - 1 13:325:21540 mas 2 0.00000000000000D+00 0.00000D+00 81 NUT_Y ---- - 1 13:325:21540 mas 2 0.00000000000000D+00 0.00000D+00 -SOLUTION/CALIBRATION_ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/MATRIX_ESTIMATE L COVA * Ind1 Ind2 Covariance(ind1,ind2) 1 1 4.43636675443415D-04 2 1 -3.25969738977772D-04 2 2 2.83893279454309D-04 3 1 -2.21926121693631D-05 3 2 3.55667914075443D-05 3 3 8.45394274671773D-05 4 1 -9.74700353048755D-05 4 2 6.87730061014209D-05 4 3 -4.28150813338489D-06 4 4 2.35192007039154D-04 5 1 -4.52351120090230D-05 5 2 2.20422286678161D-05 5 3 1.35368990073647D-05 5 4 7.99961986501248D-05 5 5 5.93938946371106D-05 6 1 3.94051942568563D-05 6 2 -1.90440624828100D-05 6 3 2.87442936382013D-05 6 4 -9.37210490232018D-05 6 5 -3.76597513046649D-05 6 6 8.05258972891088D-05 7 1 -5.51851663239448D-05 7 2 4.43871981093678D-05 7 3 -1.36161271509988D-05 7 4 -9.77931300691892D-06 7 5 -1.00041045469291D-06 7 6 -1.30422017901872D-05 7 7 5.20361053500268D-05 8 1 4.16974416373127D-05 8 2 -2.76311243403387D-05 8 3 2.19413205025080D-05 8 4 -2.11092687386088D-05 8 5 -3.74606059577334D-06 8 6 2.25558639067624D-05 8 7 -3.29481805070587D-05 8 8 3.35876629308296D-05 9 1 -3.98182827363530D-05 9 2 1.74421564873868D-05 9 3 -1.63849716104258D-05 9 4 2.30681982503656D-05 9 5 1.06006793358647D-05 9 6 -2.46261196943301D-05 9 7 2.67791288162544D-05 9 8 -2.51056481522856D-05 9 9 4.77434586254007D-05 10 1 -4.95662301159057D-05 10 2 4.56118878097266D-05 10 3 -9.63418896722630D-06 10 4 -6.51218710068914D-06 10 5 -4.61647673298015D-09 10 6 -1.03111015414553D-05 10 7 1.74669306372876D-05 10 8 -1.20726527032173D-05 10 9 -4.25063103627560D-06 10 10 6.17617156175497D-05 11 1 4.36289576672064D-05 11 2 -3.32795272399930D-05 11 3 2.10578748600984D-05 11 4 -1.71490125704429D-05 11 5 -5.09991997156867D-06 11 6 2.15827483146347D-05 11 7 -1.43314024330898D-05 11 8 1.87160409147048D-05 11 9 -2.67606157971785D-06 11 10 -5.93563382042213D-05 11 11 7.44193511586039D-05 12 1 -2.36663867004763D-05 12 2 2.64182893516798D-05 12 3 1.81469307932187D-05 12 4 1.19730968306351D-05 12 5 1.95715774273088D-06 12 6 3.36537744234136D-06 12 7 -1.92591357321730D-06 12 8 2.88111042051059D-06 12 9 -1.04995689548777D-05 12 10 1.46034432069268D-05 12 11 -1.28638149606995D-05 12 12 2.48709478449236D-05 13 1 -8.19745560480410D-05 13 2 3.13005404207734D-05 13 3 2.32438240042908D-05 13 4 -7.84108709094082D-05 13 5 -2.26820957316627D-05 13 6 5.68190041274001D-05 13 7 -1.57252243587418D-05 13 8 1.09269955252227D-05 13 9 1.10447644802695D-05 13 10 -2.05966745454140D-05 13 11 1.28428539689276D-05 13 12 -1.50124460223938D-05 13 13 2.74760472060936D-04 14 1 2.86678466127819D-05 14 2 -2.16161956785398D-05 14 3 1.89144773090035D-05 14 4 -4.05067924511207D-05 14 5 -7.95295965825847D-06 14 6 3.52197913338889D-05 14 7 -2.31321686785861D-05 14 8 1.96956762121031D-05 14 9 -5.41161867807823D-06 14 10 -1.61410258551748D-05 14 11 1.40173564407510D-05 14 12 -5.54441401759115D-07 14 13 6.54009111719950D-05 14 14 5.90324802189223D-05 15 1 -3.97006086407254D-06 15 2 4.96543676234135D-05 15 3 5.75503821966077D-05 15 4 -8.82497424786871D-06 15 5 -4.77720200822839D-06 15 6 4.15690965782108D-05 15 7 3.14270639476081D-06 15 8 2.32637646766820D-05 15 9 -5.26953546608397D-05 15 10 1.11452729443710D-05 15 11 2.06121956367640D-05 15 12 3.10605906562637D-05 15 13 -1.37655363031500D-04 15 14 -2.34579691065870D-05 15 15 2.29169946382423D-04 16 1 -2.21652672432054D-05 16 2 1.88834573366710D-05 16 3 -5.88508832125467D-06 16 4 9.42082593810155D-06 16 5 -5.84026522751612D-06 16 6 -1.56134757417293D-06 16 7 4.38725351937545D-06 16 8 -6.01948026726153D-06 16 9 5.84325202879354D-06 16 10 4.34947981775179D-06 16 11 -4.01695977522902D-06 16 12 5.08247969194519D-06 16 13 -2.15507402946642D-05 16 14 -1.79889995898598D-05 16 15 1.81680625750579D-05 16 16 3.23720742526841D-05 17 1 1.14487308726536D-05 17 2 -1.25857726284230D-05 17 3 1.49730296103442D-05 17 4 -1.88651437374920D-05 17 5 5.73499070776202D-06 17 6 8.67256792343490D-06 17 7 -1.35543507551869D-06 17 8 6.30215984842499D-06 17 9 2.08933710212303D-06 17 10 -1.45378755087308D-06 17 11 5.99797579240456D-06 17 12 -1.77116363733081D-07 17 13 -8.80059464383054D-06 17 14 3.98378935035498D-06 17 15 1.08315829086727D-05 17 16 4.31242087605372D-06 17 17 2.31817981543651D-05 18 1 -1.93888801218238D-05 18 2 4.42437101093556D-06 18 3 -2.77426840014697D-05 18 4 4.64056557289893D-05 18 5 1.92366800477235D-05 18 6 -3.38660167480512D-05 18 7 -1.57247505426149D-05 18 8 3.25930459455536D-06 18 9 7.33085543585312D-06 18 10 -1.59916777558913D-05 18 11 3.82875431189441D-06 18 12 -2.36470292460696D-05 18 13 7.98557431691838D-05 18 14 2.47002776716353D-05 18 15 -8.14715154291171D-05 18 16 -3.69861120912682D-05 18 17 -3.40570709431931D-05 18 18 1.64766608107077D-04 19 1 -2.33029400534407D-05 19 2 2.75158934734906D-05 19 3 5.76924062146503D-05 19 4 -2.16224721767115D-05 19 5 -2.43240538119012D-06 19 6 4.72647381831959D-05 19 7 -3.58173518964366D-05 19 8 5.14554181917087D-05 19 9 -2.22949482160497D-05 19 10 -3.26041922440869D-05 19 11 6.04230343943843D-05 19 12 2.00108971997094D-05 19 13 -1.57823037523965D-05 19 14 5.11489190470659D-05 19 15 1.09391973723283D-04 19 16 -6.44597207114949D-06 19 17 1.59119767018262D-05 19 18 -8.56903571518652D-06 19 19 2.14989118061435D-04 20 1 1.65028782321994D-04 20 2 -1.49300862413486D-04 20 3 -1.66436852501710D-04 20 4 -1.51844833947525D-05 20 5 -6.00792582014572D-05 20 6 -7.69247638474745D-05 20 7 5.70291325728869D-05 20 8 -8.28970287605655D-05 20 9 1.22392957527440D-05 20 10 7.24279030673228D-05 20 11 -1.11263469310395D-04 20 12 -2.33305593178489D-05 20 13 -1.01924949327471D-04 20 14 -9.55406556965600D-05 20 15 -1.18840781943482D-04 20 16 2.33198280614826D-05 20 17 -4.00494180093783D-05 20 18 -3.73391210746876D-05 20 19 -3.10207492124543D-04 20 20 7.26825517256082D-04 21 1 1.39663311374279D-04 21 2 -1.58916946432742D-04 21 3 -1.32702436354185D-04 21 4 -1.81417699596319D-06 21 5 -1.85212291592909D-05 21 6 -6.51172332192294D-05 21 7 1.20197209555938D-05 21 8 -3.81604835747793D-05 21 9 3.29803957582086D-05 21 10 2.09936599978626D-05 21 11 -5.31820825323179D-05 21 12 -2.88278467847252D-05 21 13 -1.59787675544742D-05 21 14 -4.14309677492916D-05 21 15 -1.74161367280607D-04 21 16 9.92178865408599D-06 21 17 -8.37883540250578D-06 21 18 1.75228210766139D-06 21 19 -1.80618119529967D-04 21 20 4.07282547413718D-04 21 21 3.43612803492725D-04 22 1 -7.01315629638508D-05 22 2 4.75246882292684D-05 22 3 -1.48540448932778D-05 22 4 -3.04888878156436D-05 22 5 -4.46853358698547D-06 22 6 -9.56152369568863D-06 22 7 2.49319685125412D-05 22 8 -1.87768975664037D-05 22 9 1.74427986010414D-06 22 10 7.25487550291276D-06 22 11 -7.95975527463784D-06 22 12 -1.31674396144114D-05 22 13 -2.44401420770339D-05 22 14 -3.04906652933461D-05 22 15 6.01988839161095D-07 22 16 -8.23875371240020D-06 22 17 -1.52455457747175D-06 22 18 -9.29880526292332D-06 22 19 -4.85088672816874D-05 22 20 4.32381102367784D-05 22 21 -4.98674404451713D-06 22 22 1.43288800489001D-04 23 1 3.65695961791887D-05 23 2 -2.23360509340711D-05 23 3 1.80225229843797D-05 23 4 -2.35526874412186D-05 23 5 -3.28252201301698D-06 23 6 1.80133349836578D-05 23 7 -1.22303434953466D-05 23 8 1.57913950585848D-05 23 9 -9.92700198299421D-06 23 10 -9.09732538494578D-06 23 11 1.25621685349369D-05 23 12 2.08309520096869D-06 23 13 5.37138313499564D-06 23 14 1.83560055579831D-05 23 15 1.80679104231396D-05 23 16 -9.35548869042112D-06 23 17 5.98186134379291D-06 23 18 -1.59564330760054D-06 23 19 4.09959517560171D-05 23 20 -6.11698591752163D-05 23 21 -3.03147987497143D-05 23 22 -1.83286639922595D-05 23 23 2.19362156507156D-05 24 1 -4.09692355331884D-05 24 2 2.06194416713468D-05 24 3 -1.28051511310107D-05 24 4 9.72447285155522D-06 24 5 6.42769420845035D-06 24 6 -1.52746399132375D-05 24 7 4.47367453444938D-06 24 8 -8.26791178622306D-06 24 9 1.56907508790851D-05 24 10 -6.88023458769167D-06 24 11 2.12643470236171D-06 24 12 -1.45664069797190D-05 24 13 -1.09102687756947D-05 24 14 -1.20630440442347D-05 24 15 -3.27784706181327D-05 24 16 3.48690959450268D-06 24 17 3.95550851060414D-06 24 18 2.88696566777186D-06 24 19 -1.44840469949814D-05 24 20 -8.09095856833448D-06 24 21 7.00600554571927D-06 24 22 6.17195998540993D-05 24 23 -1.17757676206043D-05 24 24 5.79563454562193D-05 25 1 -4.38399582056499D-05 25 2 4.19730934951580D-05 25 3 -1.04727676610191D-05 25 4 -3.27325427090079D-07 25 5 1.66769491004944D-06 25 6 -1.52927511367626D-05 25 7 1.76857757833568D-05 25 8 -1.31536450114239D-05 25 9 -2.11558003587553D-06 25 10 1.84472448979507D-05 25 11 -1.40816820052807D-05 25 12 2.10285952155277D-06 25 13 -1.62783643150118D-05 25 14 -1.69580252051153D-05 25 15 8.00187289673300D-06 25 16 7.87209622553607D-06 25 17 3.26490591850074D-07 25 18 -2.03033193794418D-05 25 19 -3.09042594328766D-05 25 20 6.62735021143496D-05 25 21 2.07987672109239D-05 25 22 6.33373331908413D-06 25 23 -1.03726942293118D-05 25 24 -6.16037597941797D-06 25 25 4.10119007128927D-05 26 1 4.41633680865903D-05 26 2 -3.91849643290153D-05 26 3 2.24244428542205D-05 26 4 -1.24013937378964D-05 26 5 -7.00962245678680D-06 26 6 2.75835438306331D-05 26 7 -1.64184419985519D-05 26 8 2.01818059531831D-05 26 9 7.48092670116904D-07 26 10 -1.99141761032427D-05 26 11 2.39306226654858D-05 26 12 3.58594709201852D-06 26 13 7.56593778718470D-06 26 14 1.00252745914301D-05 26 15 2.46468103363209D-05 26 16 -3.29457151268048D-06 26 17 1.45314577599127D-06 26 18 1.75413568237173D-05 26 19 6.51875897660702D-05 26 20 -1.26520459806572D-04 26 21 -5.83743025410481D-05 26 22 -9.21344958205054D-06 26 23 1.21612760720579D-05 26 24 7.06818232661072D-06 26 25 -5.56749343150361D-05 26 26 1.04963715976211D-04 27 1 -2.90630286478091D-05 27 2 2.38355573533113D-05 27 3 6.55483300367809D-07 27 4 1.74701797158708D-05 27 5 9.19883411960542D-06 27 6 -1.53193790063409D-05 27 7 -2.10620614226746D-06 27 8 -2.36737707939143D-06 27 9 4.61411064027785D-07 27 10 3.25474542592998D-07 27 11 -4.86075526094703D-07 27 12 9.78347196938720D-08 27 13 8.59359412469236D-06 27 14 4.08340928823544D-06 27 15 -1.82425221582454D-05 27 16 1.93007911751735D-06 27 17 2.09081588231798D-06 27 18 -1.00082327382095D-05 27 19 -8.39402705579936D-06 27 20 1.14419360646232D-05 27 21 1.54594253523391D-05 27 22 -1.21972587011201D-05 27 23 -2.57371684705974D-06 27 24 -8.11455958568775D-06 27 25 2.34413340799246D-05 27 26 -4.52241290230711D-05 27 27 3.50114152907584D-05 28 1 2.46228329141119D-12 28 2 -2.52250349606031D-12 28 3 3.37832373676510D-13 28 4 8.89962518604735D-13 28 5 5.03370469745247D-13 28 6 -1.15606636162115D-12 28 7 1.75763280723030D-13 28 8 -1.42643700172910D-13 28 9 8.95147877360473D-13 28 10 -4.47406585192541D-13 28 11 -2.44887601739052D-14 28 12 -4.23976580603220D-13 28 13 1.70228163294863D-12 28 14 -3.47962251449541D-13 28 15 -3.09833721228329D-12 28 16 -1.05987434281108D-12 28 17 -4.33319175005098D-13 28 18 1.10333417215032D-12 28 19 -1.53417827770558D-12 28 20 -2.59648274140004D-13 28 21 2.59722161968473D-12 28 22 -6.52260564961969D-13 28 23 -6.27143111655229D-13 28 24 -8.08315038474990D-13 28 25 -1.53661087909776D-12 28 26 3.85432145187990D-12 28 27 5.53168303376496D-13 28 28 6.14009625855529D-18 29 1 -4.53887953998499D-12 29 2 -2.24635211619081D-12 29 3 -1.05574015300677D-11 29 4 -2.66144875029712D-12 29 5 8.60680128582300D-13 29 6 -7.77524460158056D-12 29 7 6.46794240074317D-12 29 8 -5.70759114604328D-12 29 9 1.18287545890302D-11 29 10 2.13418269991696D-12 29 11 -5.55841561780434D-12 29 12 -7.99547509237159D-12 29 13 1.04236480414871D-11 29 14 -1.10044388312693D-12 29 15 -2.70861767129566D-11 29 16 -2.32005303115790D-12 29 17 -4.07722613346918D-13 29 18 9.96793369425861D-12 29 19 -1.64023393338744D-11 29 20 1.86511406819236D-11 29 21 2.29886508936071D-11 29 22 7.59770708548024D-12 29 23 -3.56223592706126D-12 29 24 8.42700005686959D-12 29 25 -7.00919558876114D-13 29 26 -9.29200599588551D-13 29 27 2.01976873105583D-13 29 28 4.34919255743220D-18 29 29 1.76524228200394D-17 30 1 -2.74759576132841D-13 30 2 -2.00050278016817D-12 30 3 1.43019329238238D-12 30 4 -1.75631862063720D-12 30 5 -2.75616303037369D-14 30 6 6.05036304801905D-14 30 7 4.13249472063405D-13 30 8 -2.48467893589116D-13 30 9 1.45919264580281D-12 30 10 -2.40360145501384D-12 30 11 1.32254026357690D-12 30 12 3.66313509581271D-13 30 13 1.17839059226804D-11 30 14 1.72316323279011D-13 30 15 -1.05184928130950D-11 30 16 -3.28665408465400D-12 30 17 -1.09093485404745D-12 30 18 2.80464715237322D-12 30 19 -5.02347852996618D-12 30 20 -7.89843894834626D-13 30 21 4.61411691791614D-12 30 22 2.28428343406726D-12 30 23 2.30506131397496D-13 30 24 9.36466067875644D-14 30 25 -1.73669209179158D-12 30 26 2.43193464649286D-12 30 27 -3.10102407537865D-13 30 28 2.06299974419296D-18 30 29 1.86132333484186D-19 30 30 1.49759563174367D-17 31 1 -6.39651996585732D-12 31 2 -2.45895434614091D-12 31 3 -9.28932175604614D-12 31 4 -3.17066312991406D-12 31 5 4.72649989894895D-13 31 6 -6.44907056732383D-12 31 7 3.15337218237195D-12 31 8 -4.15160295896199D-12 31 9 9.87268562334319D-12 31 10 -3.95061249174353D-13 31 11 -3.18116678409954D-12 31 12 -7.18749804350839D-12 31 13 1.95374377094656D-11 31 14 2.67384049110342D-13 31 15 -3.27452419005621D-11 31 16 -2.29577643335822D-12 31 17 -6.54401041292010D-13 31 18 1.14315298599377D-11 31 19 -1.67139072428658D-11 31 20 1.50379520997102D-11 31 21 2.38825357204235D-11 31 22 7.26714888194081D-12 31 23 -2.72745737355585D-12 31 24 9.48389235372312D-12 31 25 -9.86182126365142D-13 31 26 -2.60453338572376D-12 31 27 1.00050684390005D-12 31 28 6.34879254990911D-19 31 29 7.93717202610670D-18 31 30 6.66240498733671D-19 31 31 1.80001164515103D-17 32 1 3.51789915106391D-12 32 2 -3.23290257438083D-12 32 3 7.29445397244827D-13 32 4 3.02736051918537D-12 32 5 1.04862930806744D-13 32 6 1.37768492552717D-14 32 7 -1.53815270841882D-12 32 8 5.26599599317267D-13 32 9 1.69652335965223D-12 32 10 -2.49497772010324D-12 32 11 2.13299002295765D-12 32 12 -3.44437058454334D-13 32 13 -1.93390229048321D-12 32 14 -6.22162227235113D-13 32 15 5.44893846134032D-14 32 16 1.42682647079076D-12 32 17 5.30325000640716D-13 32 18 -1.00655442373866D-12 32 19 2.42833711169681D-12 32 20 -4.03499432230352D-12 32 21 -5.35201268843487D-13 32 22 -2.12365218525517D-12 32 23 1.86628113981423D-13 32 24 1.29733959250126D-12 32 25 -2.30969702752330D-12 32 26 4.40866639664207D-12 32 27 -1.90539243588516D-12 32 28 7.83558233236727D-19 32 29 -5.10269619592390D-19 32 30 1.03763203337256D-18 32 31 -8.25560178408845D-19 32 32 3.24096909933813D-18 33 1 -1.29371518497730D-12 33 2 1.82821026149740D-12 33 3 7.83624419153290D-13 33 4 -6.36898199398155D-12 33 5 -1.80670443319459D-12 33 6 2.09159106478075D-12 33 7 3.11261177969088D-12 33 8 -7.83280469126586D-13 33 9 -1.00867291958276D-12 33 10 1.61749312437741D-12 33 11 -6.30825397884838D-13 33 12 3.33386825730811D-13 33 13 1.57118317603996D-13 33 14 -6.66445241061917D-13 33 15 2.33056196805620D-12 33 16 -2.14359940339884D-12 33 17 -3.32459654156304D-13 33 18 -2.10413358104084D-12 33 19 -1.15123483290646D-12 33 20 2.58103230205909D-12 33 21 -2.01175566406338D-12 33 22 5.27656168140816D-12 33 23 3.49657423079122D-13 33 24 4.03719571046187D-13 33 25 7.93764197454481D-13 33 26 -5.39156003098393D-13 33 27 -8.18320374775908D-13 33 28 3.57131271230157D-19 33 29 1.02819876938301D-18 33 30 9.38411331822517D-19 33 31 6.82106144200814D-19 33 32 -6.62904464912950D-19 33 33 1.69158912634305D-18 34 1 4.10206248748251D-12 34 2 -4.41552034012412D-12 34 3 7.67728395910624D-13 34 4 5.83078468752071D-12 34 5 9.39521434211189D-13 34 6 -2.64233613249500D-12 34 7 -1.65145720124961D-12 34 8 -1.32342078989064D-13 34 9 2.18348349266128D-12 34 10 -3.05128001425615D-12 34 11 2.82786285707585D-12 34 12 1.55644392566430D-12 34 13 8.85095096601757D-13 34 14 -1.94314382241589D-13 34 15 -6.34733694270492D-12 34 16 2.69802095986732D-13 34 17 -1.41175277504446D-14 34 18 -1.85820974765341D-12 34 19 -2.97107718137550D-13 34 20 7.74749323023793D-13 34 21 5.88209184454748D-12 34 22 -5.47858359276617D-12 34 23 -8.24008393889144D-13 34 24 -1.22670650504272D-12 34 25 -6.09370526993671D-13 34 26 1.03811163101223D-12 34 27 1.68484555331718D-12 34 28 1.04262482678181D-18 34 29 -3.14964574874554D-19 34 30 1.83677442262420D-18 34 31 5.38020177925236D-20 34 32 1.05130947934687D-18 34 33 -3.26666152366173D-19 34 34 8.39643846617426D-18 35 1 -2.06073810701736D-12 35 2 -1.86195312230457D-12 35 3 -5.57585783365506D-12 35 4 -2.42600795341324D-12 35 5 2.59283369458276D-14 35 6 -4.34028902203575D-12 35 7 3.36533210788462D-12 35 8 -3.20478805732682D-12 35 9 5.60868729763474D-12 35 10 4.66433038558418D-13 35 11 -2.66567670589971D-12 35 12 -3.75338208669556D-12 35 13 7.25269440933532D-12 35 14 -7.95474531793861D-13 35 15 -1.71751278953033D-11 35 16 -2.02141925158127D-12 35 17 -7.28751345774651D-13 35 18 5.58667332595587D-12 35 19 -1.05547655523101D-11 35 20 1.20024564595291D-11 35 21 1.38334853622119D-11 35 22 6.58715690925886D-12 35 23 -1.43834072961517D-12 35 24 6.02569438461999D-12 35 25 -6.08787452870625D-13 35 26 -1.33348566559573D-12 35 27 -2.09870843005597D-13 35 28 6.14744763127632D-19 35 29 4.18354749775769D-18 35 30 1.75899522066602D-18 35 31 4.22609134148174D-18 35 32 -2.22116684157641D-19 35 33 8.18311127499515D-19 35 34 -6.65706442908243D-19 35 35 4.91551288682297D-18 36 1 2.89883024144073D-12 36 2 -2.90341716227254D-12 36 3 3.19580662091421D-13 36 4 2.40932725515270D-12 36 5 4.39437137233753D-13 36 6 -8.34060627670215D-13 36 7 -1.48572139402730D-12 36 8 7.02815607868858D-13 36 9 5.68727523817029D-13 36 10 -2.19514709708431D-12 36 11 2.04860023361428D-12 36 12 -2.53357776972036D-13 36 13 -1.61607390223392D-12 36 14 -1.17860738567047D-12 36 15 3.06911364907931D-14 36 16 8.78795555753436D-13 36 17 3.81162371656884D-13 36 18 -4.33770828704568D-13 36 19 1.47741429440632D-12 36 20 -2.34280686247684D-12 36 21 8.09149817191366D-13 36 22 -1.34675173870979D-12 36 23 2.34241980898223D-13 36 24 5.31640914420088D-13 36 25 -1.02065832025496D-12 36 26 2.61857628689183D-12 36 27 -7.38605260734666D-13 36 28 5.83515324422278D-19 36 29 -2.65571283332131D-19 36 30 7.52066108067289D-19 36 31 -3.40698147570010D-19 36 32 1.08741222138309D-18 36 33 -3.07142364135096D-19 36 34 8.99145893287069D-19 36 35 -1.22893288208503D-19 36 36 5.64813804292749D-18 37 1 -1.55682263567690D-12 37 2 1.21649806052802D-12 37 3 -3.87171915178577D-13 37 4 -4.78027557313485D-12 37 5 -9.58546349495915D-13 37 6 8.15234853179598D-13 37 7 3.44500629465046D-12 37 8 -1.47472664759524D-12 37 9 6.40330809241882D-13 37 10 1.16574083410816D-12 37 11 -9.32483941930588D-13 37 12 -5.16113280671887D-13 37 13 9.89579263920987D-13 37 14 -6.86336967703110D-13 37 15 -1.04032410492597D-12 37 16 -1.86727645582937D-12 37 17 -1.40951284872509D-13 37 18 -1.12791407740530D-12 37 19 -3.13431950700446D-12 37 20 4.07928089821808D-12 37 21 8.46429713424017D-13 37 22 5.18899903259102D-12 37 23 -3.55822561020457D-14 37 24 1.34082030459783D-12 37 25 5.49351003136290D-13 37 26 -1.06715030646962D-12 37 27 -5.71286048499889D-13 37 28 3.25505623225182D-19 37 29 1.60940069637046D-18 37 30 1.02388880709916D-18 37 31 1.34598421757880D-18 37 32 -4.60623716517516D-19 37 33 1.10607494556006D-18 37 34 -3.11287371131192D-19 37 35 1.24381692003380D-18 37 36 -1.68033149527950D-18 37 37 2.82371517064331D-18 38 1 2.28823925734766D-12 38 2 -2.02671505341742D-12 38 3 1.81665020552770D-13 38 4 2.16833627672590D-12 38 5 4.31084152733211D-13 38 6 -8.06911807445148D-13 38 7 -1.04162923705501D-12 38 8 3.63979326694506D-13 38 9 5.39954571849820D-13 38 10 -1.30141663135043D-12 38 11 1.18743215127511D-12 38 12 -3.57629639990988D-14 38 13 -2.07366969295191D-12 38 14 -5.25199676542902D-13 38 15 -1.19557169010399D-13 38 16 7.37825463079063D-13 38 17 4.32142104483746D-13 38 18 -8.35332241353254D-13 38 19 1.10353890623893D-12 38 20 -1.37874728960742D-12 38 21 7.14327724155253D-13 38 22 -1.12640746721033D-12 38 23 -5.14436626131303D-15 38 24 5.88649120475896D-13 38 25 -7.54817122502779D-13 38 26 1.52116405087040D-12 38 27 -2.27033329072078D-13 38 28 3.93029339223095D-19 38 29 -1.87422112229160D-19 38 30 4.37822811001448D-19 38 31 -1.99101455647455D-19 38 32 5.85074450824280D-19 38 33 -2.10439775098041D-19 38 34 8.10957297483407D-19 38 35 -9.45508552015627D-20 38 36 4.72841477765684D-19 38 37 -2.05453427120542D-19 38 38 4.61426479314617D-19 39 1 -1.21301882515620D-12 39 2 7.43201907872568D-13 39 3 -1.02722490305751D-12 39 4 -3.06050424457199D-12 39 5 -4.99282095954926D-13 39 6 -2.38716885606917D-13 39 7 2.62311293724836D-12 39 8 -1.26661252105489D-12 39 9 6.56015962492933D-13 39 10 1.10251647001926D-12 39 11 -1.04305465924484D-12 39 12 -7.48556040577746D-13 39 13 5.50886529374514D-13 39 14 -9.92500519494805D-13 39 15 -1.60421317671321D-12 39 16 -1.56882399216699D-12 39 17 -3.20796831756689D-13 39 18 3.40077970092845D-13 39 19 -3.21637830430350D-12 39 20 4.46374592105083D-12 39 21 1.87166288144081D-12 39 22 4.28800522286578D-12 39 23 -1.71945646950592D-13 39 24 1.29071640211067D-12 39 25 4.94177914858220D-13 39 26 -9.12767342809736D-13 39 27 -5.39756357281641D-13 39 28 2.57521081043272D-19 39 29 1.43800779636018D-18 39 30 7.61208658842553D-19 39 31 1.26695672586975D-18 39 32 -3.94239470715729D-19 39 33 7.88306256096496D-19 39 34 -3.32384821409314D-19 39 35 1.02674225337420D-18 39 36 -2.38021598437318D-19 39 37 8.63669389624463D-19 39 38 -2.24736222151770D-19 39 39 7.83412787894627D-19 40 1 2.18349407715934D-12 40 2 -1.32521879203746D-12 40 3 3.49435294817955D-13 40 4 2.34673774463999D-12 40 5 -2.02662378891417D-14 40 6 -4.92372733598462D-13 40 7 -1.47014692949082D-12 40 8 6.08320993414816D-13 40 9 -6.89931735996204D-14 40 10 -5.59868736692915D-13 40 11 6.50130828638867D-13 40 12 3.80848470377518D-13 40 13 -3.17669636446511D-12 40 14 -5.67083629245827D-13 40 15 1.85792115548433D-12 40 16 1.93327143962202D-12 40 17 7.11823887330819D-13 40 18 -2.08010784767051D-12 40 19 1.70744731065452D-12 40 20 -3.09286029347861D-13 40 21 1.97661255253505D-13 40 22 -3.13936748858322D-12 40 23 -7.39944147641371D-14 40 24 -3.32630857638651D-13 40 25 1.75179031457868D-13 40 26 3.25575549592982D-13 40 27 1.88222181308619D-13 40 28 -1.61134429032752D-20 40 29 -8.52469750332185D-19 40 30 -3.42837655321759D-19 40 31 -8.21929541212962D-19 40 32 5.73714755389762D-19 40 33 -5.31648939318345D-19 40 34 6.32618633771658D-19 40 35 -6.16860292485631D-19 40 36 3.49103184695048D-19 40 37 -5.34465413711369D-19 40 38 3.25171478208569D-19 40 39 -4.61548841698743D-19 40 40 8.27042598359887D-19 41 1 9.36948542326578D-13 41 2 5.99731838947721D-13 41 3 1.96794118243394D-12 41 4 -4.09041943348990D-12 41 5 -1.23869030228207D-12 41 6 2.62300876783302D-12 41 7 1.63302090610566D-12 41 8 -1.82958886841791D-13 41 9 -1.47371979949322D-12 41 10 4.26258860493345D-13 41 11 3.00097656066540D-13 41 12 7.67167045081531D-13 41 13 -1.41277293787710D-12 41 14 3.06481257884004D-14 41 15 4.62437409168647D-12 41 16 -1.21188064834724D-12 41 17 -1.39277364928139D-13 41 18 -2.87463351573210D-12 41 19 5.78585353927316D-13 41 20 -1.65531976825767D-13 41 21 -4.32518222100980D-12 41 22 3.04236639344215D-12 41 23 6.94081515652111D-13 41 24 -4.88924323200644D-13 41 25 9.79224202753564D-14 41 26 1.01938640175870D-13 41 27 -8.20031236034122D-13 41 28 1.72616597188886D-19 41 29 -3.56972290990715D-20 41 30 4.60307808864697D-19 41 31 -3.19788551413502D-19 41 32 -1.37221817366065D-19 41 33 7.75584828510194D-19 41 34 -2.65688485089150D-19 41 35 2.00695668812355D-19 41 36 -1.92418498336313D-19 41 37 6.03409515265279D-19 41 38 -1.40060821603509D-19 41 39 4.19098109711820D-19 41 40 -3.20202882590372D-19 41 41 8.75598341643127D-19 42 1 -1.05343780648441D-10 42 2 9.27124027511784D-11 42 3 -3.08482022416216D-12 42 4 1.52463811835335D-11 42 5 -1.12566721387748D-11 42 6 1.33948881811760D-11 42 7 1.71171207964799D-12 42 8 -7.69410386567446D-13 42 9 1.13925647261392D-13 42 10 7.04282741100314D-12 42 11 6.75121981283277D-13 42 12 1.51251172163071D-11 42 13 3.32748961855525D-12 42 14 1.12660531902812D-11 42 15 3.61984887129506D-11 42 16 1.04385554356885D-11 42 17 -1.17359270380010D-11 42 18 -4.99563820877180D-13 42 19 6.70008712182740D-11 42 20 -8.21397797757227D-11 42 21 -6.68354768318782D-11 42 22 -4.73038003880605D-12 42 23 -9.98145089753543D-13 42 24 -5.60632046738724D-13 42 25 5.30663424764376D-12 42 26 2.24639773410804D-12 42 27 6.14797939644637D-12 42 28 -5.77175603478534D-19 42 29 -5.59222068552917D-18 42 30 -3.77071138741930D-18 42 31 -7.69052002510252D-18 42 32 1.14340906093324D-18 42 33 -3.59985222201695D-19 42 34 2.16771854072746D-18 42 35 -4.75000254125328D-18 42 36 7.03979136063135D-19 42 37 -1.90979519864345D-18 42 38 1.21100114633202D-18 42 39 -1.81863394093387D-18 42 40 1.10673851455828D-18 42 41 -7.70984197363345D-19 42 42 3.38060815016454D-16 43 1 -4.12416904192436D-11 43 2 3.39133116706345D-11 43 3 1.60513808257925D-12 43 4 1.07571238763036D-11 43 5 1.27824400910676D-12 43 6 -5.67785760526377D-13 43 7 8.68733331036305D-13 43 8 -1.67606825961981D-12 43 9 2.05598767790384D-12 43 10 5.14571322103489D-12 43 11 -4.37279403924965D-12 43 12 4.49069519896587D-12 43 13 6.77232426338159D-12 43 14 3.42839206213570D-12 43 15 3.26888939921979D-12 43 16 3.54999787380590D-12 43 17 -2.46688851947786D-12 43 18 2.38565557664723D-12 43 19 1.26392952995326D-11 43 20 -2.32972981118981D-11 43 21 -1.88619332675168D-11 43 22 -1.99555282204377D-12 43 23 -1.94827451974896D-12 43 24 1.17925256966680D-12 43 25 3.50389845574906D-12 43 26 -4.85870499024085D-12 43 27 4.44413285472696D-12 43 28 -2.19449669353958D-18 43 29 -1.94351278633414D-18 43 30 -3.88859654064752D-18 43 31 -1.93656044208449D-18 43 32 -1.05512199889371D-18 43 33 -1.02857107660656D-18 43 34 -1.62282574995295D-18 43 35 -1.75967115835005D-18 43 36 -1.18159860594094D-18 43 37 -1.21158873038268D-18 43 38 -8.33475951028690D-19 43 39 -8.75059724537725D-19 43 40 6.42248246586536D-20 43 41 -6.95749572476412D-19 43 42 9.00372723435007D-17 43 43 3.91472582358448D-17 44 1 2.97520622108509D-12 44 2 -2.29649564739472D-12 44 3 -1.32423594899389D-13 44 4 3.79174157279385D-13 44 5 -2.19910552810510D-14 44 6 2.26269596922064D-14 44 7 -9.45749335112969D-13 44 8 3.79373507037868D-13 44 9 -4.05032457844696D-13 44 10 -4.71962553722952D-13 44 11 3.82133185942186D-13 44 12 1.05220556457836D-13 44 13 -5.74477438617736D-13 44 14 7.48629999147982D-13 44 15 -4.76989842440332D-13 44 16 -4.35755735306515D-13 44 17 -2.02276353235984D-14 44 18 -1.02271048166929D-13 44 19 6.15732206942893D-13 44 20 8.22608521632667D-13 44 21 1.17854177685637D-12 44 22 -1.47509984835510D-12 44 23 4.42654092318752D-13 44 24 -6.80430012981027D-13 44 25 -6.70868975931130D-14 44 26 -4.36688522705171D-13 44 27 4.90763216497075D-13 44 28 2.96911705010204D-20 44 29 -1.69609965164614D-19 44 30 7.07414924261846D-20 44 31 -5.78528317934423D-20 44 32 7.95825039628644D-20 44 33 -5.77461664941802D-20 44 34 3.43783978117884D-19 44 35 -4.27387237731126D-20 44 36 1.46117859579286D-19 44 37 -6.63408185918817D-20 44 38 1.11100050356043D-19 44 39 -5.44698006475854D-20 44 40 9.50583816099737D-20 44 41 -8.55340266885867D-20 44 42 1.77330470496777D-18 44 43 -2.48854277354495D-19 44 44 3.95092521012836D-19 45 1 -4.17284563769480D-12 45 2 1.88589757482093D-12 45 3 -2.89945247901599D-12 45 4 -7.70429912637560D-13 45 5 3.53617379819413D-13 45 6 -1.82292867480212D-12 45 7 2.23903152135382D-12 45 8 -1.93484028329559D-12 45 9 2.43389987721028D-12 45 10 9.16095348038554D-13 45 11 -1.69266283688293D-12 45 12 -1.69278338480092D-12 45 13 2.60590314795508D-12 45 14 -3.19021969947558D-13 45 15 -5.66155857294789D-12 45 16 -5.94340432115059D-13 45 17 -1.89768350947861D-13 45 18 3.00139570610809D-12 45 19 -4.33918374562290D-12 45 20 4.52199935499763D-12 45 21 4.19819003418136D-12 45 22 3.64655140679630D-12 45 23 -1.13010846182576D-12 45 24 2.52994219084022D-12 45 25 4.69190529724051D-13 45 26 -1.49514271847363D-12 45 27 -8.67030056292559D-14 45 28 -3.76685463971973D-20 45 29 1.74512286735012D-18 45 30 1.05634252582956D-19 45 31 1.58903203138771D-18 45 32 -4.52695602118882D-19 45 33 3.13951529843770D-19 45 34 -4.93321981891961D-19 45 35 9.50052726200071D-19 45 36 -3.32316414640675D-19 45 37 4.77759680057933D-19 45 38 -2.17859854137566D-19 45 39 4.27080114001023D-19 45 40 -3.80051371832945D-19 45 41 4.98163277773545D-20 45 42 -2.13553817642651D-18 45 43 -7.26811238955599D-20 45 44 -2.25925137793685D-19 45 45 7.14790114381217D-19 46 1 1.00832933276638D-12 46 2 -6.50978053589080D-13 46 3 -8.39389997720434D-13 46 4 3.39277359513167D-13 46 5 -7.75723208435577D-13 46 6 4.55106024775480D-13 46 7 -9.29194597794205D-13 46 8 -6.76770431140135D-14 46 9 4.75623846837439D-13 46 10 -8.61808007766987D-14 46 11 -7.41164066859633D-13 46 12 4.81792771999573D-13 46 13 2.85574337435042D-12 46 14 2.21536481557609D-12 46 15 -4.07225326069610D-12 46 16 -1.35482192094160D-12 46 17 -1.08186411619619D-12 46 18 1.97669171941026D-12 46 19 4.66009062914566D-13 46 20 3.74955731760382D-15 46 21 1.63816180603356D-12 46 22 -1.24185998451137D-12 46 23 4.47753065330679D-13 46 24 -2.87336764622963D-13 46 25 -1.05728919681046D-12 46 26 6.50548712480849D-13 46 27 1.71602048791011D-13 46 28 3.62074066897765D-19 46 29 3.74663569209939D-19 46 30 6.67974368563127D-19 46 31 4.58448306796563D-19 46 32 2.21978454555101D-19 46 33 2.73136710265593D-20 46 34 8.19576447200930D-19 46 35 2.95766278295047D-19 46 36 1.77513297441736D-19 46 37 4.06629780556898D-20 46 38 2.13088680695540D-19 46 39 5.44569925976689D-20 46 40 -3.85949391318879D-20 46 41 -7.86319705912580D-20 46 42 6.19468747186840D-18 46 43 2.06194368231158D-19 46 44 3.85200086019674D-19 46 45 -8.36223439215288D-20 46 46 2.79299296559277D-18 47 1 -4.13757510040051D-12 47 2 -2.15278992245413D-12 47 3 -7.33440427773449D-12 47 4 7.57083464527268D-13 47 5 1.54521131168565D-12 47 6 -5.72736353964982D-12 47 7 1.83438536245522D-12 47 8 -3.38318205637139D-12 47 9 6.94993306565362D-12 47 10 -1.49624310523269D-13 47 11 -2.87765822385002D-12 47 12 -4.37451662459560D-12 47 13 1.17894970558883D-11 47 14 7.74944626762875D-13 47 15 -2.31331831590816D-11 47 16 -1.22941335018749D-12 47 17 -3.08505199243512D-13 47 18 8.68795220704053D-12 47 19 -1.21035402470915D-11 47 20 1.17887082931619D-11 47 21 1.77287133129471D-11 47 22 3.54332190556338D-12 47 23 -2.78458273551598D-12 47 24 6.12374258444990D-12 47 25 -3.04276425735793D-13 47 26 -2.60226713283001D-12 47 27 1.07914349346505D-12 47 28 -8.97258069694698D-20 47 29 4.21955200284933D-18 47 30 7.81868299835728D-19 47 31 4.59284756420554D-18 47 32 -6.03608042207300D-19 47 33 1.77084655752888D-19 47 34 -1.17672796006945D-19 47 35 2.66095470571589D-18 47 36 -3.79175130584970D-19 47 37 6.80959061993056D-19 47 38 -2.69532533105573D-19 47 39 6.50142149304589D-19 47 40 -6.28488676759333D-19 47 41 -4.04448535877401D-19 47 42 -7.17996816471827D-18 47 43 -7.29013429003058D-19 47 44 -2.17597559709445D-19 47 45 1.18348048788045D-18 47 46 -8.39714472977845D-19 47 47 5.73947510673413D-18 48 1 2.16758147580606D-12 48 2 -1.09666484736991D-12 48 3 -5.03723375165601D-13 48 4 1.69177500462839D-12 48 5 -1.83214999122109D-13 48 6 -2.52364400371571D-13 48 7 -1.05416801266869D-12 48 8 2.36489432833724D-14 48 9 -2.07423122401372D-13 48 10 -7.05557028419775D-13 48 11 3.12431500751991D-13 48 12 3.66239666519614D-13 48 13 4.38097340117078D-13 48 14 1.53020908706959D-12 48 15 -2.57683080369895D-12 48 16 -1.55172148522968D-12 48 17 -1.11553285513191D-12 48 18 1.00505673058682D-12 48 19 4.79459357166086D-13 48 20 6.58187715604287D-13 48 21 1.47341985431049D-12 48 22 -9.64907216448724D-13 48 23 5.52036197886317D-13 48 24 -5.82111323999801D-13 48 25 -5.00542461238869D-13 48 26 -6.81090686799308D-13 48 27 1.27773361079768D-12 48 28 3.96596907822159D-20 48 29 -8.46954504280536D-20 48 30 1.36628284284572D-19 48 31 5.83573197796068D-20 48 32 -2.06177806991807D-20 48 33 -6.46445287740482D-20 48 34 5.28457008377049D-19 48 35 1.73555033482300D-19 48 36 7.05371940735387D-20 48 37 2.32616006304450D-20 48 38 1.06007962233871D-19 48 39 -7.58953376366925D-21 48 40 -6.87865955185035D-20 48 41 -6.39600003671334D-20 48 42 4.55305256193657D-18 48 43 2.37631776262795D-19 48 44 4.35328425607651D-19 48 45 -1.92707557071560D-19 48 46 9.27340066958816D-19 48 47 -1.58269828320359D-19 48 48 1.74411575174201D-18 49 1 -3.55132137182302D-12 49 2 -2.71686595288667D-12 49 3 -1.11580832488406D-11 49 4 1.27348880098784D-12 49 5 1.50003407751661D-12 49 6 -7.02900739396682D-12 49 7 2.35200745209503D-12 49 8 -4.06792073860060D-12 49 9 8.75968213656734D-12 49 10 1.35258068217626D-14 49 11 -3.42007623609725D-12 49 12 -6.14046886986564D-12 49 13 1.24568470548420D-11 49 14 1.73610378158232D-14 49 15 -2.82365749316330D-11 49 16 -9.05327337913217D-13 49 17 -5.95217332267108D-13 49 18 1.04715004217983D-11 49 19 -1.53170332664094D-11 49 20 1.60311160749006D-11 49 21 2.41208808953108D-11 49 22 3.76987578078472D-12 49 23 -3.49009366059087D-12 49 24 7.75920086160089D-12 49 25 -9.22410004948523D-14 49 26 -3.25849284839033D-12 49 27 1.45289072409968D-12 49 28 -3.80801984349822D-20 49 29 5.28280682097246D-18 49 30 5.72290520268747D-19 49 31 5.52086774468823D-18 49 32 -6.70646673299375D-19 49 33 1.75257474268759D-19 49 34 -5.59456661797287D-19 49 35 2.99584395745608D-18 49 36 -5.39065158755633D-19 49 37 7.07671686810558D-19 49 38 -4.10130195712674D-19 49 39 7.33173378669015D-19 49 40 -6.92090659542925D-19 49 41 -5.00542295387198D-19 49 42 -6.60480100501654D-18 49 43 1.82063297229520D-20 49 44 -2.42629742803123D-19 49 45 1.38675273897016D-18 49 46 2.77782728498299D-20 49 47 4.14322199684998D-18 49 48 -1.32624220127540D-20 49 49 6.43561166864003D-18 50 1 -5.58023769198029D-12 50 2 5.82227550175064D-12 50 3 9.92416892958590D-13 50 4 -3.04321682743428D-12 50 5 -2.14019407731072D-12 50 6 2.37807175403542D-12 50 7 1.39881553671668D-12 50 8 -1.96657501239994D-13 50 9 -1.05083660954526D-12 50 10 1.14577177610648D-12 50 11 1.47625278237740D-14 50 12 6.49549632226026D-13 50 13 2.29196554128781D-12 50 14 1.91017366435771D-13 50 15 2.89169235620540D-12 50 16 -8.19030234218316D-13 50 17 -1.14102968344601D-12 50 18 -6.22551142920623D-13 50 19 1.68931613156034D-12 50 20 -1.79652072533276D-12 50 21 -4.87273591622181D-12 50 22 2.05193238362921D-12 50 23 3.61411162517239D-13 50 24 -5.55331488297025D-13 50 25 8.64680600809275D-13 50 26 -1.11506417375752D-12 50 27 1.89725555069787D-13 50 28 -3.40150100455399D-19 50 29 -2.08669565670941D-19 50 30 -1.20662964855635D-19 50 31 -8.56948394028866D-20 50 32 -4.69809124275453D-19 50 33 4.64153567227145D-19 50 34 -4.43278457258672D-19 50 35 3.57696818302619D-20 50 36 -3.63713545446853D-19 50 37 3.67867617708416D-19 50 38 -2.85721630811650D-19 50 39 2.83032529200955D-19 50 40 -2.89465311296614D-19 50 41 3.01540755599695D-19 50 42 3.00493965681301D-18 50 43 8.81067411292072D-19 50 44 -1.36940988305851D-21 50 45 6.57703134438562D-20 50 46 1.03114408562663D-19 50 47 -2.13679403188189D-19 50 48 3.41825317591802D-19 50 49 -2.10446335286873D-19 50 50 1.57525939909150D-18 51 1 -1.16154464016745D-12 51 2 -3.92544072315939D-13 51 3 -2.05409583826058D-12 51 4 -2.07275885455747D-12 51 5 6.88661200106045D-13 51 6 -3.99355412791131D-13 51 7 1.48208503850098D-12 51 8 -1.07596398281688D-12 51 9 9.61394557482428D-13 51 10 1.40958466297195D-12 51 11 -2.14107127731398D-12 51 12 -1.05942587174346D-12 51 13 2.76668264114363D-12 51 14 3.13893606738239D-13 51 15 -3.81083698950541D-12 51 16 -5.45053885515310D-13 51 17 -7.59919750596750D-14 51 18 2.29336509371409D-12 51 19 -4.41209314796846D-12 51 20 4.65091195381489D-12 51 21 3.56047424215048D-12 51 22 2.31395809849416D-12 51 23 -7.79650282285276D-13 51 24 1.00585391837363D-12 51 25 2.19141766474172D-13 51 26 -1.18824378436345D-12 51 27 -4.97373913928181D-13 51 28 -2.26574753809566D-19 51 29 1.27273129419132D-18 51 30 -2.25926266045456D-19 51 31 1.15210961969823D-18 51 32 -6.06894880047017D-19 51 33 3.17299189614446D-19 51 34 -8.41553196805078D-19 51 35 6.76328825185490D-19 51 36 -5.09666499470887D-19 51 37 4.23004770744986D-19 51 38 -4.00013461510882D-19 51 39 3.78288032574801D-19 51 40 -4.21672223183687D-19 51 41 1.16565692355593D-19 51 42 -3.52246075949791D-18 51 43 1.22151218055824D-19 51 44 -1.52567656477463D-19 51 45 4.65007302686222D-19 51 46 -1.98372793159950D-19 51 47 8.66685727460680D-19 51 48 -2.66233173182291D-19 51 49 1.20196628011466D-18 51 50 -2.42381328431502D-19 51 51 1.46962092080729D-18 52 1 -6.56622227835566D-12 52 2 3.41670512464135D-12 52 3 7.90483492003958D-13 52 4 -3.48077454035779D-12 52 5 -1.37873987137120D-12 52 6 2.55269446675283D-12 52 7 4.42745030608948D-12 52 8 -3.33193049052270D-12 52 9 3.43526067457349D-12 52 10 -6.69808153757767D-14 52 11 2.43186225088213D-13 52 12 1.56090957760173D-13 52 13 6.20468169750373D-12 52 14 3.29249195652061D-14 52 15 -4.42671335726566D-12 52 16 -8.75279246430663D-13 52 17 -7.88987444270551D-13 52 18 -2.55763605985029D-12 52 19 -3.40363670614424D-12 52 20 1.48581374333570D-12 52 21 -9.48680958653851D-13 52 22 5.17635768546083D-12 52 23 -1.26383849461942D-12 52 24 2.78668619163136D-12 52 25 -1.41556596035168D-12 52 26 1.58489550870327D-12 52 27 -1.78818816667909D-12 52 28 -1.11335031123081D-19 52 29 8.54904267124390D-19 52 30 7.19411339019011D-19 52 31 1.18104553371629D-18 52 32 -2.31159627546100D-19 52 33 7.31158418893247D-19 52 34 -1.75940818395752D-20 52 35 8.88980803735384D-19 52 36 -2.93476947200271D-19 52 37 7.30285282439194D-19 52 38 -2.45761091838398D-19 52 39 5.69142926628897D-19 52 40 -4.57574289455273D-19 52 41 5.02867545224889D-19 52 42 -6.61058675287028D-19 52 43 7.96124273117864D-20 52 44 -1.61383643895726D-19 52 45 3.67325986700191D-19 52 46 5.02019901838417D-20 52 47 7.60736213324859D-19 52 48 4.83800015619010D-20 52 49 8.85929454324676D-19 52 50 4.44463996133893D-19 52 51 2.90075149129045D-19 52 52 1.01229703894063D-17 53 1 -2.88786893429246D-12 53 2 3.31713221735251D-12 53 3 1.93294878788430D-12 53 4 -2.32499966839143D-12 53 5 -2.69413169000640D-13 53 6 2.99426362321830D-12 53 7 -3.80064324964601D-14 53 8 5.82458129627883D-13 53 9 -2.92796380694636D-12 53 10 3.15941708630702D-12 53 11 -2.91699360762759D-12 53 12 1.98387651564536D-12 53 13 1.16327827798028D-12 53 14 7.05568661001534D-13 53 15 3.65695585797416D-12 53 16 -6.92812575305660D-13 53 17 -5.04171142718215D-13 53 18 -2.96107896002613D-12 53 19 -4.22837121776098D-13 53 20 7.69670506518459D-13 53 21 -3.48627031343914D-12 53 22 8.74175980817178D-13 53 23 2.72351002394046D-13 53 24 -1.51720327265681D-12 53 25 1.16968148565402D-12 53 26 -1.95657220039867D-12 53 27 3.24469789922645D-13 53 28 -2.77456379909658D-19 53 29 -4.33366100258426D-19 53 30 -2.06424594136494D-19 53 31 -4.00249394081409D-19 53 32 -6.09050537276466D-19 53 33 4.72020874659655D-19 53 34 -5.70266347869337D-19 53 35 -1.41655176394420D-19 53 36 -4.90814467441239D-19 53 37 3.39492996569441D-19 53 38 -3.51320655278395D-19 53 39 2.22737706286811D-19 53 40 -3.29616614039522D-19 53 41 3.43683996570364D-19 53 42 4.42093435018788D-19 53 43 6.11272201582402D-19 53 44 3.41162108293040D-20 53 45 -7.21014475872942D-20 53 46 1.09623589292347D-19 53 47 -4.35946941596332D-19 53 48 2.06199081851339D-19 53 49 -4.14759141130518D-19 53 50 4.69390246508687D-19 53 51 2.22583342843429D-19 53 52 -1.00205837702964D-18 53 53 4.74805382190982D-18 54 1 -7.65081176338548D-12 54 2 6.57818556657142D-12 54 3 1.51119619658650D-12 54 4 1.09568163185983D-12 54 5 1.42995280338341D-14 54 6 -1.50472309138247D-12 54 7 1.56621845644702D-12 54 8 -1.00504739352771D-12 54 9 1.84687985769890D-13 54 10 2.32692342283724D-12 54 11 -1.44181253237862D-12 54 12 1.08094195190512D-12 54 13 -5.79614567528838D-13 54 14 -2.00938105573914D-12 54 15 1.66422186439192D-12 54 16 1.05214421948313D-12 54 17 5.87843625106927D-14 54 18 -2.02999758066469D-12 54 19 -1.38174841498242D-12 54 20 1.75992332518224D-12 54 21 -2.10697483752112D-12 54 22 1.40047028475422D-12 54 23 -1.01642767487679D-12 54 24 1.34696777653272D-13 54 25 2.17078990754184D-12 54 26 -2.93850206138473D-12 54 27 1.06593844809188D-12 54 28 -1.09584598526415D-18 54 29 -5.93909559665703D-19 54 30 -1.36221628181569D-18 54 31 -3.84761017140994D-19 54 32 -6.20568322826028D-19 54 33 -1.00671231143715D-19 54 34 -8.25070494882026D-19 54 35 -3.41380757721178D-19 54 36 -6.14226811034618D-19 54 37 -1.27793936684237D-19 54 38 -4.64966292753179D-19 54 39 -4.88775683710203D-20 54 40 -1.05649421788554D-19 54 41 -2.29272214258319D-21 54 42 1.05139869912771D-18 54 43 3.00418027973836D-18 54 44 -2.54253886744110D-19 54 45 1.39474992081350D-19 54 46 -5.87974036295341D-19 54 47 1.16672874032040D-19 54 48 -1.32517604038841D-19 54 49 2.72961957642617D-19 54 50 4.85674606244536D-19 54 51 2.60809464843943D-19 54 52 2.78898713987887D-19 54 53 4.14982924380755D-19 54 54 3.68320929440521D-18 55 1 1.25942515944615D-12 55 2 -6.21089085805214D-12 55 3 -1.07943567427196D-11 55 4 1.93340157994058D-12 55 5 1.08865425389527D-12 55 6 -6.96981321372141D-12 55 7 2.74556350236430D-12 55 8 -3.67056644515669D-12 55 9 5.85601555263774D-12 55 10 3.74639064936859D-13 55 11 -3.19636104325763D-12 55 12 -4.84593122518113D-12 55 13 4.52836775059016D-12 55 14 -3.51936198441261D-12 55 15 -1.89202567470034D-11 55 16 -4.36386054412157D-13 55 17 -9.33458151120409D-13 55 18 7.58496700072615D-12 55 19 -1.51653442724833D-11 55 20 2.20622131864963D-11 55 21 2.32589963862617D-11 55 22 4.68222160890968D-12 55 23 -3.34573588486194D-12 55 24 5.23080204517493D-12 55 25 7.79103440816686D-14 55 26 -2.27472681944531D-12 55 27 -4.00414328578266D-13 55 28 -5.16959077664632D-20 55 29 3.73168993032204D-18 55 30 2.05251607524246D-19 55 31 3.68926019948335D-18 55 32 -5.26394063277016D-19 55 33 9.70261796521244D-20 55 34 -7.29374924876106D-19 55 35 2.05205896044967D-18 55 36 -4.28250109208991D-19 55 37 5.24702802110232D-19 55 38 -4.07569771734068D-19 55 39 6.16376552078517D-19 55 40 -4.82077593848501D-19 55 41 -2.70986723412132D-19 55 42 -1.09842666522761D-17 55 43 -9.23447682164145D-19 55 44 -4.42425873516452D-19 55 45 1.11756543998181D-18 55 46 -5.05907879370693D-19 55 47 2.83775909577312D-18 55 48 -6.74259656117800D-19 55 49 3.75938713482947D-18 55 50 -4.96742500646336D-19 55 51 1.03428189796606D-18 55 52 -6.12705172000037D-20 55 53 -5.31321863058191D-19 55 54 -2.42935164749450D-19 55 55 6.66991562834305D-18 56 1 -5.12398499438748D-12 56 2 3.76248559146887D-12 56 3 5.41559258119794D-13 56 4 -3.20940538659591D-12 56 5 -8.56449571734340D-13 56 6 1.42692507713923D-12 56 7 1.62969266810871D-12 56 8 -4.47034293339442D-13 56 9 -1.60642756566954D-13 56 10 1.37950225091684D-12 56 11 -6.15361880436971D-13 56 12 1.69622647760460D-13 56 13 3.29331025665585D-12 56 14 1.88908790905823D-13 56 15 3.50667364769962D-13 56 16 -1.04154751027181D-12 56 17 -1.41010466613380D-13 56 18 -3.63267212371493D-13 56 19 7.71429699056083D-15 56 20 -8.75309997942174D-13 56 21 -1.97766290084194D-12 56 22 2.38170726819713D-12 56 23 5.56494311513804D-14 56 24 -1.85544951405850D-13 56 25 6.83040724502620D-13 56 26 -1.07186185702487D-12 56 27 1.98337515193419D-13 56 28 -4.58085688238195D-19 56 29 2.87556644146060D-19 56 30 -3.04777161204731D-19 56 31 3.77322986622863D-19 56 32 -6.68595177130264D-19 56 33 4.37601536943243D-19 56 34 -7.61356649100201D-19 56 35 2.69379806666113D-19 56 36 -5.26250781138187D-19 56 37 3.96726353727658D-19 56 38 -4.43628436859802D-19 56 39 3.53845428170539D-19 56 40 -4.35826448912890D-19 56 41 2.69957021455690D-19 56 42 -8.09047273945211D-19 56 43 1.00389199126929D-18 56 44 -2.02947974418757D-19 56 45 3.24462406912407D-19 56 46 -2.36204282754738D-19 56 47 4.04155784617461D-19 56 48 -5.17809407700049D-20 56 49 5.35488001449440D-19 56 50 5.06674014337763D-19 56 51 3.97061034281682D-19 56 52 5.63788561824608D-19 56 53 4.19572876276344D-19 56 54 7.57201487494575D-19 56 55 2.26738997162673D-19 56 56 1.64623774344170D-18 57 1 -1.89053119555483D-12 57 2 2.42049731193737D-13 57 3 -2.44317287715034D-12 57 4 -4.25008320107858D-12 57 5 -6.96840792019645D-13 57 6 -3.60682394750645D-14 57 7 2.32288332858688D-12 57 8 -1.27593826900425D-12 57 9 1.37706952377869D-12 57 10 7.83880920684458D-13 57 11 -1.57187923093009D-12 57 12 -1.71227118335698D-12 57 13 6.42791349046573D-12 57 14 4.77716726712122D-13 57 15 -6.23825811470206D-12 57 16 -1.40975370627883D-12 57 17 -8.25179789535974D-13 57 18 4.22910896793383D-12 57 19 -5.08521493757004D-12 57 20 5.09610795221109D-12 57 21 4.20159871466871D-12 57 22 3.01377713376600D-12 57 23 -3.32658054708898D-13 57 24 1.23585459998027D-12 57 25 8.70840831324462D-14 57 26 -1.11341082949474D-12 57 27 -6.13854794906160D-13 57 28 2.69565479922195D-20 57 29 2.00678819296986D-18 57 30 4.74644934716446D-19 57 31 1.94538262731751D-18 57 32 -6.41850153951971D-19 57 33 7.22423741798445D-19 57 34 -7.37211197268501D-19 57 35 1.26067578402619D-18 57 36 -4.87664287077787D-19 57 37 8.30031526259205D-19 57 38 -3.89447579738569D-19 57 39 7.03903690609094D-19 57 40 -5.77491937116472D-19 57 41 3.06177269204535D-19 57 42 -3.28250087034569D-18 57 43 -5.25491944830085D-19 57 44 -1.74452329430448D-19 57 45 6.18019130332436D-19 57 46 -4.83438071748258D-20 57 47 1.18969423743929D-18 57 48 -1.40235897169029D-19 57 49 1.51458932945224D-18 57 50 2.84123896343454D-19 57 51 6.74384579354755D-19 57 52 3.27626625279872D-20 57 53 1.45092368893164D-19 57 54 1.41828142898334D-19 57 55 1.20002446476495D-18 57 56 9.17875120151506D-20 57 57 2.08438651693363D-18 58 1 -5.02040730322053D-12 58 2 3.89709055173518D-12 58 3 -9.89685784383711D-13 58 4 -2.72523630936105D-12 58 5 -2.69742259432618D-13 58 6 3.89467881535368D-13 58 7 3.62770826241708D-12 58 8 -1.84937659588816D-12 58 9 8.27829639852745D-13 58 10 2.02049895140740D-12 58 11 -1.82810402987178D-12 58 12 -4.36783076039856D-13 58 13 -1.00582090261572D-12 58 14 -1.53573373085611D-12 58 15 1.46496566610146D-12 58 16 -2.25780939847641D-13 58 17 -2.46837421441176D-14 58 18 -1.18991710903639D-12 58 19 -2.90897597621632D-12 58 20 3.77838428047000D-12 58 21 -7.20956655239665D-13 58 22 5.24504942303516D-12 58 23 -8.24512627426912D-13 58 24 1.71632370188170D-12 58 25 9.92984306460477D-13 58 26 -1.34331211935632D-12 58 27 -1.06124836214866D-12 58 28 -2.52651831833151D-19 58 29 1.08531797818940D-18 58 30 1.90963819040873D-20 58 31 8.52609192248356D-19 58 32 -5.87571367814367D-19 58 33 7.56243655000565D-19 58 34 -8.86889202074977D-19 58 35 7.55435282623577D-19 58 36 -4.63515202462755D-19 58 37 8.00043283960678D-19 58 38 -3.73334299840032D-19 58 39 6.80217517850743D-19 58 40 -5.26723382546523D-19 58 41 4.76930478181625D-19 58 42 -2.26268638862342D-18 58 43 -1.94595112739825D-19 58 44 -2.96661203016174D-19 58 45 5.93220633393749D-19 58 46 -3.51071343467024D-19 58 47 7.42174481196577D-19 58 48 -3.23961002879024D-19 58 49 8.45107613714168D-19 58 50 3.32489241280812D-19 58 51 6.35109590756546D-19 58 52 1.01820816520575D-18 58 53 4.48705405279002D-19 58 54 4.04533477088071D-19 58 55 5.46218174094280D-19 58 56 6.76722103317688D-19 58 57 8.04880235625574D-19 58 58 1.31227163735031D-18 59 1 -2.01572383765399D-12 59 2 3.21712427529645D-12 59 3 1.89372108186268D-12 59 4 -5.49773631492253D-12 59 5 -1.47810636060241D-12 59 6 2.65480958266845D-12 59 7 2.97947352755005D-12 59 8 -4.34150135212703D-13 59 9 -1.84734967719915D-12 59 10 1.88299396430195D-12 59 11 -5.90999213643598D-13 59 12 9.00526284696783D-13 59 13 -1.67345790954720D-12 59 14 -7.51926265847506D-13 59 15 6.11521255258232D-12 59 16 -1.80954335900567D-12 59 17 -3.86125757044486D-13 59 18 -2.87743501397729D-12 59 19 5.88156355911468D-13 59 20 2.28199851146082D-13 59 21 -5.39574711160271D-12 59 22 4.67667014009017D-12 59 23 7.51311318425817D-13 59 24 -5.77133628461634D-13 59 25 8.69194263466677D-13 59 26 -5.55282511233850D-13 59 27 -8.66601700155882D-13 59 28 1.06121496787013D-19 59 29 3.87472440353779D-19 59 30 4.60098704584918D-19 59 31 1.11060473769689D-19 59 32 -6.62241579824419D-19 59 33 1.14167986472819D-18 59 34 -6.77095510364080D-19 59 35 4.46618012747983D-19 59 36 -4.54850967144546D-19 59 37 9.69174458846627D-19 59 38 -3.63036629374718D-19 59 39 7.51708407990737D-19 59 40 -5.70835889023461D-19 59 41 7.51756777672843D-19 59 42 -1.42013636152242D-19 59 43 -4.68570987598744D-19 59 44 -9.30002569018472D-20 59 45 2.15494421098223D-19 59 46 -3.22260598287514D-20 59 47 -2.32037978666367D-19 59 48 8.83794393062099D-21 59 49 -3.39741557268538D-19 59 50 6.01016727774502D-19 59 51 2.32729072273882D-19 59 52 8.57036895642999D-19 59 53 5.45664378245663D-19 59 54 1.36070801573795D-19 59 55 -2.67479126539101D-19 59 56 6.20893191668829D-19 59 57 4.61756870475778D-19 59 58 8.30333552728339D-19 59 59 1.22571808672199D-18 60 1 -8.12170601785783D-12 60 2 7.84468005533702D-12 60 3 3.40550381851666D-12 60 4 9.90446384495598D-13 60 5 5.71117682863383D-13 60 6 -2.16650480268329D-12 60 7 3.05347010622018D-13 60 8 1.23277539218363D-13 60 9 -8.04481224349382D-13 60 10 2.72285805424373D-12 60 11 -2.33057535075339D-12 60 12 1.13537360310271D-12 60 13 2.60315343098584D-12 60 14 -3.02765684124649D-13 60 15 1.17587697359576D-12 60 16 7.30250414582220D-13 60 17 5.67105271516695D-13 60 18 1.43848408214556D-12 60 19 -1.53425858899801D-12 60 20 -1.50747961620076D-12 60 21 -4.68944075800943D-12 60 22 -4.56081246489822D-13 60 23 -5.38371357160752D-13 60 24 -1.39476784004829D-12 60 25 2.76001069993213D-12 60 26 -4.42696829248115D-12 60 27 1.89995448533340D-12 60 28 -1.76104158281924D-18 60 29 -1.22583337081755D-18 60 30 -2.52951420267951D-18 60 31 -9.07790681677009D-19 60 32 -1.27887345420859D-18 60 33 -7.19082133316696D-19 60 34 -1.96908555959393D-18 60 35 -1.03858089726885D-18 60 36 -1.11714456940922D-18 60 37 -6.84186817827684D-19 60 38 -9.79157014527797D-19 60 39 -4.31372112197816D-19 60 40 -1.76131968190791D-19 60 41 -3.32776066919280D-19 60 42 -6.85154053700241D-18 60 43 3.61185507683282D-18 60 44 -7.53685384411877D-19 60 45 2.25237468234079D-19 60 46 -1.47273713549117D-18 60 47 2.39516952080337D-19 60 48 -1.10560834227639D-18 60 49 3.72976457958122D-19 60 50 1.94580281898630D-19 60 51 5.79228898332861D-19 60 52 -4.71694294823982D-19 60 53 2.67848615544487D-19 60 54 2.10473822394289D-18 60 55 1.16668971303659D-18 60 56 9.02992954617220D-19 60 57 3.01579035709691D-19 60 58 2.43232648647074D-19 60 59 -2.01442445096245D-19 60 60 1.14735854040514D-17 61 1 -5.84449382838140D-13 61 2 -5.73610834628340D-12 61 3 -1.42367300489224D-11 61 4 2.55723323459162D-12 61 5 1.74600880244079D-12 61 6 -9.10512597528355D-12 61 7 4.94494607813145D-12 61 8 -6.54953164470630D-12 61 9 7.41508599564486D-12 61 10 2.34160937253263D-12 61 11 -6.58779531074418D-12 61 12 -3.91034935690055D-12 61 13 5.08409265052682D-12 61 14 -3.48010457286019D-12 61 15 -2.60068624392337D-11 61 16 -1.52413812493056D-12 61 17 -2.16439983100854D-12 61 18 7.95936090090192D-12 61 19 -2.06260417187166D-11 61 20 3.11836785300743D-11 61 21 3.09032459799750D-11 61 22 7.04836307545336D-12 61 23 -4.44896262596026D-12 61 24 6.73467284328743D-12 61 25 7.58154735445389D-13 61 26 -3.96306466977745D-12 61 27 2.46708924506217D-13 61 28 9.24054985861221D-19 61 29 5.34749527759912D-18 61 30 1.97881413588885D-18 61 31 5.29949145739057D-18 61 32 -4.73408115622774D-19 61 33 9.84547507824726D-19 61 34 6.66608475217536D-20 61 35 3.43873459485679D-18 61 36 -3.81187464119401D-19 61 37 1.45057917329351D-18 61 38 -2.33454738569941D-19 61 39 1.34653636297778D-18 61 40 -7.83606765915922D-19 61 41 1.93844073039852D-19 61 42 -7.40905586440417D-18 61 43 -1.46711137915549D-18 61 44 -3.00656934356578D-19 61 45 1.57692798485845D-18 61 46 9.02045574056137D-20 61 47 3.87647625622627D-18 61 48 -3.22320800756957D-19 61 49 4.73405133759199D-18 61 50 -5.81095060125933D-19 61 51 1.28082346838536D-18 61 52 4.83869857263802D-19 61 53 -3.40429621976854D-19 61 54 -4.50531119514673D-19 61 55 4.27453468434301D-18 61 56 -4.37268602984820D-20 61 57 1.65707774138552D-18 61 58 7.58029859002744D-19 61 59 1.60547103551302D-19 61 60 -5.18403480339243D-18 61 61 1.37161232740495D-17 62 1 -2.73220003234576D-12 62 2 1.87022985461704D-12 62 3 -1.66557396215802D-13 62 4 -2.73940894307612D-12 62 5 4.08685902095709D-13 62 6 5.76548735002506D-13 62 7 1.07777630507914D-12 62 8 -7.54199862371473D-14 62 9 -6.31478283313094D-13 62 10 1.52592588520276D-12 62 11 -1.35286593990159D-12 62 12 -4.68023838699830D-13 62 13 2.48102436533053D-12 62 14 -5.09776065393339D-14 62 15 5.39853677047624D-13 62 16 -1.59429238472619D-13 62 17 3.40641657001442D-14 62 18 1.59214537968801D-12 62 19 -1.75134556104214D-12 62 20 2.82317555475300D-13 62 21 -8.99269234715135D-13 62 22 1.45244744023021D-12 62 23 -2.45710831139900D-13 62 24 -3.02935987270239D-13 62 25 8.45200286873347D-13 62 26 -8.70323575341492D-13 62 27 -2.40279984005363D-13 62 28 -4.82829853583955D-19 62 29 9.56659351660619D-20 62 30 -7.40386452266382D-19 62 31 8.34185976524942D-20 62 32 -6.62203353638997D-19 62 33 2.86170179700721D-20 62 34 -1.25049614653158D-18 62 35 -1.13785958642043D-19 62 36 -5.76600625291594D-19 62 37 2.17303170948757D-20 62 38 -5.26331990647717D-19 62 39 7.82384212214039D-20 62 40 -3.13110071297781D-19 62 41 6.10942074962239D-20 62 42 -4.36064063827189D-18 62 43 9.01269112461493D-19 62 44 -4.91480623906735D-19 62 45 3.50114791110736D-19 62 46 -8.58462573680156D-19 62 47 4.56452911178604D-19 62 48 -8.11298223928043D-19 62 49 5.23005567562042D-19 62 50 -5.69522985700658D-20 62 51 5.25748814286157D-19 62 52 -2.31501805809424D-19 62 53 1.22081481145129D-19 62 54 4.87995750546920D-19 62 55 1.09213356867644D-18 62 56 2.99895264581346D-19 62 57 4.51055190154587D-19 62 58 3.00764063173959D-19 62 59 1.82959254175634D-19 62 60 1.89476933782255D-18 62 61 5.42021768615935D-19 62 62 1.57095384923308D-18 63 1 -3.37007002988343D-12 63 2 1.76265506645571D-13 63 3 -5.45989072822184D-12 63 4 -3.78746331498322D-12 63 5 -3.41189253437658D-13 63 6 -3.65378952780252D-12 63 7 4.67821240083666D-12 63 8 -3.56215140879710D-12 63 9 4.88625315845102D-12 63 10 7.63137170746375D-13 63 11 -2.26254236398608D-12 63 12 -3.88776205362650D-12 63 13 5.85149924422907D-12 63 14 -7.84705453714153D-13 63 15 -1.39311065261238D-11 63 16 -3.25236938893073D-12 63 17 -5.72331827272374D-13 63 18 6.22104207977884D-12 63 19 -9.98164550965111D-12 63 20 1.10406821910978D-11 63 21 1.07134644356153D-11 63 22 8.93568739791223D-12 63 23 -1.61716925224701D-12 63 24 5.61950080095644D-12 63 25 1.62923094912566D-13 63 26 -2.07692286446623D-12 63 27 -5.07698091378919D-13 63 28 6.79898195342708D-19 63 29 4.55275575472014D-18 63 30 1.67690608890243D-18 63 31 4.15083283689992D-18 63 32 -5.90874284796396D-19 63 33 1.37455915864574D-18 63 34 -3.49377741044137D-19 63 35 2.88093689212094D-18 63 36 -3.99078090800511D-19 63 37 1.67827786568862D-18 63 38 -2.69814335782642D-19 63 39 1.43326336562942D-18 63 40 -8.88270360496558D-19 63 41 5.41126454133735D-19 63 42 -3.92774946393774D-18 63 43 -1.58751045007575D-18 63 44 -2.01297751240589D-19 63 45 1.29553316048384D-18 63 46 1.82774125789558D-19 63 47 2.64649359440858D-18 63 48 -7.48469536319487D-20 63 49 3.02224618356291D-18 63 50 1.35469637426015D-19 63 51 9.35228952749885D-19 63 52 5.96470669144194D-19 63 53 -7.08500579376076D-20 63 54 -2.14003609439008D-19 63 55 2.33808483927233D-18 63 56 4.77315006129478D-19 63 57 1.61455333160077D-18 63 58 1.16888583116922D-18 63 59 8.50885526251536D-19 63 60 -7.98592407647664D-19 63 61 3.94837762645903D-18 63 62 4.12968806725270D-20 63 63 4.04948920540460D-18 64 1 -3.78230055604124D-12 64 2 3.20801810330814D-12 64 3 2.40924490027030D-13 64 4 -1.32045090756186D-12 64 5 -7.98727207063939D-14 64 6 3.83554369905313D-13 64 7 5.08916391344851D-13 64 8 3.63274343631463D-14 64 9 -9.19140775045151D-13 64 10 1.27716911213589D-12 64 11 -1.36697457132454D-12 64 12 1.61660081836973D-13 64 13 3.62136309974473D-12 64 14 5.65698048167784D-13 64 15 1.41347600888089D-13 64 16 -1.99088314826906D-13 64 17 -4.30746901565059D-13 64 18 2.21093747654146D-12 64 19 -1.29777533435949D-12 64 20 -3.32158238146362D-13 64 21 -1.54484583396672D-12 64 22 4.30393203007624D-13 64 23 -2.58835945614710D-13 64 24 -1.21104914439568D-12 64 25 7.61767734289491D-13 64 26 -1.34145742636519D-12 64 27 5.36613045223990D-13 64 28 -6.13282444229888D-19 64 29 -1.69057969997903D-19 64 30 -9.92750051524774D-19 64 31 -1.23205942317436D-19 64 32 -8.70754051954438D-19 64 33 -5.54983865893832D-20 64 34 -1.29896714838303D-18 64 35 -2.77887218911224D-19 64 36 -7.48780922901130D-19 64 37 -7.03915003329618D-20 64 38 -6.32644524410652D-19 64 39 -1.19388287212948D-21 64 40 -3.56240724061114D-19 64 41 3.18636297740047D-20 64 42 -4.03755912825893D-18 64 43 1.46936178393909D-18 64 44 -5.27267549208013D-19 64 45 3.04303789371629D-19 64 46 -8.57111901990245D-19 64 47 3.78949464604045D-19 64 48 -8.03384994209405D-19 64 49 4.82808540074993D-19 64 50 -4.62936130965974D-20 64 51 5.72537743512628D-19 64 52 -2.20778980818468D-19 64 53 2.52067505257782D-19 64 54 7.30225155585928D-19 64 55 1.01271764240794D-18 64 56 3.96457676534581D-19 64 57 4.14240549333774D-19 64 58 2.67125725055025D-19 64 59 1.25813340342308D-19 64 60 2.36622054128027D-18 64 61 5.68338222413262D-19 64 62 1.18921760091456D-18 64 63 1.10980104251278D-19 64 64 1.86019432674454D-18 65 1 -3.60149330761561D-12 65 2 -1.98844473471420D-12 65 3 -8.30771903523501D-12 65 4 -2.89341465646024D-12 65 5 7.59643923815099D-13 65 6 -5.98100398536781D-12 65 7 5.32530377828335D-12 65 8 -4.99296381295865D-12 65 9 7.78726239645895D-12 65 10 6.60424874673853D-13 65 11 -3.28115068035405D-12 65 12 -5.57485893958127D-12 65 13 8.88952179113018D-12 65 14 -1.34802586252551D-12 65 15 -2.21683226895712D-11 65 16 -2.97267583781911D-12 65 17 -4.86331269599014D-13 65 18 7.95781050570530D-12 65 19 -1.49809595960119D-11 65 20 1.66856479235751D-11 65 21 1.86171449257789D-11 65 22 9.46531054235227D-12 65 23 -2.61213386891508D-12 65 24 7.86321556719932D-12 65 25 1.07845469605099D-13 65 26 -2.73636461160242D-12 65 27 -1.93513752035225D-13 65 28 8.35165305834192D-19 65 29 5.77546160344349D-18 65 30 2.00935172788461D-18 65 31 5.51486822551299D-18 65 32 -4.18601845413297D-19 65 33 1.22576650735263D-18 65 34 -1.82489537085259D-19 65 35 3.60257508465000D-18 65 36 -3.08813104795352D-19 65 37 1.71215916222772D-18 65 38 -2.08637836709167D-19 65 39 1.51500387344439D-18 65 40 -8.68513195070845D-19 65 41 3.35534977789502D-19 65 42 -5.88884844984013D-18 65 43 -1.66883246892509D-18 65 44 -2.33480577325343D-19 65 45 1.58048716744453D-18 65 46 1.84956233225410D-19 65 47 3.63456911827708D-18 65 48 -1.40787511162878D-19 65 49 4.24624765968762D-18 65 50 -9.29610955068372D-20 65 51 1.09227230420902D-18 65 52 7.15505109158722D-19 65 53 -3.59039660172275D-19 65 54 -3.57530520547573D-19 65 55 3.35262478340998D-18 65 56 3.54926209089461D-19 65 57 1.82663825642993D-18 65 58 1.07677638990207D-18 65 59 5.47401419198516D-19 65 60 -8.53578870230565D-19 65 61 5.41790707503873D-18 65 62 3.39913742885520D-19 65 63 4.23144775688496D-18 65 64 -1.03282863674021D-19 65 65 5.72955584805280D-18 66 1 -2.78444991854698D-12 66 2 2.68334573470352D-12 66 3 -1.99661381992983D-12 66 4 -3.61219826352349D-12 66 5 1.92195725998389D-13 66 6 -2.18004564043207D-13 66 7 3.94447163013871D-12 66 8 -1.62543522743261D-12 66 9 2.01376399932694D-12 66 10 2.55590391614189D-12 66 11 -2.23308404635556D-12 66 12 -2.65668355237607D-12 66 13 -3.82601618830509D-12 66 14 -8.63539992842475D-13 66 15 2.56687758290781D-12 66 16 -7.03942011571542D-13 66 17 3.74979116444197D-13 66 18 1.26970008226170D-12 66 19 -1.29017461151900D-12 66 20 2.00851310348061D-12 66 21 -1.79811299250972D-12 66 22 5.31822200654207D-12 66 23 -3.53469981338448D-13 66 24 2.39821305648670D-12 66 25 3.98174536582593D-13 66 26 -1.83489658522781D-13 66 27 -1.57913308992500D-12 66 28 -1.16119643675626D-19 66 29 1.88193857399532D-18 66 30 -6.09634043779088D-19 66 31 9.66570703990529D-19 66 32 -4.82517524534144D-19 66 33 5.67536925578844D-19 66 34 -1.47215792913613D-18 66 35 7.56778445918668D-19 66 36 -5.18988321831593D-19 66 37 7.01247219348552D-19 66 38 -4.07116806911724D-19 66 39 5.97913317773769D-19 66 40 -4.85636988794796D-19 66 41 3.47381696692102D-19 66 42 -2.86493427714310D-18 66 43 -4.37822313271270D-19 66 44 -4.55072693231974D-19 66 45 7.35545685977869D-19 66 46 -6.43142628786220D-19 66 47 7.98203959083228D-19 66 48 -7.07192649941410D-19 66 49 9.48239370352502D-19 66 50 -2.85533786231665D-20 66 51 7.22314455237129D-19 66 52 -6.47650243314687D-20 66 53 1.33582170637427D-19 66 54 1.48853025368873D-19 66 55 1.27669255852936D-18 66 56 2.72573273986008D-19 66 57 7.64387581515031D-19 66 58 8.21763632242968D-19 66 59 6.58997885784448D-19 66 60 5.69332147479334D-19 66 61 1.98341573431469D-18 66 62 8.77479183614247D-19 66 63 1.42868204251538D-18 66 64 7.73230789058512D-19 66 65 1.43606947255657D-18 66 66 1.00464930985512D-17 67 1 -3.76353351204949D-13 67 2 1.97019459918712D-12 67 3 4.03549234170267D-13 67 4 -7.19162538713860D-12 67 5 -1.68062301835572D-12 67 6 1.79825082616419D-12 67 7 3.10195476002412D-12 67 8 -4.01781079492725D-13 67 9 -3.21613570648044D-12 67 10 2.17177379325920D-12 67 11 -1.08258516367926D-12 67 12 6.22399222207806D-13 67 13 -3.59922552769017D-12 67 14 -1.39393114131398D-12 67 15 5.31704562360919D-12 67 16 -2.81988964451000D-12 67 17 -2.50007534154620D-13 67 18 -1.82701830918366D-12 67 19 -1.34289303029691D-12 67 20 3.67853575322341D-12 67 21 -3.19009913377602D-12 67 22 8.72237877299154D-12 67 23 4.80136385817074D-13 67 24 1.47719858716811D-12 67 25 1.33387264445395D-12 67 26 -1.31990721229264D-12 67 27 -1.38518006111224D-12 67 28 3.31868105391864D-19 67 29 1.34038752983916D-18 67 30 1.12351965880475D-18 67 31 9.93851754751905D-19 67 32 -8.47395909226150D-19 67 33 1.81223589139653D-18 67 34 -7.54089013083312D-19 67 35 1.27008112463293D-18 67 36 -5.52067024393307D-19 67 37 1.71649327371114D-18 67 38 -3.59178860241039D-19 67 39 1.35328145499457D-18 67 40 -8.31903006109586D-19 67 41 1.14317813502715D-18 67 42 -1.29991962824712D-18 67 43 -1.56502215471968D-18 67 44 -1.63473503046425D-19 67 45 6.94869325908745D-19 67 46 -3.62600004743421D-20 67 47 5.08844358548626D-19 67 48 -8.77775577305141D-20 67 49 2.56053150106860D-19 67 50 4.92103843352947D-19 67 51 5.97386978555968D-19 67 52 3.21647615381857D-19 67 53 5.87999284684850D-19 67 54 -6.91846807350943D-20 67 55 5.05782873525670D-19 67 56 5.68371410488715D-19 67 57 1.10487880207680D-18 67 58 1.20545960466307D-18 67 59 1.57499017774830D-18 67 60 -6.57932466251316D-19 67 61 1.61770681960558D-18 67 62 3.05566564170990D-19 67 63 2.36238213279737D-18 67 64 7.02191718226395D-20 67 65 2.18333641490288D-18 67 66 -9.32180692181956D-19 67 67 1.01574094446003D-17 68 1 -1.83754638897931D-12 68 2 2.87232569038660D-12 68 3 -1.10269387152797D-13 68 4 -7.00711043005791D-13 68 5 -3.73475093394410D-13 68 6 -1.30203066385214D-13 68 7 4.90978531756510D-13 68 8 -4.57045013217814D-13 68 9 -1.53390277866591D-12 68 10 2.08605745253471D-12 68 11 -3.45795060203189D-12 68 12 1.70714805630877D-12 68 13 5.18550261683042D-12 68 14 1.61567409163110D-12 68 15 -2.98434383579512D-12 68 16 -8.31253011758221D-13 68 17 -8.09427590782699D-13 68 18 3.26667580160802D-12 68 19 -4.98898899391782D-12 68 20 4.21619878617714D-12 68 21 1.33628224373259D-12 68 22 -5.60366071559416D-13 68 23 -4.48538389942799D-13 68 24 -2.33765758485244D-12 68 25 1.15635577920961D-12 68 26 -3.15777376403490D-12 68 27 7.86257878990210D-13 68 28 -1.10663125159374D-18 68 29 -6.67152376777390D-19 68 30 -1.25703819749712D-18 68 31 -2.97972628088490D-19 68 32 -1.37131817480383D-18 68 33 -2.03963044443040D-19 68 34 -1.55552311176400D-18 68 35 -4.06722817299181D-19 68 36 -1.19849364894203D-18 68 37 -2.06764177764494D-19 68 38 -9.77910424300386D-19 68 39 -1.07690784099128D-19 68 40 -5.66943528289245D-19 68 41 6.25834951512026D-21 68 42 -9.15786801642882D-18 68 43 2.11360288732569D-18 68 44 -7.04573135985661D-19 68 45 2.86267562696692D-19 68 46 -1.19586074530488D-18 68 47 5.72635928884512D-19 68 48 -1.10048066941881D-18 68 49 5.76460941527906D-19 68 50 -5.81149108941215D-20 68 51 7.19144467399520D-19 68 52 -3.26517123628854D-19 68 53 3.02362698044130D-19 68 54 1.16656797418836D-18 68 55 1.54414159120103D-18 68 56 6.92436051309642D-19 68 57 4.35494254077191D-19 68 58 3.16067575026305D-19 68 59 -1.24972311138807D-20 68 60 3.67830100475771D-18 68 61 1.51529957025608D-18 68 62 1.62446556673930D-18 68 63 1.31757635950685D-19 68 64 2.45563952884332D-18 68 65 8.24485763253799D-20 68 66 1.73857589748115D-19 68 67 -2.93000637317489D-19 68 68 1.37809809324301D-17 69 1 -6.51898261792923D-12 69 2 -3.30571762652628D-12 69 3 -1.12427439649876D-11 69 4 -9.92284412687414D-13 69 5 1.98005528485613D-12 69 6 -9.16951615817309D-12 69 7 5.45184445167726D-12 69 8 -6.46651612316891D-12 69 9 1.09759571489204D-11 69 10 3.33723920956579D-13 69 11 -4.22496966430539D-12 69 12 -6.71367836016083D-12 69 13 1.52002418071527D-11 69 14 -1.70444674500265D-12 69 15 -3.32189361895332D-11 69 16 -2.95676611375123D-12 69 17 -1.17879825744859D-12 69 18 1.09801823553755D-11 69 19 -1.96097908243014D-11 69 20 2.19324397346239D-11 69 21 2.78911404227634D-11 69 22 8.97815826017938D-12 69 23 -3.68864874760122D-12 69 24 9.54482185254903D-12 69 25 1.13619259401826D-13 69 26 -3.34360628262203D-12 69 27 9.52799711447572D-13 69 28 1.56786234757500D-18 69 29 7.27802351121128D-18 69 30 3.27213670343096D-18 69 31 7.27968216132528D-18 69 32 -3.02292387017148D-20 69 33 1.23459888289796D-18 69 34 5.96559757947280D-19 69 35 4.59631910228400D-18 69 36 1.09329059778393D-19 69 37 1.83365336897156D-18 69 38 6.00265885874660D-20 69 39 1.70248224348549D-18 69 40 -7.88865438609237D-19 69 41 1.27609898572561D-19 69 42 -3.59291867308348D-18 69 43 -1.52213919962287D-18 69 44 -1.24921268946033D-19 69 45 1.88121674916919D-18 69 46 6.63820869126728D-19 69 47 4.74925880350764D-18 69 48 8.32066168655067D-20 69 49 5.67196732448016D-18 69 50 -3.92806969981613D-19 69 51 1.21707530774691D-18 69 52 1.02634281651473D-18 69 53 -5.62759948395063D-19 69 54 -9.09903037065700D-19 69 55 4.09314260037138D-18 69 56 -6.10313094961555D-20 69 57 2.17233863896590D-18 69 58 8.34299095897968D-19 69 59 2.96322860897656D-19 69 60 -2.00624088459825D-18 69 61 7.38952189742099D-18 69 62 4.39010718331404D-20 69 63 4.84299950344350D-18 69 64 -3.95506471049551D-19 69 65 6.71957975062726D-18 69 66 1.04993398994861D-18 69 67 1.51676676307218D-18 69 68 -7.02677418153062D-18 69 69 1.67461217246607D-17 70 1 -2.43211596124079D-12 70 2 1.73215661555236D-12 70 3 -5.95874740107747D-13 70 4 -1.49767470081451D-12 70 5 -1.58947314972996D-13 70 6 -1.12538935003080D-13 70 7 1.56516414621274D-12 70 8 -5.59815620612120D-13 70 9 8.01695046118925D-13 70 10 4.27946325741078D-13 70 11 -7.33806531644866D-13 70 12 -6.09322796226275D-13 70 13 7.82583967162169D-13 70 14 -6.30265644721536D-13 70 15 -4.31213692563000D-13 70 16 4.56096255981881D-13 70 17 -2.02361693373596D-13 70 18 1.98492718513142D-12 70 19 -8.94987399562663D-13 70 20 -7.11979536464668D-13 70 21 -1.18102304192841D-12 70 22 2.33336649752552D-12 70 23 -8.49760878969086D-14 70 24 2.13382873011933D-12 70 25 -7.40350867594115D-13 70 26 1.35001872726804D-12 70 27 -1.99048147162006D-12 70 28 -1.72310887171172D-19 70 29 7.05914513345590D-19 70 30 -6.26184551485525D-20 70 31 7.89131251697622D-19 70 32 -2.24368785011565D-19 70 33 2.69440348171325D-19 70 34 -8.41009336026647D-19 70 35 4.78902910851977D-19 70 36 -3.03335712823493D-19 70 37 2.99405978922221D-19 70 38 -2.78269889810798D-19 70 39 2.77451372689531D-19 70 40 -2.66825111265680D-19 70 41 1.50453823414250D-19 70 42 -2.73906928492623D-18 70 43 1.33727711347189D-19 70 44 -4.15457427281307D-19 70 45 4.15689633755213D-19 70 46 -5.52924021040345D-19 70 47 6.30657534860353D-19 70 48 -7.61077186247555D-19 70 49 7.00576325983185D-19 70 50 -1.59373964082620D-19 70 51 5.11562979146420D-19 70 52 7.80578053824146D-20 70 53 5.75635217945186D-20 70 54 -1.75775729930418D-21 70 55 9.23767210715538D-19 70 56 4.61186926258735D-20 70 57 5.84225990419798D-19 70 58 3.76703070736932D-19 70 59 3.00105171408083D-19 70 60 8.58461762557045D-19 70 61 1.02552947100195D-18 70 62 5.78052011211744D-19 70 63 7.16030316962715D-19 70 64 8.39951791924853D-19 70 65 7.34940766707384D-19 70 66 7.75125507548210D-19 70 67 4.45629908634723D-19 70 68 9.05030595109671D-19 70 69 1.09079748391032D-18 70 70 2.83558590105658D-18 71 1 -2.14490064653084D-12 71 2 2.18948129116373D-12 71 3 -7.34397553530510D-13 71 4 -7.60076833029098D-12 71 5 -1.88524836118897D-12 71 6 1.04354038408990D-12 71 7 4.70721837093848D-12 71 8 -1.90979588539142D-12 71 9 2.75532898761032D-13 71 10 1.93579948534261D-12 71 11 -1.74491788657067D-12 71 12 -5.80009415477226D-13 71 13 1.05010415240586D-12 71 14 -9.60339749584176D-13 71 15 -1.60055592478948D-12 71 16 -2.64655444645022D-12 71 17 1.42312926247418D-13 71 18 -1.11936058883155D-12 71 19 -3.99019945014068D-12 71 20 5.25794870326793D-12 71 21 1.10723335498522D-12 71 22 7.76839745306515D-12 71 23 4.87204727891851D-13 71 24 2.83238514617807D-12 71 25 9.20876108868886D-13 71 26 -1.57663126500500D-12 71 27 -1.22435549729300D-12 71 28 1.56395964595208D-19 71 29 2.38372704320366D-18 71 30 1.23931101802462D-18 71 31 2.06569594793650D-18 71 32 -8.00506127951526D-19 71 33 1.64026851508798D-18 71 34 -6.94079361482088D-19 71 35 1.79086469029684D-18 71 36 -6.43334814242835D-19 71 37 1.62693161930205D-18 71 38 -3.96130747164668D-19 71 39 1.30152332899465D-18 71 40 -8.63683358730283D-19 71 41 9.23752640366099D-19 71 42 -2.49597946240915D-18 71 43 -1.32150504800076D-18 71 44 -2.67641371771619D-19 71 45 8.95960729266371D-19 71 46 -9.52261017743541D-20 71 47 1.31763444721723D-18 71 48 -2.50103141467253D-19 71 49 1.24171803568856D-18 71 50 3.71844608473084D-19 71 51 7.17590832458406D-19 71 52 7.84894659236835D-19 71 53 4.51823599720286D-19 71 54 -1.65833445575290D-19 71 55 1.03768981992459D-18 71 56 5.21938690864637D-19 71 57 1.27226863680405D-18 71 58 1.20026768038757D-18 71 59 1.41246609961977D-18 71 60 -6.16581238960808D-19 71 61 2.24672561542897D-18 71 62 2.74907153656350D-19 71 63 2.56584763946875D-18 71 64 3.06404987600575D-19 71 65 2.52049162863085D-18 71 66 1.00352884823799D-18 71 67 2.78173500796948D-18 71 68 3.37075170945755D-19 71 69 2.58106029167336D-18 71 70 1.65097589714810D-18 71 71 4.95718423638827D-18 72 1 -1.75086329977094D-12 72 2 1.16824496650173D-12 72 3 -9.59949725102142D-13 72 4 -6.60768887096327D-12 72 5 -1.60574401015425D-12 72 6 2.51796885195697D-12 72 7 1.61391609987619D-12 72 8 -4.21821020471986D-13 72 9 4.06295393610804D-13 72 10 1.05909025882408D-12 72 11 -1.39371060723925D-12 72 12 -1.92416510039547D-12 72 13 5.66062990825917D-12 72 14 2.00051986363243D-12 72 15 -1.77613502852816D-12 72 16 -7.53854471033938D-13 72 17 -5.25167247076780D-13 72 18 3.32264566334032D-12 72 19 -1.66003579516292D-12 72 20 1.05229962356353D-12 72 21 -1.42075356779583D-12 72 22 2.47140056436636D-12 72 23 2.48719594004351D-13 72 24 1.05920906140192D-12 72 25 -3.25885741424334D-14 72 26 -5.23315307245255D-13 72 27 -1.22511099744476D-12 72 28 -2.88337489921705D-19 72 29 1.21518369600800D-18 72 30 -3.45660439021453D-19 72 31 1.05190255010118D-18 72 32 -5.48137446681646D-19 72 33 3.92132032892970D-19 72 34 -1.29854943478907D-18 72 35 6.19706207293549D-19 72 36 -6.28131663853005D-19 72 37 5.28278482555468D-19 72 38 -4.79916673458330D-19 72 39 4.10768361724507D-19 72 40 -4.80943736151263D-19 72 41 2.46102058893679D-19 72 42 -2.13936469517372D-18 72 43 5.39712838326900D-19 72 44 -4.18385408471084D-19 72 45 5.68917307153138D-19 72 46 -5.03986225777504D-19 72 47 8.10618473609318D-19 72 48 -6.64078568700613D-19 72 49 8.88969990658521D-19 72 50 -4.55733974242516D-20 72 51 7.03041298847574D-19 72 52 -8.86348002801569D-20 72 53 2.03358693563347D-19 72 54 6.45336146961081D-20 72 55 1.09184191577514D-18 72 56 2.09153140454777D-19 72 57 8.10093370160905D-19 72 58 4.85366778770065D-19 72 59 3.92659460789255D-19 72 60 9.37146988569766D-19 72 61 1.76138467239444D-18 72 62 8.70182422437097D-19 72 63 1.13301095740386D-18 72 64 1.08132625529600D-18 72 65 1.41373581523301D-18 72 66 1.38540507425694D-18 72 67 8.19391898631679D-19 72 68 1.82793674852723D-18 72 69 1.54807704650421D-18 72 70 1.12676748259279D-18 72 71 8.42663672201801D-19 72 72 5.74844404979146D-18 73 1 -7.58543177566317D-13 73 2 2.62249890494236D-12 73 3 -3.41852446775794D-13 73 4 -5.13623128475310D-12 73 5 -6.57915635790590D-13 73 6 1.27031312828095D-13 73 7 5.26142017450215D-12 73 8 -2.13418041841025D-12 73 9 -5.94629368943820D-13 73 10 2.53387638888968D-12 73 11 -1.46840157367385D-12 73 12 8.51609942296270D-14 73 13 -8.66648790452181D-12 73 14 -2.04300285544278D-12 73 15 6.26623069570233D-12 73 16 -2.84234495482907D-12 73 17 1.27288197537616D-13 73 18 -3.18135174389032D-12 73 19 -1.24845382482250D-12 73 20 4.70141107979330D-12 73 21 -3.04903275267551D-12 73 22 9.53588657266647D-12 73 23 1.47483735487773D-13 73 24 2.03978840111332D-12 73 25 1.32085950044875D-12 73 26 -1.29515718794231D-12 73 27 -1.35133278527216D-12 73 28 5.64982775820999D-19 73 29 1.87151165797819D-18 73 30 1.09257946763145D-18 73 31 9.98883916651647D-19 73 32 -6.52248507787495D-19 73 33 1.82823301236579D-18 73 34 -5.42367667606024D-19 73 35 1.42649381361373D-18 73 36 -4.02972981412874D-19 73 37 1.77074030055798D-18 73 38 -2.28460367928336D-19 73 39 1.40382705956026D-18 73 40 -8.02878152806519D-19 73 41 1.15917108261949D-18 73 42 -1.76767628363391D-19 73 43 -1.77207911279986D-18 73 44 -1.00405944595347D-19 73 45 7.36225603106502D-19 73 46 8.33096841666196D-20 73 47 4.85870774670800D-19 73 48 3.23191760420313D-20 73 49 2.44734073168616D-19 73 50 4.24103001431277D-19 73 51 5.40134684399630D-19 73 52 5.62664416406048D-19 73 53 4.78554192846743D-19 73 54 -3.24592139776596D-19 73 55 2.64264356365164D-19 73 56 4.82723562329787D-19 73 57 9.61513035235367D-19 73 58 1.29382841975964D-18 73 59 1.64070109844492D-18 73 60 -1.16516196853016D-18 73 61 1.73656169824992D-18 73 62 -2.27885126517737D-20 73 63 2.47249608018804D-18 73 64 -2.29560619502213D-19 73 65 2.26789385003253D-18 73 66 1.73759022743660D-18 73 67 3.38778330631777D-18 73 68 -4.34231566167066D-19 73 69 1.75430814891260D-18 73 70 2.88189875494204D-19 73 71 2.70977974890187D-18 73 72 -7.32571189305112D-19 73 73 5.22585590116120D-18 74 1 -1.07003950648734D-11 74 2 7.20644503829160D-12 74 3 2.99945489651589D-13 74 4 -1.41778562525005D-12 74 5 2.43921843081129D-12 74 6 5.22021093574046D-13 74 7 7.12650732772421D-12 74 8 -3.84309374757135D-12 74 9 8.26557996112010D-12 74 10 2.21128003651031D-12 74 11 -5.03853932700669D-12 74 12 -2.07202115446715D-12 74 13 8.18045337883093D-12 74 14 -2.75185895533768D-12 74 15 -4.26850473865237D-12 74 16 1.89746437134447D-12 74 17 -1.77299994209486D-13 74 18 6.72886954769218D-12 74 19 -8.88513544154304D-12 74 20 -5.00036026602802D-12 74 21 -4.62852609010807D-12 74 22 4.49152622584481D-12 74 23 -3.24943548655786D-12 74 24 4.38920256082257D-12 74 25 -2.90392546656192D-12 74 26 1.04148758425835D-11 74 27 -9.23657541897819D-12 74 28 1.64051780367216D-19 74 29 2.04778229929255D-18 74 30 1.75423376981518D-19 74 31 1.91675626731398D-18 74 32 1.62797577216348D-19 74 33 -2.06792734210791D-19 74 34 -1.39720349089783D-18 74 35 8.67804832117734D-19 74 36 -9.59599844054119D-19 74 37 5.89946726438826D-19 74 38 -4.66246902545795D-19 74 39 2.92056475438931D-19 74 40 -1.19039829931975D-19 74 41 -1.92880720162939D-19 74 42 -7.47754992109670D-18 74 43 6.57180048901408D-19 74 44 -6.87486356050387D-19 74 45 8.92223992665238D-19 74 46 -6.70363526219676D-19 74 47 1.52165547988968D-18 74 48 -1.56662165192269D-18 74 49 1.76230466333154D-18 74 50 -5.03018857132811D-19 74 51 1.22692354584319D-18 74 52 4.48128125647727D-19 74 53 9.83354501193170D-20 74 54 2.97452855262912D-20 74 55 2.09927958246067D-18 74 56 -1.25906547875076D-19 74 57 9.83028908706031D-19 74 58 3.13931176914450D-19 74 59 1.07446669290208D-19 74 60 2.71621567337402D-18 74 61 2.94687001500425D-18 74 62 1.37916920743348D-18 74 63 7.22973144054549D-19 74 64 1.24374847954044D-18 74 65 1.45664235915296D-18 74 66 3.14368932739168D-18 74 67 -2.70741099284693D-18 74 68 2.57054047745376D-18 74 69 2.61352773333842D-18 74 70 2.16566552516843D-18 74 71 -1.66957763233984D-18 74 72 3.76296665886733D-18 74 73 -1.30880338020030D-18 74 74 6.73636307007493D-16 75 1 -1.19148253111218D-11 75 2 1.13178518633578D-11 75 3 2.69973043680608D-12 75 4 -7.31795333227801D-12 75 5 4.15321136120380D-13 75 6 3.06927324355409D-12 75 7 8.72581800758147D-12 75 8 -3.99299912896136D-12 75 9 2.30030675483197D-12 75 10 5.35123319829806D-12 75 11 -5.87828298045204D-12 75 12 1.52734652968545D-13 75 13 4.70437786833872D-12 75 14 -2.43513613293004D-12 75 15 2.64777457079588D-12 75 16 -1.77117811954901D-12 75 17 -1.79598043509834D-13 75 18 1.87493347372526D-12 75 19 -8.27643604610334D-12 75 20 -2.02740354878274D-12 75 21 -9.44623443696984D-12 75 22 1.06157501505036D-11 75 23 -1.72015801688217D-12 75 24 3.24729132607343D-12 75 25 -1.16810648542612D-13 75 26 4.50035280409017D-12 75 27 -6.54581498533915D-12 75 28 -5.22591374447374D-19 75 29 2.24552842399514D-18 75 30 -6.93601098486055D-21 75 31 1.67061363641782D-18 75 32 -1.35191327342501D-18 75 33 1.37347733945364D-18 75 34 -1.96789098791518D-18 75 35 1.34596755806013D-18 75 36 -2.00687634985126D-18 75 37 1.72828557900099D-18 75 38 -9.95601679121881D-19 75 39 1.24636681601860D-18 75 40 -9.92822027530399D-19 75 41 8.39541955679518D-19 75 42 -4.32028711651705D-18 75 43 8.35934355154997D-19 75 44 -5.35730879398371D-19 75 45 1.12773766955709D-18 75 46 -3.54510962665195D-19 75 47 1.32599562900200D-18 75 48 -9.01371162106712D-19 75 49 1.18945091808474D-18 75 50 5.17165166278886D-19 75 51 1.34091780260050D-18 75 52 1.00154552667746D-18 75 53 9.40327870427195D-19 75 54 6.93780344196636D-19 75 55 1.38607984277504D-18 75 56 7.92954118934877D-19 75 57 1.54662342902496D-18 75 58 1.36229921295440D-18 75 59 1.60021454301936D-18 75 60 1.63982067224145D-18 75 61 2.40500919401973D-18 75 62 1.46723642813820D-18 75 63 2.05379229592992D-18 75 64 1.35109753847152D-18 75 65 2.14065065494993D-18 75 66 2.41006196461098D-18 75 67 1.58870028976300D-18 75 68 2.02913682626489D-18 75 69 2.17604627368079D-18 75 70 1.53092847817438D-18 75 71 2.03549412179615D-18 75 72 2.87188073465899D-18 75 73 1.74841811044306D-18 75 74 2.56788573783229D-16 75 75 1.34836641675375D-16 76 1 6.78567464403841D-12 76 2 -7.19724787583112D-12 76 3 3.23719011046765D-12 76 4 -1.07205648982799D-11 76 5 -1.20258766931442D-12 76 6 2.96700388527332D-12 76 7 3.70712639223325D-12 76 8 -2.89092605144723D-12 76 9 3.52010161156929D-12 76 10 -1.66250035959179D-12 76 11 1.65832538088117D-12 76 12 -1.84237886106754D-12 76 13 3.38745144780421D-12 76 14 -5.21317885083536D-13 76 15 -3.16786409272397D-12 76 16 -6.70592189672937D-13 76 17 4.31273257688323D-12 76 18 -7.56321274929445D-12 76 19 -5.74631716923796D-12 76 20 2.32947917306695D-12 76 21 2.82920727663795D-12 76 22 6.07183930742240D-12 76 23 1.68871742423516D-12 76 24 1.91894498389833D-12 76 25 -1.15199321050081D-12 76 26 1.82294293488203D-12 76 27 -1.89900405942792D-12 76 28 1.55380078732730D-18 76 29 2.60410010390348D-18 76 30 2.64563305022303D-18 76 31 2.22164083762662D-18 76 32 5.91732202375052D-19 76 33 1.30042491909325D-18 76 34 8.40873597535011D-19 76 35 1.78391245000204D-18 76 36 8.55538745595850D-19 76 37 1.66244698710994D-18 76 38 4.18456974945163D-19 76 39 9.66405190188500D-19 76 40 -2.99363572379556D-19 76 41 6.21891663990735D-19 76 42 1.17433719686486D-18 76 43 -7.83029668657080D-19 76 44 2.62395178706962D-19 76 45 3.49949741292735D-19 76 46 5.47412437075775D-19 76 47 3.91020996098612D-19 76 48 -3.67450607226973D-19 76 49 -7.02063852514263D-19 76 50 -4.10866520544200D-19 76 51 -1.45437844597695D-21 76 52 4.08965146425275D-19 76 53 -4.79336583589825D-19 76 54 -1.87792463506407D-18 76 55 1.81587771220296D-19 76 56 -5.94969038154414D-19 76 57 5.89029301961576D-19 76 58 1.98630143150381D-19 76 59 7.34862381021769D-19 76 60 -2.65794648945755D-18 76 61 1.84928080596220D-18 76 62 -9.78106198185627D-19 76 63 2.46236419434898D-18 76 64 -1.01581312482103D-18 76 65 2.74542489441921D-18 76 66 4.43204370106945D-19 76 67 1.91382860429292D-18 76 68 -1.29053692158505D-18 76 69 3.42242134447351D-18 76 70 7.40784166391917D-19 76 71 2.35709811672560D-18 76 72 8.42009973928400D-19 76 73 2.34070130300836D-18 76 74 -5.51515883960871D-19 76 75 -1.55471207809500D-19 76 76 7.47971695473476D-17 77 1 1.28037852612643D-12 77 2 2.36600036671785D-12 77 3 2.13630398445784D-12 77 4 -1.01448449214576D-11 77 5 -9.16036433416109D-13 77 6 3.54928046490276D-12 77 7 1.69190537759921D-12 77 8 2.87880632856598D-12 77 9 -7.10622849013514D-12 77 10 2.98496288026414D-12 77 11 -6.87458107475222D-13 77 12 -1.13498515312651D-12 77 13 4.17626404533391D-12 77 14 -2.96107078815318D-13 77 15 4.74057064152468D-12 77 16 -7.17240848201661D-12 77 17 -2.20765450104379D-12 77 18 7.26037583250736D-12 77 19 -2.31404523398363D-12 77 20 -2.13846124830587D-12 77 21 -7.53051549698848D-12 77 22 8.69379674833844D-12 77 23 1.62986057510578D-12 77 24 -1.23998232179587D-13 77 25 8.03992392076212D-13 77 26 -6.28831081441507D-13 77 27 -1.79077411275095D-12 77 28 -1.65572972678215D-19 77 29 1.17420643601902D-18 77 30 6.87956249008895D-19 77 31 1.09775915159752D-18 77 32 -1.67352278373423D-18 77 33 1.81897807149037D-18 77 34 -1.80095937289515D-18 77 35 1.19717665974415D-18 77 36 -1.25045631494889D-18 77 37 1.44269052492827D-18 77 38 -9.42102408544490D-19 77 39 1.52765522001131D-18 77 40 -1.30109882237202D-18 77 41 1.17595269942567D-18 77 42 -2.29546416776728D-18 77 43 1.72076278692513D-18 77 44 -3.10673519026868D-19 77 45 7.96341547250780D-19 77 46 -2.06582232423616D-19 77 47 8.01968049798524D-19 77 48 3.04688352652932D-19 77 49 1.54796790431576D-18 77 50 1.08957033347917D-18 77 51 1.11906744774876D-18 77 52 8.32292454751339D-19 77 53 1.31575467902835D-18 77 54 8.45021684266405D-19 77 55 5.59373235219900D-19 77 56 1.46594703781716D-18 77 57 1.69694634331008D-18 77 58 1.74473420639478D-18 77 59 2.03825495181809D-18 77 60 7.83481579310513D-19 77 61 8.76674026680849D-19 77 62 6.53440822555972D-19 77 63 2.20921303561760D-18 77 64 8.68077827852063D-19 77 65 1.72087832080375D-18 77 66 1.10156465534273D-18 77 67 3.11280125666695D-18 77 68 1.35407969572521D-18 77 69 8.73180270280675D-19 77 70 3.91552849251592D-19 77 71 2.60545824367497D-18 77 72 9.54172464926165D-19 77 73 2.71102056552241D-18 77 74 4.63338897608767D-19 77 75 4.17601657757999D-18 77 76 -2.53359101931464D-17 77 77 4.49414020978887D-17 78 1 3.95378951488449D-12 78 2 -3.63295736850657D-12 78 3 4.99230185798050D-12 78 4 -9.18964674528182D-12 78 5 -1.43331574763810D-12 78 6 6.26489716173888D-12 78 7 -2.63969055866522D-12 78 8 6.41774300183783D-12 78 9 -2.39816686255170D-12 78 10 -2.79487321591444D-12 78 11 7.65354854599040D-12 78 12 1.60107653755646D-12 78 13 2.97801454953091D-12 78 14 3.95297520231977D-12 78 15 8.33373818481016D-12 78 16 9.96817076469520D-13 78 17 2.41534145529750D-12 78 18 -3.54567218313208D-12 78 19 1.82380231438179D-11 78 20 -2.44958147625498D-11 78 21 -1.06450681148287D-11 78 22 -9.93824522064538D-12 78 23 2.87287841469566D-12 78 24 -4.20288405013732D-12 78 25 -1.60423221776875D-12 78 26 6.24946000440037D-12 78 27 -4.00243411634560D-13 78 28 2.99477289085596D-19 78 29 -1.37760091154626D-18 78 30 3.87673215928314D-19 78 31 -1.54820444470585D-18 78 32 4.14520072899703D-19 78 33 -1.55665136519361D-19 78 34 4.33932838583173D-19 78 35 -9.94121539935168D-19 78 36 1.52244204955779D-19 78 37 -1.80428496364522D-19 78 38 1.06538656442469D-19 78 39 -3.24847881260784D-19 78 40 2.72301182644991D-19 78 41 2.45015213814250D-20 78 42 1.89229336313939D-18 78 43 -3.36281947684511D-19 78 44 5.95459228951528D-20 78 45 -5.94938760871497D-19 78 46 -1.82372729264852D-19 78 47 -1.23906637555656D-18 78 48 -3.75680495795316D-19 78 49 -1.27217773647822D-18 78 50 -7.01727864980729D-20 78 51 -2.59014214397191D-19 78 52 -3.98993580963073D-19 78 53 -2.74963445979102D-20 78 54 -3.44399272857137D-19 78 55 -9.32988557922199D-19 78 56 -2.29976793007420D-19 78 57 -2.32781567605797D-19 78 58 -5.55250702653805D-19 78 59 2.72786508040900D-20 78 60 -3.85535910862371D-19 78 61 -1.64318848436228D-18 78 62 6.35419116083656D-20 78 63 -1.11048484859592D-18 78 64 -7.32185519635213D-20 78 65 -1.49526939444984D-18 78 66 -3.72571235329239D-19 78 67 -5.46924537277203D-19 78 68 -7.07050505556497D-19 78 69 -1.72670164261039D-18 78 70 -3.53277668111608D-20 78 71 -4.94109326561837D-19 78 72 -2.85095696816350D-19 78 73 -5.10063015471108D-19 78 74 -4.05032305438203D-19 78 75 -8.60722193088992D-19 78 76 -6.10320791839222D-19 78 77 -1.86479369516633D-19 78 78 2.29495058247152D-17 79 1 -6.13973080909628D-13 79 2 8.81408653536533D-13 79 3 -2.56963579793186D-12 79 4 -1.28409347543952D-11 79 5 -2.98182352279827D-12 79 6 2.13002035797823D-12 79 7 5.59924544001995D-12 79 8 -1.97496782121188D-12 79 9 3.88606318900902D-13 79 10 4.29748009575432D-12 79 11 -4.18834538855712D-12 79 12 -1.33670552688516D-12 79 13 4.13290467765640D-12 79 14 -2.59186032917080D-13 79 15 -3.77932438880679D-12 79 16 -2.54245887558812D-12 79 17 -8.72395507032417D-13 79 18 -9.63803762678590D-15 79 19 -8.00283734599436D-12 79 20 1.23680211351394D-11 79 21 4.67525301204056D-12 79 22 8.53393232623215D-12 79 23 -1.48494684015569D-13 79 24 1.83063680090378D-12 79 25 1.43657844998813D-12 79 26 -2.82421374705909D-12 79 27 -1.32919081090719D-12 79 28 3.64317117019590D-19 79 29 3.22385868374112D-18 79 30 1.43080833575162D-18 79 31 2.56945076403690D-18 79 32 -1.15566222102423D-18 79 33 1.77846621835989D-18 79 34 -1.02601611993424D-18 79 35 2.16205652854214D-18 79 36 -1.18567982831255D-18 79 37 2.05923274350589D-18 79 38 -5.22995613712273D-19 79 39 1.47779132848919D-18 79 40 -9.45552373925888D-19 79 41 9.48367131225504D-19 79 42 -3.63568386819821D-18 79 43 -1.75821766705221D-18 79 44 -2.04775381931658D-19 79 45 9.94514715632912D-19 79 46 -1.69920716965548D-20 79 47 1.51122429906009D-18 79 48 -2.35499506446800D-19 79 49 1.63293130857440D-18 79 50 4.39165497928245D-19 79 51 1.07079327898771D-18 79 52 9.56769290772024D-19 79 53 7.48591818891834D-19 79 54 -2.84483660584367D-19 79 55 1.30253895192389D-18 79 56 6.05839085002544D-19 79 57 1.66237038026306D-18 79 58 1.38981078802060D-18 79 59 1.58439373963596D-18 79 60 -8.28734734432458D-19 79 61 2.90095764222440D-18 79 62 4.35098723796473D-19 79 63 2.86029926170721D-18 79 64 2.67496954224795D-19 79 65 3.02306345745608D-18 79 66 1.41509475225319D-18 79 67 2.77858952237662D-18 79 68 3.88147890857790D-19 79 69 3.27588310018669D-18 79 70 7.96181329941818D-19 79 71 2.81094190565498D-18 79 72 1.42448731610899D-18 79 73 2.78959443654078D-18 79 74 1.46067858935919D-18 79 75 3.14462331275905D-18 79 76 2.04375258646143D-18 79 77 3.05714612240620D-18 79 78 4.60242054869628D-18 79 79 9.63153807261331D-18 80 1 -2.74473696438564D-04 80 2 3.47814304063939D-04 80 3 1.02429082105443D-04 80 4 1.46518778977771D-04 80 5 -2.33643762681905D-06 80 6 1.99167279665499D-04 80 7 -2.10870845651334D-04 80 8 1.72880086025264D-04 80 9 -3.51378087604463D-04 80 10 1.55367696380040D-04 80 11 -8.39711021091819D-05 80 12 8.65704569249895D-05 80 13 -2.23622813491010D-05 80 14 -2.29765972846343D-05 80 15 8.24452863028496D-04 80 16 3.01421907032873D-04 80 17 3.55854144169042D-05 80 18 5.45819996081933D-06 80 19 2.21157343356702D-04 80 20 -2.78850763850808D-04 80 21 -5.35322855717131D-04 80 22 -4.69865000229082D-04 80 23 -1.74094593373436D-05 80 24 -3.65632590435537D-04 80 25 1.53114321197243D-04 80 26 -1.50734123112870D-04 80 27 3.42532264177507D-05 80 28 -1.65166045468165D-10 80 29 -2.81132382366174D-10 80 30 -3.16651112505749D-10 80 31 -2.60602052167435D-10 80 32 -6.77336974799399D-11 80 33 -1.22293207761542D-10 80 34 -1.94223912826696D-10 80 35 -2.24659135931102D-10 80 36 -7.58805717848169D-11 80 37 -1.34832867637866D-10 80 38 -6.89363782366843D-11 80 39 -9.65765404704310D-11 80 40 3.71770644837539D-11 80 41 -4.90833990654229D-11 80 42 -4.02257535015342D-10 80 43 3.68990410239093D-10 80 44 -5.04688500241048D-11 80 45 -2.77970343682163D-11 80 46 -1.34051105688336D-10 80 47 -9.66678646894656D-11 80 48 -1.06512731358570D-10 80 49 -6.89942898430338D-11 80 50 -2.74551022077727D-12 80 51 3.12037703083046D-11 80 52 -8.43676009971331D-11 80 53 1.89359564120689D-11 80 54 1.64738379760756D-10 80 55 4.66595937569221D-11 80 56 3.85949195176960D-11 80 57 -3.78730432760750D-11 80 58 -3.03939806263730D-11 80 59 -6.60094992533056D-11 80 60 4.16151545523853D-10 80 61 -1.76950847450046D-10 80 62 1.65944051487717D-10 80 63 -2.28182337435232D-10 80 64 2.02321975934919D-10 80 65 -2.48313978302735D-10 80 66 1.38754399383375D-11 80 67 -1.65133267132369D-10 80 68 2.91304889470228D-10 80 69 -3.50771791466762D-10 80 70 4.47431789031828D-11 80 71 -1.66306539049002D-10 80 72 4.79352349246340D-11 80 73 -2.31199514842008D-10 80 74 1.85514617983518D-10 80 75 5.90704700349372D-11 80 76 -3.69271450957256D-10 80 77 -3.34899365611152D-11 80 78 6.22572206737076D-11 80 79 -1.76504838903330D-10 80 80 5.27263269348781D-02 81 1 -2.03981012290232D-04 81 2 8.95842536707119D-05 81 3 -7.08471304994951D-05 81 4 -3.27378435170083D-04 81 5 8.11745218833792D-05 81 6 -1.69441256709639D-04 81 7 3.57712689266015D-04 81 8 -1.50413421453385D-04 81 9 2.17297208932260D-04 81 10 -1.29054685527144D-05 81 11 -1.94534426785471D-05 81 12 -1.91296954933049D-04 81 13 3.48771715031174D-04 81 14 -2.14200707606200D-04 81 15 -5.27661938812400D-04 81 16 -1.88052157429366D-04 81 17 1.86448294422673D-05 81 18 2.33815758679480D-04 81 19 -5.95033311678351D-04 81 20 1.66077578958768D-04 81 21 3.19072494532805D-04 81 22 6.12189768654862D-04 81 23 -3.65662583121830D-05 81 24 2.67235605782111D-04 81 25 8.67369376050300D-06 81 26 6.51539515047202D-05 81 27 -7.81726140085174D-05 81 28 1.42411489326384D-10 81 29 2.74525887315792D-10 81 30 2.51980671375956D-10 81 31 2.47275973978077D-10 81 32 -3.28987578167253D-12 81 33 1.09759367894619D-10 81 34 3.00753403497523D-11 81 35 1.79712893777667D-10 81 36 1.99009776944739D-11 81 37 1.15615262628134D-10 81 38 8.39785050425540D-12 81 39 9.76089505533261D-11 81 40 -5.20867990025938D-11 81 41 4.70921438845114D-11 81 42 -4.02784145538645D-10 81 43 -3.07173221499709D-10 81 44 -1.92504158505727D-11 81 45 5.95388612092599D-11 81 46 3.92180564549092D-12 81 47 1.21590700244856D-10 81 48 -4.34088540355311D-11 81 49 1.10380608764559D-10 81 50 -1.49660515785347D-11 81 51 2.81659496494567D-11 81 52 3.52406845171211D-11 81 53 -2.93491864923313D-11 81 54 -1.15931234196917D-10 81 55 9.62818006649924D-11 81 56 -1.05105757125414D-11 81 57 8.43120619350318D-11 81 58 6.51307350941731D-11 81 59 7.56729896585783D-11 81 60 -1.36897162098478D-10 81 61 2.19062228367398D-10 81 62 2.92972592626284D-12 81 63 2.21677238438654D-10 81 64 -1.70387427616735D-11 81 65 2.46419911064413D-10 81 66 8.02192068500624D-11 81 67 1.57832289502962D-10 81 68 -5.16536944241406D-11 81 69 3.27433092434693D-10 81 70 6.92124589360836D-11 81 71 1.93585859162350D-10 81 72 5.14751328516947D-11 81 73 1.76800936686021D-10 81 74 1.05155976303591D-10 81 75 1.55983655443513D-10 81 76 2.71015356906022D-10 81 77 1.36314541314825D-10 81 78 -2.04904394507024D-12 81 79 2.12064663919823D-10 81 80 -2.23443606754227D-02 81 81 2.99604545408888D-02 -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 ATM_RATE 1 d/l Atmosphere rate between segments 26 ATM_RATE 2 d/l Atmosphere rate between segments 27 ATM_RATE 3 d/l Atmosphere rate between segments 28 ATM_RATE 4 d/l Atmosphere rate between segments 29 ATM_RATE 5 d/l Atmosphere rate between segments 30 ATM_RATE 6 d/l Atmosphere rate between segments 31 ATM_RATE 7 d/l Atmosphere rate between segments 32 ATM_RATE 8 d/l Atmosphere rate between segments 33 ATM_RATE 9 d/l Atmosphere rate between segments 34 ATM_RATE 10 d/l Atmosphere rate between segments 35 ATM_RATE 11 d/l Atmosphere rate between segments 36 ATM_RATE 12 d/l Atmosphere rate between segments 37 ATM_RATE 13 d/l Atmosphere rate between segments 38 ATM_RATE 14 d/l Atmosphere rate between segments 39 ATM_RATE 15 d/l Atmosphere rate between segments 40 ATM_RATE 16 d/l Atmosphere rate between segments 41 ATM_RATE 17 d/l Atmosphere rate between segments 42 ATM_RATE 18 d/l Atmosphere rate between segments 43 ATM_RATE 19 d/l Atmosphere rate between segments 44 ATM_RATE 20 d/l Atmosphere rate between segments 45 ATM_RATE 21 d/l Atmosphere rate between segments 46 ATM_RATE 22 d/l Atmosphere rate between segments 47 ATM_RATE 23 d/l Atmosphere rate between segments 48 ATM_RATE 24 d/l Atmosphere rate between segments 49 ATM_RATE 25 d/l Atmosphere rate between segments 50 ATM_RATE 26 d/l Atmosphere rate between segments 51 ATM_RATE 27 d/l Atmosphere rate between segments 52 ATM_RATE 28 d/l Atmosphere rate between segments 53 ATM_RATE 29 d/l Atmosphere rate between segments 54 ATM_RATE 30 d/l Atmosphere rate between segments 55 ATM_RATE 31 d/l Atmosphere rate between segments 56 ATM_RATE 32 d/l Atmosphere rate between segments 57 ATM_RATE 33 d/l Atmosphere rate between segments 58 ATM_RATE 34 d/l Atmosphere rate between segments 59 ATM_RATE 35 d/l Atmosphere rate between segments 60 ATM_RATE 36 d/l Atmosphere rate between segments 61 ATM_RATE 37 d/l Atmosphere rate between segments 62 ATM_RATE 38 d/l Atmosphere rate between segments 63 ATM_RATE 39 d/l Atmosphere rate between segments 64 ATM_RATE 40 d/l Atmosphere rate between segments 65 ATM_RATE 41 d/l Atmosphere rate between segments 66 ATM_RATE 42 d/l Atmosphere rate between segments 67 ATM_RATE 43 d/l Atmosphere rate between segments 68 ATM_RATE 44 d/l Atmosphere rate between segments 69 ATM_RATE 45 d/l Atmosphere rate between segments 70 ATM_RATE 46 d/l Atmosphere rate between segments 71 ATM_RATE 47 d/l Atmosphere rate between segments 72 ATM_RATE 48 d/l Atmosphere rate between segments 73 ATM_RATE 49 d/l Atmosphere rate between segments 74 ATM_RATE 50 d/l Atmosphere rate between segments 75 ATM_RATE 51 d/l Atmosphere rate between segments 76 ATM_RATE 52 d/l Atmosphere rate between segments 77 ATM_RATE 53 d/l Atmosphere rate between segments 78 ATM_RATE 54 d/l Atmosphere rate between segments 79 ATM_RATE 55 d/l Atmosphere rate between segments 80 ATM_RATE 56 d/l Atmosphere rate between segments 81 ATM_RATE 57 d/l Atmosphere rate between segments 82 ATM_RATE 58 d/l Atmosphere rate between segments 83 ATM_RATE 59 d/l Atmosphere rate between segments 84 ATM_RATE 60 d/l Atmosphere rate between segments 85 ATM_RATE 61 d/l Atmosphere rate between segments 86 ATM_RATE 62 d/l Atmosphere rate between segments 87 ATM_RATE 63 d/l Atmosphere rate between segments 88 ATM_RATE 64 d/l Atmosphere rate between segments 89 ATM_RATE 65 d/l Atmosphere rate between segments 90 ATM_RATE 66 d/l Atmosphere rate between segments 91 ATM_RATE 67 d/l Atmosphere rate between segments 92 ATM_RATE 68 d/l Atmosphere rate between segments 93 ATM_RATE 69 d/l Atmosphere rate between segments 94 ATM_RATE 70 d/l Atmosphere rate between segments 95 ATM_RATE 71 d/l Atmosphere rate between segments 96 ATM_RATE 72 d/l Atmosphere rate between segments 97 CLO_RATE 25 d/l Clock rate between segments 98 CLO_RATE 26 d/l Clock rate between segments 99 CLO_RATE 27 d/l Clock rate between segments 100 CLO_RATE 28 d/l Clock rate between segments 101 CLO_RATE 29 d/l Clock rate between segments 102 CLO_RATE 30 d/l Clock rate between segments 103 CLO_RATE 31 d/l Clock rate between segments 104 CLO_RATE 32 d/l Clock rate between segments 105 CLO_RATE 33 d/l Clock rate between segments 106 CLO_RATE 34 d/l Clock rate between segments 107 CLO_RATE 35 d/l Clock rate between segments 108 CLO_RATE 36 d/l Clock rate between segments 109 CLO_RATE 37 d/l Clock rate between segments 110 CLO_RATE 38 d/l Clock rate between segments 111 CLO_RATE 39 d/l Clock rate between segments 112 CLO_RATE 40 d/l Clock rate between segments 113 CLO_RATE 41 d/l Clock rate between segments 114 CLO_RATE 42 d/l Clock rate between segments 115 CLO_RATE 43 d/l Clock rate between segments 116 CLO_RATE 44 d/l Clock rate between segments 117 CLO_RATE 45 d/l Clock rate between segments 118 CLO_RATE 46 d/l Clock rate between segments 119 CLO_RATE 47 d/l Clock rate between segments 120 CLO_RATE 48 d/l Clock rate between segments 121 ATM_RATE 73 d/l Atmosphere rate between segments 122 ATM_RATE 74 d/l Atmosphere rate between segments 123 ATM_RATE 75 d/l Atmosphere rate between segments 124 ATM_RATE 76 d/l Atmosphere rate between segments 125 ATM_RATE 77 d/l Atmosphere rate between segments 126 ATM_RATE 78 d/l Atmosphere rate between segments 127 ATM_RATE 79 d/l Atmosphere rate between segments 128 ATM_RATE 80 d/l Atmosphere rate between segments 129 ATM_RATE 81 d/l Atmosphere rate between segments 130 ATM_RATE 82 d/l Atmosphere rate between segments 131 ATM_RATE 83 d/l Atmosphere rate between segments 132 ATM_RATE 84 d/l Atmosphere rate between segments 133 ATM_RATE 85 d/l Atmosphere rate between segments 134 ATM_RATE 86 d/l Atmosphere rate between segments 135 ATM_RATE 87 d/l Atmosphere rate between segments 136 ATM_RATE 88 d/l Atmosphere rate between segments 137 ATM_RATE 89 d/l Atmosphere rate between segments 138 ATM_RATE 90 d/l Atmosphere rate between segments 139 ATM_RATE 91 d/l Atmosphere rate between segments 140 ATM_RATE 92 d/l Atmosphere rate between segments 141 ATM_RATE 93 d/l Atmosphere rate between segments 142 ATM_RATE 94 d/l Atmosphere rate between segments 143 ATM_RATE 95 d/l Atmosphere rate between segments 144 ATM_RATE 96 d/l Atmosphere rate between segments 145 ATM_RATE 97 d/l Atmosphere rate between segments 146 ATM_RATE 98 d/l Atmosphere rate between segments 147 ATM_RATE 99 d/l Atmosphere rate between segments 148 ATM_RATE 100 d/l Atmosphere rate between segments 149 ATM_RATE 101 d/l Atmosphere rate between segments 150 ATM_RATE 102 d/l Atmosphere rate between segments 151 ATM_RATE 103 d/l Atmosphere rate between segments 152 ATM_RATE 104 d/l Atmosphere rate between segments 153 ATM_RATE 105 d/l Atmosphere rate between segments 154 ATM_RATE 106 d/l Atmosphere rate between segments 155 ATM_RATE 107 d/l Atmosphere rate between segments 156 ATM_RATE 108 d/l Atmosphere rate between segments 157 ATM_RATE 109 d/l Atmosphere rate between segments 158 ATM_RATE 110 d/l Atmosphere rate between segments 159 ATM_RATE 111 d/l Atmosphere rate between segments 160 ATM_RATE 112 d/l Atmosphere rate between segments 161 ATM_RATE 113 d/l Atmosphere rate between segments 162 ATM_RATE 114 d/l Atmosphere rate between segments 163 ATM_RATE 115 d/l Atmosphere rate between segments 164 ATM_RATE 116 d/l Atmosphere rate between segments 165 ATM_RATE 117 d/l Atmosphere rate between segments 166 ATM_RATE 118 d/l Atmosphere rate between segments 167 ATM_RATE 119 d/l Atmosphere rate between segments 168 ATM_RATE 120 d/l Atmosphere rate between segments 169 ATM_RATE 121 d/l Atmosphere rate between segments 170 ATM_RATE 122 d/l Atmosphere rate between segments 171 ATM_RATE 123 d/l Atmosphere rate between segments 172 ATM_RATE 124 d/l Atmosphere rate between segments 173 ATM_RATE 125 d/l Atmosphere rate between segments 174 ATM_RATE 126 d/l Atmosphere rate between segments 175 ATM_RATE 127 d/l Atmosphere rate between segments 176 ATM_RATE 128 d/l Atmosphere rate between segments 177 ATM_RATE 129 d/l Atmosphere rate between segments 178 ATM_RATE 130 d/l Atmosphere rate between segments 179 ATM_RATE 131 d/l Atmosphere rate between segments 180 ATM_RATE 132 d/l Atmosphere rate between segments 181 ATM_RATE 133 d/l Atmosphere rate between segments 182 ATM_RATE 134 d/l Atmosphere rate between segments 183 ATM_RATE 135 d/l Atmosphere rate between segments 184 ATM_RATE 136 d/l Atmosphere rate between segments 185 ATM_RATE 137 d/l Atmosphere rate between segments 186 ATM_RATE 138 d/l Atmosphere rate between segments 187 ATM_RATE 139 d/l Atmosphere rate between segments 188 ATM_RATE 140 d/l Atmosphere rate between segments 189 ATM_RATE 141 d/l Atmosphere rate between segments 190 ATM_RATE 142 d/l Atmosphere rate between segments 191 ATM_RATE 143 d/l Atmosphere rate between segments 192 ATM_RATE 144 d/l Atmosphere rate between segments 193 ATM_RATE 145 d/l Atmosphere rate between segments 194 ATM_RATE 146 d/l Atmosphere rate between segments 195 ATM_RATE 147 d/l Atmosphere rate between segments 196 ATM_RATE 148 d/l Atmosphere rate between segments 197 ATM_RATE 149 d/l Atmosphere rate between segments 198 ATM_RATE 150 d/l Atmosphere rate between segments 199 ATM_RATE 151 d/l Atmosphere rate between segments 200 ATM_RATE 152 d/l Atmosphere rate between segments 201 ATM_RATE 153 d/l Atmosphere rate between segments 202 ATM_RATE 154 d/l Atmosphere rate between segments 203 ATM_RATE 155 d/l Atmosphere rate between segments 204 ATM_RATE 156 d/l Atmosphere rate between segments 205 ATM_RATE 157 d/l Atmosphere rate between segments 206 ATM_RATE 158 d/l Atmosphere rate between segments 207 ATM_RATE 159 d/l Atmosphere rate between segments 208 ATM_RATE 160 d/l Atmosphere rate between segments 209 ATM_RATE 161 d/l Atmosphere rate between segments 210 ATM_RATE 162 d/l Atmosphere rate between segments 211 ATM_RATE 163 d/l Atmosphere rate between segments 212 ATM_RATE 164 d/l Atmosphere rate between segments 213 ATM_RATE 165 d/l Atmosphere rate between segments 214 ATM_RATE 166 d/l Atmosphere rate between segments 215 ATM_RATE 167 d/l Atmosphere rate between segments 216 ATM_RATE 168 d/l Atmosphere rate between segments 217 ATM_RATE 169 d/l Atmosphere rate between segments 218 ATM_RATE 170 d/l Atmosphere rate between segments 219 ATM_RATE 171 d/l Atmosphere rate between segments 220 ATM_RATE 172 d/l Atmosphere rate between segments 221 ATM_RATE 173 d/l Atmosphere rate between segments 222 ATM_RATE 174 d/l Atmosphere rate between segments 223 ATM_RATE 175 d/l Atmosphere rate between segments 224 ATM_RATE 176 d/l Atmosphere rate between segments 225 ATM_RATE 177 d/l Atmosphere rate between segments 226 ATM_RATE 178 d/l Atmosphere rate between segments 227 ATM_RATE 179 d/l Atmosphere rate between segments 228 ATM_RATE 180 d/l Atmosphere rate between segments 229 ATM_RATE 181 d/l Atmosphere rate between segments 230 ATM_RATE 182 d/l Atmosphere rate between segments 231 ATM_RATE 183 d/l Atmosphere rate between segments 232 ATM_RATE 184 d/l Atmosphere rate between segments 233 ATM_RATE 185 d/l Atmosphere rate between segments 234 ATM_RATE 186 d/l Atmosphere rate between segments 235 ATM_RATE 187 d/l Atmosphere rate between segments 236 ATM_RATE 188 d/l Atmosphere rate between segments 237 ATM_RATE 189 d/l Atmosphere rate between segments 238 ATM_RATE 190 d/l Atmosphere rate between segments 239 ATM_RATE 191 d/l Atmosphere rate between segments 240 ATM_RATE 192 d/l Atmosphere rate between segments 241 ATM_RATE 193 d/l Atmosphere rate between segments 242 ATM_RATE 194 d/l Atmosphere rate between segments 243 ATM_RATE 195 d/l Atmosphere rate between segments 244 ATM_RATE 196 d/l Atmosphere rate between segments 245 ATM_RATE 197 d/l Atmosphere rate between segments 246 ATM_RATE 198 d/l Atmosphere rate between segments 247 ATM_RATE 199 d/l Atmosphere rate between segments 248 ATM_RATE 200 d/l Atmosphere rate between segments 249 ATM_RATE 201 d/l Atmosphere rate between segments 250 ATM_RATE 202 d/l Atmosphere rate between segments 251 ATM_RATE 203 d/l Atmosphere rate between segments 252 ATM_RATE 204 d/l Atmosphere rate between segments 253 ATM_RATE 205 d/l Atmosphere rate between segments 254 ATM_RATE 206 d/l Atmosphere rate between segments 255 ATM_RATE 207 d/l Atmosphere rate between segments 256 ATM_RATE 208 d/l Atmosphere rate between segments 257 ATM_RATE 209 d/l Atmosphere rate between segments 258 ATM_RATE 210 d/l Atmosphere rate between segments 259 ATM_RATE 211 d/l Atmosphere rate between segments 260 ATM_RATE 212 d/l Atmosphere rate between segments 261 ATM_RATE 213 d/l Atmosphere rate between segments 262 ATM_RATE 214 d/l Atmosphere rate between segments 263 ATM_RATE 215 d/l Atmosphere rate between segments 264 ATM_RATE 216 d/l Atmosphere 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 CLO_RATE 73 d/l Clock rate between segments 362 CLO_RATE 74 d/l Clock rate between segments 363 CLO_RATE 75 d/l Clock rate between segments 364 CLO_RATE 76 d/l Clock rate between segments 365 CLO_RATE 77 d/l Clock rate between segments 366 CLO_RATE 78 d/l Clock rate between segments 367 CLO_RATE 79 d/l Clock rate between segments 368 CLO_RATE 80 d/l Clock rate between segments 369 CLO_RATE 81 d/l Clock rate between segments 370 CLO_RATE 82 d/l Clock rate between segments 371 CLO_RATE 83 d/l Clock rate between segments 372 CLO_RATE 84 d/l Clock rate between segments 373 CLO_RATE 85 d/l Clock rate between segments 374 CLO_RATE 86 d/l Clock rate between segments 375 CLO_RATE 87 d/l Clock rate between segments 376 CLO_RATE 88 d/l Clock rate between segments 377 CLO_RATE 89 d/l Clock rate between segments 378 CLO_RATE 90 d/l Clock rate between segments 379 CLO_RATE 91 d/l Clock rate between segments 380 CLO_RATE 92 d/l Clock rate between segments 381 CLO_RATE 93 d/l Clock rate between segments 382 CLO_RATE 94 d/l Clock rate between segments 383 CLO_RATE 95 d/l Clock rate between segments 384 CLO_RATE 96 d/l Clock rate between segments 385 ATM_RATE 289 d/l Atmosphere rate between segments 386 ATM_RATE 290 d/l Atmosphere rate between segments 387 ATM_RATE 291 d/l Atmosphere rate between segments 388 ATM_RATE 292 d/l Atmosphere rate between segments 389 ATM_RATE 293 d/l Atmosphere rate between segments 390 ATM_RATE 294 d/l Atmosphere rate between segments 391 ATM_RATE 295 d/l Atmosphere rate between segments 392 ATM_RATE 296 d/l Atmosphere rate between segments 393 ATM_RATE 297 d/l Atmosphere rate between segments 394 ATM_RATE 298 d/l Atmosphere rate between segments 395 ATM_RATE 299 d/l Atmosphere rate between segments 396 ATM_RATE 300 d/l Atmosphere rate between segments 397 ATM_RATE 301 d/l Atmosphere rate between segments 398 ATM_RATE 302 d/l Atmosphere rate between segments 399 ATM_RATE 303 d/l Atmosphere rate between segments 400 ATM_RATE 304 d/l Atmosphere rate between segments 401 ATM_RATE 305 d/l Atmosphere rate between segments 402 ATM_RATE 306 d/l Atmosphere rate between segments 403 ATM_RATE 307 d/l Atmosphere rate between segments 404 ATM_RATE 308 d/l Atmosphere rate between segments 405 ATM_RATE 309 d/l Atmosphere rate between segments 406 ATM_RATE 310 d/l Atmosphere rate between segments 407 ATM_RATE 311 d/l Atmosphere rate between segments 408 ATM_RATE 312 d/l Atmosphere rate between segments 409 ATM_RATE 313 d/l Atmosphere rate between segments 410 ATM_RATE 314 d/l Atmosphere rate between segments 411 ATM_RATE 315 d/l Atmosphere rate between segments 412 ATM_RATE 316 d/l Atmosphere rate between segments 413 ATM_RATE 317 d/l Atmosphere rate between segments 414 ATM_RATE 318 d/l Atmosphere rate between segments 415 ATM_RATE 319 d/l Atmosphere rate between segments 416 ATM_RATE 320 d/l Atmosphere rate between segments 417 ATM_RATE 321 d/l Atmosphere rate between segments 418 ATM_RATE 322 d/l Atmosphere rate between segments 419 ATM_RATE 323 d/l Atmosphere rate between segments 420 ATM_RATE 324 d/l Atmosphere rate between segments 421 ATM_RATE 325 d/l Atmosphere rate between segments 422 ATM_RATE 326 d/l Atmosphere rate between segments 423 ATM_RATE 327 d/l Atmosphere rate between segments 424 ATM_RATE 328 d/l Atmosphere rate between segments 425 ATM_RATE 329 d/l Atmosphere rate between segments 426 ATM_RATE 330 d/l Atmosphere rate between segments 427 ATM_RATE 331 d/l Atmosphere rate between segments 428 ATM_RATE 332 d/l Atmosphere rate between segments 429 ATM_RATE 333 d/l Atmosphere rate between segments 430 ATM_RATE 334 d/l Atmosphere rate between segments 431 ATM_RATE 335 d/l Atmosphere rate between segments 432 ATM_RATE 336 d/l Atmosphere rate between segments 433 ATM_RATE 337 d/l Atmosphere rate between segments 434 ATM_RATE 338 d/l Atmosphere rate between segments 435 ATM_RATE 339 d/l Atmosphere rate between segments 436 ATM_RATE 340 d/l Atmosphere rate between segments 437 ATM_RATE 341 d/l Atmosphere rate between segments 438 ATM_RATE 342 d/l Atmosphere rate between segments 439 ATM_RATE 343 d/l Atmosphere rate between segments 440 ATM_RATE 344 d/l Atmosphere rate between segments 441 ATM_RATE 345 d/l Atmosphere rate between segments 442 ATM_RATE 346 d/l Atmosphere rate between segments 443 ATM_RATE 347 d/l Atmosphere rate between segments 444 ATM_RATE 348 d/l Atmosphere rate between segments 445 ATM_RATE 349 d/l Atmosphere rate between segments 446 ATM_RATE 350 d/l Atmosphere rate between segments 447 ATM_RATE 351 d/l Atmosphere rate between segments 448 ATM_RATE 352 d/l Atmosphere rate between segments 449 ATM_RATE 353 d/l Atmosphere rate between segments 450 ATM_RATE 354 d/l Atmosphere rate between segments 451 ATM_RATE 355 d/l Atmosphere rate between segments 452 ATM_RATE 356 d/l Atmosphere rate between segments 453 ATM_RATE 357 d/l Atmosphere rate between segments 454 ATM_RATE 358 d/l Atmosphere rate between segments 455 ATM_RATE 359 d/l Atmosphere rate between segments 456 ATM_RATE 360 d/l Atmosphere rate between segments 457 CLO_RATE 97 d/l Clock rate between segments 458 CLO_RATE 98 d/l Clock rate between segments 459 CLO_RATE 99 d/l Clock rate between segments 460 CLO_RATE 100 d/l Clock rate between segments 461 CLO_RATE 101 d/l Clock rate between segments 462 CLO_RATE 102 d/l Clock rate between segments 463 CLO_RATE 103 d/l Clock rate between segments 464 CLO_RATE 104 d/l Clock rate between segments 465 CLO_RATE 105 d/l Clock rate between segments 466 CLO_RATE 106 d/l Clock rate between segments 467 CLO_RATE 107 d/l Clock rate between segments 468 CLO_RATE 108 d/l Clock rate between segments 469 CLO_RATE 109 d/l Clock rate between segments 470 CLO_RATE 110 d/l Clock rate between segments 471 CLO_RATE 111 d/l Clock rate between segments 472 CLO_RATE 112 d/l Clock rate between segments 473 CLO_RATE 113 d/l Clock rate between segments 474 CLO_RATE 114 d/l Clock rate between segments 475 CLO_RATE 115 d/l Clock rate between segments 476 CLO_RATE 116 d/l Clock rate between segments 477 CLO_RATE 117 d/l Clock rate between segments 478 CLO_RATE 118 d/l Clock rate between segments 479 CLO_RATE 119 d/l Clock rate between segments 480 CLO_RATE 120 d/l Clock rate between segments 481 ATM_RATE 361 d/l Atmosphere rate between segments 482 ATM_RATE 362 d/l Atmosphere rate between segments 483 ATM_RATE 363 d/l Atmosphere rate between segments 484 ATM_RATE 364 d/l Atmosphere rate between segments 485 ATM_RATE 365 d/l Atmosphere rate between segments 486 ATM_RATE 366 d/l Atmosphere rate between segments 487 ATM_RATE 367 d/l Atmosphere rate between segments 488 ATM_RATE 368 d/l Atmosphere rate between segments 489 ATM_RATE 369 d/l Atmosphere rate between segments 490 ATM_RATE 370 d/l Atmosphere rate between segments 491 ATM_RATE 371 d/l Atmosphere rate between segments 492 ATM_RATE 372 d/l Atmosphere rate between segments 493 ATM_RATE 373 d/l Atmosphere rate between segments 494 ATM_RATE 374 d/l Atmosphere rate between segments 495 ATM_RATE 375 d/l Atmosphere rate between segments 496 ATM_RATE 376 d/l Atmosphere rate between segments 497 ATM_RATE 377 d/l Atmosphere rate between segments 498 ATM_RATE 378 d/l Atmosphere rate between segments 499 ATM_RATE 379 d/l Atmosphere rate between segments 500 ATM_RATE 380 d/l Atmosphere rate between segments 501 ATM_RATE 381 d/l Atmosphere rate between segments 502 ATM_RATE 382 d/l Atmosphere rate between segments 503 ATM_RATE 383 d/l Atmosphere rate between segments 504 ATM_RATE 384 d/l Atmosphere rate between segments 505 ATM_RATE 385 d/l Atmosphere rate between segments 506 ATM_RATE 386 d/l Atmosphere rate between segments 507 ATM_RATE 387 d/l Atmosphere rate between segments 508 ATM_RATE 388 d/l Atmosphere rate between segments 509 ATM_RATE 389 d/l Atmosphere rate between segments 510 ATM_RATE 390 d/l Atmosphere rate between segments 511 ATM_RATE 391 d/l Atmosphere rate between segments 512 ATM_RATE 392 d/l Atmosphere rate between segments 513 ATM_RATE 393 d/l Atmosphere rate between segments 514 ATM_RATE 394 d/l Atmosphere rate between segments 515 ATM_RATE 395 d/l Atmosphere rate between segments 516 ATM_RATE 396 d/l Atmosphere rate between segments 517 ATM_RATE 397 d/l Atmosphere rate between segments 518 ATM_RATE 398 d/l Atmosphere rate between segments 519 ATM_RATE 399 d/l Atmosphere rate between segments 520 ATM_RATE 400 d/l Atmosphere rate between segments 521 ATM_RATE 401 d/l Atmosphere rate between segments 522 ATM_RATE 402 d/l Atmosphere rate between segments 523 ATM_RATE 403 d/l Atmosphere rate between segments 524 ATM_RATE 404 d/l Atmosphere rate between segments 525 ATM_RATE 405 d/l Atmosphere rate between segments 526 ATM_RATE 406 d/l Atmosphere rate between segments 527 ATM_RATE 407 d/l Atmosphere rate between segments 528 ATM_RATE 408 d/l Atmosphere rate between segments 529 ATM_RATE 409 d/l Atmosphere rate between segments 530 ATM_RATE 410 d/l Atmosphere rate between segments 531 ATM_RATE 411 d/l Atmosphere rate between segments 532 ATM_RATE 412 d/l Atmosphere rate between segments 533 ATM_RATE 413 d/l Atmosphere rate between segments 534 ATM_RATE 414 d/l Atmosphere rate between segments 535 ATM_RATE 415 d/l Atmosphere rate between segments 536 ATM_RATE 416 d/l Atmosphere rate between segments 537 ATM_RATE 417 d/l Atmosphere rate between segments 538 ATM_RATE 418 d/l Atmosphere rate between segments 539 ATM_RATE 419 d/l Atmosphere rate between segments 540 ATM_RATE 420 d/l Atmosphere rate between segments 541 ATM_RATE 421 d/l Atmosphere rate between segments 542 ATM_RATE 422 d/l Atmosphere rate between segments 543 ATM_RATE 423 d/l Atmosphere rate between segments 544 ATM_RATE 424 d/l Atmosphere rate between segments 545 ATM_RATE 425 d/l Atmosphere rate between segments 546 ATM_RATE 426 d/l Atmosphere rate between segments 547 ATM_RATE 427 d/l Atmosphere rate between segments 548 ATM_RATE 428 d/l Atmosphere rate between segments 549 ATM_RATE 429 d/l Atmosphere rate between segments 550 ATM_RATE 430 d/l Atmosphere rate between segments 551 ATM_RATE 431 d/l Atmosphere rate between segments 552 ATM_RATE 432 d/l Atmosphere 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 CLO_RATE 145 d/l Clock rate between segments 650 CLO_RATE 146 d/l Clock rate between segments 651 CLO_RATE 147 d/l Clock rate between segments 652 CLO_RATE 148 d/l Clock rate between segments 653 CLO_RATE 149 d/l Clock rate between segments 654 CLO_RATE 150 d/l Clock rate between segments 655 CLO_RATE 151 d/l Clock rate between segments 656 CLO_RATE 152 d/l Clock rate between segments 657 CLO_RATE 153 d/l Clock rate between segments 658 CLO_RATE 154 d/l Clock rate between segments 659 CLO_RATE 155 d/l Clock rate between segments 660 CLO_RATE 156 d/l Clock rate between segments 661 CLO_RATE 157 d/l Clock rate between segments 662 CLO_RATE 158 d/l Clock rate between segments 663 CLO_RATE 159 d/l Clock rate between segments 664 CLO_RATE 160 d/l Clock rate between segments 665 CLO_RATE 161 d/l Clock rate between segments 666 CLO_RATE 162 d/l Clock rate between segments 667 CLO_RATE 163 d/l Clock rate between segments 668 CLO_RATE 164 d/l Clock rate between segments 669 CLO_RATE 165 d/l Clock rate between segments 670 CLO_RATE 166 d/l Clock rate between segments 671 CLO_RATE 167 d/l Clock rate between segments 672 CLO_RATE 168 d/l Clock rate between segments 673 ATM_RATE 505 d/l Atmosphere rate between segments 674 ATM_RATE 506 d/l Atmosphere rate between segments 675 ATM_RATE 507 d/l Atmosphere rate between segments 676 ATM_RATE 508 d/l Atmosphere rate between segments 677 ATM_RATE 509 d/l Atmosphere rate between segments 678 ATM_RATE 510 d/l Atmosphere rate between segments 679 ATM_RATE 511 d/l Atmosphere rate between segments 680 ATM_RATE 512 d/l Atmosphere rate between segments 681 ATM_RATE 513 d/l Atmosphere rate between segments 682 ATM_RATE 514 d/l Atmosphere rate between segments 683 ATM_RATE 515 d/l Atmosphere rate between segments 684 ATM_RATE 516 d/l Atmosphere rate between segments 685 ATM_RATE 517 d/l Atmosphere rate between segments 686 ATM_RATE 518 d/l Atmosphere rate between segments 687 ATM_RATE 519 d/l Atmosphere rate between segments 688 ATM_RATE 520 d/l Atmosphere rate between segments 689 ATM_RATE 521 d/l Atmosphere rate between segments 690 ATM_RATE 522 d/l Atmosphere rate between segments 691 ATM_RATE 523 d/l Atmosphere rate between segments 692 ATM_RATE 524 d/l Atmosphere rate between segments 693 ATM_RATE 525 d/l Atmosphere rate between segments 694 ATM_RATE 526 d/l Atmosphere rate between segments 695 ATM_RATE 527 d/l Atmosphere rate between segments 696 ATM_RATE 528 d/l Atmosphere rate between segments 697 ATM_RATE 529 d/l Atmosphere rate between segments 698 ATM_RATE 530 d/l Atmosphere rate between segments 699 ATM_RATE 531 d/l Atmosphere rate between segments 700 ATM_RATE 532 d/l Atmosphere rate between segments 701 ATM_RATE 533 d/l Atmosphere rate between segments 702 ATM_RATE 534 d/l Atmosphere rate between segments 703 ATM_RATE 535 d/l Atmosphere rate between segments 704 ATM_RATE 536 d/l Atmosphere rate between segments 705 ATM_RATE 537 d/l Atmosphere rate between segments 706 ATM_RATE 538 d/l Atmosphere rate between segments 707 ATM_RATE 539 d/l Atmosphere rate between segments 708 ATM_RATE 540 d/l Atmosphere rate between segments 709 ATM_RATE 541 d/l Atmosphere rate between segments 710 ATM_RATE 542 d/l Atmosphere rate between segments 711 ATM_RATE 543 d/l Atmosphere rate between segments 712 ATM_RATE 544 d/l Atmosphere rate between segments 713 ATM_RATE 545 d/l Atmosphere rate between segments 714 ATM_RATE 546 d/l Atmosphere rate between segments 715 ATM_RATE 547 d/l Atmosphere rate between segments 716 ATM_RATE 548 d/l Atmosphere rate between segments 717 ATM_RATE 549 d/l Atmosphere rate between segments 718 ATM_RATE 550 d/l Atmosphere rate between segments 719 ATM_RATE 551 d/l Atmosphere rate between segments 720 ATM_RATE 552 d/l Atmosphere rate between segments 721 ATM_RATE 553 d/l Atmosphere rate between segments 722 ATM_RATE 554 d/l Atmosphere rate between segments 723 ATM_RATE 555 d/l Atmosphere rate between segments 724 ATM_RATE 556 d/l Atmosphere rate between segments 725 ATM_RATE 557 d/l Atmosphere rate between segments 726 ATM_RATE 558 d/l Atmosphere rate between segments 727 ATM_RATE 559 d/l Atmosphere rate between segments 728 ATM_RATE 560 d/l Atmosphere rate between segments 729 ATM_RATE 561 d/l Atmosphere rate between segments 730 ATM_RATE 562 d/l Atmosphere rate between segments 731 ATM_RATE 563 d/l Atmosphere rate between segments 732 ATM_RATE 564 d/l Atmosphere rate between segments 733 ATM_RATE 565 d/l Atmosphere rate between segments 734 ATM_RATE 566 d/l Atmosphere rate between segments 735 ATM_RATE 567 d/l Atmosphere rate between segments 736 ATM_RATE 568 d/l Atmosphere rate between segments 737 ATM_RATE 569 d/l Atmosphere rate between segments 738 ATM_RATE 570 d/l Atmosphere rate between segments 739 ATM_RATE 571 d/l Atmosphere rate between segments 740 ATM_RATE 572 d/l Atmosphere rate between segments 741 ATM_RATE 573 d/l Atmosphere rate between segments 742 ATM_RATE 574 d/l Atmosphere rate between segments 743 ATM_RATE 575 d/l Atmosphere rate between segments 744 ATM_RATE 576 d/l Atmosphere rate between segments 745 CLO_RATE 169 d/l Clock rate between segments 746 CLO_RATE 170 d/l Clock rate between segments 747 CLO_RATE 171 d/l Clock rate between segments 748 CLO_RATE 172 d/l Clock rate between segments 749 CLO_RATE 173 d/l Clock rate between segments 750 CLO_RATE 174 d/l Clock rate between segments 751 CLO_RATE 175 d/l Clock rate between segments 752 CLO_RATE 176 d/l Clock rate between segments 753 CLO_RATE 177 d/l Clock rate between segments 754 CLO_RATE 178 d/l Clock rate between segments 755 CLO_RATE 179 d/l Clock rate between segments 756 CLO_RATE 180 d/l Clock rate between segments 757 CLO_RATE 181 d/l Clock rate between segments 758 CLO_RATE 182 d/l Clock rate between segments 759 CLO_RATE 183 d/l Clock rate between segments 760 CLO_RATE 184 d/l Clock rate between segments 761 CLO_RATE 185 d/l Clock rate between segments 762 CLO_RATE 186 d/l Clock rate between segments 763 CLO_RATE 187 d/l Clock rate between segments 764 CLO_RATE 188 d/l Clock rate between segments 765 CLO_RATE 189 d/l Clock rate between segments 766 CLO_RATE 190 d/l Clock rate between segments 767 CLO_RATE 191 d/l Clock rate between segments 768 CLO_RATE 192 d/l Clock rate between segments 769 ATM_RATE 577 d/l Atmosphere rate between segments 770 ATM_RATE 578 d/l Atmosphere rate between segments 771 ATM_RATE 579 d/l Atmosphere rate between segments 772 ATM_RATE 580 d/l Atmosphere rate between segments 773 ATM_RATE 581 d/l Atmosphere rate between segments 774 ATM_RATE 582 d/l Atmosphere rate between segments 775 ATM_RATE 583 d/l Atmosphere rate between segments 776 ATM_RATE 584 d/l Atmosphere rate between segments 777 ATM_RATE 585 d/l Atmosphere rate between segments 778 ATM_RATE 586 d/l Atmosphere rate between segments 779 ATM_RATE 587 d/l Atmosphere rate between segments 780 ATM_RATE 588 d/l Atmosphere rate between segments 781 ATM_RATE 589 d/l Atmosphere rate between segments 782 ATM_RATE 590 d/l Atmosphere rate between segments 783 ATM_RATE 591 d/l Atmosphere rate between segments 784 ATM_RATE 592 d/l Atmosphere rate between segments 785 ATM_RATE 593 d/l Atmosphere rate between segments 786 ATM_RATE 594 d/l Atmosphere rate between segments 787 ATM_RATE 595 d/l Atmosphere rate between segments 788 ATM_RATE 596 d/l Atmosphere rate between segments 789 ATM_RATE 597 d/l Atmosphere rate between segments 790 ATM_RATE 598 d/l Atmosphere rate between segments 791 ATM_RATE 599 d/l Atmosphere rate between segments 792 ATM_RATE 600 d/l Atmosphere rate between segments 793 ATM_RATE 601 d/l Atmosphere rate between segments 794 ATM_RATE 602 d/l Atmosphere rate between segments 795 ATM_RATE 603 d/l Atmosphere rate between segments 796 ATM_RATE 604 d/l Atmosphere rate between segments 797 ATM_RATE 605 d/l Atmosphere rate between segments 798 ATM_RATE 606 d/l Atmosphere rate between segments 799 ATM_RATE 607 d/l Atmosphere rate between segments 800 ATM_RATE 608 d/l Atmosphere rate between segments 801 ATM_RATE 609 d/l Atmosphere rate between segments 802 ATM_RATE 610 d/l Atmosphere rate between segments 803 ATM_RATE 611 d/l Atmosphere rate between segments 804 ATM_RATE 612 d/l Atmosphere rate between segments 805 ATM_RATE 613 d/l Atmosphere rate between segments 806 ATM_RATE 614 d/l Atmosphere rate between segments 807 ATM_RATE 615 d/l Atmosphere rate between segments 808 ATM_RATE 616 d/l Atmosphere rate between segments 809 ATM_RATE 617 d/l Atmosphere rate between segments 810 ATM_RATE 618 d/l Atmosphere rate between segments 811 ATM_RATE 619 d/l Atmosphere rate between segments 812 ATM_RATE 620 d/l Atmosphere rate between segments 813 ATM_RATE 621 d/l Atmosphere rate between segments 814 ATM_RATE 622 d/l Atmosphere rate between segments 815 ATM_RATE 623 d/l Atmosphere rate between segments 816 ATM_RATE 624 d/l Atmosphere rate between segments 817 ATM_RATE 625 d/l Atmosphere rate between segments 818 ATM_RATE 626 d/l Atmosphere rate between segments 819 ATM_RATE 627 d/l Atmosphere rate between segments 820 ATM_RATE 628 d/l Atmosphere rate between segments 821 ATM_RATE 629 d/l Atmosphere rate between segments 822 ATM_RATE 630 d/l Atmosphere rate between segments 823 ATM_RATE 631 d/l Atmosphere rate between segments 824 ATM_RATE 632 d/l Atmosphere rate between segments 825 ATM_RATE 633 d/l Atmosphere rate between segments 826 ATM_RATE 634 d/l Atmosphere rate between segments 827 ATM_RATE 635 d/l Atmosphere rate between segments 828 ATM_RATE 636 d/l Atmosphere rate between segments 829 ATM_RATE 637 d/l Atmosphere rate between segments 830 ATM_RATE 638 d/l Atmosphere rate between segments 831 ATM_RATE 639 d/l Atmosphere rate between segments 832 ATM_RATE 640 d/l Atmosphere rate between segments 833 ATM_RATE 641 d/l Atmosphere rate between segments 834 ATM_RATE 642 d/l Atmosphere rate between segments 835 ATM_RATE 643 d/l Atmosphere rate between segments 836 ATM_RATE 644 d/l Atmosphere rate between segments 837 ATM_RATE 645 d/l Atmosphere rate between segments 838 ATM_RATE 646 d/l Atmosphere rate between segments 839 ATM_RATE 647 d/l Atmosphere rate between segments 840 ATM_RATE 648 d/l Atmosphere rate between segments 841 BLC_VAL 1 sec Baseline clock 842 BLC_VAL 2 sec Baseline clock 843 BLC_VAL 3 sec Baseline clock 844 BLC_VAL 4 sec Baseline clock 845 BLC_VAL 5 sec Baseline clock 846 BLC_VAL 6 sec Baseline clock 847 BLC_VAL 7 sec Baseline clock 848 BLC_VAL 8 sec Baseline clock 849 BLC_VAL 9 sec Baseline clock 850 BLC_VAL 10 sec Baseline clock 851 BLC_VAL 11 sec Baseline clock 852 BLC_VAL 12 sec Baseline clock 853 BLC_VAL 13 sec Baseline clock 854 NNT_POS 1 m No-net translation for positions 855 NNT_POS 2 m No-net translation for positions 856 NNT_POS 3 m No-net translation for positions 857 NNR_POS 1 m No-net rotation for positions 858 NNR_POS 2 m No-net rotation for positions 859 NNR_POS 3 m No-net rotation for positions 860 NNR_SRC 1 rad No-net rotation for sources 861 NNR_SRC 2 rad No-net rotation for sources 862 NNR_SRC 3 rad No-net rotation for sources 863 SRC_COO 1 rad Source coordinates 864 SRC_COO 2 rad Source coordinates 865 SRC_COO 3 rad Source coordinates 866 SRC_COO 4 rad Source coordinates 867 SRC_COO 5 rad Source coordinates 868 SRC_COO 6 rad Source coordinates 869 SRC_COO 7 rad Source coordinates 870 SRC_COO 8 rad Source coordinates 871 SRC_COO 9 rad Source coordinates 872 SRC_COO 10 rad Source coordinates 873 SRC_COO 11 rad Source coordinates 874 SRC_COO 12 rad Source coordinates 875 SRC_COO 13 rad Source coordinates 876 SRC_COO 14 rad Source coordinates 877 SRC_COO 15 rad Source coordinates 878 SRC_COO 16 rad Source coordinates 879 SRC_COO 17 rad Source coordinates 880 SRC_COO 18 rad Source coordinates 881 SRC_COO 19 rad Source coordinates 882 SRC_COO 20 rad Source coordinates 883 SRC_COO 21 rad Source coordinates 884 SRC_COO 22 rad Source coordinates 885 SRC_COO 23 rad Source coordinates 886 SRC_COO 24 rad Source coordinates 887 SRC_COO 25 rad Source coordinates 888 SRC_COO 26 rad Source coordinates 889 SRC_COO 27 rad Source coordinates 890 SRC_COO 28 rad Source coordinates 891 SRC_COO 29 rad Source coordinates 892 SRC_COO 30 rad Source coordinates 893 SRC_COO 31 rad Source coordinates 894 SRC_COO 32 rad Source coordinates 895 SRC_COO 33 rad Source coordinates 896 SRC_COO 34 rad Source coordinates 897 SRC_COO 35 rad Source coordinates 898 SRC_COO 36 rad Source coordinates 899 SRC_COO 37 rad Source coordinates 900 SRC_COO 38 rad Source coordinates 901 SRC_COO 39 rad Source coordinates 902 SRC_COO 40 rad Source coordinates 903 SRC_COO 41 rad Source coordinates 904 SRC_COO 42 rad Source coordinates 905 SRC_COO 43 rad Source coordinates 906 SRC_COO 44 rad Source coordinates 907 SRC_COO 45 rad Source coordinates 908 SRC_COO 46 rad Source coordinates 909 SRC_COO 47 rad Source coordinates 910 SRC_COO 48 rad Source coordinates 911 SRC_COO 49 rad Source coordinates 912 SRC_COO 50 rad Source coordinates 913 SRC_COO 51 rad Source coordinates 914 SRC_COO 52 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) 854 1 1.00000000000000D+00 854 4 1.00000000000000D+00 854 7 1.00000000000000D+00 854 10 1.00000000000000D+00 854 13 1.00000000000000D+00 854 16 1.00000000000000D+00 854 19 1.00000000000000D+00 854 22 1.00000000000000D+00 854 25 1.00000000000000D+00 855 2 1.00000000000000D+00 855 5 1.00000000000000D+00 855 8 1.00000000000000D+00 855 11 1.00000000000000D+00 855 14 1.00000000000000D+00 855 17 1.00000000000000D+00 855 20 1.00000000000000D+00 855 23 1.00000000000000D+00 855 26 1.00000000000000D+00 856 3 1.00000000000000D+00 856 6 1.00000000000000D+00 856 9 1.00000000000000D+00 856 12 1.00000000000000D+00 856 15 1.00000000000000D+00 856 18 1.00000000000000D+00 856 21 1.00000000000000D+00 856 24 1.00000000000000D+00 856 27 1.00000000000000D+00 857 2 6.71797975117935D-02 857 3 -6.20104497497291D-01 857 5 4.34450424487217D-01 857 6 4.18690973014972D-01 857 8 6.78093344494924D-01 857 9 3.96695931643901D-01 857 11 2.46757783406790D-01 857 12 7.18571747464662D-01 857 14 -3.74596372891740D-01 857 15 -3.22311911240796D-01 857 17 9.35534172291443D-01 857 18 2.30310411931741D-01 857 20 5.97740904399770D-01 857 21 -7.68161586916064D-01 857 23 5.92009588159138D-01 857 24 7.50924702121839D-02 857 26 4.83399979752214D-01 857 27 7.91906231080972D-01 858 1 -6.71797975117935D-02 858 3 -7.81652193700069D-01 858 4 -4.34450424487217D-01 858 6 -7.97982937771618D-01 858 7 -6.78093344494924D-01 858 9 6.21206825848822D-01 858 10 -2.46757783406790D-01 858 12 6.50473490791680D-01 858 13 3.74596372891740D-01 858 15 8.69694237057431D-01 858 16 -9.35534172291443D-01 858 18 -2.78533193737658D-01 858 19 -5.97740904399770D-01 858 21 -2.34482020043676D-01 858 22 -5.92009588159138D-01 858 24 8.03866761033985D-01 858 25 -4.83399979752214D-01 858 27 3.75104193088114D-01 859 1 6.20104497497291D-01 859 2 7.81652193700069D-01 859 4 -4.18690973014972D-01 859 5 7.97982937771618D-01 859 7 -3.96695931643901D-01 859 8 -6.21206825848822D-01 859 10 -7.18571747464662D-01 859 11 -6.50473490791680D-01 859 13 3.22311911240796D-01 859 14 -8.69694237057431D-01 859 16 -2.30310411931741D-01 859 17 2.78533193737658D-01 859 19 7.68161586916064D-01 859 20 2.34482020043676D-01 859 22 -7.50924702121839D-02 859 23 -8.03866761033985D-01 859 25 -7.91906231080972D-01 859 26 -3.75104193088114D-01 860 28 -2.50410039338780D-03 860 29 1.83462596427136D-03 860 30 -8.44391345835552D-04 860 31 2.86226808387219D-03 860 32 1.51411230062071D-02 860 33 1.42553858276877D-01 860 34 9.20711916726375D-05 860 35 1.25220624039157D-02 860 36 1.85160592767149D-03 860 37 1.94288545872550D-02 860 38 7.87786085000059D-02 860 39 7.69805135238023D-01 860 40 6.79095827515149D-03 860 41 1.69555474259717D-01 860 42 1.37902498655748D-04 860 43 6.20334921953611D-03 860 44 -4.35257639804836D-02 860 45 3.88736138468485D-01 860 46 3.40020082540711D-03 860 47 2.92858349111669D-02 860 48 2.00617134545297D-02 860 49 3.41639311880503D-02 860 50 -2.62905808435725D-02 860 51 9.07529719412448D-03 860 52 -8.62797299708285D-03 860 53 7.93111720389694D-04 860 54 4.87338391242508D-03 860 55 -3.87883662118083D-03 860 56 -1.42989888249534D-02 860 57 -2.96102908697751D-02 860 58 -1.51137085073451D-01 860 59 -3.51127330610106D-01 860 60 2.42667275291216D-03 860 61 -1.49905285894276D-02 860 62 -1.02919734290540D-03 860 63 -1.33842100309452D-01 860 64 1.50692482060960D-03 860 65 -1.64953573257760D-01 860 66 5.19877795817846D-05 860 67 -7.52712991816202D-03 860 68 -1.37888843899632D-03 860 69 -2.34684228933202D-02 860 70 7.00152111696207D-03 860 71 -2.86609747990534D-02 860 72 3.67596693458153D-03 860 73 -2.89409037902856D-02 860 74 4.70822886388015D-05 860 75 -8.94230630493815D-04 860 76 6.19338510826421D-04 860 77 -2.33615041625228D-03 860 78 1.24665680960245D-03 860 79 -2.48213383485606D-03 861 28 -1.43301487556843D-03 861 29 -7.57217602274097D-03 861 30 -1.01174519198552D-03 861 31 -5.64228553010639D-03 861 32 3.15128335460114D-02 861 33 -1.61778847076921D-01 861 34 2.01178236647150D-04 861 35 -1.35360128678264D-02 861 36 4.40867397160414D-03 861 37 -1.92734696723661D-02 861 38 4.29669799370041D-01 861 39 -3.33369917787917D-01 861 40 1.12715686208735D-01 861 41 -2.41285179188614D-02 861 42 -5.67677471748434D-04 861 43 3.55933474415235D-03 861 44 1.60861905382915D-01 861 45 2.48439266414300D-01 861 46 -9.94629239500298D-03 861 47 2.36468384203971D-02 861 48 -3.22599128979200D-02 861 49 5.01816340170652D-02 861 50 5.84528423622755D-03 861 51 9.64112093791612D-02 861 52 7.51633631244165D-04 861 53 2.15034958149333D-02 861 54 2.98864672362209D-03 861 55 1.49392797031174D-02 861 56 -9.97587933635723D-03 861 57 1.00246435823757D-01 861 58 -1.74935602136453D-01 861 59 7.16522116797438D-01 861 60 1.03157517308230D-02 861 61 8.32912552373912D-03 861 62 -2.25929083054784D-02 861 63 1.44009581224378D-02 861 64 6.27626374944452D-02 861 65 9.35457919221337D-03 861 66 -6.75330903752187D-03 861 67 -1.36863040785755D-04 861 68 9.89173940667186D-03 861 69 -7.72702819606324D-03 861 70 -2.77236948290624D-02 861 71 -1.70963885042999D-02 861 72 -9.98570956036250D-03 861 73 -2.51638381525147D-02 861 74 -1.14214503360401D-04 861 75 -8.70678818777814D-04 861 76 -9.83315762596709D-04 861 77 -3.47542574771545D-03 861 78 -5.30443892658339D-04 861 79 -1.37785901645865D-02 862 28 1.32497159284857D-02 862 30 4.67467456319499D-03 862 32 3.13950059538749D-02 862 34 5.35914710931591D-03 862 36 6.72042966737001D-03 862 38 6.96697369342287D-01 862 40 7.89848145404488D-02 862 42 1.38270829861474D-04 862 44 5.69214972556112D-01 862 46 3.42007379355275D-02 862 48 8.23751178223309D-02 862 50 8.03376941477077D-02 862 52 1.14052830193270D-02 862 54 1.33677122745644D-02 862 56 7.08928538978570D-02 862 58 2.17455772108981D-01 862 60 8.90438036088758D-03 862 62 2.28365162799610D-01 862 64 2.49627878965569D-01 862 66 5.50402611392313D-03 862 68 1.08076975365387D-02 862 70 3.59008532769120D-02 862 72 9.66061671531455D-03 862 74 7.99064976408351D-05 862 76 8.55087378135837D-04 862 78 2.52983347378778D-03 863 28 1.00000000000000D+00 864 29 1.00000000000000D+00 865 30 1.00000000000000D+00 866 31 1.00000000000000D+00 867 32 1.00000000000000D+00 868 33 1.00000000000000D+00 869 34 1.00000000000000D+00 870 35 1.00000000000000D+00 871 36 1.00000000000000D+00 872 37 1.00000000000000D+00 873 38 1.00000000000000D+00 874 39 1.00000000000000D+00 875 40 1.00000000000000D+00 876 41 1.00000000000000D+00 877 42 1.00000000000000D+00 878 43 1.00000000000000D+00 879 44 1.00000000000000D+00 880 45 1.00000000000000D+00 881 46 1.00000000000000D+00 882 47 1.00000000000000D+00 883 48 1.00000000000000D+00 884 49 1.00000000000000D+00 885 50 1.00000000000000D+00 886 51 1.00000000000000D+00 887 52 1.00000000000000D+00 888 53 1.00000000000000D+00 889 54 1.00000000000000D+00 890 55 1.00000000000000D+00 891 56 1.00000000000000D+00 892 57 1.00000000000000D+00 893 58 1.00000000000000D+00 894 59 1.00000000000000D+00 895 60 1.00000000000000D+00 896 61 1.00000000000000D+00 897 62 1.00000000000000D+00 898 63 1.00000000000000D+00 899 64 1.00000000000000D+00 900 65 1.00000000000000D+00 901 66 1.00000000000000D+00 902 67 1.00000000000000D+00 903 68 1.00000000000000D+00 904 69 1.00000000000000D+00 905 70 1.00000000000000D+00 906 71 1.00000000000000D+00 907 72 1.00000000000000D+00 908 73 1.00000000000000D+00 909 74 1.00000000000000D+00 910 75 1.00000000000000D+00 911 76 1.00000000000000D+00 912 77 1.00000000000000D+00 913 78 1.00000000000000D+00 914 79 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 1.38888888888889D-14 26 0.00000000000000D+00 1.38888888888889D-14 27 0.00000000000000D+00 1.38888888888889D-14 28 0.00000000000000D+00 1.38888888888889D-14 29 0.00000000000000D+00 1.38888888888889D-14 30 0.00000000000000D+00 1.38888888888889D-14 31 0.00000000000000D+00 1.38888888888889D-14 32 0.00000000000000D+00 1.38888888888889D-14 33 0.00000000000000D+00 1.38888888888889D-14 34 0.00000000000000D+00 1.38888888888889D-14 35 0.00000000000000D+00 1.38888888888889D-14 36 0.00000000000000D+00 1.38888888888889D-14 37 0.00000000000000D+00 1.38888888888889D-14 38 0.00000000000000D+00 1.38888888888889D-14 39 0.00000000000000D+00 1.38888888888889D-14 40 0.00000000000000D+00 1.38888888888889D-14 41 0.00000000000000D+00 1.38888888888889D-14 42 0.00000000000000D+00 1.38888888888889D-14 43 0.00000000000000D+00 1.38888888888889D-14 44 0.00000000000000D+00 1.38888888888889D-14 45 0.00000000000000D+00 1.38888888888889D-14 46 0.00000000000000D+00 1.38888888888889D-14 47 0.00000000000000D+00 1.38888888888889D-14 48 0.00000000000000D+00 1.38888888888889D-14 49 0.00000000000000D+00 1.38888888888889D-14 50 0.00000000000000D+00 1.38888888888889D-14 51 0.00000000000000D+00 1.38888888888889D-14 52 0.00000000000000D+00 1.38888888888889D-14 53 0.00000000000000D+00 1.38888888888889D-14 54 0.00000000000000D+00 1.38888888888889D-14 55 0.00000000000000D+00 1.38888888888889D-14 56 0.00000000000000D+00 1.38888888888889D-14 57 0.00000000000000D+00 1.38888888888889D-14 58 0.00000000000000D+00 1.38888888888889D-14 59 0.00000000000000D+00 1.38888888888889D-14 60 0.00000000000000D+00 1.38888888888889D-14 61 0.00000000000000D+00 1.38888888888889D-14 62 0.00000000000000D+00 1.38888888888889D-14 63 0.00000000000000D+00 1.38888888888889D-14 64 0.00000000000000D+00 1.38888888888889D-14 65 0.00000000000000D+00 1.38888888888889D-14 66 0.00000000000000D+00 1.38888888888889D-14 67 0.00000000000000D+00 1.38888888888889D-14 68 0.00000000000000D+00 1.38888888888889D-14 69 0.00000000000000D+00 1.38888888888889D-14 70 0.00000000000000D+00 1.38888888888889D-14 71 0.00000000000000D+00 1.38888888888889D-14 72 0.00000000000000D+00 1.38888888888889D-14 73 0.00000000000000D+00 1.38888888888889D-14 74 0.00000000000000D+00 1.38888888888889D-14 75 0.00000000000000D+00 1.38888888888889D-14 76 0.00000000000000D+00 1.38888888888889D-14 77 0.00000000000000D+00 1.38888888888889D-14 78 0.00000000000000D+00 1.38888888888889D-14 79 0.00000000000000D+00 1.38888888888889D-14 80 0.00000000000000D+00 1.38888888888889D-14 81 0.00000000000000D+00 1.38888888888889D-14 82 0.00000000000000D+00 1.38888888888889D-14 83 0.00000000000000D+00 1.38888888888889D-14 84 0.00000000000000D+00 1.38888888888889D-14 85 0.00000000000000D+00 1.38888888888889D-14 86 0.00000000000000D+00 1.38888888888889D-14 87 0.00000000000000D+00 1.38888888888889D-14 88 0.00000000000000D+00 1.38888888888889D-14 89 0.00000000000000D+00 1.38888888888889D-14 90 0.00000000000000D+00 1.38888888888889D-14 91 0.00000000000000D+00 1.38888888888889D-14 92 0.00000000000000D+00 1.38888888888889D-14 93 0.00000000000000D+00 1.38888888888889D-14 94 0.00000000000000D+00 1.38888888888889D-14 95 0.00000000000000D+00 1.38888888888889D-14 96 0.00000000000000D+00 1.38888888888889D-14 97 0.00000000000000D+00 5.00000000000000D-14 98 0.00000000000000D+00 5.00000000000000D-14 99 0.00000000000000D+00 5.00000000000000D-14 100 0.00000000000000D+00 5.00000000000000D-14 101 0.00000000000000D+00 5.00000000000000D-14 102 0.00000000000000D+00 5.00000000000000D-14 103 0.00000000000000D+00 5.00000000000000D-14 104 0.00000000000000D+00 5.00000000000000D-14 105 0.00000000000000D+00 5.00000000000000D-14 106 0.00000000000000D+00 5.00000000000000D-14 107 0.00000000000000D+00 5.00000000000000D-14 108 0.00000000000000D+00 5.00000000000000D-14 109 0.00000000000000D+00 5.00000000000000D-14 110 0.00000000000000D+00 5.00000000000000D-14 111 0.00000000000000D+00 5.00000000000000D-14 112 0.00000000000000D+00 5.00000000000000D-14 113 0.00000000000000D+00 5.00000000000000D-14 114 0.00000000000000D+00 5.00000000000000D-14 115 0.00000000000000D+00 5.00000000000000D-14 116 0.00000000000000D+00 5.00000000000000D-14 117 0.00000000000000D+00 5.00000000000000D-14 118 0.00000000000000D+00 5.00000000000000D-14 119 0.00000000000000D+00 5.00000000000000D-14 120 0.00000000000000D+00 5.00000000000000D-14 121 0.00000000000000D+00 1.38888888888889D-14 122 0.00000000000000D+00 1.38888888888889D-14 123 0.00000000000000D+00 1.38888888888889D-14 124 0.00000000000000D+00 1.38888888888889D-14 125 0.00000000000000D+00 1.38888888888889D-14 126 0.00000000000000D+00 1.38888888888889D-14 127 0.00000000000000D+00 1.38888888888889D-14 128 0.00000000000000D+00 1.38888888888889D-14 129 0.00000000000000D+00 1.38888888888889D-14 130 0.00000000000000D+00 1.38888888888889D-14 131 0.00000000000000D+00 1.38888888888889D-14 132 0.00000000000000D+00 1.38888888888889D-14 133 0.00000000000000D+00 1.38888888888889D-14 134 0.00000000000000D+00 1.38888888888889D-14 135 0.00000000000000D+00 1.38888888888889D-14 136 0.00000000000000D+00 1.38888888888889D-14 137 0.00000000000000D+00 1.38888888888889D-14 138 0.00000000000000D+00 1.38888888888889D-14 139 0.00000000000000D+00 1.38888888888889D-14 140 0.00000000000000D+00 1.38888888888889D-14 141 0.00000000000000D+00 1.38888888888889D-14 142 0.00000000000000D+00 1.38888888888889D-14 143 0.00000000000000D+00 1.38888888888889D-14 144 0.00000000000000D+00 1.38888888888889D-14 145 0.00000000000000D+00 1.38888888888889D-14 146 0.00000000000000D+00 1.38888888888889D-14 147 0.00000000000000D+00 1.38888888888889D-14 148 0.00000000000000D+00 1.38888888888889D-14 149 0.00000000000000D+00 1.38888888888889D-14 150 0.00000000000000D+00 1.38888888888889D-14 151 0.00000000000000D+00 1.38888888888889D-14 152 0.00000000000000D+00 1.38888888888889D-14 153 0.00000000000000D+00 1.38888888888889D-14 154 0.00000000000000D+00 1.38888888888889D-14 155 0.00000000000000D+00 1.38888888888889D-14 156 0.00000000000000D+00 1.38888888888889D-14 157 0.00000000000000D+00 1.38888888888889D-14 158 0.00000000000000D+00 1.38888888888889D-14 159 0.00000000000000D+00 1.38888888888889D-14 160 0.00000000000000D+00 1.38888888888889D-14 161 0.00000000000000D+00 1.38888888888889D-14 162 0.00000000000000D+00 1.38888888888889D-14 163 0.00000000000000D+00 1.38888888888889D-14 164 0.00000000000000D+00 1.38888888888889D-14 165 0.00000000000000D+00 1.38888888888889D-14 166 0.00000000000000D+00 1.38888888888889D-14 167 0.00000000000000D+00 1.38888888888889D-14 168 0.00000000000000D+00 1.38888888888889D-14 169 0.00000000000000D+00 1.38888888888889D-14 170 0.00000000000000D+00 1.38888888888889D-14 171 0.00000000000000D+00 1.38888888888889D-14 172 0.00000000000000D+00 1.38888888888889D-14 173 0.00000000000000D+00 1.38888888888889D-14 174 0.00000000000000D+00 1.38888888888889D-14 175 0.00000000000000D+00 1.38888888888889D-14 176 0.00000000000000D+00 1.38888888888889D-14 177 0.00000000000000D+00 1.38888888888889D-14 178 0.00000000000000D+00 1.38888888888889D-14 179 0.00000000000000D+00 1.38888888888889D-14 180 0.00000000000000D+00 1.38888888888889D-14 181 0.00000000000000D+00 1.38888888888889D-14 182 0.00000000000000D+00 1.38888888888889D-14 183 0.00000000000000D+00 1.38888888888889D-14 184 0.00000000000000D+00 1.38888888888889D-14 185 0.00000000000000D+00 1.38888888888889D-14 186 0.00000000000000D+00 1.38888888888889D-14 187 0.00000000000000D+00 1.38888888888889D-14 188 0.00000000000000D+00 1.38888888888889D-14 189 0.00000000000000D+00 1.38888888888889D-14 190 0.00000000000000D+00 1.38888888888889D-14 191 0.00000000000000D+00 1.38888888888889D-14 192 0.00000000000000D+00 1.38888888888889D-14 193 0.00000000000000D+00 1.38888888888889D-14 194 0.00000000000000D+00 1.38888888888889D-14 195 0.00000000000000D+00 1.38888888888889D-14 196 0.00000000000000D+00 1.38888888888889D-14 197 0.00000000000000D+00 1.38888888888889D-14 198 0.00000000000000D+00 1.38888888888889D-14 199 0.00000000000000D+00 1.38888888888889D-14 200 0.00000000000000D+00 1.38888888888889D-14 201 0.00000000000000D+00 1.38888888888889D-14 202 0.00000000000000D+00 1.38888888888889D-14 203 0.00000000000000D+00 1.38888888888889D-14 204 0.00000000000000D+00 1.38888888888889D-14 205 0.00000000000000D+00 1.38888888888889D-14 206 0.00000000000000D+00 1.38888888888889D-14 207 0.00000000000000D+00 1.38888888888889D-14 208 0.00000000000000D+00 1.38888888888889D-14 209 0.00000000000000D+00 1.38888888888889D-14 210 0.00000000000000D+00 1.38888888888889D-14 211 0.00000000000000D+00 1.38888888888889D-14 212 0.00000000000000D+00 1.38888888888889D-14 213 0.00000000000000D+00 1.38888888888889D-14 214 0.00000000000000D+00 1.38888888888889D-14 215 0.00000000000000D+00 1.38888888888889D-14 216 0.00000000000000D+00 1.38888888888889D-14 217 0.00000000000000D+00 1.38888888888889D-14 218 0.00000000000000D+00 1.38888888888889D-14 219 0.00000000000000D+00 1.38888888888889D-14 220 0.00000000000000D+00 1.38888888888889D-14 221 0.00000000000000D+00 1.38888888888889D-14 222 0.00000000000000D+00 1.38888888888889D-14 223 0.00000000000000D+00 1.38888888888889D-14 224 0.00000000000000D+00 1.38888888888889D-14 225 0.00000000000000D+00 1.38888888888889D-14 226 0.00000000000000D+00 1.38888888888889D-14 227 0.00000000000000D+00 1.38888888888889D-14 228 0.00000000000000D+00 1.38888888888889D-14 229 0.00000000000000D+00 1.38888888888889D-14 230 0.00000000000000D+00 1.38888888888889D-14 231 0.00000000000000D+00 1.38888888888889D-14 232 0.00000000000000D+00 1.38888888888889D-14 233 0.00000000000000D+00 1.38888888888889D-14 234 0.00000000000000D+00 1.38888888888889D-14 235 0.00000000000000D+00 1.38888888888889D-14 236 0.00000000000000D+00 1.38888888888889D-14 237 0.00000000000000D+00 1.38888888888889D-14 238 0.00000000000000D+00 1.38888888888889D-14 239 0.00000000000000D+00 1.38888888888889D-14 240 0.00000000000000D+00 1.38888888888889D-14 241 0.00000000000000D+00 1.38888888888889D-14 242 0.00000000000000D+00 1.38888888888889D-14 243 0.00000000000000D+00 1.38888888888889D-14 244 0.00000000000000D+00 1.38888888888889D-14 245 0.00000000000000D+00 1.38888888888889D-14 246 0.00000000000000D+00 1.38888888888889D-14 247 0.00000000000000D+00 1.38888888888889D-14 248 0.00000000000000D+00 1.38888888888889D-14 249 0.00000000000000D+00 1.38888888888889D-14 250 0.00000000000000D+00 1.38888888888889D-14 251 0.00000000000000D+00 1.38888888888889D-14 252 0.00000000000000D+00 1.38888888888889D-14 253 0.00000000000000D+00 1.38888888888889D-14 254 0.00000000000000D+00 1.38888888888889D-14 255 0.00000000000000D+00 1.38888888888889D-14 256 0.00000000000000D+00 1.38888888888889D-14 257 0.00000000000000D+00 1.38888888888889D-14 258 0.00000000000000D+00 1.38888888888889D-14 259 0.00000000000000D+00 1.38888888888889D-14 260 0.00000000000000D+00 1.38888888888889D-14 261 0.00000000000000D+00 1.38888888888889D-14 262 0.00000000000000D+00 1.38888888888889D-14 263 0.00000000000000D+00 1.38888888888889D-14 264 0.00000000000000D+00 1.38888888888889D-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 1.38888888888889D-14 290 0.00000000000000D+00 1.38888888888889D-14 291 0.00000000000000D+00 1.38888888888889D-14 292 0.00000000000000D+00 1.38888888888889D-14 293 0.00000000000000D+00 1.38888888888889D-14 294 0.00000000000000D+00 1.38888888888889D-14 295 0.00000000000000D+00 1.38888888888889D-14 296 0.00000000000000D+00 1.38888888888889D-14 297 0.00000000000000D+00 1.38888888888889D-14 298 0.00000000000000D+00 1.38888888888889D-14 299 0.00000000000000D+00 1.38888888888889D-14 300 0.00000000000000D+00 1.38888888888889D-14 301 0.00000000000000D+00 1.38888888888889D-14 302 0.00000000000000D+00 1.38888888888889D-14 303 0.00000000000000D+00 1.38888888888889D-14 304 0.00000000000000D+00 1.38888888888889D-14 305 0.00000000000000D+00 1.38888888888889D-14 306 0.00000000000000D+00 1.38888888888889D-14 307 0.00000000000000D+00 1.38888888888889D-14 308 0.00000000000000D+00 1.38888888888889D-14 309 0.00000000000000D+00 1.38888888888889D-14 310 0.00000000000000D+00 1.38888888888889D-14 311 0.00000000000000D+00 1.38888888888889D-14 312 0.00000000000000D+00 1.38888888888889D-14 313 0.00000000000000D+00 1.38888888888889D-14 314 0.00000000000000D+00 1.38888888888889D-14 315 0.00000000000000D+00 1.38888888888889D-14 316 0.00000000000000D+00 1.38888888888889D-14 317 0.00000000000000D+00 1.38888888888889D-14 318 0.00000000000000D+00 1.38888888888889D-14 319 0.00000000000000D+00 1.38888888888889D-14 320 0.00000000000000D+00 1.38888888888889D-14 321 0.00000000000000D+00 1.38888888888889D-14 322 0.00000000000000D+00 1.38888888888889D-14 323 0.00000000000000D+00 1.38888888888889D-14 324 0.00000000000000D+00 1.38888888888889D-14 325 0.00000000000000D+00 1.38888888888889D-14 326 0.00000000000000D+00 1.38888888888889D-14 327 0.00000000000000D+00 1.38888888888889D-14 328 0.00000000000000D+00 1.38888888888889D-14 329 0.00000000000000D+00 1.38888888888889D-14 330 0.00000000000000D+00 1.38888888888889D-14 331 0.00000000000000D+00 1.38888888888889D-14 332 0.00000000000000D+00 1.38888888888889D-14 333 0.00000000000000D+00 1.38888888888889D-14 334 0.00000000000000D+00 1.38888888888889D-14 335 0.00000000000000D+00 1.38888888888889D-14 336 0.00000000000000D+00 1.38888888888889D-14 337 0.00000000000000D+00 1.38888888888889D-14 338 0.00000000000000D+00 1.38888888888889D-14 339 0.00000000000000D+00 1.38888888888889D-14 340 0.00000000000000D+00 1.38888888888889D-14 341 0.00000000000000D+00 1.38888888888889D-14 342 0.00000000000000D+00 1.38888888888889D-14 343 0.00000000000000D+00 1.38888888888889D-14 344 0.00000000000000D+00 1.38888888888889D-14 345 0.00000000000000D+00 1.38888888888889D-14 346 0.00000000000000D+00 1.38888888888889D-14 347 0.00000000000000D+00 1.38888888888889D-14 348 0.00000000000000D+00 1.38888888888889D-14 349 0.00000000000000D+00 1.38888888888889D-14 350 0.00000000000000D+00 1.38888888888889D-14 351 0.00000000000000D+00 1.38888888888889D-14 352 0.00000000000000D+00 1.38888888888889D-14 353 0.00000000000000D+00 1.38888888888889D-14 354 0.00000000000000D+00 1.38888888888889D-14 355 0.00000000000000D+00 1.38888888888889D-14 356 0.00000000000000D+00 1.38888888888889D-14 357 0.00000000000000D+00 1.38888888888889D-14 358 0.00000000000000D+00 1.38888888888889D-14 359 0.00000000000000D+00 1.38888888888889D-14 360 0.00000000000000D+00 1.38888888888889D-14 361 0.00000000000000D+00 5.00000000000000D-14 362 0.00000000000000D+00 5.00000000000000D-14 363 0.00000000000000D+00 5.00000000000000D-14 364 0.00000000000000D+00 5.00000000000000D-14 365 0.00000000000000D+00 5.00000000000000D-14 366 0.00000000000000D+00 5.00000000000000D-14 367 0.00000000000000D+00 5.00000000000000D-14 368 0.00000000000000D+00 5.00000000000000D-14 369 0.00000000000000D+00 5.00000000000000D-14 370 0.00000000000000D+00 5.00000000000000D-14 371 0.00000000000000D+00 5.00000000000000D-14 372 0.00000000000000D+00 5.00000000000000D-14 373 0.00000000000000D+00 5.00000000000000D-14 374 0.00000000000000D+00 5.00000000000000D-14 375 0.00000000000000D+00 5.00000000000000D-14 376 0.00000000000000D+00 5.00000000000000D-14 377 0.00000000000000D+00 5.00000000000000D-14 378 0.00000000000000D+00 5.00000000000000D-14 379 0.00000000000000D+00 5.00000000000000D-14 380 0.00000000000000D+00 5.00000000000000D-14 381 0.00000000000000D+00 5.00000000000000D-14 382 0.00000000000000D+00 5.00000000000000D-14 383 0.00000000000000D+00 5.00000000000000D-14 384 0.00000000000000D+00 5.00000000000000D-14 385 0.00000000000000D+00 1.38888888888889D-14 386 0.00000000000000D+00 1.38888888888889D-14 387 0.00000000000000D+00 1.38888888888889D-14 388 0.00000000000000D+00 1.38888888888889D-14 389 0.00000000000000D+00 1.38888888888889D-14 390 0.00000000000000D+00 1.38888888888889D-14 391 0.00000000000000D+00 1.38888888888889D-14 392 0.00000000000000D+00 1.38888888888889D-14 393 0.00000000000000D+00 1.38888888888889D-14 394 0.00000000000000D+00 1.38888888888889D-14 395 0.00000000000000D+00 1.38888888888889D-14 396 0.00000000000000D+00 1.38888888888889D-14 397 0.00000000000000D+00 1.38888888888889D-14 398 0.00000000000000D+00 1.38888888888889D-14 399 0.00000000000000D+00 1.38888888888889D-14 400 0.00000000000000D+00 1.38888888888889D-14 401 0.00000000000000D+00 1.38888888888889D-14 402 0.00000000000000D+00 1.38888888888889D-14 403 0.00000000000000D+00 1.38888888888889D-14 404 0.00000000000000D+00 1.38888888888889D-14 405 0.00000000000000D+00 1.38888888888889D-14 406 0.00000000000000D+00 1.38888888888889D-14 407 0.00000000000000D+00 1.38888888888889D-14 408 0.00000000000000D+00 1.38888888888889D-14 409 0.00000000000000D+00 1.38888888888889D-14 410 0.00000000000000D+00 1.38888888888889D-14 411 0.00000000000000D+00 1.38888888888889D-14 412 0.00000000000000D+00 1.38888888888889D-14 413 0.00000000000000D+00 1.38888888888889D-14 414 0.00000000000000D+00 1.38888888888889D-14 415 0.00000000000000D+00 1.38888888888889D-14 416 0.00000000000000D+00 1.38888888888889D-14 417 0.00000000000000D+00 1.38888888888889D-14 418 0.00000000000000D+00 1.38888888888889D-14 419 0.00000000000000D+00 1.38888888888889D-14 420 0.00000000000000D+00 1.38888888888889D-14 421 0.00000000000000D+00 1.38888888888889D-14 422 0.00000000000000D+00 1.38888888888889D-14 423 0.00000000000000D+00 1.38888888888889D-14 424 0.00000000000000D+00 1.38888888888889D-14 425 0.00000000000000D+00 1.38888888888889D-14 426 0.00000000000000D+00 1.38888888888889D-14 427 0.00000000000000D+00 1.38888888888889D-14 428 0.00000000000000D+00 1.38888888888889D-14 429 0.00000000000000D+00 1.38888888888889D-14 430 0.00000000000000D+00 1.38888888888889D-14 431 0.00000000000000D+00 1.38888888888889D-14 432 0.00000000000000D+00 1.38888888888889D-14 433 0.00000000000000D+00 1.38888888888889D-14 434 0.00000000000000D+00 1.38888888888889D-14 435 0.00000000000000D+00 1.38888888888889D-14 436 0.00000000000000D+00 1.38888888888889D-14 437 0.00000000000000D+00 1.38888888888889D-14 438 0.00000000000000D+00 1.38888888888889D-14 439 0.00000000000000D+00 1.38888888888889D-14 440 0.00000000000000D+00 1.38888888888889D-14 441 0.00000000000000D+00 1.38888888888889D-14 442 0.00000000000000D+00 1.38888888888889D-14 443 0.00000000000000D+00 1.38888888888889D-14 444 0.00000000000000D+00 1.38888888888889D-14 445 0.00000000000000D+00 1.38888888888889D-14 446 0.00000000000000D+00 1.38888888888889D-14 447 0.00000000000000D+00 1.38888888888889D-14 448 0.00000000000000D+00 1.38888888888889D-14 449 0.00000000000000D+00 1.38888888888889D-14 450 0.00000000000000D+00 1.38888888888889D-14 451 0.00000000000000D+00 1.38888888888889D-14 452 0.00000000000000D+00 1.38888888888889D-14 453 0.00000000000000D+00 1.38888888888889D-14 454 0.00000000000000D+00 1.38888888888889D-14 455 0.00000000000000D+00 1.38888888888889D-14 456 0.00000000000000D+00 1.38888888888889D-14 457 0.00000000000000D+00 5.00000000000000D-14 458 0.00000000000000D+00 5.00000000000000D-14 459 0.00000000000000D+00 5.00000000000000D-14 460 0.00000000000000D+00 5.00000000000000D-14 461 0.00000000000000D+00 5.00000000000000D-14 462 0.00000000000000D+00 5.00000000000000D-14 463 0.00000000000000D+00 5.00000000000000D-14 464 0.00000000000000D+00 5.00000000000000D-14 465 0.00000000000000D+00 5.00000000000000D-14 466 0.00000000000000D+00 5.00000000000000D-14 467 0.00000000000000D+00 5.00000000000000D-14 468 0.00000000000000D+00 5.00000000000000D-14 469 0.00000000000000D+00 5.00000000000000D-14 470 0.00000000000000D+00 5.00000000000000D-14 471 0.00000000000000D+00 5.00000000000000D-14 472 0.00000000000000D+00 5.00000000000000D-14 473 0.00000000000000D+00 5.00000000000000D-14 474 0.00000000000000D+00 5.00000000000000D-14 475 0.00000000000000D+00 5.00000000000000D-14 476 0.00000000000000D+00 5.00000000000000D-14 477 0.00000000000000D+00 5.00000000000000D-14 478 0.00000000000000D+00 5.00000000000000D-14 479 0.00000000000000D+00 5.00000000000000D-14 480 0.00000000000000D+00 5.00000000000000D-14 481 0.00000000000000D+00 1.38888888888889D-14 482 0.00000000000000D+00 1.38888888888889D-14 483 0.00000000000000D+00 1.38888888888889D-14 484 0.00000000000000D+00 1.38888888888889D-14 485 0.00000000000000D+00 1.38888888888889D-14 486 0.00000000000000D+00 1.38888888888889D-14 487 0.00000000000000D+00 1.38888888888889D-14 488 0.00000000000000D+00 1.38888888888889D-14 489 0.00000000000000D+00 1.38888888888889D-14 490 0.00000000000000D+00 1.38888888888889D-14 491 0.00000000000000D+00 1.38888888888889D-14 492 0.00000000000000D+00 1.38888888888889D-14 493 0.00000000000000D+00 1.38888888888889D-14 494 0.00000000000000D+00 1.38888888888889D-14 495 0.00000000000000D+00 1.38888888888889D-14 496 0.00000000000000D+00 1.38888888888889D-14 497 0.00000000000000D+00 1.38888888888889D-14 498 0.00000000000000D+00 1.38888888888889D-14 499 0.00000000000000D+00 1.38888888888889D-14 500 0.00000000000000D+00 1.38888888888889D-14 501 0.00000000000000D+00 1.38888888888889D-14 502 0.00000000000000D+00 1.38888888888889D-14 503 0.00000000000000D+00 1.38888888888889D-14 504 0.00000000000000D+00 1.38888888888889D-14 505 0.00000000000000D+00 1.38888888888889D-14 506 0.00000000000000D+00 1.38888888888889D-14 507 0.00000000000000D+00 1.38888888888889D-14 508 0.00000000000000D+00 1.38888888888889D-14 509 0.00000000000000D+00 1.38888888888889D-14 510 0.00000000000000D+00 1.38888888888889D-14 511 0.00000000000000D+00 1.38888888888889D-14 512 0.00000000000000D+00 1.38888888888889D-14 513 0.00000000000000D+00 1.38888888888889D-14 514 0.00000000000000D+00 1.38888888888889D-14 515 0.00000000000000D+00 1.38888888888889D-14 516 0.00000000000000D+00 1.38888888888889D-14 517 0.00000000000000D+00 1.38888888888889D-14 518 0.00000000000000D+00 1.38888888888889D-14 519 0.00000000000000D+00 1.38888888888889D-14 520 0.00000000000000D+00 1.38888888888889D-14 521 0.00000000000000D+00 1.38888888888889D-14 522 0.00000000000000D+00 1.38888888888889D-14 523 0.00000000000000D+00 1.38888888888889D-14 524 0.00000000000000D+00 1.38888888888889D-14 525 0.00000000000000D+00 1.38888888888889D-14 526 0.00000000000000D+00 1.38888888888889D-14 527 0.00000000000000D+00 1.38888888888889D-14 528 0.00000000000000D+00 1.38888888888889D-14 529 0.00000000000000D+00 1.38888888888889D-14 530 0.00000000000000D+00 1.38888888888889D-14 531 0.00000000000000D+00 1.38888888888889D-14 532 0.00000000000000D+00 1.38888888888889D-14 533 0.00000000000000D+00 1.38888888888889D-14 534 0.00000000000000D+00 1.38888888888889D-14 535 0.00000000000000D+00 1.38888888888889D-14 536 0.00000000000000D+00 1.38888888888889D-14 537 0.00000000000000D+00 1.38888888888889D-14 538 0.00000000000000D+00 1.38888888888889D-14 539 0.00000000000000D+00 1.38888888888889D-14 540 0.00000000000000D+00 1.38888888888889D-14 541 0.00000000000000D+00 1.38888888888889D-14 542 0.00000000000000D+00 1.38888888888889D-14 543 0.00000000000000D+00 1.38888888888889D-14 544 0.00000000000000D+00 1.38888888888889D-14 545 0.00000000000000D+00 1.38888888888889D-14 546 0.00000000000000D+00 1.38888888888889D-14 547 0.00000000000000D+00 1.38888888888889D-14 548 0.00000000000000D+00 1.38888888888889D-14 549 0.00000000000000D+00 1.38888888888889D-14 550 0.00000000000000D+00 1.38888888888889D-14 551 0.00000000000000D+00 1.38888888888889D-14 552 0.00000000000000D+00 1.38888888888889D-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 1.38888888888889D-14 578 0.00000000000000D+00 1.38888888888889D-14 579 0.00000000000000D+00 1.38888888888889D-14 580 0.00000000000000D+00 1.38888888888889D-14 581 0.00000000000000D+00 1.38888888888889D-14 582 0.00000000000000D+00 1.38888888888889D-14 583 0.00000000000000D+00 1.38888888888889D-14 584 0.00000000000000D+00 1.38888888888889D-14 585 0.00000000000000D+00 1.38888888888889D-14 586 0.00000000000000D+00 1.38888888888889D-14 587 0.00000000000000D+00 1.38888888888889D-14 588 0.00000000000000D+00 1.38888888888889D-14 589 0.00000000000000D+00 1.38888888888889D-14 590 0.00000000000000D+00 1.38888888888889D-14 591 0.00000000000000D+00 1.38888888888889D-14 592 0.00000000000000D+00 1.38888888888889D-14 593 0.00000000000000D+00 1.38888888888889D-14 594 0.00000000000000D+00 1.38888888888889D-14 595 0.00000000000000D+00 1.38888888888889D-14 596 0.00000000000000D+00 1.38888888888889D-14 597 0.00000000000000D+00 1.38888888888889D-14 598 0.00000000000000D+00 1.38888888888889D-14 599 0.00000000000000D+00 1.38888888888889D-14 600 0.00000000000000D+00 1.38888888888889D-14 601 0.00000000000000D+00 1.38888888888889D-14 602 0.00000000000000D+00 1.38888888888889D-14 603 0.00000000000000D+00 1.38888888888889D-14 604 0.00000000000000D+00 1.38888888888889D-14 605 0.00000000000000D+00 1.38888888888889D-14 606 0.00000000000000D+00 1.38888888888889D-14 607 0.00000000000000D+00 1.38888888888889D-14 608 0.00000000000000D+00 1.38888888888889D-14 609 0.00000000000000D+00 1.38888888888889D-14 610 0.00000000000000D+00 1.38888888888889D-14 611 0.00000000000000D+00 1.38888888888889D-14 612 0.00000000000000D+00 1.38888888888889D-14 613 0.00000000000000D+00 1.38888888888889D-14 614 0.00000000000000D+00 1.38888888888889D-14 615 0.00000000000000D+00 1.38888888888889D-14 616 0.00000000000000D+00 1.38888888888889D-14 617 0.00000000000000D+00 1.38888888888889D-14 618 0.00000000000000D+00 1.38888888888889D-14 619 0.00000000000000D+00 1.38888888888889D-14 620 0.00000000000000D+00 1.38888888888889D-14 621 0.00000000000000D+00 1.38888888888889D-14 622 0.00000000000000D+00 1.38888888888889D-14 623 0.00000000000000D+00 1.38888888888889D-14 624 0.00000000000000D+00 1.38888888888889D-14 625 0.00000000000000D+00 1.38888888888889D-14 626 0.00000000000000D+00 1.38888888888889D-14 627 0.00000000000000D+00 1.38888888888889D-14 628 0.00000000000000D+00 1.38888888888889D-14 629 0.00000000000000D+00 1.38888888888889D-14 630 0.00000000000000D+00 1.38888888888889D-14 631 0.00000000000000D+00 1.38888888888889D-14 632 0.00000000000000D+00 1.38888888888889D-14 633 0.00000000000000D+00 1.38888888888889D-14 634 0.00000000000000D+00 1.38888888888889D-14 635 0.00000000000000D+00 1.38888888888889D-14 636 0.00000000000000D+00 1.38888888888889D-14 637 0.00000000000000D+00 1.38888888888889D-14 638 0.00000000000000D+00 1.38888888888889D-14 639 0.00000000000000D+00 1.38888888888889D-14 640 0.00000000000000D+00 1.38888888888889D-14 641 0.00000000000000D+00 1.38888888888889D-14 642 0.00000000000000D+00 1.38888888888889D-14 643 0.00000000000000D+00 1.38888888888889D-14 644 0.00000000000000D+00 1.38888888888889D-14 645 0.00000000000000D+00 1.38888888888889D-14 646 0.00000000000000D+00 1.38888888888889D-14 647 0.00000000000000D+00 1.38888888888889D-14 648 0.00000000000000D+00 1.38888888888889D-14 649 0.00000000000000D+00 5.00000000000000D-14 650 0.00000000000000D+00 5.00000000000000D-14 651 0.00000000000000D+00 5.00000000000000D-14 652 0.00000000000000D+00 5.00000000000000D-14 653 0.00000000000000D+00 5.00000000000000D-14 654 0.00000000000000D+00 5.00000000000000D-14 655 0.00000000000000D+00 5.00000000000000D-14 656 0.00000000000000D+00 5.00000000000000D-14 657 0.00000000000000D+00 5.00000000000000D-14 658 0.00000000000000D+00 5.00000000000000D-14 659 0.00000000000000D+00 5.00000000000000D-14 660 0.00000000000000D+00 5.00000000000000D-14 661 0.00000000000000D+00 5.00000000000000D-14 662 0.00000000000000D+00 5.00000000000000D-14 663 0.00000000000000D+00 5.00000000000000D-14 664 0.00000000000000D+00 5.00000000000000D-14 665 0.00000000000000D+00 5.00000000000000D-14 666 0.00000000000000D+00 5.00000000000000D-14 667 0.00000000000000D+00 5.00000000000000D-14 668 0.00000000000000D+00 5.00000000000000D-14 669 0.00000000000000D+00 5.00000000000000D-14 670 0.00000000000000D+00 5.00000000000000D-14 671 0.00000000000000D+00 5.00000000000000D-14 672 0.00000000000000D+00 5.00000000000000D-14 673 0.00000000000000D+00 1.38888888888889D-14 674 0.00000000000000D+00 1.38888888888889D-14 675 0.00000000000000D+00 1.38888888888889D-14 676 0.00000000000000D+00 1.38888888888889D-14 677 0.00000000000000D+00 1.38888888888889D-14 678 0.00000000000000D+00 1.38888888888889D-14 679 0.00000000000000D+00 1.38888888888889D-14 680 0.00000000000000D+00 1.38888888888889D-14 681 0.00000000000000D+00 1.38888888888889D-14 682 0.00000000000000D+00 1.38888888888889D-14 683 0.00000000000000D+00 1.38888888888889D-14 684 0.00000000000000D+00 1.38888888888889D-14 685 0.00000000000000D+00 1.38888888888889D-14 686 0.00000000000000D+00 1.38888888888889D-14 687 0.00000000000000D+00 1.38888888888889D-14 688 0.00000000000000D+00 1.38888888888889D-14 689 0.00000000000000D+00 1.38888888888889D-14 690 0.00000000000000D+00 1.38888888888889D-14 691 0.00000000000000D+00 1.38888888888889D-14 692 0.00000000000000D+00 1.38888888888889D-14 693 0.00000000000000D+00 1.38888888888889D-14 694 0.00000000000000D+00 1.38888888888889D-14 695 0.00000000000000D+00 1.38888888888889D-14 696 0.00000000000000D+00 1.38888888888889D-14 697 0.00000000000000D+00 1.38888888888889D-14 698 0.00000000000000D+00 1.38888888888889D-14 699 0.00000000000000D+00 1.38888888888889D-14 700 0.00000000000000D+00 1.38888888888889D-14 701 0.00000000000000D+00 1.38888888888889D-14 702 0.00000000000000D+00 1.38888888888889D-14 703 0.00000000000000D+00 1.38888888888889D-14 704 0.00000000000000D+00 1.38888888888889D-14 705 0.00000000000000D+00 1.38888888888889D-14 706 0.00000000000000D+00 1.38888888888889D-14 707 0.00000000000000D+00 1.38888888888889D-14 708 0.00000000000000D+00 1.38888888888889D-14 709 0.00000000000000D+00 1.38888888888889D-14 710 0.00000000000000D+00 1.38888888888889D-14 711 0.00000000000000D+00 1.38888888888889D-14 712 0.00000000000000D+00 1.38888888888889D-14 713 0.00000000000000D+00 1.38888888888889D-14 714 0.00000000000000D+00 1.38888888888889D-14 715 0.00000000000000D+00 1.38888888888889D-14 716 0.00000000000000D+00 1.38888888888889D-14 717 0.00000000000000D+00 1.38888888888889D-14 718 0.00000000000000D+00 1.38888888888889D-14 719 0.00000000000000D+00 1.38888888888889D-14 720 0.00000000000000D+00 1.38888888888889D-14 721 0.00000000000000D+00 1.38888888888889D-14 722 0.00000000000000D+00 1.38888888888889D-14 723 0.00000000000000D+00 1.38888888888889D-14 724 0.00000000000000D+00 1.38888888888889D-14 725 0.00000000000000D+00 1.38888888888889D-14 726 0.00000000000000D+00 1.38888888888889D-14 727 0.00000000000000D+00 1.38888888888889D-14 728 0.00000000000000D+00 1.38888888888889D-14 729 0.00000000000000D+00 1.38888888888889D-14 730 0.00000000000000D+00 1.38888888888889D-14 731 0.00000000000000D+00 1.38888888888889D-14 732 0.00000000000000D+00 1.38888888888889D-14 733 0.00000000000000D+00 1.38888888888889D-14 734 0.00000000000000D+00 1.38888888888889D-14 735 0.00000000000000D+00 1.38888888888889D-14 736 0.00000000000000D+00 1.38888888888889D-14 737 0.00000000000000D+00 1.38888888888889D-14 738 0.00000000000000D+00 1.38888888888889D-14 739 0.00000000000000D+00 1.38888888888889D-14 740 0.00000000000000D+00 1.38888888888889D-14 741 0.00000000000000D+00 1.38888888888889D-14 742 0.00000000000000D+00 1.38888888888889D-14 743 0.00000000000000D+00 1.38888888888889D-14 744 0.00000000000000D+00 1.38888888888889D-14 745 0.00000000000000D+00 5.00000000000000D-14 746 0.00000000000000D+00 5.00000000000000D-14 747 0.00000000000000D+00 5.00000000000000D-14 748 0.00000000000000D+00 5.00000000000000D-14 749 0.00000000000000D+00 5.00000000000000D-14 750 0.00000000000000D+00 5.00000000000000D-14 751 0.00000000000000D+00 5.00000000000000D-14 752 0.00000000000000D+00 5.00000000000000D-14 753 0.00000000000000D+00 5.00000000000000D-14 754 0.00000000000000D+00 5.00000000000000D-14 755 0.00000000000000D+00 5.00000000000000D-14 756 0.00000000000000D+00 5.00000000000000D-14 757 0.00000000000000D+00 5.00000000000000D-14 758 0.00000000000000D+00 5.00000000000000D-14 759 0.00000000000000D+00 5.00000000000000D-14 760 0.00000000000000D+00 5.00000000000000D-14 761 0.00000000000000D+00 5.00000000000000D-14 762 0.00000000000000D+00 5.00000000000000D-14 763 0.00000000000000D+00 5.00000000000000D-14 764 0.00000000000000D+00 5.00000000000000D-14 765 0.00000000000000D+00 5.00000000000000D-14 766 0.00000000000000D+00 5.00000000000000D-14 767 0.00000000000000D+00 5.00000000000000D-14 768 0.00000000000000D+00 5.00000000000000D-14 769 0.00000000000000D+00 1.38888888888889D-14 770 0.00000000000000D+00 1.38888888888889D-14 771 0.00000000000000D+00 1.38888888888889D-14 772 0.00000000000000D+00 1.38888888888889D-14 773 0.00000000000000D+00 1.38888888888889D-14 774 0.00000000000000D+00 1.38888888888889D-14 775 0.00000000000000D+00 1.38888888888889D-14 776 0.00000000000000D+00 1.38888888888889D-14 777 0.00000000000000D+00 1.38888888888889D-14 778 0.00000000000000D+00 1.38888888888889D-14 779 0.00000000000000D+00 1.38888888888889D-14 780 0.00000000000000D+00 1.38888888888889D-14 781 0.00000000000000D+00 1.38888888888889D-14 782 0.00000000000000D+00 1.38888888888889D-14 783 0.00000000000000D+00 1.38888888888889D-14 784 0.00000000000000D+00 1.38888888888889D-14 785 0.00000000000000D+00 1.38888888888889D-14 786 0.00000000000000D+00 1.38888888888889D-14 787 0.00000000000000D+00 1.38888888888889D-14 788 0.00000000000000D+00 1.38888888888889D-14 789 0.00000000000000D+00 1.38888888888889D-14 790 0.00000000000000D+00 1.38888888888889D-14 791 0.00000000000000D+00 1.38888888888889D-14 792 0.00000000000000D+00 1.38888888888889D-14 793 0.00000000000000D+00 1.38888888888889D-14 794 0.00000000000000D+00 1.38888888888889D-14 795 0.00000000000000D+00 1.38888888888889D-14 796 0.00000000000000D+00 1.38888888888889D-14 797 0.00000000000000D+00 1.38888888888889D-14 798 0.00000000000000D+00 1.38888888888889D-14 799 0.00000000000000D+00 1.38888888888889D-14 800 0.00000000000000D+00 1.38888888888889D-14 801 0.00000000000000D+00 1.38888888888889D-14 802 0.00000000000000D+00 1.38888888888889D-14 803 0.00000000000000D+00 1.38888888888889D-14 804 0.00000000000000D+00 1.38888888888889D-14 805 0.00000000000000D+00 1.38888888888889D-14 806 0.00000000000000D+00 1.38888888888889D-14 807 0.00000000000000D+00 1.38888888888889D-14 808 0.00000000000000D+00 1.38888888888889D-14 809 0.00000000000000D+00 1.38888888888889D-14 810 0.00000000000000D+00 1.38888888888889D-14 811 0.00000000000000D+00 1.38888888888889D-14 812 0.00000000000000D+00 1.38888888888889D-14 813 0.00000000000000D+00 1.38888888888889D-14 814 0.00000000000000D+00 1.38888888888889D-14 815 0.00000000000000D+00 1.38888888888889D-14 816 0.00000000000000D+00 1.38888888888889D-14 817 0.00000000000000D+00 1.38888888888889D-14 818 0.00000000000000D+00 1.38888888888889D-14 819 0.00000000000000D+00 1.38888888888889D-14 820 0.00000000000000D+00 1.38888888888889D-14 821 0.00000000000000D+00 1.38888888888889D-14 822 0.00000000000000D+00 1.38888888888889D-14 823 0.00000000000000D+00 1.38888888888889D-14 824 0.00000000000000D+00 1.38888888888889D-14 825 0.00000000000000D+00 1.38888888888889D-14 826 0.00000000000000D+00 1.38888888888889D-14 827 0.00000000000000D+00 1.38888888888889D-14 828 0.00000000000000D+00 1.38888888888889D-14 829 0.00000000000000D+00 1.38888888888889D-14 830 0.00000000000000D+00 1.38888888888889D-14 831 0.00000000000000D+00 1.38888888888889D-14 832 0.00000000000000D+00 1.38888888888889D-14 833 0.00000000000000D+00 1.38888888888889D-14 834 0.00000000000000D+00 1.38888888888889D-14 835 0.00000000000000D+00 1.38888888888889D-14 836 0.00000000000000D+00 1.38888888888889D-14 837 0.00000000000000D+00 1.38888888888889D-14 838 0.00000000000000D+00 1.38888888888889D-14 839 0.00000000000000D+00 1.38888888888889D-14 840 0.00000000000000D+00 1.38888888888889D-14 841 0.00000000000000D+00 5.00000000000000D-07 842 0.00000000000000D+00 5.00000000000000D-07 843 0.00000000000000D+00 5.00000000000000D-07 844 0.00000000000000D+00 5.00000000000000D-07 845 0.00000000000000D+00 5.00000000000000D-07 846 0.00000000000000D+00 5.00000000000000D-07 847 0.00000000000000D+00 5.00000000000000D-07 848 0.00000000000000D+00 5.00000000000000D-07 849 0.00000000000000D+00 5.00000000000000D-07 850 0.00000000000000D+00 5.00000000000000D-07 851 0.00000000000000D+00 5.00000000000000D-07 852 0.00000000000000D+00 5.00000000000000D-07 853 0.00000000000000D+00 5.00000000000000D-07 854 0.00000000000000D+00 1.00000000000000D-04 855 0.00000000000000D+00 1.00000000000000D-04 856 0.00000000000000D+00 1.00000000000000D-04 857 0.00000000000000D+00 1.00000000000000D-04 858 0.00000000000000D+00 1.00000000000000D-04 859 0.00000000000000D+00 1.00000000000000D-04 860 0.00000000000000D+00 5.00000000000000D-11 861 0.00000000000000D+00 5.00000000000000D-11 862 0.00000000000000D+00 5.00000000000000D-11 863 0.00000000000000D+00 1.00000000000000D-06 864 0.00000000000000D+00 1.00000000000000D-06 865 0.00000000000000D+00 1.00000000000000D-06 866 0.00000000000000D+00 1.00000000000000D-06 867 0.00000000000000D+00 1.00000000000000D-06 868 0.00000000000000D+00 1.00000000000000D-06 869 0.00000000000000D+00 1.00000000000000D-06 870 0.00000000000000D+00 1.00000000000000D-06 871 0.00000000000000D+00 1.00000000000000D-06 872 0.00000000000000D+00 1.00000000000000D-06 873 0.00000000000000D+00 1.00000000000000D-06 874 0.00000000000000D+00 1.00000000000000D-06 875 0.00000000000000D+00 1.00000000000000D-06 876 0.00000000000000D+00 1.00000000000000D-06 877 0.00000000000000D+00 1.00000000000000D-06 878 0.00000000000000D+00 1.00000000000000D-06 879 0.00000000000000D+00 1.00000000000000D-06 880 0.00000000000000D+00 1.00000000000000D-06 881 0.00000000000000D+00 1.00000000000000D-06 882 0.00000000000000D+00 1.00000000000000D-06 883 0.00000000000000D+00 1.00000000000000D-06 884 0.00000000000000D+00 1.00000000000000D-06 885 0.00000000000000D+00 1.00000000000000D-06 886 0.00000000000000D+00 1.00000000000000D-06 887 0.00000000000000D+00 1.00000000000000D-06 888 0.00000000000000D+00 1.00000000000000D-06 889 0.00000000000000D+00 1.00000000000000D-06 890 0.00000000000000D+00 1.00000000000000D-06 891 0.00000000000000D+00 1.00000000000000D-06 892 0.00000000000000D+00 1.00000000000000D-06 893 0.00000000000000D+00 1.00000000000000D-06 894 0.00000000000000D+00 1.00000000000000D-06 895 0.00000000000000D+00 1.00000000000000D-06 896 0.00000000000000D+00 1.00000000000000D-06 897 0.00000000000000D+00 1.00000000000000D-06 898 0.00000000000000D+00 1.00000000000000D-06 899 0.00000000000000D+00 1.00000000000000D-06 900 0.00000000000000D+00 1.00000000000000D-06 901 0.00000000000000D+00 1.00000000000000D-06 902 0.00000000000000D+00 1.00000000000000D-06 903 0.00000000000000D+00 1.00000000000000D-06 904 0.00000000000000D+00 1.00000000000000D-06 905 0.00000000000000D+00 1.00000000000000D-06 906 0.00000000000000D+00 1.00000000000000D-06 907 0.00000000000000D+00 1.00000000000000D-06 908 0.00000000000000D+00 1.00000000000000D-06 909 0.00000000000000D+00 1.00000000000000D-06 910 0.00000000000000D+00 1.00000000000000D-06 911 0.00000000000000D+00 1.00000000000000D-06 912 0.00000000000000D+00 1.00000000000000D-06 913 0.00000000000000D+00 1.00000000000000D-06 914 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 5.18400000000000D+27 26 26 5.18400000000000D+27 27 27 5.18400000000000D+27 28 28 5.18400000000000D+27 29 29 5.18400000000000D+27 30 30 5.18400000000000D+27 31 31 5.18400000000000D+27 32 32 5.18400000000000D+27 33 33 5.18400000000000D+27 34 34 5.18400000000000D+27 35 35 5.18400000000000D+27 36 36 5.18400000000000D+27 37 37 5.18400000000000D+27 38 38 5.18400000000000D+27 39 39 5.18400000000000D+27 40 40 5.18400000000000D+27 41 41 5.18400000000000D+27 42 42 5.18400000000000D+27 43 43 5.18400000000000D+27 44 44 5.18400000000000D+27 45 45 5.18400000000000D+27 46 46 5.18400000000000D+27 47 47 5.18400000000000D+27 48 48 5.18400000000000D+27 49 49 5.18400000000000D+27 50 50 5.18400000000000D+27 51 51 5.18400000000000D+27 52 52 5.18400000000000D+27 53 53 5.18400000000000D+27 54 54 5.18400000000000D+27 55 55 5.18400000000000D+27 56 56 5.18400000000000D+27 57 57 5.18400000000000D+27 58 58 5.18400000000000D+27 59 59 5.18400000000000D+27 60 60 5.18400000000000D+27 61 61 5.18400000000000D+27 62 62 5.18400000000000D+27 63 63 5.18400000000000D+27 64 64 5.18400000000000D+27 65 65 5.18400000000000D+27 66 66 5.18400000000000D+27 67 67 5.18400000000000D+27 68 68 5.18400000000000D+27 69 69 5.18400000000000D+27 70 70 5.18400000000000D+27 71 71 5.18400000000000D+27 72 72 5.18400000000000D+27 73 73 5.18400000000000D+27 74 74 5.18400000000000D+27 75 75 5.18400000000000D+27 76 76 5.18400000000000D+27 77 77 5.18400000000000D+27 78 78 5.18400000000000D+27 79 79 5.18400000000000D+27 80 80 5.18400000000000D+27 81 81 5.18400000000000D+27 82 82 5.18400000000000D+27 83 83 5.18400000000000D+27 84 84 5.18400000000000D+27 85 85 5.18400000000000D+27 86 86 5.18400000000000D+27 87 87 5.18400000000000D+27 88 88 5.18400000000000D+27 89 89 5.18400000000000D+27 90 90 5.18400000000000D+27 91 91 5.18400000000000D+27 92 92 5.18400000000000D+27 93 93 5.18400000000000D+27 94 94 5.18400000000000D+27 95 95 5.18400000000000D+27 96 96 5.18400000000000D+27 97 97 4.00000000000000D+26 98 98 4.00000000000000D+26 99 99 4.00000000000000D+26 100 100 4.00000000000000D+26 101 101 4.00000000000000D+26 102 102 4.00000000000000D+26 103 103 4.00000000000000D+26 104 104 4.00000000000000D+26 105 105 4.00000000000000D+26 106 106 4.00000000000000D+26 107 107 4.00000000000000D+26 108 108 4.00000000000000D+26 109 109 4.00000000000000D+26 110 110 4.00000000000000D+26 111 111 4.00000000000000D+26 112 112 4.00000000000000D+26 113 113 4.00000000000000D+26 114 114 4.00000000000000D+26 115 115 4.00000000000000D+26 116 116 4.00000000000000D+26 117 117 4.00000000000000D+26 118 118 4.00000000000000D+26 119 119 4.00000000000000D+26 120 120 4.00000000000000D+26 121 121 5.18400000000000D+27 122 122 5.18400000000000D+27 123 123 5.18400000000000D+27 124 124 5.18400000000000D+27 125 125 5.18400000000000D+27 126 126 5.18400000000000D+27 127 127 5.18400000000000D+27 128 128 5.18400000000000D+27 129 129 5.18400000000000D+27 130 130 5.18400000000000D+27 131 131 5.18400000000000D+27 132 132 5.18400000000000D+27 133 133 5.18400000000000D+27 134 134 5.18400000000000D+27 135 135 5.18400000000000D+27 136 136 5.18400000000000D+27 137 137 5.18400000000000D+27 138 138 5.18400000000000D+27 139 139 5.18400000000000D+27 140 140 5.18400000000000D+27 141 141 5.18400000000000D+27 142 142 5.18400000000000D+27 143 143 5.18400000000000D+27 144 144 5.18400000000000D+27 145 145 5.18400000000000D+27 146 146 5.18400000000000D+27 147 147 5.18400000000000D+27 148 148 5.18400000000000D+27 149 149 5.18400000000000D+27 150 150 5.18400000000000D+27 151 151 5.18400000000000D+27 152 152 5.18400000000000D+27 153 153 5.18400000000000D+27 154 154 5.18400000000000D+27 155 155 5.18400000000000D+27 156 156 5.18400000000000D+27 157 157 5.18400000000000D+27 158 158 5.18400000000000D+27 159 159 5.18400000000000D+27 160 160 5.18400000000000D+27 161 161 5.18400000000000D+27 162 162 5.18400000000000D+27 163 163 5.18400000000000D+27 164 164 5.18400000000000D+27 165 165 5.18400000000000D+27 166 166 5.18400000000000D+27 167 167 5.18400000000000D+27 168 168 5.18400000000000D+27 169 169 5.18400000000000D+27 170 170 5.18400000000000D+27 171 171 5.18400000000000D+27 172 172 5.18400000000000D+27 173 173 5.18400000000000D+27 174 174 5.18400000000000D+27 175 175 5.18400000000000D+27 176 176 5.18400000000000D+27 177 177 5.18400000000000D+27 178 178 5.18400000000000D+27 179 179 5.18400000000000D+27 180 180 5.18400000000000D+27 181 181 5.18400000000000D+27 182 182 5.18400000000000D+27 183 183 5.18400000000000D+27 184 184 5.18400000000000D+27 185 185 5.18400000000000D+27 186 186 5.18400000000000D+27 187 187 5.18400000000000D+27 188 188 5.18400000000000D+27 189 189 5.18400000000000D+27 190 190 5.18400000000000D+27 191 191 5.18400000000000D+27 192 192 5.18400000000000D+27 193 193 5.18400000000000D+27 194 194 5.18400000000000D+27 195 195 5.18400000000000D+27 196 196 5.18400000000000D+27 197 197 5.18400000000000D+27 198 198 5.18400000000000D+27 199 199 5.18400000000000D+27 200 200 5.18400000000000D+27 201 201 5.18400000000000D+27 202 202 5.18400000000000D+27 203 203 5.18400000000000D+27 204 204 5.18400000000000D+27 205 205 5.18400000000000D+27 206 206 5.18400000000000D+27 207 207 5.18400000000000D+27 208 208 5.18400000000000D+27 209 209 5.18400000000000D+27 210 210 5.18400000000000D+27 211 211 5.18400000000000D+27 212 212 5.18400000000000D+27 213 213 5.18400000000000D+27 214 214 5.18400000000000D+27 215 215 5.18400000000000D+27 216 216 5.18400000000000D+27 217 217 5.18400000000000D+27 218 218 5.18400000000000D+27 219 219 5.18400000000000D+27 220 220 5.18400000000000D+27 221 221 5.18400000000000D+27 222 222 5.18400000000000D+27 223 223 5.18400000000000D+27 224 224 5.18400000000000D+27 225 225 5.18400000000000D+27 226 226 5.18400000000000D+27 227 227 5.18400000000000D+27 228 228 5.18400000000000D+27 229 229 5.18400000000000D+27 230 230 5.18400000000000D+27 231 231 5.18400000000000D+27 232 232 5.18400000000000D+27 233 233 5.18400000000000D+27 234 234 5.18400000000000D+27 235 235 5.18400000000000D+27 236 236 5.18400000000000D+27 237 237 5.18400000000000D+27 238 238 5.18400000000000D+27 239 239 5.18400000000000D+27 240 240 5.18400000000000D+27 241 241 5.18400000000000D+27 242 242 5.18400000000000D+27 243 243 5.18400000000000D+27 244 244 5.18400000000000D+27 245 245 5.18400000000000D+27 246 246 5.18400000000000D+27 247 247 5.18400000000000D+27 248 248 5.18400000000000D+27 249 249 5.18400000000000D+27 250 250 5.18400000000000D+27 251 251 5.18400000000000D+27 252 252 5.18400000000000D+27 253 253 5.18400000000000D+27 254 254 5.18400000000000D+27 255 255 5.18400000000000D+27 256 256 5.18400000000000D+27 257 257 5.18400000000000D+27 258 258 5.18400000000000D+27 259 259 5.18400000000000D+27 260 260 5.18400000000000D+27 261 261 5.18400000000000D+27 262 262 5.18400000000000D+27 263 263 5.18400000000000D+27 264 264 5.18400000000000D+27 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 5.18400000000000D+27 290 290 5.18400000000000D+27 291 291 5.18400000000000D+27 292 292 5.18400000000000D+27 293 293 5.18400000000000D+27 294 294 5.18400000000000D+27 295 295 5.18400000000000D+27 296 296 5.18400000000000D+27 297 297 5.18400000000000D+27 298 298 5.18400000000000D+27 299 299 5.18400000000000D+27 300 300 5.18400000000000D+27 301 301 5.18400000000000D+27 302 302 5.18400000000000D+27 303 303 5.18400000000000D+27 304 304 5.18400000000000D+27 305 305 5.18400000000000D+27 306 306 5.18400000000000D+27 307 307 5.18400000000000D+27 308 308 5.18400000000000D+27 309 309 5.18400000000000D+27 310 310 5.18400000000000D+27 311 311 5.18400000000000D+27 312 312 5.18400000000000D+27 313 313 5.18400000000000D+27 314 314 5.18400000000000D+27 315 315 5.18400000000000D+27 316 316 5.18400000000000D+27 317 317 5.18400000000000D+27 318 318 5.18400000000000D+27 319 319 5.18400000000000D+27 320 320 5.18400000000000D+27 321 321 5.18400000000000D+27 322 322 5.18400000000000D+27 323 323 5.18400000000000D+27 324 324 5.18400000000000D+27 325 325 5.18400000000000D+27 326 326 5.18400000000000D+27 327 327 5.18400000000000D+27 328 328 5.18400000000000D+27 329 329 5.18400000000000D+27 330 330 5.18400000000000D+27 331 331 5.18400000000000D+27 332 332 5.18400000000000D+27 333 333 5.18400000000000D+27 334 334 5.18400000000000D+27 335 335 5.18400000000000D+27 336 336 5.18400000000000D+27 337 337 5.18400000000000D+27 338 338 5.18400000000000D+27 339 339 5.18400000000000D+27 340 340 5.18400000000000D+27 341 341 5.18400000000000D+27 342 342 5.18400000000000D+27 343 343 5.18400000000000D+27 344 344 5.18400000000000D+27 345 345 5.18400000000000D+27 346 346 5.18400000000000D+27 347 347 5.18400000000000D+27 348 348 5.18400000000000D+27 349 349 5.18400000000000D+27 350 350 5.18400000000000D+27 351 351 5.18400000000000D+27 352 352 5.18400000000000D+27 353 353 5.18400000000000D+27 354 354 5.18400000000000D+27 355 355 5.18400000000000D+27 356 356 5.18400000000000D+27 357 357 5.18400000000000D+27 358 358 5.18400000000000D+27 359 359 5.18400000000000D+27 360 360 5.18400000000000D+27 361 361 4.00000000000000D+26 362 362 4.00000000000000D+26 363 363 4.00000000000000D+26 364 364 4.00000000000000D+26 365 365 4.00000000000000D+26 366 366 4.00000000000000D+26 367 367 4.00000000000000D+26 368 368 4.00000000000000D+26 369 369 4.00000000000000D+26 370 370 4.00000000000000D+26 371 371 4.00000000000000D+26 372 372 4.00000000000000D+26 373 373 4.00000000000000D+26 374 374 4.00000000000000D+26 375 375 4.00000000000000D+26 376 376 4.00000000000000D+26 377 377 4.00000000000000D+26 378 378 4.00000000000000D+26 379 379 4.00000000000000D+26 380 380 4.00000000000000D+26 381 381 4.00000000000000D+26 382 382 4.00000000000000D+26 383 383 4.00000000000000D+26 384 384 4.00000000000000D+26 385 385 5.18400000000000D+27 386 386 5.18400000000000D+27 387 387 5.18400000000000D+27 388 388 5.18400000000000D+27 389 389 5.18400000000000D+27 390 390 5.18400000000000D+27 391 391 5.18400000000000D+27 392 392 5.18400000000000D+27 393 393 5.18400000000000D+27 394 394 5.18400000000000D+27 395 395 5.18400000000000D+27 396 396 5.18400000000000D+27 397 397 5.18400000000000D+27 398 398 5.18400000000000D+27 399 399 5.18400000000000D+27 400 400 5.18400000000000D+27 401 401 5.18400000000000D+27 402 402 5.18400000000000D+27 403 403 5.18400000000000D+27 404 404 5.18400000000000D+27 405 405 5.18400000000000D+27 406 406 5.18400000000000D+27 407 407 5.18400000000000D+27 408 408 5.18400000000000D+27 409 409 5.18400000000000D+27 410 410 5.18400000000000D+27 411 411 5.18400000000000D+27 412 412 5.18400000000000D+27 413 413 5.18400000000000D+27 414 414 5.18400000000000D+27 415 415 5.18400000000000D+27 416 416 5.18400000000000D+27 417 417 5.18400000000000D+27 418 418 5.18400000000000D+27 419 419 5.18400000000000D+27 420 420 5.18400000000000D+27 421 421 5.18400000000000D+27 422 422 5.18400000000000D+27 423 423 5.18400000000000D+27 424 424 5.18400000000000D+27 425 425 5.18400000000000D+27 426 426 5.18400000000000D+27 427 427 5.18400000000000D+27 428 428 5.18400000000000D+27 429 429 5.18400000000000D+27 430 430 5.18400000000000D+27 431 431 5.18400000000000D+27 432 432 5.18400000000000D+27 433 433 5.18400000000000D+27 434 434 5.18400000000000D+27 435 435 5.18400000000000D+27 436 436 5.18400000000000D+27 437 437 5.18400000000000D+27 438 438 5.18400000000000D+27 439 439 5.18400000000000D+27 440 440 5.18400000000000D+27 441 441 5.18400000000000D+27 442 442 5.18400000000000D+27 443 443 5.18400000000000D+27 444 444 5.18400000000000D+27 445 445 5.18400000000000D+27 446 446 5.18400000000000D+27 447 447 5.18400000000000D+27 448 448 5.18400000000000D+27 449 449 5.18400000000000D+27 450 450 5.18400000000000D+27 451 451 5.18400000000000D+27 452 452 5.18400000000000D+27 453 453 5.18400000000000D+27 454 454 5.18400000000000D+27 455 455 5.18400000000000D+27 456 456 5.18400000000000D+27 457 457 4.00000000000000D+26 458 458 4.00000000000000D+26 459 459 4.00000000000000D+26 460 460 4.00000000000000D+26 461 461 4.00000000000000D+26 462 462 4.00000000000000D+26 463 463 4.00000000000000D+26 464 464 4.00000000000000D+26 465 465 4.00000000000000D+26 466 466 4.00000000000000D+26 467 467 4.00000000000000D+26 468 468 4.00000000000000D+26 469 469 4.00000000000000D+26 470 470 4.00000000000000D+26 471 471 4.00000000000000D+26 472 472 4.00000000000000D+26 473 473 4.00000000000000D+26 474 474 4.00000000000000D+26 475 475 4.00000000000000D+26 476 476 4.00000000000000D+26 477 477 4.00000000000000D+26 478 478 4.00000000000000D+26 479 479 4.00000000000000D+26 480 480 4.00000000000000D+26 481 481 5.18400000000000D+27 482 482 5.18400000000000D+27 483 483 5.18400000000000D+27 484 484 5.18400000000000D+27 485 485 5.18400000000000D+27 486 486 5.18400000000000D+27 487 487 5.18400000000000D+27 488 488 5.18400000000000D+27 489 489 5.18400000000000D+27 490 490 5.18400000000000D+27 491 491 5.18400000000000D+27 492 492 5.18400000000000D+27 493 493 5.18400000000000D+27 494 494 5.18400000000000D+27 495 495 5.18400000000000D+27 496 496 5.18400000000000D+27 497 497 5.18400000000000D+27 498 498 5.18400000000000D+27 499 499 5.18400000000000D+27 500 500 5.18400000000000D+27 501 501 5.18400000000000D+27 502 502 5.18400000000000D+27 503 503 5.18400000000000D+27 504 504 5.18400000000000D+27 505 505 5.18400000000000D+27 506 506 5.18400000000000D+27 507 507 5.18400000000000D+27 508 508 5.18400000000000D+27 509 509 5.18400000000000D+27 510 510 5.18400000000000D+27 511 511 5.18400000000000D+27 512 512 5.18400000000000D+27 513 513 5.18400000000000D+27 514 514 5.18400000000000D+27 515 515 5.18400000000000D+27 516 516 5.18400000000000D+27 517 517 5.18400000000000D+27 518 518 5.18400000000000D+27 519 519 5.18400000000000D+27 520 520 5.18400000000000D+27 521 521 5.18400000000000D+27 522 522 5.18400000000000D+27 523 523 5.18400000000000D+27 524 524 5.18400000000000D+27 525 525 5.18400000000000D+27 526 526 5.18400000000000D+27 527 527 5.18400000000000D+27 528 528 5.18400000000000D+27 529 529 5.18400000000000D+27 530 530 5.18400000000000D+27 531 531 5.18400000000000D+27 532 532 5.18400000000000D+27 533 533 5.18400000000000D+27 534 534 5.18400000000000D+27 535 535 5.18400000000000D+27 536 536 5.18400000000000D+27 537 537 5.18400000000000D+27 538 538 5.18400000000000D+27 539 539 5.18400000000000D+27 540 540 5.18400000000000D+27 541 541 5.18400000000000D+27 542 542 5.18400000000000D+27 543 543 5.18400000000000D+27 544 544 5.18400000000000D+27 545 545 5.18400000000000D+27 546 546 5.18400000000000D+27 547 547 5.18400000000000D+27 548 548 5.18400000000000D+27 549 549 5.18400000000000D+27 550 550 5.18400000000000D+27 551 551 5.18400000000000D+27 552 552 5.18400000000000D+27 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 5.18400000000000D+27 578 578 5.18400000000000D+27 579 579 5.18400000000000D+27 580 580 5.18400000000000D+27 581 581 5.18400000000000D+27 582 582 5.18400000000000D+27 583 583 5.18400000000000D+27 584 584 5.18400000000000D+27 585 585 5.18400000000000D+27 586 586 5.18400000000000D+27 587 587 5.18400000000000D+27 588 588 5.18400000000000D+27 589 589 5.18400000000000D+27 590 590 5.18400000000000D+27 591 591 5.18400000000000D+27 592 592 5.18400000000000D+27 593 593 5.18400000000000D+27 594 594 5.18400000000000D+27 595 595 5.18400000000000D+27 596 596 5.18400000000000D+27 597 597 5.18400000000000D+27 598 598 5.18400000000000D+27 599 599 5.18400000000000D+27 600 600 5.18400000000000D+27 601 601 5.18400000000000D+27 602 602 5.18400000000000D+27 603 603 5.18400000000000D+27 604 604 5.18400000000000D+27 605 605 5.18400000000000D+27 606 606 5.18400000000000D+27 607 607 5.18400000000000D+27 608 608 5.18400000000000D+27 609 609 5.18400000000000D+27 610 610 5.18400000000000D+27 611 611 5.18400000000000D+27 612 612 5.18400000000000D+27 613 613 5.18400000000000D+27 614 614 5.18400000000000D+27 615 615 5.18400000000000D+27 616 616 5.18400000000000D+27 617 617 5.18400000000000D+27 618 618 5.18400000000000D+27 619 619 5.18400000000000D+27 620 620 5.18400000000000D+27 621 621 5.18400000000000D+27 622 622 5.18400000000000D+27 623 623 5.18400000000000D+27 624 624 5.18400000000000D+27 625 625 5.18400000000000D+27 626 626 5.18400000000000D+27 627 627 5.18400000000000D+27 628 628 5.18400000000000D+27 629 629 5.18400000000000D+27 630 630 5.18400000000000D+27 631 631 5.18400000000000D+27 632 632 5.18400000000000D+27 633 633 5.18400000000000D+27 634 634 5.18400000000000D+27 635 635 5.18400000000000D+27 636 636 5.18400000000000D+27 637 637 5.18400000000000D+27 638 638 5.18400000000000D+27 639 639 5.18400000000000D+27 640 640 5.18400000000000D+27 641 641 5.18400000000000D+27 642 642 5.18400000000000D+27 643 643 5.18400000000000D+27 644 644 5.18400000000000D+27 645 645 5.18400000000000D+27 646 646 5.18400000000000D+27 647 647 5.18400000000000D+27 648 648 5.18400000000000D+27 649 649 4.00000000000000D+26 650 650 4.00000000000000D+26 651 651 4.00000000000000D+26 652 652 4.00000000000000D+26 653 653 4.00000000000000D+26 654 654 4.00000000000000D+26 655 655 4.00000000000000D+26 656 656 4.00000000000000D+26 657 657 4.00000000000000D+26 658 658 4.00000000000000D+26 659 659 4.00000000000000D+26 660 660 4.00000000000000D+26 661 661 4.00000000000000D+26 662 662 4.00000000000000D+26 663 663 4.00000000000000D+26 664 664 4.00000000000000D+26 665 665 4.00000000000000D+26 666 666 4.00000000000000D+26 667 667 4.00000000000000D+26 668 668 4.00000000000000D+26 669 669 4.00000000000000D+26 670 670 4.00000000000000D+26 671 671 4.00000000000000D+26 672 672 4.00000000000000D+26 673 673 5.18400000000000D+27 674 674 5.18400000000000D+27 675 675 5.18400000000000D+27 676 676 5.18400000000000D+27 677 677 5.18400000000000D+27 678 678 5.18400000000000D+27 679 679 5.18400000000000D+27 680 680 5.18400000000000D+27 681 681 5.18400000000000D+27 682 682 5.18400000000000D+27 683 683 5.18400000000000D+27 684 684 5.18400000000000D+27 685 685 5.18400000000000D+27 686 686 5.18400000000000D+27 687 687 5.18400000000000D+27 688 688 5.18400000000000D+27 689 689 5.18400000000000D+27 690 690 5.18400000000000D+27 691 691 5.18400000000000D+27 692 692 5.18400000000000D+27 693 693 5.18400000000000D+27 694 694 5.18400000000000D+27 695 695 5.18400000000000D+27 696 696 5.18400000000000D+27 697 697 5.18400000000000D+27 698 698 5.18400000000000D+27 699 699 5.18400000000000D+27 700 700 5.18400000000000D+27 701 701 5.18400000000000D+27 702 702 5.18400000000000D+27 703 703 5.18400000000000D+27 704 704 5.18400000000000D+27 705 705 5.18400000000000D+27 706 706 5.18400000000000D+27 707 707 5.18400000000000D+27 708 708 5.18400000000000D+27 709 709 5.18400000000000D+27 710 710 5.18400000000000D+27 711 711 5.18400000000000D+27 712 712 5.18400000000000D+27 713 713 5.18400000000000D+27 714 714 5.18400000000000D+27 715 715 5.18400000000000D+27 716 716 5.18400000000000D+27 717 717 5.18400000000000D+27 718 718 5.18400000000000D+27 719 719 5.18400000000000D+27 720 720 5.18400000000000D+27 721 721 5.18400000000000D+27 722 722 5.18400000000000D+27 723 723 5.18400000000000D+27 724 724 5.18400000000000D+27 725 725 5.18400000000000D+27 726 726 5.18400000000000D+27 727 727 5.18400000000000D+27 728 728 5.18400000000000D+27 729 729 5.18400000000000D+27 730 730 5.18400000000000D+27 731 731 5.18400000000000D+27 732 732 5.18400000000000D+27 733 733 5.18400000000000D+27 734 734 5.18400000000000D+27 735 735 5.18400000000000D+27 736 736 5.18400000000000D+27 737 737 5.18400000000000D+27 738 738 5.18400000000000D+27 739 739 5.18400000000000D+27 740 740 5.18400000000000D+27 741 741 5.18400000000000D+27 742 742 5.18400000000000D+27 743 743 5.18400000000000D+27 744 744 5.18400000000000D+27 745 745 4.00000000000000D+26 746 746 4.00000000000000D+26 747 747 4.00000000000000D+26 748 748 4.00000000000000D+26 749 749 4.00000000000000D+26 750 750 4.00000000000000D+26 751 751 4.00000000000000D+26 752 752 4.00000000000000D+26 753 753 4.00000000000000D+26 754 754 4.00000000000000D+26 755 755 4.00000000000000D+26 756 756 4.00000000000000D+26 757 757 4.00000000000000D+26 758 758 4.00000000000000D+26 759 759 4.00000000000000D+26 760 760 4.00000000000000D+26 761 761 4.00000000000000D+26 762 762 4.00000000000000D+26 763 763 4.00000000000000D+26 764 764 4.00000000000000D+26 765 765 4.00000000000000D+26 766 766 4.00000000000000D+26 767 767 4.00000000000000D+26 768 768 4.00000000000000D+26 769 769 5.18400000000000D+27 770 770 5.18400000000000D+27 771 771 5.18400000000000D+27 772 772 5.18400000000000D+27 773 773 5.18400000000000D+27 774 774 5.18400000000000D+27 775 775 5.18400000000000D+27 776 776 5.18400000000000D+27 777 777 5.18400000000000D+27 778 778 5.18400000000000D+27 779 779 5.18400000000000D+27 780 780 5.18400000000000D+27 781 781 5.18400000000000D+27 782 782 5.18400000000000D+27 783 783 5.18400000000000D+27 784 784 5.18400000000000D+27 785 785 5.18400000000000D+27 786 786 5.18400000000000D+27 787 787 5.18400000000000D+27 788 788 5.18400000000000D+27 789 789 5.18400000000000D+27 790 790 5.18400000000000D+27 791 791 5.18400000000000D+27 792 792 5.18400000000000D+27 793 793 5.18400000000000D+27 794 794 5.18400000000000D+27 795 795 5.18400000000000D+27 796 796 5.18400000000000D+27 797 797 5.18400000000000D+27 798 798 5.18400000000000D+27 799 799 5.18400000000000D+27 800 800 5.18400000000000D+27 801 801 5.18400000000000D+27 802 802 5.18400000000000D+27 803 803 5.18400000000000D+27 804 804 5.18400000000000D+27 805 805 5.18400000000000D+27 806 806 5.18400000000000D+27 807 807 5.18400000000000D+27 808 808 5.18400000000000D+27 809 809 5.18400000000000D+27 810 810 5.18400000000000D+27 811 811 5.18400000000000D+27 812 812 5.18400000000000D+27 813 813 5.18400000000000D+27 814 814 5.18400000000000D+27 815 815 5.18400000000000D+27 816 816 5.18400000000000D+27 817 817 5.18400000000000D+27 818 818 5.18400000000000D+27 819 819 5.18400000000000D+27 820 820 5.18400000000000D+27 821 821 5.18400000000000D+27 822 822 5.18400000000000D+27 823 823 5.18400000000000D+27 824 824 5.18400000000000D+27 825 825 5.18400000000000D+27 826 826 5.18400000000000D+27 827 827 5.18400000000000D+27 828 828 5.18400000000000D+27 829 829 5.18400000000000D+27 830 830 5.18400000000000D+27 831 831 5.18400000000000D+27 832 832 5.18400000000000D+27 833 833 5.18400000000000D+27 834 834 5.18400000000000D+27 835 835 5.18400000000000D+27 836 836 5.18400000000000D+27 837 837 5.18400000000000D+27 838 838 5.18400000000000D+27 839 839 5.18400000000000D+27 840 840 5.18400000000000D+27 841 841 4.00000000000000D+12 842 842 4.00000000000000D+12 843 843 4.00000000000000D+12 844 844 4.00000000000000D+12 845 845 4.00000000000000D+12 846 846 4.00000000000000D+12 847 847 4.00000000000000D+12 848 848 4.00000000000000D+12 849 849 4.00000000000000D+12 850 850 4.00000000000000D+12 851 851 4.00000000000000D+12 852 852 4.00000000000000D+12 853 853 4.00000000000000D+12 854 854 1.00000000000000D+08 855 855 1.00000000000000D+08 856 856 1.00000000000000D+08 857 857 1.00000000000000D+08 858 858 1.00000000000000D+08 859 859 1.00000000000000D+08 860 860 4.00000000000000D+20 861 861 4.00000000000000D+20 862 862 4.00000000000000D+20 863 863 1.00000000000000D+12 864 864 1.00000000000000D+12 865 865 1.00000000000000D+12 866 866 1.00000000000000D+12 867 867 1.00000000000000D+12 868 868 1.00000000000000D+12 869 869 1.00000000000000D+12 870 870 1.00000000000000D+12 871 871 1.00000000000000D+12 872 872 1.00000000000000D+12 873 873 1.00000000000000D+12 874 874 1.00000000000000D+12 875 875 1.00000000000000D+12 876 876 1.00000000000000D+12 877 877 1.00000000000000D+12 878 878 1.00000000000000D+12 879 879 1.00000000000000D+12 880 880 1.00000000000000D+12 881 881 1.00000000000000D+12 882 882 1.00000000000000D+12 883 883 1.00000000000000D+12 884 884 1.00000000000000D+12 885 885 1.00000000000000D+12 886 886 1.00000000000000D+12 887 887 1.00000000000000D+12 888 888 1.00000000000000D+12 889 889 1.00000000000000D+12 890 890 1.00000000000000D+12 891 891 1.00000000000000D+12 892 892 1.00000000000000D+12 893 893 1.00000000000000D+12 894 894 1.00000000000000D+12 895 895 1.00000000000000D+12 896 896 1.00000000000000D+12 897 897 1.00000000000000D+12 898 898 1.00000000000000D+12 899 899 1.00000000000000D+12 900 900 1.00000000000000D+12 901 901 1.00000000000000D+12 902 902 1.00000000000000D+12 903 903 1.00000000000000D+12 904 904 1.00000000000000D+12 905 905 1.00000000000000D+12 906 906 1.00000000000000D+12 907 907 1.00000000000000D+12 908 908 1.00000000000000D+12 909 909 1.00000000000000D+12 910 910 1.00000000000000D+12 911 911 1.00000000000000D+12 912 912 1.00000000000000D+12 913 913 1.00000000000000D+12 914 914 1.00000000000000D+12 -SOLUTION/CONSTRAINT_WEIGHT_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_MATRIX * Ind1 Ind2 Decomposed_normal_matrix(ind1,ind2) 1 1 1.54170564580709D+04 2 1 1.76328170570508D+04 2 2 2.56964750360698D+04 3 1 -6.14209098230954D+03 3 2 -1.06155114556802D+04 3 3 3.30003969440907D+04 4 1 -2.09234307891130D+03 4 2 -2.23064526988566D+03 4 3 -4.03692097577453D+03 4 4 1.99366843222342D+04 5 1 9.06291727297008D+02 5 2 -2.05993118550628D+03 5 3 -2.33492960394546D+03 5 4 -2.26633918830156D+04 5 5 6.83910948879048D+04 6 1 -2.35857649384998D+03 6 2 -2.58651350744488D+03 6 3 -1.29348172351718D+04 6 4 1.01035309265479D+04 6 5 1.40853771091886D+04 6 6 3.32511169966981D+04 7 1 -1.86241284393519D+03 7 2 -2.50768471253663D+03 7 3 2.18178339628875D+03 7 4 2.05918194912933D+03 7 5 -1.35741442672908D+03 7 6 2.81049160916358D+03 7 7 1.57972728578148D+05 8 1 -1.66795398772508D+03 8 2 -1.80454652948678D+03 8 3 1.35306867896765D+03 8 4 5.14934663046524D+03 8 5 -5.82676115455478D+03 8 6 1.52349118571728D+02 8 7 1.04710662446968D+05 8 8 2.39377864026241D+05 9 1 4.44819010882638D+02 9 2 1.05772322307806D+03 9 3 -9.49858673602343D+02 9 4 1.58434579906613D+03 9 5 -3.64081210948527D+03 9 6 -2.92672808985412D+03 9 7 -7.24633107784018D+04 9 8 5.07948844417781D+04 9 9 1.30100797026567D+05 10 1 -1.04051955647767D+02 10 2 -3.52895116366446D+02 10 3 5.74203487813473D+02 10 4 1.11730275478959D+03 10 5 -5.43793391279876D+02 10 6 6.40781817197800D+02 10 7 -5.11332382241338D+04 10 8 -5.63483070916161D+04 10 9 1.33771279940754D+04 10 10 1.34916660854988D+05 11 1 -1.48319658108056D+02 11 2 -3.79131079576910D+02 11 3 3.75402157368138D+02 11 4 9.86201737012714D+02 11 5 -7.70191914707422D+02 11 6 9.65365185271949D+01 11 7 -3.97323347087167D+04 11 8 -6.17381676040888D+04 11 9 -2.96847794648819D+03 11 10 1.15000292118363D+05 11 11 1.29726186760649D+05 12 1 -1.34010346597061D+01 12 2 -4.14963548686355D+01 12 3 -3.93824711702764D+02 12 4 -8.50040871683508D+02 12 5 -2.44279424395412D+02 12 6 -1.08899477259815D+03 12 7 2.18363330478594D+04 12 8 -8.07564004754275D+03 12 9 -3.97801772705466D+04 12 10 2.53514910084009D+03 12 11 3.98480180135183D+04 12 12 1.11927659303702D+05 13 1 2.56710461354256D+03 13 2 3.17182604740933D+03 13 3 -5.61168894598633D+03 13 4 -3.31220283307135D+02 13 5 2.24180853345618D+03 13 6 1.77307941548899D+03 13 7 -2.62464234645851D+03 13 8 1.22292822097614D+03 13 9 2.14774291181564D+03 13 10 -1.53148042187095D+03 13 11 -2.64876762836799D+03 13 12 -4.06710470112041D+03 13 13 1.19566505573783D+04 14 1 -3.31430551434308D+03 14 2 -3.51826930870116D+03 14 3 3.13708558264747D+03 14 4 8.11020416133106D+02 14 5 -3.60585799841583D+03 14 6 -2.31980113833025D+03 14 7 -3.43257863304019D+03 14 8 -2.72169376693293D+04 14 9 -8.58615316702984D+03 14 10 2.01999645777047D+02 14 11 -2.23884786079079D+03 14 12 -3.48416872714832D+03 14 13 -1.57440088558309D+04 14 14 7.39159274112880D+04 15 1 2.52398940596823D+03 15 2 3.33012319792435D+03 15 3 -7.77801771685481D+03 15 4 1.99532654821873D+02 15 5 1.67798479107209D+03 15 6 2.49736678728461D+03 15 7 2.33993928998709D+02 15 8 -9.25389532513916D+03 15 9 -8.15675678703934D+03 15 10 -2.56882078615576D+03 15 11 -8.16299608751293D+03 15 12 -1.87851563196704D+04 15 13 7.19908062666655D+03 15 14 1.28579498959742D+04 15 15 4.85264440361410D+04 16 1 -3.20448951606080D+03 16 2 -2.83197125988454D+03 16 3 2.90139163406193D+03 16 4 -1.91930388384350D+04 16 5 1.86924263332821D+04 16 6 -1.70494578187615D+04 16 7 -1.34601584248710D+04 16 8 -1.51547246242054D+04 16 9 1.16405194316804D+03 16 10 -1.42142832234669D+04 16 11 -1.27016363895759D+04 16 12 -6.64587037046254D+03 16 13 -6.10171415419877D+03 16 14 1.28331760836765D+04 16 15 -6.67489401000738D+03 16 16 1.00796072271626D+05 17 1 -3.02460905579105D+03 17 2 -4.35799994654953D+03 17 3 -3.29225261279941D+03 17 4 1.86597628597002D+04 17 5 -5.65725957841054D+04 17 6 -1.10276507189125D+04 17 7 -1.44362280707732D+04 17 8 -4.71881726559252D+04 17 9 -1.66700834197998D+04 17 10 -1.79215530179366D+04 17 11 -1.63800541904978D+04 17 12 -3.39991699948907D+02 17 13 5.36268754826300D+03 17 14 -1.49724401584454D+04 17 15 1.60010282620788D+01 17 16 1.94136198271150D+04 17 17 1.80857194791858D+05 18 1 -1.49282887787651D+03 18 2 -1.98599108332931D+03 18 3 -4.90592122931033D+02 18 4 -2.99381687424518D+03 18 5 -7.86568443482555D+03 18 6 -1.07533212040626D+04 18 7 -4.05067252866179D+03 18 8 -1.50192887592427D+04 18 9 -6.07201995372772D+03 18 10 -8.50029709550738D+03 18 11 -7.71159644161444D+03 18 12 -1.95222851274535D+03 18 13 -5.94149602409452D+01 18 14 -7.61750927058980D+02 18 15 -1.35436038975045D+03 18 16 2.90713625882901D+04 18 17 4.90862281003781D+04 18 18 2.70957747931182D+04 19 1 -8.75925357575715D+03 19 2 -9.84289123989642D+03 19 3 5.89686494086683D+03 19 4 -1.20903361217678D+03 19 5 3.77887044791132D+03 19 6 8.23330640234053D+02 19 7 -1.54607129854709D+03 19 8 -1.50847309700400D+03 19 9 2.15318488642573D+02 19 10 -2.76296708188951D+02 19 11 -5.81461824476719D+00 19 12 5.14897249512374D+02 19 13 1.81589896456525D+03 19 14 -4.42942893586308D+03 19 15 3.42006568610668D+00 19 16 -4.09833377940580D+03 19 17 2.68082603924349D+03 19 18 -5.10868822956458D+02 19 19 1.54793101811036D+04 20 1 -9.10755694440752D+03 20 2 -1.21583155513331D+04 20 3 9.32591661437601D+03 20 4 7.91190754260868D+02 20 5 1.66879014861584D+03 20 6 3.06743854989856D+03 20 7 -4.87141291040927D+02 20 8 -2.42281059566885D+02 20 9 3.38456578925252D+01 20 10 -1.20567432530224D+01 20 11 -4.23024987801909D+00 20 12 -1.99306280463934D+02 20 13 1.60671998106688D+03 20 14 -2.62826106027886D+03 20 15 1.67644578144699D+03 20 16 -1.76722324830666D+03 20 17 -3.08564706717618D+02 20 18 -5.37759251147509D+02 20 19 1.06783728898242D+04 20 20 1.46482500279183D+04 21 1 6.88125878234603D+03 21 2 1.02352672469346D+04 21 3 -9.93479253699630D+03 21 4 -1.22039111338928D+03 21 5 -5.13973167195916D+02 21 6 -3.02033612506092D+03 21 7 3.65644157212228D+02 21 8 -7.73049007356167D+00 21 9 -1.75562200810760D+02 21 10 4.15043870173395D+01 21 11 5.21841933019459D+01 21 12 2.06983469491825D+02 21 13 -1.41188542518951D+03 21 14 2.08590402380750D+03 21 15 -1.89085603821278D+03 21 16 8.71219645570964D+02 21 17 7.71541631236672D+02 21 18 3.94300371601246D+02 21 19 -6.97045112773031D+03 21 20 -1.32416450481936D+04 21 21 1.41989052621284D+04 22 1 -1.16479739890434D+02 22 2 -1.43266185172834D+02 22 3 8.06230164915323D+01 22 4 6.94822067997418D+02 22 5 1.92795494999737D+02 22 6 1.00183546600491D+03 22 7 -1.22592216572613D+04 22 8 -2.87089155081846D+03 22 9 1.16902060349733D+04 22 10 -6.21818003262393D+03 22 11 -4.48086098051723D+03 22 12 6.77686286098510D+03 22 13 -9.06763983708341D+02 22 14 3.07527305151895D+03 22 15 3.85074900924414D+03 22 16 -4.67876674521016D+02 22 17 1.07415303425607D+03 22 18 -4.00247810706496D+01 22 19 7.60402003861964D+00 22 20 8.98049854401033D+01 22 21 -8.70096572693437D+01 22 22 2.49800199410352D+04 23 1 -6.13704918101430D+02 23 2 -7.25118818067014D+02 23 3 1.93743169166148D+02 23 4 1.08273269394785D+03 23 5 -1.53691260503978D+03 23 6 -9.14642733078450D+02 23 7 -1.87641316397376D+04 23 8 -5.47500879547521D+04 23 9 -9.03131156925112D+03 23 10 -4.04176611035317D+03 23 11 -7.71209259299934D+03 23 12 7.41218780785799D+02 23 13 7.74804602048919D+03 23 14 -2.44939884948134D+04 23 15 3.38343439483643D+03 23 16 2.59635874763876D+03 23 17 -2.75394128312580D+04 23 18 -5.82840096809343D+03 23 19 -2.41616571150720D+02 23 20 1.49227946847677D+02 23 21 -2.43099186278880D+02 23 22 2.39675500077847D+03 23 23 1.16963987412281D+05 24 1 1.39098490049131D+02 24 2 1.76789238910598D+02 24 3 -1.32140259638429D+02 24 4 -8.48305392429233D+02 24 5 -4.15323669333011D+02 24 6 -1.35956629806012D+03 24 7 1.84145005380213D+04 24 8 8.98389122231863D+02 24 9 -2.04918609136716D+04 24 10 6.01701081176847D+03 24 11 1.83010656842892D+03 24 12 -1.34310765813515D+04 24 13 2.92978178333491D+02 24 14 -1.37347975654434D+03 24 15 -8.71895693030953D+03 24 16 -6.08459278196096D+01 24 17 -8.85403266325872D+03 24 18 -1.76886953066289D+03 24 19 -1.27910818718374D+02 24 20 -1.06410167357884D+02 24 21 5.19780991896987D+01 24 22 -3.00945817479417D+04 24 23 1.37898382980004D+04 24 24 6.15375515313968D+04 25 1 -1.84508521912247D+03 25 2 -2.89528418447822D+03 25 3 4.15577520304173D+03 25 4 -9.82301270194352D+02 25 5 -1.24757655706257D+03 25 6 2.25495713005215D+03 25 7 -7.71461131355576D+04 25 8 -3.35325485952571D+04 25 9 4.18396775349528D+04 25 10 -6.25563750506043D+04 25 11 -5.62687345179990D+04 25 12 -2.00868362879418D+04 25 13 -4.84378258650750D+03 25 14 9.99886120699346D+03 25 15 -4.76709288640320D+03 25 16 -4.00561280390657D+04 25 17 -1.18086221203469D+04 25 18 -1.14234692280684D+04 25 19 -1.41378315650672D+03 25 20 -1.79208329052106D+03 25 21 1.53004923613183D+03 25 22 -5.71387422589120D+03 25 23 9.83736434833705D+03 25 24 6.26802579034120D+03 25 25 1.94557500285037D+05 26 1 -6.62621961962432D+02 26 2 -6.93090968657285D+02 26 3 1.85751876353100D+03 26 4 -2.58620019987412D+03 26 5 3.12438728954643D+02 26 6 -5.53048579212278D+02 26 7 -2.39931263896171D+04 26 8 -4.06108703864589D+04 26 9 -1.09895956039429D+04 26 10 -3.59819132169746D+04 26 11 -4.05034342276938D+04 26 12 -2.82043343326524D+04 26 13 -2.96121822874993D+03 26 14 4.75870497572795D+03 26 15 -5.52503466463648D+03 26 16 -2.10799942641370D+04 26 17 -1.35378926836774D+04 26 18 -9.37572133685090D+03 26 19 -1.10979517579824D+03 26 20 -1.12455572412163D+03 26 21 8.61582000188529D+02 26 22 6.66266100790352D+02 26 23 -3.55567776210606D+02 26 24 -5.94586163161136D+03 26 25 8.77086331634670D+04 26 26 9.17543125521429D+04 27 1 1.77087737838738D+01 27 2 4.29631572813727D+02 27 3 -3.86373194139451D+02 27 4 -1.93796787140518D+03 27 5 -7.48330137677491D+02 27 6 -3.66471947031096D+03 27 7 3.06711969694160D+04 27 8 -2.08421050114036D+04 27 9 -5.15477981629036D+04 27 10 -1.21166893526819D+04 27 11 -2.33591538222991D+04 27 12 -3.67031425785907D+04 27 13 -2.62799698488787D+02 27 14 -1.55557526810467D+03 27 15 -4.33967976963893D+03 27 16 -3.57700337186456D+03 27 17 -9.68972129192948D+03 27 18 -5.09867383700237D+03 27 19 1.55363705325872D+02 27 20 -1.84942450150847D+01 27 21 1.69370687857270D+02 27 22 6.82130280558765D+03 27 23 -2.09075048098713D+03 27 24 -1.56870260175988D+04 27 25 -1.97711220490597D+04 27 26 5.78745236926749D+04 27 27 1.17258079070382D+05 28 1 -3.47805245251453D+08 28 2 -6.29149794329674D+08 28 3 3.98462291553035D+07 28 4 1.83623553253441D+07 28 5 -2.14006418908345D+09 28 6 -3.18266785340287D+09 28 7 -8.53350357945433D+09 28 8 2.35616040077014D+10 28 9 3.61190817245955D+10 28 10 5.95632092809055D+09 28 11 8.04027055208208D+09 28 12 1.02246813976300D+09 28 13 3.31257991981553D+09 28 14 -1.03508123379867D+10 28 15 4.29952592264116D+09 28 16 5.16424081221784D+09 28 17 -5.33934339561371D+08 28 18 9.63299561402727D+08 28 19 -1.80737075697868D+08 28 20 -3.62457953013821D+07 28 21 -5.26744104429585D+07 28 22 -3.91748169764693D+09 28 23 2.21268631770513D+10 28 24 1.84921911518631D+10 28 25 -1.47197643080382D+09 28 26 -4.00385312730185D+10 28 27 -5.77010704703256D+10 28 28 3.08855099407029D+17 29 1 3.14401258993342D+08 29 2 4.17465791564062D+08 29 3 -9.71086463722802D+07 29 4 9.46777112030842D+08 29 5 1.37510506106289D+09 29 6 2.90242724980692D+09 29 7 6.36201846161753D+09 29 8 -2.06428266703165D+10 29 9 -3.10849644662572D+10 29 10 2.14231520764735D+09 29 11 1.31981056393799D+10 29 12 2.53858985212351D+10 29 13 -8.30464617140385D+08 29 14 4.10408462789606D+09 29 15 -1.19107666084911D+08 29 16 -3.84127592518570D+09 29 17 -1.93702653335816D+08 29 18 -6.06560690788113D+08 29 19 7.38612055539778D+07 29 20 3.66074571594755D+07 29 21 -1.69056101961570D+07 29 22 1.94351069380660D+09 29 23 1.37298066199775D+09 29 24 -3.37362923834727D+09 29 25 -7.11114340897726D+09 29 26 3.32180082917953D+08 29 27 7.00995053654835D+09 29 28 -9.91259043025280D+16 29 29 1.36619065826845D+17 30 1 1.26474524610474D+07 30 2 -7.32228619818201D+08 30 3 1.95647413010518D+09 30 4 -1.02885436509272D+09 30 5 -6.24643904711572D+08 30 6 -2.60000267885969D+09 30 7 1.91895128200780D+09 30 8 -4.68106080515076D+09 30 9 -3.53363909786078D+09 30 10 3.07867432938617D+09 30 11 5.78102121788539D+08 30 12 -8.30057152887097D+09 30 13 -3.44917452585343D+09 30 14 4.67780426512998D+09 30 15 4.93182148351286D+09 30 16 2.73524415766088D+09 30 17 9.79123919896079D+08 30 18 5.96280999683611D+08 30 19 -1.73967564298386D+08 30 20 -5.11477528514346D+07 30 21 3.50795530411960D+07 30 22 -2.96271868161739D+09 30 23 -6.19941526712050D+08 30 24 6.18948731108345D+09 30 25 -1.30802092277699D+08 30 26 4.73992304917047D+08 30 27 7.25069825300975D+08 30 28 -1.76215873847092D+16 30 29 1.88633832618276D+16 30 30 9.55855879433686D+16 31 1 3.73819995397870D+08 31 2 -7.38532279178073D+07 31 3 1.11806470728640D+09 31 4 7.43054073780756D+08 31 5 5.88884926294035D+08 31 6 1.42319853682263D+09 31 7 4.45411401231858D+09 31 8 -4.77327684047906D+09 31 9 -6.25920881911353D+09 31 10 -1.14901015270058D+09 31 11 6.36736727302904D+08 31 12 4.06065099341259D+09 31 13 -3.88869144583329D+09 31 14 6.65371453623927D+09 31 15 5.56883594108972D+09 31 16 -4.05110502370961D+09 31 17 -3.75092799818810D+08 31 18 -3.01361709282297D+08 31 19 -1.36341936527424D+08 31 20 1.05289129320787D+08 31 21 -1.33627704866295D+08 31 22 1.44567309605123D+09 31 23 -3.70652093963099D+09 31 24 -4.77852781287660D+09 31 25 2.20848737161948D+09 31 26 9.44118488419361D+08 31 27 -6.98024136860890D+08 31 28 9.19516875851878D+15 31 29 -1.31540188863943D+16 31 30 1.07537726597620D+16 31 31 9.57630032643158D+16 32 1 -4.16517535847911D+09 32 2 -6.40176648453682D+09 32 3 4.02284891790219D+09 32 4 -1.02778607085981D+09 32 5 -1.35143025895031D+09 32 6 -2.87278925690609D+09 32 7 1.38568129972879D+10 32 8 -9.68804622549644D+09 32 9 -3.60471442347685D+10 32 10 6.67664446278110D+09 32 11 1.27883152321681D+10 32 12 1.54528939532672D+10 32 13 -1.05545261475366D+10 32 14 1.46950229915376D+10 32 15 -5.08722336173464D+09 32 16 6.17972967621488D+09 32 17 -4.77458981104186D+09 32 18 9.64325511808129D+08 32 19 -5.19463921137562D+09 32 20 -3.95417910234422D+09 32 21 3.18940181920056D+09 32 22 1.52957013011826D+09 32 23 -6.47549294725536D+09 32 24 -1.11210948992479D+10 32 25 -7.30063048641120D+09 32 26 5.16216659662564D+09 32 27 3.14987815992542D+10 32 28 -5.23984532302622D+16 32 29 1.98226518865112D+16 32 30 -1.71130417679473D+16 32 31 1.59976383590736D+16 32 32 5.23911145381023D+17 33 1 -1.62803236201969D+10 33 2 -2.10433605710419D+10 33 3 1.52142198538976D+10 33 4 8.36780214802053D+09 33 5 -6.77062520513987D+09 33 6 -1.78671080483840D+09 33 7 -3.41937641964896D+10 33 8 -5.53646483871176D+09 33 9 4.51972752013064D+10 33 10 1.00505868340946D+10 33 11 4.45652716056115D+09 33 12 -3.56554500862146D+10 33 13 -3.20436783561056D+10 33 14 5.16333147818982D+10 33 15 -3.14706006776688D+10 33 16 7.47525302271249D+10 33 17 -1.68695045121423D+10 33 18 1.56992785969779D+10 33 19 -1.63006392384484D+10 33 20 -1.31204497879101D+10 33 21 1.09691501493430D+10 33 22 1.78235987292868D+09 33 23 1.60193906749337D+10 33 24 -4.91486104857682D+09 33 25 3.86512599765576D+09 33 26 -8.76882775901157D+09 33 27 -1.32523012416535D+10 33 28 -7.53904954781290D+15 33 29 -2.10416922401364D+16 33 30 -7.03449570112291D+15 33 31 2.47844938873350D+15 33 32 2.44936427733543D+17 33 33 1.94227644364191D+18 34 1 -2.04490350336232D+08 34 2 -4.24810525793670D+08 34 3 2.08383266848321D+08 34 4 -1.46969661092902D+09 34 5 -1.61097054923592D+08 34 6 -2.41045882712123D+09 34 7 -2.27697368172369D+09 34 8 -6.31651072803646D+09 34 9 -3.08934802021720D+09 34 10 -5.97903333245992D+09 34 11 -1.44893649060574D+10 34 12 -1.66436593975867D+10 34 13 1.15903190799541D+09 34 14 6.42976939377246D+09 34 15 1.36568872400592D+10 34 16 6.73247689907261D+09 34 17 2.19736012834258D+09 34 18 2.81934776843651D+09 34 19 -1.23204307331032D+08 34 20 1.86931719948542D+08 34 21 -3.04554478425873D+08 34 22 9.23894403701458D+08 34 23 1.20342604542322D+10 34 24 7.03321535782709D+09 34 25 1.23799506485126D+09 34 26 5.43461519210693D+08 34 27 -1.26981290893910D+09 34 28 -1.91740845592872D+15 34 29 5.96129859578176D+14 34 30 -1.99474724626468D+15 34 31 -6.61336803441572D+14 34 32 1.79865959711569D+15 34 33 7.42079339433056D+15 34 34 1.78661263898193D+17 35 1 -1.92518210477165D+09 35 2 -3.27978862915742D+09 35 3 2.13987864339203D+09 35 4 6.48130770682520D+09 35 5 -1.55211891910577D+07 35 6 9.72078398461353D+09 35 7 -1.99926088175634D+09 35 8 -2.07594579322876D+10 35 9 -1.81294593458372D+10 35 10 8.66120065117646D+09 35 11 1.76708668640667D+10 35 12 1.53484325599042D+10 35 13 -1.89278149811971D+09 35 14 1.91632662283906D+10 35 15 2.21176869262153D+10 35 16 -2.49669597788603D+10 35 17 -8.71440430033315D+09 35 18 -1.08656610498614D+10 35 19 -1.29955276945583D+09 35 20 4.41912987711111D+08 35 21 -8.99822120501650D+08 35 22 5.29104323169281D+09 35 23 -9.47181106293022D+09 35 24 -1.69380826623395D+10 35 25 1.16501854144971D+10 35 26 4.96493702495436D+09 35 27 -2.49375693831045D+09 35 28 3.60030978149033D+14 35 29 -2.08060169593707D+15 35 30 -6.44707164046199D+15 35 31 -4.63262313330121D+15 35 32 7.40855081001232D+15 35 33 -9.96594335282317D+15 35 34 6.04818990582031D+16 35 35 4.83905875499969D+17 36 1 -1.38784150738626D+09 36 2 -1.83548680141668D+09 36 3 1.93253593326582D+09 36 4 1.11990932645281D+09 36 5 -2.98478247384169D+09 36 6 -1.57675778290524D+09 36 7 -5.21302060645099D+08 36 8 -2.83625332259639D+09 36 9 -3.30465905738454D+07 36 10 1.09682836773014D+10 36 11 7.03900921435008D+09 36 12 -2.64149432134870D+09 36 13 -4.37094626751701D+09 36 14 9.54320188386425D+09 36 15 -3.36369155274677D+09 36 16 3.13203770881942D+09 36 17 6.43718463603537D+08 36 18 1.88431545972071D+09 36 19 -1.02445960173339D+09 36 20 -7.77245706923262D+08 36 21 5.53513002685696D+08 36 22 -1.24794565543728D+09 36 23 -6.02759577624409D+09 36 24 1.27432669645495D+09 36 25 -6.66773562533560D+09 36 26 -2.76456548114047D+09 36 27 1.97029916224617D+09 36 28 -1.19959079754140D+15 36 29 -1.43863861906596D+15 36 30 -1.19025724218516D+15 36 31 2.02335115452299D+15 36 32 -4.11816939130774D+16 36 33 -3.04643256981053D+16 36 34 -2.50189939486962D+14 36 35 -7.69909024627530D+15 36 36 2.63816136866940D+17 37 1 -3.27606168098082D+09 37 2 -4.55001647884772D+09 37 3 3.98355322487990D+09 37 4 -8.80982573786557D+08 37 5 -5.86733927004080D+09 37 6 -7.98685910344606D+09 37 7 -2.17568731994957D+10 37 8 -1.03850587447989D+10 37 9 1.28488654476069D+10 37 10 1.57069257717551D+10 37 11 7.60997437952563D+09 37 12 -9.96003678631498D+09 37 13 -6.90875179407672D+09 37 14 1.16517125303351D+10 37 15 -8.67038350003516D+09 37 16 1.16217010978006D+10 37 17 6.62628331375763D+08 37 18 7.21141638693463D+09 37 19 -1.12721657597644D+09 37 20 -8.19992274455904D+08 37 21 8.58919440009797D+08 37 22 -1.50917956413468D+09 37 23 -2.05406499533012D+09 37 24 4.33566957542703D+09 37 25 8.13043847268314D+09 37 26 3.75215651330597D+09 37 27 -2.62114468575396D+09 37 28 2.80739497095217D+15 37 29 -6.29487850817508D+15 37 30 -4.00011536685922D+15 37 31 -8.47793602317184D+14 37 32 -3.09411023461990D+16 37 33 -1.02994705548609D+17 37 34 1.19891093054028D+14 37 35 -3.20537887903940D+16 37 36 2.11285825401424D+17 37 37 7.50537805686053D+17 38 1 -3.40428324062243D+10 38 2 -3.63217063389251D+10 38 3 -9.18844941995518D+07 38 4 2.22706695343006D+10 38 5 -7.00427481638363D+10 38 6 -2.24016141397064D+10 38 7 -4.23780930378010D+10 38 8 -6.19910938780013D+10 38 9 5.97511404716225D+10 38 10 8.84236784020519D+10 38 11 6.52453754663759D+10 38 12 3.69175413094999D+10 38 13 -2.72078184899921D+10 38 14 2.26434456808908D+11 38 15 -1.90843472760219D+10 38 16 -7.64560242025529D+10 38 17 -1.55403801473598D+11 38 18 -5.16627580438409D+10 38 19 -4.09879906971999D+09 38 20 1.68994183430393D+10 38 21 -1.70380222564513D+10 38 22 -3.07925089580569D+10 38 23 2.49811582003245D+10 38 24 4.75270814128153D+10 38 25 1.04281727918400D+11 38 26 -9.80105886058701D+09 38 27 -3.39171363991124D+10 38 28 -1.92816988299578D+17 38 29 9.80600307913096D+16 38 30 -4.54131971448310D+16 38 31 1.61695516239730D+16 38 32 -2.95067427114260D+17 38 33 1.88089305425936D+17 38 34 -1.14488726414409D+17 38 35 6.21268676497027D+16 38 36 -1.24547923686817D+17 38 37 -6.77930914975355D+16 38 38 7.45611543015394D+18 39 1 -3.53149399328685D+10 39 2 -3.60159311605017D+10 39 3 1.94273537805553D+10 39 4 -2.74729829336022D+09 39 5 -1.22960088193004D+10 39 6 -1.74102953730051D+10 39 7 -9.16312021402810D+10 39 8 -1.28022693989289D+11 39 9 5.61611476659435D+10 39 10 5.16154984916578D+10 39 11 4.04570542105590D+10 39 12 -6.36069046988408D+09 39 13 -3.63981609736035D+10 39 14 2.44869648888923D+11 39 15 -6.48301717487676D+10 39 16 7.63909421360219D+10 39 17 -5.71275712130559D+10 39 18 -3.97741157146596D+09 39 19 3.31579401763932D+09 39 20 4.18136399679934D+09 39 21 -8.98991553976906D+07 39 22 -1.47633160547522D+09 39 23 -6.47171481381652D+10 39 24 3.55994930218976D+10 39 25 3.62456971278436D+10 39 26 8.67128575692695D+09 39 27 -1.85195257206181D+10 39 28 -8.76098205484907D+16 39 29 -1.35614686397222D+15 39 30 -6.55397117071127D+16 39 31 -6.82878564795564D+16 39 32 -9.51058197469164D+16 39 33 -4.59178578244190D+17 39 34 -3.07549723410191D+16 39 35 -2.23216407917925D+17 39 36 -1.46142948354233D+17 39 37 -3.86793452646205D+17 39 38 2.95878827741457D+18 39 39 6.57882837512940D+18 40 1 -1.22057067355632D+09 40 2 1.21650462517466D+09 40 3 -6.53936969980305D+09 40 4 1.12410744088720D+10 40 5 2.22372864396779D+10 40 6 4.56481195018264D+10 40 7 3.19383980983759D+10 40 8 1.82653205374451D+10 40 9 -3.18411567961605D+10 40 10 -6.63941640162074D+09 40 11 6.85636504097493D+09 40 12 -7.09764757185903D+09 40 13 -1.82807567741595D+09 40 14 -5.34777790069709D+10 40 15 -7.19157109205053D+09 40 16 -3.15662051438585D+10 40 17 -2.37488955401520D+10 40 18 8.46653859934621D+09 40 19 -4.82462404745340D+09 40 20 -1.30182453563755D+10 40 21 1.66104790595953D+10 40 22 3.70801453844649D+10 40 23 1.91855862837668D+10 40 24 -5.71889101696014D+10 40 25 -3.41807258848799D+10 40 26 2.24838569814205D+10 40 27 3.91335183012678D+10 40 28 6.88877615326054D+15 40 29 -6.55197611344730D+15 40 30 2.18548341460352D+15 40 31 -3.60820676520240D+15 40 32 -1.56343785522996D+17 40 33 -2.92537613323663D+16 40 34 -8.52320839472713D+16 40 35 -3.95770364845716D+16 40 36 -7.58154837399283D+15 40 37 -1.75682600991717D+16 40 38 -2.76150616017522D+18 40 39 -5.40081629446826D+17 40 40 2.99458892974166D+18 41 1 -1.27336838006843D+10 41 2 -1.48433938931552D+09 41 3 -2.12493552696381D+10 41 4 -3.17664383182438D+09 41 5 -3.27020029419401D+10 41 6 -2.88818826660574D+10 41 7 -4.02826781844713D+10 41 8 6.85006348627334D+10 41 9 6.90097538472110D+10 41 10 9.24924314269998D+09 41 11 -2.70011957451167D+10 41 12 -5.54019302046353D+10 41 13 3.52019208134395D+09 41 14 -8.88203854160956D+10 41 15 -2.66750197936174D+10 41 16 2.02739806297391D+10 41 17 8.67612356368763D+10 41 18 4.23579147467772D+10 41 19 1.14489647654307D+10 41 20 -7.69846558575704D+09 41 21 1.35592258573042D+10 41 22 -2.63527121179654D+10 41 23 -1.24331949534388D+10 41 24 2.27637647932498D+10 41 25 3.80533371254915D+10 41 26 1.48777134236879D+10 41 27 -1.54824711378772D+10 41 28 5.75908919325798D+15 41 29 -1.76711293946844D+16 41 30 -1.99452060266361D+15 41 31 2.88397254083098D+15 41 32 -2.65423654701498D+17 41 33 -7.21399169099235D+17 41 34 -2.50492157689965D+16 41 35 -1.29870406186271D+17 41 36 -4.80585591006953D+15 41 37 -2.45336583327878D+16 41 38 -9.91234620679550D+17 41 39 -1.54033636913627D+18 41 40 3.59655976226754D+17 41 41 3.11706412826311D+18 42 1 -6.91470432164407D+08 42 2 -2.24043250473109D+09 42 3 1.00907446264242D+10 42 4 4.46383240618638D+08 42 5 -2.24946551272678D+08 42 6 -6.70529117802846D+08 42 7 1.97809508851036D+09 42 8 1.85973537242222D+09 42 9 -2.18404460141278D+08 42 10 5.76726431354921D+08 42 11 3.33730255526705D+08 42 12 -7.77425561350634D+08 42 13 -3.60271474718561D+09 42 14 -1.47701088985825D+09 42 15 -7.41668294221023D+09 42 16 -2.56773511788778D+08 42 17 4.79020536000556D+08 42 18 1.29391372789786D+08 42 19 -8.57897619901186D+07 42 20 5.12347124207563D+08 42 21 -4.70625248581703D+08 42 22 2.33068809580156D+08 42 23 8.51486439580279D+08 42 24 -1.94804117941794D+08 42 25 1.40247488152207D+09 42 26 -9.39297820612726D+07 42 27 -4.71664552636124D+08 42 28 6.08641741011134D+14 42 29 -3.63908202406443D+14 42 30 1.56955367296680D+15 42 31 1.09086596024934D+15 42 32 3.14654905529354D+14 42 33 -3.32161158227174D+15 42 34 9.85207878893141D+14 42 35 4.21341069539624D+15 42 36 1.19615936308738D+15 42 37 3.28032482946044D+15 42 38 -1.68564874059403D+16 42 39 1.06529844113869D+16 42 40 -3.33177289663212D+15 42 41 -1.04475866979956D+15 42 42 1.71813161248654D+16 43 1 3.61897751319131D+09 43 2 2.95725155914740D+09 43 3 -2.47185523665740D+10 43 4 -1.85367262387206D+09 43 5 1.17182889309716D+09 43 6 -7.55267926804127D+08 43 7 -5.49542004658078D+09 43 8 -5.64481533833790D+09 43 9 -5.19909783719287D+08 43 10 -1.09367772512209D+09 43 11 -2.77634323103499D+08 43 12 2.90416790717159D+09 43 13 1.12964658028098D+10 43 14 6.65635707194375D+08 43 15 2.09833902725749D+10 43 16 -1.63754556198207D+09 43 17 3.04318876860571D+09 43 18 1.69059703567883D+08 43 19 -1.17007142077521D+09 43 20 -5.42254904155242D+08 43 21 7.24158720424505D+06 43 22 -5.80352673806639D+08 43 23 -1.71866618311724D+09 43 24 5.77379682658166D+08 43 25 -3.08470326254292D+09 43 26 3.45465816043660D+08 43 27 1.35249093792281D+09 43 28 -9.23090451297420D+14 43 29 5.68822357711900D+14 43 30 -2.23766283843875D+15 43 31 -1.34537701396787D+15 43 32 3.82595142361832D+14 43 33 4.44541418787392D+15 43 34 -1.84847909810994D+15 43 35 -8.37416743136331D+15 43 36 -2.23553502460787D+15 43 37 -5.60469082673750D+15 43 38 5.01826034136950D+16 43 39 -2.86976890303463D+16 43 40 6.76278675200192D+15 43 41 8.75002956595516D+15 43 42 -4.29104866158433D+16 43 43 1.42686035376688D+17 44 1 -6.20579320357022D+09 44 2 4.06597449856435D+09 44 3 6.93376936446455D+09 44 4 3.19207951836935D+10 44 5 -7.35546931389293D+10 44 6 -2.32640774874463D+10 44 7 -3.21471915901833D+09 44 8 1.23311849719087D+11 44 9 7.54948219201044D+10 44 10 8.04121861404523D+10 44 11 7.96353939352481D+10 44 12 4.08506133946687D+10 44 13 -9.74258925608059D+09 44 14 3.06266106225962D+09 44 15 -1.28503896833158D+10 44 16 -1.34126219243513D+11 44 17 -2.66939434357933D+11 44 18 -1.31190375173805D+11 44 19 -1.41815268516391D+10 44 20 1.34585512777715D+08 44 21 -1.24466041101850D+10 44 22 -2.69877521756710D+10 44 23 4.90642837628125D+10 44 24 6.52609049871711D+10 44 25 8.21256182121016D+10 44 26 8.12193792432052D+10 44 27 -8.78866308943242D+09 44 28 2.79427395782917D+16 44 29 -2.68164906484193D+16 44 30 3.14407238516582D+15 44 31 -2.43338026177240D+16 44 32 1.02063787709197D+17 44 33 1.29225954752258D+17 44 34 1.84667504914742D+16 44 35 7.27189017426725D+16 44 36 -2.76569104064852D+16 44 37 4.44942710745846D+16 44 38 -1.57810279489136D+18 44 39 -8.46958377314288D+17 44 40 -5.87035016315853D+17 44 41 5.30292238544829D+17 44 42 -4.84289085838438D+15 44 43 7.14512524003222D+15 44 44 5.26276303556922D+18 45 1 1.69035650464845D+10 45 2 -8.47135178227925D+09 45 3 2.00910581099092D+10 45 4 1.64228354233895D+10 45 5 9.12087582351616D+09 45 6 4.02368742970872D+10 45 7 4.05185734459854D+10 45 8 1.23553019424898D+11 45 9 -4.57136129522327D+10 45 10 3.75827077745833D+10 45 11 5.89900846873478D+10 45 12 7.53916265944271D+10 45 13 1.40971116545674D+10 45 14 -1.19342217868501D+11 45 15 -1.29803720348735D+10 45 16 -1.14497655118216D+11 45 17 -1.63307511025580D+11 45 18 -9.83242742570860D+10 45 19 -5.10841183902522D+09 45 20 7.30431593029982D+09 45 21 -1.30461059168280D+10 45 22 -2.57548912574361D+10 45 23 4.54809687747995D+10 45 24 9.14208325339151D+09 45 25 1.98361648655875D+10 45 26 4.66718156826955D+10 45 27 2.52027236364383D+10 45 28 4.12197057084007D+16 45 29 -3.33491064374623D+16 45 30 1.23655908119475D+16 45 31 -1.73544424518173D+16 45 32 1.46300628372618D+17 45 33 2.28813728329441D+16 45 34 1.91925365259966D+16 45 35 4.56103611264212D+16 45 36 -2.67103172271252D+16 45 37 -5.29948288553446D+16 45 38 -2.31891383781921D+18 45 39 -2.96889199668410D+18 45 40 2.44587853870948D+17 45 41 -1.31365561511292D+17 45 42 1.46288206283822D+15 45 43 1.16165823423493D+16 45 44 2.34367327956400D+18 45 45 5.43139793594017D+18 46 1 -7.69240266417622D+09 46 2 -1.00792828630410D+10 46 3 7.24215781691095D+09 46 4 9.43119434599094D+08 46 5 -3.71864325617865D+09 46 6 -2.10413280966811D+09 46 7 7.06519831518378D+09 46 8 8.68797020178907D+09 46 9 4.86740873639976D+08 46 10 9.49290909454134D+09 46 11 1.69468649400423D+10 46 12 -1.66045039978202D+10 46 13 -7.41367123010365D+09 46 14 -1.39511599761756D+10 46 15 8.50898635240610D+09 46 16 6.38661497790951D+08 46 17 2.07498098769053D+09 46 18 9.51572719744468D+08 46 19 -2.67169368572626D+08 46 20 4.46767097671913D+08 46 21 -6.32699123726915D+08 46 22 7.69509282295343D+08 46 23 5.74974534026362D+09 46 24 -2.20985974087377D+09 46 25 -3.53615441497890D+09 46 26 -6.15724245564179D+09 46 27 4.36173790128136D+09 46 28 1.27067156349103D+16 46 29 -6.67424841361362D+15 46 30 -2.13823441861216D+14 46 31 -2.30153223765718D+15 46 32 -9.36319274627987D+15 46 33 2.07269775716809D+16 46 34 -1.86365889885927D+16 46 35 -9.77000731007414D+15 46 36 1.14558133723832D+16 46 37 2.44886585233696D+16 46 38 -1.71530089304617D+17 46 39 -1.28380544276510D+17 46 40 1.01355369627183D+17 46 41 1.17313827230874D+17 46 42 -4.68859166794847D+15 46 43 4.17545148892015D+15 46 44 -2.82651806857807D+17 46 45 -2.35200859633906D+17 46 46 6.29792736757180D+17 47 1 2.80135696107445D+09 47 2 4.16571665761511D+09 47 3 -3.12812139000463D+09 47 4 -9.08726068429501D+08 47 5 1.40146149435195D+09 47 6 7.60413942384916D+08 47 7 1.15745980569571D+10 47 8 5.84320723180826D+09 47 9 -2.40315946456061D+09 47 10 -2.66042521702150D+08 47 11 3.79268221426636D+08 47 12 -1.16420359847929D+10 47 13 8.01452305092126D+08 47 14 -1.66647948583891D+10 47 15 2.28767006772655D+10 47 16 -5.04499630868838D+09 47 17 3.51111392419118D+09 47 18 8.55104034085231D+08 47 19 -5.93325078605193D+08 47 20 -4.25798506308129D+08 47 21 2.66230366704862D+08 47 22 4.07485260332870D+09 47 23 1.29670565632190D+10 47 24 -5.10773933878454D+09 47 25 -1.24391699423902D+10 47 26 -1.11772307528410D+10 47 27 -2.47739277379067D+09 47 28 3.37455099246710D+16 47 29 -8.74871123926652D+15 47 30 1.16723665094053D+15 47 31 -2.45935261118612D+15 47 32 -6.68836633339942D+15 47 33 5.30886732454118D+15 47 34 -1.67424120836509D+16 47 35 -4.42175365317139D+16 47 36 -1.89357707295663D+15 47 37 -2.42711908461443D+15 47 38 -1.92093840985288D+17 47 39 -1.89931476695716D+17 47 40 8.95893083079611D+16 47 41 1.21298295767043D+17 47 42 8.37866084322113D+14 47 43 -3.50150260616236D+14 47 44 -1.76962857715485D+17 47 45 -3.76289860816551D+17 47 46 2.32960210423370D+17 47 47 4.97625462145996D+17 48 1 -4.04780715289958D+10 48 2 -4.49596007867363D+10 48 3 3.33159248118903D+10 48 4 8.12639627002654D+08 48 5 -2.42800299545465D+10 48 6 5.76974947533766D+09 48 7 -3.93309367145573D+10 48 8 1.84339472491857D+10 48 9 4.84011425982755D+10 48 10 2.90172572336467D+10 48 11 2.34801469276885D+10 48 12 -8.66004057605163D+09 48 13 -2.36663615583924D+10 48 14 2.64326493374367D+10 48 15 -1.53990134735743D+10 48 16 2.50969292495175D+10 48 17 8.88682465572245D+09 48 18 7.61306711097235D+09 48 19 1.17235653959056D+10 48 20 1.49824748720079D+10 48 21 -1.21634287637265D+10 48 22 -1.55230621570086D+10 48 23 -1.02151366372756D+10 48 24 1.11910043773643D+10 48 25 5.23480402988859D+10 48 26 -1.27612756402268D+10 48 27 -7.00684055801323D+10 48 28 1.41053376993837D+15 48 29 -1.30980078642602D+15 48 30 8.59970739454758D+15 48 31 6.69777622271981D+15 48 32 4.26812089365357D+16 48 33 2.72924504595811D+17 48 34 5.63369144481296D+15 48 35 -1.45992114131049D+16 48 36 2.36206598264186D+15 48 37 9.15614730500582D+15 48 38 1.69591237852451D+17 48 39 2.12798231508289D+17 48 40 3.03008561613261D+16 48 41 2.69140131056992D+16 48 42 -1.03246271692886D+15 48 43 -7.01393181985040D+13 48 44 -5.40825687311608D+17 48 45 5.69652907647319D+16 48 46 -1.47406976494663D+17 48 47 -3.93753442356922D+16 48 48 1.33280213933805D+18 49 1 -1.61777272485335D+10 49 2 -2.31786537163646D+10 49 3 2.36163050296476D+10 49 4 -1.59972904912739D+09 49 5 1.33495846471126D+10 49 6 4.29382687466558D+09 49 7 2.88143479483086D+10 49 8 -2.83701461971018D+10 49 9 -4.80996897736025D+10 49 10 -9.08594210892106D+09 49 11 1.97739217122051D+09 49 12 5.39508620238946D+10 49 13 1.40176714787612D+10 49 14 6.21458401373251D+09 49 15 6.18653404568739D+10 49 16 -2.55820409452893D+10 49 17 3.94943961330352D+09 49 18 -3.21195578741677D+09 49 19 2.85141998827218D+10 49 20 3.88219238847714D+10 49 21 -3.91842102775174D+10 49 22 2.49097414016503D+10 49 23 1.66930383649354D+10 49 24 -3.92968133565347D+10 49 25 -4.38105213203242D+10 49 26 -2.94571628321655D+10 49 27 -1.39336650889043D+10 49 28 1.36109056735717D+16 49 29 -3.31839420732730D+15 49 30 -6.18842203231470D+15 49 31 -5.47130354863910D+15 49 32 -2.67305899400754D+16 49 33 -1.61401033148176D+17 49 34 1.50021128282458D+16 49 35 6.83007083392102D+15 49 36 -4.72213909491299D+15 49 37 -2.19367927326652D+16 49 38 5.48424196964383D+16 49 39 -1.08283417616636D+17 49 40 9.70129804473600D+15 49 41 -1.90039901949605D+16 49 42 -9.63033095950776D+14 49 43 3.10524887532127D+15 49 44 -1.30328881107912D+17 49 45 -3.45793518554849D+17 49 46 -3.01578581694372D+16 49 47 -9.44984915570958D+16 49 48 -6.82762866631802D+16 49 49 8.24959573889357D+17 50 1 -7.93194652655005D+09 50 2 -2.66503572482006D+10 50 3 1.71588712221153D+10 50 4 6.79387516115730D+09 50 5 -7.61411304997309D+09 50 6 -1.87072750955521D+10 50 7 1.40017050287113D+09 50 8 -1.46955941933207D+10 50 9 -1.11574145776865D+10 50 10 -1.66634147645733D+10 50 11 -1.74885236073889D+10 50 12 5.08396709799225D+09 50 13 -1.42708967393905D+10 50 14 3.49194356179736D+10 50 15 6.97274479647569D+09 50 16 -3.06308601115357D+09 50 17 1.45359213576830D+10 50 18 -2.44237621059156D+09 50 19 -7.28897702736917D+09 50 20 -3.41976032664408D+09 50 21 3.67495340788723D+09 50 22 -1.56772293115898D+09 50 23 -2.64639218078370D+08 50 24 1.87073910941803D+09 50 25 4.25919982724024D+10 50 26 2.06776307101941D+10 50 27 -2.45420977874406D+09 50 28 1.68318796525818D+15 50 29 -7.80669605280728D+14 50 30 -2.49908102175360D+13 50 31 2.12942280286406D+14 50 32 1.80765059825102D+16 50 33 -4.11863346633683D+15 50 34 -4.86384783083200D+14 50 35 8.60695228930332D+15 50 36 7.79616737966922D+15 50 37 7.93512680029088D+14 50 38 1.28310002687386D+17 50 39 7.76314554344750D+16 50 40 -2.78982794750986D+16 50 41 2.02861546270864D+16 50 42 8.56891076757454D+14 50 43 6.28944130461820D+14 50 44 -3.00668400963721D+17 50 45 -2.20199265179020D+16 50 46 -4.20195369545651D+15 50 47 1.29841458287937D+15 50 48 -1.57466422896028D+17 50 49 1.36246479984098D+16 50 50 1.15582040770543D+18 51 1 5.06127298447800D+08 51 2 3.70559077981600D+09 51 3 -1.67451703035643D+09 51 4 1.79185287245081D+10 51 5 -4.37738268785630D+10 51 6 1.63075680567689D+08 51 7 -1.51045559237768D+09 51 8 -1.53624933160107D+10 51 9 -8.80573232496434D+09 51 10 -6.63255612354612D+09 51 11 -2.90371767886038D+09 51 12 -1.58868873526089D+10 51 13 -6.95731609045006D+08 51 14 -2.02393826802478D+10 51 15 2.50877071500309D+09 51 16 -2.60026619566562D+10 51 17 4.12888216873069D+10 51 18 2.67066640227991D+09 51 19 5.53593132917416D+09 51 20 2.80945076524414D+09 51 21 -2.62890927713468D+09 51 22 -4.86841656261338D+09 51 23 2.57255479415174D+10 51 24 6.85765224796539D+09 51 25 1.57492345971610D+10 51 26 8.75000934511979D+09 51 27 1.67958810720369D+10 51 28 3.18682278126041D+15 51 29 -2.49171140478016D+15 51 30 1.01203992024534D+15 51 31 -1.20045179764054D+15 51 32 -1.61744276729372D+16 51 33 8.80456132722381D+15 51 34 2.96564981498525D+15 51 35 -8.78646864584640D+15 51 36 -2.47923239417312D+14 51 37 -6.79956664811827D+15 51 38 1.32639507283663D+17 51 39 5.58108753179034D+15 51 40 -2.26453760458496D+15 51 41 -2.64836281135677D+16 51 42 1.43103236382892D+15 51 43 -2.89266158991579D+15 51 44 -4.11563799201423D+17 51 45 -4.03526448411888D+17 51 46 -1.21653792862688D+15 51 47 -1.69988873352077D+15 51 48 8.17915287900621D+15 51 49 -9.30300740032061D+16 51 50 4.26299465719529D+17 51 51 1.25822063418465D+18 52 1 -6.41859513151763D+08 52 2 -1.11008040859781D+09 52 3 7.39773371272868D+08 52 4 1.55506329064724D+09 52 5 -6.74877864481212D+09 52 6 -4.21048811906064D+09 52 7 7.75934128341321D+08 52 8 6.49454674363163D+09 52 9 -6.09437478174392D+09 52 10 -6.55639520534188D+09 52 11 -9.83289093426047D+09 52 12 -5.49661249153877D+09 52 13 -4.29805679654562D+09 52 14 5.44196096723387D+09 52 15 1.75895428149320D+10 52 16 -3.05401600867598D+08 52 17 2.56238126888316D+09 52 18 9.65229892439212D+08 52 19 -5.66906253759350D+06 52 20 -1.65636682414260D+08 52 21 1.82276105893199D+08 52 22 8.80364691602664D+08 52 23 3.65023405068616D+09 52 24 -4.80676751077716D+09 52 25 8.59602006233521D+09 52 26 -2.91736351267537D+08 52 27 1.13142070849193D+09 52 28 -1.02912809556808D+14 52 29 -5.15956727955455D+13 52 30 -9.03366982523600D+12 52 31 -7.63436123116810D+13 52 32 2.12269372430718D+15 52 33 3.67085709121659D+15 52 34 -3.68331933233064D+14 52 35 2.08632931493344D+15 52 36 4.83788827913516D+14 52 37 1.11654009273729D+15 52 38 -4.95523552387482D+15 52 39 4.70665183135480D+15 52 40 -1.20730726482594D+16 52 41 -2.85961907233386D+15 52 42 3.96112660979993D+14 52 43 -5.99895088467660D+14 52 44 1.04780944839368D+16 52 45 3.52842735671820D+16 52 46 -4.87379891123936D+14 52 47 6.83668252885500D+12 52 48 9.37738631412723D+15 52 49 -2.22921957123541D+15 52 50 8.29833096782797D+15 52 51 5.56527281624240D+15 52 52 1.51357905245095D+17 53 1 -1.74963265584706D+09 53 2 -2.98820094469950D+09 53 3 2.04884040998330D+09 53 4 1.32513506303991D+09 53 5 -1.66292916806293D+10 53 6 -1.14686199701486D+10 53 7 1.92710963478899D+09 53 8 -8.49863348114075D+09 53 9 -1.78112737018254D+08 53 10 -1.35950688926479D+09 53 11 4.35293000728214D+09 53 12 -7.08816723419521D+09 53 13 -3.41614874793356D+09 53 14 4.48501887502856D+09 53 15 1.12918492122150D+10 53 16 5.52152880869461D+09 53 17 1.77692764780427D+10 53 18 8.32348571173186D+09 53 19 -1.80059794731130D+08 53 20 -5.36218579488671D+08 53 21 5.46255302246911D+08 53 22 1.54046244458956D+09 53 23 3.81740612658860D+09 53 24 -4.24901415658707D+09 53 25 -3.60888783928340D+09 53 26 -1.77228681041032D+09 53 27 7.73483488756472D+08 53 28 -2.40877524321882D+14 53 29 -4.01671139682184D+14 53 30 -5.12698756806540D+13 53 31 -1.65991540744152D+14 53 32 -3.13789039939616D+14 53 33 7.62899441699712D+15 53 34 6.77350747396833D+14 53 35 -1.53155613027355D+15 53 36 1.02083521573685D+15 53 37 2.47153008485392D+15 53 38 9.41029572909875D+15 53 39 1.58910597009997D+16 53 40 -2.61240319573722D+15 53 41 -2.91888749762243D+15 53 42 1.19919367872738D+15 53 43 -1.86503100718567D+15 53 44 -1.72930515088305D+16 53 45 -1.91473497973714D+16 53 46 -4.36691490963824D+14 53 47 2.78278871849600D+12 53 48 3.86222872920320D+15 53 49 -5.07241718781798D+15 53 50 -2.40293670311958D+15 53 51 -2.95223202875574D+16 53 52 5.77553886383961D+16 53 53 2.68956675248991D+17 54 1 -4.94206229624653D+09 54 2 -6.35616087117606D+09 54 3 -2.13042311313615D+10 54 4 9.48066756988570D+09 54 5 5.61054100731702D+08 54 6 2.51694579182197D+10 54 7 9.23649815758621D+07 54 8 -1.65151974589072D+10 54 9 -1.23430570836310D+10 54 10 -4.17466141343070D+09 54 11 -1.21655795108606D+10 54 12 -1.62190126336320D+10 54 13 -2.47181522413687D+09 54 14 4.08157018955795D+10 54 15 2.14970248980403D+10 54 16 1.21405121896016D+08 54 17 -9.59865744025471D+09 54 18 2.47089324665274D+07 54 19 -3.99599242064010D+08 54 20 -1.19521333544681D+09 54 21 1.02313645336591D+09 54 22 -7.53878621881161D+07 54 23 1.50062103322917D+09 54 24 2.67538681145467D+08 54 25 2.36908834743838D+09 54 26 2.95343157980388D+09 54 27 1.88443397469997D+09 54 28 3.50098045571024D+14 54 29 -6.94039329968242D+14 54 30 -3.14834290541940D+15 54 31 -2.06305883288617D+15 54 32 -8.39364030533440D+14 54 33 -3.81418715222192D+15 54 34 -2.73499759649970D+15 54 35 -1.82580439540003D+15 54 36 3.91072592290506D+15 54 37 6.53480953900362D+15 54 38 2.78828822821274D+16 54 39 2.57534636991516D+16 54 40 -8.60088638620800D+15 54 41 -8.28680079585279D+15 54 42 -5.13094273031453D+15 54 43 1.84033117588771D+15 54 44 4.31896944235546D+16 54 45 6.15930659078142D+16 54 46 1.25373206880251D+16 54 47 -2.67420242094179D+15 54 48 -2.23129120278182D+16 54 49 1.07027396718227D+16 54 50 -4.31051093636134D+16 54 51 1.80302848733318D+16 54 52 7.95008648087825D+15 54 53 3.17608198129851D+15 54 54 4.99325823633728D+17 55 1 2.04228308374472D+09 55 2 4.23776510367823D+09 55 3 1.32761003944418D+10 55 4 -4.35002516922094D+09 55 5 -1.08753734443200D+09 55 6 -1.29139398505266D+10 55 7 -6.57605755592096D+09 55 8 -3.70465758319225D+10 55 9 -2.19955045805862D+10 55 10 -2.18891416201818D+09 55 11 -7.83406929002357D+09 55 12 -1.06652392705840D+10 55 13 6.93302612619487D+09 55 14 3.57342303830552D+10 55 15 3.06767630321430D+10 55 16 1.66931987338309D+09 55 17 2.34813644001678D+09 55 18 -5.76492539360991D+08 55 19 1.71707694536143D+08 55 20 4.11111219144708D+08 55 21 -3.83971723072737D+08 55 22 -1.11330134099832D+09 55 23 1.45156087035711D+09 55 24 1.82320257135650D+09 55 25 3.41196146955706D+09 55 26 1.78537844525439D+09 55 27 7.59081975549235D+08 55 28 5.90574758142938D+14 55 29 -1.52774579828032D+14 55 30 9.62562783527386D+14 55 31 1.01390814809534D+15 55 32 -7.29684756907840D+14 55 33 1.89795158194291D+15 55 34 1.51426855836623D+15 55 35 9.81047035657872D+14 55 36 -1.92066351127586D+15 55 37 -3.15325578966712D+15 55 38 -1.15970670649359D+16 55 39 -6.15956513117235D+15 55 40 -1.72782985402022D+15 55 41 3.33050290098144D+14 55 42 2.22763449264938D+15 55 43 -6.44499205818320D+14 55 44 -8.17801220356416D+15 55 45 -1.19911117275441D+16 55 46 -4.76833761293486D+15 55 47 1.98824899893915D+15 55 48 6.54504578490256D+15 55 49 -5.83143046265517D+15 55 50 2.73162507762617D+16 55 51 -1.75268248330368D+15 55 52 1.13041860464352D+16 55 53 8.48319683778925D+15 55 54 9.40562259400596D+16 55 55 3.63151400448478D+17 56 1 -5.04801745199922D+09 56 2 -7.18453193556014D+09 56 3 1.63564476026735D+10 56 4 1.15729472631043D+10 56 5 -1.03179388841558D+10 56 6 7.48664120481501D+09 56 7 1.06921066112493D+10 56 8 9.87291491808266D+09 56 9 -3.28420886729004D+09 56 10 1.65555786000317D+09 56 11 -1.39353493779899D+09 56 12 -4.79992571991730D+09 56 13 -3.38848809593648D+10 56 14 5.07005466162314D+10 56 15 1.74698281511687D+10 56 16 8.86730523392320D+09 56 17 -2.82200360785724D+10 56 18 -7.32118090836792D+09 56 19 -5.27972996929066D+09 56 20 8.30645512606030D+09 56 21 -1.01002601553746D+10 56 22 -4.06053796878756D+09 56 23 -7.28269085949386D+09 56 24 1.80973538093892D+10 56 25 1.54852492940517D+10 56 26 -1.44811839257440D+10 56 27 -3.39046951490088D+10 56 28 5.58681924934182D+15 56 29 -1.66589840322844D+15 56 30 1.73962859128294D+15 56 31 6.03072601748880D+14 56 32 4.71203973023155D+15 56 33 -7.91234192997222D+15 56 34 -1.35607250440637D+15 56 35 -2.55511600065664D+14 56 36 7.16995971261638D+15 56 37 1.45960708141901D+16 56 38 1.13231050394218D+17 56 39 1.21133970948185D+17 56 40 -1.17859815105226D+16 56 41 1.25694571456023D+16 56 42 8.94858000698603D+15 56 43 -2.52146893383946D+16 56 44 2.77106868501156D+16 56 45 2.22298576715004D+16 56 46 -1.40971602797454D+16 56 47 -1.03860953134964D+16 56 48 -1.90807126210284D+16 56 49 -2.21740267542367D+16 56 50 -1.07027206240069D+17 56 51 -4.27242191616000D+16 56 52 7.82458624514973D+16 56 53 5.50946302724438D+16 56 54 -3.60306963621304D+16 56 55 1.43073850687477D+16 56 56 1.32841361799458D+18 57 1 3.72676117353821D+09 57 2 5.18565059284190D+09 57 3 -6.23066741196407D+08 57 4 1.52045576472646D+10 57 5 -1.64114225927483D+10 57 6 4.18183027882605D+09 57 7 -2.07548826910636D+10 57 8 -1.75360898515006D+10 57 9 3.71548423950776D+09 57 10 2.11466454704512D+10 57 11 1.30935720887287D+10 57 12 -1.55530388348537D+10 57 13 -1.20987295981841D+10 57 14 1.05278792051992D+10 57 15 2.79918204688932D+10 57 16 -2.65209388867179D+10 57 17 2.55818797765180D+10 57 18 -1.10401121472868D+10 57 19 2.87279865779675D+08 57 20 2.90835992705726D+09 57 21 -2.81608282773655D+09 57 22 5.16093263947290D+09 57 23 -2.05835617319721D+10 57 24 4.60170251347271D+09 57 25 1.38483745269483D+10 57 26 -2.76626742212008D+09 57 27 -1.04585368495544D+10 57 28 9.02956419138940D+15 57 29 -3.53781548626355D+15 57 30 2.29156835263442D+15 57 31 3.04442059491200D+13 57 32 -4.69978411837107D+15 57 33 -4.80142660859412D+16 57 34 2.84961574451706D+15 57 35 -1.40756727059232D+15 57 36 -4.89348747553152D+14 57 37 -8.04795467814093D+15 57 38 -6.49719755341230D+16 57 39 -4.75425750077092D+16 57 40 -1.57342555102444D+16 57 41 -1.68795141809518D+16 57 42 -1.32494732639381D+15 57 43 9.70904609488058D+15 57 44 -1.65334963490171D+16 57 45 -3.37977386353152D+16 57 46 -3.49261341468550D+15 57 47 2.91295946577152D+15 57 48 -2.71819654068739D+16 57 49 -3.68672168084657D+16 57 50 -1.11665055338594D+17 57 51 -1.39729951366667D+17 57 52 8.90089991385391D+16 57 53 2.80935780268808D+16 57 54 2.65747314814906D+15 57 55 3.01051709418701D+15 57 56 5.06799202664180D+17 57 57 1.07232763978098D+18 58 1 -1.04147475702724D+10 58 2 -1.58424065438602D+10 58 3 5.65403513282134D+10 58 4 4.57863733682141D+09 58 5 -6.46595490082845D+10 58 6 -4.33200785344329D+10 58 7 -1.08199133812932D+10 58 8 9.39262704874755D+09 58 9 2.09625204414956D+09 58 10 6.92260443754316D+10 58 11 7.49437231430049D+10 58 12 1.87024653104425D+10 58 13 -1.30345008729218D+10 58 14 9.56225673411633D+09 58 15 -9.63394929000544D+10 58 16 -1.00316680597492D+11 58 17 -1.44378247196115D+11 58 18 -4.10935772511612D+10 58 19 -2.28399219789269D+10 58 20 -2.69316872942804D+10 58 21 2.63187797542612D+10 58 22 -1.39422779341510D+09 58 23 7.10069719429129D+10 58 24 2.06958620578086D+09 58 25 8.50153101725634D+10 58 26 8.69063114442105D+10 58 27 7.50257136310378D+10 58 28 -1.93947674772608D+14 58 29 1.95272610293709D+15 58 30 7.35617030721536D+15 58 31 6.73003403615597D+15 58 32 7.89876849963515D+16 58 33 1.57291823764961D+17 58 34 5.72315416675213D+15 58 35 4.34962106942508D+16 58 36 5.73120518989312D+15 58 37 2.00172905904517D+16 58 38 4.39806000831005D+17 58 39 2.79597343899841D+17 58 40 1.73614983830802D+17 58 41 9.06099569021148D+16 58 42 2.68306308075188D+16 58 43 -5.56298781992943D+16 58 44 5.08992112754344D+17 58 45 4.52271526218967D+17 58 46 3.07797756757970D+16 58 47 -1.64494697930230D+16 58 48 1.45155154743590D+17 58 49 -1.67175584625642D+17 58 50 -1.76206859879487D+17 58 51 -1.07840655748930D+17 58 52 -1.90469063170357D+17 58 53 -7.39386897152143D+16 58 54 -1.92936643284166D+17 58 55 -1.77379259414559D+16 58 56 -7.28379262423492D+17 58 57 -4.38159024728854D+17 58 58 2.60030483253468D+18 59 1 5.99239088274521D+10 59 2 7.57618525600975D+10 59 3 -9.71318896287670D+10 59 4 -2.45957472357924D+10 59 5 1.21951681630566D+10 59 6 -3.73892830665624D+10 59 7 -1.44555438061989D+11 59 8 -4.53465634451340D+10 59 9 1.13921769260636D+11 59 10 -1.06790420658519D+11 59 11 -1.23086950292527D+11 59 12 -1.20747456482176D+11 59 13 5.21543037991782D+10 59 14 -1.11480006901286D+11 59 15 -9.26587533564425D+10 59 16 2.31740117227763D+11 59 17 3.51898240213693D+11 59 18 1.62565245426461D+11 59 19 -4.32566656880659D+10 59 20 -6.12862018565151D+10 59 21 5.61333017531424D+10 59 22 -3.13711093430679D+10 59 23 -7.92548553033130D+10 59 24 3.60508929800303D+10 59 25 6.75105236875588D+09 59 26 -1.94006830816833D+10 59 27 -2.07438263647597D+10 59 28 6.71162830204986D+15 59 29 2.75307385774592D+14 59 30 1.05619516188288D+15 59 31 -6.14245094835430D+15 59 32 -4.39999430157076D+16 59 33 -1.55970526946681D+17 59 34 2.41315829977347D+16 59 35 -8.54985130499763D+16 59 36 -4.53445236884685D+15 59 37 4.92637445800960D+15 59 38 -5.65276531634143D+17 59 39 -3.74913662602838D+17 59 40 -1.58151017837138D+17 59 41 -5.81753709220577D+16 59 42 -8.55424160273856D+15 59 43 1.41507891626337D+16 59 44 -1.38602901469859D+18 59 45 -9.01438166636823D+17 59 46 -9.79219634059469D+15 59 47 1.43077063056435D+16 59 48 -2.77238509565694D+17 59 49 -2.74597465602370D+17 59 50 -5.03397418704399D+17 59 51 -4.03353040614760D+17 59 52 -2.74081067322098D+17 59 53 -2.59567914018159D+17 59 54 -7.54759957132188D+16 59 55 -7.53583648011612D+16 59 56 -8.04464530634087D+17 59 57 -5.56485200056525D+17 59 58 3.63572376498749D+16 59 59 5.33570909288392D+18 60 1 3.76952761762120D+08 60 2 5.07134662161822D+08 60 3 -1.37905208161647D+10 60 4 -7.57339229480911D+08 60 5 1.14917034874712D+10 60 6 1.10917285877902D+10 60 7 -1.57677318483199D+09 60 8 -9.21124594293912D+08 60 9 4.76657947815421D+09 60 10 -5.52135845952207D+09 60 11 -1.49203022717173D+10 60 12 -4.29484679513218D+10 60 13 1.19055639330720D+10 60 14 1.22987363043441D+10 60 15 3.30036534123079D+10 60 16 3.29600683374702D+09 60 17 -8.88672685484036D+09 60 18 -1.34129334594889D+09 60 19 -2.86144755628023D+08 60 20 -6.45123221414054D+08 60 21 1.04616446507891D+09 60 22 -8.00120715290188D+08 60 23 -2.13526929596311D+09 60 24 2.12030511949911D+09 60 25 -6.63678718208645D+09 60 26 3.21097177860042D+09 60 27 6.05185106889661D+09 60 28 2.31976582951185D+15 60 29 -2.05186154393547D+15 60 30 -8.73191691065822D+14 60 31 5.68237113453832D+14 60 32 2.27822279444168D+15 60 33 1.19531145394467D+16 60 34 -2.70348544714148D+14 60 35 -1.35325349688000D+14 60 36 -1.38285291412972D+15 60 37 -2.81467495736640D+15 60 38 5.73575629114317D+15 60 39 -4.83662063746253D+15 60 40 -3.69606416472592D+15 60 41 2.60527835857430D+15 60 42 -1.78674402373486D+15 60 43 4.74098398305021D+15 60 44 -1.71099409044326D+15 60 45 -1.38111108980973D+16 60 46 -1.29437577020122D+15 60 47 -5.02427101211872D+14 60 48 -5.77630912912394D+15 60 49 2.82065392404973D+15 60 50 -1.89570410885170D+16 60 51 4.88368557521978D+15 60 52 4.26773817016720D+14 60 53 2.38988276612480D+13 60 54 -1.12226084765361D+15 60 55 -2.19172034456276D+15 60 56 -2.87345474299983D+16 60 57 -1.57886768934606D+16 60 58 -2.57142322189961D+16 60 59 4.03871449195530D+16 60 60 3.02018706003018D+17 61 1 4.25298738184593D+08 61 2 5.25522934004999D+08 61 3 3.61479772819632D+09 61 4 -8.56161112814654D+08 61 5 -2.85444824624836D+09 61 6 -3.79734876574784D+09 61 7 -2.24830908494228D+09 61 8 5.25021383081612D+09 61 9 1.16964576976568D+10 61 10 -5.98649221293204D+09 61 11 -1.59681532245216D+10 61 12 -4.80630695938276D+10 61 13 1.31270047823363D+10 61 14 1.33160527343469D+10 61 15 3.36727060255223D+10 61 16 -6.72525480430596D+08 61 17 2.01924245765749D+09 61 18 3.76300286100160D+08 61 19 -5.39687892883744D+08 61 20 1.66737677268245D+08 61 21 -2.80121582913388D+08 61 22 7.98800121577299D+08 61 23 -1.47103586032661D+09 61 24 1.69237020182330D+09 61 25 -4.04792783461022D+09 61 26 -9.84132300603734D+08 61 27 1.08790800148991D+09 61 28 -5.82045823699090D+14 61 29 -4.76138838288600D+13 61 30 -8.19481999834198D+14 61 31 1.00401518946600D+13 61 32 -2.13324663480538D+15 61 33 -4.65897513833914D+15 61 34 2.72120329477371D+13 61 35 1.15499819865776D+14 61 36 -4.37993402511238D+14 61 37 -1.35267902896096D+15 61 38 1.65774982370816D+14 61 39 3.12399168254694D+15 61 40 3.15990201951482D+15 61 41 -3.47884825840302D+15 61 42 -7.00789036345560D+14 61 43 2.96098811575987D+15 61 44 -1.23327355308346D+15 61 45 -3.93931734033024D+15 61 46 3.17330134009064D+14 61 47 5.70794772140416D+14 61 48 3.98589527832570D+15 61 49 -9.47682105659232D+14 61 50 4.33260871097980D+14 61 51 2.70016325002240D+14 61 52 1.01350149809979D+15 61 53 1.45298751195056D+15 61 54 -8.98220590364778D+14 61 55 -2.01701088026322D+15 61 56 1.16495028764532D+16 61 57 6.91253837788826D+15 61 58 1.91410918773798D+15 61 59 1.50184244946519D+16 61 60 2.09073096181730D+17 61 61 2.96892100931925D+17 62 1 -1.14306324822505D+10 62 2 -7.22117425879725D+09 62 3 -1.15323617114644D+09 62 4 4.39326262918153D+10 62 5 -8.68559493747413D+10 62 6 -9.67213601072322D+09 62 7 -3.18532708136283D+10 62 8 1.54792006767046D+10 62 9 5.86882212359906D+10 62 10 3.54890588357159D+10 62 11 4.12445259411899D+10 62 12 3.57286550434347D+09 62 13 -2.12331313942403D+10 62 14 8.66682055031215D+09 62 15 -3.98099351912728D+10 62 16 -1.45437356837769D+10 62 17 -4.69752583215784D+09 62 18 -1.88563969291753D+10 62 19 -8.51299330819450D+09 62 20 4.82492656879077D+08 62 21 -4.68145715722243D+09 62 22 -8.39137701970811D+09 62 23 3.17186076387863D+10 62 24 1.46769873904402D+10 62 25 1.65434553044109D+10 62 26 1.18300209232929D+09 62 27 -2.76491269871988D+09 62 28 -4.77881701139456D+14 62 29 -1.05392954508481D+16 62 30 -7.89085806565466D+15 62 31 -1.06301790417356D+16 62 32 1.76745131727155D+15 62 33 -6.01356282272136D+16 62 34 2.82990509912774D+15 62 35 3.35551101144864D+15 62 36 3.34846810624768D+14 62 37 6.44424904929827D+15 62 38 1.17147089939112D+17 62 39 3.61235685530409D+16 62 40 7.25920575198290D+16 62 41 1.45693774861663D+16 62 42 8.61611466373672D+15 62 43 -3.19969116453691D+16 62 44 1.03879568276611D+17 62 45 -6.36036046876582D+16 62 46 4.62611071829243D+16 62 47 -1.82901733153043D+16 62 48 6.05174196343296D+16 62 49 -2.38459503581711D+16 62 50 -3.08548049370061D+16 62 51 1.13966864824552D+17 62 52 4.12742416129304D+16 62 53 6.97415334239504D+16 62 54 -1.66854661188467D+16 62 55 -9.31294169952201D+16 62 56 3.01599693546875D+16 62 57 6.59978130199218D+16 62 58 -2.42615222448722D+17 62 59 1.36286291942989D+17 62 60 -6.62198750394190D+16 62 61 -6.58723176408499D+15 62 62 2.12677317740884D+18 63 1 2.63388520422911D+09 63 2 5.15225336381262D+09 63 3 -2.34727469283779D+08 63 4 -1.99923036597563D+10 63 5 7.10759144815935D+10 63 6 2.37207380424407D+10 63 7 3.52758561793940D+10 63 8 7.09123024544516D+09 63 9 -3.18987112180445D+10 63 10 -1.68817849362825D+10 63 11 -9.53362882632031D+09 63 12 3.15647319499648D+10 63 13 1.50997475069820D+09 63 14 -3.88257502236720D+10 63 15 -9.64028152725626D+09 63 16 4.58688947556974D+09 63 17 -9.84882687344071D+10 63 18 -4.04711588205643D+10 63 19 2.11721688018097D+09 63 20 2.42863956587340D+09 63 21 -1.81513240541399D+09 63 22 -2.18825319174348D+09 63 23 3.91060542057246D+10 63 24 -1.17466000738474D+10 63 25 -7.06148055929394D+09 63 26 2.19935560000840D+10 63 27 4.05211414059948D+10 63 28 7.50764027869812D+15 63 29 -1.72133378826611D+16 63 30 -1.95993094075294D+14 63 31 1.33572688704625D+15 63 32 2.35784036896992D+15 63 33 -5.59414142981334D+16 63 34 -3.05112450340674D+15 63 35 -7.37929151288496D+14 63 36 -7.52720806071495D+15 63 37 -3.40727233207657D+16 63 38 2.33727570681656D+16 63 39 -3.77271884562424D+16 63 40 2.05645481499204D+16 63 41 -4.28414638884746D+15 63 42 -1.68962033981060D+15 63 43 8.19057533878468D+14 63 44 -2.11231472559697D+16 63 45 -1.05706896885125D+17 63 46 -1.31579842951200D+14 63 47 -3.23927450693408D+14 63 48 -3.76445384255121D+16 63 49 -2.11748167061824D+14 63 50 -3.94604279751255D+16 63 51 -8.26174800067036D+16 63 52 4.85731381400414D+16 63 53 1.31100015987037D+16 63 54 -1.07768613045433D+17 63 55 -9.94984782779891D+16 63 56 -6.39838903691318D+16 63 57 -1.64728915325212D+17 63 58 -2.19173267060445D+17 63 59 -4.17470794088704D+17 63 60 -1.81288739808794D+15 63 61 -1.14484666929056D+16 63 62 8.55749293694547D+17 63 63 2.35016861777894D+18 64 1 -8.01987329972707D+09 64 2 -1.68500124201609D+10 64 3 -8.10571765941793D+09 64 4 6.86636102174263D+09 64 5 -1.61110906467509D+10 64 6 -2.86212171062253D+09 64 7 -2.78405853340557D+10 64 8 -3.65571670380179D+09 64 9 2.46286478280432D+10 64 10 3.44175626165301D+10 64 11 2.65468397554888D+10 64 12 3.94187158805685D+09 64 13 -1.50778289764877D+10 64 14 2.64600891546160D+10 64 15 4.05220128782650D+10 64 16 -4.06779263524291D+09 64 17 -3.79103888203174D+09 64 18 -1.75314229264100D+09 64 19 -1.53098556837094D+10 64 20 -1.78455344552280D+09 64 21 -1.63833324422080D+09 64 22 -3.80137702874217D+10 64 23 3.20932534095078D+10 64 24 8.05960691601322D+10 64 25 6.70457823784323D+10 64 26 -4.29077701199607D+10 64 27 -1.35329286512026D+11 64 28 2.94718615440054D+16 64 29 -1.00252744449497D+16 64 30 1.68207266852074D+16 64 31 3.17255734108157D+15 64 32 4.40354251982469D+16 64 33 2.12763668083174D+16 64 34 2.79656339824186D+15 64 35 -2.95349223090586D+15 64 36 1.07698027444044D+16 64 37 3.50841346377542D+15 64 38 -2.00039252970291D+16 64 39 -5.02966858124810D+16 64 40 5.42852758767114D+16 64 41 -5.42791008196902D+16 64 42 2.01451718438458D+15 64 43 -5.42818243577698D+15 64 44 -1.04397825918648D+16 64 45 3.01038424785920D+14 64 46 3.81092021210675D+15 64 47 -3.70986327364890D+15 64 48 6.38920453240187D+16 64 49 -3.21417384110810D+16 64 50 4.88330115107635D+16 64 51 2.76253469321011D+15 64 52 -2.51734731597786D+15 64 53 -5.57441278013984D+15 64 54 -4.67426965493563D+16 64 55 -3.63838875052125D+16 64 56 -2.87679738076252D+16 64 57 7.76351072660900D+16 64 58 -1.34970629955445D+17 64 59 3.51892853182331D+17 64 60 -1.76215464042807D+17 64 61 -1.53151516999738D+17 64 62 -8.84669308464259D+17 64 63 -7.93453799618981D+17 64 64 2.78590551301824D+18 65 1 4.06922469646394D+09 65 2 8.16499998693549D+09 65 3 5.75240682809609D+09 65 4 -3.57292757774292D+08 65 5 -3.24680233832148D+09 65 6 1.45946469620706D+09 65 7 4.73404822513250D+10 65 8 -1.04183454236877D+10 65 9 -1.04429732669360D+11 65 10 -1.88893060512544D+10 65 11 8.22512507470899D+09 65 12 9.30396745625342D+10 65 13 -7.31888807507579D+09 65 14 2.61190732623947D+10 65 15 6.48622538499292D+10 65 16 -2.53952945627646D+10 65 17 -1.45330206476611D+10 65 18 -5.55003261703578D+09 65 19 -3.50683551911646D+09 65 20 -2.02845875401717D+08 65 21 1.90886102278890D+07 65 22 8.75228708904766D+09 65 23 -2.05577683683796D+09 65 24 -3.53807412442434D+10 65 25 -4.69437691049982D+09 65 26 -1.20524070573498D+10 65 27 -1.97723822494529D+10 65 28 -2.50521686492438D+15 65 29 1.06288126246348D+15 65 30 2.94787314142475D+15 65 31 9.55461129753596D+14 65 32 -1.50721097874091D+15 65 33 9.28398461280883D+15 65 34 2.08741094356143D+15 65 35 3.03526887436128D+15 65 36 1.20639750491143D+15 65 37 -2.64503095395377D+16 65 38 -1.69103620350387D+15 65 39 -1.31878771586769D+17 65 40 1.38374555184211D+16 65 41 1.69930806758062D+16 65 42 1.47347819779491D+15 65 43 -7.97025817793774D+15 65 44 2.39146583089714D+16 65 45 1.35250859772653D+16 65 46 1.69476099054695D+15 65 47 2.71782306374272D+14 65 48 6.81799380533938D+15 65 49 9.40433738265120D+15 65 50 -1.13918526842716D+16 65 51 -9.32040485392442D+15 65 52 8.24642658430741D+15 65 53 8.98188872513362D+15 65 54 -3.53634904325262D+16 65 55 -6.22128993725681D+16 65 56 -4.95691737072831D+16 65 57 -7.56595573847968D+16 65 58 7.47201121890573D+16 65 59 -1.40021023662982D+17 65 60 -1.27088066746333D+17 65 61 -1.73240971764906D+17 65 62 -7.19193599509937D+17 65 63 -1.05241977173740D+18 65 64 1.16304834094031D+18 65 65 2.33544136486879D+18 66 1 5.14823363724017D+07 66 2 1.03480672656393D+07 66 3 -4.81767524538818D+08 66 4 -1.46345494416071D+07 66 5 2.24558672811846D+07 66 6 -4.94040001486598D+07 66 7 8.13592769479610D+08 66 8 -3.09436817440139D+09 66 9 -6.61004413569845D+09 66 10 -9.56788180057672D+08 66 11 7.20720227287232D+09 66 12 1.84636346988660D+10 66 13 -8.86689455318047D+08 66 14 -4.04436323842464D+09 66 15 -8.88460609055018D+09 66 16 9.50745076127265D+06 66 17 3.42349055249619D+08 66 18 1.01565223057915D+08 66 19 -2.22940543842277D+07 66 20 -5.96812196239097D+07 66 21 4.36539982110978D+07 66 22 1.05292050853296D+09 66 23 -9.87301655204957D+07 66 24 -2.28783365396278D+09 66 25 -4.70968389997830D+07 66 26 -2.85212459633761D+08 66 27 -2.95198524852815D+08 66 28 4.79846491631960D+14 66 29 -3.49346181631856D+14 66 30 -2.44112765741650D+14 66 31 -1.11498195466126D+14 66 32 -9.11436023254896D+14 66 33 -2.51237195191552D+14 66 34 2.90990354289894D+14 66 35 5.18160087852232D+14 66 36 -2.52975053563394D+14 66 37 -1.72833913338030D+15 66 38 4.17535906840064D+14 66 39 7.40302351676032D+14 66 40 6.60970920501664D+14 66 41 6.83291210457040D+14 66 42 -8.18742475448236D+14 66 43 3.18321162387923D+15 66 44 -3.93410295143680D+14 66 45 -8.22913720912896D+14 66 46 -8.45810428506880D+13 66 47 9.03497448503600D+13 66 48 -5.94629969868160D+14 66 49 -6.26447046884800D+13 66 50 -5.48446651368864D+14 66 51 6.66088618854144D+14 66 52 -1.65831557316920D+13 66 53 9.48677785518640D+13 66 54 -8.86341028475882D+15 66 55 -9.22197558139154D+15 66 56 5.34897872199744D+14 66 57 3.86312610936304D+15 66 58 -1.05688201722758D+16 66 59 9.24569650230912D+15 66 60 -2.06488280667404D+16 66 61 -3.18669869854901D+16 66 62 -6.76040103101409D+16 66 63 -3.47018489336894D+16 66 64 -3.75793506485912D+16 66 65 9.51201284817199D+15 66 66 1.41220778270089D+17 67 1 -1.80382386265610D+07 67 2 -3.26069376476042D+07 67 3 -2.74450090736018D+08 67 4 1.23369165598442D+08 67 5 -2.47025229473579D+08 67 6 -2.36029843440725D+05 67 7 -2.14033799351649D+09 67 8 3.62344806747816D+09 67 9 1.60417652934666D+10 67 10 1.92987838982134D+09 67 11 -1.74383235487434D+09 67 12 -1.19877901392626D+10 67 13 5.67884097681956D+08 67 14 -2.36917836614826D+09 67 15 -4.09892881997178D+09 67 16 -5.90766335444189D+07 67 17 -1.75251916426624D+08 67 18 1.07410546555637D+07 67 19 -5.68410266659698D+08 67 20 -1.55221365726349D+08 67 21 7.29753308017449D+07 67 22 6.85102693538221D+08 67 23 5.30490851079469D+08 67 24 -1.14266306887941D+09 67 25 -5.20371206356100D+08 67 26 5.69177257182527D+08 67 27 1.37858646436471D+09 67 28 1.52446263190416D+14 67 29 -1.93561615365151D+14 67 30 -7.56762296822891D+13 67 31 -8.18019480688397D+13 67 32 -5.24485150320620D+14 67 33 -6.44783510055344D+14 67 34 3.69661314544470D+14 67 35 -8.02250026467481D+13 67 36 -1.29627099867662D+14 67 37 -1.31069742370100D+15 67 38 -2.17650347676696D+14 67 39 6.61326159044680D+14 67 40 2.28122885430328D+15 67 41 1.03142902869249D+15 67 42 -4.45519091383623D+14 67 43 1.68555969295805D+15 67 44 9.21027986185319D+14 67 45 -6.62491374443820D+13 67 46 1.22540785979215D+14 67 47 3.30982536723206D+14 67 48 1.75204383764331D+14 67 49 3.61107113800792D+14 67 50 1.07851190566401D+15 67 51 -1.86827338656215D+15 67 52 1.38584884383766D+14 67 53 9.78049721774782D+13 67 54 -6.05997003734006D+15 67 55 -8.07375507264114D+15 67 56 -3.27843941692980D+14 67 57 -5.05247532483489D+15 67 58 -2.19043511294859D+15 67 59 -1.04086340070598D+16 67 60 -4.95393847392706D+15 67 61 -8.72591694540101D+15 67 62 -4.26317689667423D+16 67 63 -5.92991434445301D+16 67 64 -1.43245418672350D+16 67 65 -6.32266540218588D+16 67 66 4.64481620120622D+16 67 67 1.63951142283904D+17 68 1 -4.27985212016666D+09 68 2 -4.70454509238319D+09 68 3 4.82639936505564D+09 68 4 5.48388767364192D+08 68 5 -6.55381617049755D+08 68 6 1.39674897729555D+09 68 7 -5.01457772876901D+09 68 8 5.24689179139498D+09 68 9 9.81015170695322D+09 68 10 9.71071251447253D+09 68 11 2.16998581048547D+09 68 12 -3.25381093131098D+10 68 13 -1.04426759090899D+09 68 14 1.03139523318208D+09 68 15 1.50869954278027D+10 68 16 1.77571606410311D+09 68 17 -5.49651477074706D+09 68 18 -8.69100078070448D+08 68 19 -2.71668560371038D+08 68 20 1.63037811168174D+09 68 21 -1.40764576203753D+09 68 22 1.81975099549908D+08 68 23 -7.20734786991566D+08 68 24 8.33065966857725D+08 68 25 -1.60642644197223D+09 68 26 1.49852531908862D+09 68 27 2.86149372890450D+09 68 28 -1.02968103217826D+15 68 29 7.39227265680556D+14 68 30 -3.13776931781348D+14 68 31 1.34910128653675D+15 68 32 5.33376196835776D+14 68 33 6.12611293446170D+15 68 34 -2.39911627370832D+14 68 35 9.29593723824984D+14 68 36 -2.15536423136448D+14 68 37 6.52118955749421D+15 68 38 1.01298604761277D+16 68 39 -1.54557793453691D+16 68 40 1.22460642846698D+16 68 41 -1.31137465784200D+16 68 42 6.15398934000532D+15 68 43 -2.01058512825589D+16 68 44 6.49612858371430D+15 68 45 3.58916866343539D+15 68 46 2.78590345882538D+15 68 47 4.55108873200864D+14 68 48 1.61144788915148D+16 68 49 5.10278626684525D+15 68 50 -4.72531779205568D+14 68 51 -1.05447348457267D+15 68 52 -3.31729033236016D+14 68 53 6.06435821222416D+14 68 54 1.74989666932515D+15 68 55 -2.11204959183279D+15 68 56 -2.08638645902637D+15 68 57 -4.36505710229754D+15 68 58 2.82888271492314D+16 68 59 7.96261962660454D+15 68 60 -2.59900771486015D+16 68 61 -4.73306371012335D+16 68 62 1.67052310053996D+16 68 63 2.49137058939665D+15 68 64 -1.79648556488061D+17 68 65 -1.75437283739020D+17 68 66 3.04928076949169D+16 68 67 3.36298578794751D+16 68 68 2.53256117400319D+17 69 1 8.03111362462241D+08 69 2 1.20588008354985D+09 69 3 1.62333771322834D+09 69 4 1.89855023714535D+09 69 5 -4.25022195613399D+09 69 6 -9.21564878887852D+08 69 7 6.89411037726686D+09 69 8 1.13375278994593D+10 69 9 2.70006327230470D+09 69 10 2.61071368949742D+09 69 11 -2.49966319993673D+09 69 12 -2.54619727560324D+10 69 13 -4.79642380355825D+08 69 14 5.52876682592603D+09 69 15 2.01825220556970D+10 69 16 3.81150950900115D+08 69 17 -2.93254721170442D+09 69 18 -6.11655320644746D+08 69 19 -5.09008180715080D+09 69 20 -2.46094865636922D+09 69 21 1.51826023655607D+09 69 22 7.18877917319615D+08 69 23 -3.63366535321474D+09 69 24 1.35771164430376D+09 69 25 -7.73679033393151D+09 69 26 -2.29512841915596D+09 69 27 -3.86701991701338D+08 69 28 -2.32473234601871D+15 69 29 1.77885866455796D+15 69 30 7.28567305267670D+13 69 31 2.28710181261495D+15 69 32 -1.72168951790992D+15 69 33 -8.27665800155123D+15 69 34 9.57624204372757D+14 69 35 2.74913879308623D+15 69 36 -1.24278817363835D+15 69 37 3.69550771786056D+15 69 38 1.58140834585508D+16 69 39 -4.82194951367081D+16 69 40 8.75531370135162D+15 69 41 -5.35752432985763D+15 69 42 4.35677557031067D+15 69 43 -1.94131462761253D+16 69 44 1.17541516840006D+16 69 45 -1.33418639035592D+16 69 46 -3.26012476270953D+15 69 47 1.93137923588363D+15 69 48 -1.06705743179510D+16 69 49 -5.66957038854755D+15 69 50 4.68068567271511D+15 69 51 -1.50584159800173D+15 69 52 -1.87009942222420D+15 69 53 -5.30171016629840D+14 69 54 9.24761083648354D+14 69 55 -2.38534927175862D+15 69 56 1.46858230211131D+16 69 57 -1.08990123162576D+16 69 58 1.92331915472499D+16 69 59 1.87417106974479D+16 69 60 -2.43158878863665D+16 69 61 -5.32945272473547D+16 69 62 1.25979080521884D+16 69 63 1.30802997475936D+16 69 64 -1.35750324732316D+17 69 65 -2.34648029760376D+17 69 66 2.96232295338564D+16 69 67 3.35860039699238D+16 69 68 2.13505087624475D+17 69 69 3.10160782056316D+17 70 1 -2.59447149802589D+09 70 2 -2.65813945506629D+09 70 3 5.10863668601609D+09 70 4 8.40951870052799D+09 70 5 -1.43560772928546D+10 70 6 1.14809477670534D+10 70 7 3.82746497636081D+08 70 8 -5.05619840885272D+09 70 9 -1.24506678394038D+10 70 10 5.56535004171563D+09 70 11 5.64224238425378D+09 70 12 7.82439969654252D+09 70 13 -4.19034587148201D+09 70 14 -2.59306670274991D+09 70 15 -1.28086461004704D+10 70 16 -4.72376767009375D+10 70 17 -1.01980858823349D+10 70 18 -1.75062409280703D+10 70 19 -2.78023072948061D+09 70 20 -2.25313794836387D+09 70 21 2.21758450014312D+09 70 22 1.11064840938652D+10 70 23 1.03161357885802D+09 70 24 -2.85922388630669D+10 70 25 3.13386253940477D+10 70 26 3.04408497457435D+10 70 27 4.47262250483401D+10 70 28 -2.54538177889220D+16 70 29 9.48323515457011D+15 70 30 -1.40869638160398D+15 70 31 -7.47501189498284D+15 70 32 -1.39149989311476D+16 70 33 -6.03055955888645D+16 70 34 1.74449105244910D+15 70 35 3.35120747427050D+15 70 36 -4.76822321196517D+15 70 37 -9.53219593683712D+15 70 38 -2.29468746453504D+16 70 39 -1.36622672529284D+17 70 40 5.76922175552755D+15 70 41 -6.17262354993658D+15 70 42 2.39673963502347D+15 70 43 -7.71476744153162D+15 70 44 7.11764800715909D+16 70 45 8.44245765396511D+16 70 46 1.11652648845632D+15 70 47 5.24614392561104D+15 70 48 2.67354198619131D+16 70 49 -7.88716816229606D+15 70 50 -3.60310730865037D+15 70 51 -8.61990562298048D+15 70 52 -3.15888033337984D+14 70 53 1.38677181610720D+14 70 54 5.32495489749002D+15 70 55 3.14137161285731D+15 70 56 -5.14138735987738D+15 70 57 6.66992446400269D+15 70 58 5.00372629461084D+16 70 59 6.21423562378086D+16 70 60 -3.06144930877669D+16 70 61 -1.24188299848991D+16 70 62 1.96009107990784D+15 70 63 1.03164863835188D+17 70 64 -2.80809133596690D+17 70 65 8.93075885047983D+16 70 66 -7.45229428523682D+15 70 67 7.77109417269844D+15 70 68 -1.41668296192996D+16 70 69 -3.46837687599988D+16 70 70 6.34947421653200D+17 71 1 2.14682534839092D+09 71 2 2.89906054031398D+09 71 3 -3.05254102152817D+09 71 4 -8.81285881410461D+09 71 5 2.12240301280139D+10 71 6 -6.00163347089390D+09 71 7 -1.91307589434608D+10 71 8 1.64380521354155D+10 71 9 3.98406731742564D+10 71 10 -5.66311749195266D+08 71 11 -7.23374420202985D+09 71 12 -2.66937448547811D+10 71 13 1.45058375577365D+07 71 14 6.03953455943043D+09 71 15 3.08716686849733D+09 71 16 2.57666827027035D+10 71 17 -1.16861571707095D+10 71 18 9.09735837118173D+09 71 19 1.60694360843999D+09 71 20 1.55191673610478D+09 71 21 -1.76310725009512D+09 71 22 7.87772901216450D+09 71 23 -2.94485272616381D+10 71 24 -1.30660724186180D+10 71 25 -8.90275700252966D+09 71 26 2.15834564404941D+08 71 27 -1.44809944561863D+09 71 28 3.09192358548944D+16 71 29 -1.80695377270807D+16 71 30 4.99482641985042D+14 71 31 4.60683755495607D+15 71 32 3.26568033129722D+15 71 33 -3.66602622577229D+15 71 34 -3.08065764224491D+15 71 35 -5.17520625010045D+15 71 36 1.53605427230498D+16 71 37 1.42473366867609D+16 71 38 7.45634228717297D+16 71 39 1.35272725198882D+17 71 40 6.95025669565312D+14 71 41 -1.00796031304637D+16 71 42 -1.54945477476079D+15 71 43 2.19723225296319D+15 71 44 -5.00108630221230D+16 71 45 -1.01468627067180D+17 71 46 -3.14562306779166D+15 71 47 -1.48911571762335D+16 71 48 -1.63983780684885D+16 71 49 -5.83761604882259D+15 71 50 -1.32522703797548D+15 71 51 6.10922489413837D+15 71 52 1.86522104390762D+15 71 53 2.09995687643469D+15 71 54 -1.00658281649245D+16 71 55 -1.09881167688165D+16 71 56 1.75964960560656D+16 71 57 -5.83879597916173D+15 71 58 -8.45179757819924D+16 71 59 -1.15795834818058D+17 71 60 2.85794985722054D+16 71 61 1.55913095155178D+16 71 62 -1.79534135586007D+16 71 63 -9.57514488303575D+16 71 64 -5.42824493607338D+16 71 65 -9.08310654681064D+16 71 66 8.26785325399624D+15 71 67 -1.26336024416613D+16 71 68 9.97289161936182D+15 71 69 1.80201207326508D+16 71 70 -2.49708309697930D+17 71 71 5.41266652183235D+17 72 1 4.22539066619299D+08 72 2 6.71386462544449D+08 72 3 -8.88742741257252D+07 72 4 3.15944548643118D+09 72 5 -6.35532906505689D+09 72 6 -5.51026219611555D+09 72 7 -1.90172409991986D+09 72 8 1.35962971922312D+10 72 9 1.29710984501694D+10 72 10 1.96204932676670D+09 72 11 9.89190150166455D+09 72 12 2.84358904627913D+10 72 13 -3.42231051138639D+09 72 14 -2.61595040230201D+10 72 15 -4.81237024068225D+10 72 16 -3.83079546940587D+09 72 17 7.82035116309467D+09 72 18 9.20582092396757D+08 72 19 -1.48413046594651D+09 72 20 -5.12089036838006D+09 72 21 5.02260037938266D+09 72 22 2.79943681399525D+09 72 23 -2.76721584615104D+09 72 24 -5.33196025424453D+09 72 25 2.29548982913060D+09 72 26 8.42300299018237D+09 72 27 1.17046277416766D+10 72 28 -1.93411069354627D+15 72 29 1.79878299872832D+14 72 30 4.58850393447816D+14 72 31 -7.63944108603428D+14 72 32 2.94245216944896D+14 72 33 3.44786608521498D+15 72 34 -1.12910666279132D+14 72 35 -2.53942095943280D+13 72 36 2.03059095753721D+15 72 37 -3.70656403642242D+15 72 38 9.86170058160230D+15 72 39 -1.14623368659430D+16 72 40 2.17432487534912D+14 72 41 4.39384915703546D+15 72 42 3.27055395294739D+13 72 43 -7.10046755107984D+14 72 44 1.21088516632297D+16 72 45 1.23608014113874D+16 72 46 1.89097319278128D+15 72 47 9.12581305056752D+14 72 48 -1.70151869062854D+15 72 49 -3.89747614193821D+15 72 50 1.10100478390529D+16 72 51 -1.09500254117228D+16 72 52 4.15399857081160D+14 72 53 3.89783155848592D+14 72 54 1.00841157266543D+15 72 55 -3.09674672445197D+15 72 56 8.78628842662442D+15 72 57 9.17549123863379D+15 72 58 1.59405098881562D+15 72 59 -3.36019685775462D+15 72 60 -3.25638026531542D+16 72 61 -3.12693750781709D+16 72 62 -1.56010050807919D+16 72 63 -1.86319343597225D+16 72 64 -2.41162641795084D+17 72 65 -1.99011111563721D+17 72 66 -2.51063793258616D+16 72 67 -2.19453747845426D+16 72 68 -4.97798344111240D+16 72 69 -4.59581239075054D+16 72 70 -3.46559295047838D+16 72 71 1.66440121600693D+16 72 72 3.66688335516667D+17 73 1 -2.69755520515151D+07 73 2 -2.36233959910846D+08 73 3 1.29188407362370D+09 73 4 -3.03902955193947D+09 73 5 1.55123439570369D+07 73 6 -6.82702055018631D+09 73 7 -3.21048257211806D+09 73 8 4.66902392733598D+10 73 9 4.07945983746696D+10 73 10 -4.97004221515648D+09 73 11 -1.73281013555136D+09 73 12 1.42376596855364D+10 73 13 1.08966078034169D+10 73 14 -5.09062698008802D+10 73 15 -7.04975919610247D+10 73 16 2.90502020577933D+09 73 17 -2.57104059115730D+09 73 18 1.48701191837689D+09 73 19 -6.77993634334479D+08 73 20 -3.06307939745252D+09 73 21 2.93221125807695D+09 73 22 -4.76399108599598D+09 73 23 5.89969174394062D+09 73 24 6.91429463563996D+09 73 25 2.88688660533920D+09 73 26 5.90399055752661D+09 73 27 9.66695251182075D+09 73 28 -1.95984595143494D+15 73 29 -1.97518413172960D+14 73 30 1.73492602932612D+15 73 31 8.02918462422160D+13 73 32 3.64683457561030D+15 73 33 2.40835117463629D+15 73 34 -1.24445420964048D+15 73 35 -2.72745858772098D+15 73 36 1.53659116491195D+15 73 37 -2.24097590582208D+14 73 38 3.06780069946419D+16 73 39 -1.30026838592696D+16 73 40 -2.83906270821466D+15 73 41 1.48554543879392D+15 73 42 1.26491952915621D+15 73 43 -4.84677884597714D+15 73 44 7.16898781216461D+15 73 45 1.48579760495631D+16 73 46 2.36502859178254D+15 73 47 7.60930576331456D+14 73 48 -4.23315967791808D+14 73 49 -4.03815490769734D+15 73 50 1.55970170368731D+16 73 51 -2.47309934656837D+16 73 52 -2.60888480170788D+14 73 53 -9.21993755113280D+14 73 54 -2.91272524681894D+15 73 55 -8.78879558127942D+15 73 56 -8.77305285388208D+14 73 57 -3.78414129033997D+15 73 58 -4.53546028898691D+16 73 59 -1.03038307888691D+17 73 60 -4.99419554483257D+16 73 61 -4.26520898740293D+16 73 62 -4.10193609491340D+16 73 63 -1.27239684024846D+17 73 64 -2.62371437985517D+17 73 65 -3.39740069114041D+17 73 66 -5.23428843860891D+16 73 67 -4.93014421297960D+16 73 68 -2.77684541150254D+16 73 69 -1.72335006068077D+16 73 70 3.36884082668822D+16 73 71 -4.44192284476985D+16 73 72 3.05335073791867D+17 73 73 8.30186866619918D+17 74 1 3.95883733650329D+07 74 2 1.60760447515717D+07 74 3 4.58488630842415D+07 74 4 1.25118035086146D+08 74 5 -2.04574145901452D+08 74 6 1.56114150097578D+08 74 7 1.81434240208421D+08 74 8 -8.75901245724282D+08 74 9 -7.86907871337152D+08 74 10 3.98654607314186D+07 74 11 9.25244709579241D+07 74 12 7.22674766213101D+08 74 13 -2.02402599710076D+08 74 14 -3.50688038168612D+07 74 15 -2.23980750301984D+08 74 16 -9.45513669409014D+07 74 17 5.53313324286725D+08 74 18 6.73446258228581D+07 74 19 -5.66024477521903D+08 74 20 -2.44219067521046D+08 74 21 -8.82984570269052D+07 74 22 -1.07949935668602D+08 74 23 2.55804604829421D+07 74 24 2.46863701557708D+08 74 25 5.84922270255952D+08 74 26 6.72268962565156D+08 74 27 -1.39659028289124D+08 74 28 -1.15669675496798D+15 74 29 5.59722573289334D+14 74 30 -1.57763873453401D+14 74 31 -1.23590445261022D+14 74 32 -5.23566607549464D+14 74 33 -2.82472770217931D+14 74 34 3.23485016994688D+14 74 35 4.25993042448341D+14 74 36 -1.33000650661951D+15 74 37 -5.51412076904159D+14 74 38 -8.73381700475273D+15 74 39 -3.08841782462259D+15 74 40 7.15670767284614D+14 74 41 6.61084490935478D+14 74 42 3.14852834216806D+13 74 43 5.12580900224988D+12 74 44 6.63834589543068D+15 74 45 2.18930551998514D+15 74 46 1.35346106509058D+15 74 47 6.76968435208684D+14 74 48 -2.71317730199170D+14 74 49 -1.29504536279925D+15 74 50 6.76630539205964D+14 74 51 -6.27563040885758D+14 74 52 -3.06171897192045D+13 74 53 4.19668043506701D+13 74 54 8.36593355396078D+14 74 55 -1.08992296912644D+14 74 56 -1.73931533271680D+13 74 57 1.59195474603381D+14 74 58 -4.29457186667846D+14 74 59 3.06176051454141D+15 74 60 -1.29844761609762D+15 74 61 -9.94828211321545D+14 74 62 3.29365588625292D+15 74 63 1.40319848090851D+15 74 64 2.80975064363757D+15 74 65 1.11987923695133D+15 74 66 -2.55966507209520D+14 74 67 5.65500194963494D+14 74 68 -7.28894182543136D+14 74 69 -3.86663111057540D+14 74 70 -2.86594920580018D+15 74 71 4.23356876461992D+15 74 72 9.44803512059726D+14 74 73 1.07838294377582D+15 74 74 5.83978995248938D+15 75 1 -1.11401456419954D+08 75 2 -5.48508001780701D+07 75 3 -1.75997739970081D+08 75 4 -3.03374214950129D+08 75 5 4.53177181917946D+08 75 6 -6.25365858325589D+08 75 7 -4.82824083237790D+08 75 8 1.44755288881847D+09 75 9 9.88999421930111D+08 75 10 1.09203928332912D+09 75 11 9.98247568994466D+08 75 12 -1.47418734746809D+09 75 13 4.87362091833370D+08 75 14 1.48872606211638D+08 75 15 3.86300220290195D+08 75 16 4.00331283619054D+08 75 17 -1.55763448762506D+09 75 18 -1.39377461754404D+08 75 19 1.79996901737389D+09 75 20 7.76769464815520D+08 75 21 2.65592676494948D+08 75 22 3.62400006391291D+08 75 23 3.11553716027853D+08 75 24 -7.17754761440450D+08 75 25 -3.24450192846578D+09 75 26 -2.52368813801210D+09 75 27 1.49179084810222D+09 75 28 2.68740295644620D+15 75 29 -1.23481504511255D+15 75 30 3.18392255093208D+14 75 31 2.40661874647454D+14 75 32 1.75712456810607D+15 75 33 4.13655497837552D+14 75 34 -1.03278827254366D+15 75 35 -1.26463597449337D+15 75 36 4.00596770728853D+15 75 37 6.46785118942318D+14 75 38 2.77607517596664D+16 75 39 8.24646391368414D+15 75 40 -2.41612319452458D+15 75 41 -1.67995234560063D+15 75 42 -7.69099392477499D+13 75 43 -2.22461802731340D+13 75 44 -2.07084259018246D+16 75 45 -6.83462063393510D+15 75 46 -4.27122560250722D+15 75 47 -2.11380510358204D+15 75 48 3.92696277261994D+14 75 49 4.23218380372067D+15 75 50 -1.99140747422637D+15 75 51 1.93635282629074D+15 75 52 1.17458204266989D+14 75 53 -7.12774463557010D+13 75 54 -2.20958402993024D+15 75 55 4.64163423954757D+14 75 56 3.17014801448048D+14 75 57 1.50035037830496D+14 75 58 1.21305908229089D+15 75 59 -9.33200666911869D+15 75 60 1.75201575119183D+15 75 61 1.01427742034688D+15 75 62 -9.55287324515442D+15 75 63 -3.46643107528818D+15 75 64 -5.10261740394157D+15 75 65 -6.96758854583698D+14 75 66 2.54753555678121D+14 75 67 -6.54660485031663D+14 75 68 1.14874861421045D+15 75 69 1.76790653701664D+14 75 70 4.56074372237816D+15 75 71 -7.21297374999630D+15 75 72 -4.13134505628152D+15 75 73 -3.12723322268603D+15 75 74 -1.14204584112153D+16 75 75 3.01629859794421D+16 76 1 -1.82775900088443D+09 76 2 -1.09562272068596D+09 76 3 8.44152081224468D+08 76 4 1.17515427813285D+09 76 5 -1.95929051378169D+09 76 6 4.38857552638440D+08 76 7 3.14735982788956D+09 76 8 5.74268141439373D+09 76 9 1.42147567610079D+09 76 10 -3.33647496802631D+08 76 11 -2.31137179979433D+08 76 12 6.37367514817709D+08 76 13 -2.61245506867207D+09 76 14 2.59815306651907D+09 76 15 -3.19139384018711D+09 76 16 2.30956321131925D+08 76 17 -3.80966758115905D+09 76 18 -3.06252758057953D+08 76 19 6.17633100846588D+07 76 20 4.56288072921277D+07 76 21 -4.92197730326347D+07 76 22 -2.84995080793940D+08 76 23 -9.91130128570359D+08 76 24 3.34803831064528D+08 76 25 4.43622906899548D+08 76 26 -2.99615164692241D+08 76 27 -1.29790285005892D+08 76 28 3.57133056527500D+12 76 29 -5.68779747661705D+13 76 30 1.75646418621762D+14 76 31 -1.03859513525245D+13 76 32 -3.58172585250130D+14 76 33 -1.94111145600179D+15 76 34 2.50973789836416D+14 76 35 2.47401827132181D+14 76 36 -1.15824939180338D+15 76 37 -2.55917799989300D+15 76 38 2.17971758033814D+16 76 39 -4.86071061361742D+15 76 40 2.18019870554840D+13 76 41 -3.27736682280680D+14 76 42 2.21948620420968D+15 76 43 -9.37188857978828D+15 76 44 -1.02406285533152D+15 76 45 -1.33858072524256D+16 76 46 -1.01160966597404D+14 76 47 5.51228832288460D+13 76 48 4.69491185204805D+15 76 49 4.88060003742186D+15 76 50 1.89674521345065D+15 76 51 -3.50079982128744D+14 76 52 5.93404300847120D+13 76 53 2.37774419977486D+14 76 54 2.11311339541055D+15 76 55 -1.09485672186764D+15 76 56 3.58539685910032D+15 76 57 -2.41427778850222D+15 76 58 9.65757003451696D+15 76 59 -3.09248587818339D+15 76 60 -9.58280361704692D+14 76 61 1.24875619795086D+14 76 62 2.09389321203770D+16 76 63 -2.00103661412923D+14 76 64 -4.86004542145002D+15 76 65 -8.19886261647727D+15 76 66 7.87648796902242D+13 76 67 1.09994180044983D+12 76 68 -1.58213089282660D+13 76 69 8.49483674351522D+14 76 70 -1.51054494086660D+15 76 71 -1.16371145835684D+15 76 72 -6.23112156001146D+14 76 73 -6.42302678884920D+13 76 74 -8.83472487813324D+13 76 75 2.91168914009012D+14 76 76 2.00590306396794D+16 77 1 -2.25894312255352D+09 77 2 -1.24406972365309D+09 77 3 5.85873458618888D+08 77 4 1.46645265313545D+09 77 5 -2.67419532795203D+09 77 6 5.53440606757488D+08 77 7 -1.99334516342679D+09 77 8 -3.76134535145408D+08 77 9 6.09799456796137D+09 77 10 2.11784540141491D+08 77 11 4.44753031118319D+08 77 12 3.03544324638907D+08 77 13 -3.14203606483844D+09 77 14 3.62719934949898D+09 77 15 -5.22374160076299D+09 77 16 3.79906158111539D+09 77 17 -2.97519895963505D+08 77 18 -5.10520590012171D+08 77 19 3.99859211550332D+07 77 20 2.03003576600655D+07 77 21 -9.76158114479735D+07 77 22 5.88224770122733D+08 77 23 2.51496667619344D+08 77 24 -1.27886035475685D+09 77 25 1.28881488253560D+09 77 26 2.48170078593301D+08 77 27 -4.30114607656325D+08 77 28 -4.55954432619422D+13 77 29 -4.45197541817240D+13 77 30 1.09140967146170D+13 77 31 1.39511309297208D+14 77 32 6.54980555751848D+14 77 33 2.10747866938214D+15 77 34 -4.57784454955285D+14 77 35 3.70058092299864D+14 77 36 2.04974119479413D+15 77 37 4.84288339800366D+15 77 38 2.87972965547240D+16 77 39 -1.27809218283707D+16 77 40 5.65723227329344D+14 77 41 -2.70602892109744D+15 77 42 2.89714643249552D+15 77 43 -1.21822163962466D+16 77 44 1.42484533633530D+16 77 45 -1.21349939254650D+15 77 46 -2.27681321738560D+14 77 47 -1.74752956016180D+14 77 48 -6.69199708992748D+15 77 49 -1.02825996532220D+16 77 50 1.21724079660771D+15 77 51 2.06030982925648D+14 77 52 6.17342819108359D+13 77 53 2.63863681811272D+14 77 54 -4.44871818447608D+14 77 55 -3.32954827686452D+14 77 56 6.03798990472230D+14 77 57 -3.40913350859744D+15 77 58 -8.79727380527798D+15 77 59 5.07845657314010D+15 77 60 -1.11067669946234D+15 77 61 2.17361462555266D+14 77 62 2.72530370464078D+16 77 63 6.21031158927356D+14 77 64 -7.23609316067789D+15 77 65 -1.12186250280985D+16 77 66 5.54973359370120D+13 77 67 2.15948294706042D+13 77 68 6.82094888863560D+13 77 69 1.18740629332855D+15 77 70 2.73819553675390D+15 77 71 -1.69721699388520D+15 77 72 5.34806873106286D+14 77 73 -1.77348682788732D+14 77 74 1.95564286293273D+14 77 75 -5.85395493771729D+14 77 76 1.33231452928447D+16 77 77 3.54636405591518D+16 78 1 6.99772733765136D+08 78 2 8.06910335363671D+08 78 3 1.57548015340813D+08 78 4 3.49151431857715D+09 78 5 -4.65056729239621D+09 78 6 5.89250279262831D+08 78 7 -1.34903508082145D+09 78 8 -7.15504361379993D+09 78 9 -2.45600850325512D+09 78 10 -3.22779035098381D+09 78 11 -7.23786657483351D+09 78 12 -3.64452842243102D+09 78 13 3.44920993588974D+08 78 14 5.52503750233525D+09 78 15 6.18937265928109D+09 78 16 8.27500491844174D+08 78 17 -2.08014165298480D+09 78 18 4.30120224080189D+08 78 19 -8.15395767360092D+09 78 20 -9.47541591858936D+08 78 21 3.54289548246607D+08 78 22 5.43257993466584D+09 78 23 1.51451973336938D+10 78 24 -1.12371380169132D+09 78 25 1.93449463106304D+09 78 26 5.94015553920052D+08 78 27 -4.96329999090846D+08 78 28 -6.33879114172174D+14 78 29 1.11292808390049D+15 78 30 -9.04964046082199D+14 78 31 5.32476137419212D+14 78 32 -7.86507652463534D+15 78 33 2.73414901674060D+15 78 34 -6.61558199475113D+14 78 35 -4.03752381178595D+14 78 36 -4.76420257416846D+15 78 37 -3.31292001908156D+15 78 38 -3.72208771735232D+15 78 39 -2.65827105344498D+16 78 40 1.94140062874360D+16 78 41 -1.40426775058176D+16 78 42 -2.58167759948834D+14 78 43 9.22581759595601D+14 78 44 -2.87631131308474D+15 78 45 8.87736205332326D+15 78 46 -9.11137494126440D+13 78 47 4.80023185786779D+15 78 48 -7.03368068653584D+14 78 49 2.08415212074970D+15 78 50 1.16440025600517D+15 78 51 1.63900234705730D+15 78 52 2.73488466695100D+13 78 53 3.36507938188839D+14 78 54 -7.77067595975894D+14 78 55 2.38685098414479D+14 78 56 8.94799432021608D+14 78 57 -2.47816087223867D+15 78 58 2.78613390422615D+16 78 59 1.90740947600035D+16 78 60 3.20336055566429D+15 78 61 2.67622287998087D+15 78 62 -3.61720953889546D+15 78 63 -7.20293478063205D+13 78 64 1.98903325638107D+16 78 65 2.34180504160691D+16 78 66 7.82024135507355D+14 78 67 3.23066620478657D+15 78 68 7.89577243181343D+15 78 69 9.12232855540657D+15 78 70 -1.08404124274516D+15 78 71 9.42973463723134D+14 78 72 -3.31193416667306D+15 78 73 -6.79433362087832D+15 78 74 -3.77729642813102D+12 78 75 1.68250450052024D+14 78 76 -1.30841400204512D+14 78 77 -2.08807512156236D+14 78 78 6.73628702888341D+16 79 1 -8.78462669756596D+08 79 2 -1.00946130666104D+09 79 3 -2.83369523492290D+08 79 4 3.28235265040727D+09 79 5 -1.16026113433055D+09 79 6 -7.39294475626754D+08 79 7 -9.49254810618151D+09 79 8 -1.21444434697299D+10 79 9 2.67213453931782D+09 79 10 2.40853749085506D+08 79 11 8.42053579196951D+09 79 12 1.91938009839583D+09 79 13 -4.27765559232189D+08 79 14 -6.56118561717983D+09 79 15 -7.56761617225708D+09 79 16 -8.40683293323359D+09 79 17 1.64483873150793D+10 79 18 8.89713146827411D+08 79 19 9.59604801861945D+09 79 20 8.76951113164031D+08 79 21 -2.33537540120032D+08 79 22 -3.45540886784299D+09 79 23 -1.28959734322180D+10 79 24 -3.21462076720545D+08 79 25 9.54176370186830D+09 79 26 8.02545074685336D+09 79 27 3.66405198558605D+09 79 28 3.87658255223196D+15 79 29 -6.24515924910037D+15 79 30 -9.88034716707352D+14 79 31 1.52294870974141D+15 79 32 2.18409528416571D+16 79 33 -1.42454901322615D+16 79 34 1.47509898669698D+15 79 35 -2.21871697801469D+15 79 36 1.62502138109356D+16 79 37 -1.23603882067918D+16 79 38 5.16930884755681D+16 79 39 -2.55636159383045D+16 79 40 -3.58077159965390D+16 79 41 3.72782185277440D+15 79 42 2.54556428306063D+14 79 43 -8.46642367666212D+14 79 44 -2.76439365343767D+16 79 45 -5.48378984649421D+15 79 46 1.99815480875848D+14 79 47 -3.61704897914741D+15 79 48 -3.96708889197760D+14 79 49 -3.09384683138605D+15 79 50 3.48558430262439D+15 79 51 -4.93567508078214D+15 79 52 -1.19448823543045D+15 79 53 -1.83149422636027D+15 79 54 1.27069850886158D+15 79 55 -3.69599753030560D+14 79 56 -3.76893562713424D+14 79 57 4.16969185684608D+14 79 58 -5.20117756634341D+16 79 59 2.07835028117043D+15 79 60 -3.35107093481360D+14 79 61 -4.10970140975318D+15 79 62 -1.74051505325081D+16 79 63 -9.01257647377314D+15 79 64 -2.68391274290953D+16 79 65 -2.99527087195251D+16 79 66 -6.08114108533936D+14 79 67 -3.41479609548902D+15 79 68 -1.04057709174762D+16 79 69 -1.21046665069978D+16 79 70 -1.32199884265798D+15 79 71 -5.53677503531445D+15 79 72 -6.68634827189056D+15 79 73 -8.70121528091426D+15 79 74 -2.37576160493590D+13 79 75 -5.13591512253129D+14 79 76 1.77683841259450D+14 79 77 2.13974171213224D+14 79 78 -5.65494039859076D+16 79 79 2.13071891753140D+17 80 1 -3.54056678136707D+02 80 2 -4.22364882299637D+02 80 3 7.42519855325480D+02 80 4 -7.68955587417448D+01 80 5 -2.30375067309492D+01 80 6 -1.97691229232659D+02 80 7 2.85032938724774D+01 80 8 2.32958323410296D+02 80 9 3.07987969320199D+02 80 10 4.88353039690199D+02 80 11 6.53903195470803D+02 80 12 7.71261413126289D+02 80 13 -5.28635826193727D+02 80 14 5.22550434101264D+02 80 15 -1.35025773507574D+03 80 16 -7.16415293187162D+01 80 17 -1.17095986510361D+03 80 18 -3.18750317371309D+02 80 19 6.70045833914974D+01 80 20 8.53459026128992D+00 80 21 2.38530903826684D+01 80 22 4.19227430116777D+01 80 23 -7.80295026387849D+01 80 24 -7.86458195348659D+01 80 25 4.05445932217818D+02 80 26 2.76445213562896D+02 80 27 9.97227730392240D+01 80 28 -2.27489222531671D+08 80 29 3.44010069724059D+08 80 30 2.06811095223559D+08 80 31 2.78982325135853D+08 80 32 5.12453406787492D+08 80 33 4.82494567627241D+09 80 34 5.69622815970432D+08 80 35 1.34971238585253D+09 80 36 3.77593253654012D+08 80 37 1.17055822471066D+09 80 38 1.29073050016254D+10 80 39 1.13504365629665D+10 80 40 -7.78884574410721D+09 80 41 -1.58853327424095D+09 80 42 4.87505075846672D+08 80 43 -1.36104785031810D+09 80 44 4.83995721000316D+09 80 45 -4.45974690373922D+09 80 46 6.00648041807285D+08 80 47 -2.47420401777115D+08 80 48 4.21412397936418D+09 80 49 -1.49918498152410D+09 80 50 -3.50829244275422D+08 80 51 -2.96447780007723D+09 80 52 -1.71491388518205D+08 80 53 -3.62030528874182D+08 80 54 -1.36026665110481D+09 80 55 -1.42003093135075D+09 80 56 -1.53509526119385D+08 80 57 -2.77278361686865D+09 80 58 8.28711942009618D+09 80 59 -1.10610023056260D+10 80 60 -1.82135135936634D+09 80 61 -1.49294723849182D+09 80 62 -1.12633906575333D+09 80 63 2.12653542880597D+09 80 64 -5.80173149203236D+09 80 65 -6.96282303611511D+08 80 66 3.86037086705101D+08 80 67 6.55843827194009D+07 80 68 -2.32076072959349D+08 80 69 -1.33416759594159D+08 80 70 8.85099570413657D+08 80 71 6.59964847108847D+08 80 72 2.26114209267790D+09 80 73 3.77277806024797D+09 80 74 7.64993442487951D+06 80 75 -1.44890699809701D+07 80 76 1.85848557212937D+08 80 77 1.78293845186655D+08 80 78 -4.17691331450817D+08 80 79 7.16190986095526D+08 80 80 2.09733957692687D+02 81 1 -5.26918784287949D+02 81 2 -7.02197810512485D+02 81 3 1.41574601935210D+02 81 4 2.91373167309021D+02 81 5 -3.69056766232120D+02 81 6 3.31348223219422D+02 81 7 -3.13226275362658D+02 81 8 -2.69729694033481D+02 81 9 7.74436105167042D+01 81 10 8.86662776454251D+02 81 11 7.87513436563777D+02 81 12 3.37145277550464D+02 81 13 -3.51839621956992D+02 81 14 9.55222329848313D+02 81 15 -2.52141263348095D+01 81 16 -2.89329523133744D+02 81 17 -6.10360049698921D+02 81 18 -3.09519738759240D+02 81 19 2.77494624659628D+02 81 20 3.58399218533016D+02 81 21 -3.27654879278919D+02 81 22 -5.99032128237555D+01 81 23 -6.10182312916703D+01 81 24 1.10261539785839D+02 81 25 8.56868490067780D+01 81 26 -8.87724333447619D+01 81 27 -3.35384508528366D+02 81 28 -9.09500749291048D+08 81 29 1.45289441169730D+08 81 30 -4.77817314565307D+08 81 31 -1.81372798513844D+08 81 32 5.27332280293086D+08 81 33 2.24393306527517D+09 81 34 -9.66295112511340D+07 81 35 1.57207514205353D+08 81 36 -4.64612427483721D+07 81 37 5.38700790437819D+08 81 38 1.37482862249892D+09 81 39 6.19877125543876D+09 81 40 -1.41029728816379D+08 81 41 2.95282793647911D+09 81 42 -1.59580235918773D+08 81 43 6.93625797449198D+08 81 44 7.75187760563484D+09 81 45 6.97937478290564D+09 81 46 1.09472527824783D+08 81 47 -2.57920036455632D+08 81 48 4.85017877454265D+09 81 49 1.03456838197906D+09 81 50 1.28576727213309D+09 81 51 4.80796687288418D+08 81 52 5.43757931231655D+08 81 53 6.19429808479452D+08 81 54 2.86928201162586D+09 81 55 5.28090094155097D+08 81 56 3.23029945827640D+09 81 57 6.39951289261848D+08 81 58 -1.22086270786849D+09 81 59 -1.67130483804379D+10 81 60 2.70109459942781D+08 81 61 7.96236970231492D+07 81 62 -3.60470559756088D+08 81 63 -3.87826407798675D+09 81 64 -8.34254375382406D+08 81 65 -2.50378174639407D+09 81 66 -2.95530378649243D+06 81 67 -4.46528471743690D+07 81 68 -5.07342209387428D+08 81 69 -1.09181854946177D+09 81 70 -2.54040423078265D+08 81 71 -8.57523187162472D+08 81 72 7.89635403583924D+08 81 73 4.88697103588613D+08 81 74 8.41763551648862D+06 81 75 -3.87260359735087D+07 81 76 -5.92746916818196D+07 81 77 -1.17383492258353D+08 81 78 -2.19573676242059D+08 81 79 -8.37345441423829D+07 81 80 4.53062049493151D+01 81 81 1.85455444635446D+02 -SOLUTION/DECOMPOSED_NORMAL_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_VECTOR * Ind1 Decomposed_vector(ind1) 1 -2.57645241641298D+02 2 -4.30937619346632D+02 3 1.22360394098666D+02 4 2.61733011607304D+02 5 -8.92199156566601D+02 6 -5.58660345928067D+01 7 1.05889908515729D+03 8 -8.12198687266244D+02 9 -2.10953563451542D+03 10 -6.28941425536824D+02 11 2.81954433956524D+02 12 9.63298994437341D+02 13 -1.03111861730342D+02 14 1.04051367021177D+02 15 1.65256153437461D+02 16 2.99502234199636D+02 17 1.69140821920994D+03 18 5.83287006636246D+02 19 5.21349121065743D+01 20 1.63773351824372D+02 21 -1.67426662806129D+02 22 -4.46640388241054D+02 23 -2.59134726995628D+02 24 4.63831847196732D+02 25 -2.35930325980017D+02 26 1.53282817928676D+02 27 3.47939359895088D+01 28 -1.17654738981672D+09 29 5.91299581887638D+08 30 1.58085652948957D+08 31 -3.39264255826980D+08 32 1.21619048842751D+09 33 -1.66779293898750D+09 34 4.57088142340361D+08 35 4.61790931212520D+08 36 1.83497251030037D+08 37 3.88652376181753D+08 38 -3.46534234943998D+09 39 3.43074272226240D+09 40 2.52831512653418D+08 41 -3.38482882136508D+09 42 1.46151724375152D+08 43 -2.18588243857077D+08 44 -3.60332220764842D+09 45 1.23179997394511D+09 46 5.78960842191071D+08 47 -1.62676032132948D+09 48 2.06878911799475D+09 49 1.98560842926073D+09 50 6.82450863670979D+08 51 -1.65740281821555D+09 52 1.21186929897723D+09 53 5.58749067699563D+08 54 1.64542744604497D+09 55 1.27725438247832D+09 56 3.00572549927776D+09 57 1.13990929748526D+09 58 -2.22304615588907D+09 59 -1.94993200682557D+09 60 4.38265645296113D+07 61 2.99435298764492D+08 62 -2.31217622888253D+08 63 -2.06860076681933D+09 64 1.26985202007817D+08 65 1.65230534260289D+09 66 1.26005845336321D+08 67 -4.50186313817127D+08 68 -1.11407523284445D+09 69 -7.59431496288792D+08 70 1.83339616499861D+08 71 -4.57421811756395D+08 72 1.47108316863476D+09 73 -5.05233423532360D+08 74 1.90234090098344D+07 75 -6.16542090873047D+07 76 4.88911661498352D+08 77 8.21105889894769D+07 78 -7.29209608600758D+08 79 9.23054504625636D+08 80 1.43870685761098D+01 81 2.36961736746905D+01 -SOLUTION/DECOMPOSED_NORMAL_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_CALIBRATION LOADING_EFFECT * Ind1 Decomposed_vector(ind1) 1 0.00000000000000D+00 2 0.00000000000000D+00 3 0.00000000000000D+00 4 0.00000000000000D+00 5 0.00000000000000D+00 6 0.00000000000000D+00 7 0.00000000000000D+00 8 0.00000000000000D+00 9 0.00000000000000D+00 10 0.00000000000000D+00 11 0.00000000000000D+00 12 0.00000000000000D+00 13 0.00000000000000D+00 14 0.00000000000000D+00 15 0.00000000000000D+00 16 0.00000000000000D+00 17 0.00000000000000D+00 18 0.00000000000000D+00 19 0.00000000000000D+00 20 0.00000000000000D+00 21 0.00000000000000D+00 22 0.00000000000000D+00 23 0.00000000000000D+00 24 0.00000000000000D+00 25 0.00000000000000D+00 26 0.00000000000000D+00 27 0.00000000000000D+00 28 0.00000000000000D+00 29 0.00000000000000D+00 30 0.00000000000000D+00 31 0.00000000000000D+00 32 0.00000000000000D+00 33 0.00000000000000D+00 34 0.00000000000000D+00 35 0.00000000000000D+00 36 0.00000000000000D+00 37 0.00000000000000D+00 38 0.00000000000000D+00 39 0.00000000000000D+00 40 0.00000000000000D+00 41 0.00000000000000D+00 42 0.00000000000000D+00 43 0.00000000000000D+00 44 0.00000000000000D+00 45 0.00000000000000D+00 46 0.00000000000000D+00 47 0.00000000000000D+00 48 0.00000000000000D+00 49 0.00000000000000D+00 50 0.00000000000000D+00 51 0.00000000000000D+00 52 0.00000000000000D+00 53 0.00000000000000D+00 54 0.00000000000000D+00 55 0.00000000000000D+00 56 0.00000000000000D+00 57 0.00000000000000D+00 58 0.00000000000000D+00 59 0.00000000000000D+00 60 0.00000000000000D+00 61 0.00000000000000D+00 62 0.00000000000000D+00 63 0.00000000000000D+00 64 0.00000000000000D+00 65 0.00000000000000D+00 66 0.00000000000000D+00 67 0.00000000000000D+00 68 0.00000000000000D+00 69 0.00000000000000D+00 70 0.00000000000000D+00 71 0.00000000000000D+00 72 0.00000000000000D+00 73 0.00000000000000D+00 74 0.00000000000000D+00 75 0.00000000000000D+00 76 0.00000000000000D+00 77 0.00000000000000D+00 78 0.00000000000000D+00 79 0.00000000000000D+00 80 0.00000000000000D+00 81 0.00000000000000D+00 -SOLUTION/DECOMPOSED_NORMAL_CALIBRATION * * ----------------------------------------------------------------------------- * %ENDSNX