%=SNX 2.10 USN 21:007:50778 USN 18:177:63219 18:178:62613 R 00065 2 C E S * * Created on: 2021.01.07-14:06:18 local time * Created at: United States Naval Observatory * Created by: ( ) * Generated by: routine WRITE_SINEX_J , revision date 2019Oct16 * * ----------------------------------------------------------------------------- * +FILE/REFERENCE DESCRIPTION USN OUTPUT Single session VLBI solution CONTACT < > SOFTWARE VLBI analysis system Calc/Solve, revision date 2020.01.23 HARDWARE HPx86_64 Linux 5.4.0-58-generic INPUT VLBI experiment crf107, database $18JUN26XN version 005 -FILE/REFERENCE * * ----------------------------------------------------------------------------- * +FILE/COMMENT Format Description: http://gemini.gsfc.nasa.gov/solve_root/help/sinex.html Solution description: n/a >>> FORMAT DESCRIPTION <<< >>> ################## <<< Sinex output implementation in the VLBI Analysis software system Calc/Solve Leonid Petrov John Gipson (CALIBRATION blocks) 2019.11.14 Abstract This document describes how Calc/Solve writes down a listing of a VLBI solution in Sinex format. Questions and comments about this guide should be sent to: Dan MacMillan (Daniel.S.MacMillan@nasa.gov) David Gordon (David.Gordon-1@nasa.gov) John Gipson (John.M.Gipson@nasa.gov) Table of contents: 1 ................ Overview 2 ................ Deviations from the SINEX 1.00 standard 2.1 ........... New block SOLUTION/CONSTRAINT_EQUATION_INFO 2.2 ........... New block SOLUTION/CONSTRAINT_EQUATION_MATRIX 2.3 ........... New block SOLUTION/CONSTRAINT_EQUATION_VECTOR 2.4 ........... New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX 2.5 ........... New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK 2.6 ........... New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK 2.7 ........... New block NUTATION/DATA 2.8 ........... New block PRECESSION/DATA 2.9 ........... New block SOURCE/ID 2.10 .......... New block SOLUTION/CALIBRATION_ESTIMATE 2.11 .......... New block SOLUTION/DECOMPOSED_CALIBRATION 3 ................ Deviations from the SINEX 2.10 standard 4 ................ Implementation in Solve 4.1 ........... Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.2 ........... Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.3 ........... Treatment of station with discontinuous motion 4.4 ........... Restrictions ________________________________________________________________________________ 1 Overview ========== SINEX stands for "Solution INdependent EXchange format". This format was developed by Blewitt et al. (1994) http://www.dgfi.badw-muenchen.de/gps/sinex.html and http://alpha.fesg.tu-muenchen.de/iers/sinex/sinex_v2_appendix1.pdf for facilitating the task of combining several GPS solutions. Original design of Sinex format was made for solving this specific task. However, later this format evolved towards to a common machine-readable form of solution listings for other space geodesy techniques, VLBI and SLR, and attempts were made for overcoming flaws of the original design. This process of evolution is not yet completed, therefore, different software systems implement a little bit different flavors of Sinex format. Listings in Sinex format produced by Solve contain information about stations, sources, estimates of the parameters, their covariance matrix, constraint equation, right-hand side of constraint equations and weight matrix of constraint equations. In addition to these results, a portion of the decomposed normal matrix and normal vector can be included in the listing as well. A user has control which blocks should be included in the listing. The current implementation of the Sinex format does not allow to include in the listing any parameter which was solved for. Only some type of parameters, like station position, EOP, etc can be included. However, a user has total control which parameters among the parameters of the supported type are to be included or not included in the listing. 2 Deviations from the SINEX 1.00 standard ========================================= Solve currently writes listing either in Sinex 2.10 format or in Sinex 2.20 format. Deviations from the Sinex 1.00 standard are as follows: 1) Eight new blocks were added: SOLUTION/CONSTRAINT_EQUATION_INFO SOLUTION/CONSTRAINT_EQUATION_MATRIX SOLUTION/CONSTRAINT_EQUATION_VECTOR SOLUTION/CONSTRAINT_WEIGHT_MATRIX The purpose of these four blocks is to overcome the flaw of original design of Sinex format and provide complete information about all constraints used in the solution. SOLUTION/DECOMPOSED_NORMAL_MATRIX SOLUTION/DECOMPOSED_NORMAL_VECTOR The purpose of these blocks is to provide information about transformed normal equations before applying constraints. NB: one of the three items: covariance matrix, constraint equations and decomposed normal equations is redundant: having two of them one can derive the third one. NUTATION/DATA PRECESSION/DATA The purpose of this section is to provide information about used nutation/precession model and to define parameter "estimates of nutation angles". John Gipson added two blocks to allow users to 'back-out' the effect of calibrations. SOLUTION/CALIBRATION_ESTIMATE SOLUTION/DECOMPOSED_CALIBRATION 2) SOLUTION/STATISTICS block has new items: WEIGHTED SQUARE SUM OF O-C sum { y(T) * w * y } WRMS OF POSTFIT RESIDUALS sum { (A*e - y)(T) * w * (A*e - y) )/Sp ( w ) where y -- the difference between the observed time delay and theoretical; A -- matrix of equations of conditions; e -- vector of the parameter adjustments; w -- weight matrix; Sp -- stands for the mathematical operation of computing trace of a matrix: the sum of diagonal elements. Summing is done over all observations used in parameter estimation. Comment: field WEIGHTED SQUARE SUM OF O-C is not computed in global mode. Meaning of other parameters: NUMBER OF OBSERVATIONS total number of used observables NUMBER OF UNKNOWNS total number of unknowns, including those, which are not shown in the Sinex listing SQUARE SUM OF RESIDUALS (VTPV) sum { (A*e - y)(T) * w * (A*e - y) ) VARIANCE FACTOR sum { (A*e - y)(T) * w * (A*e - y) )}/ ( N - M - Sp( Cov(A) * B(T) * z * B ) ) where Cov(A) -- covariance matrix of the entire solution (NB: Sinex listing may have only a portion of the solution) B -- matrix of equations of constraints; z -- weight matrix of constraints; N -- total number of equations of conditions (observables); M -- total number of unknowns. 3) The blocks which keep element of matrices do not have fields "Second Matrix Element" and "Third Matrix Element". The purpose of this change is to facilitate the process of creation of the listing and to reduce significantly the probability of errors. 4) SOLUTION/MATRIX_APRIORI is not provided. The reason is that Solve does not operate the notion of apriori covariance matrix. And it also uses singular constraints which cannot be reduced to the form of apriori covariance matrix. Since full information about constraints is provided in other blocks, SOLUTION/MATRIX_APRIORI is considered as an obsolete block. 2.1 New block SOLUTION/CONSTRAINT_EQUATION_INFO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__I_N_F_O__B_L_O_C_K_____________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Constraint | Identifier of the constraint | 1X,A8 | | Equation | | | | Identifier | | | |________________|___________________________________|______________| | | | | | Constraint | Index of vector constraint. | 1X,I5 | | Equation | 1 for scalar constraint. | | | Sub-index | | | | | | | |________________|___________________________________|______________| | | | | | Constraint | Description of the constraint | 1X,A40 | | Equation | | | | Description | | | |________________|___________________________________|______________| This block provides description of constraint equations. Matrix of constraint equations has dimension N_cns * N_par, where N_cns -- the number of constraint equations, N_par -- number of estimated parameters. The first field of the CONSTRAINT_EQUATION_INFO keeps the index of the constraint, the second field keeps constraint identifier. Currently, the following constraint identifiers are supported: NNT_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta r )/ |r|^2 * R_e here r -- vector of station coordinate; Delta r -- vector of adjustments to station position R_e -- Earth's equatorial radius. Units: dimensionless NNT_VEL -- net rotation on station velocity. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_VEL -- net rotation on station velocity This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta v )/ |r|^2 * R_e here r -- vector of station coordinates; Delta r -- vector of adjustments to station velocity; R_e -- Earth's equatorial radius. Units: 1/yr NNR_SRC -- net rotation on source coordinates 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation EOP_XPL -- constraint on X pole coordinate EOP_YPL -- constraint on Y pole coordinate EOP_UT1 -- constraint on UT1 angle EOR_XPL -- constraint on X pole rate EOR_YPL -- constraint on Y pole rate EOR_UT1 -- constraint on UT1 rate VEL_U -- constraint on Up topocentric coordinate of station velocity VEL_E -- constraint on East topocentric coordinate of station velocity VEL_N -- constraint on North topocentric coordinate of station velocity VEL_X -- constraint on X coordinate of station velocity VEL_Y -- constraint on Y coordinate of station velocity VEL_Z -- constraint on Z coordinate of station velocity STA_U -- constraint on Up topocentric coordinate of station position STA_E -- constraint on East topocentric coordinate of station position STA_N -- constraint on North topocentric coordinate of station position STA_X -- constraint on X coordinate of station position STA_Y -- constraint on Y coordinate of station position STA_Z -- constraint on Z coordinate of station position BLC_VAL -- constraint on baseline clocks DCL_ORG -- constraint on declination of the set of certain sources GRD_OFF -- constraint on atmosphere path delay gradient offset NUT_OFF -- constraint on offset of nutation in longitude and nutation in obliquity OAT_RAT -- constraint on rate of changes of atmosphere path delay OCL_RAT -- constraint on clock drift RAS_ORG -- constraint on right ascension of the set of certain sources SRC_COO -- constraint on source right ascension and declination STA_ORG -- constraint on position of certain stations STA_TIE -- constraint on differences in position of several sites VEL_DIR -- constraint on horizontal projection of the differences in velocities of two stations VEL_ORG -- constraint on velocities of certain stations VEL_SET -- constraint on linear combination of velocity components VEL_TIE -- constraint on differences in velocities of several sites VEL_VER -- constraint on vertical component of station velocity Constraints on segmented parameters STA_PWC -- constraint on site velocity in the the case when site position is modeled by linear spline GRD_RAT -- constraint on atmosphere path delay gradient rate ATM_RAT -- constraint on atmosphere path delay rate between segments CLO_RAT -- constraint on clock rate between segments UT1_RAT -- constraint on UT1 rate in the case of linear spline EOP parametrization XPL_RAT -- constraint on X pole coordinate in the case of linear spline EOP parametrization YPL_RAT -- constraint on Y pole coordinate in the case of linear spline EOP parametrization Constraint equation sub-index is 1 for scalar constraint, like EOP_XPL and runs over components of vector constraints, like NNT_POS (1,2,3 in this example). 2.2 New block SOLUTION/CONSTRAINT_EQUATION_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keep matrix of constraint equations. Equations are organized by rows. Zero elements are omitted. _____________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__E_Q_U_A_T_I_O_N__B_L_O_C_K_____| | | | | |__Field___________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | equation row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |__________________|___________________________________|______________| | | | | | Constraint | Column index for the Constraint | 1X,I5 | | equation | Equation. It must match the | | | column index | parameter index in the | | | | SOLUTION/ESTIMATE block for the | | | | same parameter. | | |__________________|___________________________________|______________| | | | | | Constraint | Matrix element at the location | 1X,E21.14 | | matrix element | (row index, column index). | | |__________________|___________________________________|______________| 2.3 New block SOLUTION/CONSTRAINT_EQUATION_VECTOR ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keeps the right-hand side of constraint equations. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__V_A_L_U_E__B_L_O_C_K_________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation vector. It must match | | | | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Right hand | Value of right hand part of the | | side value | constraint equation. | 1X,E21.15 | |________________|___________________________________|______________| | | | | | Sigma | Reciprocal weight which is | | | | ascribed to this constraint | 1X,E21.15 | | | equation. | | |________________|___________________________________|______________| | | | 48 | |______________| 2.4 New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains the elements of the weight matrix of constraint equations. Zero elements are omitted. ______________________________________________________________________ |_____________C_O_N_S_T_R_A_I_N_T___W_E_I_G_H_T___M_A_T_R_I_X__________| | | |__Field__________________Description_______________________Format_____| | | | | | Row index of the | Row index for the weight | 1X,I5 | | weight matrix | constraint matrix. It matches | | | of constraint | the index of the constraint | | | equations | equation. | | |___________________|___________________________________|______________| | | | | | Column index of | Column index for the weight | 1X,I5 | | the weight matrix | constraint matrix. It matches the | | | of constraint | index of the constraint equation | | | equations | | | |___________________|___________________________________|______________| | | | | | Weight matrix of | Matrix element at the location | 1X,E21.14 | | constraint | (row index, column index). | | | equations element | | | |___________________|___________________________________|______________| 2.5 New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block described all parameters adjusted in the solution, decomposed normal matrix is equivalent to the full normal matrix. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal matrix D_ii is defined as D_ii = N_ii - N_ei(T) * (C_ee + N_ee){-1} * N_ei where N_ii -- the block of normal matrix which corresponds to the equations included in the SOLUTION/ESTIMATE list; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters included in the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes D_ii as D_ii = (V_ii){-1} - C_ii where V_ii -- covariance matrix of the parameters mentioned in SOLUTION/ESTIMATE list; C_ii -- the block of normal matrix of constraints which corresponds to the parameters in SOLUTION/ESTIMATE list. It is assumed that C_ei = 0 C_ei -- the block of normal matrix of constraints which corresponds to the product of equations of constraints of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__M_A_T_R_I_X___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Decomposed | Row index for the normal matrix. | 1X,I5 | | normal matrix | It must match the parameter index | | | row index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Column index for the normal matrix| 1X,I5 | | normal matrix | It must match the parameter index | | | column index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Matrix element at the location | 1X,E21.14 | | normal matrix | (row index, column index). | | | element | | | |________________|___________________________________|______________| 2.6 New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed right hand parts of normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block describes all parameters adjusted in the solution, the decomposed normal vector is equivalent to the full normal vector. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal vector d_i is defined as d_i = n_i - N_ei(T) * (C_ee + N_ee){-1} * n_e where n_i -- the block of normal vector which corresponds to the equations listed in the SOLUTION/ESTIMATE; n_e -- the block of the normal vector which corresponds to the omitted parameters; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes d_i as d_i = D_i * e_i where e_i -- vector of the estimates of the parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__V_E_C_T_O_R___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Estimated | Index of the estimated parameter. | 1X,I5 | | Parameter | | | | Index | | | | | | | |________________|___________________________________|______________| | | | | | Element of | Element of the decomposed normal | 1X,E21.14 | | decomposed | ( Row Number , Column Number ). | | | normal vector | ( Row Number , Column Number ). | | |________________|___________________________________|______________| | | | 28 | |______________| 2.7 New block NUTATION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes which apriori nutation model is used and what is the reference model to which the nutation angles are referred. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Nutat. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | REN2000 | | | | IAU1980 | | | | IERS1996 | | | | IAU2000a | | | | IAU2000b | | |________________|___________________________________|______________| | | | | | [Nut. Usage] | Usage flag: APR or REF | 1X,A3 | | | APR means that the previous | | | | field kept the nutation model | | | | used for apriori. | | | | REF means that the previous | | | | field kept the nutation model | | | | used as a reference. | | | | NONE means that the total | | | | nutation angles are presented | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A66 | |________________|___________________________________|______________| | | | 80 | |______________| 2.8 New block PRECESSION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes the apriori precession constant which was used. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Prec. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | IAU1980 | | | | IAU2000 | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A70 | |________________|___________________________________|______________| | | | 80 | |______________| Nutation angles can be presented either as nutation in obliquity and nutation in longitude in accordance to Newcomb-Andoyer formalism or as nutation X, nutation Y in accordance to Ginot-Capitaine formalism. Contrary to claims of Dr. Capitaine, both approaches are equivalent. 2.9 New block SOURCE/ID ~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |_____________R_A_D_I_O___S_O_U_R_C_E___D_A_T_A___L_I_N_E___________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Source Code | Call sign for a source | 1X,A4 | |________________|___________________________________|______________| | | | | | IERS name | IERS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | ICRF name | ICRF name of the radio source | 1X,A16 | |________________|___________________________________|______________| | | | | | IAU name | IAU J2000.0 name of the radio | 1X,A10 | | | source | | |________________|___________________________________|______________| | | | | | IVS name | IVS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | Comments | Comments or other names of the | 1X,A29 | | | radio source | | |________________|___________________________________|______________| | | | 80 | |______________| 2.10 New block SOLUTION/CALIBRATION_ESTIMATE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The purpose of this block is to allow users to 'back-out' the effects of a calibration. The format is almost identical to the SOLUTION/ESTIMATE block. Suppose that the normal equations without the calibration are: N A = B The effect of the calibration is to modify the RHS of this to give: N A' = B+ del_B When the normal equations are inverted we get: A' = N^-1 B + N^-1 del_B = A + del_A The solution contribution block gives the values for the 'del_A' term. The format of this block is almost identical to SOLUTION/ESTIMATE block. The first few lines look look something like this: +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7641 A 1 19:155:16735 m 2 1.12094296576514D-05 0.00000D+00 2 STAY 7641 A 1 19:155:16735 m 2 -1.64886779400689D-04 0.00000D+00 3 STAZ 7641 A 1 19:155:16735 m 2 -7.99174504030867D-04 0.00000D+00 4 STAX 7297 A 1 19:155:14114 m 2 -1.28824231979959D-03 0.00000D+00 5 STAY 7297 A 1 19:155:14114 m 2 1.26091351520643D-03 0.00000D+00 6 STAZ 7297 A 1 19:155:14114 m 2 -6.42471735486039D-04 0.00000D+00 .... -SOLUTION/CALIBRATION_ESTIMATE The sigmas are 0 because it is assumed there is no uncertainty in the calibration. Suppose we have two solutions in sinex format. Solution 1 does not include the effect of the calibration. * There will only be SOLUTION/ESTIMATE block. Solution 2 includes the effect of the calibration, and we have included the CALBIRATION information. * Then there will be a SOLUTION/ESTIMATE block * There will also be a SOLUTION/CALIBRATION_ESTIMATE block. The relation between Solution 1 and Solution 2 is: SOLUTION/ESTIMATE(1) = SOLUTION/ESTIMATE(2)-SOLUTION/CALIBRATION_ESTIMATE(2) 2.11 New block SOLUTION/DECOMPOSED_CALIBRATION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block is similar to the SOLUTION/DECOMPOSED_NORMAL_VECTOR block. It provides a means of backing out the effect of a calibration. Suppose that the normal equations without the calibration are: N A = B The effect of the calibration is to modify the RHS of this to give: N A' = B+ del_B The DECOMPOSED_NORMAL_VECTOR block gives the effective B vector after the nuisance parameters have been squeezed out. The DECOMPOSED_CALIBRATION block gives the value of the effect del_B vector after the nuisance parameters have been squeezed out. The format of the first few lines look like: +SOLUTION/DECOMPOSED_CALIBRATION LOADING_EFFECT * Ind1 Decomposed_vector(ind1) 1 -9.08414333456434D+06 2 -2.78630680723758D+07 3 1.27314635010659D+07 4 7.21652034185454D+06 5 8.03838945195598D+07 6 -1.02827125834327D+08 7 -4.42092453014595D+07 .... +SOLUTION/DECOMPOSED_CALIBRATION Suppose we have two solutions in sinex format. Solution 1 does not include the effect of the calibration. * There will only be SOLUTION/DECOMPOSED_NORMAL_VECTOR block. Solution 2 includes the effect of the calibration, and we have included the CALBIRATION information. * There will be a SOLUTION/DECOMPOSED_NORMAL_VECTOR block. * There will also be SOLUTION/DECOMPOSED_CALIBRATION block. Note that: SOLUTION/DECOMPOSED_NORMAL_VECTOR(1) = SOLUTION/DECOMPOSED_NORMAL_VECTOR(2)-SOLUTION/DECOMPOSED_CALIBRATION(2) 3 Deviations from the SINEX 2.10 standard ========================================= Sinex listing in 2.20 format has different names for parameters in accordance to an anonymous document circulated in 2008 known as "Proposal 2". 4 Implementation in Solve ========================= Solve normally produces the listing in its own so-called "spool-format". In addition to the spool listing, Solve has a limited ability to generate listings in Sinex format. It can write the listing in Sinex format when it runs in batch mode. Description of the keyword Sinex in the control language can be found in http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html#section3.13 When a user requests to apply specific constraints, Solve does not modify normal matrix immediately. Procedures of imposing constraints collect all constraint equation coefficients, weights, right hand part equations as well as constraint description in an intermediate data structure. After collecting all information about constraints Solve "applies" constraints by modifying normal matrix and normal matrix. If a Sinex output option is specified, then Solve passes this intermediate data structure to the routine which writes listing down and, thus, this subroutine has access to full information about the constraints. Solve allows a user to specify which items among ESTIMATES, COVARIANCES, CONSTRAINTS, DECOMPOSED_NORMAL_EQUATIONS or all of them are to be included in the listing together with mandatory blocks. Solve allows a user to specify which parameters are to be included in the output. Currently, Solve does not allow to include any parameter in the listing, but only one from the pre-defined list of supported parameter. 4.1 Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ INCLUDE_PARAM and EXCLIDE_PARAM files contain the parameter lists. List consists of one or more lines with Solve intrinsic 20-characters long parameter names. The lines which starts from # are considered as comments. Wild-card symbols * and ? can be included. Solve check the name of each estimated parameter against INCLUDE_PARAM list. If the name matches with at least one line (except comment) then the name is flagged as "included". After that Solve check each parameter against EXCLUDE_PARM list. If it matches with at least one line (except comment) then it is flagged as "excluded". All parameters which are flagged as "included" and are not flagged as "excluded" will be included in the Sinex output. The list of intrinsic parameter names: Parameters which can be put in the listing in Sinex format: ssssssss X COMPONENT X-coordinate of station position at reference epoch ssssssss Y COMPONENT Y-coordinate of station position at reference epoch ssssssss Z COMPONENT Z-coordinate of station position at reference epoch ssssssss X VELOCITY X-coordinate of station velocity ssssssss Y VELOCITY Y-coordinate of station velocity ssssssss Z VELOCITY Z-coordinate of station velocity ssssssss Xyymmdd-COO X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-COO Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-COO Z-coordinate of station position at epoch yymmdd ssssssss Xyymmdd-POS X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-POS Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-POS Z-coordinate of station position at epoch yymmdd ssssssss AXIS OFFSET axis offset of the ssssssss station X WOBBLE 0yymmddhhmm X-coordinate of pole position at epoch yymmddhhmm X WOBBLE 1yymmddhhmm Time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 0yymmddhhmm Y-coordinate of pole position at epoch yymmddhhmm Y WOBBLE 1yymmddhhmm Time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 0yymmddhhmm UT1 angle at epoch yymmddhhmm UT1-TAI 1yymmddhhmm First time derivative of UT1 angle at epoch yymmddhhmm LONGITUDE NUTATION Nutation in longitude OBLIQUITY NUTATION Nutation in obliquity qqqqqqqq RIGHT ASCEN Right ascension at J2000.0 epoch qqqqqqqq DECLINATION Declination at J2000.0 epoch qqqqqqqq RIGHT ASC V Proper motion in right ascension qqqqqqqq DEC VELO Proper motion in declination Other parameters which the current version of Solve cannot put in the listing in Sinex format: ssssssssA0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssa0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssC0yymmddhhmm Global clock offset at epoch yymmddhhmm ssssssssC1yymmddhhmm Global clock rate at epoch yymmddhhmm ssssssssC2yymmddhhmm Global clock rate drift at epoch yymmddhhmm ssssssss--ssssssss C baseline dependent clocks ssssssssNGyymmddhhmm Atmosphere gradient in north direction ssssssssEGyymmddhhmm Atmosphere gradient in east direction X WOBBLE 2yymmddhhmm Second time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 2yymmddhhmm Second time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 2yymmddhhmm Second time derivative of UT1 angle at epoch yymmddhhmm Gamma Relativistic PPN parameter gamma where "ssssssss" stands for the IVS station name "qqqqqqqq" stands for the IVS source name "yyddmmhhss" stands for time epoch like 980729113459 -- July 29, 1998 11 hours 34 minutes 59 seconds. 4.2 Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. daily_inc.bsc # # -- Include parameters which will be put in Sinex listing # # The following parameters are to be included in the Sinex listing: # # 1) Station coordinates # 2) pole coordinates # 3) UT1 # 4) rate of change of pole coordinates # 5) rate of change of UT1 # 6) daily nutation angles # ?????????X COMPONENT ?????????Y COMPONENT ?????????Z COMPONENT ?????????X??????-COO ?????????Y??????-COO ?????????Z??????-COO ?????????X??????-POS ?????????Y??????-POS ?????????Z??????-POS X WOBBLE 0* X WOBBLE 1* Y WOBBLE 0* Y WOBBLE 1* UT1-TAI 0* UT1-TAI 1* LONGITUDE NUTATION OBLIQUITY NUTATION 2. daily_exc.bsc # # -- Exclude parameters which will be put in Sinex listing # # Nothing to exclude # 3. daily_esc_notigo.bsc # # -- Exclude parameters which will be put in Sinex listing # # All parameters related to station TIGOCONC are excluded # # (NB: no common constraint equations with other stations can be # imposed if computation of the decomposed normal matrix is required ) # TIGOCONC* 4.3 Treatment of station with discontinuous motion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ It is an empirical fact that some stations has a quasi-instant motion due to seismic events, rails repair and other reasons of instability of VLBI site positions. It is an analyst who determines the appropriate model for handing such stations. In the case if an analyst trusts to results of the measurements of such a motion by an independent technique, f.e. results of local survey before and after rails repairing, then position of the station is modeled by one parameter, and the motion of the station is described by the set of eccentricity values at the epochs before and after the motion. If an analyst does not trust to independent measurements, or such measurements are unavailable, f.e. in the case of seismic motion, then coordinates of such station are described by a model X = a1*B0(t0,t1) + a2*B0(t1,t2) + ... + b*(t-tref) where B0 -- a basis spline of the 0-th order on the range t0, t1 ( it is 1 at the range [t0, t1], and 0 otherwise ) tref -- reference epoch; t0 -- epoch of the first observations; t1, t2 ... -- epoch of discontinuities. Parameters a1, a2 ... have the same parameter name STAX, STAY, STAZ, but they are distinguished by sub-index 1,2... in the field SBIN (former name SOLN). This field is used in sections SITE/EPOCHS, SITE/APRIORI, SITE/ESTIMATES. If the station did not have discontinuity in the motion than SBIN always has the value 1. The modern approach is to model non-liner site position with B-spline or order 0,1,2,3. Sinex format does not allow to put in the listing estimates of B-spline of order higher than 0. 4.4 Restrictions ~~~~~~~~~~~~~~~~ The current implementation (2002.10.04) cannot write the listing in Sinex format in several cases: 1) Constraint NO_NET_TRANSLATION is not supported. Use NO_NET_TRANSLATION_POSITION instead of that. 2) Suppressions VELOCITIES NO STATIONS NO SOURCES NO PROPER_MOTIONS NO 3) Solve cannot put in the listing site position modeled by linear spline. 4) Currently, Solve can include in Sinex listing global parameters if it runs in global mode and local parameters if it runs in independent mode. It cannot include local parameters if it runs in global mode. This restriction may be lifted in the future. 5) Solve cannot include in the listing in Sinex format second and higher order UT1 and polar motion time derivatives. 6) Solve cannot include user parameters in the listing in Sinex format, but can include user constraints. 7) No common constraints between included and not included parameters can be imposed if computation of decomposed normal matrix is required. Solve will issue a warning if a constraint equation has non-zero elements for the parameters from both groups of included and not included parameters in the case if computation of a decomposed normal matrix is required, and will issue an error message and stop if the decomposed normal matrix is to be included in the sinex listing. >>> Solution Control file <<< >>> ##################### <<< Refer to http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html for description the syntax of Mark5 VLBI analysis software control files Local file name: snx2020d_95to20_00.cnt File length: 15101 Modification date: 2021.01.07_02:10:05 ************************************************************************** *** *** 2020d Sinex global solution -- M.Johnson *** last modified: 01/06/2021 *** *** Solution: snx2020d_95to20_00.cnt *** *** ARC list: snx2020d_95to20.arc *** Weights: usno2020Nov21_base.wgt *** Atmosphere: 20 minutes *** Clocks: 60 minutes *** EOP off./rate: XYU/XYU *** Nutation: offset *** Gradient: 6 hours *** Sources: local *** Stations: local *** Axis offsets: no *** Data: delay only *** Elev. cutoff: 5 degrees *** EOP mod file: last_usno_finalF.erp *** *** NOTE: ** ************************************************************************** *** *** This section determines the solution's general characteristics *** $SETUP DEFAULTS NO SOLUTION INDEPENDENT *** vgosDb directory VGOSDB_DIR /data/vgosDb CGM NONE NONE MERGE_CGM NONE ARC_FILES NONE ID USNO export Sinex solution for EOP * TRAIN NO GLO_PARLIM 2560 INC_PARLIM 128 SORT YES STATIONS ALPHABET SOURCES RIGHT_ASCENSION * USER_PROGRAM NONE USER_PARTIALS NONE USER_CONSTRAINTS NONE * WEIGHTS REQUIRE /data/solve/solutions/itrf2020_2020d/usno2020Nov21_base.wgt BY_BASELINE * WEIGHTS IN * FAST_MODE B3D FAST_DBG MONITOR FAST_COV SEG SAVING_RATE 100 SUPMET PRE98 QUALCODE_LIMIT 5 WARNING NO * SINGULARITY_CHECK ACTION REPARAM/EXCLUDE \ * SINGULARITY_CHECK ACTION WARNING \ STAMIN 8 \ SOUMIN 4 \ BASMIN 3 * SOURCE_WEIGHTS NO ELEVATION_DEPENDENT_NOISE NO EMULATION NO *** *** This section specifies parameters to be estimated (adjusted). *** $FLAGS * ATMOSPHERES MOST 20 CLOCKS MOST 60 * GRADIENTS YES 6 *?GRADIENTS YES 6 EXCEPT NO \ *? AIRA AUSTINTX AZORES BERMUDA BLKBUTTE \ *? BLOOMIND BREST CARNUSTY CARROLGA CHICHI10 \ *? CHLBOLTN CTVASBAY CTVASTJ DAITO DEADMANL \ *? DSS15 ELY FLAGSTAF FORTORDS FORT_ORD \ *? FTD_7900 GBT-VLBA GGAO7108 GIFU11 GIFU3 \ *? GOLDVENU GORF7102 GRASSE HALEAKAL HOFN \ *? HOHENFRG HOHNBERG JPL_MV1 KAINAN KANOZAN \ *? KARLBURG KASHIM11 KIRSBERG KODIAK KOGANEI \ *? KOGANEI3 KWAJAL26 LEONRDOK MAMMOTHL MARCUS \ *? MARPOINT MCD_7850 METSAHOV METSHOVI MIAMI20 \ *? MILESMON MIURA MIYAZAKI MIZNAO10 MIZUSGSI \ *? MOJ_7288 MON_PEAK MV2ONSLA NOBEY_6M NOME \ *? NRAO85_1 OCOTILLO OHIGGINS ONSALA85 OVR_7853 \ *? PARKES PBLOSSOM PENTICTN PINFLATS PLATTVIL \ *? PRESIDIO PT_REYES PVERDES QUINCY ROBLED32 \ *? SAGARA SANPAULA SEATTLE1 SESHAN25 SEST \ *? SHANGHAI SINTOTU SINTOTU3 SNDPOINT SOURDOGH \ *? SUWON SYOWA TATEYAMA TITIJIMA TOMAKO11 \ *? TOULOUSE TROMSONO TRYSILNO TIDBIN64 TIGOWTZL \ *? TSUKUBA TSUKU3 URUMQI USSURISK USUDA64 \ *? VERNAL VICTORIA VLA VLA-N8 WHTHORSE \ *? YAKATAGA YEBES YELLOWKN YLOW7296 YUMA * UT1/PM POLYNOMIAL OFFSET XYU RATE XYU 2ND_ORDER --- MIDDLE * * Use the following to put the X/Y precession/nutation into the * individual Sinex files. * NUTATION XY_OFFSET *?NUTATION OFFSET * BASELINE_CLOCKS IN * SOURCES YES REF_EPOCH 2015.01.01 STATIONS YES REF_EPOCH 2010.01.01 VELOCITIES NO PROPER_MOTIONS NO HI_FREQ_EOP NO PRECESSION NO RELATIVITY NO AXIS NO *** *** This section determines what output BATCH produces. *** $OUTPUT RESET YES FORWARD NO BASELINES YES MINIMUM NO SCREEN NO COVARIANCES NO CORRELATIONS NO STATION_TABLE NO POS_ELLIPSES NO MOD_FILES NO RESIDUALS NONE MINIMIZE_SIGMAS NO *?SINEX NO SINEX YES \ FORMAT_VERSION 2.10 \ ALLOW_OVERWRITE NO \ GLOBAL NO \ LOCAL YES \ SEGMENTED NO \ ESTIMATES YES \ DECOMPOSED_NORMAL_EQUATIONS YES \ CONSTRAINTS YES \ COVARIANCES YES \ LOADING_EFFECT YES \ INCLUDE_PARAM /data/solve/oper/sinex/ivs_daily_inc.bsc \ EXCLUDE_PARAM /data/solve/oper/sinex/ivs_daily_exc.bsc \ OUTPUT_FILE /data/solve/solutions/itrf2020_2020d/snx95to20/_usn2020d.snx \ ACKNOWLEDGMENTS_FILE /data/solve/oper/sinex/ivs_daily_ack.bsc \ COMMENTS_FILE /data/solve/oper/sinex/ivs_daily_com.bsc NORMAL_MATRIX NO SEG_OUTPUT NO MAPPED_EOP_OUTPUT NO APRIORI_ZENDEL NO CRES_EMULATION NO NRD_TABLE YES CHI_SQUARE_TABLE NO LISTING_OPTIONS SRC_STAT LONG \ SEG_STYLE POST2005 *** *** Some parameters can be treated either as global or as *** session parameters. This section tells BATCH how to *** treat these parameters (YES = global). *** $CARRY SOURCES NO STATIONS NO AXIS NO *** *** This section determines which data is included in the solution. *** $DATA SOURCES YES EXCEPT \ * * 9 lensed sources (gravitational lenses) * 0218+357 0218+35A 0218+35B 1830-211 1830-21A 1830-21B 1422+231 1422+23C \ 0132-097 \ * * 1 source with really bad data (not sure why?) * 2224-308 \ * * 1 pulsar XU Vel * 0833-450 \ * * 5 radio stars with no data * HD32918 HD132742 HD146361 SIGCRB UXARI \ * * 3 radio stars with data (but they are stars) * HR1099 LSI61303 HR5907 \ * * 1 Not sure what this is, but has good data * * LANA \ * * 1 SN * SN1993J \ * * 238 sources with less than 4 (0,1,2,4) observations in crf2020d_01 * 0008-300 0012-008 UG00192 4C+00.02 OB338 0032+276 0036-216 0040+517 \ NGC0253 0045-255 0056-187 0103+337 0104-487 0106+130 0118-684 0118-488 \ 0117+117 0119-011 0126-531 0131-450 0131-367 0141-609 0141+339 0153-663 \ 0154+410 0201-440 0206-625 0207-078 0232-507 M77 0253-218 NGC1167 \ 0324-489 0328-272 0333-276 0335+225 0340-600 0340-493 0340+044 0355-636 \ 0358-620 0400-613 0409-752 0409-526 0412-779 0409+000 0411+245 0423+183 \ 0428+205 0446+074 0459+791 0511+009 0512-129 0515-674 0512+249 0535+677 \ 0548-090 NGC2110 0611+139 MRK003 NGC2146 0633-263 0705+025 0712-037 \ 0722+284 0731-465 0730+353 UG03927 0743+182 0758+120 0802-276 0806-483 \ 0808-491 0810-180 0811-477 0809+483 0810+563 0817+472 0830+115 0831-445 \ 0833+441 4C+32.26 0839+157 0844-557 0846+184 0844+387 0854+178 0855+143 \ 0902+343 0906-474 0905+524 0912+171 0915+099 0918+167 0920+168 0923+102 \ 0922+364 0932-194 0937-282 0948-860 0941-080 M82 0951+699 0956+015 \ NGC3079 1001+123 1001+621 1007+135 1017+109 1020-103 1026-179 1030-590 \ 1036-697 1043-290 1045+155 1046-026 1047-597 1046+588 1050+341 1051+391 \ NGC3690 1132-000 1216-062 M106 NGC4278 1221+248 1225-023 1224-854 \ 1237+246 1239-044 1243-412 1245-197 1252+039 1254+226 1305-241 1313+200 \ 1316-12A 1317+143 1319-652 1320-407 1331+512 1332+317 1338+332 1341+144 \ 1344-135 1414+652 1414-596 1421-490 1422+268 TON202 1438-390 1439+327 \ 1501+481 1509-564 1511+238 1516-129 1529+441 1528-509 1538-584 1556-580 \ 1557-515 1616-029 1622+238 1623-243 3C343 3C343.1 1646+217 NGC6240 \ 1701-132 1707-376 1713+218 1717-236 SGR-A 1742-283 1744-299 1745-235 \ 1749-300 1750+093 1752-217 NGC6500 1805-214 1810+522 1813-241 1817+512 \ 1827-360 1846-168 1848+333 1851+030 1854-663 1858-143 NAQL93 1910-560 \ 1920+154 1921+14B 1926+050 1930-028 1934+207 1950-270 1955-210 2000-045 \ 2003+104 2004+064 2016-615 2022-582 2027+383 NGC6946 2039-631 2047-655 \ 2102+003 2101-715 2122-148 2134+237 2135-209 2134-470 2144+568 2152-505 \ 2154-183 2157-133 2205-002 2205-683 2209+184 2210-104 2226-411 2227-210 \ 2226-634 2235-556 2245-059 2303-673 2310-417 2311-632 2314-625 2318-195 \ 2324-009 2325+293 2344+092 2345-611 2348-010 2355+042 * STATIONS YES EXCEPT \ * * --- Duplicate names (used for polarization tests) * NOTOX WIDE85_3 VLBA85_3 MOJAVLBA LEFT85_1 \ HARTDBBC YEBESDBC YEBDBBC ONSALAAN YEBEDBBC \ OHIGGADS WETTDBBC LEFTKOK LEFT85_3 NYALDBBC \ NOTDBBC NOTOVDIF WETTVDIF * TYPE GROUP_DELAYS_ONLY ELEVATION 5.0 WVR_MASK NO EVERY NO NORATE_FLAG NO *** *** This section determines which contributions BATCH applies to a *** session. Contributions are corrections to delay and delay rate which *** were computed and stored in the superfile but not yet added to the *** theoretical delay and/or delay rate. *** $CONTRIBUTIONS SET WobXCont SET WobYCont SET EarthTid * Contribution for mean pole model is now in MAPPING section * SET Pol_Tide * SET PTideOld * SET Feed_Rot SET OPTLCont SET Ocean * Apply IERS2003 hi freq model for X,Y,UT1,nutation * if applied must turn off HI_FREQ_EOP * SET XpYpNutn * Apply IERS2020 hi freq model for X,Y,UT1,nutation now in MAPPING section * SET XpYpOrth * SET UT1Ortho SET XpYpLib SET UT1Libra *** *** This section specifies which station-dependent calibrations (e.g., *** cable, Chao) and zenith path delay calibrations (e.g. NMFDRFLY, *** CFAKBDRY) BATCH applies. It also determines whether BATCH applies the *** ionosphere calibration and rejects observations with bad or missing *** S-band ionospheric values. *** $CALIBRATIONS ION ON RESET YES KEEP cable KEEP pcal_rmv DISABLE NMFDRFLY *** *** This section determines which mode calibration should be applied to *** each session. Mode calibrations are the calibrations which depend *** on a) band and b) observable type. *** $MODE_CALIBRATIONS SET NONE *** *** This section specifies which partials with respect to atmosphere wet *** path delay BATCH should use. *** $PARTIALS SET NMFWTFLY OFF SET GRADMAP CH 0.0032 0.0032 *** *** This section replaces a-priori calculated from a standard theoretical *** model and read from the sessions' superfiles with alternate a-priori. *** This process is called mapping. *** $MAPPING GALACTIC_ABERRATION 5.8 POLETIDE IERS2022 STATIONS itrf2014_usno.sit VELOCITIES itrf2014_usno.vel SOURCES trf2020d_00.src EARTHQUAKE ITRF2014-psd-vlbi_sites.dat EARTH_ORIENTATION last_usno_finalF.erp SPL UT1S NUTATION_SERIES NONE NUTATION2006 NO PIECE_WISE_STA NONE PRESSURE_LOADING NONE EPISODIC_MOTION NONE * HI_FREQ_EOP hf1102a HI_FREQ_EOP NONE HARMONIC_EOP NONE AXIS_OFFSET gsfc_itrf2020_2020Apr01.axo ECCENTRICITY ECCDAT_itrf2020.ecc MEAN_GRADIENT gsfc_dao_gmao.mgr SPLINE_DISPLACEMENTS NONE METRIC_TENSOR NONE POSITION_VARIATIONS \ /data/solve/oper/apriori/aplo_bds/ TIME_SERIES SPLINE IF_AVAILABLE \ /data/solve/oper/apriori/vsgd_aplo_s1_s2_noib.hps HARMONIC_MODEL SPLINE IF_AVAILABLE *?POSITION_VARIATIONS \ * Ocean loading applied in CONTRIBUTIONS section *? /data1/solve/oper/apriori/2007b_oclo.hps HARMONIC_MODEL SPLINE IF_AVAILABLE \ *? /data1/solve/oper/apriori/aplo_bds/ TIME_SERIES SPLINE IF_AVAILABLE \ *? /data1/solve/oper/apriori/vsgd_aplo_s1_s2_noib.hps HARMONIC_MODEL SPLINE IF_AVAILABLE ANTENNA_THERMAL MODEL AVERAGE \ /data/solve/save_files/antenna-info_Nothnagel_modwe.14dec05.txt INSITU NONE GRAVITY_DEFORM /data/solve/save_files/gravity_deform_model_v2019Nov21.txt EXTERNAL_TRP_DELAY REQUIRE DIRECTORY /data/vmf/vmf1/trp/tot HFEOP_XYU /data/solve/save_files/desai_model_jgrb51665-sup-0002-ds01.txt *** *** This section constrains specific parameter estimates. *** $CONSTRAINTS ATMOSPHERES MOST 50.0 CLOCKS MOST 5.0 GRADIENTS YES 0.5 2.0 * BASELINE_CLOCKS YES SIGMA 5.D-7 EARTH_ORIENTATION YES SIGMA 45.0 45.0 3.0 RATES SIGMA 45.0 45.0 3.0 NUTATION NO * PIECE_WISE_STA NO SOURCES YES SIGMA 1.D-6 STATIONS NO NUVEL_COVAR NO VELOCITIES NO * NO_NET_TRANSLATION NO NO_NET_TRANSLATION_POSITION LOCAL SIGMA 1.D-4 ALL UNIFORM YES NO_NET_ROTATION_POSITION LOCAL SIGMA 1.D-4 UNIFORM YES NO_NET_TRANSLATION_VELOCITY NO NO_NET_ROTATION_VELOCITY NO * NO_NET_ROTATION_SOURCE LOCAL SIGMA 1.D-10 UNIFORM YES NO_NET_ROTATION_SOURCE LOCAL SIGMA 5.D-11 WEIGHTED YES *** *** This section has two purposes. It suppresses specific global *** parameters. It also imposes certain restrictions on the estimates *** BATCH produces. For example, BATCH can produce identical velocity *** estimates for a group of (closely located) stations. *** $SUPPRESSION VELOCITY_TIE NO VELOCITIES NO STATIONS NO RIGHT_ASCENSION NO DECLINATION NO STATION_ORIGIN NO SOURCES NO PROPER_MOTIONS NO PRECESSION NO RELATIVITY NO DIRECTION NO VELOCITY_ORIGIN NO STATION_TIE NO *** *** This section lists the session names which are to participate in the *** solution. Suppression solutions do not process sessions, but must *** specify a session in this section in order to activate the proper *** BATCH paths. *** $ARCS ARCFILE ./snx2020d_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__ 7232 A 30302S001 R HARTRAO Hartebeesthoe 27 41 07.4 -25 53 23.1 1416.5 7242 A 50116S002 R HOBART26 Hobart, Tasma 147 26 25.9 -42 48 12.9 66.0 7547 A 12717S001 R NOTO Noto, Italy 14 59 20.6 36 52 33.8 144.1 -SITE/ID * * ----------------------------------------------------------------------------- * +SOURCE/ID *Code IERS nam ICRF designator IAU name IVS name 0001 0007+106 J001031.0+105829 J0010+1058 IIIZW2 0002 0010-401 J001259.9-395426 J0012-3954 0010-401 0003 0019+058 J002232.4+060804 J0022+0608 0019+058 0004 0138-097 J014125.8-092843 J0141-0928 0138-097 0005 0142-278 J014503.3-273334 J0145-2733 0142-278 0006 0229+131 J023145.8+132254 J0231+1322 0229+131 0007 0306+102 J030903.6+102916 J0309+1029 0306+102 0008 0405-385 J040659.0-382628 J0406-3826 0405-385 0009 0422+004 J042446.8+003606 J0424+0036 0422+004 0010 0458-020 J050112.8-015914 J0501-0159 0458-020 0011 0523-236 J052506.5-233810 J0525-2338 0523-236 0012 0524+034 J052732.7+033131 J0527+0331 0524+034 0013 0536+145 J053942.3+143345 J0539+1433 0536+145 0014 0727-115 J073019.1-114112 J0730-1141 0727-115 0015 0748+126 J075052.0+123104 J0750+1231 0748+126 0016 0823+033 J082550.3+030924 J0825+0309 0823+033 0017 0912+029 J091437.9+024559 J0914+0245 0912+029 0018 1013+054 J101603.1+051302 J1016+0513 1013+054 0019 1055+018 J105829.6+013358 J1058+0133 1055+018 0020 1130+009 J113320.0+004052 J1133+0040 1130+009 0021 1145-071 J114751.5-072441 J1147-0724 1145-071 0022 1219+044 J122222.5+041315 J1222+0413 1219+044 0023 1244-255 J124646.8-254749 J1246-2547 1244-255 0024 1256-220 J125854.4-221931 J1258-2219 1256-220 0025 1334-127 J133739.7-125724 J1337-1257 1334-127 0026 1354-152 J135711.2-152728 J1357-1527 1354-152 0027 1424-418 J142756.2-420619 J1427-4206 1424-418 0028 1456+044 J145859.3+041613 J1458+0416 1456+044 0029 1510-089 J151250.5-090559 J1512-0905 1510-089 0030 1546+027 J154929.4+023701 J1549+0237 1546+027 0031 1557+032 J155930.9+030448 J1559+0304 1557+032 0032 1614+051 J161637.5+045932 J1616+0459 1614+051 0033 1705+018 J170734.4+014845 J1707+0148 1705+018 0034 1741-038 J174358.8-035004 J1743-0350 1741-038 0035 1920-211 J192332.1-210433 J1923-2104 1920-211 0036 1936-155 J193926.6-152543 J1939-1525 1936-155 0037 1953-325 J195659.4-322546 J1956-3225 1953-325 0038 2059+034 J210138.8+034131 J2101+0341 2059+034 0039 2126-158 J212912.1-153841 J2129-1538 2126-158 0040 2220-351 J222305.9-345547 J2223-3455 2220-351 0041 2244-372 J224703.9-365746 J2247-3657 2244-372 0042 2255-282 J225805.9-275821 J2258-2758 2255-282 0043 2351-154 J235430.1-151311 J2354-1513 2351-154 -SOURCE/ID * * ----------------------------------------------------------------------------- * +SITE/RECEIVER *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ Firmware_ID 7232 A 1 R 18:177:63219 18:178:62613 ----VLBI Station---- --NM- -----NA---- 7242 A 1 R 18:177:63219 18:178:62613 ----VLBI Station---- --NM- -----NA---- 7547 A 1 R 18:177:63219 18:178:28968 ----VLBI Station---- --NM- -----NA---- -SITE/RECEIVER * * ----------------------------------------------------------------------------- * +SITE/ANTENNA *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ 7232 A 1 R 18:177:63219 18:178:62613 ----VLBI Station---- --NM- 7242 A 1 R 18:177:63219 18:178:62613 ----VLBI Station---- --NM- 7547 A 1 R 18:177:63219 18:178:28968 ----VLBI Station---- --NM- -SITE/ANTENNA * * ----------------------------------------------------------------------------- * +SITE/ECCENTRICITY *Code PT SBIN T Data_Start__ Data_End____ typ Apr --> Benchmark (m)_______ 7232 A 1 R 18:177:63219 18:178:62613 XYZ 0.0000 0.0000 0.0000 7242 A 1 R 18:177:63219 18:178:62613 XYZ 0.0000 0.0000 0.0000 7547 A 1 R 18:177:63219 18:178:28968 XYZ 0.0000 0.0000 0.0000 -SITE/ECCENTRICITY * * ----------------------------------------------------------------------------- * +SOLUTION/EPOCHS *Code PT SBIN T Data_start__ Data_end____ Mean_epoch__ 7232 A 1 R 18:177:63219 18:178:62613 18:178:13749 7242 A 1 R 18:177:63219 18:178:62613 18:178:17924 7547 A 1 R 18:177:63219 18:178:28968 18:178:04959 -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 148 NUMBER OF UNKNOWNS 341 WEIGHTED SQUARE SUM OF O-C 2.80420561678101D+13 SQUARE SUM OF RESIDUALS (VTPV) 2.41188735547849D+01 VARIANCE FACTOR 4.53236073576164D-01 WRMS OF POSTFIT RESIDUALS 3.76614684127232D-11 -SOLUTION/STATISTICS * * ----------------------------------------------------------------------------- * +SOLUTION/APRIORI *Index Type__ CODE PT SBIN Ref_epoch___ Unit S Apriori_value________ Constraint_ 1 STAX 7232 A 1 18:178:13749 m 2 5.08544275441150D+06 0.00000D+00 2 STAY 7232 A 1 18:178:13749 m 2 2.66826389519254D+06 0.00000D+00 3 STAZ 7232 A 1 18:178:13749 m 2 -2.76869666002735D+06 0.00000D+00 4 STAX 7242 A 1 18:178:17924 m 2 -3.95023756770625D+06 0.00000D+00 5 STAY 7242 A 1 18:178:17924 m 2 2.52234772127099D+06 0.00000D+00 6 STAZ 7242 A 1 18:178:17924 m 2 -4.31156165257112D+06 0.00000D+00 7 STAX 7547 A 1 18:178:04959 m 2 4.93456268845071D+06 0.00000D+00 8 STAY 7547 A 1 18:178:04959 m 2 1.32120169166425D+06 0.00000D+00 9 STAZ 7547 A 1 18:178:04959 m 2 3.80648486231753D+06 0.00000D+00 10 RS_RA 0001 A 1 18:178:19716 rad 2 4.58880441225695D-02 0.00000D+00 11 RS_DE 0001 A 1 18:178:19716 rad 2 1.91547482572811D-01 0.00000D+00 12 RS_RA 0003 A 1 18:178:19716 rad 2 9.83523001529282D-02 0.00000D+00 13 RS_DE 0003 A 1 18:178:19716 rad 2 1.07067557872883D-01 0.00000D+00 14 RS_RA 0004 A 1 18:178:19716 rad 2 4.42574203452050D-01 0.00000D+00 15 RS_DE 0004 A 1 18:178:19716 rad 2 -1.65436240970364D-01 0.00000D+00 16 RS_RA 0005 A 1 18:178:19716 rad 2 4.58395792381237D-01 0.00000D+00 17 RS_DE 0005 A 1 18:178:19716 rad 2 -4.81004641873541D-01 0.00000D+00 18 RS_RA 0006 A 1 18:178:19716 rad 2 6.62199302416976D-01 0.00000D+00 19 RS_DE 0006 A 1 18:178:19716 rad 2 2.33557615312662D-01 0.00000D+00 20 RS_RA 0007 A 1 18:178:19716 rad 2 8.24931579923346D-01 0.00000D+00 21 RS_DE 0007 A 1 18:178:19716 rad 2 1.83047906460444D-01 0.00000D+00 22 RS_RA 0008 A 1 18:178:19716 rad 2 1.07767066076077D+00 0.00000D+00 23 RS_DE 0008 A 1 18:178:19716 rad 2 -6.70924162380940D-01 0.00000D+00 24 RS_RA 0009 A 1 18:178:19716 rad 2 1.15532375711988D+00 0.00000D+00 25 RS_DE 0009 A 1 18:178:19716 rad 2 1.05026611636540D-02 0.00000D+00 26 RS_RA 0011 A 1 18:178:19716 rad 2 1.41855314538962D+00 0.00000D+00 27 RS_DE 0011 A 1 18:178:19716 rad 2 -4.12531867302970D-01 0.00000D+00 28 RS_RA 0013 A 1 18:178:19716 rad 2 1.48224748287278D+00 0.00000D+00 29 RS_DE 0013 A 1 18:178:19716 rad 2 2.54166295520121D-01 0.00000D+00 30 RS_RA 0014 A 1 18:178:19716 rad 2 1.96488530682488D+00 0.00000D+00 31 RS_DE 0014 A 1 18:178:19716 rad 2 -2.03973723271040D-01 0.00000D+00 32 RS_RA 0015 A 1 18:178:19716 rad 2 2.05454674374905D+00 0.00000D+00 33 RS_DE 0015 A 1 18:178:19716 rad 2 2.18480452385146D-01 0.00000D+00 34 RS_RA 0023 A 1 18:178:19716 rad 2 3.34570905759991D+00 0.00000D+00 35 RS_DE 0023 A 1 18:178:19716 rad 2 -4.50243017603045D-01 0.00000D+00 36 RS_RA 0024 A 1 18:178:19716 rad 2 3.39862720373737D+00 0.00000D+00 37 RS_DE 0024 A 1 18:178:19716 rad 2 -3.89650211067606D-01 0.00000D+00 38 RS_RA 0025 A 1 18:178:19716 rad 2 3.56772808245546D+00 0.00000D+00 39 RS_DE 0025 A 1 18:178:19716 rad 2 -2.26139854436058D-01 0.00000D+00 40 RS_RA 0026 A 1 18:178:19716 rad 2 3.65291921782030D+00 0.00000D+00 41 RS_DE 0026 A 1 18:178:19716 rad 2 -2.69792931390027D-01 0.00000D+00 42 RS_RA 0027 A 1 18:178:19716 rad 2 3.78709522815648D+00 0.00000D+00 43 RS_DE 0027 A 1 18:178:19716 rad 2 -7.34877851233692D-01 0.00000D+00 44 RS_RA 0031 A 1 18:178:19716 rad 2 4.18667927378017D+00 0.00000D+00 45 RS_DE 0031 A 1 18:178:19716 rad 2 5.37573863508094D-02 0.00000D+00 46 RS_RA 0033 A 1 18:178:19716 rad 2 4.48363560362843D+00 0.00000D+00 47 RS_DE 0033 A 1 18:178:19716 rad 2 3.16374828975065D-02 0.00000D+00 48 RS_RA 0034 A 1 18:178:19716 rad 2 4.64249262602199D+00 0.00000D+00 49 RS_DE 0034 A 1 18:178:19716 rad 2 -6.69266701439249D-02 0.00000D+00 50 RS_RA 0035 A 1 18:178:19716 rad 2 5.07688570957917D+00 0.00000D+00 51 RS_DE 0035 A 1 18:178:19716 rad 2 -3.67844298940203D-01 0.00000D+00 52 RS_RA 0038 A 1 18:178:19716 rad 2 5.50497456701237D+00 0.00000D+00 53 RS_DE 0038 A 1 18:178:19716 rad 2 6.44381424142593D-02 0.00000D+00 54 RS_RA 0039 A 1 18:178:19716 rad 2 5.62520897084126D+00 0.00000D+00 55 RS_DE 0039 A 1 18:178:19716 rad 2 -2.73052113614233D-01 0.00000D+00 56 RS_RA 0040 A 1 18:178:19716 rad 2 5.86037424737365D+00 0.00000D+00 57 RS_DE 0040 A 1 18:178:19716 rad 2 -6.09639519789723D-01 0.00000D+00 58 RS_RA 0041 A 1 18:178:19716 rad 2 5.96494759445818D+00 0.00000D+00 59 RS_DE 0041 A 1 18:178:19716 rad 2 -6.45123646544880D-01 0.00000D+00 60 RS_RA 0042 A 1 18:178:19716 rad 2 6.01309290635450D+00 0.00000D+00 61 RS_DE 0042 A 1 18:178:19716 rad 2 -4.88213469724759D-01 0.00000D+00 62 RS_RA 0043 A 1 18:178:19716 rad 2 6.25920122443658D+00 0.00000D+00 63 RS_DE 0043 A 1 18:178:19716 rad 2 -2.65635296766829D-01 0.00000D+00 64 NUT_X ---- - 1 18:178:19620 mas 2 3.65003288713112D+05 0.00000D+00 65 NUT_Y ---- - 1 18:178:19620 mas 2 -6.96728922261006D+03 0.00000D+00 -SOLUTION/APRIORI * * ----------------------------------------------------------------------------- * +SOLUTION/ESTIMATE *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S Total_value__________ Formal_erro 1 STAX 7232 A 1 18:178:13749 m 2 5.08544277918355D+06 5.09582D-02 2 STAY 7232 A 1 18:178:13749 m 2 2.66826391801817D+06 2.33951D-02 3 STAZ 7232 A 1 18:178:13749 m 2 -2.76869676616776D+06 1.08246D-01 4 STAX 7242 A 1 18:178:17924 m 2 -3.95023763116459D+06 7.56746D-02 5 STAY 7242 A 1 18:178:17924 m 2 2.52234772648411D+06 6.11875D-03 6 STAZ 7242 A 1 18:178:17924 m 2 -4.31156169395064D+06 4.51136D-02 7 STAX 7547 A 1 18:178:04959 m 2 4.93456272713705D+06 4.57703D-02 8 STAY 7547 A 1 18:178:04959 m 2 1.32120166362540D+06 2.51353D-02 9 STAZ 7547 A 1 18:178:04959 m 2 3.80648500983736D+06 1.28677D-01 10 RS_RA 0001 A 1 18:178:19716 rad 2 4.58880176127829D-02 5.22134D-08 11 RS_DE 0001 A 1 18:178:19716 rad 2 1.91547449371347D-01 2.64162D-08 12 RS_RA 0003 A 1 18:178:19716 rad 2 9.83522889493640D-02 8.67449D-09 13 RS_DE 0003 A 1 18:178:19716 rad 2 1.07067525503022D-01 2.38355D-08 14 RS_RA 0004 A 1 18:178:19716 rad 2 4.42574197509274D-01 5.36574D-09 15 RS_DE 0004 A 1 18:178:19716 rad 2 -1.65436264559745D-01 1.74636D-08 16 RS_RA 0005 A 1 18:178:19716 rad 2 4.58395790250521D-01 5.14820D-09 17 RS_DE 0005 A 1 18:178:19716 rad 2 -4.81004650585110D-01 1.04764D-08 18 RS_RA 0006 A 1 18:178:19716 rad 2 6.62199295206193D-01 8.51090D-09 19 RS_DE 0006 A 1 18:178:19716 rad 2 2.33557581704344D-01 3.18334D-08 20 RS_RA 0007 A 1 18:178:19716 rad 2 8.24931574924145D-01 7.73034D-09 21 RS_DE 0007 A 1 18:178:19716 rad 2 1.83047867290922D-01 3.14598D-08 22 RS_RA 0008 A 1 18:178:19716 rad 2 1.07767066102761D+00 8.16727D-09 23 RS_DE 0008 A 1 18:178:19716 rad 2 -6.70924178938300D-01 1.35384D-08 24 RS_RA 0009 A 1 18:178:19716 rad 2 1.15532375813997D+00 6.78188D-09 25 RS_DE 0009 A 1 18:178:19716 rad 2 1.05026129147724D-02 2.97388D-08 26 RS_RA 0011 A 1 18:178:19716 rad 2 1.41855315009497D+00 7.38961D-09 27 RS_DE 0011 A 1 18:178:19716 rad 2 -4.12531900629023D-01 2.14154D-08 28 RS_RA 0013 A 1 18:178:19716 rad 2 1.48224748541532D+00 1.03319D-08 29 RS_DE 0013 A 1 18:178:19716 rad 2 2.54166235478544D-01 3.85020D-08 30 RS_RA 0014 A 1 18:178:19716 rad 2 1.96488531238749D+00 8.21359D-09 31 RS_DE 0014 A 1 18:178:19716 rad 2 -2.03973771339082D-01 2.92973D-08 32 RS_RA 0015 A 1 18:178:19716 rad 2 2.05454675283902D+00 1.39185D-08 33 RS_DE 0015 A 1 18:178:19716 rad 2 2.18480384305460D-01 3.93337D-08 34 RS_RA 0023 A 1 18:178:19716 rad 2 3.34570907497809D+00 1.25262D-08 35 RS_DE 0023 A 1 18:178:19716 rad 2 -4.50243050007915D-01 3.17440D-08 36 RS_RA 0024 A 1 18:178:19716 rad 2 3.39862721693104D+00 1.25074D-08 37 RS_DE 0024 A 1 18:178:19716 rad 2 -3.89650259659843D-01 3.61305D-08 38 RS_RA 0025 A 1 18:178:19716 rad 2 3.56772808981899D+00 1.07490D-08 39 RS_DE 0025 A 1 18:178:19716 rad 2 -2.26139905260948D-01 3.72464D-08 40 RS_RA 0026 A 1 18:178:19716 rad 2 3.65291922766519D+00 1.15449D-08 41 RS_DE 0026 A 1 18:178:19716 rad 2 -2.69792987757075D-01 3.54893D-08 42 RS_RA 0027 A 1 18:178:19716 rad 2 3.78709525904541D+00 2.58568D-08 43 RS_DE 0027 A 1 18:178:19716 rad 2 -7.34877871930907D-01 2.01343D-08 44 RS_RA 0031 A 1 18:178:19716 rad 2 4.18667907744359D+00 1.26835D-07 45 RS_DE 0031 A 1 18:178:19716 rad 2 5.37572973508309D-02 3.82740D-08 46 RS_RA 0033 A 1 18:178:19716 rad 2 4.48363559928006D+00 9.65600D-09 47 RS_DE 0033 A 1 18:178:19716 rad 2 3.16374373518200D-02 2.92558D-08 48 RS_RA 0034 A 1 18:178:19716 rad 2 4.64249262555520D+00 1.08181D-08 49 RS_DE 0034 A 1 18:178:19716 rad 2 -6.69267066649072D-02 2.38569D-08 50 RS_RA 0035 A 1 18:178:19716 rad 2 5.07688570213219D+00 1.59953D-08 51 RS_DE 0035 A 1 18:178:19716 rad 2 -3.67844316016023D-01 1.25265D-08 52 RS_RA 0038 A 1 18:178:19716 rad 2 5.50497454433655D+00 1.46313D-08 53 RS_DE 0038 A 1 18:178:19716 rad 2 6.44381085097380D-02 2.12055D-08 54 RS_RA 0039 A 1 18:178:19716 rad 2 5.62520896079160D+00 1.14905D-08 55 RS_DE 0039 A 1 18:178:19716 rad 2 -2.73052133988045D-01 1.01560D-08 56 RS_RA 0040 A 1 18:178:19716 rad 2 5.86037424972590D+00 1.18694D-08 57 RS_DE 0040 A 1 18:178:19716 rad 2 -6.09639522600011D-01 9.29600D-09 58 RS_RA 0041 A 1 18:178:19716 rad 2 5.96494759809548D+00 9.61824D-09 59 RS_DE 0041 A 1 18:178:19716 rad 2 -6.45123641467863D-01 7.78253D-09 60 RS_RA 0042 A 1 18:178:19716 rad 2 6.01309290679411D+00 8.46343D-09 61 RS_DE 0042 A 1 18:178:19716 rad 2 -4.88213475413065D-01 6.96552D-09 62 RS_RA 0043 A 1 18:178:19716 rad 2 6.25920121897059D+00 7.17765D-09 63 RS_DE 0043 A 1 18:178:19716 rad 2 -2.65635314842719D-01 1.18732D-08 64 NUT_X ---- - 1 18:178:19620 mas 2 3.64998673077884D+05 2.05060D+00 65 NUT_Y ---- - 1 18:178:19620 mas 2 -6.96701304697092D+03 2.46498D+00 -SOLUTION/ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7232 A 1 18:178:13749 m 2 1.67292982571496D-03 0.00000D+00 2 STAY 7232 A 1 18:178:13749 m 2 3.12227800369806D-04 0.00000D+00 3 STAZ 7232 A 1 18:178:13749 m 2 -1.12108893337436D-03 0.00000D+00 4 STAX 7242 A 1 18:178:17924 m 2 -1.68054694786244D-03 0.00000D+00 5 STAY 7242 A 1 18:178:17924 m 2 -2.03074640481835D-05 0.00000D+00 6 STAZ 7242 A 1 18:178:17924 m 2 -3.16799868464735D-04 0.00000D+00 7 STAX 7547 A 1 18:178:04959 m 2 7.61808710866570D-06 0.00000D+00 8 STAY 7547 A 1 18:178:04959 m 2 -2.91922235494975D-04 0.00000D+00 9 STAZ 7547 A 1 18:178:04959 m 2 1.43788681080962D-03 0.00000D+00 10 RS_RA 0001 A 1 18:178:19716 rad 2 -1.03352890435546D-10 0.00000D+00 11 RS_DE 0001 A 1 18:178:19716 rad 2 -2.03719778460673D-10 0.00000D+00 12 RS_RA 0003 A 1 18:178:19716 rad 2 -1.76473361234817D-10 0.00000D+00 13 RS_DE 0003 A 1 18:178:19716 rad 2 -1.72765062742785D-10 0.00000D+00 14 RS_RA 0004 A 1 18:178:19716 rad 2 -5.83011702081205D-11 0.00000D+00 15 RS_DE 0004 A 1 18:178:19716 rad 2 -1.00151069918931D-10 0.00000D+00 16 RS_RA 0005 A 1 18:178:19716 rad 2 6.68217081784426D-11 0.00000D+00 17 RS_DE 0005 A 1 18:178:19716 rad 2 2.84799271779710D-11 0.00000D+00 18 RS_RA 0006 A 1 18:178:19716 rad 2 -2.48321634206770D-10 0.00000D+00 19 RS_DE 0006 A 1 18:178:19716 rad 2 -2.31386642981282D-10 0.00000D+00 20 RS_RA 0007 A 1 18:178:19716 rad 2 -1.89276130131802D-10 0.00000D+00 21 RS_DE 0007 A 1 18:178:19716 rad 2 -1.98819503965449D-10 0.00000D+00 22 RS_RA 0008 A 1 18:178:19716 rad 2 8.58225275237859D-11 0.00000D+00 23 RS_DE 0008 A 1 18:178:19716 rad 2 2.65636209969023D-11 0.00000D+00 24 RS_RA 0009 A 1 18:178:19716 rad 2 -1.09687751944244D-10 0.00000D+00 25 RS_DE 0009 A 1 18:178:19716 rad 2 -1.50943510313828D-10 0.00000D+00 26 RS_RA 0011 A 1 18:178:19716 rad 2 -8.90357260989512D-12 0.00000D+00 27 RS_DE 0011 A 1 18:178:19716 rad 2 -6.68436954266648D-11 0.00000D+00 28 RS_RA 0013 A 1 18:178:19716 rad 2 -1.58953107688931D-10 0.00000D+00 29 RS_DE 0013 A 1 18:178:19716 rad 2 -2.11691837011185D-10 0.00000D+00 30 RS_RA 0014 A 1 18:178:19716 rad 2 -1.18151654489479D-11 0.00000D+00 31 RS_DE 0014 A 1 18:178:19716 rad 2 -1.25303792362058D-10 0.00000D+00 32 RS_RA 0015 A 1 18:178:19716 rad 2 -8.62551451296657D-11 0.00000D+00 33 RS_DE 0015 A 1 18:178:19716 rad 2 -2.15040584434828D-10 0.00000D+00 34 RS_RA 0023 A 1 18:178:19716 rad 2 3.22314291003944D-10 0.00000D+00 35 RS_DE 0023 A 1 18:178:19716 rad 2 -1.16424531999813D-10 0.00000D+00 36 RS_RA 0024 A 1 18:178:19716 rad 2 2.90214148143323D-10 0.00000D+00 37 RS_DE 0024 A 1 18:178:19716 rad 2 -1.25778017701411D-10 0.00000D+00 38 RS_RA 0025 A 1 18:178:19716 rad 2 2.07445543309137D-10 0.00000D+00 39 RS_DE 0025 A 1 18:178:19716 rad 2 -1.80209248557919D-10 0.00000D+00 40 RS_RA 0026 A 1 18:178:19716 rad 2 2.15495869902628D-10 0.00000D+00 41 RS_DE 0026 A 1 18:178:19716 rad 2 -1.78867629062824D-10 0.00000D+00 42 RS_RA 0027 A 1 18:178:19716 rad 2 4.55469125114167D-10 0.00000D+00 43 RS_DE 0027 A 1 18:178:19716 rad 2 2.97707050940560D-11 0.00000D+00 44 RS_RA 0031 A 1 18:178:19716 rad 2 -5.44588405728527D-10 0.00000D+00 45 RS_DE 0031 A 1 18:178:19716 rad 2 -3.74003736011857D-10 0.00000D+00 46 RS_RA 0033 A 1 18:178:19716 rad 2 -7.96090449587303D-11 0.00000D+00 47 RS_DE 0033 A 1 18:178:19716 rad 2 -2.65036843115807D-10 0.00000D+00 48 RS_RA 0034 A 1 18:178:19716 rad 2 -6.86123742901585D-11 0.00000D+00 49 RS_DE 0034 A 1 18:178:19716 rad 2 -2.11314777256760D-10 0.00000D+00 50 RS_RA 0035 A 1 18:178:19716 rad 2 -5.89019506688870D-11 0.00000D+00 51 RS_DE 0035 A 1 18:178:19716 rad 2 -9.83544001319259D-11 0.00000D+00 52 RS_RA 0038 A 1 18:178:19716 rad 2 -1.81727648343859D-10 0.00000D+00 53 RS_DE 0038 A 1 18:178:19716 rad 2 -1.97922327186487D-10 0.00000D+00 54 RS_RA 0039 A 1 18:178:19716 rad 2 -3.80598723763954D-11 0.00000D+00 55 RS_DE 0039 A 1 18:178:19716 rad 2 -7.42097898235049D-11 0.00000D+00 56 RS_RA 0040 A 1 18:178:19716 rad 2 1.15004623829287D-10 0.00000D+00 57 RS_DE 0040 A 1 18:178:19716 rad 2 4.92241984147933D-11 0.00000D+00 58 RS_RA 0041 A 1 18:178:19716 rad 2 1.50217261428925D-10 0.00000D+00 59 RS_DE 0041 A 1 18:178:19716 rad 2 9.25289853330324D-11 0.00000D+00 60 RS_RA 0042 A 1 18:178:19716 rad 2 7.08923774948821D-11 0.00000D+00 61 RS_DE 0042 A 1 18:178:19716 rad 2 2.29165401547429D-11 0.00000D+00 62 RS_RA 0043 A 1 18:178:19716 rad 2 -1.60429547711696D-11 0.00000D+00 63 RS_DE 0043 A 1 18:178:19716 rad 2 -5.38372077495142D-11 0.00000D+00 64 NUT_X ---- - 1 18:178:19620 mas 2 -1.39653470127809D-02 0.00000D+00 65 NUT_Y ---- - 1 18:178:19620 mas 2 -4.09927637686279D-03 0.00000D+00 -SOLUTION/CALIBRATION_ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/MATRIX_ESTIMATE L COVA * Ind1 Ind2 Covariance(ind1,ind2) 1 1 2.59673363920907D-03 2 1 6.91552004892338D-04 2 2 5.47330696056532D-04 3 1 -2.75808087962840D-03 3 2 -2.52092046807065D-03 3 3 1.17172868333456D-02 4 1 -3.11422629016468D-03 4 2 -8.80683212688650D-04 4 3 3.56017354624226D-03 4 4 5.72664187963147D-03 5 1 4.02581564212791D-05 5 2 2.35082750178956D-05 5 3 -1.05697816729616D-04 5 4 -3.18696502782828D-04 5 5 3.74390799478701D-05 6 1 -9.70183971787684D-04 6 2 -3.34028915338540D-04 6 3 1.40262201890611D-03 6 4 2.98760363735515D-03 6 5 -2.63147276641417D-04 6 6 2.03523680105789D-03 7 1 5.17495570864099D-04 7 2 1.89133476256909D-04 7 3 -8.02090458510374D-04 7 4 -2.61241146592591D-03 7 5 2.78435896989464D-04 7 6 -2.01741798621774D-03 7 7 2.09491885160970D-03 8 1 -7.31809387823199D-04 8 2 -5.70838856674670D-04 8 3 2.62661275749840D-03 8 4 1.19937840854966D-03 8 5 -6.09417409375254D-05 8 6 5.97175480640121D-04 8 7 -4.67568839809560D-04 8 8 6.31784869173292D-04 9 1 3.72826562451323D-03 9 2 2.85494718067119D-03 9 3 -1.31199124249988D-02 9 4 -6.54777832013177D-03 9 5 3.68845094893768D-04 9 6 -3.43785379223833D-03 9 7 2.81950880817102D-03 9 8 -3.22378603693492D-03 9 9 1.65577747622459D-02 10 1 2.98488194603775D-10 10 2 -4.87966529508979D-11 10 3 3.14047394516465D-10 10 4 -7.42219684296286D-10 10 5 5.45694936387434D-11 10 6 -4.52467708881717D-10 10 7 4.43731444160081D-10 10 8 -5.77274385156989D-12 10 9 1.38420422679454D-10 10 10 2.72624430816853D-15 11 1 -7.27450631315659D-10 11 2 -5.84170585756974D-10 11 3 2.69333079273245D-09 11 4 1.13309644805216D-09 11 5 -5.28478453646449D-11 11 6 5.40904268085828D-10 11 7 -4.05645266338286D-10 11 8 6.37017411208147D-10 11 9 -3.23423607047040D-09 11 10 2.65135780826100D-16 11 11 6.97813572797092D-16 12 1 1.30631383457994D-11 12 2 -6.87461244923699D-11 12 3 3.41428314574400D-10 12 4 -2.24651093769025D-10 12 5 2.73246868766296D-11 12 6 -1.90121819223029D-10 12 7 2.11588152636863D-10 12 8 4.14209665616623D-11 12 9 -1.51307067186325D-10 12 10 9.23196673644362D-17 12 11 4.71679150886045D-17 12 12 7.52468338089833D-17 13 1 -7.02617809270522D-10 13 2 -5.38127929153671D-10 13 3 2.47298957265484D-09 13 4 1.09403442147874D-09 13 5 -5.05716623623653D-11 13 6 5.20023509259429D-10 13 7 -3.91416147653378D-10 13 8 5.88698729707453D-10 13 9 -2.99301393601828D-09 13 10 2.29225250418829D-17 13 11 6.08191029703018D-16 13 12 4.40126847470030D-17 13 13 5.68129405844710D-16 14 1 -3.57775094962158D-11 14 2 -4.93165789635300D-11 14 3 2.33731479885515D-10 14 4 2.63680754988223D-12 14 5 4.25509541193548D-12 14 6 -2.02792589080546D-11 14 7 3.31407681130230D-11 14 8 4.50613738196095D-11 14 9 -2.13452316738184D-10 14 10 2.92019517693910D-17 14 11 4.60786033931077D-17 14 12 3.16909274639861D-17 14 13 4.33388883770857D-17 14 14 2.87911506251572D-17 15 1 -5.53884824302564D-10 15 2 -3.67903670260728D-10 15 3 1.67248444148845D-09 15 4 9.05524872242466D-10 15 5 -4.47903753187830D-11 15 6 4.44847644421445D-10 15 7 -3.51639767739546D-10 15 8 4.12693560451790D-10 15 9 -2.11733253208856D-09 15 10 -3.05341077589226D-17 15 11 4.23739608950479D-16 15 12 1.09410767860076D-17 15 13 3.95109867911265D-16 15 14 2.77702825750521D-17 15 15 3.04977789850186D-16 16 1 -4.66006672029377D-11 16 2 -2.25404629939807D-11 16 3 9.93195076632629D-11 16 4 1.03901278779746D-10 16 5 -7.38357743425505D-12 16 6 6.20864150792050D-11 16 7 -5.73007275618230D-11 16 8 2.99243776320811D-11 16 9 -1.61405466754773D-10 16 10 -1.33948486091049D-17 16 11 2.90644005683848D-17 16 12 1.23472673024560D-17 16 13 2.95535247019710D-17 16 14 1.57212791830383D-17 16 15 2.24159654386604D-17 16 16 2.65039889099715D-17 17 1 -3.99532624899812D-10 17 2 -1.39675282630817D-10 17 3 5.88039222712134D-10 17 4 6.07103609006719D-10 17 5 -2.40480975005984D-11 17 6 2.68822033279241D-10 17 7 -2.07570826107794D-10 17 8 1.63723149719304D-10 17 9 -8.56861421769629D-10 17 10 -8.26989234754062D-17 17 11 1.63496497763916D-16 17 12 -8.11569942122968D-18 17 13 1.58397054468313D-16 17 14 7.99454814359198D-18 17 15 1.28297526383055D-16 17 16 2.37681423624567D-17 17 17 1.09754450258862D-16 18 1 -4.64690703863824D-12 18 2 -9.42563937950815D-11 18 3 4.62533183565427D-10 18 4 -4.79121764184056D-11 18 5 5.66825900484240D-12 18 6 -3.97697408014599D-11 18 7 5.25593592130574D-11 18 8 8.85874567553202D-11 18 9 -4.22764280884365D-10 18 10 9.07568091728414D-17 18 11 9.48170341889810D-17 18 12 4.05619773778073D-17 18 13 8.28146206850434D-17 18 14 2.58491566523622D-17 18 15 4.30766921540627D-17 18 16 3.69210557425370D-18 18 17 -9.88467803700332D-18 18 18 7.24354937377886D-17 19 1 -9.22241335944159D-10 19 2 -6.99491753649649D-10 19 3 3.21233222526940D-09 19 4 1.46014895409920D-09 19 5 -6.95371200044931D-11 19 6 7.04090038058219D-10 19 7 -5.37906906092366D-10 19 8 7.69027572024304D-10 19 9 -3.91642353402124D-09 19 10 2.33568411030718D-17 19 11 7.99791363398598D-16 19 12 3.17304079163716D-17 19 13 7.34441069758438D-16 19 14 4.28713124912177D-17 19 15 5.25407158666157D-16 19 16 2.58446312454616D-17 19 17 2.08332245532757D-16 19 18 1.13772542074123D-16 19 19 1.01336584134021D-15 20 1 -2.83356758653308D-11 20 2 -8.59942446509698D-11 20 3 4.16010743560245D-10 20 4 6.70016671662042D-12 20 5 1.98952900107304D-12 20 6 -8.13014084486942D-12 20 7 2.16356716609209D-11 20 8 8.40042775019698D-11 20 9 -4.07881173346323D-10 20 10 6.39681707102971D-17 20 11 8.82243724609550D-17 20 12 3.15683496341924D-17 20 13 7.78948687297615D-17 20 14 2.11403866324185D-17 20 15 4.17140079227121D-17 20 16 6.48040920354160D-18 20 17 -7.78861021262205D-18 20 18 5.23963923853454D-17 20 19 9.85283704272566D-17 20 20 5.97580969885545D-17 21 1 -1.01530317929243D-09 21 2 -6.99782294260582D-10 21 3 3.19068947775537D-09 21 4 1.53599939117351D-09 21 5 -6.57459395996567D-11 21 6 7.04246019779502D-10 21 7 -5.20695461156564D-10 21 8 7.65526846809526D-10 21 9 -3.89493686655717D-09 21 10 -2.00942931267439D-17 21 11 7.91816899465557D-16 21 12 3.16469365204040D-17 21 13 7.31215913182122D-16 21 14 4.20899651126058D-17 21 15 5.22894211338895D-16 21 16 3.02311483649928D-17 21 17 2.26841165016912D-16 21 18 9.02793026624001D-17 21 19 9.77639263415652D-16 21 20 9.10603967371792D-17 21 21 9.89716201760737D-16 22 1 -1.74637598698765D-10 22 2 -1.99855937767616D-11 22 3 5.50006071827612D-11 22 4 4.19125053813000D-10 22 5 -3.06599062740242D-11 22 6 2.54748326687902D-10 22 7 -2.44487674234865D-10 22 8 5.06460719798992D-11 22 9 -3.09748201945386D-10 22 10 -6.39659267022328D-17 22 11 4.62139953628139D-17 22 12 -2.12808780761985D-17 22 13 4.69818152939331D-17 22 14 5.48614413743051D-18 22 15 4.48159831663540D-17 22 16 2.17114953651822D-17 22 17 3.65073574464716D-17 22 18 -6.37267925543752D-18 22 19 5.64290964688392D-17 22 20 2.55201586705498D-18 22 21 6.12453921598752D-17 22 22 6.67043366170524D-17 23 1 -5.07450578159590D-10 23 2 -1.65244114455523D-10 23 3 6.87062887946255D-10 23 4 7.48686179508177D-10 23 5 -2.73158889945165D-11 23 6 3.20000209802424D-10 23 7 -2.41235387630003D-10 23 8 1.92559677859583D-10 23 9 -1.00706334968198D-09 23 10 -7.36258770236622D-17 23 11 1.89308173087338D-16 23 12 -4.15478883515926D-18 23 13 1.83917626557417D-16 23 14 1.39666121669030D-17 23 15 1.49166590816812D-16 23 16 2.20340606590927D-17 23 17 1.00067587719796D-16 23 18 1.04499066122932D-18 23 19 2.35479479096547D-16 23 20 6.31737260158266D-18 23 21 2.51530038477398D-16 23 22 5.18553057178714D-17 23 23 1.83288071449164D-16 24 1 -5.64908655593464D-11 24 2 -8.02259077094086D-11 24 3 3.80646626750337D-10 24 4 1.32886737634770D-10 24 5 -1.07418010740633D-11 24 6 8.57885072188792D-11 24 7 -7.63958431005689D-11 24 8 9.09675906703093D-11 24 9 -4.66435315261838D-10 24 10 2.48670296870894D-17 24 11 9.67248816584682D-17 24 12 9.82713343411249D-18 24 13 8.66289520714346D-17 24 14 1.26076875662002D-17 24 15 5.53769846860162D-17 24 16 8.99661290867240D-18 24 17 6.36362251539396D-18 24 18 3.29758089949547D-17 24 19 1.14139532657710D-16 24 20 3.31377334460576D-17 24 21 1.04934955692027D-16 24 22 1.90751480502223D-17 24 23 1.19746102683183D-17 24 24 4.59938649427146D-17 25 1 -1.07127960464794D-09 25 2 -6.42987382981992D-10 25 3 2.89742542401503D-09 25 4 1.54047982062483D-09 25 5 -5.69797361928979D-11 25 6 6.62232615412101D-10 25 7 -4.69199412181590D-10 25 8 6.99965620572500D-10 25 9 -3.55965953207684D-09 25 10 -7.15160769814085D-17 25 11 7.22624389437037D-16 25 12 2.66296787576920D-17 25 13 6.73883781641947D-16 25 14 3.85997157550387D-17 25 15 4.87958085092159D-16 25 16 3.31273391375820D-17 25 17 2.33778706540143D-16 25 18 6.52679097661323D-17 25 19 8.92443779666761D-16 25 20 6.47055646530975D-17 25 21 9.07277398772885D-16 25 22 6.45553436918065D-17 25 23 2.61272015852836D-16 25 24 9.15006866889319D-17 25 25 8.84396240477035D-16 26 1 -1.27610517816316D-10 26 2 -7.62621621767656D-11 26 3 3.43508787592455D-10 26 4 2.89152748529231D-10 26 5 -2.10813465515404D-11 26 6 1.75398675705452D-10 26 7 -1.61542247449315D-10 26 8 9.73436229389244D-11 26 9 -5.18907267108311D-10 26 10 -2.24838283563920D-17 26 11 9.98007602007557D-17 26 12 -1.05089456530046D-17 26 13 9.19047774129291D-17 26 14 3.59701056003417D-18 26 15 6.77038053868588D-17 26 16 9.07838239882559D-18 26 17 2.78926740603514D-17 26 18 8.01109143950866D-18 26 19 1.21678078551400D-16 26 20 1.16499931580174D-17 26 21 1.20016748861290D-16 26 22 3.32665206683343D-17 26 23 1.32750972336282D-17 26 24 2.52310329984162D-17 26 25 1.07374379424170D-16 26 26 5.46063393976483D-17 27 1 -8.51136693156256D-10 27 2 -4.21000592801902D-10 27 3 1.85999584043243D-09 27 4 1.17680412337557D-09 27 5 -3.74472111482043D-11 27 6 4.75978999040808D-10 27 7 -3.25666764288186D-10 27 8 4.58446585838430D-10 27 9 -2.33597602945307D-09 27 10 -6.26363855506917D-17 27 11 4.68555253725054D-16 27 12 1.73543446374145D-17 27 13 4.41024261414844D-16 27 14 2.85375767976193D-17 27 15 3.28797463005412D-16 27 16 2.83553450945369D-17 27 17 1.76163429998361D-16 27 18 3.10758683419956D-17 27 19 5.77229337561814D-16 27 20 3.33271204828895D-17 27 21 5.96753593188438D-16 27 22 5.56345684907030D-17 27 23 2.36952676392128D-16 27 24 4.38439560209421D-17 27 25 5.83475915584433D-16 27 26 6.79598503562937D-17 27 27 4.58621155274193D-16 28 1 -9.80613697524592D-11 28 2 -1.38912573875109D-10 28 3 6.59035727667452D-10 28 4 2.54350605699245D-10 28 5 -2.18452447326895D-11 28 6 1.70524077389055D-10 28 7 -1.56289209692751D-10 28 8 1.60757603907359D-10 28 9 -8.29560183509144D-10 28 10 3.64225030898285D-17 28 11 1.70560249320825D-16 28 12 4.09407479001066D-18 28 13 1.52320417475191D-16 28 14 1.10727680217052D-17 28 15 1.00722894633643D-16 28 16 4.60387051949047D-18 28 17 1.56281908914676D-17 28 18 4.50114162064580D-17 28 19 2.06943693473524D-16 28 20 4.46810592688277D-17 28 21 1.91839812560072D-16 28 22 2.19227095105083D-17 28 23 1.82274790074185D-17 28 24 5.82296033796547D-17 28 25 1.57172284514843D-16 28 26 4.04041808828317D-17 28 27 7.89485190860322D-17 28 28 1.06747976272881D-16 29 1 -1.32216866095040D-09 29 2 -8.53793020644961D-10 29 3 3.87223889016107D-09 29 4 1.88284589607219D-09 29 5 -6.88029298800126D-11 29 6 8.05273979084543D-10 29 7 -5.60676039979007D-10 29 8 9.22593721662183D-10 29 9 -4.67751508987967D-09 29 10 -3.99842067266068D-17 29 11 9.55383220691276D-16 29 12 4.85783201685278D-17 29 13 8.87705207359042D-16 29 14 5.40217383623917D-17 29 15 6.36185596959671D-16 29 16 3.89243321562671D-17 29 17 2.88911814665488D-16 29 18 9.89407102235570D-17 29 19 1.17414949442040D-15 29 20 9.52462411933538D-17 29 21 1.18733288066388D-15 29 22 7.02724332712980D-17 29 23 3.24241131880045D-16 29 24 1.18330567039476D-16 29 25 1.12259167085453D-15 29 26 1.36157699188762D-16 29 27 7.48163176374508D-16 29 28 2.26351296833161D-16 29 29 1.48240776194768D-15 30 1 -1.33951300792122D-10 30 2 -6.50215590728848D-11 30 3 2.86641053754016D-10 30 4 3.59741181811237D-10 30 5 -2.94962591493917D-11 30 6 2.34295580660129D-10 30 7 -2.25789944457826D-10 30 8 9.45179575479633D-11 30 9 -5.20936474737527D-10 30 10 -2.99367908805899D-17 30 11 9.69836514039524D-17 30 12 -2.73311742840241D-17 30 13 8.80150190349384D-17 30 14 -5.16092312170204D-18 30 15 6.68601647943025D-17 30 16 2.14232912103501D-18 30 17 2.73730900384515D-17 30 18 4.11219797785938D-18 30 19 1.23128135047469D-16 30 20 8.76210301411920D-18 30 21 1.18928276062201D-16 30 22 3.43370881853484D-17 30 23 1.21282917586282D-17 30 24 2.77534524982873D-17 30 25 1.02686208425522D-16 30 26 4.33553152666362D-17 30 27 5.07384500976574D-17 30 28 5.27621216529892D-17 30 29 1.32433424549970D-16 30 30 6.74630282273824D-17 31 1 -1.13870779376028D-09 31 2 -5.92630846798653D-10 31 3 2.63300471917884D-09 31 4 1.43921230781358D-09 31 5 -3.22747978143779D-11 31 6 5.15588544894239D-10 31 7 -3.00503384695198D-10 31 8 6.24903547312360D-10 31 9 -3.14859534481666D-09 31 10 -2.98773678797969D-17 31 11 6.44139299031416D-16 31 12 5.09088519579757D-17 31 13 6.03685913530336D-16 31 14 4.56947173480479D-17 31 15 4.36800235831234D-16 31 16 3.19725299758318D-17 31 17 2.26137459387040D-16 31 18 6.26245489098193D-17 31 19 7.83684643111156D-16 31 20 6.12305146525458D-17 31 21 8.08802933102478D-16 31 22 5.23204564813952D-17 31 23 3.01916963591234D-16 31 24 6.59556298331014D-17 31 25 7.86077751532101D-16 31 26 6.74902240898581D-17 31 27 5.76267631169694D-16 31 28 1.21090702576237D-16 31 29 1.02442221515612D-15 31 30 7.29565803709423D-17 31 31 8.58334461896811D-16 32 1 -2.16036470153063D-10 32 2 -1.95557672053710D-10 32 3 9.08430171782723D-10 32 4 5.21324180473356D-10 32 5 -4.10646271346863D-11 32 6 3.31264871655591D-10 32 7 -3.05287783521239D-10 32 8 2.36622304744366D-10 32 9 -1.23969516791877D-09 32 10 3.16174417442786D-18 32 11 2.48074057769446D-16 32 12 -1.92387556112407D-17 32 13 2.24185376198770D-16 32 14 1.31401771285012D-18 32 15 1.56631942072295D-16 32 16 -2.12602692255467D-19 32 17 4.75514223262630D-17 32 18 3.60583895968721D-17 32 19 3.08701226851450D-16 32 20 3.79286181235783D-17 32 21 2.95030746162627D-16 32 22 3.45742526564154D-17 32 23 1.91972681132159D-17 32 24 5.62913065043155D-17 32 25 2.50625453666904D-16 32 26 6.85028241820525D-17 32 27 1.24461868484060D-16 32 28 1.07275681707682D-16 32 29 3.35119958400261D-16 32 30 9.41576224219263D-17 32 31 1.76035738309153D-16 32 32 1.93723255839359D-16 33 1 -1.44298741306295D-09 33 2 -8.69058561427809D-10 33 3 3.91739256442644D-09 33 4 1.84199306677494D-09 33 5 -4.52639934825856D-11 33 6 6.79344741854363D-10 33 7 -3.99004105170042D-10 33 8 9.14319663510184D-10 33 9 -4.59674019045245D-09 33 10 2.48885337743056D-18 33 11 9.49170952782413D-16 33 12 7.76953618731645D-17 33 13 8.83789222698649D-16 33 14 6.47324491755896D-17 33 15 6.30764335581529D-16 33 16 3.99643980052944D-17 33 17 2.95162533214295D-16 33 18 1.05252853044611D-16 33 19 1.15687326218584D-15 33 20 9.99253467884806D-17 33 21 1.17954466395379D-15 33 22 5.87741219057092D-17 33 23 3.56528300261748D-16 33 24 1.07690119958717D-16 33 25 1.12228157495295D-15 33 26 1.14866552538508D-16 33 27 7.76779859855071D-16 33 28 1.98056525334801D-16 33 29 1.47128506215041D-15 33 30 1.11054010414915D-16 33 31 1.09546617616611D-15 33 32 3.11834556852442D-16 33 33 1.54713792148879D-15 34 1 7.56528136276138D-11 34 2 1.55400444342231D-10 34 3 -7.45707049936079D-10 34 4 1.10580909134996D-10 34 5 -2.38956256316613D-11 34 6 1.44971705292936D-10 34 7 -1.86233974796951D-10 34 8 -1.31504250530239D-10 34 9 6.00736008171816D-10 34 10 -9.74001320062032D-17 34 11 -1.40534034234334D-16 34 12 -8.85235985626831D-17 34 13 -1.28721938764821D-16 34 14 -4.66816557626696D-17 34 15 -6.60514887955586D-17 34 16 -2.24858090109488D-17 34 17 -7.69627550774918D-18 34 18 -6.62438477667080D-17 34 19 -1.41064055566097D-16 34 20 -5.74768866376702D-17 34 21 -1.39315181634520D-16 34 22 8.38933350003439D-18 34 23 -5.41619420539973D-18 34 24 -3.65248743525629D-17 34 25 -1.21493206721035D-16 34 26 -1.17232742648751D-17 34 27 -6.84153579393333D-17 34 28 -4.35848301264612D-17 34 29 -1.78424192641462D-16 34 30 4.88351977786396D-18 34 31 -1.33613048075066D-16 34 32 -3.25854797333286D-17 34 33 -2.11326021125635D-16 34 34 1.56906046024323D-16 35 1 -1.02340930794411D-09 35 2 -6.74391616941710D-10 35 3 3.06375470393396D-09 35 4 1.45519767796456D-09 35 5 -5.31743594156556D-11 35 6 6.22376913260133D-10 35 7 -4.31788020306009D-10 35 8 7.27565505136717D-10 35 9 -3.68613190700449D-09 35 10 -4.25663628997921D-17 35 11 7.47788193398466D-16 35 12 7.24349633502051D-17 35 13 6.98510807677254D-16 35 14 6.33261618591458D-17 35 15 4.99561993004708D-16 35 16 5.57705872805847D-17 35 17 2.41301857237147D-16 35 18 7.55406646881148D-17 35 19 9.01151028952860D-16 35 20 7.30382993744765D-17 35 21 9.22577691424011D-16 35 22 6.64034417310941D-17 35 23 2.72117655497567D-16 35 24 8.59610723048592D-17 35 25 8.80046946429317D-16 35 26 1.01559712158662D-16 35 27 6.03944789296236D-16 35 28 1.46912820344055D-16 35 29 1.14876752138532D-15 35 30 8.12581635105672D-17 35 31 8.24249844695706D-16 35 32 2.21999523860484D-16 35 33 1.17203810369701D-15 35 34 -1.71593097503930D-16 35 35 1.00768305980076D-15 36 1 1.38575313731283D-11 36 2 1.05801733834835D-10 36 3 -5.17037882370020D-10 36 4 2.21849959340326D-10 36 5 -3.04168899467864D-11 36 6 2.04638311550757D-10 36 7 -2.35707684728077D-10 36 8 -7.53844079137857D-11 36 9 3.12400078799710D-10 36 10 -9.17895356146201D-17 36 11 -8.08637773887762D-17 36 12 -9.03490402974006D-17 36 13 -7.39354152971159D-17 36 14 -4.58357270249059D-17 36 15 -2.63824151633155D-17 36 16 -2.25176107830667D-17 36 17 7.76285237366067D-18 36 18 -5.97156916220279D-17 36 19 -6.56806879792001D-17 36 20 -5.15008882261672D-17 36 21 -6.60310524247397D-17 36 22 1.10239310833018D-17 36 23 1.31043886725250D-17 36 24 -2.90833518180078D-17 36 25 -5.56865041319181D-17 36 26 -3.94164258602494D-18 36 27 -2.58988855246533D-17 36 28 -2.77310389109496D-17 36 29 -9.17613856832604D-17 36 30 1.41000030124501D-17 36 31 -7.72633258231852D-17 36 32 -7.40538734960928D-18 36 33 -1.27760806365402D-16 36 34 1.43612467077922D-16 36 35 -1.24985557641458D-16 36 36 1.56435564111998D-16 37 1 -1.13740561419107D-09 37 2 -7.68693673258898D-10 37 3 3.49938774309722D-09 37 4 1.73295701074721D-09 37 5 -7.50617152563524D-11 37 6 7.98913066032586D-10 37 7 -5.95550983376522D-10 37 8 8.43754774357832D-10 37 9 -4.29830126575065D-09 37 10 -3.68886220315324D-17 37 11 8.72575979619774D-16 37 12 5.47142355831844D-17 37 13 8.13129783198713D-16 37 14 5.91440847129225D-17 37 15 5.86723862573134D-16 37 16 5.36583901261062D-17 37 17 2.76806103440733D-16 37 18 8.28700968973930D-17 37 19 1.06380328696390D-15 37 20 7.98950836364911D-17 37 21 1.07825380324751D-15 37 22 7.49690993862921D-17 37 23 3.16401864843839D-16 37 24 9.98488342612072D-17 37 25 1.01848934279670D-15 37 26 1.18656321756806D-16 37 27 6.94584001763044D-16 37 28 1.81029673710788D-16 37 29 1.32927893988583D-15 37 30 1.04827263238082D-16 37 31 9.37020729216738D-16 37 32 2.78466817940182D-16 37 33 1.33721436850626D-15 37 34 -1.79850855132569D-16 37 35 1.08308707538514D-15 37 36 -8.43584708512996D-17 37 37 1.30541594108095D-15 38 1 -9.28901754959519D-11 38 2 3.39651442210236D-11 38 3 -1.90118201891777D-10 38 4 3.11109405119855D-10 38 5 -2.75248139621033D-11 38 6 2.12540095020221D-10 38 7 -2.18219315307349D-10 38 8 -6.44014590248698D-12 38 9 -2.24216850670851D-11 38 10 -8.01126977617120D-17 38 11 -9.95757690829249D-18 38 12 -7.50399075941047D-17 38 13 -8.74448215115053D-18 38 14 -3.72301145799484D-17 38 15 1.60531205796677D-17 38 16 -1.94645814639977D-17 38 17 2.39043108761046D-17 38 18 -4.54073512229716D-17 38 19 1.72356986612759D-17 38 20 -3.84866975200772D-17 38 21 1.88018878975279D-17 38 22 1.14807671498642D-17 38 23 3.15789173945638D-17 38 24 -1.89968864358363D-17 38 25 2.37094979721471D-17 38 26 4.53129199178382D-18 38 27 2.62917372725514D-17 38 28 -1.19495806655626D-17 38 29 1.43377006310013D-17 38 30 1.96997757974195D-17 38 31 4.27893977487618D-19 38 32 1.38919680411078D-17 38 33 -1.34591994068654D-17 38 34 1.14726550899507D-16 38 35 -3.81851783551849D-17 38 36 1.20372014345070D-16 38 37 -8.17407222594338D-18 38 38 1.15540342542952D-16 39 1 -1.21199114742676D-09 39 2 -8.27507157328930D-10 39 3 3.77021939552226D-09 39 4 1.66212031585490D-09 39 5 -5.51510684000582D-11 39 6 6.83401824516376D-10 39 7 -4.50128608036122D-10 39 8 8.82657308982435D-10 39 9 -4.45362200597718D-09 39 10 6.77150866666327D-19 39 11 9.12146713540771D-16 39 12 9.11581937097471D-17 39 13 8.48406639344562D-16 39 14 7.49335787710431D-17 39 15 6.00528389538955D-16 39 16 5.73044539585814D-17 39 17 2.76103552417789D-16 39 18 1.04814501399640D-16 39 19 1.10006025003235D-15 39 20 9.88660253498889D-17 39 21 1.11884854768632D-15 39 22 6.52995779540688D-17 39 23 3.17733041079619D-16 39 24 1.07943640859314D-16 39 25 1.05762382163858D-15 39 26 1.18590270737629D-16 39 27 7.20626409165895D-16 39 28 1.87591601951490D-16 39 29 1.38755695575229D-15 39 30 9.67714661107113D-17 39 31 9.93290171262457D-16 39 32 2.78691351463644D-16 39 33 1.42004074980800D-15 39 34 -2.26551953588647D-16 39 35 1.14496460884381D-15 39 36 -1.50034715028239D-16 39 37 1.29536951947321D-15 39 38 -3.89781965964868D-17 39 39 1.38729391572644D-15 40 1 -4.26694574408384D-11 40 2 7.53603309675099D-11 40 3 -3.81299528914822D-10 40 4 2.61829691115567D-10 40 5 -2.77770306458191D-11 40 6 2.01562536101931D-10 40 7 -2.19160326713757D-10 40 8 -4.75830953588852D-11 40 9 1.79737228243632D-10 40 10 -8.58485421962121D-17 40 11 -5.20949465313460D-17 40 12 -8.41840645600117D-17 40 13 -4.77219658854000D-17 40 14 -4.30106335899810D-17 40 15 -9.53796705306004D-18 40 16 -2.27134023276753D-17 40 17 1.49448877495672D-17 40 18 -5.39344343404858D-17 40 19 -3.15671714441218D-17 40 20 -4.62463573572704D-17 40 21 -3.04383853929728D-17 40 22 9.48284805618035D-18 40 23 2.23262078021604D-17 40 24 -2.59001779156371D-17 40 25 -2.19291695584914D-17 40 26 -2.08943928762382D-18 40 27 -2.64216205214687D-18 40 28 -2.18918382148123D-17 40 29 -4.64558488833357D-17 40 30 1.56883874001428D-17 40 31 -4.12223650074877D-17 40 32 1.86293771399781D-18 40 33 -7.54306289178391D-17 40 34 1.28435308915149D-16 40 35 -9.07543744646519D-17 40 36 1.33565778674332D-16 40 37 -6.21414108159562D-17 40 38 1.14988118035598D-16 40 39 -1.05170708187939D-16 40 40 1.33285209294713D-16 41 1 -1.10818440340284D-09 41 2 -7.64126987536632D-10 41 3 3.48417430181800D-09 41 4 1.58310916412622D-09 41 5 -5.91223832422450D-11 41 6 6.83347864077708D-10 41 7 -4.74924224644579D-10 41 8 8.23248502373855D-10 41 9 -4.16752290069381D-09 41 10 -6.27821541683133D-18 41 11 8.54547214391730D-16 41 12 7.45663904994178D-17 41 13 7.95414905268266D-16 41 14 6.59010667998000D-17 41 15 5.68126668983719D-16 41 16 5.42407119535415D-17 41 17 2.66066524454070D-16 41 18 9.05802779785667D-17 41 19 1.03498634326813D-15 41 20 8.58403323017085D-17 41 21 1.05149819187023D-15 41 22 6.26777475288348D-17 41 23 3.06585373096659D-16 41 24 9.77052590702698D-17 41 25 9.93683683065045D-16 41 26 1.08514287759125D-16 41 27 6.79685274132154D-16 41 28 1.73886636619121D-16 41 29 1.30116793757311D-15 41 30 9.02828542056174D-17 41 31 9.29471102505811D-16 41 32 2.62705111779491D-16 41 33 1.32613462345366D-15 41 34 -2.06613491876242D-16 41 35 1.06173604293789D-15 41 36 -1.27828096517649D-16 41 37 1.22615290982664D-15 41 38 -3.27593523403704D-17 41 39 1.28278518575380D-15 41 40 -7.78590155588237D-17 41 41 1.25949100694475D-15 42 1 4.04648080794253D-10 42 2 5.01641326752262D-10 42 3 -2.36738479400382D-09 42 4 -2.76798157424957D-10 42 5 -1.56022107695819D-11 42 6 8.13167773306584D-12 42 7 -1.27850394074656D-10 42 8 -4.86038133101016D-10 42 9 2.35925419981432D-09 42 10 -1.50490913036029D-16 42 11 -5.12420918840673D-16 42 12 -1.54750630507054D-16 42 13 -4.71528283734300D-16 42 14 -8.83432863198552D-17 42 15 -2.96178745016802D-16 42 16 -4.76903277809444D-17 42 17 -9.30421325471322D-17 42 18 -1.29460343020291D-16 42 19 -5.78680009618578D-16 42 20 -1.13706381149290D-16 42 21 -5.77440220036998D-16 42 22 9.60926784735881D-19 42 23 -9.22852763087619D-17 42 24 -8.88614049611866D-17 42 25 -5.23654476959943D-16 42 26 -5.77193971869415D-17 42 27 -3.23129126609733D-16 42 28 -1.28501129394385D-16 42 29 -7.17476332051765D-16 42 30 -2.50289551618034D-17 42 31 -4.97883510635478D-16 42 32 -1.46081243948185D-16 42 33 -7.60458839662159D-16 42 34 2.77490861263872D-16 42 35 -6.41280667869901D-16 42 36 2.43084339361010D-16 42 37 -6.84645686091781D-16 42 38 1.68861923560686D-16 42 39 -7.77352159742879D-16 42 40 2.13268133472829D-16 42 41 -7.14462966267496D-16 42 42 6.68572107516018D-16 43 1 -6.96517958388260D-10 43 2 -3.71764279549928D-10 43 3 1.65610623153133D-09 43 4 1.03572948968156D-09 43 5 -4.09226049770841D-11 43 6 4.58105076481661D-10 43 7 -3.39211283408497D-10 43 8 4.12686562528582D-10 43 9 -2.11421148954247D-09 43 10 -6.40480693308355D-17 43 11 4.26426831809136D-16 43 12 2.89563045002864D-17 43 13 4.04028226995180D-16 43 14 3.76617100581112D-17 43 15 2.99098677477217D-16 43 16 4.43792293841631D-17 43 17 1.64667998971212D-16 43 18 3.01935049602916D-17 43 19 5.18205317988508D-16 43 20 3.37294688810357D-17 43 21 5.37354443174314D-16 43 22 6.52819501344257D-17 43 23 1.87117800189220D-16 43 24 5.03196382475441D-17 43 25 5.24250042623576D-16 43 26 6.70464953506552D-17 43 27 3.72508576219858D-16 43 28 8.30175130420931D-17 43 29 6.72947067814389D-16 43 30 5.83805117903471D-17 43 31 4.97388123732685D-16 43 32 1.32865156681425D-16 43 33 6.87960926887377D-16 43 34 -7.96225111372758D-17 43 35 5.69830756381023D-16 43 36 -4.72158413499525D-17 43 37 6.31659604827881D-16 43 38 5.57848739584195D-19 43 39 6.61574859417259D-16 43 40 -3.02720846280753D-17 43 41 6.14577012309109D-16 43 42 -3.30208502114013D-16 43 43 4.05388794691611D-16 44 1 6.61331337922307D-10 44 2 4.42442989569154D-10 44 3 -2.01247679105452D-09 44 4 -4.78645167603433D-10 44 5 -2.80267464370605D-11 44 6 1.91797206710791D-11 44 7 -1.82685463475814D-10 44 8 -4.14417678178167D-10 44 9 1.99329552464657D-09 44 10 -4.00120102368293D-16 44 11 -3.72269154309718D-16 44 12 -1.84012757199435D-16 44 13 -3.10339832478706D-16 44 14 -9.23510852173220D-17 44 15 -1.06581097947385D-16 44 16 -3.11037567220016D-17 44 17 4.81077148730864D-17 44 18 -1.37046141057866D-16 44 19 -2.94386625741281D-16 44 20 -1.28391950950925D-16 44 21 -3.13865985861289D-16 44 22 -6.58434862480611D-17 44 23 6.24469077725184D-17 44 24 -1.02388843002968D-16 44 25 -2.91199252665462D-16 44 26 -1.17953334847842D-16 44 27 -1.45196501990928D-16 44 28 -1.06249573094829D-16 44 29 -4.54230436458530D-16 44 30 -8.50967879403121D-17 44 31 -3.50372200348809D-16 44 32 -1.11149043710244D-16 44 33 -5.70578446360828D-16 44 34 1.24212458558393D-16 44 35 -6.79461048709046D-16 44 36 1.95472253538041D-16 44 37 -4.13288352515890D-16 44 38 8.56945121321429D-17 44 39 -7.59623171568034D-16 44 40 2.00064806509756D-16 44 41 -3.04741091312712D-16 44 42 4.54537225198249D-16 44 43 -5.15856051331214D-16 44 44 1.60870869063128D-14 45 1 -9.51959292503646D-10 45 2 -7.01650648029085D-10 45 3 3.21559578168985D-09 45 4 1.33273774515083D-09 45 5 -4.78372893665771D-11 45 6 5.65747620901006D-10 45 7 -3.80777454405689D-10 45 8 7.49486110449338D-10 45 9 -3.78134518833373D-09 45 10 -1.89304571999683D-17 45 11 7.84229141161097D-16 45 12 7.81207805756782D-17 45 13 7.33635908876982D-16 45 14 6.66688208949713D-17 45 15 5.28962835392305D-16 45 16 5.19501111309326D-17 45 17 2.47824738633396D-16 45 18 9.62079670619789D-17 45 19 9.58967145361300D-16 45 20 8.88979319064160D-17 45 21 9.68325375857375D-16 45 22 4.31853638716397D-17 45 23 2.93451444444113D-16 45 24 9.20349647771517D-17 45 25 9.09261815957755D-16 45 26 8.67939099277770D-17 45 27 6.26070894155449D-16 45 28 1.65263044294378D-16 45 29 1.18841588959911D-15 45 30 6.94941477400619D-17 45 31 8.51887184313569D-16 45 32 2.38192143469720D-16 45 33 1.20767003088388D-15 45 34 -2.28430780926347D-16 45 35 9.30628489872712D-16 45 36 -1.43799928034139D-16 45 37 1.11712398945662D-15 45 38 -6.07245318850168D-17 45 39 1.13859992247141D-15 45 40 -9.91186395034416D-17 45 41 1.13769100898566D-15 45 42 -6.91756754902398D-16 45 43 5.06211342044646D-16 45 44 2.15439622474489D-15 45 45 1.46489703435408D-15 46 1 -2.09143152055966D-10 46 2 -1.91396188130251D-11 46 3 4.23213179183571D-11 46 4 2.04326622511388D-10 46 5 3.63753541168420D-12 46 6 3.27571712839124D-11 46 7 4.81702710214531D-12 46 8 1.55010281428492D-11 46 9 -7.50796669940990D-11 46 10 -2.80321060085451D-17 46 11 1.09239111281417D-17 46 12 -3.25923190545766D-17 46 13 8.77905483657553D-18 46 14 -2.19900865400438D-17 46 15 1.52251301384163D-17 46 16 -2.25861292819657D-17 46 17 1.78663768585987D-17 46 18 -2.00296991961176D-17 46 19 3.06094844264805D-17 46 20 -1.81690651501741D-17 46 21 3.75910722575820D-17 46 22 -9.09579121866709D-18 46 23 3.30294242776327D-17 46 24 -1.69107398538813D-17 46 25 4.55797610647182D-17 46 26 -6.14307785309725D-18 46 27 4.58854164153477D-17 46 28 -1.49725313633538D-17 46 29 5.12561419335739D-17 46 30 -1.05448871700353D-19 46 31 5.48982206732537D-17 46 32 -4.24127584067302D-18 46 33 5.87939219520606D-17 46 34 4.32182916787790D-17 46 35 -4.51455887676799D-20 46 36 5.00026801545097D-17 46 37 1.98012512195580D-17 46 38 5.32041342177582D-17 46 39 1.59696545707954D-17 46 40 5.64694562819328D-17 46 41 1.48852376179466D-17 46 42 7.22524497420933D-17 46 43 -2.70268539858841D-17 46 44 7.68589233788718D-17 46 45 1.29624320196494D-17 46 46 9.32383920089380D-17 47 1 -9.35201351888191D-10 47 2 -6.59430441759441D-10 47 3 3.01205536444734D-09 47 4 1.18510229740550D-09 47 5 -2.97070771849397D-11 47 6 4.39957687225088D-10 47 7 -2.49900058833659D-10 47 8 6.89135884503665D-10 47 9 -3.45201466105093D-09 47 10 4.46098252942716D-17 47 11 7.10875412360043D-16 47 12 9.65591726965672D-17 47 13 6.59554786285819D-16 47 14 7.05855107873190D-17 47 15 4.57357219353030D-16 47 16 4.58000204715219D-17 47 17 1.99558803727723D-16 47 18 1.04722592021620D-16 47 19 8.46961491928174D-16 47 20 9.63809896550471D-17 47 21 8.58149051080429D-16 47 22 4.31117535925666D-17 47 23 2.40389660356238D-16 47 24 9.21392429052274D-17 47 25 8.07153200867733D-16 47 26 8.79314985119472D-17 47 27 5.51057648792836D-16 47 28 1.53215230878289D-16 47 29 1.06640670227991D-15 47 30 6.83322914258239D-17 47 31 7.77640960596970D-16 47 32 2.12175089389739D-16 47 33 1.10764525784076D-15 47 34 -2.14446264402492D-16 47 35 8.80211556415751D-16 47 36 -1.54642502800105D-16 47 37 9.93778267910038D-16 47 38 -6.62589146631447D-17 47 39 1.06906661363438D-15 47 40 -1.16701733082567D-16 47 41 9.92792189249452D-16 47 42 -6.50446428964145D-16 47 43 4.96152568871774D-16 47 44 -6.31333574999900D-16 47 45 8.95349573876955D-16 47 46 1.13893918084137D-17 47 47 8.55904023557636D-16 48 1 -1.57309079404874D-10 48 2 3.71216922701116D-11 48 3 -2.21591600848684D-10 48 4 1.55353336777674D-10 48 5 3.33953243932279D-12 48 6 2.20815314477517D-11 48 7 1.95620520793217D-12 48 8 -4.04621895957019D-11 48 9 1.99509006609346D-10 48 10 -4.02875218686346D-17 48 11 -4.84556798842187D-17 48 12 -4.45990330824873D-17 48 13 -4.58243190360916D-17 48 14 -2.87617987659358D-17 48 15 -2.12417019989852D-17 48 16 -2.62226172206205D-17 48 17 4.67449171461027D-18 48 18 -3.05490761176451D-17 48 19 -3.94521599439663D-17 48 20 -2.72279704519026D-17 48 21 -3.25954256541396D-17 48 22 -8.70242394690855D-18 48 23 1.98059729444758D-17 48 24 -2.48211678991850D-17 48 25 -1.89409943053962D-17 48 26 -1.28483665418766D-17 48 27 5.05268519913825D-18 48 28 -2.77927020636455D-17 48 29 -3.53469924328974D-17 48 30 -3.69147546643449D-18 48 31 -3.85916363715220D-18 48 32 -2.11614496594038D-17 48 33 -2.99675881825093D-17 48 34 6.27515820589120D-17 48 35 -7.28910695862751D-17 48 36 6.50705447854181D-17 48 37 -5.97422937758930D-17 48 38 6.13462948894842D-17 48 39 -7.30849306697642D-17 48 40 7.01789239163075D-17 48 41 -6.73005808892206D-17 48 42 1.34876896636974D-16 48 43 -6.90129073883177D-17 48 44 1.31874122335230D-16 48 45 -6.19053542913778D-17 48 46 9.58454420593056D-17 48 47 -6.04955120179890D-17 48 48 1.17031049838862D-16 49 1 -7.86795409785489D-10 49 2 -5.31956808317746D-10 49 3 2.42177298606120D-09 49 4 9.50800626601311D-10 49 5 -1.83669132527625D-11 49 6 3.26081796302553D-10 49 7 -1.64004465461210D-10 49 8 5.50322333124864D-10 49 9 -2.74785615299408D-09 49 10 3.37631597106991D-17 49 11 5.66668942779283D-16 49 12 8.48810370636867D-17 49 13 5.28072681756336D-16 49 14 6.10777282518307D-17 49 15 3.64275007312498D-16 49 16 3.92176047506010D-17 49 17 1.60699313154980D-16 49 18 8.74868902368467D-17 49 19 6.72364994585090D-16 49 20 8.10986482800248D-17 49 21 6.83873007541055D-16 49 22 3.63733892291995D-17 49 23 1.96438708265347D-16 49 24 7.55417906000590D-17 49 25 6.46771726024677D-16 49 26 7.05012267478719D-17 49 27 4.44934631120157D-16 49 28 1.22506498987266D-16 49 29 8.53957182244930D-16 49 30 5.36178345315641D-17 49 31 6.32133449222876D-16 49 32 1.66679340567500D-16 49 33 8.94412574834082D-16 49 34 -1.79503218055622D-16 49 35 7.08016533588901D-16 49 36 -1.33108789667343D-16 49 37 7.93051217338449D-16 49 38 -6.08995702532723D-17 49 39 8.54841693998309D-16 49 40 -1.02738908233751D-16 49 41 7.88023220495711D-16 49 42 -5.30243188943895D-16 49 43 4.10580879988325D-16 49 44 -5.86803365944272D-16 49 45 7.02749354196278D-16 49 46 2.48103913967395D-18 49 47 6.83060170328161D-16 49 48 -5.01118995864952D-17 49 49 5.69149553914917D-16 50 1 3.76077174786843D-10 50 2 9.70895878690300D-11 50 3 -3.84373391004851D-10 50 4 -8.27902016034144D-10 50 5 5.67918831703904D-11 50 6 -4.84640072115083D-10 50 7 4.51824631959392D-10 50 8 -1.53880963320588D-10 50 9 8.69014085529437D-10 50 10 7.46319513480135D-17 50 11 -1.52590746214309D-16 50 12 8.25057708520327D-17 50 13 -1.38182742278034D-16 50 14 2.47527949730838D-17 50 15 -1.20863122388007D-16 50 16 9.13977078155450D-18 50 17 -6.39198304397112D-17 50 18 8.19176242634044D-18 50 19 -2.14728184022905D-16 50 20 -7.94761350400847D-19 50 21 -2.08419136291023D-16 50 22 -5.66831914497125D-17 50 23 -7.82271304429865D-17 50 24 -2.92370658213188D-17 50 25 -1.91557707951940D-16 50 26 -5.32746910888158D-17 50 27 -1.28864631928229D-16 50 28 -6.48290360056388D-17 50 29 -2.31504732319893D-16 50 30 -8.30455963929582D-17 50 31 -1.40801631438675D-16 50 32 -1.21391896031107D-16 50 33 -1.93027173556927D-16 50 34 -8.78501490656711D-17 50 35 -1.05906154819894D-16 50 36 -1.08918896240684D-16 50 37 -1.67390155108953D-16 50 38 -1.13878716965711D-16 50 39 -1.36800132619641D-16 50 40 -1.13309556067374D-16 50 41 -1.31743996520794D-16 50 42 -8.82927337551814D-17 50 43 -7.88515566198089D-17 50 44 -5.73692741668441D-18 50 45 -9.65850961966719D-17 50 46 -7.97028853130263D-17 50 47 -8.29813430688565D-17 50 48 -8.67579927575623D-17 50 49 -6.35185601848899D-17 50 50 2.55848099279571D-16 51 1 -3.07904314631369D-10 51 2 -2.04569796267414D-10 51 3 9.29994885330786D-10 51 4 2.32033195508418D-10 51 5 1.18264184555003D-11 51 6 -6.51017816279203D-13 51 7 7.58714097437425D-11 51 8 1.92742904716089D-10 51 9 -9.29344270466967D-10 51 10 2.66521280359016D-17 51 11 2.02313889239908D-16 51 12 6.91490419530749D-17 51 13 1.91623487088357D-16 51 14 4.08781473870936D-17 51 15 1.27184694456811D-16 51 16 2.94638832009390D-17 51 17 6.60032847470494D-17 51 18 3.86908279932920D-17 51 19 2.27717435007960D-16 51 20 3.51370971451337D-17 51 21 2.42042159379314D-16 51 22 1.05661464555025D-17 51 23 8.15303043999622D-17 51 24 2.52898414236743D-17 51 25 2.39515068842296D-16 51 26 1.57614117681367D-17 51 27 1.76314171843027D-16 51 28 3.08378048914671D-17 51 29 3.19719684451626D-16 51 30 -2.23997871298584D-18 51 31 2.67145658346765D-16 51 32 2.92854811079210D-17 51 33 3.63324055111516D-16 51 34 -1.18307044554467D-16 51 35 3.06017197423780D-16 51 36 -1.07019032481398D-16 51 37 3.14947271773263D-16 51 38 -7.35358592996784D-17 51 39 3.61810053261634D-16 51 40 -9.24125970495262D-17 51 41 3.32259250548920D-16 51 42 -2.79277646478750D-16 51 43 1.78450380401732D-16 51 44 -3.24811180822068D-16 51 45 2.93896243029991D-16 51 46 -2.74327896291381D-17 51 47 2.97773829428989D-16 51 48 -5.46543634655144D-17 51 49 2.44886600368669D-16 51 50 5.95418938125646D-17 51 51 1.56914007979625D-16 52 1 6.10894554153746D-11 52 2 -9.18433402472667D-11 52 3 4.66955537061432D-10 52 4 -4.59698316368789D-10 52 5 5.15091100757052D-11 52 6 -3.67368867041832D-10 52 7 3.98609072480191D-10 52 8 4.03337920996730D-11 52 9 -9.95871497486208D-11 52 10 9.78424251483699D-17 52 11 4.89768039653024D-17 52 12 1.05115329603137D-16 52 13 4.70325277612627D-17 52 14 4.21490686734517D-17 52 15 7.78176920736595D-18 52 16 1.76895910706220D-17 52 17 -8.49918558436783D-18 52 18 3.90247950503679D-17 52 19 2.65884589982210D-17 52 20 2.81516852528556D-17 52 21 3.57354925624579D-17 52 22 -4.41696939838279D-17 52 23 -1.07519134388960D-17 52 24 -1.17022599814787D-18 52 25 3.86800211687975D-17 52 26 -2.58874713594531D-17 52 27 2.74277537773347D-17 52 28 -1.76996178968679D-17 52 29 7.12747026717585D-17 52 30 -5.84121392727669D-17 52 31 7.99914693598357D-17 52 32 -5.52961815847395D-17 52 33 1.21978195981320D-16 52 34 -1.37876350689435D-16 52 35 1.30932980182984D-16 52 36 -1.43533428777374D-16 52 37 9.58970211827267D-17 52 38 -1.21258618911209D-16 52 39 1.52963388757449D-16 52 40 -1.35271377342616D-16 52 41 1.30251455995766D-16 52 42 -2.51918369922983D-16 52 43 5.43648833493394D-17 52 44 -2.38292477371648D-16 52 45 1.31856269380548D-16 52 46 -5.98408041058585D-17 52 47 1.48515441738244D-16 52 48 -8.30125910535559D-17 52 49 1.27809365173767D-16 52 50 1.87422684311752D-16 52 51 1.25753746591259D-16 52 52 2.14074775090889D-16 53 1 -5.97688175869692D-10 53 2 -4.80447253511954D-10 53 3 2.21526459396163D-09 53 4 7.66901199444035D-10 53 5 -2.12217061116590D-11 53 6 2.94532416183390D-10 53 7 -1.69212472446648D-10 53 8 5.01667944027955D-10 53 9 -2.50979800985791D-09 53 10 4.18526607462851D-17 53 11 5.18382444593219D-16 53 12 7.69766045155896D-17 53 13 4.79037483940111D-16 53 14 5.46978421392863D-17 53 15 3.26850937380717D-16 53 16 3.32391345900914D-17 53 17 1.29504406720964D-16 53 18 8.72200312569364D-17 53 19 6.13878874884191D-16 53 20 8.03873033891394D-17 53 21 6.16656744188111D-16 53 22 2.79752669965384D-17 53 23 1.54515122953233D-16 53 24 7.58823723573452D-17 53 25 5.70378894862645D-16 53 26 6.76794395417746D-17 53 27 3.78887211626491D-16 53 28 1.25261443884231D-16 53 29 7.60126979214375D-16 53 30 5.52906691804849D-17 53 31 5.41430276914338D-16 53 32 1.67580997246201D-16 53 33 7.83755786031606D-16 53 34 -1.65568058991918D-16 53 35 6.29233806104050D-16 53 36 -1.24531302497035D-16 53 37 7.03226608955785D-16 53 38 -5.99018128995096D-17 53 39 7.61509670662603D-16 53 40 -9.77562041195725D-17 53 41 7.03548865982885D-16 53 42 -4.89507676467992D-16 53 43 3.52646862442166D-16 53 44 -4.50296173088143D-16 53 45 6.41726127767682D-16 53 46 -1.12894497673706D-17 53 47 6.07693114905628D-16 53 48 -6.34489386263304D-17 53 49 4.90562130119211D-16 53 50 -5.15586456120054D-17 53 51 2.12126947958784D-16 53 52 1.16766531019066D-16 53 53 4.49675198431566D-16 54 1 1.96844564186356D-10 54 2 3.42117353254998D-11 54 3 -1.19496738783551D-10 54 4 -5.06529793536582D-10 54 5 3.93650252999410D-11 54 6 -3.19233505262288D-10 54 7 3.09685114192551D-10 54 8 -7.35764655335840D-11 54 9 4.38730617800118D-10 54 10 4.85720095605055D-17 54 11 -7.24654668985971D-17 54 12 6.87875705067731D-17 54 13 -6.38315797503509D-17 54 14 2.54373345614540D-17 54 15 -6.17526025583572D-17 54 16 1.40769173397628D-17 54 17 -3.03313645939064D-17 54 18 9.88880346752370D-18 54 19 -1.13617940159617D-16 54 20 3.81913399804143D-18 54 21 -1.05600020919429D-16 54 22 -3.38891891618736D-17 54 23 -3.77843619151284D-17 54 24 -1.68533151589590D-17 54 25 -9.23248213905403D-17 54 26 -3.34261050658114D-17 54 27 -5.82884108066037D-17 54 28 -4.22647944332657D-17 54 29 -1.08353873399767D-16 54 30 -5.82319021457579D-17 54 31 -5.42233898329032D-17 54 32 -8.19233957804382D-17 54 33 -7.53601969074526D-17 54 34 -7.97236823461958D-17 54 35 -1.87537541026884D-17 54 36 -9.36914436100729D-17 54 37 -6.36298897033338D-17 54 38 -9.11910552345625D-17 54 39 -3.40605207224244D-17 54 40 -9.39507898027679D-17 54 41 -3.67308505011614D-17 54 42 -1.05563331820049D-16 54 43 -1.99616238448355D-17 54 44 -5.25882510305289D-17 54 45 -1.73956350322104D-17 54 46 -5.96217672519778D-17 54 47 -8.15918442622007D-18 54 48 -6.66446369423245D-17 54 49 -7.89985757075322D-19 54 50 1.70808343591368D-16 54 51 6.21242440379288D-17 54 52 1.47970291129879D-16 54 53 -2.35784520061327D-19 54 54 1.32030704785569D-16 55 1 -3.01264175331730D-10 55 2 -1.98483701781863D-10 55 3 9.01698819642039D-10 55 4 3.26433871470589D-10 55 5 -1.85566918330615D-12 55 6 9.00621043291888D-11 55 7 -2.51695040379497D-11 55 8 2.00339061568954D-10 55 9 -9.91761183717674D-10 55 10 -3.81816999735890D-18 55 11 2.05765626069253D-16 55 12 4.61855429183760D-17 55 13 1.93504123485636D-16 55 14 3.08691942394211D-17 55 15 1.31646981301839D-16 55 16 2.27038726263589D-17 55 17 6.29479566126007D-17 55 18 3.44250791959360D-17 55 19 2.37756711754263D-16 55 20 3.23112482887642D-17 55 21 2.47146622728581D-16 55 22 1.69242315130132D-17 55 23 7.77082914542722D-17 55 24 2.87253231939173D-17 55 25 2.40526522756479D-16 55 26 2.48534998925949D-17 55 27 1.70581717228178D-16 55 28 4.07234750629452D-17 55 29 3.16872478303481D-16 55 30 1.39979945752649D-17 55 31 2.47168524358943D-16 55 32 5.01478995599668D-17 55 33 3.41436702946731D-16 55 34 -8.62452013625699D-17 55 35 2.85676195584458D-16 55 36 -7.38164129849201D-17 55 37 3.00993664052060D-16 55 38 -4.45938634879232D-17 55 39 3.33562508935557D-16 55 40 -6.16386818355545D-17 55 41 3.05897608582168D-16 55 42 -2.29448358961252D-16 55 43 1.64969540451556D-16 55 44 -2.29218141413938D-16 55 45 2.77712794105284D-16 55 46 -1.37572451960687D-17 55 47 2.69079639152821D-16 55 48 -3.66776859013534D-17 55 49 2.21098270576672D-16 55 50 5.83637875761927D-18 55 51 1.13481786922762D-16 55 52 7.71425333708859D-17 55 53 1.94471802896477D-16 55 54 2.58544638837130D-17 55 55 1.03143592634605D-16 56 1 3.16061978218885D-10 56 2 1.21847107250681D-10 56 3 -5.21055289576066D-10 56 4 -5.12238904950178D-10 56 5 2.35356391146840D-11 56 6 -2.42772312522906D-10 56 7 1.96176433748521D-10 56 8 -1.45381642113867D-10 56 9 7.63828885813375D-10 56 10 1.64736532103974D-17 56 11 -1.48828145097681D-16 56 12 4.50012176329668D-17 56 13 -1.32727649689095D-16 56 14 1.58181418582658D-17 56 15 -1.03324121781184D-16 56 16 1.64195388045703D-17 56 17 -4.21832631619041D-17 56 18 -1.10411487058916D-17 56 19 -2.03133036188965D-16 56 20 -1.34226085079930D-17 56 21 -1.97320184325730D-16 56 22 -2.12447869977569D-17 56 23 -5.56189172906550D-17 56 24 -2.59299729551573D-17 56 25 -1.79248035610586D-16 56 26 -3.56839641115876D-17 56 27 -1.16937879858781D-16 56 28 -5.64265798400423D-17 56 29 -2.27615923476433D-16 56 30 -5.52692754228955D-17 56 31 -1.50186038540257D-16 56 32 -9.56751385807948D-17 56 33 -2.12739150192531D-16 56 34 -3.99664839818819D-17 56 35 -1.13166771430087D-16 56 36 -5.85306596569806D-17 56 37 -1.60466602273823D-16 56 38 -7.11787579318219D-17 56 39 -1.54234621572811D-16 56 40 -6.62801883631724D-17 56 41 -1.41373386440494D-16 56 42 -9.32670334351917D-18 56 43 -6.12183692825939D-17 56 44 9.76570701906568D-17 56 45 -1.09043943408834D-16 56 46 -7.06183531277957D-17 56 47 -1.12840383751407D-16 56 48 -6.73118222367867D-17 56 49 -8.73025689369362D-17 56 50 1.56702757921164D-16 56 51 1.85619439156271D-17 56 52 1.04498887082392D-16 56 53 -7.60288593798677D-17 56 54 1.14216827076478D-16 56 55 -1.16027298098001D-17 56 56 1.40882496752157D-16 57 1 -1.57479422494976D-11 57 2 5.36590107717609D-11 57 3 -2.67872067199230D-10 57 4 -3.82051444402125D-11 57 5 8.41489085404469D-12 57 6 -5.08659313741181D-11 57 7 5.39530046707503D-11 57 8 -6.20736652848373D-11 57 9 3.18738316822310D-10 57 10 -4.17860831371960D-17 57 11 -6.80015511228331D-17 57 12 1.31420197156265D-17 57 13 -5.20263218560548D-17 57 14 8.31393209677457D-18 57 15 -3.32023111048312D-17 57 16 1.48416561220195D-17 57 17 6.75602348681276D-18 57 18 -1.77443255265633D-17 57 19 -8.79036660467742D-17 57 20 -1.52513582782334D-17 57 21 -7.42907032870299D-17 57 22 1.07575879059616D-17 57 23 1.05577161817859D-17 57 24 -1.55060405324474D-17 57 25 -4.79483334366655D-17 57 26 -1.22031960290799D-17 57 27 -1.28963931274618D-17 57 28 -3.49659310625934D-17 57 29 -6.78211232507369D-17 57 30 -2.10521388276748D-17 57 31 -1.09621061896059D-17 57 32 -5.02260083407893D-17 57 33 -4.38909955145289D-17 57 34 -1.83676990890143D-17 57 35 -7.01797407897419D-18 57 36 -2.82406032806941D-17 57 37 -3.34071219960040D-17 57 38 -3.23089896613221D-17 57 39 -3.00249692228468D-17 57 40 -3.07486115558420D-17 57 41 -2.68549075611652D-17 57 42 -7.51939981685373D-18 57 43 1.46399817079204D-17 57 44 1.78283973935766D-17 57 45 -2.39679087784730D-17 57 46 -2.91847374723981D-17 57 47 -2.45676469033378D-17 57 48 -2.77151065160124D-17 57 49 -1.29860636447340D-17 57 50 6.96708092827390D-17 57 51 3.08436146196659D-17 57 52 5.40741029298400D-17 57 53 -2.48107263706140D-17 57 54 5.67851492532402D-17 57 55 9.98165956291058D-18 57 56 7.28207139125065D-17 57 57 8.64156140721560D-17 58 1 2.13882934339569D-10 58 2 1.03080920618408D-10 58 3 -4.54074273666329D-10 58 4 -3.37869764150845D-10 58 5 1.50727491221268D-11 58 6 -1.57907931982344D-10 58 7 1.23986348532025D-10 58 8 -1.18152575896290D-10 58 9 6.11983490331056D-10 58 10 -1.60839339147784D-17 58 11 -1.23247596265836D-16 58 12 2.82354074399897D-17 58 13 -1.09478261167262D-16 58 14 1.18776864151311D-17 58 15 -8.12084173562902D-17 58 16 1.60111651828681D-17 58 17 -2.54634508194608D-17 58 18 -1.52659225982595D-17 58 19 -1.65441642807994D-16 58 20 -1.55557461048558D-17 58 21 -1.57211606081216D-16 58 22 -9.14938552255482D-18 58 23 -3.59590704974056D-17 58 24 -2.30893336485816D-17 58 25 -1.39326127744831D-16 58 26 -2.62195848815802D-17 58 27 -8.68537684137884D-17 58 28 -4.90963000096888D-17 58 29 -1.81065513310170D-16 58 30 -4.14810750235673D-17 58 31 -1.16575507301424D-16 58 32 -7.78305342551541D-17 58 33 -1.70188350199037D-16 58 34 -2.32443082202935D-17 58 35 -8.91858161713478D-17 58 36 -3.78178050765156D-17 58 37 -1.24892420454076D-16 58 38 -4.91376502512804D-17 58 39 -1.24042825679087D-16 58 40 -4.42713854952416D-17 58 41 -1.11455270327854D-16 58 42 8.22780037411112D-18 58 43 -4.21942788526888D-17 58 44 1.12266722370198D-16 58 45 -8.46213735575832D-17 58 46 -5.18404859833824D-17 58 47 -9.33724475012109D-17 58 48 -4.74626954114454D-17 58 49 -7.30400426487340D-17 58 50 1.11187020486251D-16 58 51 1.20773319669244D-17 58 52 6.71656659109153D-17 58 53 -6.65267327009095D-17 58 54 8.25766416655789D-17 58 55 -1.05177482279457D-17 58 56 9.73283121579580D-17 58 57 4.65793050874736D-17 58 58 9.25105918653782D-17 59 1 -7.76627059340456D-11 59 2 6.16780937645421D-11 59 3 -3.22671958330015D-10 59 4 -6.61752779194609D-13 59 5 1.28182923895364D-11 59 6 -6.32187520857586D-11 59 7 7.83243734005156D-11 59 8 -7.44961242485903D-11 59 9 3.85891073416875D-10 59 10 -5.91679854520786D-17 59 11 -7.68544730916973D-17 59 12 2.77071989573094D-18 59 13 -6.58633895519873D-17 59 14 2.49478897749032D-19 59 15 -3.78766302140977D-17 59 16 1.10734431741568D-17 59 17 1.51140876504831D-17 59 18 -3.51590183158880D-17 59 19 -9.38065404279246D-17 59 20 -2.79073966462173D-17 59 21 -7.46102994041640D-17 59 22 9.89416560746004D-18 59 23 1.28820546879725D-17 59 24 -2.08035966307017D-17 59 25 -4.68220515484550D-17 59 26 -1.09907543097935D-17 59 27 -9.39772200758658D-18 59 28 -3.98357463173582D-17 59 29 -7.04532995260344D-17 59 30 -1.60975567182963D-17 59 31 -9.83199853837555D-18 59 32 -4.94733757736443D-17 59 33 -4.60390136730304D-17 59 34 2.27766935127802D-18 59 35 -2.45125451600422D-17 59 36 -7.03608315488151D-18 59 37 -4.80897769324589D-17 59 38 -1.13561444812461D-17 59 39 -4.59252918570765D-17 59 40 -8.12111380871868D-18 59 41 -4.17799611831935D-17 59 42 2.99035073627343D-17 59 43 4.44220364730011D-18 59 44 4.73158533694496D-17 59 45 -4.00960224309445D-17 59 46 -4.76140416158487D-18 59 47 -3.99112494251587D-17 59 48 -2.55009719527894D-19 59 49 -2.75251924672784D-17 59 50 3.85489048399964D-17 59 51 1.67448567571266D-17 59 52 2.42471231133617D-17 59 53 -3.95992523378865D-17 59 54 3.34878711827107D-17 59 55 1.80271023964541D-18 59 56 3.78113724041567D-17 59 57 3.74718791518193D-17 59 58 4.28538700214398D-17 59 59 6.05678065824741D-17 60 1 1.70159652074316D-10 60 2 5.86600009109267D-11 60 3 -2.46388249276551D-10 60 4 -3.19229042168717D-10 60 5 1.84406509662225D-11 60 6 -1.69857916097792D-10 60 7 1.49069109259970D-10 60 8 -7.70999881169048D-11 60 9 4.16246965698179D-10 60 10 8.78312884572057D-18 60 11 -7.95212918604983D-17 60 12 4.07238984106334D-17 60 13 -7.01222797820364D-17 60 14 1.72666808086865D-17 60 15 -5.75765647368527D-17 60 16 1.59652058287955D-17 60 17 -2.03897258052892D-17 60 18 -1.91675873921757D-18 60 19 -1.15580556990859D-16 60 20 -4.01544751656194D-18 60 21 -1.08753902833472D-16 60 22 -1.28309365818531D-17 60 23 -2.82953883351014D-17 60 24 -1.49453574995467D-17 60 25 -9.57147408832955D-17 60 26 -2.26259804466323D-17 60 27 -6.01160862344091D-17 60 28 -3.64862871161963D-17 60 29 -1.21323632839488D-16 60 30 -3.90513582284020D-17 60 31 -7.35731656156063D-17 60 32 -6.43954968621793D-17 60 33 -1.06158104781770D-16 60 34 -4.11069836543160D-17 60 35 -4.46871995730420D-17 60 36 -5.27635782844612D-17 60 37 -7.68768746027147D-17 60 38 -5.72021408030880D-17 60 39 -6.63601883885813D-17 60 40 -5.60726440197014D-17 60 41 -6.14206269884445D-17 60 42 -3.68165261300559D-17 60 43 -2.27562785527645D-17 60 44 3.27006215438432D-17 60 45 -4.12560358728310D-17 60 46 -4.86452420312989D-17 60 47 -4.31081507735244D-17 60 48 -4.88579044649082D-17 60 49 -3.14010228107123D-17 60 50 1.07361789088689D-16 60 51 2.87401740146476D-17 60 52 8.05530137165250D-17 60 53 -2.83379713687772D-17 60 54 8.17443151587197D-17 60 55 5.42179695901275D-18 60 56 8.77010584486162D-17 60 57 4.00136966394443D-17 60 58 7.20714911438498D-17 60 59 3.02927319425333D-17 60 60 7.16295647853770D-17 61 1 -1.42896604608406D-10 61 2 -3.15366895540136D-11 61 3 1.19703801824272D-10 61 4 1.84812969572339D-10 61 5 -3.92928066711024D-12 61 6 6.51523189752680D-11 61 7 -4.19163716983411D-11 61 8 3.54660544691998D-11 61 9 -1.84855965689908D-10 61 10 -5.19244886959124D-17 61 11 3.28877358223544D-17 61 12 1.06800051970283D-17 61 13 3.80602844670238D-17 61 14 1.16644163551791D-17 61 15 3.14664886486955D-17 61 16 1.81103633360899D-17 61 17 3.59419192005648D-17 61 18 -5.84250285477559D-18 61 19 3.59881984818075D-17 61 20 -3.32938034119440D-18 61 21 4.93248824712825D-17 61 22 2.11824281657970D-17 61 23 4.05826559766187D-17 61 24 2.54982884783295D-20 61 25 6.57754350274924D-17 61 26 6.21808145464210D-18 61 27 5.81746329376317D-17 61 28 -7.02485477221249D-18 61 29 7.71194450925960D-17 61 30 -6.00586089888887D-20 61 31 8.12418325864538D-17 61 32 -6.15022474696016D-18 61 33 9.23405938201508D-17 61 34 -2.26659099337687D-17 61 35 9.48608553161116D-17 61 36 -2.29006754655741D-17 61 37 9.05972247644862D-17 61 38 -1.75399403648947D-17 61 39 9.57888864996120D-17 61 40 -2.10785752051048D-17 61 41 9.14838843472563D-17 61 42 -5.66114009797964D-17 61 43 7.08989042609335D-17 61 44 -1.22686003293548D-17 61 45 8.45637315240913D-17 61 46 -1.39728696418186D-17 61 47 7.13178360012732D-17 61 48 -1.89542247896608D-17 61 49 6.08010658225084D-17 61 50 1.47673646677918D-17 61 51 4.58244205674720D-17 61 52 2.96925811525329D-17 61 53 4.43140911973016D-17 61 54 2.14437432687567D-17 61 55 3.46026986323988D-17 61 56 1.84517284276444D-17 61 57 3.33399947962288D-17 61 58 1.95586281181504D-17 61 59 2.34267400586722D-17 61 60 2.36385088808244D-17 61 61 4.85185310783038D-17 62 1 8.24637564029975D-11 62 2 -4.39739236729566D-12 62 3 4.20746292027112D-11 62 4 -2.22928984313522D-10 62 5 1.76417928976970D-11 62 6 -1.42056461054880D-10 62 7 1.40465182389230D-10 62 8 -1.32442620005186D-11 62 9 9.99820231200243D-11 62 10 4.46135941019699D-17 62 11 -1.13553922591162D-17 62 12 4.88500114064550D-17 62 13 -9.55764480856052D-18 62 14 2.27025338910895D-17 62 15 -1.77179304229806D-17 62 16 1.54174934220470D-17 62 17 -9.62016161888743D-18 62 18 1.49924116278972D-17 62 19 -3.48705697266615D-17 62 20 1.08232774873885D-17 62 21 -3.14273770425610D-17 62 22 -1.15551412086990D-17 62 23 -1.19403247481168D-17 62 24 -2.04004695752464D-18 62 25 -2.75133539795874D-17 62 26 -1.32537169151442D-17 62 27 -1.62663897750688D-17 62 28 -1.45835594995544D-17 62 29 -2.88076461925752D-17 62 30 -2.85975844642313D-17 62 31 -8.56666235466840D-18 62 32 -3.69775359619268D-17 62 33 -1.05716240115591D-17 62 34 -5.74291164527026D-17 62 35 1.93105256675568D-17 62 36 -6.35528103618417D-17 62 37 -2.99271501550067D-18 62 38 -5.89561853359683D-17 62 39 1.70362849432863D-17 62 40 -6.26315585502553D-17 62 41 1.19052974870705D-17 62 42 -8.70192675142255D-17 62 43 8.86405358796240D-18 62 44 -6.51273057046304D-17 62 45 2.12670951533165D-17 62 46 -3.92980860975520D-17 62 47 2.66233275143076D-17 62 48 -4.45856727165965D-17 62 49 2.62502535449755D-17 62 50 8.22579482822653D-17 62 51 4.50192297604992D-17 62 52 8.23338270246815D-17 62 53 2.37384622377601D-17 62 54 6.76941727786129D-17 62 55 2.44412468898341D-17 62 56 6.21774019864069D-17 62 57 2.76400384062675D-17 62 58 4.71339384929652D-17 62 59 1.67783962564245D-17 62 60 4.96953110821788D-17 62 61 1.68674011933097D-17 62 62 5.15186512875083D-17 63 1 -3.42518990776606D-10 63 2 -2.22727935043532D-10 63 3 1.01073211667562D-09 63 4 5.38334267322280D-10 63 5 -2.46925311899602D-11 63 6 2.54941649322143D-10 63 7 -1.95815118938400D-10 63 8 2.47420206038902D-10 63 9 -1.26567399174204D-09 63 10 -1.86287054050787D-17 63 11 2.51779021403618D-16 63 12 1.85416013148291D-17 63 13 2.38575466796070D-16 63 14 2.17505025640906D-17 63 15 1.70527174347937D-16 63 16 2.08903296281303D-17 63 17 8.04299957988978D-17 63 18 2.68616364437931D-17 63 19 3.02961781135622D-16 63 20 2.63027245696045D-17 63 21 3.08161766708854D-16 63 22 3.12950971690176D-17 63 23 9.26701456419343D-17 63 24 3.26288083971977D-17 63 25 2.94705857909887D-16 63 26 3.98501669514642D-17 63 27 2.00942914350837D-16 63 28 5.42862210044911D-17 63 29 3.83131018885846D-16 63 30 3.52768804526124D-17 63 31 2.74469577535773D-16 63 32 8.40257510497076D-17 63 33 3.87857413326241D-16 63 34 -5.82299065905830D-17 63 35 3.21944476558192D-16 63 36 -3.74194445971139D-17 63 37 3.63805401869925D-16 63 38 -1.02224174414692D-17 63 39 3.77653930336333D-16 63 40 -2.69733508572705D-17 63 41 3.55518150888439D-16 63 42 -2.08046843658359D-16 63 43 1.96025567008255D-16 63 44 -9.86639499166716D-17 63 45 3.30422888904511D-16 63 46 -5.33101846268643D-18 63 47 2.89445723885287D-16 63 48 -2.87110160170198D-17 63 49 2.34005324138353D-16 63 50 -4.87869896992402D-17 63 51 9.49222886150412D-17 63 52 3.12824707826523D-17 63 53 2.05738901580371D-16 63 54 -1.46244440284644D-17 63 55 9.09989901529695D-17 63 56 -3.93235123179864D-17 63 57 5.65283696415671D-18 63 58 -3.25228205314498D-17 63 59 -1.48369253904581D-17 63 60 -1.71928087593160D-17 63 61 3.93252910475329D-17 63 62 1.03398523760667D-17 63 63 1.40973507412298D-16 64 1 -7.81147515145505D-02 64 2 -3.79990319424247D-02 64 3 1.67562784475452D-01 64 4 7.50090553131804D-02 64 5 1.03911033793965D-03 64 6 1.34843424222154D-02 64 7 3.10580373353272D-03 64 8 3.69597216197686D-02 64 9 -1.81047325592358D-01 64 10 -7.12334828247048D-10 64 11 3.85885586602021D-08 64 12 6.83597710304441D-09 64 13 3.64493026449213D-08 64 14 4.11287506672660D-09 64 15 2.60436063811788D-08 64 16 3.06745243940968D-09 64 17 1.51680702204107D-08 64 18 3.12334459863115D-09 64 19 4.63952816595056D-08 64 20 2.91695938070426D-09 64 21 4.96701509825276D-08 64 22 2.12785060272734D-09 64 23 1.73784917619769D-08 64 24 2.62317950871998D-09 64 25 5.02000080068086D-08 64 26 3.50046186310823D-09 64 27 3.67487537537960D-08 64 28 4.05543701185879D-09 64 29 6.50615756673598D-08 64 30 1.02159112521834D-09 64 31 5.18016560015861D-08 64 32 6.61758053668522D-09 64 33 7.10794011879615D-08 64 34 -1.27587912069323D-08 64 35 5.66927575599299D-08 64 36 -1.00714880093420D-08 64 37 6.05687901070182D-08 64 38 -4.19492118891901D-09 64 39 6.70560009680285D-08 64 40 -7.38154217048220D-09 64 41 6.13927231390825D-08 64 42 -3.88604199063090D-08 64 43 3.34094945818855D-08 64 44 -5.29704234550786D-08 64 45 5.21607577628418D-08 64 46 2.86703371470517D-09 64 47 5.25803246859452D-08 64 48 -1.44655554878166D-09 64 49 4.30643706234103D-08 64 50 -1.14250121638405D-09 64 51 2.18143556258749D-08 64 52 1.35561369145958D-08 64 53 3.58070867724604D-08 64 54 3.04809424291165D-09 64 55 1.81202224696433D-08 64 56 -4.64540862820515D-09 64 57 2.82298014120193D-09 64 58 -3.42715516944273D-09 64 59 2.86685133772601D-09 64 60 -6.13220606848283D-10 64 61 7.46165444947317D-09 64 62 2.98279114678856D-09 64 63 1.78819689295960D-08 64 64 4.20497579236166D+00 65 1 5.55985925274671D-02 65 2 4.42262379348998D-02 65 3 -2.03772241868364D-01 65 4 -1.25174143184295D-01 65 5 9.25279155616289D-03 65 6 -7.65533446176090D-02 65 7 6.95755881878952D-02 65 8 -5.34791077213475D-02 65 9 2.80325500366516D-01 65 10 7.86663701016094D-09 65 11 -5.51287393140035D-08 65 12 4.78948987591887D-09 65 13 -5.08071218048854D-08 65 14 1.31527404026073D-10 65 15 -3.79362472043532D-08 65 16 -1.17806726899158D-09 65 17 -1.60820760352331D-08 65 18 -2.64441154997230D-09 65 19 -6.99773899854106D-08 65 20 -2.98651968147581D-09 65 21 -6.89919377342199D-08 65 22 -5.78338574286541D-09 65 23 -1.62554228542043D-08 65 24 -6.66017159673250D-09 65 25 -6.26020495204934D-08 65 26 -1.00148983913477D-08 65 27 -3.93625827143828D-08 65 28 -1.40882506250126D-08 65 29 -8.09981289849471D-08 65 30 -1.13250789351082D-08 65 31 -4.87255121704851D-08 65 32 -2.45502659212441D-08 65 33 -7.42859410496304D-08 65 34 6.95640443539077D-10 65 35 -5.96318530698257D-08 65 36 -5.25131929551986D-09 65 37 -7.43123226561268D-08 65 38 -9.33498251951137D-09 65 39 -7.19935969761781D-08 65 40 -6.71033706277929D-09 65 41 -6.97140145740264D-08 65 42 2.72523518106683D-08 65 43 -3.56548234159262D-08 65 44 -1.10028431235710D-08 65 45 -6.51269178651371D-08 65 46 -3.30638326771874D-09 65 47 -5.16138886543597D-08 65 48 8.65600251473587D-10 65 49 -3.96067595489033D-08 65 50 2.24561643362015D-08 65 51 -8.83376238647237D-09 65 52 8.24867389123191D-09 65 53 -3.71814125645291D-08 65 54 1.42105619609769D-08 65 55 -1.22119114617264D-08 65 56 1.68476247951645D-08 65 57 8.12553108323876D-09 65 58 1.30414228491775D-08 65 59 8.02875882580244D-09 65 60 1.09657708570017D-08 65 61 -1.32638187493343D-09 65 62 6.52501475672303D-09 65 63 -2.08564238243178D-08 65 64 -2.46565206641550D+00 65 65 6.07611696049666D+00 -SOLUTION/MATRIX_ESTIMATE L COVA * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_INFO *Index Cns_abr Subind Unit Description_of_constraint 1 ATM_RATE 1 d/l Atmosphere rate between segments 2 ATM_RATE 2 d/l Atmosphere rate between segments 3 ATM_RATE 3 d/l Atmosphere rate between segments 4 ATM_RATE 4 d/l Atmosphere rate between segments 5 ATM_RATE 5 d/l Atmosphere rate between segments 6 ATM_RATE 6 d/l Atmosphere rate between segments 7 ATM_RATE 7 d/l Atmosphere rate between segments 8 ATM_RATE 8 d/l Atmosphere rate between segments 9 ATM_RATE 9 d/l Atmosphere rate between segments 10 ATM_RATE 10 d/l Atmosphere rate between segments 11 ATM_RATE 11 d/l Atmosphere rate between segments 12 ATM_RATE 12 d/l Atmosphere rate between segments 13 ATM_RATE 13 d/l Atmosphere rate between segments 14 ATM_RATE 14 d/l Atmosphere rate between segments 15 ATM_RATE 15 d/l Atmosphere rate between segments 16 ATM_RATE 16 d/l Atmosphere rate between segments 17 ATM_RATE 17 d/l Atmosphere rate between segments 18 ATM_RATE 18 d/l Atmosphere rate between segments 19 ATM_RATE 19 d/l Atmosphere rate between segments 20 ATM_RATE 20 d/l Atmosphere rate between segments 21 ATM_RATE 21 d/l Atmosphere rate between segments 22 ATM_RATE 22 d/l Atmosphere rate between segments 23 ATM_RATE 23 d/l Atmosphere rate between segments 24 ATM_RATE 24 d/l Atmosphere rate between segments 25 ATM_RATE 25 d/l Atmosphere rate between segments 26 ATM_RATE 26 d/l Atmosphere rate between segments 27 ATM_RATE 27 d/l Atmosphere rate between segments 28 ATM_RATE 28 d/l Atmosphere rate between segments 29 ATM_RATE 29 d/l Atmosphere rate between segments 30 ATM_RATE 30 d/l Atmosphere rate between segments 31 ATM_RATE 31 d/l Atmosphere rate between segments 32 ATM_RATE 32 d/l Atmosphere rate between segments 33 ATM_RATE 33 d/l Atmosphere rate between segments 34 ATM_RATE 34 d/l Atmosphere rate between segments 35 ATM_RATE 35 d/l Atmosphere rate between segments 36 ATM_RATE 36 d/l Atmosphere rate between segments 37 ATM_RATE 37 d/l Atmosphere rate between segments 38 ATM_RATE 38 d/l Atmosphere rate between segments 39 ATM_RATE 39 d/l Atmosphere rate between segments 40 ATM_RATE 40 d/l Atmosphere rate between segments 41 ATM_RATE 41 d/l Atmosphere rate between segments 42 ATM_RATE 42 d/l Atmosphere rate between segments 43 ATM_RATE 43 d/l Atmosphere rate between segments 44 ATM_RATE 44 d/l Atmosphere rate between segments 45 ATM_RATE 45 d/l Atmosphere rate between segments 46 ATM_RATE 46 d/l Atmosphere rate between segments 47 ATM_RATE 47 d/l Atmosphere rate between segments 48 ATM_RATE 48 d/l Atmosphere rate between segments 49 ATM_RATE 49 d/l Atmosphere rate between segments 50 ATM_RATE 50 d/l Atmosphere rate between segments 51 ATM_RATE 51 d/l Atmosphere rate between segments 52 ATM_RATE 52 d/l Atmosphere rate between segments 53 ATM_RATE 53 d/l Atmosphere rate between segments 54 ATM_RATE 54 d/l Atmosphere rate between segments 55 ATM_RATE 55 d/l Atmosphere rate between segments 56 ATM_RATE 56 d/l Atmosphere rate between segments 57 ATM_RATE 57 d/l Atmosphere rate between segments 58 ATM_RATE 58 d/l Atmosphere rate between segments 59 ATM_RATE 59 d/l Atmosphere rate between segments 60 ATM_RATE 60 d/l Atmosphere rate between segments 61 ATM_RATE 61 d/l Atmosphere rate between segments 62 ATM_RATE 62 d/l Atmosphere rate between segments 63 ATM_RATE 63 d/l Atmosphere rate between segments 64 ATM_RATE 64 d/l Atmosphere rate between segments 65 ATM_RATE 65 d/l Atmosphere rate between segments 66 ATM_RATE 66 d/l Atmosphere rate between segments 67 ATM_RATE 67 d/l Atmosphere rate between segments 68 ATM_RATE 68 d/l Atmosphere rate between segments 69 ATM_RATE 69 d/l Atmosphere rate between segments 70 ATM_RATE 70 d/l Atmosphere rate between segments 71 ATM_RATE 71 d/l Atmosphere rate between segments 72 ATM_RATE 72 d/l Atmosphere rate between segments 73 CLO_RATE 1 d/l Clock rate between segments 74 CLO_RATE 2 d/l Clock rate between segments 75 CLO_RATE 3 d/l Clock rate between segments 76 CLO_RATE 4 d/l Clock rate between segments 77 CLO_RATE 5 d/l Clock rate between segments 78 CLO_RATE 6 d/l Clock rate between segments 79 CLO_RATE 7 d/l Clock rate between segments 80 CLO_RATE 8 d/l Clock rate between segments 81 CLO_RATE 9 d/l Clock rate between segments 82 CLO_RATE 10 d/l Clock rate between segments 83 CLO_RATE 11 d/l Clock rate between segments 84 CLO_RATE 12 d/l Clock rate between segments 85 CLO_RATE 13 d/l Clock rate between segments 86 CLO_RATE 14 d/l Clock rate between segments 87 CLO_RATE 15 d/l Clock rate between segments 88 CLO_RATE 16 d/l Clock rate between segments 89 CLO_RATE 17 d/l Clock rate between segments 90 CLO_RATE 18 d/l Clock rate between segments 91 CLO_RATE 19 d/l Clock rate between segments 92 CLO_RATE 20 d/l Clock rate between segments 93 CLO_RATE 21 d/l Clock rate between segments 94 CLO_RATE 22 d/l Clock rate between segments 95 CLO_RATE 23 d/l Clock rate between segments 96 CLO_RATE 24 d/l Clock rate between segments 97 ATM_RATE 73 d/l Atmosphere rate between segments 98 ATM_RATE 74 d/l Atmosphere rate between segments 99 ATM_RATE 75 d/l Atmosphere rate between segments 100 ATM_RATE 76 d/l Atmosphere rate between segments 101 ATM_RATE 77 d/l Atmosphere rate between segments 102 ATM_RATE 78 d/l Atmosphere rate between segments 103 ATM_RATE 79 d/l Atmosphere rate between segments 104 ATM_RATE 80 d/l Atmosphere rate between segments 105 ATM_RATE 81 d/l Atmosphere rate between segments 106 ATM_RATE 82 d/l Atmosphere rate between segments 107 ATM_RATE 83 d/l Atmosphere rate between segments 108 ATM_RATE 84 d/l Atmosphere rate between segments 109 ATM_RATE 85 d/l Atmosphere rate between segments 110 ATM_RATE 86 d/l Atmosphere rate between segments 111 ATM_RATE 87 d/l Atmosphere rate between segments 112 ATM_RATE 88 d/l Atmosphere rate between segments 113 ATM_RATE 89 d/l Atmosphere rate between segments 114 ATM_RATE 90 d/l Atmosphere rate between segments 115 ATM_RATE 91 d/l Atmosphere rate between segments 116 ATM_RATE 92 d/l Atmosphere rate between segments 117 ATM_RATE 93 d/l Atmosphere rate between segments 118 ATM_RATE 94 d/l Atmosphere rate between segments 119 ATM_RATE 95 d/l Atmosphere rate between segments 120 ATM_RATE 96 d/l Atmosphere rate between segments 121 ATM_RATE 97 d/l Atmosphere rate between segments 122 ATM_RATE 98 d/l Atmosphere rate between segments 123 ATM_RATE 99 d/l Atmosphere rate between segments 124 ATM_RATE 100 d/l Atmosphere rate between segments 125 ATM_RATE 101 d/l Atmosphere rate between segments 126 ATM_RATE 102 d/l Atmosphere rate between segments 127 ATM_RATE 103 d/l Atmosphere rate between segments 128 ATM_RATE 104 d/l Atmosphere rate between segments 129 ATM_RATE 105 d/l Atmosphere rate between segments 130 ATM_RATE 106 d/l Atmosphere rate between segments 131 ATM_RATE 107 d/l Atmosphere rate between segments 132 ATM_RATE 108 d/l Atmosphere rate between segments 133 ATM_RATE 109 d/l Atmosphere rate between segments 134 ATM_RATE 110 d/l Atmosphere rate between segments 135 ATM_RATE 111 d/l Atmosphere rate between segments 136 ATM_RATE 112 d/l Atmosphere rate between segments 137 ATM_RATE 113 d/l Atmosphere rate between segments 138 ATM_RATE 114 d/l Atmosphere rate between segments 139 ATM_RATE 115 d/l Atmosphere rate between segments 140 ATM_RATE 116 d/l Atmosphere rate between segments 141 ATM_RATE 117 d/l Atmosphere rate between segments 142 ATM_RATE 118 d/l Atmosphere rate between segments 143 ATM_RATE 119 d/l Atmosphere rate between segments 144 ATM_RATE 120 d/l Atmosphere rate between segments 145 ATM_RATE 121 d/l Atmosphere rate between segments 146 ATM_RATE 122 d/l Atmosphere rate between segments 147 ATM_RATE 123 d/l Atmosphere rate between segments 148 ATM_RATE 124 d/l Atmosphere rate between segments 149 ATM_RATE 125 d/l Atmosphere rate between segments 150 ATM_RATE 126 d/l Atmosphere rate between segments 151 ATM_RATE 127 d/l Atmosphere rate between segments 152 ATM_RATE 128 d/l Atmosphere rate between segments 153 ATM_RATE 129 d/l Atmosphere rate between segments 154 ATM_RATE 130 d/l Atmosphere rate between segments 155 ATM_RATE 131 d/l Atmosphere rate between segments 156 ATM_RATE 132 d/l Atmosphere rate between segments 157 ATM_RATE 133 d/l Atmosphere rate between segments 158 ATM_RATE 134 d/l Atmosphere rate between segments 159 ATM_RATE 135 d/l Atmosphere rate between segments 160 ATM_RATE 136 d/l Atmosphere rate between segments 161 ATM_RATE 137 d/l Atmosphere rate between segments 162 ATM_RATE 138 d/l Atmosphere rate between segments 163 ATM_RATE 139 d/l Atmosphere rate between segments 164 ATM_RATE 140 d/l Atmosphere rate between segments 165 ATM_RATE 141 d/l Atmosphere rate between segments 166 ATM_RATE 142 d/l Atmosphere rate between segments 167 ATM_RATE 143 d/l Atmosphere rate between segments 168 ATM_RATE 144 d/l Atmosphere rate between segments 169 CLO_RATE 25 d/l Clock rate between segments 170 CLO_RATE 26 d/l Clock rate between segments 171 CLO_RATE 27 d/l Clock rate between segments 172 CLO_RATE 28 d/l Clock rate between segments 173 CLO_RATE 29 d/l Clock rate between segments 174 CLO_RATE 30 d/l Clock rate between segments 175 CLO_RATE 31 d/l Clock rate between segments 176 CLO_RATE 32 d/l Clock rate between segments 177 CLO_RATE 33 d/l Clock rate between segments 178 CLO_RATE 34 d/l Clock rate between segments 179 CLO_RATE 35 d/l Clock rate between segments 180 CLO_RATE 36 d/l Clock rate between segments 181 CLO_RATE 37 d/l Clock rate between segments 182 CLO_RATE 38 d/l Clock rate between segments 183 CLO_RATE 39 d/l Clock rate between segments 184 CLO_RATE 40 d/l Clock rate between segments 185 CLO_RATE 41 d/l Clock rate between segments 186 CLO_RATE 42 d/l Clock rate between segments 187 CLO_RATE 43 d/l Clock rate between segments 188 CLO_RATE 44 d/l Clock rate between segments 189 CLO_RATE 45 d/l Clock rate between segments 190 CLO_RATE 46 d/l Clock rate between segments 191 CLO_RATE 47 d/l Clock rate between segments 192 CLO_RATE 48 d/l Clock 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 NNT_POS 1 m No-net translation for positions 266 NNT_POS 2 m No-net translation for positions 267 NNT_POS 3 m No-net translation for positions 268 NNR_POS 1 m No-net rotation for positions 269 NNR_POS 2 m No-net rotation for positions 270 NNR_POS 3 m No-net rotation for positions 271 NNR_SRC 1 rad No-net rotation for sources 272 NNR_SRC 2 rad No-net rotation for sources 273 NNR_SRC 3 rad No-net rotation for sources 274 SRC_COO 1 rad Source coordinates 275 SRC_COO 2 rad Source coordinates 276 SRC_COO 3 rad Source coordinates 277 SRC_COO 4 rad Source coordinates 278 SRC_COO 5 rad Source coordinates 279 SRC_COO 6 rad Source coordinates 280 SRC_COO 7 rad Source coordinates 281 SRC_COO 8 rad Source coordinates 282 SRC_COO 9 rad Source coordinates 283 SRC_COO 10 rad Source coordinates 284 SRC_COO 11 rad Source coordinates 285 SRC_COO 12 rad Source coordinates 286 SRC_COO 13 rad Source coordinates 287 SRC_COO 14 rad Source coordinates 288 SRC_COO 15 rad Source coordinates 289 SRC_COO 16 rad Source coordinates 290 SRC_COO 17 rad Source coordinates 291 SRC_COO 18 rad Source coordinates 292 SRC_COO 19 rad Source coordinates 293 SRC_COO 20 rad Source coordinates 294 SRC_COO 21 rad Source coordinates 295 SRC_COO 22 rad Source coordinates 296 SRC_COO 23 rad Source coordinates 297 SRC_COO 24 rad Source coordinates 298 SRC_COO 25 rad Source coordinates 299 SRC_COO 26 rad Source coordinates 300 SRC_COO 27 rad Source coordinates 301 SRC_COO 28 rad Source coordinates 302 SRC_COO 29 rad Source coordinates 303 SRC_COO 30 rad Source coordinates 304 SRC_COO 31 rad Source coordinates 305 SRC_COO 32 rad Source coordinates 306 SRC_COO 33 rad Source coordinates 307 SRC_COO 34 rad Source coordinates 308 SRC_COO 35 rad Source coordinates 309 SRC_COO 36 rad Source coordinates 310 SRC_COO 37 rad Source coordinates 311 SRC_COO 38 rad Source coordinates 312 SRC_COO 39 rad Source coordinates 313 SRC_COO 40 rad Source coordinates 314 SRC_COO 41 rad Source coordinates 315 SRC_COO 42 rad Source coordinates 316 SRC_COO 43 rad Source coordinates 317 SRC_COO 44 rad Source coordinates 318 SRC_COO 45 rad Source coordinates 319 SRC_COO 46 rad Source coordinates 320 SRC_COO 47 rad Source coordinates 321 SRC_COO 48 rad Source coordinates 322 SRC_COO 49 rad Source coordinates 323 SRC_COO 50 rad Source coordinates 324 SRC_COO 51 rad Source coordinates 325 SRC_COO 52 rad Source coordinates 326 SRC_COO 53 rad Source coordinates 327 SRC_COO 54 rad Source coordinates -SOLUTION/CONSTRAINT_INFO * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_EQUATION_MATRIX * IND1 runs over constraint equations * IND2 runs over parameters to be constrainted * * Ind1 Ind2 Constraint_equation(ind1,ind2) 265 1 1.00000000000000D+00 265 4 1.00000000000000D+00 265 7 1.00000000000000D+00 266 2 1.00000000000000D+00 266 5 1.00000000000000D+00 266 8 1.00000000000000D+00 267 3 1.00000000000000D+00 267 6 1.00000000000000D+00 267 9 1.00000000000000D+00 268 2 4.34450424487217D-01 268 3 4.18690973014972D-01 268 5 6.78065064602011D-01 268 6 3.96681270394770D-01 268 8 -5.98210939805096D-01 268 9 2.07634411313419D-01 269 1 -4.34450424487217D-01 269 3 -7.97982937771618D-01 269 4 -6.78065064602011D-01 269 6 6.21240753251954D-01 269 7 5.98210939805096D-01 269 9 -7.75494893872126D-01 270 1 -4.18690973014972D-01 270 2 7.97982937771618D-01 270 4 -3.96681270394770D-01 270 5 -6.21240753251954D-01 270 7 -2.07634411313419D-01 270 8 7.75494893872126D-01 271 10 -2.97417452047779D-04 271 11 4.57834815706196D-03 271 12 -5.47579525493037D-02 271 13 3.77633186417244D-02 271 14 5.37183723861323D-02 271 15 6.16641647903264D-02 271 16 1.68079953526656D-01 271 17 1.12323264975911D-01 271 18 -7.37293740361368D-02 271 19 6.30876766812575D-02 271 20 -3.78409779013095D-02 271 21 2.11077178764911D-01 271 22 5.94548549799294D-02 271 23 1.91713444182588D-01 271 24 -1.88555593475776D-03 271 25 1.14689176255880D-01 271 26 1.13303027996919D-02 271 27 1.81316310999148D-01 271 28 -5.70014149897017D-03 271 29 1.63334088071114D-01 271 30 -5.05444137527677D-02 271 31 1.48958282296090D-01 271 32 4.98163715567292D-02 271 33 1.98178940763057D-01 271 34 -2.23633537431544D-01 271 35 -2.96775093791352D-02 271 36 -9.65761495455200D-02 271 37 -2.16964491821664D-02 271 38 -8.17215182258789D-02 271 39 -8.12981314158862D-02 271 40 -1.10765983081058D-01 271 41 -3.32368783898823D-02 271 42 -1.57352235403073D-01 271 43 -2.51259317469053D-01 271 44 1.62486800328754D-04 271 45 -1.66887783009018D-01 271 46 3.10370769988447D-03 271 47 -3.14301886307728D-01 271 48 -3.26847267760485D-03 271 49 -2.58530083822512D-01 271 50 4.06849411897319D-02 271 51 -3.19023067404503D-01 271 52 -2.24568097701411D-02 271 53 -2.85857429409514D-01 271 54 1.16011679441040D-01 271 55 -1.94247922607746D-01 271 56 1.38331323031627D-01 271 57 -5.47812137831312D-02 271 58 1.75799592724123D-01 271 59 -1.36502236046851D-01 271 60 1.50677496767034D-01 271 61 -5.51268494934246D-02 271 62 9.96725234602423D-02 271 63 -2.37968363461916D-03 272 10 -1.36752573699564D-05 272 11 -9.98317799816241D-02 272 12 -5.41003103705338D-03 272 13 -3.83218667781127D-01 272 14 2.54918137879405D-02 272 15 -1.30281881188995D-01 272 16 8.30473313812555D-02 272 17 -2.27923453066204D-01 272 18 -5.75567665718101D-02 272 19 -8.10247597266504D-02 272 20 -4.10110608962775D-02 272 21 -1.95268273817060D-01 272 22 1.10776152896002D-01 272 23 -1.03162693848782D-01 272 24 -4.27971226262768D-03 272 25 -5.06613013879043D-02 272 26 7.39425753457190D-02 272 27 -2.78556230972599D-02 272 28 -6.42880278558867D-02 272 29 -1.45198264249795D-02 272 30 1.21705004065286D-01 272 31 6.20238103890810D-02 272 32 -9.49417453841983D-02 272 33 1.04256092243592D-01 272 34 -4.63521744219235D-02 272 35 1.43556655394358D-01 272 36 -2.54179368169548D-02 272 37 8.26508478714550D-02 272 38 -3.71458886756801D-02 272 39 1.79322711231819D-01 272 40 -6.22318151096133D-02 272 41 5.93120896882413D-02 272 42 -1.18661147849084D-01 272 43 3.34053177298722D-01 272 44 2.80432687373928D-04 272 45 9.69489383040065D-02 272 46 1.33477690537934D-02 272 47 7.32737091919353D-02 272 48 -4.67462533008700D-02 272 49 1.81233382897830D-02 272 50 -1.06770674480748D-01 272 51 -1.21880114064419D-01 272 52 2.21650879155007D-02 272 53 -2.90373610806225D-01 272 54 -8.97782697946818D-02 272 55 -2.51661003820908D-01 272 56 -6.23229245036487D-02 272 57 -1.21908339570596D-01 272 58 -5.79898211635438D-02 272 59 -4.14891865509751D-01 272 60 -4.17704738663259D-02 272 61 -1.99375241665230D-01 272 62 -2.39412257727164D-03 272 63 -9.93292953534196D-02 273 10 7.66578448420959D-04 273 12 2.55620611760973D-01 273 14 1.77774683238215D-01 273 16 1.79319254285453D-01 273 18 1.96216000281504D-01 273 20 1.50403132896292D-01 273 22 7.90048520887280D-02 273 24 2.22083107568291D-01 273 26 8.52368948725837D-02 273 28 1.23886402399578D-01 273 30 3.17752765943282D-01 273 32 2.40873633437469D-01 273 34 2.35910975772820D-01 273 36 1.21415980516359D-01 273 38 1.94768994875529D-01 273 40 2.29328598461705D-01 273 42 1.08832618578970D-01 273 44 3.00451175724336D-03 273 46 2.15937134117696D-01 273 48 3.48628043722999D-01 273 50 1.47866959076926D-01 273 52 2.43997769407787D-01 273 54 2.61417233348278D-01 273 56 1.08449616281620D-01 273 58 1.22808680133220D-01 273 60 1.46987255577132D-01 273 62 1.82976246705797D-01 274 10 1.00000000000000D+00 275 11 1.00000000000000D+00 276 12 1.00000000000000D+00 277 13 1.00000000000000D+00 278 14 1.00000000000000D+00 279 15 1.00000000000000D+00 280 16 1.00000000000000D+00 281 17 1.00000000000000D+00 282 18 1.00000000000000D+00 283 19 1.00000000000000D+00 284 20 1.00000000000000D+00 285 21 1.00000000000000D+00 286 22 1.00000000000000D+00 287 23 1.00000000000000D+00 288 24 1.00000000000000D+00 289 25 1.00000000000000D+00 290 26 1.00000000000000D+00 291 27 1.00000000000000D+00 292 28 1.00000000000000D+00 293 29 1.00000000000000D+00 294 30 1.00000000000000D+00 295 31 1.00000000000000D+00 296 32 1.00000000000000D+00 297 33 1.00000000000000D+00 298 34 1.00000000000000D+00 299 35 1.00000000000000D+00 300 36 1.00000000000000D+00 301 37 1.00000000000000D+00 302 38 1.00000000000000D+00 303 39 1.00000000000000D+00 304 40 1.00000000000000D+00 305 41 1.00000000000000D+00 306 42 1.00000000000000D+00 307 43 1.00000000000000D+00 308 44 1.00000000000000D+00 309 45 1.00000000000000D+00 310 46 1.00000000000000D+00 311 47 1.00000000000000D+00 312 48 1.00000000000000D+00 313 49 1.00000000000000D+00 314 50 1.00000000000000D+00 315 51 1.00000000000000D+00 316 52 1.00000000000000D+00 317 53 1.00000000000000D+00 318 54 1.00000000000000D+00 319 55 1.00000000000000D+00 320 56 1.00000000000000D+00 321 57 1.00000000000000D+00 322 58 1.00000000000000D+00 323 59 1.00000000000000D+00 324 60 1.00000000000000D+00 325 61 1.00000000000000D+00 326 62 1.00000000000000D+00 327 63 1.00000000000000D+00 -SOLUTION/CONSTRAINT_EQUATION_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_EQUATION_VECTOR *Index Right_hand_value____ Reciprocal_weight___ 1 0.00000000000000D+00 1.38888888888889D-14 2 0.00000000000000D+00 1.38888888888889D-14 3 0.00000000000000D+00 1.38888888888889D-14 4 0.00000000000000D+00 1.38888888888889D-14 5 0.00000000000000D+00 1.38888888888889D-14 6 0.00000000000000D+00 1.38888888888889D-14 7 0.00000000000000D+00 1.38888888888889D-14 8 0.00000000000000D+00 1.38888888888889D-14 9 0.00000000000000D+00 1.38888888888889D-14 10 0.00000000000000D+00 1.38888888888889D-14 11 0.00000000000000D+00 1.38888888888889D-14 12 0.00000000000000D+00 1.38888888888889D-14 13 0.00000000000000D+00 1.38888888888889D-14 14 0.00000000000000D+00 1.38888888888889D-14 15 0.00000000000000D+00 1.38888888888889D-14 16 0.00000000000000D+00 1.38888888888889D-14 17 0.00000000000000D+00 1.38888888888889D-14 18 0.00000000000000D+00 1.38888888888889D-14 19 0.00000000000000D+00 1.38888888888889D-14 20 0.00000000000000D+00 1.38888888888889D-14 21 0.00000000000000D+00 1.38888888888889D-14 22 0.00000000000000D+00 1.38888888888889D-14 23 0.00000000000000D+00 1.38888888888889D-14 24 0.00000000000000D+00 1.38888888888889D-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 5.00000000000000D-14 74 0.00000000000000D+00 5.00000000000000D-14 75 0.00000000000000D+00 5.00000000000000D-14 76 0.00000000000000D+00 5.00000000000000D-14 77 0.00000000000000D+00 5.00000000000000D-14 78 0.00000000000000D+00 5.00000000000000D-14 79 0.00000000000000D+00 5.00000000000000D-14 80 0.00000000000000D+00 5.00000000000000D-14 81 0.00000000000000D+00 5.00000000000000D-14 82 0.00000000000000D+00 5.00000000000000D-14 83 0.00000000000000D+00 5.00000000000000D-14 84 0.00000000000000D+00 5.00000000000000D-14 85 0.00000000000000D+00 5.00000000000000D-14 86 0.00000000000000D+00 5.00000000000000D-14 87 0.00000000000000D+00 5.00000000000000D-14 88 0.00000000000000D+00 5.00000000000000D-14 89 0.00000000000000D+00 5.00000000000000D-14 90 0.00000000000000D+00 5.00000000000000D-14 91 0.00000000000000D+00 5.00000000000000D-14 92 0.00000000000000D+00 5.00000000000000D-14 93 0.00000000000000D+00 5.00000000000000D-14 94 0.00000000000000D+00 5.00000000000000D-14 95 0.00000000000000D+00 5.00000000000000D-14 96 0.00000000000000D+00 5.00000000000000D-14 97 0.00000000000000D+00 1.38888888888889D-14 98 0.00000000000000D+00 1.38888888888889D-14 99 0.00000000000000D+00 1.38888888888889D-14 100 0.00000000000000D+00 1.38888888888889D-14 101 0.00000000000000D+00 1.38888888888889D-14 102 0.00000000000000D+00 1.38888888888889D-14 103 0.00000000000000D+00 1.38888888888889D-14 104 0.00000000000000D+00 1.38888888888889D-14 105 0.00000000000000D+00 1.38888888888889D-14 106 0.00000000000000D+00 1.38888888888889D-14 107 0.00000000000000D+00 1.38888888888889D-14 108 0.00000000000000D+00 1.38888888888889D-14 109 0.00000000000000D+00 1.38888888888889D-14 110 0.00000000000000D+00 1.38888888888889D-14 111 0.00000000000000D+00 1.38888888888889D-14 112 0.00000000000000D+00 1.38888888888889D-14 113 0.00000000000000D+00 1.38888888888889D-14 114 0.00000000000000D+00 1.38888888888889D-14 115 0.00000000000000D+00 1.38888888888889D-14 116 0.00000000000000D+00 1.38888888888889D-14 117 0.00000000000000D+00 1.38888888888889D-14 118 0.00000000000000D+00 1.38888888888889D-14 119 0.00000000000000D+00 1.38888888888889D-14 120 0.00000000000000D+00 1.38888888888889D-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 5.00000000000000D-14 170 0.00000000000000D+00 5.00000000000000D-14 171 0.00000000000000D+00 5.00000000000000D-14 172 0.00000000000000D+00 5.00000000000000D-14 173 0.00000000000000D+00 5.00000000000000D-14 174 0.00000000000000D+00 5.00000000000000D-14 175 0.00000000000000D+00 5.00000000000000D-14 176 0.00000000000000D+00 5.00000000000000D-14 177 0.00000000000000D+00 5.00000000000000D-14 178 0.00000000000000D+00 5.00000000000000D-14 179 0.00000000000000D+00 5.00000000000000D-14 180 0.00000000000000D+00 5.00000000000000D-14 181 0.00000000000000D+00 5.00000000000000D-14 182 0.00000000000000D+00 5.00000000000000D-14 183 0.00000000000000D+00 5.00000000000000D-14 184 0.00000000000000D+00 5.00000000000000D-14 185 0.00000000000000D+00 5.00000000000000D-14 186 0.00000000000000D+00 5.00000000000000D-14 187 0.00000000000000D+00 5.00000000000000D-14 188 0.00000000000000D+00 5.00000000000000D-14 189 0.00000000000000D+00 5.00000000000000D-14 190 0.00000000000000D+00 5.00000000000000D-14 191 0.00000000000000D+00 5.00000000000000D-14 192 0.00000000000000D+00 5.00000000000000D-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 1.00000000000000D-04 266 0.00000000000000D+00 1.00000000000000D-04 267 0.00000000000000D+00 1.00000000000000D-04 268 0.00000000000000D+00 1.00000000000000D-04 269 0.00000000000000D+00 1.00000000000000D-04 270 0.00000000000000D+00 1.00000000000000D-04 271 0.00000000000000D+00 5.00000000000000D-11 272 0.00000000000000D+00 5.00000000000000D-11 273 0.00000000000000D+00 5.00000000000000D-11 274 0.00000000000000D+00 1.00000000000000D-06 275 0.00000000000000D+00 1.00000000000000D-06 276 0.00000000000000D+00 1.00000000000000D-06 277 0.00000000000000D+00 1.00000000000000D-06 278 0.00000000000000D+00 1.00000000000000D-06 279 0.00000000000000D+00 1.00000000000000D-06 280 0.00000000000000D+00 1.00000000000000D-06 281 0.00000000000000D+00 1.00000000000000D-06 282 0.00000000000000D+00 1.00000000000000D-06 283 0.00000000000000D+00 1.00000000000000D-06 284 0.00000000000000D+00 1.00000000000000D-06 285 0.00000000000000D+00 1.00000000000000D-06 286 0.00000000000000D+00 1.00000000000000D-06 287 0.00000000000000D+00 1.00000000000000D-06 288 0.00000000000000D+00 1.00000000000000D-06 289 0.00000000000000D+00 1.00000000000000D-06 290 0.00000000000000D+00 1.00000000000000D-06 291 0.00000000000000D+00 1.00000000000000D-06 292 0.00000000000000D+00 1.00000000000000D-06 293 0.00000000000000D+00 1.00000000000000D-06 294 0.00000000000000D+00 1.00000000000000D-06 295 0.00000000000000D+00 1.00000000000000D-06 296 0.00000000000000D+00 1.00000000000000D-06 297 0.00000000000000D+00 1.00000000000000D-06 298 0.00000000000000D+00 1.00000000000000D-06 299 0.00000000000000D+00 1.00000000000000D-06 300 0.00000000000000D+00 1.00000000000000D-06 301 0.00000000000000D+00 1.00000000000000D-06 302 0.00000000000000D+00 1.00000000000000D-06 303 0.00000000000000D+00 1.00000000000000D-06 304 0.00000000000000D+00 1.00000000000000D-06 305 0.00000000000000D+00 1.00000000000000D-06 306 0.00000000000000D+00 1.00000000000000D-06 307 0.00000000000000D+00 1.00000000000000D-06 308 0.00000000000000D+00 1.00000000000000D-06 309 0.00000000000000D+00 1.00000000000000D-06 310 0.00000000000000D+00 1.00000000000000D-06 311 0.00000000000000D+00 1.00000000000000D-06 312 0.00000000000000D+00 1.00000000000000D-06 313 0.00000000000000D+00 1.00000000000000D-06 314 0.00000000000000D+00 1.00000000000000D-06 315 0.00000000000000D+00 1.00000000000000D-06 316 0.00000000000000D+00 1.00000000000000D-06 317 0.00000000000000D+00 1.00000000000000D-06 318 0.00000000000000D+00 1.00000000000000D-06 319 0.00000000000000D+00 1.00000000000000D-06 320 0.00000000000000D+00 1.00000000000000D-06 321 0.00000000000000D+00 1.00000000000000D-06 322 0.00000000000000D+00 1.00000000000000D-06 323 0.00000000000000D+00 1.00000000000000D-06 324 0.00000000000000D+00 1.00000000000000D-06 325 0.00000000000000D+00 1.00000000000000D-06 326 0.00000000000000D+00 1.00000000000000D-06 327 0.00000000000000D+00 1.00000000000000D-06 -SOLUTION/CONSTRAINT_EQUATION_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_WEIGHT_MATRIX * Ind1 Ind2 Weight_matrix(ind1,ind2) 1 1 5.18400000000000D+27 2 2 5.18400000000000D+27 3 3 5.18400000000000D+27 4 4 5.18400000000000D+27 5 5 5.18400000000000D+27 6 6 5.18400000000000D+27 7 7 5.18400000000000D+27 8 8 5.18400000000000D+27 9 9 5.18400000000000D+27 10 10 5.18400000000000D+27 11 11 5.18400000000000D+27 12 12 5.18400000000000D+27 13 13 5.18400000000000D+27 14 14 5.18400000000000D+27 15 15 5.18400000000000D+27 16 16 5.18400000000000D+27 17 17 5.18400000000000D+27 18 18 5.18400000000000D+27 19 19 5.18400000000000D+27 20 20 5.18400000000000D+27 21 21 5.18400000000000D+27 22 22 5.18400000000000D+27 23 23 5.18400000000000D+27 24 24 5.18400000000000D+27 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 4.00000000000000D+26 74 74 4.00000000000000D+26 75 75 4.00000000000000D+26 76 76 4.00000000000000D+26 77 77 4.00000000000000D+26 78 78 4.00000000000000D+26 79 79 4.00000000000000D+26 80 80 4.00000000000000D+26 81 81 4.00000000000000D+26 82 82 4.00000000000000D+26 83 83 4.00000000000000D+26 84 84 4.00000000000000D+26 85 85 4.00000000000000D+26 86 86 4.00000000000000D+26 87 87 4.00000000000000D+26 88 88 4.00000000000000D+26 89 89 4.00000000000000D+26 90 90 4.00000000000000D+26 91 91 4.00000000000000D+26 92 92 4.00000000000000D+26 93 93 4.00000000000000D+26 94 94 4.00000000000000D+26 95 95 4.00000000000000D+26 96 96 4.00000000000000D+26 97 97 5.18400000000000D+27 98 98 5.18400000000000D+27 99 99 5.18400000000000D+27 100 100 5.18400000000000D+27 101 101 5.18400000000000D+27 102 102 5.18400000000000D+27 103 103 5.18400000000000D+27 104 104 5.18400000000000D+27 105 105 5.18400000000000D+27 106 106 5.18400000000000D+27 107 107 5.18400000000000D+27 108 108 5.18400000000000D+27 109 109 5.18400000000000D+27 110 110 5.18400000000000D+27 111 111 5.18400000000000D+27 112 112 5.18400000000000D+27 113 113 5.18400000000000D+27 114 114 5.18400000000000D+27 115 115 5.18400000000000D+27 116 116 5.18400000000000D+27 117 117 5.18400000000000D+27 118 118 5.18400000000000D+27 119 119 5.18400000000000D+27 120 120 5.18400000000000D+27 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 4.00000000000000D+26 170 170 4.00000000000000D+26 171 171 4.00000000000000D+26 172 172 4.00000000000000D+26 173 173 4.00000000000000D+26 174 174 4.00000000000000D+26 175 175 4.00000000000000D+26 176 176 4.00000000000000D+26 177 177 4.00000000000000D+26 178 178 4.00000000000000D+26 179 179 4.00000000000000D+26 180 180 4.00000000000000D+26 181 181 4.00000000000000D+26 182 182 4.00000000000000D+26 183 183 4.00000000000000D+26 184 184 4.00000000000000D+26 185 185 4.00000000000000D+26 186 186 4.00000000000000D+26 187 187 4.00000000000000D+26 188 188 4.00000000000000D+26 189 189 4.00000000000000D+26 190 190 4.00000000000000D+26 191 191 4.00000000000000D+26 192 192 4.00000000000000D+26 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 1.00000000000000D+08 266 266 1.00000000000000D+08 267 267 1.00000000000000D+08 268 268 1.00000000000000D+08 269 269 1.00000000000000D+08 270 270 1.00000000000000D+08 271 271 4.00000000000000D+20 272 272 4.00000000000000D+20 273 273 4.00000000000000D+20 274 274 1.00000000000000D+12 275 275 1.00000000000000D+12 276 276 1.00000000000000D+12 277 277 1.00000000000000D+12 278 278 1.00000000000000D+12 279 279 1.00000000000000D+12 280 280 1.00000000000000D+12 281 281 1.00000000000000D+12 282 282 1.00000000000000D+12 283 283 1.00000000000000D+12 284 284 1.00000000000000D+12 285 285 1.00000000000000D+12 286 286 1.00000000000000D+12 287 287 1.00000000000000D+12 288 288 1.00000000000000D+12 289 289 1.00000000000000D+12 290 290 1.00000000000000D+12 291 291 1.00000000000000D+12 292 292 1.00000000000000D+12 293 293 1.00000000000000D+12 294 294 1.00000000000000D+12 295 295 1.00000000000000D+12 296 296 1.00000000000000D+12 297 297 1.00000000000000D+12 298 298 1.00000000000000D+12 299 299 1.00000000000000D+12 300 300 1.00000000000000D+12 301 301 1.00000000000000D+12 302 302 1.00000000000000D+12 303 303 1.00000000000000D+12 304 304 1.00000000000000D+12 305 305 1.00000000000000D+12 306 306 1.00000000000000D+12 307 307 1.00000000000000D+12 308 308 1.00000000000000D+12 309 309 1.00000000000000D+12 310 310 1.00000000000000D+12 311 311 1.00000000000000D+12 312 312 1.00000000000000D+12 313 313 1.00000000000000D+12 314 314 1.00000000000000D+12 315 315 1.00000000000000D+12 316 316 1.00000000000000D+12 317 317 1.00000000000000D+12 318 318 1.00000000000000D+12 319 319 1.00000000000000D+12 320 320 1.00000000000000D+12 321 321 1.00000000000000D+12 322 322 1.00000000000000D+12 323 323 1.00000000000000D+12 324 324 1.00000000000000D+12 325 325 1.00000000000000D+12 326 326 1.00000000000000D+12 327 327 1.00000000000000D+12 -SOLUTION/CONSTRAINT_WEIGHT_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_MATRIX * Ind1 Ind2 Decomposed_normal_matrix(ind1,ind2) 1 1 3.41216923504323D+03 2 1 -5.44698131027445D+03 2 2 1.27959332549199D+04 3 1 -1.31142375174165D+03 3 2 3.31343607929349D+03 3 3 3.55309877777100D+03 4 1 -4.03677606357262D+02 4 2 1.05399213511497D+02 4 3 5.47158572576940D+02 4 4 2.05173692697473D+03 5 1 3.14227161888033D+02 5 2 -8.91188319094479D+02 5 3 -1.48778989892453D+03 5 4 -1.00215068438277D+03 5 5 1.34159564420581D+03 6 1 2.27871073856950D+01 6 2 -9.46548840984702D+02 6 3 -2.24012142197788D+03 6 4 -1.87727321372926D+03 6 5 2.07025432990119D+03 6 6 3.77394911926985D+03 7 1 -3.00848875952512D+03 7 2 5.34163127865270D+03 7 3 7.64411367163062D+02 7 4 -1.64804233133513D+03 7 5 6.87946718012914D+02 7 6 1.85455239947140D+03 7 7 4.65648113805428D+03 8 1 5.13278240907937D+03 8 2 -1.19047625226825D+04 8 3 -1.82568712320551D+03 8 4 8.96775903623551D+02 8 5 -4.50403627455235D+02 8 6 -1.12372605664283D+03 8 7 -6.02953815964237D+03 8 8 1.23551505665481D+04 9 1 1.28875825311989D+03 9 2 -2.36695506011136D+03 9 3 -1.31305027890950D+03 9 4 1.33023491200060D+03 9 5 -5.82456057187170D+02 9 6 -1.53389971345663D+03 9 7 -2.61885405924916D+03 9 8 2.94937083529867D+03 9 9 2.84688202235103D+03 10 1 -8.85201342538305D+07 10 2 3.91924872422805D+08 10 3 3.30119768182324D+08 10 4 7.24433417392749D+07 10 5 -1.73079038249894D+07 10 6 -6.07800367248360D+07 10 7 1.60767989490542D+07 10 8 -3.74616960444083D+08 10 9 -2.69339740350755D+08 10 10 9.89439872162759D+14 11 1 1.20287649428954D+09 11 2 -4.08692867441064D+09 11 3 -2.13984021775380D+09 11 4 1.01143911230591D+08 11 5 -4.19106336112104D+07 11 6 -1.40640835205682D+08 11 7 -1.30402261184542D+09 11 8 4.12883931581319D+09 11 9 2.28047367096320D+09 11 10 -5.81142374323278D+15 11 11 5.98279858883538D+16 12 1 8.54907006942869D+06 12 2 5.69654770257880D+08 12 3 -5.05600366688389D+09 12 4 -4.72654962756411D+09 12 5 3.49349388665576D+09 12 6 8.49441164483684D+09 12 7 4.71800191826514D+09 12 8 -4.06314698742967D+09 12 9 -3.43841066339400D+09 12 10 -3.93926518144256D+14 12 11 -1.81975480661104D+15 12 12 1.72932983913062D+17 13 1 3.57308727962454D+09 13 2 -7.31613940124064D+09 13 3 -1.44707520060466D+09 13 4 2.02699935054484D+09 13 5 -1.26642087561372D+09 13 6 -3.19497144982714D+09 13 7 -5.60009535772360D+09 13 8 8.58255986110080D+09 13 9 4.64201859993894D+09 13 10 5.33247925179905D+14 13 11 -1.11630434763817D+16 13 12 -7.56703068179078D+16 13 13 1.53639749881065D+17 14 1 1.66639629262942D+09 14 2 -2.53118725019762D+09 14 3 -2.39621100761780D+09 14 4 4.91227258594572D+07 14 5 1.39963653484122D+09 14 6 9.26769136007738D+08 14 7 -1.71551871498462D+09 14 8 1.13154978024549D+09 14 9 1.46944329822234D+09 14 10 -6.22401358844800D+13 14 11 -6.40903690595840D+13 14 12 -1.18708514984694D+16 14 13 4.67909800572365D+15 14 14 1.42043718494376D+17 15 1 -1.60161389563500D+08 15 2 -2.89550300756537D+08 15 3 -1.17214112568148D+08 15 4 -1.11735979953204D+09 15 5 1.41609312551958D+08 15 6 1.02244152952256D+09 15 7 1.27751754402442D+09 15 8 1.47939747587912D+08 15 9 -9.05236381321745D+08 15 10 9.87955382915385D+13 15 11 -4.54855630577664D+14 15 12 3.45164241835299D+15 15 13 -1.30897351699210D+16 15 14 -3.29175465232328D+16 15 15 6.11136151751680D+16 16 1 -3.18128614715215D+08 16 2 -3.56530393095093D+08 16 3 -7.35198478555199D+07 16 4 4.07235059953665D+09 16 5 -1.23793320217666D+09 16 6 -3.52603404857940D+09 16 7 -3.75422202806897D+09 16 8 1.59446002346616D+09 16 9 3.59956097282795D+09 16 10 2.23080543556944D+14 16 11 -1.62681846225459D+15 16 12 -1.04278167412531D+15 16 13 -4.90517224148582D+15 16 14 -4.61066203534275D+16 16 15 4.82612006656102D+15 16 16 1.65605551287130D+17 17 1 7.72431546701875D+08 17 2 -1.05632406852695D+09 17 3 4.36728212103335D+08 17 4 -3.95735063729484D+09 17 5 1.02262823171514D+09 17 6 2.51040212726048D+09 17 7 3.18491265214580D+09 17 8 3.36935696238256D+07 17 9 -2.94714596159290D+09 17 10 -4.01840538833958D+14 17 11 3.19025749084365D+15 17 12 -4.28971407155450D+15 17 13 4.47060834416230D+15 17 14 2.76558448849203D+15 17 15 -2.14644416197222D+15 17 16 -6.31938560376566D+16 17 17 7.62891893681644D+16 18 1 -3.75386581701348D+08 18 2 -9.00761500593387D+08 18 3 -1.15866318385647D+09 18 4 -3.47575525636602D+09 18 5 2.56721676127241D+09 18 6 4.81837334669826D+09 18 7 3.85114219159906D+09 18 8 -1.66645320478881D+09 18 9 -3.65971655919132D+09 18 10 -4.30229766155760D+13 18 11 -6.49437021219840D+14 18 12 -1.30201220791009D+16 18 13 -7.83726365788160D+13 18 14 -3.92267942357156D+16 18 15 1.20529871124081D+16 18 16 1.37714629939159D+16 18 17 -6.13833863376179D+15 18 18 1.06856356656613D+17 19 1 7.27721771587181D+08 19 2 -1.22269060388579D+09 19 3 9.83735490378349D+08 19 4 2.69260912067577D+09 19 5 -1.32267256572148D+09 19 6 -3.39480495323917D+09 19 7 -3.42033350568815D+09 19 8 2.54536184101624D+09 19 9 2.41106416956009D+09 19 10 1.25071704483258D+14 19 11 -2.37271884434125D+15 19 12 -1.53768621753363D+15 19 13 1.36624725898650D+15 19 14 1.60292848138911D+16 19 15 -1.37313179036334D+16 19 16 1.27301407168307D+15 19 17 -2.42400664975360D+13 19 18 -4.39616698391099D+16 19 19 5.09358006173896D+16 20 1 1.79800173694897D+08 20 2 -1.49929970550030D+08 20 3 -1.10886286561134D+09 20 4 -3.10961065864497D+09 20 5 2.09391904948976D+09 20 6 3.94254197329392D+09 20 7 2.92981056688410D+09 20 8 -1.94398792664052D+09 20 9 -2.83368358107622D+09 20 10 -1.12662370928168D+14 20 11 8.24394184098048D+14 20 12 -1.41109266989056D+14 20 13 1.14966174345216D+14 20 14 -1.30008604804096D+15 20 15 1.84852012279834D+15 20 16 -2.68777916099994D+16 20 17 2.41327697649198D+16 20 18 -2.22273395554202D+16 20 19 3.68275863437082D+15 20 20 8.03189778754949D+16 21 1 4.39720324585973D+09 21 2 -8.03392420834115D+09 21 3 -2.19667408688777D+09 21 4 3.96572356948052D+09 21 5 -1.76713345082703D+09 21 6 -4.44492541535683D+09 21 7 -8.36293394893865D+09 21 8 9.80105313203292D+09 21 9 6.64158754689556D+09 21 10 4.48162116822784D+14 21 11 -3.93819995070259D+15 21 12 -4.36987810457267D+15 21 13 1.21579373552435D+15 21 14 6.67915590653824D+15 21 15 -2.37541585192550D+15 21 16 2.85417896205128D+16 21 17 -2.94136686169846D+16 21 18 -2.91095792876954D+15 21 19 -7.35228981897011D+15 21 20 -4.21341208367995D+16 21 21 1.03586388478337D+17 22 1 1.33721014561601D+09 22 2 3.06459235555020D+09 22 3 4.07375601440089D+09 22 4 6.48601759890864D+08 22 5 -3.92956323700461D+09 22 6 -5.97990099362669D+09 22 7 -1.98581012375868D+09 22 8 8.64969552094330D+08 22 9 1.90615343705135D+09 22 10 5.51706610765880D+13 22 11 -1.78769525915648D+14 22 12 7.59342313172890D+15 22 13 -5.15066135091610D+15 22 14 -7.96482788750643D+15 22 15 -8.26640184814592D+14 22 16 -3.55168117730212D+16 22 17 1.28570769221796D+16 22 18 3.27864730687488D+14 22 19 1.35570806134784D+14 22 20 -3.55515200827904D+15 22 21 -5.86224640141312D+14 22 22 9.98309156347428D+16 23 1 3.09185626896989D+08 23 2 -1.08014671160511D+08 23 3 -1.17343971979523D+09 23 4 -4.48312271232215D+09 23 5 3.18072558121676D+09 23 6 4.85034833688130D+09 23 7 4.17393220718217D+09 23 8 -3.07271510253946D+09 23 9 -3.67691399391322D+09 23 10 -1.09027885312635D+14 23 11 6.18798261542912D+14 23 12 2.68151525561376D+14 23 13 2.98468540929024D+15 23 14 -9.81742155259008D+14 23 15 2.56855505781760D+14 23 16 -4.90494968664678D+15 23 17 2.14537538763366D+15 23 18 5.66650425901568D+14 23 19 -8.71067502766080D+13 23 20 9.21092042630656D+14 23 21 -1.10638991656858D+15 23 22 -4.91765502778619D+16 23 23 8.22419545170693D+16 24 1 -1.31049701051454D+09 24 2 8.01137703736454D+07 24 3 -3.45020927073744D+08 24 4 6.75695113857051D+08 24 5 1.00083331472128D+09 24 6 7.53842361864930D+08 24 7 6.34802456522005D+08 24 8 -1.08094665918569D+09 24 9 -4.08823203001662D+08 24 10 -2.91062882271680D+13 24 11 1.69140028980096D+14 24 12 -9.03797797969920D+13 24 13 -9.71006439590144D+14 24 14 1.91083237551309D+15 24 15 -1.67332479915584D+14 24 16 -3.43769262043668D+16 24 17 2.21233104267639D+16 24 18 -1.29554826903368D+16 24 19 -8.34545837317536D+14 24 20 -8.02165403806106D+15 24 21 -5.71122454199098D+15 24 22 -1.73558362443725D+16 24 23 9.43129017752960D+14 24 24 1.43905471301784D+17 25 1 2.84773176786544D+09 25 2 -3.95689355665671D+09 25 3 -8.75360315192945D+08 25 4 -2.79127452757188D+08 25 5 -4.18337266006371D+08 25 6 -1.17244081473632D+08 25 7 -2.56860698330385D+09 25 8 4.37522829801578D+09 25 9 9.92602024423609D+08 25 10 5.25901841395702D+14 25 11 -2.58755916938624D+15 25 12 4.89031915398512D+14 25 13 -2.98672770119373D+15 25 14 -2.25856554671744D+14 25 15 2.49606369302016D+14 25 16 1.11586135228390D+16 25 17 -1.26466029104108D+16 25 18 2.06690885032627D+15 25 19 6.37509042342400D+13 25 20 1.24076900681715D+15 25 21 8.16828942700544D+14 25 22 3.24787333150054D+15 25 23 -2.16131275681280D+14 25 24 -4.77291223452793D+16 25 25 6.06555673272622D+16 26 1 9.63105793509995D+08 26 2 -1.66689682645638D+09 26 3 -1.65147699727324D+09 26 4 4.30317328813669D+08 26 5 1.70358748121649D+09 26 6 6.59300822994562D+08 26 7 -1.39342145254268D+09 26 8 -3.66908473863933D+07 26 9 9.92181288539453D+08 26 10 1.54202381453864D+14 26 11 -8.60587740328960D+14 26 12 9.39811520896000D+14 26 13 -3.68201778205901D+15 26 14 9.75850740408320D+13 26 15 -2.26724129950054D+15 26 16 -2.90050561490330D+15 26 17 1.74353588373709D+15 26 18 8.90197321335808D+14 26 19 8.30612411591680D+13 26 20 1.65812791042458D+15 26 21 4.31268824853504D+14 26 22 -3.81787325664205D+16 26 23 3.63028892608742D+16 26 24 -2.80251325260288D+15 26 25 9.87790056899840D+14 26 26 8.99143038119834D+16 27 1 1.20605946087272D+09 27 2 -2.74120834183440D+09 27 3 -6.33851761442468D+08 27 4 -7.89908214518151D+08 27 5 -4.11617103338282D+08 27 6 4.98538225610719D+08 27 7 -4.16154358254896D+08 27 8 3.15282139751835D+09 27 9 1.35313636191550D+08 27 10 -2.36191116026201D+14 27 11 1.35853398018867D+15 27 12 -5.10578155525496D+14 27 13 2.52500770909338D+15 27 14 1.63697892291040D+14 27 15 -6.77389587166720D+14 27 16 5.78010457570176D+14 27 17 -1.91717619040768D+15 27 18 -2.19271603144320D+14 27 19 -1.41111910087680D+13 27 20 -7.91703957470336D+14 27 21 5.32493056361216D+14 27 22 1.48225846682698D+16 27 23 -3.31308996430952D+16 27 24 4.15813473251872D+14 27 25 -1.11547730842950D+15 27 26 -3.89168485261140D+16 27 27 5.48864334107227D+16 28 1 -1.01161670510699D+09 28 2 1.14859133335471D+09 28 3 1.97626074713295D+08 28 4 -1.76597776855451D+09 28 5 -3.95927054480683D+07 28 6 2.34514758004957D+09 28 7 2.77759352970913D+09 28 8 -1.10899821639462D+09 28 9 -2.54277927643675D+09 28 10 -1.71305254433440D+14 28 11 7.68025280310272D+14 28 12 -1.56980000983450D+15 28 13 4.93044891661107D+15 28 14 5.18465338528768D+14 28 15 1.73853204012954D+15 28 16 -1.78480520554189D+15 28 17 6.56489166749798D+15 28 18 -8.94899116531712D+14 28 19 -3.43812221049088D+14 28 20 -3.60623524631552D+14 28 21 -4.28185249954714D+15 28 22 1.53540961007770D+15 28 23 -1.15647224927283D+15 28 24 -6.82948696823828D+16 28 25 2.59911996680141D+16 28 26 -1.17116768618701D+15 28 27 3.79953249385549D+15 28 28 8.28486124041318D+16 29 1 1.84449430227065D+09 29 2 -4.48986757087633D+09 29 3 -8.52724869820663D+08 29 4 1.95957791731330D+09 29 5 -2.61891792658988D+08 29 6 -2.08068054576481D+09 29 7 -3.80407479939022D+09 29 8 4.75175570422089D+09 29 9 2.93340627389506D+09 29 10 3.36469212859972D+14 29 11 -1.46645669586112D+15 29 12 1.37687639602535D+15 29 13 -8.77430932894618D+15 29 14 7.48562484969280D+14 29 15 -3.44679306298419D+15 29 16 7.19237276399827D+15 29 17 -9.12372490432102D+15 29 18 -4.25520340240960D+14 29 19 -1.21466470430016D+14 29 20 -1.03479196718192D+15 29 21 1.40494098591398D+15 29 22 6.81716743216768D+14 29 23 1.35735701502054D+15 29 24 3.11239263446554D+16 29 25 -2.46139590545677D+16 29 26 2.82257283963725D+15 29 27 -3.49392324135366D+15 29 28 -4.48253058461615D+16 29 29 6.83889814174369D+16 30 1 1.66844173276992D+09 30 2 -2.45956896042055D+09 30 3 -7.75522800741410D+08 30 4 -1.04084880475551D+09 30 5 9.98572835924587D+08 30 6 -5.03266952028093D+07 30 7 -6.27588713148871D+08 30 8 1.46099766275966D+09 30 9 8.25855936902065D+08 30 10 -1.74864564297872D+14 30 11 9.43951052531712D+14 30 12 -5.34019315081216D+14 30 13 3.05619834474906D+15 30 14 -1.22332185713459D+15 30 15 1.82074716392448D+14 30 16 -1.02656374345277D+16 30 17 5.32334415310438D+15 30 18 4.35410886019482D+15 30 19 -1.21867114484224D+14 30 20 9.41133033340109D+15 30 21 -1.79169442315059D+15 30 22 -9.89874529044480D+15 30 23 5.99270294624666D+15 30 24 -1.64418963952845D+15 30 25 5.17377296289280D+14 30 26 -2.72923146907484D+16 30 27 1.04324093547195D+16 30 28 -1.06627831860961D+16 30 29 1.89505067878810D+15 30 30 1.10423762155188D+17 31 1 -5.38926310451404D+08 31 2 1.51048776934628D+09 31 3 1.92855364392298D+07 31 4 -7.59558076079111D+08 31 5 8.01458508804657D+07 31 6 8.23665416586568D+08 31 7 1.29848364954443D+09 31 8 -1.59063703986870D+09 31 9 -8.42944541264659D+08 31 10 -5.49219135396464D+13 31 11 3.23984486669312D+14 31 12 -7.59639042115840D+14 31 13 3.60818758778470D+15 31 14 -5.32686787055872D+14 31 15 3.54025877009562D+15 31 16 1.91473791462272D+15 31 17 -1.47443655226573D+15 31 18 -7.54858701514240D+14 31 19 7.65129072332800D+12 31 20 -1.70883749304038D+15 31 21 4.65399852526592D+14 31 22 -8.65620291422720D+14 31 23 -3.29232492049613D+15 31 24 -7.25658925406992D+14 31 25 1.61426431272960D+13 31 26 3.40856869198771D+15 31 27 -1.74509289700365D+15 31 28 1.34085542660966D+15 31 29 -3.83681321196550D+15 31 30 -2.33724713450501D+16 31 31 2.53736238075423D+16 32 1 -4.01707231810400D+08 32 2 7.20277121654807D+08 32 3 -8.16397460732783D+08 32 4 -4.40995371078863D+09 32 5 1.66086512270125D+09 32 6 5.04405649739329D+09 32 7 4.81165888722097D+09 32 8 -2.38114284846705D+09 32 9 -4.22766704860129D+09 32 10 -9.27304382346880D+13 32 11 4.95255182383616D+14 32 12 -1.34324565989376D+15 32 13 5.38884642966323D+15 32 14 -4.94364326236160D+14 32 15 6.96649333034803D+15 32 16 7.87265114736845D+15 32 17 -3.62197916996198D+15 32 18 -2.50040763617690D+15 32 19 -8.55505575040000D+13 32 20 -4.89241290211738D+15 32 21 -4.99452618778624D+14 32 22 -2.38272200436961D+16 32 23 3.56476991478344D+16 32 24 1.03065344847872D+15 32 25 -1.53980088175872D+14 32 26 -3.56342726132122D+15 32 27 6.58332884791360D+15 32 28 -4.30228109613056D+15 32 29 5.29770274868800D+14 32 30 -4.92912695547781D+16 32 31 2.05596089976172D+16 32 32 8.97874741397135D+16 33 1 2.05417388719760D+09 33 2 -3.43919077254454D+09 33 3 2.78402987311587D+08 33 4 4.62709108588593D+09 33 5 -1.72025529259721D+09 33 6 -5.17806029832664D+09 33 7 -6.68126547053780D+09 33 8 5.15944148992435D+09 33 9 4.89966747891026D+09 33 10 -6.71864702713681D+13 33 11 3.65180850140160D+14 33 12 2.39224329047878D+15 33 13 -1.16724957956239D+16 33 14 2.16795816879168D+15 33 15 -1.02899005585029D+16 33 16 4.24877929830400D+13 33 17 2.44057431361536D+14 33 18 2.20561491845120D+14 33 19 -6.78845902499840D+13 33 20 6.64950330932480D+14 33 21 -6.99329293219840D+14 33 22 2.22208606121472D+16 33 23 -3.19766683244344D+16 33 24 1.55580091271562D+15 33 25 -2.59780531118080D+14 33 26 1.08382848353884D+16 33 27 -9.10828053471795D+15 33 28 -1.45926897086106D+15 33 29 -3.03192638411238D+15 33 30 1.85262568207831D+16 33 31 -2.61571282874199D+16 33 32 -6.32750264919818D+16 33 33 8.71857797455355D+16 34 1 -7.39515046157873D+08 34 2 -9.05784775301271D+08 34 3 3.74965613927095D+08 34 4 1.67140131585756D+09 34 5 -2.88811488885847D+08 34 6 -7.88160147369809D+08 34 7 -9.31883488080464D+08 34 8 1.19460174443347D+09 34 9 4.13186906058045D+08 34 10 2.89892621381760D+13 34 11 -1.44862132966912D+14 34 12 1.43266572533760D+13 34 13 -1.46896267601203D+15 34 14 -2.82953540444160D+13 34 15 -1.32611361483008D+15 34 16 -1.21182844581683D+15 34 17 5.17471481752576D+14 34 18 2.23853349523456D+14 34 19 8.24752594227200D+13 34 20 4.68325203587072D+14 34 21 3.22077289396736D+14 34 22 -1.98242693991219D+15 34 23 1.25874058285261D+15 34 24 -8.06964466728960D+14 34 25 1.74849221863424D+14 34 26 -1.01487967808717D+15 34 27 4.39886974646848D+14 34 28 7.64637946331136D+14 34 29 2.60568711566848D+14 34 30 -7.15886393563955D+15 34 31 9.13445523194624D+14 34 32 4.17469628705178D+15 34 33 2.92244677794330D+15 34 34 1.96301910886973D+17 35 1 -1.98053020451599D+09 35 2 5.36404001835123D+09 35 3 5.29123846978979D+07 35 4 -8.37430050929686D+08 35 5 4.18282766843090D+08 35 6 5.78894633489649D+08 35 7 2.81796373986500D+09 35 8 -5.78232228061295D+09 35 9 -6.31796695620528D+08 35 10 -2.75324273584660D+13 35 11 -2.61848313140224D+14 35 12 -5.98952967557248D+14 35 13 1.34099311103181D+15 35 14 -6.51476720166400D+13 35 15 2.46390200883200D+13 35 16 1.45522521075712D+14 35 17 -1.41230513813504D+14 35 18 -8.32555232481280D+13 35 19 -1.15366894394368D+14 35 20 -4.56757121802240D+13 35 21 -9.77309426647040D+13 35 22 3.60370309615616D+14 35 23 -2.45658159811584D+14 35 24 1.26090573298144D+14 35 25 -3.08070567900160D+13 35 26 1.24125593716736D+14 35 27 -5.33122297630720D+13 35 28 -8.56586786027520D+13 35 29 -1.56997041519360D+14 35 30 -2.98717878424576D+14 35 31 1.91385279909376D+14 35 32 4.18489422963712D+14 35 33 -6.73829217665024D+14 35 34 -6.58002417303363D+16 35 35 4.76448511445832D+16 36 1 1.69940963939563D+08 36 2 -8.80830589512820D+08 36 3 -6.11638935721578D+08 36 4 3.05743929665096D+08 36 5 3.79328242668111D+08 36 6 2.17190827096321D+08 36 7 -4.75683753568801D+08 36 8 5.01504755280443D+08 36 9 3.94444296809376D+08 36 10 1.51040113111920D+13 36 11 -1.23870071146752D+14 36 12 2.43399606272000D+11 36 13 -5.40068118744064D+14 36 14 -5.49076865474560D+13 36 15 -4.41505347444224D+14 36 16 -4.78198363362304D+14 36 17 2.20515722857984D+14 36 18 8.56397013278720D+13 36 19 4.83634422073600D+13 36 20 1.01983895839744D+14 36 21 1.50337775609856D+14 36 22 -8.29654384321024D+14 36 23 5.66752753796224D+14 36 24 -3.39660957743104D+14 36 25 7.74545113960960D+13 36 26 -2.27790645931008D+14 36 27 1.04407054599616D+14 36 28 1.67478957240320D+14 36 29 2.63569863461280D+14 36 30 1.99383462862438D+15 36 31 -7.17858851433984D+14 36 32 -1.71953512441037D+15 36 33 1.52874951594458D+15 36 34 -7.56566490604831D+16 36 35 2.57209477113472D+16 36 36 1.29691843145535D+17 37 1 -1.09415723400280D+09 37 2 1.74174280279960D+09 37 3 9.13752229336872D+08 37 4 -3.88455451668147D+08 37 5 1.93362551927049D+08 37 6 4.94350632062740D+08 37 7 1.48261475434881D+09 37 8 -1.93510496115503D+09 37 9 -1.40809698020995D+09 37 10 -3.15502863677529D+13 37 11 2.89092026320384D+14 37 12 3.95930644416640D+13 37 13 4.63296799371264D+14 37 14 8.76469158297600D+12 37 15 -8.59081789040640D+13 37 16 1.89576508614656D+14 37 17 -2.36916527299584D+14 37 18 -9.56966360985600D+13 37 19 -6.24881840624640D+13 37 20 -4.09250203363840D+13 37 21 -4.44006868142080D+13 37 22 1.46099515834880D+14 37 23 -2.42948372643840D+13 37 24 -4.32567911178240D+13 37 25 3.07074961313280D+13 37 26 5.66178596864000D+13 37 27 -2.48354801914880D+13 37 28 2.23519775493120D+13 37 29 -7.82987991706624D+14 37 30 -1.53059703216026D+15 37 31 2.56857862146048D+14 37 32 1.45617323509862D+15 37 33 -3.64271582388224D+14 37 34 2.26829517506422D+16 37 35 -9.72922370478694D+15 37 36 -3.93519806311283D+16 37 37 3.00088101160417D+16 38 1 1.55004317551954D+09 38 2 -4.22954612406158D+09 38 3 -3.69419434548023D+09 38 4 -9.15039606177331D+08 38 5 1.95783624221586D+09 38 6 3.22156112824502D+09 38 7 -6.35002684632604D+08 38 8 2.27171208795776D+09 38 9 4.72628205087246D+08 38 10 -4.35870854781600D+12 38 11 -6.05324797742080D+13 38 12 7.27427572776960D+13 38 13 2.13443392965632D+14 38 14 -7.61513802895360D+13 38 15 -5.61219302533120D+13 38 16 -1.13678843906048D+14 38 17 1.94120123340800D+13 38 18 2.04883055697920D+13 38 19 -4.90463005824000D+12 38 20 -4.42898381824000D+12 38 21 2.66469208734720D+13 38 22 -8.95523562014720D+13 38 23 6.64203321269760D+13 38 24 -5.88965624668160D+13 38 25 1.76503641073920D+13 38 26 2.90428876441600D+13 38 27 -1.09514645468160D+13 38 28 -1.98075538165760D+13 38 29 -1.77712281170240D+13 38 30 1.40538643526451D+15 38 31 -3.44123386103808D+14 38 32 -1.24234362562970D+15 38 33 2.18353166744576D+14 38 34 -6.93391250558444D+16 38 35 2.53571747257280D+16 38 36 -1.02160357417554D+16 38 37 3.83659238065229D+15 38 38 1.49420079502750D+17 39 1 -3.55207693639910D+09 39 2 1.22360815360757D+10 39 3 2.98295077341023D+09 39 4 2.77361048012620D+08 39 5 -2.76532191668828D+08 39 6 -5.32154704397015D+08 39 7 3.27472086499152D+09 39 8 -1.19595477123305D+10 39 9 -2.45078363661360D+09 39 10 2.33321647904219D+13 39 11 2.69819896359936D+14 39 12 -7.17060211929600D+14 39 13 -1.26462879723110D+15 39 14 2.14391317568512D+14 39 15 2.66645121488896D+14 39 16 3.56203943521280D+14 39 17 2.12003707822080D+13 39 18 -1.52223047057408D+14 39 19 7.70568841277440D+13 39 20 -6.82824739020800D+12 39 21 -3.60284324884480D+13 39 22 1.32704817981440D+14 39 23 -4.09569459240960D+13 39 24 3.75081907862400D+13 39 25 -1.22046065269760D+13 39 26 -5.31332281651200D+12 39 27 -2.99882152294400D+12 39 28 -2.50320139417600D+13 39 29 1.77173674065536D+14 39 30 -2.99983421800448D+14 39 31 9.62982928604160D+13 39 32 2.16113682788352D+14 39 33 -6.28863799357440D+13 39 34 1.40732616892831D+16 39 35 -8.60073876435968D+15 39 36 2.37893706337203D+15 39 37 -1.99689858190848D+15 39 38 -4.39083061695826D+16 39 39 8.65811350321275D+16 40 1 -5.62074794425886D+08 40 2 -1.18725252925000D+09 40 3 -1.66527116362865D+09 40 4 1.30905043450742D+08 40 5 1.13467470349765D+09 40 6 1.84538937502369D+09 40 7 4.31170605766072D+08 40 8 5.25807760561843D+07 40 9 -1.80125636585188D+08 40 10 -3.10176817530480D+13 40 11 1.71838112432640D+14 40 12 -2.06164327731200D+14 40 13 1.50349187709338D+15 40 14 -1.65717009147904D+14 40 15 1.63204636950989D+15 40 16 8.62855931914240D+14 40 17 -3.22781374702592D+14 40 18 -1.66372907886592D+14 40 19 -3.98251378378240D+13 40 20 -3.09435957491712D+14 40 21 -2.98537519911936D+14 40 22 2.36317632611635D+15 40 23 -1.65787588368179D+15 40 24 8.12833457917952D+14 40 25 -1.69418027360256D+14 40 26 9.19554296999936D+14 40 27 -4.21801604353536D+14 40 28 -7.80705401114624D+14 40 29 -2.54609596734656D+14 40 30 2.05310072211866D+15 40 31 4.49292938095872D+14 40 32 -5.40455650137293D+15 40 33 -3.67897529076838D+15 40 34 -3.00541830795469D+16 40 35 9.03213460020890D+15 40 36 -3.29490501801472D+16 40 37 9.94791939879731D+15 40 38 -2.94806188669010D+16 40 39 6.44290561344256D+15 40 40 1.46064232831463D+17 41 1 -8.60925650151264D+08 41 2 2.27669274419102D+09 41 3 1.24795701083830D+09 41 4 8.49857819930550D+07 41 5 -2.33716626714436D+08 41 6 -3.36489766233107D+08 41 7 7.75941599170104D+08 41 8 -2.04297543726743D+09 41 9 -9.11463227991291D+08 41 10 5.75986168038612D+12 41 11 3.73366501457920D+13 41 12 2.10522964774896D+14 41 13 -1.88434332826624D+14 41 14 1.45855503261440D+13 41 15 -8.62307843394560D+13 41 16 -7.08060232921600D+13 41 17 3.13205961123840D+13 41 18 3.95764340597760D+13 41 19 1.83478369748480D+13 41 20 1.85000380472320D+13 41 21 3.28386544117760D+13 41 22 -1.81638453490176D+14 41 23 1.16879653656064D+14 41 24 -5.39546145933120D+13 41 25 1.15631904092160D+13 41 26 -6.14700613181440D+13 41 27 2.49296727842560D+13 41 28 4.80467837196800D+13 41 29 7.45673199411200D+13 41 30 -2.00710253056000D+11 41 31 -6.64885482355200D+13 41 32 2.33708486402048D+14 41 33 3.00082252564992D+14 41 34 5.01520281659110D+15 41 35 -6.21561683734016D+14 41 36 5.91642219846810D+15 41 37 -3.12464052397824D+15 41 38 6.37120559290010D+15 41 39 -3.45837966426778D+15 41 40 -3.03372840388923D+16 41 41 2.84457910870415D+16 42 1 -1.96584380293007D+08 42 2 4.89434921917323D+09 42 3 7.52389923262139D+09 42 4 1.11953985113889D+09 42 5 -5.84908967861946D+09 42 6 -8.17283654088157D+09 42 7 -9.22955526551164D+08 42 8 9.54744315719355D+08 42 9 6.48925880183664D+08 42 10 -1.16654535118040D+13 42 11 3.11188952657920D+13 42 12 -1.04284868879360D+15 42 13 4.09452294547456D+14 42 14 4.77456856769536D+14 42 15 -4.25473550940160D+13 42 16 1.00979842290893D+15 42 17 -3.42097423204352D+14 42 18 -2.49248434529280D+14 42 19 -8.61529898711040D+13 42 20 -2.27202426890240D+13 42 21 -2.29990081171456D+14 42 22 5.43091357066752D+14 42 23 -2.73649935115264D+14 42 24 3.24815890386944D+14 42 25 -9.53904869002240D+13 42 26 -1.13544465131520D+14 42 27 5.32808751987200D+13 42 28 1.27788460486656D+14 42 29 -2.70700155567744D+14 42 30 -7.35908976228147D+15 42 31 1.74426891483648D+15 42 32 7.40330485853594D+15 42 33 -1.17689064373760D+15 42 34 -3.25741726393487D+16 42 35 8.73560095791411D+15 42 36 -7.86185452518093D+15 42 37 -1.90805749946419D+15 42 38 -1.60660245858877D+16 42 39 2.13514901806592D+15 42 40 -2.81179869617828D+16 42 41 4.44047755405414D+15 42 42 9.85902570973665D+16 43 1 9.67518402233930D+08 43 2 -2.17035975722163D+09 43 3 -4.78964465566068D+09 43 4 -3.74397095255358D+09 43 5 4.95942094002301D+09 43 6 6.78430047583497D+09 43 7 2.77646318942038D+09 43 8 -2.78905590588184D+09 43 9 -1.99463395773803D+09 43 10 2.52627383281775D+13 43 11 -2.86921448058880D+13 43 12 2.03472464486899D+15 43 13 -6.44672185032704D+14 43 14 -6.72141286085632D+14 43 15 2.05430727755776D+14 43 16 -1.50756739591987D+15 43 17 5.42877703741440D+14 43 18 4.75130568036352D+14 43 19 1.13794294550528D+14 43 20 1.88510852794368D+14 43 21 2.58181266255872D+14 43 22 -3.60801680283648D+14 43 23 -6.57491493048320D+13 43 24 -1.95326590897408D+14 43 25 5.33734637291520D+13 43 26 -1.00501139187712D+14 43 27 2.07981915996160D+13 43 28 -1.23361306664960D+13 43 29 4.83651461905664D+14 43 30 1.37151772742246D+15 43 31 -2.46195860454400D+14 43 32 -2.10666840780595D+15 43 33 1.28912464089088D+14 43 34 8.19873492196966D+15 43 35 -3.56797238423962D+15 43 36 -2.40330240087552D+14 43 37 2.71592567381606D+15 43 38 -5.59104562945434D+15 43 39 3.13184672431718D+15 43 40 -7.55227657178317D+15 43 41 1.03668977562112D+15 43 42 -4.23319212729999D+16 43 43 7.66212294024684D+16 44 1 3.19022793917424D+08 44 2 -4.10024367324390D+08 44 3 3.67612924489096D+08 44 4 1.05197963152071D+08 44 5 -4.08172966624847D+07 44 6 -1.08087799495187D+08 44 7 -4.24220745865366D+08 44 8 4.50841665458149D+08 44 9 -2.59525120803072D+08 44 10 2.37426901732362D+13 44 11 6.84845390775966D+14 44 12 -1.01661317737120D+15 44 13 2.27703709878052D+15 44 14 -1.15129798343584D+14 44 15 -1.86323119004094D+14 44 16 -8.32322830680320D+13 44 17 -6.76420431773200D+13 44 18 -9.97414645593600D+13 44 19 -1.09658212955934D+14 44 20 4.17820779174400D+12 44 21 -4.95077219488360D+13 44 22 -2.74992296520160D+13 44 23 1.63121648066520D+13 44 24 -4.73701417068480D+13 44 25 7.79480935994400D+12 44 26 4.30546984128000D+11 44 27 1.52844685211600D+12 44 28 7.89631953945600D+12 44 29 -8.03587412378680D+13 44 30 -1.33157874816000D+12 44 31 -1.10127918549240D+13 44 32 1.54567770071680D+13 44 33 1.03014800154220D+13 44 34 8.02135066647360D+13 44 35 -5.93598034949848D+14 44 36 -1.60677328339776D+14 44 37 7.84639793571464D+14 44 38 -5.60718199525632D+14 44 39 2.97500422419194D+15 44 40 -4.83988715783488D+14 44 41 2.42755096507551D+15 44 42 1.16297160059152D+14 44 43 -3.84347376688184D+14 44 44 3.02878579316629D+15 45 1 -1.59758824716350D+09 45 2 1.67408366691143D+09 45 3 -2.15741986681689D+09 45 4 -5.42760088096953D+08 45 5 2.18532234471702D+08 45 6 5.66407751184625D+08 45 7 2.14035273115226D+09 45 8 -1.89261225897223D+09 45 9 1.59101732172718D+09 45 10 -1.18725465427962D+14 45 11 -3.42421032652902D+15 45 12 5.15675271142275D+15 45 13 -1.14733672770191D+16 45 14 5.77739386954496D+14 45 15 9.54377800668160D+14 45 16 4.18242673053184D+14 45 17 3.40325711152128D+14 45 18 5.06679118246912D+14 45 19 5.54993990608384D+14 45 20 -2.18227972014080D+13 45 21 2.50952427803648D+14 45 22 1.41581789605376D+14 45 23 -8.94652512179200D+13 45 24 2.39745251476320D+14 45 25 -3.92509939681280D+13 45 26 9.57252510720000D+10 45 27 -1.09612109095680D+13 45 28 -4.41560972789760D+13 45 29 4.25043727406720D+14 45 30 4.57810719948800D+12 45 31 5.64401395988480D+13 45 32 -8.53079893360640D+13 45 33 -5.49383441838080D+13 45 34 -4.78548502753024D+14 45 35 3.49035461808742D+15 45 36 1.11603828935590D+15 45 37 -5.48259178909133D+15 45 38 2.97761879809869D+15 45 39 -1.57789917602488D+16 45 40 3.25891775414989D+15 45 41 -1.62610329875965D+16 45 42 -7.33251361556992D+14 45 43 2.44603152922010D+15 45 44 -1.66856690914858D+16 45 45 9.43638209307023D+16 46 1 3.89181762665065D+09 46 2 -5.21202157722905D+09 46 3 -6.82062999447868D+09 46 4 -3.48797669114760D+09 46 5 4.74451012887023D+09 46 6 7.09651248943177D+09 46 7 -4.03840072164176D+08 46 8 4.67511729942224D+08 46 9 -2.75882809131629D+08 46 10 -1.90076590619840D+13 46 11 5.28745563951168D+14 46 12 -5.70349126705152D+14 46 13 1.62283055444224D+15 46 14 4.45671531253760D+13 46 15 1.06961945269888D+14 46 16 -3.51736250888192D+14 46 17 -1.53085252894720D+14 46 18 5.76282738100224D+14 46 19 7.64498806618880D+14 46 20 8.71612795699200D+13 46 21 1.34225750164992D+14 46 22 -2.15294947302400D+14 46 23 7.81413232520960D+13 46 24 -9.49692304752640D+13 46 25 2.97503667034880D+13 46 26 -3.14912320747520D+13 46 27 2.68152390976000D+12 46 28 3.73275998658560D+13 46 29 -6.23400827246080D+13 46 30 9.03410928779264D+14 46 31 -2.52866177473472D+14 46 32 -1.03689001240166D+15 46 33 2.30838361986752D+14 46 34 -3.19580171523277D+15 46 35 1.56406835159027D+15 46 36 -9.04598177837670D+15 46 37 5.63923051271654D+15 46 38 -1.16065638900122D+15 46 39 3.97862239798106D+15 46 40 3.34368570593280D+14 46 41 1.14637642131648D+14 46 42 -3.27354096999281D+16 46 43 4.72498553441032D+16 46 44 -1.08745175621146D+15 46 45 5.81360092861658D+15 46 46 1.75626812704637D+17 47 1 -1.79522927187873D+09 47 2 2.26331050165325D+09 47 3 -7.28571699269697D+08 47 4 5.67773826552956D+08 47 5 -9.02160662358978D+08 47 6 -1.29327512355465D+09 47 7 1.22746136505499D+09 47 8 -1.36114285293546D+09 47 9 2.02184846303135D+09 47 10 1.16350048989406D+14 47 11 -2.86804908970598D+15 47 12 2.55264422593098D+15 47 13 -8.98110537037414D+15 47 14 -8.31165272087680D+14 47 15 -7.16229698382848D+14 47 16 5.53484531903488D+14 47 17 1.43927686523494D+15 47 18 -3.05795750436787D+15 47 19 -4.17019092951962D+15 47 20 -2.07000115802880D+14 47 21 -4.51044777081856D+14 47 22 4.78039762063872D+14 47 23 -7.98704808519680D+13 47 24 -1.21614520090192D+14 47 25 1.69637769205760D+13 47 26 3.71069619228160D+13 47 27 1.85250305753600D+13 47 28 -2.05183492429312D+14 47 29 5.13166189621952D+14 47 30 -3.50569227468800D+13 47 31 1.01985181496064D+14 47 32 -1.46709048181760D+13 47 33 -1.11410429732352D+14 47 34 9.14117965327360D+13 47 35 3.27531193788211D+15 47 36 3.03776100506586D+15 47 37 -8.21078031322880D+15 47 38 4.39660032264346D+15 47 39 -2.28333403397601D+16 47 40 4.81478730562304D+14 47 41 -3.13136486526618D+15 47 42 5.81179294584883D+15 47 43 -8.68625523769139D+15 47 44 6.92248918028206D+15 47 45 -3.92880600726205D+16 47 46 -5.10734388615581D+16 47 47 1.38223340042530D+17 48 1 2.01827197867045D+08 48 2 -1.98390965356090D+09 48 3 -1.90863900256030D+09 48 4 -1.30434791126774D+09 48 5 2.57740020797285D+09 48 6 2.87713662372240D+09 48 7 1.10252074612229D+09 48 8 -5.93489836803349D+08 48 9 -9.68503336976900D+08 48 10 -2.30458472063680D+13 48 11 2.70584262426368D+14 48 12 8.67879165964288D+14 48 13 2.58237779939430D+15 48 14 -2.84540106792960D+13 48 15 6.39195493821440D+13 48 16 -3.50652391092224D+14 48 17 -2.49886787331584D+14 48 18 1.87151618334720D+14 48 19 2.36118806035200D+14 48 20 -5.15929889054720D+13 48 21 -5.38988979322880D+13 48 22 1.42698316453888D+14 48 23 -2.98078933874688D+14 48 24 1.34190811131904D+14 48 25 -4.51017104858880D+13 48 26 1.45541242841088D+14 48 27 -7.29352424617600D+13 48 28 -1.03019252539392D+14 48 29 1.41016024970208D+14 48 30 4.94028423553024D+14 48 31 5.84689561364480D+13 48 32 -5.44988093661184D+14 48 33 -5.58003991964928D+14 48 34 1.79751972923105D+16 48 35 -5.19422225621555D+15 48 36 1.10207625621545D+16 48 37 -2.32747907977267D+15 48 38 -3.51670876453274D+15 48 39 1.76302957114675D+15 48 40 -1.49805478553068D+16 48 41 2.29470433998221D+15 48 42 -3.13683567234724D+16 48 43 3.82952728779305D+16 48 44 -2.02211486848256D+14 48 45 1.20098778974618D+15 48 46 -8.36857316790477D+16 48 47 1.62371390062083D+16 48 48 1.23023656117039D+17 49 1 7.79347811115604D+08 49 2 2.11200358019581D+09 49 3 -1.18204865634896D+09 49 4 1.14431976196354D+09 49 5 -1.18436836951415D+09 49 6 -1.65025557968131D+09 49 7 -1.92366360119404D+09 49 8 -9.27629417163875D+08 49 9 2.83230247131376D+09 49 10 1.44797749790887D+14 49 11 -1.17294423812774D+15 49 12 2.81772559886212D+15 49 13 -1.43013021003766D+16 49 14 -1.30681780509318D+15 49 15 1.16671161618624D+15 49 16 7.63129622568960D+13 49 17 1.37694221519078D+15 49 18 -1.38317958578240D+14 49 19 -1.27830052369677D+15 49 20 -1.12535149866816D+14 49 21 2.96537083440640D+14 49 22 3.87338808477440D+14 49 23 1.54460889056512D+14 49 24 2.10245248210272D+14 49 25 9.00274132531200D+12 49 26 -2.27313246331520D+13 49 27 5.56876708834560D+13 49 28 -3.34999618142720D+13 49 29 -2.00389125880096D+14 49 30 -6.58193001404160D+13 49 31 -5.31343552775040D+13 49 32 9.34226090688000D+13 49 33 1.26218052088960D+14 49 34 -3.02652695637837D+15 49 35 1.37882800445888D+15 49 36 1.56551250074080D+14 49 37 -9.45215170284877D+15 49 38 7.59954210404320D+14 49 39 -1.35567966734413D+15 49 40 2.43168134776154D+15 49 41 -2.94058309157376D+14 49 42 1.37786359291471D+16 49 43 -3.13308364005688D+16 49 44 2.68982819928492D+14 49 45 -1.39650354788915D+15 49 46 1.53306880019158D+16 49 47 -1.22848076484939D+16 49 48 -4.07023480991916D+16 49 49 8.94573074181991D+16 50 1 1.35024105101561D+09 50 2 -1.98541236079446D+09 50 3 -4.79965570893638D+08 50 4 8.27754225604695D+08 50 5 2.65387361477471D+08 50 6 -1.38225224435196D+09 50 7 -2.17799770654196D+09 50 8 1.72002445691814D+09 50 9 1.86220942736708D+09 50 10 1.84965622124240D+13 50 11 1.15120036509696D+15 50 12 -6.87096744032666D+15 50 13 4.29831518092902D+15 50 14 3.17290012496282D+15 50 15 -1.18738815326208D+14 50 16 4.39543093730304D+15 50 17 6.33862063874048D+14 50 18 -1.18984368947405D+15 50 19 7.48632480140288D+14 50 20 -6.46787576381440D+13 50 21 1.28952896313856D+15 50 22 1.04491004347290D+15 50 23 1.55816860915200D+14 50 24 4.25469583077376D+14 50 25 -1.57871217463808D+14 50 26 -3.27753179453440D+13 50 27 1.02860397332736D+14 50 28 -5.34887980206080D+13 50 29 -9.39308449839360D+13 50 30 -1.46429186035712D+14 50 31 2.96973963842560D+13 50 32 4.68348570972160D+13 50 33 1.30381886238720D+13 50 34 -1.17019473479680D+14 50 35 -1.15605183168512D+14 50 36 5.67863903090688D+14 50 37 -3.06590764989030D+15 50 38 -3.73525121089536D+14 50 39 2.04028255876608D+15 50 40 -5.76749067161600D+13 50 41 5.65241811627008D+14 50 42 -7.88397009413632D+15 50 43 1.07707618787779D+16 50 44 -3.87525385795200D+12 50 45 5.19952716892160D+13 50 46 -9.79721632665600D+13 50 47 9.77144601783808D+14 50 48 1.33816827856650D+16 50 49 3.64088236540301D+15 50 50 6.92204483799153D+16 51 1 -6.98456721915875D+08 51 2 5.28095447365500D+08 51 3 2.87660439631291D+09 51 4 -9.74708434370983D+08 51 5 2.93310750186309D+08 51 6 1.79112312182163D+09 51 7 1.67316696422927D+09 51 8 -8.21398889909919D+08 51 9 -4.66774044718901D+09 51 10 1.44043552454740D+14 51 11 -1.37211024292762D+15 51 12 1.23437692972557D+16 51 13 -8.48221525218918D+15 51 14 -2.80457193671296D+15 51 15 -6.91800549658624D+14 51 16 -1.99424546008781D+15 51 17 -6.58922811825357D+15 51 18 4.10393085604250D+15 51 19 -1.51955693000704D+15 51 20 6.58476821228544D+14 51 21 -8.70996528121651D+15 51 22 -6.44299751297024D+14 51 23 -2.53121119690752D+14 51 24 -1.27420523098656D+15 51 25 6.93375465672192D+14 51 26 2.39598964239360D+14 51 27 -6.29623314386688D+14 51 28 4.28086641285120D+13 51 29 4.84705357997312D+14 51 30 5.75333978388480D+13 51 31 -8.44803250969600D+13 51 32 -1.11862124800000D+14 51 33 -7.33278521272320D+13 51 34 5.51245221508096D+14 51 35 -2.27626972797338D+15 51 36 -7.02880467185152D+14 51 37 3.83057015271270D+15 51 38 2.08046893399245D+15 51 39 -1.11212109223188D+16 51 40 7.92660083163136D+14 51 41 -4.48057271681843D+15 51 42 4.25118536014643D+15 51 43 -8.72516974879744D+15 51 44 1.81392104247169D+15 51 45 -9.59005856051610D+15 51 46 3.59327329049318D+15 51 47 -1.90451864321900D+16 51 48 -4.55722290622157D+15 51 49 -7.87575252504525D+15 51 50 -4.54433030318100D+16 51 51 1.22236636102304D+17 52 1 -7.27895933852805D+08 52 2 -1.80333298366462D+09 52 3 -5.36751274953921D+09 52 4 -9.17339390272442D+08 52 5 3.05528118894037D+09 52 6 7.21717840050920D+09 52 7 1.64523680520512D+09 52 8 -1.25194731187121D+09 52 9 -1.84966579548361D+09 52 10 -2.90730326558688D+14 52 11 1.44881470664192D+15 52 12 -6.94483373755597D+15 52 13 3.10639460931994D+15 52 14 8.01747779780608D+14 52 15 2.77354675314432D+14 52 16 1.13228205369344D+15 52 17 -9.01841820693760D+14 52 18 -1.47062002618368D+15 52 19 9.94822999104896D+14 52 20 -2.28319078676480D+14 52 21 2.95058273907379D+15 52 22 -3.09702893494272D+14 52 23 1.93494510296320D+14 52 24 -3.91691061874688D+14 52 25 -1.06371879138880D+14 52 26 -4.20494381947904D+14 52 27 2.14234975608928D+14 52 28 1.05101566472397D+15 52 29 6.12662812938656D+14 52 30 6.37723919736832D+14 52 31 -3.26165859783168D+14 52 32 7.02613236191232D+14 52 33 2.59969930993280D+14 52 34 -4.05708518477824D+14 52 35 1.06260539057664D+15 52 36 -5.53410142603264D+14 52 37 2.40419137530112D+15 52 38 -4.78532032536576D+14 52 39 2.27354491196928D+15 52 40 1.31561809006592D+14 52 41 2.83452903647104D+14 52 42 -6.57100626192179D+15 52 43 1.25502995132308D+16 52 44 -2.12564274918336D+14 52 45 1.20569111243341D+15 52 46 -6.31589703864320D+14 52 47 2.94617577363277D+15 52 48 1.52047604707738D+16 52 49 -8.29179776582810D+15 52 50 -4.22257652638085D+16 52 51 2.57461068855046D+16 52 52 1.51196785473114D+17 53 1 1.45542844127105D+09 53 2 -3.80660580470933D+09 53 3 -1.65673958821264D+09 53 4 1.57117175307933D+09 53 5 -1.02030798168356D+09 53 6 -2.70370215708734D+09 53 7 -3.02660244196104D+09 53 8 4.82692053856936D+09 53 9 4.36041665763266D+09 53 10 1.34397957544948D+15 53 11 -1.14241420622193D+16 53 12 4.54843484681664D+15 53 13 -1.28588647103037D+16 53 14 -3.90999806993920D+14 53 15 -2.27676465538662D+15 53 16 2.30597548820275D+15 53 17 3.67858216261222D+15 53 18 3.32363883458048D+15 53 19 -6.17437736487117D+15 53 20 1.00485890780262D+15 53 21 -1.59979190725632D+16 53 22 4.26638835728179D+15 53 23 -9.87223869476864D+14 53 24 2.34484767393734D+15 53 25 4.63944931307520D+13 53 26 2.55937568334643D+15 53 27 -1.43912674101299D+15 53 28 -6.24218362702746D+15 53 29 -3.88495731375155D+15 53 30 -4.76859732412416D+15 53 31 2.25684714036941D+15 53 32 -3.95011836334899D+15 53 33 -1.68896682045645D+15 53 34 2.48050944497050D+15 53 35 -9.85819288588698D+15 53 36 2.92898897247744D+14 53 37 -8.38406885580800D+13 53 38 4.67647599239168D+15 53 39 -2.41782228819190D+16 53 40 -1.03234854192947D+15 53 41 2.18984441782272D+14 53 42 1.65875922307072D+15 53 43 -2.62733155033088D+15 53 44 1.03679818522631D+15 53 45 -5.26062343096934D+15 53 46 3.39062573844173D+15 53 47 -1.91479596744980D+16 53 48 -2.82859384725504D+15 53 49 -6.75839466007782D+15 53 50 2.17859733885686D+16 53 51 -2.57144966950502D+16 53 52 -6.15159061866860D+16 53 53 1.76764165542785D+17 54 1 2.46015147894906D+08 54 2 -2.38494068888338D+09 54 3 -4.30793109012916D+08 54 4 7.31028614587548D+08 54 5 7.85750627222466D+07 54 6 -2.79243526054208D+08 54 7 -9.77046560128081D+08 54 8 2.30636355922717D+09 54 9 7.10029684692872D+08 54 10 -2.91341927511232D+14 54 11 2.80385913126349D+15 54 12 8.80945038194688D+15 54 13 8.25801648052224D+14 54 14 -1.88543431890534D+15 54 15 2.07086544363520D+14 54 16 -2.49726616433459D+15 54 17 6.92477762734080D+14 54 18 1.42166349664666D+15 54 19 -1.23465431666176D+14 54 20 -4.33043758745600D+14 54 21 2.44645675228570D+15 54 22 -6.35991394537472D+14 54 23 -3.93733458107392D+14 54 24 -1.46472599252992D+14 54 25 2.11188942186445D+15 54 26 -2.42431073644544D+14 54 27 1.23048994413594D+15 54 28 -7.64069975355392D+14 54 29 1.41138372338906D+15 54 30 4.54034192580608D+14 54 31 -3.88431605834496D+14 54 32 -2.45679208599552D+14 54 33 -1.10397483802624D+14 54 34 3.34508257296384D+14 54 35 -8.00687897150464D+14 54 36 -1.50182022094848D+14 54 37 1.11763844128512D+15 54 38 2.60160511451136D+14 54 39 -1.22581262917530D+15 54 40 4.11876962222080D+13 54 41 -8.08000928755968D+14 54 42 6.80875239951974D+15 54 43 -1.03548799879127D+16 54 44 3.83314051304320D+13 54 45 -3.56916173840896D+14 54 46 -2.79406922055680D+13 54 47 2.96539561318400D+12 54 48 -1.43947978584392D+16 54 49 2.29222056405888D+15 54 50 -3.74409818263204D+16 54 51 1.20056934854344D+16 54 52 -6.78180271752356D+16 54 53 1.90070812343153D+16 54 54 1.81848806903513D+17 55 1 -1.35752888337040D+09 55 2 6.69677704064372D+09 55 3 1.93146460222004D+09 55 4 -8.25243415709402D+08 55 5 -7.41353599909717D+06 55 6 3.57999556733378D+08 55 7 2.18276960893816D+09 55 8 -6.68935884869813D+09 55 9 -2.28948522039296D+09 55 10 1.62379623071225D+15 55 11 -1.20708363772539D+16 55 12 1.01418482122221D+15 55 13 -1.37069446501827D+16 55 14 1.03467314307789D+15 55 15 -6.34701189971968D+14 55 16 -3.20377466053325D+15 55 17 -1.07028902773965D+15 55 18 -9.39980058831872D+14 55 19 7.11950695484416D+14 55 20 2.07925029666918D+15 55 21 -9.95861490172723D+15 55 22 -9.92700087576576D+14 55 23 1.56822625066189D+15 55 24 6.51294208131968D+14 55 25 -1.06830247519764D+16 55 26 1.60502286776218D+15 55 27 -7.67546380377498D+15 55 28 4.52476821379789D+15 55 29 -7.50276541849856D+15 55 30 -1.65137059202458D+15 55 31 2.07201390311219D+15 55 32 9.89998274021376D+14 55 33 5.81631746985984D+14 55 34 1.70201488785203D+15 55 35 -1.28708139870679D+16 55 36 -2.73945567120384D+14 55 37 7.44430908825600D+14 55 38 2.86310408377344D+14 55 39 -1.81596039168819D+15 55 40 2.18128644089856D+14 55 41 5.87692618821632D+14 55 42 -7.51400645363712D+14 55 43 1.00324558394982D+15 55 44 -3.61743725516764D+14 55 45 2.03632924302541D+15 55 46 -1.53079897919488D+14 55 47 9.34873230595072D+14 55 48 1.75071751550566D+15 55 49 -9.36441117848576D+14 55 50 6.20834725048115D+15 55 51 -1.35687424817623D+16 55 52 1.30701924873344D+16 55 53 -2.95340086006989D+16 55 54 -5.01080363405025D+16 55 55 1.48326580208730D+17 56 1 -7.19580007110895D+08 56 2 2.26122977947322D+09 56 3 5.56879916464311D+09 56 4 3.40184100671065D+09 56 5 -4.41593995807021D+09 56 6 -7.48253863449360D+09 56 7 -2.68226393224664D+09 56 8 2.15470732170623D+09 56 9 1.91373578930722D+09 56 10 1.03521450080676D+14 56 11 4.93664753944064D+14 56 12 -4.38089837884232D+16 56 13 2.20788502864323D+16 56 14 -2.35500725817242D+15 56 15 9.04508322479616D+14 56 16 -9.16229396581069D+15 56 17 1.17409945619968D+15 56 18 4.94559412254208D+15 56 19 1.83535180593664D+15 56 20 -3.84772608348160D+13 56 21 1.62707792522138D+15 56 22 -8.41102026144768D+14 56 23 -1.71445752488448D+14 56 24 1.05013376289382D+15 56 25 -1.44245497496320D+14 56 26 9.28711384519680D+13 56 27 -4.24586835976960D+13 56 28 1.24853618995200D+14 56 29 1.54165794988544D+14 56 30 1.40556308116480D+15 56 31 -2.63077405345536D+14 56 32 -6.12930022502400D+14 56 33 -8.36925014118400D+12 56 34 9.86811676356608D+14 56 35 -4.47270977919488D+14 56 36 3.51657812717568D+14 56 37 -1.28665637323776D+14 56 38 3.76717738981376D+14 56 39 -1.13393570925414D+15 56 40 -3.64157893120000D+14 56 41 -2.59952325944320D+13 56 42 2.50980126887731D+15 56 43 -4.42709930379878D+15 56 44 4.56595619793344D+14 56 45 -2.29628211578010D+15 56 46 2.27354815885312D+14 56 47 2.07814491955200D+14 56 48 -4.93869417194291D+15 56 49 1.83319481378662D+15 56 50 1.37303194803507D+15 56 51 -4.58750963607194D+15 56 52 -2.49109266625290D+16 56 53 3.56301303772365D+15 56 54 -2.24552758055875D+16 56 55 2.67329657107046D+15 56 56 1.33779748185793D+17 57 1 2.29744384553392D+08 57 2 -4.49255344959643D+08 57 3 -6.84164615118032D+08 57 4 -2.69901409068240D+09 57 5 1.78263847563179D+09 57 6 3.03380217913420D+09 57 7 2.46926784955351D+09 57 8 -1.33338176146595D+09 57 9 -2.34964729273297D+09 57 10 -1.12213327301938D+14 57 11 9.36068742982656D+14 57 12 3.01038971020028D+16 57 13 -2.03064852877640D+16 57 14 1.72932431568717D+15 57 15 -3.36690722654003D+15 57 16 5.31858472678093D+15 57 17 -1.58373786705715D+15 57 18 -1.05230620704819D+15 57 19 -1.07755675865190D+15 57 20 2.45958575697664D+14 57 21 -8.48309656006656D+14 57 22 2.93647688372224D+14 57 23 8.36740218378240D+13 57 24 -4.71520781035008D+14 57 25 5.10106140677120D+13 57 26 -4.93418184704000D+13 57 27 -1.55306585538560D+13 57 28 3.31741845934080D+13 57 29 -1.91127073940352D+14 57 30 -7.31217865808896D+14 57 31 1.13324685931008D+14 57 32 3.52014330754048D+14 57 33 1.66656960471040D+13 57 34 -4.14025579335680D+14 57 35 -2.40582087234560D+14 57 36 -1.54807538224128D+14 57 37 -2.85019991260160D+13 57 38 -7.64151274961920D+13 57 39 3.24456221859840D+13 57 40 1.83242100668928D+14 57 41 4.02012306365440D+13 57 42 3.85432305866752D+14 57 43 -5.27654530256896D+14 57 44 -5.11234676509644D+14 57 45 2.58558256182067D+15 57 46 -9.36294578005760D+13 57 47 -2.27407177279488D+14 57 48 5.41731075283456D+14 57 49 -3.83787477623936D+15 57 50 1.22334391808102D+15 57 51 -1.77181140213043D+15 57 52 -3.87752896583322D+15 57 53 3.70941377966490D+15 57 54 -1.48174264565402D+15 57 55 9.55123106340864D+14 57 56 -6.02205590679327D+16 57 57 6.17785059736023D+16 58 1 2.29944337001793D+07 58 2 2.15513860416529D+09 58 3 2.20541797237988D+09 58 4 2.53253479221787D+09 58 5 -3.45077971095538D+09 58 6 -5.12764142393397D+09 58 7 -2.55553256143216D+09 58 8 1.29563742433867D+09 58 9 2.92222046436120D+09 58 10 -2.38734825740880D+13 58 11 2.56680488080384D+15 58 12 4.02532765591962D+15 58 13 1.44072590518886D+15 58 14 -4.39063032684442D+15 58 15 6.19440931535872D+14 58 16 -4.59103424872346D+15 58 17 2.87911486229402D+15 58 18 -2.63931376573092D+16 58 19 1.23774989177620D+16 58 20 -7.98991612085350D+15 58 21 1.05376130526771D+16 58 22 -2.43407430936525D+15 58 23 -1.11813212017152D+14 58 24 5.68123054725734D+15 58 25 -9.95950319209728D+14 58 26 1.85487749581824D+14 58 27 -1.70302040393472D+14 58 28 1.37133361068032D+14 58 29 5.04250886112000D+12 58 30 1.29909824045261D+15 58 31 -2.43602291229440D+14 58 32 -5.69904563638272D+14 58 33 1.09329034286592D+14 58 34 1.04305749598208D+14 58 35 1.90917454466560D+14 58 36 1.38569684340736D+14 58 37 -4.83837708332544D+14 58 38 -1.96896511631360D+14 58 39 1.19560005173811D+15 58 40 -1.98490657136640D+13 58 41 -1.99442989108224D+14 58 42 1.52100213311795D+15 58 43 -3.00525111264768D+15 58 44 1.25143240371040D+14 58 45 -6.88098828118272D+14 58 46 2.01576877465600D+13 58 47 1.95796605187840D+14 58 48 -4.06236633947750D+15 58 49 2.45758996052704D+15 58 50 -4.80688993201357D+15 58 51 -6.10398290304000D+13 58 52 9.27034700213043D+15 58 53 2.31863779068928D+14 58 54 -2.41261654496543D+16 58 55 7.89742377895629D+15 58 56 -5.14196242340659D+15 58 57 1.01965624514458D+15 58 58 1.05724427960975D+17 59 1 1.29670067012087D+09 59 2 -2.20490180390752D+09 59 3 -2.43181112290567D+08 59 4 -5.21542538056221D+09 59 5 4.36929191679410D+09 59 6 7.38274089917800D+09 59 7 3.91871772285251D+09 59 8 -2.16438657468302D+09 59 9 -7.13959230379485D+09 59 10 6.27113280562026D+14 59 11 -6.32129326897971D+15 59 12 1.20601115272884D+16 59 13 -4.19290176532480D+15 59 14 6.49028520775680D+13 59 15 -2.95310549131264D+15 59 16 1.15416652150784D+15 59 17 -8.81281954988851D+15 59 18 5.13043598100173D+16 59 19 -2.21015265120993D+16 59 20 1.82044366128538D+16 59 21 -2.47140342528737D+16 59 22 2.29282819079168D+15 59 23 -2.62947548938240D+13 59 24 -5.99890461895219D+15 59 25 1.29677081520742D+15 59 26 -7.15936306264064D+14 59 27 5.62683596388352D+14 59 28 4.06232526997504D+14 59 29 6.02484594013184D+14 59 30 -2.67251870898995D+15 59 31 5.71665981546496D+14 59 32 1.52266581496627D+15 59 33 -1.46019269951488D+14 59 34 -1.12487421031424D+14 59 35 -1.44106133504000D+13 59 36 -8.56759587763200D+13 59 37 1.80119323252736D+14 59 38 8.70939617075200D+12 59 39 -3.43960965529600D+13 59 40 8.35245504798720D+13 59 41 5.65304905113600D+12 59 42 1.71205293867008D+14 59 43 -2.36860590571520D+14 59 44 -2.74792286148160D+13 59 45 1.44275620876288D+14 59 46 2.70616568385536D+14 59 47 -1.71172762383770D+15 59 48 4.10114597364736D+14 59 49 -9.03110443043840D+14 59 50 2.48517234270003D+15 59 51 -1.48038437913395D+15 59 52 8.04660012204544D+14 59 53 -7.56118140955034D+15 59 54 2.85649908383744D+15 59 55 -1.50964440646124D+16 59 56 -1.02100002082202D+15 59 57 1.09125820173107D+15 59 58 -5.43121656811356D+16 59 59 1.05811760597668D+17 60 1 1.42229842034041D+09 60 2 -2.17354833847358D+09 60 3 -7.89950880575334D+08 60 4 1.35563800303247D+09 60 5 9.91385587702271D+07 60 6 -1.17531619898553D+09 60 7 -2.77793898830989D+09 60 8 2.07440668952936D+09 60 9 1.96526486686295D+09 60 10 3.87557357005040D+13 60 11 2.51763817071053D+15 60 12 -2.91884617574932D+16 60 13 1.61456697260759D+16 60 14 -3.68271811424870D+15 60 15 1.08272242224614D+15 60 16 -8.03616609908941D+15 60 17 2.41185470813850D+15 60 18 4.21129484469248D+15 60 19 1.34853753221120D+15 60 20 -1.03735729770496D+14 60 21 2.67857770459443D+15 60 22 -1.17320307990733D+15 60 23 -2.73564379798272D+14 60 24 2.52511669188608D+14 60 25 1.45052348054349D+15 60 26 1.70818892014592D+14 60 27 -1.54919429756800D+14 60 28 -4.56365792586752D+14 60 29 7.23249676338624D+14 60 30 8.02005538226176D+14 60 31 -1.71466565895040D+14 60 32 -4.96418672955392D+14 60 33 -5.99367040327680D+13 60 34 5.51887844820992D+14 60 35 3.14683753639424D+14 60 36 2.53320976731136D+14 60 37 -2.77056770470400D+14 60 38 -1.91385243033600D+12 60 39 5.35868710635008D+14 60 40 -2.37003332620288D+14 60 41 -1.68469323046400D+14 60 42 6.29076063041536D+14 60 43 -1.38234546267238D+15 60 44 4.34410831089792D+14 60 45 -2.23169200628096D+15 60 46 4.26859800068096D+14 60 47 -1.45276921886387D+15 60 48 -1.48656120814797D+15 60 49 1.00826391021312D+14 60 50 -2.97058544927130D+15 60 51 -1.92946373207219D+15 60 52 6.13654167011328D+15 60 53 -6.91704343052288D+14 60 54 -1.22944847405691D+16 60 55 5.02658435819008D+15 60 56 -3.99915854322790D+16 60 57 2.21808953962440D+16 60 58 -5.56242193503181D+16 60 59 5.77190111286272D+15 60 60 1.89511702995329D+17 61 1 -2.41020585474908D+09 61 2 3.44043104446521D+09 61 3 1.68413645313097D+09 61 4 -1.78802931990903D+09 61 5 5.24878746561228D+08 61 6 1.91005463566246D+09 61 7 4.19823166976048D+09 61 8 -3.96530832757848D+09 61 9 -3.59420660038084D+09 61 10 4.33015985543463D+14 61 11 -4.18458959115264D+15 61 12 1.94264186198676D+16 61 13 -1.70594815617925D+16 61 14 1.04592352887629D+15 61 15 -1.85012685995418D+15 61 16 5.37121716408320D+14 61 17 -6.57399001190810D+15 61 18 -5.88327879976960D+13 61 19 -3.17794770101248D+14 61 20 5.68450959912960D+14 61 21 -6.26792037912371D+15 61 22 -2.07757879475200D+14 61 23 3.56464040718336D+14 61 24 1.92177121819334D+15 61 25 -7.48581442129920D+15 61 26 -7.24828006681600D+14 61 27 6.35621189149696D+14 61 28 2.94738122949018D+15 61 29 -2.76328281386163D+15 61 30 -3.35794462525440D+14 61 31 1.95722336780288D+14 61 32 9.75228641439744D+14 61 33 2.58044054382592D+14 61 34 -2.25450341830144D+14 61 35 -7.46135218311168D+14 61 36 -1.41840156749824D+14 61 37 1.27396843557888D+14 61 38 -2.01706072757248D+14 61 39 9.39878917031936D+14 61 40 2.35245982773248D+14 61 41 5.65716145899520D+13 61 42 2.45943594393600D+12 61 43 1.80282500669440D+13 61 44 -4.16525462921128D+14 61 45 2.11939316660326D+15 61 46 -4.95327413194112D+14 61 47 2.37990635441869D+15 61 48 -1.81067423581184D+14 61 49 2.17884165592090D+15 61 50 -2.77610551185408D+14 61 51 3.21774388576256D+14 61 52 -2.81372065256448D+14 61 53 -1.72876023197286D+15 61 54 3.66958194542694D+15 61 55 -1.24805383935181D+16 61 56 1.33669117484974D+16 61 57 -1.21683302285701D+16 61 58 6.01127601724416D+15 61 59 -3.93883660173312D+14 61 60 -6.88665230198461D+16 61 61 8.59104626377482D+16 62 1 -8.52838760207210D+08 62 2 -1.06130253434690D+09 62 3 -3.19654063087159D+08 62 4 -1.44311679083576D+06 62 5 1.34825800179702D+09 62 6 1.02278061412562D+09 62 7 8.54280967683722D+08 62 8 -2.86957395796858D+08 62 9 -7.03126685784312D+08 62 10 -1.16949244252128D+14 62 11 -2.59305803223542D+15 62 12 -5.00946119153336D+16 62 13 1.41700252355873D+16 62 14 -1.29187694386483D+16 62 15 2.02426282120678D+15 62 16 -1.56999841990513D+16 62 17 1.20083786594045D+15 62 18 9.57397131192320D+14 62 19 2.71107672886080D+13 62 20 -8.71659638169600D+13 62 21 6.30157120068032D+14 62 22 -1.40629242971443D+15 62 23 -1.51435113259952D+14 62 24 -1.12530452498432D+14 62 25 4.24216600150000D+13 62 26 -3.75895813632000D+12 62 27 8.46259369792000D+11 62 28 9.15448045578240D+13 62 29 -1.00617704175862D+14 62 30 2.52693632823296D+14 62 31 -6.90607812039520D+13 62 32 -5.89487398359040D+13 62 33 1.98628741119680D+13 62 34 1.49202604255232D+14 62 35 2.11702694930960D+14 62 36 -4.30930808104960D+13 62 37 4.41056084054880D+14 62 38 3.96492505626624D+14 62 39 -2.10515059210470D+15 62 40 -1.49701462265856D+14 62 41 4.17830190778904D+14 62 42 3.56529309267968D+14 62 43 2.26617207659392D+14 62 44 1.88152332328000D+13 62 45 -3.39783155812800D+12 62 46 -3.39995850307584D+14 62 47 1.94538305948922D+15 62 48 -9.50418836332544D+14 62 49 -1.41578396561736D+15 62 50 1.61143442171310D+16 62 51 -3.77421076086534D+15 62 52 -7.03158874711450D+15 62 53 -2.96126204389504D+15 62 54 -1.19108435026616D+16 62 55 2.33050696959059D+15 62 56 -2.97556167098634D+16 62 57 1.86949192384013D+16 62 58 -1.58773913758484D+16 62 59 -7.46118605593728D+14 62 60 -4.29787905107579D+16 62 61 2.01170495149244D+16 62 62 1.82210673323315D+17 63 1 4.89080591713638D+07 63 2 5.15538148184272D+08 63 3 -3.99167438886982D+08 63 4 1.99624599929534D+08 63 5 -5.00514372335768D+08 63 6 -4.59717409441476D+08 63 7 -2.48534754586752D+08 63 8 -1.50236116133764D+07 63 9 8.58877426323751D+08 63 10 -6.46618098564291D+13 63 11 6.20676302950400D+13 63 12 1.18193272186786D+16 63 13 -1.41457924704276D+16 63 14 3.09889663911398D+15 63 15 -1.80992200412058D+15 63 16 4.00614423213619D+15 63 17 -8.97376737487872D+14 63 18 -5.03084950892288D+14 63 19 -3.23096236851200D+14 63 20 9.87672373399040D+13 63 21 -4.31549084615680D+14 63 22 4.53768568285184D+14 63 23 6.74130502364160D+13 63 24 -7.90475219010560D+13 63 25 -5.00340073241600D+12 63 26 8.90692089190400D+12 63 27 -1.63569644280320D+13 63 28 -8.74274095820800D+12 63 29 -8.23713028445440D+13 63 30 -9.44330048000000D+13 63 31 6.49184193843200D+12 63 32 3.76206518328320D+13 63 33 4.20259435929600D+12 63 34 -1.32355923893760D+13 63 35 -3.94901277833216D+14 63 36 -7.07473612646400D+12 63 37 -6.57374600550400D+13 63 38 -1.22437066861312D+14 63 39 6.15417212344320D+14 63 40 3.50469169950720D+13 63 41 1.72300840448000D+11 63 42 -7.18929144709120D+13 63 43 5.78874567659520D+13 63 44 -2.41043552954360D+14 63 45 1.21566331235123D+15 63 46 -2.05130477251776D+14 63 47 1.03790806302413D+15 63 48 2.71544220615680D+13 63 49 7.79150911743104D+14 63 50 -1.78984525676954D+15 63 51 1.23056342358221D+15 63 52 -4.16483715558400D+12 63 53 1.93734314955366D+15 63 54 1.23338187011891D+15 63 55 -5.13404103962624D+14 63 56 1.03074208592020D+16 63 57 -1.50079380066970D+16 63 58 1.15177668548992D+15 63 59 9.89821126836224D+14 63 60 1.56219975445532D+16 63 61 -2.35203576864963D+16 63 62 -4.89257936563760D+16 63 63 5.14030693298227D+16 64 1 6.90706295844495D+01 64 2 -1.68650806617040D+02 64 3 9.87913341332550D-01 64 4 -3.52416474420920D+01 64 5 -5.36788264403471D+00 64 6 1.08144681382786D+01 64 7 -3.38289823323674D+01 64 8 1.74018689295224D+02 64 9 -1.18023819518100D+01 64 10 -9.55882923614938D+06 64 11 1.12981152443711D+08 64 12 -1.50524807380945D+08 64 13 4.37545184124520D+08 64 14 -1.04313793542292D+07 64 15 1.22775636429768D+08 64 16 -1.85766318450904D+08 64 17 1.93102726675196D+08 64 18 1.22371889048743D+08 64 19 -4.02409019409108D+07 64 20 1.51213778179166D+08 64 21 -1.44483939888378D+08 64 22 -3.29301768312374D+08 64 23 3.95316266347079D+08 64 24 -1.66846982151310D+06 64 25 -3.15761478038435D+07 64 26 -2.09678966794061D+07 64 27 -4.07966234092289D+06 64 28 1.96994997079780D+08 64 29 -2.29650903555477D+08 64 30 -4.02098210196550D+07 64 31 8.79808271009602D+07 64 32 4.47793017777363D+08 64 33 -5.11269419771326D+08 64 34 3.89506219016240D+07 64 35 -2.10050190287442D+08 64 36 4.81099103340418D+06 64 37 -5.70361059057921D+07 64 38 2.39465949379892D+07 64 39 -3.72971146432145D+08 64 40 -6.29351469460859D+05 64 41 -5.22406442668128D+07 64 42 3.23323925200391D+08 64 43 -4.30579124590349D+08 64 44 2.29564094416306D+07 64 45 -1.11755664725592D+08 64 46 -3.14910207313966D+08 64 47 -1.44084901429518D+07 64 48 -1.63894753384296D+08 64 49 7.38889338903343D+07 64 50 8.93350649461087D+07 64 51 2.79190296131818D+07 64 52 -3.74494668610619D+08 64 53 4.93366605860693D+08 64 54 5.83427086684146D+07 64 55 1.72154107196558D+08 64 56 1.75604278596825D+08 64 57 -3.10502038360859D+07 64 58 -2.07605483167780D+07 64 59 1.38216817031204D+08 64 60 3.26308296122659D+07 64 61 -1.90994636321607D+07 64 62 -3.58861201589356D+07 64 63 1.27040557451928D+07 64 64 1.67474173035010D+01 65 1 8.58467764291148D+01 65 2 -1.68639703632149D+02 65 3 -2.35050354319382D-01 65 4 6.96709768853669D+01 65 5 -4.06774247005487D+01 65 6 -1.00486843675380D+02 65 7 -1.55517753497348D+02 65 8 2.09317128309634D+02 65 9 1.00721894147580D+02 65 10 -1.00758691324533D+07 65 11 1.32420763893589D+08 65 12 -5.99563568973281D+08 65 13 5.10472622286878D+08 65 14 1.01390615123864D+07 65 15 2.64426392622151D+07 65 16 2.51739447893774D+08 65 17 -1.25521418132918D+08 65 18 -3.53528486165816D+08 65 19 2.86908264226866D+08 65 20 -2.59455764097686D+08 65 21 6.07640149160308D+08 65 22 3.44434859704543D+07 65 23 -3.05013464055127D+07 65 24 -8.81069188607724D+07 65 25 1.80965001921704D+08 65 26 -2.56931272663801D+06 65 27 9.44572330547851D+07 65 28 -8.76673715051967D+07 65 29 2.12111917530523D+08 65 30 1.43808390174042D+07 65 31 -3.16636328461868D+07 65 32 3.62922377450879D+07 65 33 4.04240666321138D+07 65 34 -8.34359780850877D+07 65 35 7.20476578712476D+07 65 36 -5.52147185608304D+06 65 37 7.26928303604116D+07 65 38 1.13604188890356D+08 65 39 1.48606334620639D+08 65 40 9.98398367808184D+07 65 41 3.40291242201443D+07 65 42 -1.90539822790226D+08 65 43 1.04576545529394D+08 65 44 2.03966853526493D+07 65 45 -1.13870896009974D+08 65 46 1.11662161026796D+08 65 47 -2.38936330464951D+08 65 48 4.10233762386591D+07 65 49 -2.26070962955483D+08 65 50 1.25259713865881D+08 65 51 -3.34487451513407D+08 65 52 -8.68179022807992D+07 65 53 -2.42300623502772D+08 65 54 2.53133363041670D+07 65 55 -3.98522103893116D+08 65 56 3.64491947125969D+08 65 57 -2.33373452727357D+08 65 58 2.85542592407742D+08 65 59 -4.71916939865131D+08 65 60 1.50960880664162D+08 65 61 -2.51543141356632D+08 65 62 -6.05736837474405D+07 65 63 2.95259125265274D+07 65 64 -2.45330439024079D+00 65 65 1.67849358456470D+01 -SOLUTION/DECOMPOSED_NORMAL_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_VECTOR * Ind1 Decomposed_vector(ind1) 1 -5.52706417263196D+02 2 1.14556231134438D+03 3 3.03743798608638D+02 4 -1.99517645664671D+02 5 5.46363015313468D+01 6 1.80966808401927D+02 7 7.52224063305910D+02 8 -1.20019861278368D+03 9 -4.84710607153088D+02 10 1.31953319783069D+07 11 -3.36984684503677D+08 12 5.80612864585678D+08 13 -1.33121611936704D+09 14 -2.30790098985075D+08 15 -1.53841056109001D+08 16 -5.45201106227118D+08 17 4.47541069191698D+08 18 2.96985049474894D+08 19 -2.31756257697653D+08 20 2.69145054451697D+08 21 -1.32045461625229D+09 22 -2.34258208568933D+08 23 5.47901970734008D+08 24 4.00099497745034D+08 25 -7.32389573186991D+08 26 1.20841745891183D+08 27 -2.38904076722679D+08 28 2.67637939904134D+08 29 -5.65510495873806D+08 30 -5.24166609352602D+08 31 3.11197434404323D+08 32 7.41571837318913D+08 33 -8.64331114820651D+08 34 -1.27667381273261D+08 35 7.53576408529393D+08 36 1.64853111193973D+08 37 8.30822442472493D+07 38 -4.45249875936063D+08 39 8.30074452361790D+08 40 1.33736187499904D+08 41 3.45227502609537D+07 42 -1.34270586435904D+08 43 3.13859365651053D+08 44 -5.95957124019346D+07 45 2.20265049970029D+08 46 -1.49873104277256D+08 47 4.00048556594787D+08 48 1.40404544461270D+08 49 8.38941599051248D+06 50 -3.49696112952637D+08 51 8.16148516001782D+08 52 -1.06917943887814D+08 53 -9.21630240927170D+08 54 -2.87349502049801D+08 55 -6.02636509380430D+07 56 -1.25474805483051D+08 57 3.89553042365570D+08 58 -3.70656855619663D+08 59 8.42651066274391D+08 60 -2.34289317352264D+08 61 7.64567569078890D+08 62 1.34494771150528D+08 63 -1.66353293508043D+08 64 -1.35948076899684D+01 65 -2.61957963295349D+01 -SOLUTION/DECOMPOSED_NORMAL_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_CALIBRATION LOADING_EFFECT * Ind1 Decomposed_vector(ind1) 1 3.95572208399984D+00 2 -1.84798495156612D+00 3 1.22782499867483D+00 4 -9.64166533513169D-01 5 -1.34116845773108D+00 6 -3.34207495516857D+00 7 -2.99155555116810D+00 8 3.18915340932510D+00 9 2.11424995611043D+00 10 1.43608734184809D+04 11 -8.25473886508196D+04 12 -7.32766167722028D+06 13 5.16958894948556D+06 14 2.34921796241081D+06 15 -2.33795439648129D+06 16 2.78578968524266D+06 17 1.26895900445886D+06 18 -4.50092351283550D+06 19 1.84009162864723D+06 20 -1.18511692809970D+06 21 4.75431971579631D+06 22 8.91969014840802D+06 23 9.87552992784840D+05 24 -4.70645759806773D+06 25 3.32342702437885D+06 26 1.73559418474715D+04 27 1.30139223136454D+06 28 -3.16665280450343D+06 29 2.60513471780660D+06 30 1.42376935205185D+06 31 1.92712217381814D+05 32 1.11151725268065D+06 33 3.39163297849203D+06 34 9.05810682404060D+05 35 -1.15268763661979D+06 36 1.77639806815650D+05 37 -1.70880840116229D+06 38 -2.50993014408381D+06 39 -2.46730731808914D+05 40 -5.16958080889370D+06 41 -5.11751829249563D+05 42 1.16498027284345D+07 43 -4.98199129297258D+06 44 3.46599754271784D+04 45 -3.65712344071625D+05 46 -4.68848566465031D+05 47 4.26154327038046D+05 48 -5.73031113082971D+06 49 5.11112687044876D+06 50 7.56896368788220D+05 51 -3.40194878619295D+06 52 -1.26350710946489D+07 53 4.73904434827677D+06 54 -1.57058777943108D+06 55 1.85496100367993D+06 56 5.30577401089825D+06 57 6.40028263372405D+05 58 5.51942158562413D+06 59 -2.57722178934112D+06 60 2.32084679641796D+06 61 -3.59757421794664D+06 62 -1.82864641608059D+06 63 4.07020382839877D+05 64 7.36660978731150D-02 65 1.10625789815950D-01 -SOLUTION/DECOMPOSED_NORMAL_CALIBRATION * * ----------------------------------------------------------------------------- * %ENDSNX