%=SNX 2.10 USN 21:007:42149 USN 03:246:64909 03:247:64029 R 00066 2 C E S * * Created on: 2021.01.07-11:42:29 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 e3020, database $03SEP03XG version 006 -FILE/REFERENCE * * ----------------------------------------------------------------------------- * +FILE/COMMENT Format Description: http://gemini.gsfc.nasa.gov/solve_root/help/sinex.html Solution description: n/a >>> FORMAT DESCRIPTION <<< >>> ################## <<< Sinex output implementation in the VLBI Analysis software system Calc/Solve Leonid Petrov 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__ 7282 A 40104S001 R ALGOPARK Algonquin Par 281 55 38.2 45 57 19.8 225.0 7625 A 40101M003 R CTVASTJ CTVA 3.6-m at 307 19 14.8 47 35 42.7 156.0 7298 A 40424S007 R KOKEE Kokee Park, K 200 20 05.6 22 07 35.9 1177.4 7640 A 41719S001 R TIGOCONC TIGO at Conce 286 58 29.5 -36 50 33.8 171.8 -SITE/ID * * ----------------------------------------------------------------------------- * +SOURCE/ID *Code IERS nam ICRF designator IAU name IVS name 0001 0003-066 J000613.8-062335 J0006-0623 0003-066 0002 0014+813 J001708.4+813508 J0017+8135 0014+813 0003 0048-097 J005041.3-092905 J0050-0929 0048-097 0004 0104-408 J010645.1-403419 J0106-4034 0104-408 0005 0119+115 J012141.5+114950 J0121+1149 0119+115 0006 0133+476 J013658.5+475129 J0136+4751 0133+476 0007 0202+149 J020450.4+151411 J0204+1514 0202+149 0008 0229+131 J023145.8+132254 J0231+1322 0229+131 0009 0336-019 J033930.9-014635 J0339-0146 CTA26 0010 0454-234 J045703.1-232452 J0457-2324 0454-234 0011 0458-020 J050112.8-015914 J0501-0159 0458-020 0012 0552+398 J055530.8+394849 J0555+3948 0552+398 0013 0642+449 J064632.0+445116 J0646+4451 0642+449 0014 0718+792 J072611.7+791131 J0726+7911 0718+793 0015 0727-115 J073019.1-114112 J0730-1141 0727-115 0016 0743+259 J074625.8+254902 J0746+2549 0743+259 0017 0748+126 J075052.0+123104 J0750+1231 0748+126 0018 0804+499 J080839.6+495036 J0808+4950 0804+499 0019 0923+392 J092703.0+390220 J0927+3902 4C39.25 0020 0955+476 J095819.6+472507 J0958+4725 0955+476 0021 1053+815 J105811.5+811432 J1058+8114 1053+815 0022 1144-379 J114701.3-381211 J1147-3812 1144-379 0023 1156+295 J115931.8+291443 J1159+2914 1156+295 0024 1228+126 J123049.4+122328 J1230+1223 3C274 0025 1255-316 J125759.0-315516 J1257-3155 1255-316 0026 1307+121 J130933.9+115424 J1309+1154 1307+121 0027 1308+326 J131028.6+322043 J1310+3220 1308+326 0028 1334-127 J133739.7-125724 J1337-1257 1334-127 0029 1357+769 J135755.3+764321 J1357+7643 1357+769 0030 1404+286 J140700.3+282714 J1407+2827 OQ208 0031 1451-375 J145427.4-374733 J1454-3747 1451-375 0032 1606+106 J160846.2+102907 J1608+1029 1606+106 0033 1611+343 J161341.0+341247 J1613+3412 1611+343 0034 1622-253 J162546.8-252738 J1625-2527 1622-253 0035 1726+455 J172727.6+453039 J1727+4530 1726+455 0036 1739+522 J174036.9+521143 J1740+5211 1739+522 0037 1741-038 J174358.8-035004 J1743-0350 1741-038 0038 1749+096 J175132.8+093900 J1751+0939 1749+096 0039 1807+698 J180650.6+694928 J1806+6949 3C371 0040 1908-201 J191109.6-200655 J1911-2006 1908-201 0041 2037+511 J203837.0+511912 J2038+5119 3C418 0042 2126-158 J212912.1-153841 J2129-1538 2126-158 0043 2136+141 J213901.3+142335 J2139+1423 2136+141 0044 2149+056 J215137.8+055212 J2151+0552 2149+056 0045 2201+315 J220314.9+314538 J2203+3145 2201+315 0046 2223-052 J222547.2-045701 J2225-0457 3C446 0047 2243-123 J224618.2-120651 J2246-1206 2243-123 0048 2318+049 J232044.8+051349 J2320+0513 2318+049 -SOURCE/ID * * ----------------------------------------------------------------------------- * +SITE/RECEIVER *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ Firmware_ID 7282 A 1 R 03:246:64909 03:247:64029 ----VLBI Station---- --NM- -----NA---- 7625 A 1 R 03:246:64909 03:247:64029 ----VLBI Station---- --NM- -----NA---- 7298 A 1 R 03:246:73312 03:247:64029 ----VLBI Station---- --NM- -----NA---- 7640 A 1 R 03:246:65512 03:247:43031 ----VLBI Station---- --NM- -----NA---- -SITE/RECEIVER * * ----------------------------------------------------------------------------- * +SITE/ANTENNA *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ 7282 A 1 R 03:246:64909 03:247:64029 ----VLBI Station---- --NM- 7625 A 1 R 03:246:64909 03:247:64029 ----VLBI Station---- --NM- 7298 A 1 R 03:246:73312 03:247:64029 ----VLBI Station---- --NM- 7640 A 1 R 03:246:65512 03:247:43031 ----VLBI Station---- --NM- -SITE/ANTENNA * * ----------------------------------------------------------------------------- * +SITE/ECCENTRICITY *Code PT SBIN T Data_Start__ Data_End____ typ Apr --> Benchmark (m)_______ 7282 A 1 R 03:246:64909 03:247:64029 XYZ 0.0000 0.0000 0.0000 7625 A 1 R 03:246:64909 03:247:64029 XYZ 1.2561 -1.6659 2.2724 7298 A 1 R 03:246:73312 03:247:64029 XYZ 0.0000 0.0000 0.0000 7640 A 1 R 03:246:65512 03:247:43031 XYZ 0.0000 0.0000 0.0000 -SITE/ECCENTRICITY * * ----------------------------------------------------------------------------- * +SOLUTION/EPOCHS *Code PT SBIN T Data_start__ Data_end____ Mean_epoch__ 7282 A 1 R 03:246:64909 03:247:64029 03:247:17294 7625 A 1 R 03:246:64909 03:247:64029 03:247:16631 7298 A 1 R 03:246:73312 03:247:64029 03:247:21846 7640 A 1 R 03:246:65512 03:247:43031 03:247:13484 -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 170 NUMBER OF UNKNOWNS 479 WEIGHTED SQUARE SUM OF O-C 1.87781733365289D+12 SQUARE SUM OF RESIDUALS (VTPV) 3.41644249048358D+01 VARIANCE FACTOR 7.59899443243963D-01 WRMS OF POSTFIT RESIDUALS 1.87760533145345D-11 -SOLUTION/STATISTICS * * ----------------------------------------------------------------------------- * +SOLUTION/APRIORI *Index Type__ CODE PT SBIN Ref_epoch___ Unit S Apriori_value________ Constraint_ 1 STAX 7282 A 1 03:247:17294 m 2 9.18034636858659D+05 0.00000D+00 2 STAY 7282 A 1 03:247:17294 m 2 -4.34613229064250D+06 0.00000D+00 3 STAZ 7282 A 1 03:247:17294 m 2 4.56197118855471D+06 0.00000D+00 4 STAX 7625 A 1 03:247:16631 m 2 2.61254557767719D+06 0.00000D+00 5 STAY 7625 A 1 03:247:16631 m 2 -3.42687876953458D+06 0.00000D+00 6 STAZ 7625 A 1 03:247:16631 m 2 4.68675614390736D+06 0.00000D+00 7 STAX 7298 A 1 03:247:21846 m 2 -5.54383768416239D+06 0.00000D+00 8 STAY 7298 A 1 03:247:21846 m 2 -2.05456743807123D+06 0.00000D+00 9 STAZ 7298 A 1 03:247:21846 m 2 2.38785215571329D+06 0.00000D+00 10 STAX 7640 A 1 03:247:13484 m 2 1.49205419339256D+06 0.00000D+00 11 STAY 7640 A 1 03:247:13484 m 2 -4.88796100277539D+06 0.00000D+00 12 STAZ 7640 A 1 03:247:13484 m 2 -3.80354134888121D+06 0.00000D+00 13 RS_RA 0002 A 1 03:247:21269 rad 2 7.47928062750510D-02 0.00000D+00 14 RS_DE 0002 A 1 03:247:21269 rad 2 1.42393722847780D+00 0.00000D+00 15 RS_RA 0006 A 1 03:247:21269 rad 2 4.23140155017253D-01 0.00000D+00 16 RS_DE 0006 A 1 03:247:21269 rad 2 8.35281128054415D-01 0.00000D+00 17 RS_RA 0007 A 1 03:247:21269 rad 2 5.44718270020345D-01 0.00000D+00 18 RS_DE 0007 A 1 03:247:21269 rad 2 2.65925363846563D-01 0.00000D+00 19 RS_RA 0008 A 1 03:247:21269 rad 2 6.62199302416976D-01 0.00000D+00 20 RS_DE 0008 A 1 03:247:21269 rad 2 2.33557615312662D-01 0.00000D+00 21 RS_RA 0009 A 1 03:247:21269 rad 2 9.57817624899746D-01 0.00000D+00 22 RS_DE 0009 A 1 03:247:21269 rad 2 -3.10077334392087D-02 0.00000D+00 23 RS_RA 0010 A 1 03:247:21269 rad 2 1.29613816966298D+00 0.00000D+00 24 RS_DE 0010 A 1 03:247:21269 rad 2 -4.08659245722325D-01 0.00000D+00 25 RS_RA 0012 A 1 03:247:21269 rad 2 1.55121995846785D+00 0.00000D+00 26 RS_DE 0012 A 1 03:247:21269 rad 2 6.94879400794617D-01 0.00000D+00 27 RS_RA 0014 A 1 03:247:21269 rad 2 1.94689552678187D+00 0.00000D+00 28 RS_DE 0014 A 1 03:247:21269 rad 2 1.38216025020028D+00 0.00000D+00 29 RS_RA 0017 A 1 03:247:21269 rad 2 2.05454674374905D+00 0.00000D+00 30 RS_DE 0017 A 1 03:247:21269 rad 2 2.18480452385146D-01 0.00000D+00 31 RS_RA 0019 A 1 03:247:21269 rad 2 2.47422339431298D+00 0.00000D+00 32 RS_DE 0019 A 1 03:247:21269 rad 2 6.81361277268203D-01 0.00000D+00 33 RS_RA 0023 A 1 03:247:21269 rad 2 3.13954435772349D+00 0.00000D+00 34 RS_DE 0023 A 1 03:247:21269 rad 2 5.10430396661438D-01 0.00000D+00 35 RS_RA 0024 A 1 03:247:21269 rad 2 3.27608651725341D+00 0.00000D+00 36 RS_DE 0024 A 1 03:247:21269 rad 2 2.16265899120771D-01 0.00000D+00 37 RS_RA 0028 A 1 03:247:21269 rad 2 3.56772808245546D+00 0.00000D+00 38 RS_DE 0028 A 1 03:247:21269 rad 2 -2.26139854436058D-01 0.00000D+00 39 RS_RA 0032 A 1 03:247:21269 rad 2 4.22705678032882D+00 0.00000D+00 40 RS_DE 0032 A 1 03:247:21269 rad 2 1.83006381538399D-01 0.00000D+00 41 RS_RA 0033 A 1 03:247:21269 rad 2 4.24849968149783D+00 0.00000D+00 42 RS_DE 0033 A 1 03:247:21269 rad 2 5.97134873083730D-01 0.00000D+00 43 RS_RA 0036 A 1 03:247:21269 rad 2 4.62781162284895D+00 0.00000D+00 44 RS_DE 0036 A 1 03:247:21269 rad 2 9.10981426394670D-01 0.00000D+00 45 RS_RA 0037 A 1 03:247:21269 rad 2 4.64249262602199D+00 0.00000D+00 46 RS_DE 0037 A 1 03:247:21269 rad 2 -6.69266701439249D-02 0.00000D+00 47 RS_RA 0038 A 1 03:247:21269 rad 2 4.67550570619255D+00 0.00000D+00 48 RS_DE 0038 A 1 03:247:21269 rad 2 1.68427804588157D-01 0.00000D+00 49 RS_RA 0039 A 1 03:247:21269 rad 2 4.74225451996501D+00 0.00000D+00 50 RS_DE 0039 A 1 03:247:21269 rad 2 1.21866698009971D+00 0.00000D+00 51 RS_RA 0043 A 1 03:247:21269 rad 2 5.66805195858010D+00 0.00000D+00 52 RS_DE 0043 A 1 03:247:21269 rad 2 2.51211019236731D-01 0.00000D+00 53 RS_RA 0045 A 1 03:247:21269 rad 2 5.77376557108014D+00 0.00000D+00 54 RS_DE 0045 A 1 03:247:21269 rad 2 5.54327575558516D-01 0.00000D+00 55 RS_RA 0046 A 1 03:247:21269 rad 2 5.87210640260183D+00 0.00000D+00 56 RS_DE 0046 A 1 03:247:21269 rad 2 -8.64005405684707D-02 0.00000D+00 57 RS_RA 0048 A 1 03:247:21269 rad 2 6.11191444583992D+00 0.00000D+00 58 RS_DE 0048 A 1 03:247:21269 rad 2 9.12901861573153D-02 0.00000D+00 59 XPO ---- - 1 03:247:21540 mas 2 2.65311456313156D+02 0.00000D+00 60 XPOR ---- - 1 03:247:21540 masD 2 -3.38353150808480D-01 0.00000D+00 61 YPO ---- - 1 03:247:21540 mas 2 3.87287372692178D+02 0.00000D+00 62 YPOR ---- - 1 03:247:21540 masD 2 -3.45635452508384D+00 0.00000D+00 63 UT1 ---- - 1 03:247:21540 ms 2 -3.23525408721466D+04 0.00000D+00 64 LOD ---- - 1 03:247:21540 ms 2 -2.00433081444442D-01 0.00000D+00 65 NUT_X ---- - 1 03:247:21540 mas 2 6.83770965193499D+04 0.00000D+00 66 NUT_Y ---- - 1 03:247:21540 mas 2 5.75571150797315D+03 0.00000D+00 -SOLUTION/APRIORI * * ----------------------------------------------------------------------------- * +SOLUTION/ESTIMATE *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S Total_value__________ Formal_erro 1 STAX 7282 A 1 03:247:17294 m 2 9.18034648265044D+05 1.61091D-02 2 STAY 7282 A 1 03:247:17294 m 2 -4.34613230276786D+06 1.65762D-02 3 STAZ 7282 A 1 03:247:17294 m 2 4.56197115340619D+06 6.95171D-02 4 STAX 7625 A 1 03:247:16631 m 2 2.61254560447678D+06 2.41183D-02 5 STAY 7625 A 1 03:247:16631 m 2 -3.42687877752429D+06 1.64231D-02 6 STAZ 7625 A 1 03:247:16631 m 2 4.68675610742804D+06 7.27525D-02 7 STAX 7298 A 1 03:247:21846 m 2 -5.54383769579335D+06 4.27595D-02 8 STAY 7298 A 1 03:247:21846 m 2 -2.05456744009267D+06 1.43960D-02 9 STAZ 7298 A 1 03:247:21846 m 2 2.38785211699233D+06 4.25277D-02 10 STAX 7640 A 1 03:247:13484 m 2 1.49205416681755D+06 4.12446D-02 11 STAY 7640 A 1 03:247:13484 m 2 -4.88796098063888D+06 2.50919D-02 12 STAZ 7640 A 1 03:247:13484 m 2 -3.80354123853241D+06 1.53725D-01 13 RS_RA 0002 A 1 03:247:21269 rad 2 7.47928085116413D-02 3.79022D-08 14 RS_DE 0002 A 1 03:247:21269 rad 2 1.42393722202665D+00 6.98852D-09 15 RS_RA 0006 A 1 03:247:21269 rad 2 4.23140152365287D-01 1.04437D-08 16 RS_DE 0006 A 1 03:247:21269 rad 2 8.35281114000284D-01 6.13545D-09 17 RS_RA 0007 A 1 03:247:21269 rad 2 5.44718255949359D-01 7.06333D-09 18 RS_DE 0007 A 1 03:247:21269 rad 2 2.65925359728939D-01 9.27763D-09 19 RS_RA 0008 A 1 03:247:21269 rad 2 6.62199301034381D-01 1.57371D-08 20 RS_DE 0008 A 1 03:247:21269 rad 2 2.33557629660064D-01 1.73105D-08 21 RS_RA 0009 A 1 03:247:21269 rad 2 9.57817607279376D-01 7.72878D-09 22 RS_DE 0009 A 1 03:247:21269 rad 2 -3.10077290938211D-02 1.47604D-08 23 RS_RA 0010 A 1 03:247:21269 rad 2 1.29613813442963D+00 1.29791D-08 24 RS_DE 0010 A 1 03:247:21269 rad 2 -4.08659243265953D-01 2.75985D-08 25 RS_RA 0012 A 1 03:247:21269 rad 2 1.55121993204730D+00 1.28863D-08 26 RS_DE 0012 A 1 03:247:21269 rad 2 6.94879407819337D-01 8.11246D-09 27 RS_RA 0014 A 1 03:247:21269 rad 2 1.94689546026208D+00 3.92109D-08 28 RS_DE 0014 A 1 03:247:21269 rad 2 1.38216025322156D+00 5.82062D-09 29 RS_RA 0017 A 1 03:247:21269 rad 2 2.05454672443601D+00 1.45812D-08 30 RS_DE 0017 A 1 03:247:21269 rad 2 2.18480462196853D-01 1.31749D-08 31 RS_RA 0019 A 1 03:247:21269 rad 2 2.47422337199380D+00 1.26750D-08 32 RS_DE 0019 A 1 03:247:21269 rad 2 6.81361308027503D-01 1.47769D-08 33 RS_RA 0023 A 1 03:247:21269 rad 2 3.13954435874984D+00 1.46339D-08 34 RS_DE 0023 A 1 03:247:21269 rad 2 5.10430399298198D-01 2.60614D-08 35 RS_RA 0024 A 1 03:247:21269 rad 2 3.27608652848975D+00 9.69548D-09 36 RS_DE 0024 A 1 03:247:21269 rad 2 2.16265901963854D-01 1.10368D-08 37 RS_RA 0028 A 1 03:247:21269 rad 2 3.56772810137918D+00 8.86795D-09 38 RS_DE 0028 A 1 03:247:21269 rad 2 -2.26139853109001D-01 1.98441D-08 39 RS_RA 0032 A 1 03:247:21269 rad 2 4.22705679016948D+00 5.52908D-09 40 RS_DE 0032 A 1 03:247:21269 rad 2 1.83006385342926D-01 8.87305D-09 41 RS_RA 0033 A 1 03:247:21269 rad 2 4.24849969101150D+00 8.20820D-09 42 RS_DE 0033 A 1 03:247:21269 rad 2 5.97134879176586D-01 6.00367D-09 43 RS_RA 0036 A 1 03:247:21269 rad 2 4.62781163442260D+00 1.58969D-08 44 RS_DE 0036 A 1 03:247:21269 rad 2 9.10981428296826D-01 7.03406D-09 45 RS_RA 0037 A 1 03:247:21269 rad 2 4.64249263244927D+00 4.81055D-09 46 RS_DE 0037 A 1 03:247:21269 rad 2 -6.69266674842183D-02 1.43861D-08 47 RS_RA 0038 A 1 03:247:21269 rad 2 4.67550572401717D+00 6.54531D-09 48 RS_DE 0038 A 1 03:247:21269 rad 2 1.68427780743951D-01 1.65062D-08 49 RS_RA 0039 A 1 03:247:21269 rad 2 4.74225453526486D+00 2.50406D-08 50 RS_DE 0039 A 1 03:247:21269 rad 2 1.21866697468872D+00 5.60700D-09 51 RS_RA 0043 A 1 03:247:21269 rad 2 5.66805195450311D+00 4.21665D-09 52 RS_DE 0043 A 1 03:247:21269 rad 2 2.51211039103982D-01 9.40712D-09 53 RS_RA 0045 A 1 03:247:21269 rad 2 5.77376556554296D+00 8.37798D-09 54 RS_DE 0045 A 1 03:247:21269 rad 2 5.54327560279156D-01 1.07436D-08 55 RS_RA 0046 A 1 03:247:21269 rad 2 5.87210639793007D+00 4.09325D-09 56 RS_DE 0046 A 1 03:247:21269 rad 2 -8.64005279112227D-02 1.38127D-08 57 RS_RA 0048 A 1 03:247:21269 rad 2 6.11191443998764D+00 4.36704D-09 58 RS_DE 0048 A 1 03:247:21269 rad 2 9.12902007946574D-02 1.01701D-08 59 XPO ---- - 1 03:247:21540 mas 2 2.66840513186467D+02 1.48592D+00 60 XPOR ---- - 1 03:247:21540 masD 2 7.47181930116311D+00 5.70422D+00 61 YPO ---- - 1 03:247:21540 mas 2 3.86350579490560D+02 1.53122D+00 62 YPOR ---- - 1 03:247:21540 masD 2 -4.65384768753481D+00 3.28710D+00 63 UT1 ---- - 1 03:247:21540 ms 2 -3.23525372157338D+04 1.82479D-01 64 LOD ---- - 1 03:247:21540 ms 2 -9.14679647483728D-02 3.61250D-01 65 NUT_X ---- - 1 03:247:21540 mas 2 6.83757758674040D+04 1.30879D+00 66 NUT_Y ---- - 1 03:247:21540 mas 2 5.75804421858911D+03 1.23453D+00 -SOLUTION/ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7282 A 1 03:247:17294 m 2 -2.54081754351889D-05 0.00000D+00 2 STAY 7282 A 1 03:247:17294 m 2 6.92274445760146D-04 0.00000D+00 3 STAZ 7282 A 1 03:247:17294 m 2 -2.00959550869585D-03 0.00000D+00 4 STAX 7625 A 1 03:247:16631 m 2 6.78774323611911D-04 0.00000D+00 5 STAY 7625 A 1 03:247:16631 m 2 -8.82013006301836D-04 0.00000D+00 6 STAZ 7625 A 1 03:247:16631 m 2 -4.82906064495932D-04 0.00000D+00 7 STAX 7298 A 1 03:247:21846 m 2 -6.59783965782912D-04 0.00000D+00 8 STAY 7298 A 1 03:247:21846 m 2 -6.99176332342890D-05 0.00000D+00 9 STAZ 7298 A 1 03:247:21846 m 2 -1.22848921752339D-04 0.00000D+00 10 STAX 7640 A 1 03:247:13484 m 2 6.41781786774063D-06 0.00000D+00 11 STAY 7640 A 1 03:247:13484 m 2 2.59656193731561D-04 0.00000D+00 12 STAZ 7640 A 1 03:247:13484 m 2 2.61535049487612D-03 0.00000D+00 13 RS_RA 0002 A 1 03:247:21269 rad 2 2.43660983482441D-11 0.00000D+00 14 RS_DE 0002 A 1 03:247:21269 rad 2 1.91484266318695D-10 0.00000D+00 15 RS_RA 0006 A 1 03:247:21269 rad 2 -1.37683035760787D-10 0.00000D+00 16 RS_DE 0006 A 1 03:247:21269 rad 2 1.55720812297598D-10 0.00000D+00 17 RS_RA 0007 A 1 03:247:21269 rad 2 -9.28859770667856D-11 0.00000D+00 18 RS_DE 0007 A 1 03:247:21269 rad 2 1.71967015047142D-11 0.00000D+00 19 RS_RA 0008 A 1 03:247:21269 rad 2 -2.31555844620885D-10 0.00000D+00 20 RS_DE 0008 A 1 03:247:21269 rad 2 -1.34276377290515D-10 0.00000D+00 21 RS_RA 0009 A 1 03:247:21269 rad 2 -1.20468488371520D-10 0.00000D+00 22 RS_DE 0009 A 1 03:247:21269 rad 2 -1.13930808597547D-10 0.00000D+00 23 RS_RA 0010 A 1 03:247:21269 rad 2 -1.42499716381620D-10 0.00000D+00 24 RS_DE 0010 A 1 03:247:21269 rad 2 -2.70063731577610D-10 0.00000D+00 25 RS_RA 0012 A 1 03:247:21269 rad 2 -7.47689855169923D-11 0.00000D+00 26 RS_DE 0012 A 1 03:247:21269 rad 2 1.80481273360403D-10 0.00000D+00 27 RS_RA 0014 A 1 03:247:21269 rad 2 1.42303562771985D-11 0.00000D+00 28 RS_DE 0014 A 1 03:247:21269 rad 2 -5.28365081976349D-11 0.00000D+00 29 RS_RA 0017 A 1 03:247:21269 rad 2 -2.41948719087505D-10 0.00000D+00 30 RS_DE 0017 A 1 03:247:21269 rad 2 2.06110280703031D-11 0.00000D+00 31 RS_RA 0019 A 1 03:247:21269 rad 2 -2.49323010884491D-10 0.00000D+00 32 RS_DE 0019 A 1 03:247:21269 rad 2 1.26971773601629D-10 0.00000D+00 33 RS_RA 0023 A 1 03:247:21269 rad 2 -3.69391768519893D-10 0.00000D+00 34 RS_DE 0023 A 1 03:247:21269 rad 2 2.53932727225768D-10 0.00000D+00 35 RS_RA 0024 A 1 03:247:21269 rad 2 1.38126076419157D-10 0.00000D+00 36 RS_DE 0024 A 1 03:247:21269 rad 2 -4.97821626160993D-11 0.00000D+00 37 RS_RA 0028 A 1 03:247:21269 rad 2 2.13358695539706D-10 0.00000D+00 38 RS_DE 0028 A 1 03:247:21269 rad 2 -2.10576803755885D-10 0.00000D+00 39 RS_RA 0032 A 1 03:247:21269 rad 2 1.14295219906741D-10 0.00000D+00 40 RS_DE 0032 A 1 03:247:21269 rad 2 -3.44390727445865D-11 0.00000D+00 41 RS_RA 0033 A 1 03:247:21269 rad 2 -2.05942794665315D-11 0.00000D+00 42 RS_DE 0033 A 1 03:247:21269 rad 2 1.20712112150281D-10 0.00000D+00 43 RS_RA 0036 A 1 03:247:21269 rad 2 -4.71519020984184D-11 0.00000D+00 44 RS_DE 0036 A 1 03:247:21269 rad 2 2.21802022841919D-12 0.00000D+00 45 RS_RA 0037 A 1 03:247:21269 rad 2 1.18133059205364D-10 0.00000D+00 46 RS_DE 0037 A 1 03:247:21269 rad 2 -1.09356041621183D-10 0.00000D+00 47 RS_RA 0038 A 1 03:247:21269 rad 2 4.70887969867275D-11 0.00000D+00 48 RS_DE 0038 A 1 03:247:21269 rad 2 3.40754589312298D-11 0.00000D+00 49 RS_RA 0039 A 1 03:247:21269 rad 2 -3.54667434093897D-10 0.00000D+00 50 RS_DE 0039 A 1 03:247:21269 rad 2 5.45785980336025D-11 0.00000D+00 51 RS_RA 0043 A 1 03:247:21269 rad 2 -6.18247724092523D-11 0.00000D+00 52 RS_DE 0043 A 1 03:247:21269 rad 2 -7.42302268342041D-11 0.00000D+00 53 RS_RA 0045 A 1 03:247:21269 rad 2 -8.40631861292814D-11 0.00000D+00 54 RS_DE 0045 A 1 03:247:21269 rad 2 6.83576671563233D-11 0.00000D+00 55 RS_RA 0046 A 1 03:247:21269 rad 2 -4.48521679708542D-11 0.00000D+00 56 RS_DE 0046 A 1 03:247:21269 rad 2 -1.70807108659706D-10 0.00000D+00 57 RS_RA 0048 A 1 03:247:21269 rad 2 -9.86520000388087D-11 0.00000D+00 58 RS_DE 0048 A 1 03:247:21269 rad 2 -1.14742249506988D-10 0.00000D+00 59 XPO ---- - 1 03:247:21540 mas 2 1.47944159433571D-02 0.00000D+00 60 XPOR ---- - 1 03:247:21540 masD 2 3.28906241430795D-02 0.00000D+00 61 YPO ---- - 1 03:247:21540 mas 2 2.95224279819815D-03 0.00000D+00 62 YPOR ---- - 1 03:247:21540 masD 2 -4.73291819362422D-02 0.00000D+00 63 UT1 ---- - 1 03:247:21540 ms 2 1.22556851607030D-04 0.00000D+00 64 LOD ---- - 1 03:247:21540 ms 2 6.34033845534204D-03 0.00000D+00 65 NUT_X ---- - 1 03:247:21540 mas 2 -1.57557510651336D-02 0.00000D+00 66 NUT_Y ---- - 1 03:247:21540 mas 2 6.89075580552071D-03 0.00000D+00 -SOLUTION/CALIBRATION_ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/MATRIX_ESTIMATE L COVA * Ind1 Ind2 Covariance(ind1,ind2) 1 1 2.59502776290193D-04 2 1 -1.88702921274773D-04 2 2 2.74771436145344D-04 3 1 -2.77927146594399D-04 3 2 4.27544020020719D-04 3 3 4.83262094508383D-03 4 1 2.71711458974648D-04 4 2 -1.09689713115317D-04 4 3 -6.47643802927849D-04 4 4 5.81690660487271D-04 5 1 -5.39490559209652D-05 5 2 3.47841660254230D-06 5 3 9.84604453284603D-04 5 4 -2.31937751045855D-04 5 5 2.69717024328152D-04 6 1 -2.99991662105027D-04 6 2 6.69608680273869D-04 6 3 4.72397208164258D-03 6 4 -4.32154932417406D-04 6 5 8.52942407208215D-04 6 6 5.29292645406512D-03 7 1 -1.84335017183886D-04 7 2 9.11054012119501D-05 7 3 9.18003614202684D-04 7 4 -5.71599099396916D-04 7 5 3.42110505752326D-04 7 6 1.00363922219120D-03 7 7 1.82837446101715D-03 8 1 5.01160684199468D-06 8 2 -2.14696112240310D-05 8 3 -9.25313833614426D-05 8 4 6.12675096661631D-05 8 5 -4.30732412537898D-05 8 6 -2.10902872950360D-04 8 7 -5.58365887597623D-04 8 8 2.07245816889268D-04 9 1 -5.00694962687132D-04 9 2 3.49442317009337D-04 9 3 6.67250705225893D-04 9 4 -5.40034010921848D-04 9 5 9.95864228950805D-05 9 6 4.57410013418756D-04 9 7 -6.13619858334038D-04 9 8 3.85456901992132D-04 9 9 1.80860149349097D-03 10 1 -3.46878065405999D-04 10 2 2.07286108517981D-04 10 3 7.56759688597079D-06 10 4 -2.81801113862954D-04 10 5 -5.62262909639538D-05 10 6 -2.71491782459552D-04 10 7 -1.07243656657914D-03 10 8 4.92091396273307D-04 10 9 1.65434735423633D-03 10 10 1.70111890911387D-03 11 1 2.37640256133371D-04 11 2 -2.56778732619945D-04 11 3 -1.31961729709463D-03 11 4 2.80359826566459D-04 11 5 -2.30120723757682D-04 11 6 -1.31164799005693D-03 11 7 1.25149946052129D-04 11 8 -1.42700678606069D-04 11 9 -8.34485267878720D-04 11 10 -6.43150937097194D-04 11 11 6.29604864355182D-04 12 1 1.07861346973982D-03 12 2 -1.44659695112548D-03 12 3 -1.02238416040138D-02 12 4 1.61983246762926D-03 12 5 -1.93713537408936D-03 12 6 -1.04743055729308D-02 12 7 -1.30802296032412D-03 12 8 -8.20227486620420D-05 12 9 -2.93325910541322D-03 12 10 -1.39042260611390D-03 12 11 3.46575468253500D-03 12 12 2.36314080715012D-02 13 1 -2.67838173887448D-10 13 2 1.28575120945492D-10 13 3 -6.64044065539676D-10 13 4 -1.60236226160186D-10 13 5 -1.37044835147089D-10 13 6 -6.32362263320253D-10 13 7 9.86977704040607D-11 13 8 -1.85524358216295D-11 13 9 3.78948144213284D-10 13 10 3.29376627802812D-10 13 11 2.70221505247337D-11 13 12 9.17458185469278D-10 13 13 1.43657354425660D-15 14 1 2.69495939866936D-11 14 2 -1.59593564047171D-11 14 3 -9.06611778709894D-11 14 4 4.43411610670511D-11 14 5 -2.55262351538920D-11 14 6 -8.70761288220191D-11 14 7 -6.05498925561556D-11 14 8 1.04134418715363D-11 14 9 -3.89363023900831D-11 14 10 -1.07408623866607D-11 14 11 3.10721497789978D-11 14 12 2.16673609262883D-10 14 13 -1.63716646582815D-18 14 14 4.88394666756014D-17 15 1 -9.27881723765490D-11 15 2 6.58489638608698D-11 15 3 -1.54246651179071D-11 15 4 -1.19785616525629D-10 15 5 -1.29151698943580D-11 15 6 -6.63794367902552D-11 15 7 3.40799423176525D-11 15 8 1.07348964803195D-11 15 9 2.16018450749684D-10 15 10 1.78493845067620D-10 15 11 -6.36686903859358D-11 15 12 -1.34214348825311D-10 15 13 1.02091147971597D-16 15 14 -1.35857985070430D-17 15 15 1.09071608123661D-16 16 1 3.56229181659050D-11 16 2 -3.54088636064718D-11 16 3 -1.30476013084976D-10 16 4 6.55428961845549D-11 16 5 -2.85845920023426D-11 16 6 -1.38928303747282D-10 16 7 -1.00752178941163D-10 16 8 2.26844465833010D-11 16 9 -4.45504901242479D-11 16 10 -4.13635614338127D-13 16 11 4.13090090211789D-11 16 12 3.13954806935101D-10 16 13 -4.25778554646873D-17 16 14 1.58239572503864D-17 16 15 -1.52055463311472D-17 16 16 3.76437820034190D-17 17 1 -4.31419572271334D-11 17 2 3.25569781944015D-11 17 3 7.79147082245927D-11 17 4 -8.32846237005220D-11 17 5 1.61230942272826D-11 17 6 4.23493647917678D-11 17 7 6.29995881466454D-11 17 8 -4.94742752568279D-12 17 9 9.70468560002599D-11 17 10 6.34269922260868D-11 17 11 -4.37326448793305D-11 17 12 -2.17310929021217D-10 17 13 -1.06983245467343D-17 17 14 -3.84135815549871D-18 17 15 5.42166607202593D-17 17 16 -1.38476729514095D-18 17 17 4.98906295269354D-17 18 1 1.86925922462996D-11 18 2 2.32526374522797D-11 18 3 3.45380456841376D-10 18 4 3.95051585521622D-11 18 5 4.97086023749286D-11 18 6 3.60074321776276D-10 18 7 -3.12445632247817D-11 18 8 9.04945828382746D-12 18 9 -1.31050400023940D-11 18 10 -2.69531875930394D-11 18 11 -8.20106980166770D-11 18 12 -6.92349738439326D-10 18 13 -1.31711728782251D-16 18 14 -1.10642131666803D-17 18 15 -1.24909141088057D-17 18 16 2.84339769679741D-18 18 17 -6.76923703133243D-18 18 18 8.60744662186977D-17 19 1 -5.57811724125415D-11 19 2 4.20855683331235D-11 19 3 1.39278391575244D-10 19 4 -1.27887397916916D-10 19 5 4.34192694494837D-11 19 6 1.37906302187817D-10 19 7 2.04206062107344D-10 19 8 -4.81613163302878D-11 19 9 5.19712687407892D-11 19 10 -2.05374914214983D-11 19 11 -3.73435215003848D-11 19 12 -3.29155962571050D-10 19 13 9.59615499322912D-18 19 14 -2.01414327703683D-17 19 15 4.56347354088170D-17 19 16 -2.06840766236435D-17 19 17 3.49721117621670D-17 19 18 -1.61839385034571D-17 19 19 2.47656175936654D-16 20 1 -1.29454398471140D-11 20 2 2.77478661819904D-11 20 3 3.37234606307297D-10 20 4 -3.35893019100662D-11 20 5 6.94166185842434D-11 20 6 3.47431427680940D-10 20 7 7.83536256905295D-11 20 8 -1.48441987616797D-11 20 9 1.51039073691053D-11 20 10 -3.18188832781149D-11 20 11 -8.23202859976361D-11 20 12 -6.99769941301961D-10 20 13 -8.65245082726431D-17 20 14 -3.53685067323511D-17 20 15 1.88368441459559D-18 20 16 -2.00930329564950D-17 20 17 6.68509175030662D-20 20 18 3.44150377170618D-17 20 19 2.17709740622839D-16 20 20 2.99653483891419D-16 21 1 -2.39318436266393D-11 21 2 2.80300560847341D-11 21 3 1.95759781680212D-10 21 4 -8.43281611734403D-11 21 5 4.76154655063762D-11 21 6 1.89252323250712D-10 21 7 1.89755925390254D-10 21 8 -5.19762804162875D-11 21 9 -2.23139850775864D-11 21 10 -8.14959203677262D-11 21 11 -2.36692411673935D-11 21 12 -3.62698119824996D-10 21 13 -6.52294327853890D-17 21 14 -6.96941582441545D-18 21 15 3.38429199118389D-17 21 16 -6.28587722878247D-18 21 17 4.12465075554312D-17 21 18 1.13788088644892D-17 21 19 3.85988316611992D-17 21 20 4.85275953027911D-18 21 21 5.97340798988531D-17 22 1 -6.37403904735455D-11 22 2 1.09057901811861D-10 22 3 8.72955673183521D-10 22 4 -7.41315493766229D-11 22 5 1.52410293971849D-10 22 6 8.85602985377061D-10 22 7 6.78173866972582D-11 22 8 8.34299253032480D-12 22 9 1.76300523777872D-10 22 10 7.00545535860540D-11 22 11 -2.69811188093263D-10 22 12 -1.93485918189587D-09 22 13 -1.15400527904674D-16 22 14 -3.11365840055059D-17 22 15 6.54508274657461D-18 22 16 -2.61846692870385D-17 22 17 1.17457337913251D-17 22 18 9.30386297465625D-17 22 19 1.54306694130178D-17 22 20 1.02283060498636D-16 22 21 2.59444138146449D-17 22 22 2.17868448332338D-16 23 1 4.43272323653486D-11 23 2 -3.17413610842871D-11 23 3 3.55009282705714D-11 23 4 -3.70313458561757D-11 23 5 2.71026084051271D-11 23 6 2.40090229050244D-11 23 7 1.79569744258979D-10 23 8 -6.12956200815566D-11 23 9 -1.65212594319245D-10 23 10 -1.86865630130231D-10 23 11 6.59343726835682D-11 23 12 1.05702643040051D-10 23 13 -1.29765743692686D-16 23 14 5.36976555161848D-18 23 15 2.55668909292596D-18 23 16 1.22540354058986D-18 23 17 3.24338415496441D-17 23 18 3.64213901040727D-18 23 19 2.18242799738802D-17 23 20 -2.35631971867175D-17 23 21 6.32506505286944D-17 23 22 -1.92767191900814D-17 23 23 1.68458093413895D-16 24 1 -1.63020959721640D-10 24 2 2.36525608382594D-10 24 3 1.75795078824528D-09 24 4 -2.20924802109432D-10 24 5 3.20447024336792D-10 24 6 1.78690150993064D-09 24 7 2.02090254221843D-10 24 8 8.63366340336539D-12 24 9 4.25812928768082D-10 24 10 1.81855508830660D-10 24 11 -5.65606295721050D-10 24 12 -3.97066522611067D-09 24 13 -1.51410935082859D-16 24 14 -5.47900444518762D-17 24 15 2.09219414082797D-17 24 16 -6.23056984327807D-17 24 17 2.76579987774271D-17 24 18 1.50302674362754D-16 24 19 4.63533610260934D-17 24 20 1.73531549810010D-16 24 21 5.42624435539627D-17 24 22 3.92790188812903D-16 24 23 -3.68685699979895D-17 24 24 7.61677957875895D-16 25 1 -7.68371740310711D-11 25 2 3.23752059556774D-11 25 3 8.57258856490074D-11 25 4 -1.48475775177345D-10 25 5 2.82220341985654D-11 25 6 -2.41271229000362D-11 25 7 4.99730514155037D-11 25 8 1.83560323524775D-11 25 9 2.16221204663003D-10 25 10 1.75339896204617D-10 25 11 -7.89532725556272D-11 25 12 -2.77819967606566D-10 25 13 -1.10475296347489D-17 25 14 -1.33569075268391D-17 25 15 8.55595606992229D-17 25 16 3.26096835484535D-18 25 17 6.46987743590758D-17 25 18 4.10169476626854D-18 25 19 3.31214061851770D-17 25 20 -1.38721411359986D-17 25 21 5.76163916748577D-17 25 22 1.86531526610694D-17 25 23 6.22291772424366D-17 25 24 4.06295509815213D-17 25 25 1.66056489685599D-16 26 1 3.72231386645780D-11 26 2 -3.50015089888687D-11 26 3 -1.32337138690377D-10 26 4 1.01548847631868D-10 26 5 -3.36593919606573D-11 26 6 -1.19238186344102D-10 26 7 -1.33527684366362D-10 26 8 2.74859362798409D-11 26 9 -5.78332075915925D-11 26 10 -5.24430213160766D-12 26 11 4.11749647004685D-11 26 12 3.09408532670839D-10 26 13 3.46415517074192D-17 26 14 2.79584891552905D-18 26 15 -2.68379065200396D-17 26 16 1.45482004288925D-17 26 17 -2.89293909811456D-17 26 18 2.64344332320662D-17 26 19 -3.92327493855921D-17 26 20 2.57566561593613D-19 26 21 -2.78441974063960D-17 26 22 3.28874122946070D-18 26 23 -2.53177508187575D-17 26 24 -1.91207915386087D-17 26 25 -1.99027189929892D-17 26 26 6.58119325502914D-17 27 1 -1.24856334563620D-10 27 2 5.49593789030220D-11 27 3 -2.91372092652395D-10 27 4 -1.62617341924649D-10 27 5 -5.40418369606082D-11 27 6 -3.68153542640590D-10 27 7 2.03361720381877D-10 27 8 -5.19750372490101D-11 27 9 1.31186456839135D-10 27 10 8.41119542659444D-11 27 11 5.10574954197716D-11 27 12 5.28339178547299D-10 27 13 -4.42646904788925D-17 27 14 4.55904501043576D-17 27 15 1.29911019992968D-16 27 16 7.30238809784285D-17 27 17 1.02766723207660D-16 27 18 -1.78266352908567D-17 27 19 1.25505750912544D-16 27 20 3.09562881190402D-17 27 21 7.92454274712122D-17 27 22 -8.86903945401314D-17 27 23 9.27389362947710D-17 27 24 -1.73236342135288D-16 27 25 1.55182590326285D-16 27 26 -6.34035003001345D-17 27 27 1.53749150881341D-15 28 1 2.94558121814944D-11 28 2 -1.58565305550658D-11 28 3 6.29423936321782D-11 28 4 2.73933665328099D-11 28 5 1.07166679619345D-11 28 6 5.34560190954845D-11 28 7 -3.71492676767157D-11 28 8 1.00752736879727D-11 28 9 -3.20862130798677D-11 28 10 -1.96999111171017D-11 28 11 -4.93541117698632D-12 28 12 -8.43121998071894D-11 28 13 -1.64638408641021D-16 28 14 -1.10489008179367D-17 28 15 -9.62716240461781D-18 28 16 3.82177800929381D-18 28 17 -1.95883510256397D-18 28 18 2.20477673688891D-17 28 19 4.30244829020149D-18 28 20 3.12967514476619D-17 28 21 1.94433295699309D-18 28 22 2.08312025416502D-17 28 23 2.83902490604256D-18 28 24 2.24576449803682D-17 28 25 7.55330623570380D-19 28 26 6.14276823668019D-20 28 27 6.96151656460320D-18 28 28 3.38796101805994D-17 29 1 -8.16468245476052D-11 29 2 7.81057439295663D-11 29 3 2.16466654232425D-10 29 4 -1.52542204805526D-10 29 5 4.55069678083842D-11 29 6 2.17137816413388D-10 29 7 1.92329852726608D-10 29 8 -3.88798729031048D-11 29 9 1.29433521128557D-10 29 10 4.18591761098785D-11 29 11 -8.47328387937643D-11 29 12 -5.63037991730653D-10 29 13 1.50806753269122D-17 29 14 -1.51768911725400D-17 29 15 7.24859068755078D-17 29 16 -1.37110843159842D-17 29 17 6.29192517783674D-17 29 18 6.73494318688108D-18 29 19 5.15829464169485D-17 29 20 2.10507180547735D-18 29 21 7.31774547465235D-17 29 22 4.18638791665851D-17 29 23 8.80056602565183D-17 29 24 9.22347808813437D-17 29 25 1.35111820471865D-16 29 26 -2.57731702850331D-17 29 27 1.06682902109487D-16 29 28 -8.78377437870010D-18 29 29 2.12611888190594D-16 30 1 -5.32107967792875D-11 30 2 8.28542483402793D-11 30 3 6.33119921253460D-10 30 4 -2.49529134092591D-11 30 5 1.03170114799569D-10 30 6 6.42957454878937D-10 30 7 -8.17512825029037D-12 30 8 2.22873567139964D-11 30 9 1.51959801296899D-10 30 10 8.63388388138835D-11 30 11 -2.08311719511054D-10 30 12 -1.42803717676135D-09 30 13 5.30056330409124D-17 30 14 -1.66009236376103D-17 30 15 -3.39369362144987D-18 30 16 -2.13391437165126D-17 30 17 -4.90484593120024D-18 30 18 6.32600374056739D-17 30 19 -2.23002761736984D-18 30 20 7.38921490002356D-17 30 21 -8.29982080063832D-20 30 22 1.65050181607075D-16 30 23 -3.82805500303693D-17 30 24 3.09077414835128D-16 30 25 -3.74013451000704D-18 30 26 2.75540763651991D-17 30 27 -1.31907273705473D-16 30 28 -5.61466530732700D-18 30 29 1.99462629178536D-17 30 30 1.73577137509762D-16 31 1 -6.02667750508777D-11 31 2 2.42479710758044D-11 31 3 8.12814208752468D-11 31 4 -1.18870430220153D-10 31 5 2.60422033465584D-11 31 6 -9.20679128169130D-12 31 7 6.05762806106952D-11 31 8 6.98324059652730D-12 31 9 1.54092697265448D-10 31 10 1.18560923253872D-10 31 11 -5.72734150798700D-11 31 12 -2.26167327064503D-10 31 13 -5.08210403494257D-17 31 14 -1.99009549594943D-17 31 15 6.86265358201097D-17 31 16 -2.34312307579214D-18 31 17 5.22984699415415D-17 31 18 1.21100415299036D-17 31 19 2.29195521683391D-17 31 20 -1.47642528223949D-17 31 21 5.28516058790668D-17 31 22 1.72230790684702D-17 31 23 6.26795921210288D-17 31 24 3.16222350790133D-17 31 25 1.31024109634929D-16 31 26 -1.45403448826377D-17 31 27 1.02561304921028D-16 31 28 1.05967101775536D-17 31 29 1.33912274829060D-16 31 30 -9.54810998320172D-18 31 31 1.60655465299851D-16 32 1 7.93589093310012D-11 32 2 -6.33119410343286D-11 32 3 2.81804985818624D-11 32 4 1.65420150732883D-10 32 5 -5.24846702124044D-12 32 6 1.54705742825079D-11 32 7 -2.47285454124608D-10 32 8 6.38073316564611D-11 32 9 -7.66368584678817D-11 32 10 2.50639416287783D-12 32 11 4.75307643536347D-12 32 12 3.29857856782003D-11 32 13 -8.09622220319030D-17 32 14 -5.43080377795131D-18 32 15 -6.76546612811482D-17 32 16 4.08843979605966D-18 32 17 -5.80440653226944D-17 32 18 3.57108841602923D-17 32 19 -6.68334108696338D-17 32 20 1.76740082746589D-17 32 21 -6.25064220955307D-17 32 22 2.90283226709137D-17 32 23 -7.94409121608134D-17 32 24 3.08231955235014D-17 32 25 -1.02600900211026D-16 32 26 4.38275267834642D-17 32 27 -2.07181509215186D-16 32 28 2.42421874806643D-17 32 29 -1.50045419361757D-16 32 30 4.30238738054083D-17 32 31 -8.53254721241092D-17 32 32 2.18356198754834D-16 33 1 -4.44253991795543D-11 33 2 2.73738454219304D-12 33 3 1.21397363015704D-10 33 4 -1.11181075169706D-10 33 5 4.03506915696470D-11 33 6 -4.02836838790790D-13 33 7 1.43971933999233D-12 33 8 3.20988916795616D-11 33 9 1.76134287539346D-10 33 10 1.54166753795110D-10 33 11 -7.51869677979284D-11 33 12 -2.97128813807066D-10 33 13 5.04296767687463D-18 33 14 -1.99829700313578D-17 33 15 4.84506863155576D-17 33 16 -1.85762519825693D-17 33 17 2.96911088528142D-17 33 18 1.11123056013921D-17 33 19 -1.30274697448694D-18 33 20 -2.04429356053903D-17 33 21 2.89307100253277D-17 33 22 2.49714643363432D-17 33 23 4.15700133997676D-17 33 24 5.56759027927077D-17 33 25 9.99914714110362D-17 33 26 -2.34279836069367D-19 33 27 -3.82798626423934D-17 33 28 1.83306896450372D-18 33 29 8.99751903573752D-17 33 30 2.13044138003301D-17 33 31 1.22203944413735D-16 33 32 -1.18911994305697D-17 33 33 2.14149824730015D-16 34 1 -9.99711228725091D-12 34 2 -4.41127717684925D-11 34 3 9.68458649711441D-11 34 4 -6.42571795208751D-11 34 5 5.22767950029544D-11 34 6 -2.50105516399868D-11 34 7 1.72455133028198D-11 34 8 1.90833408196950D-11 34 9 6.25258139772371D-11 34 10 5.70087783407976D-11 34 11 -2.72473642545520D-11 34 12 -1.34361127695335D-10 34 13 -4.17621186913071D-17 34 14 -3.24743961039771D-17 34 15 -2.44774908454651D-17 34 16 -3.83781032290397D-17 34 17 -2.62962193490236D-17 34 18 7.59487966710426D-18 34 19 -3.49086290056499D-17 34 20 3.53617152997170D-18 34 21 -2.36432626736797D-17 34 22 2.44605481907781D-17 34 23 -1.73324861194566D-17 34 24 5.85800323320308D-17 34 25 -1.71134095250177D-17 34 26 3.65104843755353D-18 34 27 -2.07326456135901D-16 34 28 1.57743137166511D-17 34 29 -3.72034828955304D-17 34 30 2.84481814243199D-17 34 31 1.57992409105708D-17 34 32 9.99478793510937D-17 34 33 9.37166036022538D-17 34 34 6.79196756090398D-16 35 1 4.10130772178967D-11 35 2 -3.28156583830015D-11 35 3 -1.47767181946859D-10 35 4 1.22888615174285D-10 35 5 -5.09510096723371D-11 35 6 -1.63864940306804D-10 35 7 -2.87581425277611D-10 35 8 8.20321466060972D-11 35 9 4.16276247177842D-11 35 10 1.23679732193909D-10 35 11 1.73452149543267D-12 35 12 2.70004497577878D-10 35 13 -4.69512069917172D-18 35 14 1.34719018961679D-17 35 15 -4.01404388253250D-17 35 16 1.53144205892114D-17 35 17 -3.96639701584947D-17 35 18 2.97184075636854D-18 35 19 -6.31324366916942D-17 35 20 -1.94619674088801D-17 35 21 -5.75613974857313D-17 35 22 -1.57513796398515D-17 35 23 -6.22036746854946D-17 35 24 -3.95529377769713D-17 35 25 -5.35458551629807D-17 35 26 3.20963415517314D-17 35 27 -9.70476652867355D-17 35 28 9.48129442072413D-18 35 29 -8.12176348868961D-17 35 30 7.96467642260189D-18 35 31 -4.56187709899788D-17 35 32 8.96732468162653D-17 35 33 -1.89160591388953D-17 35 34 3.30348738612264D-17 35 35 9.40022512142072D-17 36 1 1.94023166336513D-12 36 2 4.44086982250871D-11 36 3 4.29418537428556D-10 36 4 2.62800178451094D-11 36 5 6.01618020229953D-11 36 6 4.45261946792350D-10 36 7 3.95551496974055D-11 36 8 -1.55688058731795D-11 36 9 -3.27311049454306D-11 36 10 -6.77753994133463D-11 36 11 -8.90016941810339D-11 36 12 -8.41949378924854D-10 36 13 -1.14051755650050D-16 36 14 -1.61828408311797D-17 36 15 -1.20853462718939D-18 36 16 -1.79819227459520D-18 36 17 4.24455560350299D-18 36 18 7.81595918184470D-17 36 19 1.12049184457135D-17 36 20 7.68756237553004D-17 36 21 2.12855815105077D-17 36 22 1.26031058648279D-16 36 23 4.84940858852743D-19 36 24 2.04835481998848D-16 36 25 1.76011963897332D-17 36 26 1.90865836053512D-17 36 27 -2.58099420604943D-17 36 28 2.29039189226655D-17 36 29 2.75602711928354D-17 36 30 9.05554973905443D-17 36 31 2.20515577259332D-17 36 32 2.34671908830312D-17 36 33 1.46030297351745D-17 36 34 3.95323438825704D-18 36 35 -5.41644251651014D-18 36 36 1.21811230854447D-16 37 1 7.38953862052981D-11 37 2 -6.36994985502666D-11 37 3 -1.36884622556074D-10 37 4 1.15571986398144D-10 37 5 -2.63888121915942D-11 37 6 -1.29004103594642D-10 37 7 -1.57667303377889D-10 37 8 3.50246409047523D-11 37 9 -9.84121610644254D-11 37 10 -3.18000686810129D-11 37 11 5.50636697884242D-11 37 12 3.64300887158952D-10 37 13 -3.49489744803995D-17 37 14 1.06107746424257D-17 37 15 -6.21553092748269D-17 37 16 1.02073843140702D-17 37 17 -4.68799231887016D-17 37 18 -5.34194291619568D-18 37 19 -5.81566825165389D-17 37 20 -2.22010459328291D-17 37 21 -4.98409270152684D-17 37 22 -3.17914615830735D-17 37 23 -3.64847806808717D-17 37 24 -6.17179763736866D-17 37 25 -7.33363232906747D-17 37 26 2.74822675485931D-17 37 27 -1.19131437269899D-16 37 28 6.20443941979172D-18 37 29 -8.39847127923957D-17 37 30 -4.33771089475493D-18 37 31 -6.13723094288796D-17 37 32 8.76205173819723D-17 37 33 -2.90983400021324D-17 37 34 4.82548401219392D-17 37 35 6.45773171128810D-17 37 36 -2.35452097313149D-17 37 37 7.86405727556645D-17 38 1 -7.23071896076310D-11 38 2 1.46709484012971D-10 38 3 1.24073440103166D-09 38 4 -1.04228077116597D-10 38 5 2.19217219517645D-10 38 6 1.26654748768187D-09 38 7 1.69112142170964D-10 38 8 -1.80487092071286D-11 38 9 1.64631449383249D-10 38 10 7.42312524110990D-12 38 11 -3.47877994023107D-10 38 12 -2.67191333748824D-09 38 13 -2.17123947555703D-16 38 14 -3.36620142934074D-17 38 15 5.71610642506361D-18 38 16 -2.66323719824122D-17 38 17 2.12598579402363D-17 38 18 1.33581662438934D-16 38 19 3.86363127994950D-17 38 20 1.33568632345441D-16 38 21 5.32580004003858D-17 38 22 2.76791376913817D-16 38 23 -1.87711216734140D-19 38 24 5.12616710019460D-16 38 25 3.94085324493190D-17 38 26 -6.83176133302094D-18 38 27 -6.42364992557832D-17 38 28 3.29559431435221D-17 38 29 7.26357109959852D-17 38 30 1.97027094230013D-16 38 31 4.22669461083255D-17 38 32 2.05094816051948D-17 38 33 4.04376940325651D-17 38 34 1.94549867973811D-17 38 35 -3.06484245266291D-17 38 36 1.82689224717053D-16 38 37 -5.10834274211734D-17 38 38 3.93786729610099D-16 39 1 1.39054933127288D-11 39 2 -1.39189071683496D-11 39 3 -1.01876963805253D-10 39 4 5.75451049637028D-11 39 5 -3.04903219201118D-11 39 6 -1.06527444598998D-10 39 7 -1.25121097145754D-10 39 8 3.37857607984184D-11 39 9 1.53017488194955D-11 39 10 5.36704984580603D-11 39 11 1.06234683087504D-11 39 12 1.93102659593277D-10 39 13 2.86903063717750D-17 39 14 -1.09731889314591D-18 39 15 -1.79749183271645D-17 39 16 5.30025569914965D-18 39 17 -2.25515266228645D-17 39 18 4.71343164214162D-19 39 19 -3.36568457865328D-17 39 20 -1.02332063790135D-17 39 21 -3.15780133671183D-17 39 22 -9.89700527121381D-18 39 23 -3.72744907803733D-17 39 24 -2.49162519435754D-17 39 25 -2.97492910387926D-17 39 26 1.74226355796693D-17 39 27 -4.59593504937937D-17 39 28 1.53428466013428D-18 39 29 -4.37978117782749D-17 39 30 3.39942301995279D-18 39 31 -2.64523799414144D-17 39 32 4.39225433428425D-17 39 33 -1.43781675284246D-17 39 34 1.80946147660883D-17 39 35 3.73528953045353D-17 39 36 -2.61338306869081D-18 39 37 2.88906957426284D-17 39 38 -2.08007411801385D-17 39 39 3.05707409977417D-17 40 1 -2.01430711097168D-11 40 2 4.71294858687629D-11 40 3 4.59931538177131D-10 40 4 -1.32089972233779D-11 40 5 7.79276631565311D-11 40 6 4.61795105724483D-10 40 7 -6.19192016686283D-12 40 8 1.53992350655556D-11 40 9 8.17687649894980D-11 40 10 3.95439886195072D-11 40 11 -1.40456383976345D-10 40 12 -1.00349540866836D-09 40 13 -1.03115654562689D-16 40 14 -1.50086178917573D-17 40 15 -4.07864843411143D-18 40 16 -5.35700615821621D-18 40 17 1.82679329541397D-18 40 18 6.37657571292669D-17 40 19 7.67763925595493D-18 40 20 6.74610645426542D-17 40 21 1.09985009107703D-17 40 22 1.22441769018639D-16 40 23 -1.16350316235500D-17 40 24 2.13111187119349D-16 40 25 1.34552444797928D-17 40 26 1.56466447541414D-17 40 27 -3.94642406485926D-17 40 28 1.90355101556854D-17 40 29 2.10290197927661D-17 40 30 9.24391183070051D-17 40 31 1.65272571634078D-17 40 32 2.60256765393409D-17 40 33 2.03364157257898D-17 40 34 1.26515328528411D-17 40 35 -8.38733064145435D-19 40 36 7.89313775723313D-17 40 37 -1.30933495892431D-17 40 38 1.58524641937578D-16 40 39 -3.66166574672948D-18 40 40 7.87310691395525D-17 41 1 -2.78602989350270D-11 41 2 3.16625674096811D-11 41 3 5.78641055315359D-11 41 4 1.24625701992628D-11 41 5 -1.04930716082852D-11 41 6 4.06145864177434D-11 41 7 -1.22709795871314D-10 41 8 4.48342077382863D-11 41 9 1.27954719822647D-10 41 10 1.38107523538141D-10 41 11 -6.60037034750240D-11 41 12 -2.26433411719668D-10 41 13 1.85160121000236D-17 41 14 -1.61042911451744D-17 41 15 4.26718825285637D-18 41 16 -5.35405282431416D-18 41 17 -1.02181191411511D-17 41 18 1.32858052404382D-17 41 19 -1.90427872489988D-17 41 20 9.54465675596437D-18 41 21 -2.17866140366535D-17 41 22 2.79851965220138D-17 41 23 -4.24400600203489D-17 41 24 5.10583883803115D-17 41 25 -4.69033335767025D-18 41 26 6.74593420783403D-18 41 27 -4.56284950061743D-17 41 28 8.31412522669712D-18 41 29 -1.88736885699497D-17 41 30 2.86999701608988D-17 41 31 5.12306762854103D-20 41 32 3.77268920725156D-17 41 33 8.65270883037223D-18 41 34 3.40261608019729D-17 41 35 3.63377716710280D-17 41 36 2.30595579230888D-17 41 37 1.39630643503082D-17 41 38 3.49349922924267D-17 41 39 2.54385713593651D-17 41 40 1.47813187228810D-17 41 41 6.73745913690637D-17 42 1 2.09569413674889D-11 42 2 -2.53307472577316D-11 42 3 -1.23649925303437D-10 42 4 6.28047509002204D-11 42 5 -3.01370698594961D-11 42 6 -1.31628565725427D-10 42 7 -1.36122542771332D-10 42 8 3.75854641447140D-11 42 9 7.99018953316868D-12 42 10 5.23608500866660D-11 42 11 1.78823529588160D-11 42 12 2.47288301442999D-10 42 13 2.06436071023587D-18 42 14 -2.92783336812466D-18 42 15 -1.05873549873893D-17 42 16 1.06326539249835D-17 42 17 -1.27476147006140D-17 42 18 1.34468007352017D-17 42 19 -1.31556791819194D-17 42 20 2.05501936579353D-17 42 21 -2.00637399134906D-17 42 22 7.55353212690665D-18 42 23 -2.02664154923372D-17 42 24 -9.54023852905649D-18 42 25 -6.97304617727374D-18 42 26 3.26132798018280D-17 42 27 -2.91677676251659D-17 42 28 6.66744482905020D-18 42 29 -1.75627728792199D-17 42 30 1.74761668495559D-17 42 31 -5.86457956724482D-18 42 32 3.18220219748921D-17 42 33 1.43430454183761D-18 42 34 7.18816383354216D-18 42 35 2.13207723905408D-17 42 36 1.00976112857701D-17 42 37 1.34366333890561D-17 42 38 -1.16165613600634D-17 42 39 1.16145608965470D-17 42 40 1.23443048645981D-17 42 41 6.75460275605885D-18 42 42 3.60440143828906D-17 43 1 -5.73769092009391D-11 43 2 3.47455218488952D-11 43 3 8.97003819221092D-11 43 4 -2.56154344887977D-11 43 5 -1.78186207672437D-12 43 6 3.74869758397032D-12 43 7 -1.70759355053658D-10 43 8 7.55301049952901D-11 43 9 2.42982655748482D-10 43 10 2.53751696637122D-10 43 11 -1.08493764769949D-10 43 12 -3.36431735395500D-10 43 13 8.05802964900155D-18 43 14 -3.65627254973115D-17 43 15 4.00224649662840D-17 43 16 -1.47758777395726D-17 43 17 7.06504773359391D-18 43 18 3.29562434260294D-17 43 19 -6.75250093033571D-18 43 20 3.42856020976762D-17 43 21 -1.09460896594939D-17 43 22 6.28059777918817D-17 43 23 -4.50005180766273D-17 43 24 9.96559190198133D-17 43 25 4.14026852093908D-17 43 26 1.39689903163551D-17 43 27 -6.26954953036086D-17 43 28 1.95437206114567D-17 43 29 8.70256266951223D-18 43 30 4.86261480536158D-17 43 31 4.99804648423638D-17 43 32 4.98767456369115D-17 43 33 6.33312987803612D-17 43 34 4.91469364595284D-17 43 35 2.72947276964369D-17 43 36 4.86356713092854D-17 43 37 -1.20299594008184D-17 43 38 6.86469575124783D-17 43 39 2.14296845064153D-17 43 40 3.83265511925672D-17 43 41 5.91747704223675D-17 43 42 2.31945106660542D-17 43 43 2.52710843052849D-16 44 1 -2.82784332197191D-12 44 2 -3.57990843474648D-12 44 3 -6.95802671079487D-11 44 4 2.37526731017699D-11 44 5 -1.47956967116155D-11 44 6 -5.46567141351466D-11 44 7 -3.37183554702423D-11 44 8 6.83187414196894D-12 44 9 1.27203483733055D-12 44 10 1.27935257550593D-11 44 11 1.15437310581627D-11 44 12 1.22964946510913D-10 44 13 7.57984995876556D-17 44 14 4.12196483695907D-18 44 15 -3.61104850671630D-18 44 16 -1.81523941531204D-20 44 17 -6.00796072221903D-18 44 18 -7.77830480125900D-18 44 19 -3.34478659190029D-18 44 20 2.29031739393813D-20 44 21 -9.68142681450211D-18 44 22 -6.51075562452232D-18 44 23 -9.04174728979554D-18 44 24 -1.24842131039119D-17 44 25 -1.10271062816943D-17 44 26 1.37684246820634D-17 44 27 -2.17188438565857D-17 44 28 -1.03674295053841D-17 44 29 -4.66456166106209D-18 44 30 1.31225066255496D-17 44 31 -1.58168947469272D-17 44 32 1.05302139598331D-18 44 33 -1.13380691586648D-17 44 34 -2.15090476480571D-17 44 35 4.58950921804035D-18 44 36 -9.03898562773277D-18 44 37 4.14851139930948D-18 44 38 -2.16140218326933D-17 44 39 2.51661068036112D-18 44 40 -4.88211023946617D-18 44 41 -5.35060448137454D-18 44 42 9.41016727865164D-18 44 43 6.35415208699997D-18 44 44 4.94779722724882D-17 45 1 2.12067101136548D-11 45 2 -1.57314966909258D-11 45 3 -1.32043476896456D-10 45 4 5.77885908335650D-11 45 5 -3.12868740558491D-11 45 6 -1.01732807619100D-10 45 7 -5.87517254088964D-11 45 8 6.39840879515609D-12 45 9 -4.89082173161905D-11 45 10 -2.02435753974976D-11 45 11 4.06199619543568D-11 45 12 2.82684501845998D-10 45 13 2.82648170602506D-17 45 14 4.68830891975525D-18 45 15 -2.48290958135420D-17 45 16 6.43575181714764D-18 45 17 -2.35630446238156D-17 45 18 -4.77098072885012D-18 45 19 -2.64824649037079D-17 45 20 -1.05836844258018D-17 45 21 -2.64021768196563D-17 45 22 -1.97791414176848D-17 45 23 -2.64181969066990D-17 45 24 -4.34257426854427D-17 45 25 -3.70610488531490D-17 45 26 1.62579231722027D-17 45 27 -2.79807601463001D-17 45 28 -2.58346080595263D-18 45 29 -3.98320822943877D-17 45 30 -6.91410208628786D-18 45 31 -3.50297161458685D-17 45 32 2.52396648662970D-17 45 33 -2.88089889844239D-17 45 34 4.82627772063002D-18 45 35 2.16114960415148D-17 45 36 -1.05410442356001D-17 45 37 2.29734026622221D-17 45 38 -3.40805679714380D-17 45 39 1.57474722897569D-17 45 40 -9.35288523353014D-18 45 41 7.26572624713139D-18 45 42 1.07926885585249D-17 45 43 -4.87657220166422D-18 45 44 5.66064063768670D-18 45 45 2.31414113401047D-17 46 1 -5.84839353000897D-11 46 2 9.83079162741550D-11 46 3 8.77494526380645D-10 46 4 -8.10431487641922D-11 46 5 1.59257033984147D-10 46 6 8.74839988155244D-10 46 7 5.85658082282045D-11 46 8 1.50815841881672D-11 46 9 1.84451466955530D-10 46 10 8.09612765369643D-11 46 11 -2.72646534223382D-10 46 12 -1.93678598102716D-09 46 13 -1.57556439708289D-16 46 14 -1.75276946550874D-17 46 15 -1.56278098354398D-18 46 16 -1.58669985012013D-17 46 17 1.07383268931966D-17 46 18 8.76079905648568D-17 46 19 1.97531297196584D-17 46 20 8.95785087387655D-17 46 21 2.60708596313449D-17 46 22 1.94782957987373D-16 46 23 -1.44221988326556D-17 46 24 3.63228535571075D-16 46 25 2.10824866040498D-17 46 26 -7.41484173361356D-19 46 27 -4.17095789749096D-17 46 28 2.27432056768243D-17 46 29 3.92343571397691D-17 46 30 1.42272660433521D-16 46 31 2.22360940201876D-17 46 32 1.97833992081528D-17 46 33 2.74653262857596D-17 46 34 8.58314913699787D-18 46 35 -1.37216737086893D-17 46 36 1.02164701863281D-16 46 37 -2.79788351734981D-17 46 38 2.56771845469309D-16 46 39 -1.39874281540044D-17 46 40 1.14856217105199D-16 46 41 1.58384229888874D-17 46 42 2.42290687070690D-19 46 43 3.77655108766568D-17 46 44 -1.08498493316676D-17 46 45 -2.15524219716018D-17 46 46 2.06959323101079D-16 47 1 7.79220230002604D-12 47 2 -2.88592299025544D-12 47 3 -1.67458298897203D-10 47 4 5.61500635208969D-11 47 5 -4.75429884802479D-11 47 6 -1.46138368775510D-10 47 7 -4.44036255580484D-11 47 8 -1.67727886463120D-12 47 9 -4.77947053652463D-11 47 10 -1.95386408227227D-11 47 11 5.21061903753432D-11 47 12 3.61391373077243D-10 47 13 3.67365398653048D-17 47 14 2.92345886386378D-18 47 15 -5.95753746512351D-18 47 16 9.42244152110823D-18 47 17 -1.37690311675987D-17 47 18 1.74235283882957D-18 47 19 -1.88324417213691D-17 47 20 -8.09877292071695D-18 47 21 -1.76723768716485D-17 47 22 -1.99486088517009D-17 47 23 -2.34600098422606D-17 47 24 -5.19871675293442D-17 47 25 -1.63298450661354D-17 47 26 1.20647075551620D-17 47 27 2.31087055600001D-17 47 28 -9.37540732557145D-20 47 29 -2.51046977300420D-17 47 30 -1.78402981002997D-17 47 31 -1.49202871131567D-17 47 32 1.14523918387939D-17 47 33 -2.20237292577386D-17 47 34 -7.52822978224327D-18 47 35 1.71302463956023D-17 47 36 1.18178366494569D-17 47 37 4.71014255886651D-18 47 38 -1.93227763459964D-17 47 39 1.63440018939443D-17 47 40 -7.48388980824147D-18 47 41 1.55108154828200D-17 47 42 6.15134461436540D-18 47 43 1.25438117177603D-17 47 44 1.06633974822610D-18 47 45 1.51330013005745D-17 47 46 -2.52197239669620D-17 47 47 4.28411218761530D-17 48 1 -5.97588001524774D-11 48 2 6.95070787892050D-11 48 3 6.72128196849773D-10 48 4 -7.44793872263923D-11 48 5 1.30381925129747D-10 48 6 6.51229017751305D-10 48 7 -1.07198172260769D-10 48 8 7.84818893458718D-11 48 9 3.04990462522803D-10 48 10 2.41436360355665D-10 48 11 -2.78370893181037D-10 48 12 -1.62834767692022D-09 48 13 -5.26780236451589D-17 48 14 -2.39052343566066D-17 48 15 -1.33248417131092D-17 48 16 -2.59655907017601D-17 48 17 -6.68864171262214D-18 48 18 5.09286521375761D-17 48 19 -4.15197164740867D-18 48 20 6.76400769397097D-17 48 21 -9.75184273977210D-18 48 22 1.58273869848876D-16 48 23 -4.24748202682186D-17 48 24 3.11435218059202D-16 48 25 -5.62640774595832D-18 48 26 1.87425034803582D-17 48 27 -1.70305156475173D-16 48 28 1.03641858046164D-17 48 29 5.57124331363135D-18 48 30 1.54839408472280D-16 48 31 -6.35064484809354D-18 48 32 5.88472591994606D-17 48 33 3.48322668466177D-17 48 34 5.44643520588125D-17 48 35 1.70263057172595D-17 48 36 3.37043254542949D-17 48 37 1.53345651497676D-17 48 38 1.60053897085972D-16 48 39 2.37716553070062D-18 48 40 8.78510537208119D-17 48 41 2.14507080738015D-17 48 42 2.25940000931245D-17 48 43 4.70204042149960D-17 48 44 7.22890049716984D-18 48 45 -8.90091057318127D-18 48 46 1.56606377397717D-16 48 47 -6.52777060861806D-17 48 48 2.72455689900092D-16 49 1 -1.03744002065349D-10 49 2 9.61399151460582D-11 49 3 2.63060232650463D-11 49 4 -1.98274089374185D-11 49 5 -4.52972240927390D-11 49 6 -1.34285962016924D-11 49 7 -3.22321682358023D-10 49 8 1.27107094944611D-10 49 9 4.27110171502262D-10 49 10 4.45893089244064D-10 49 11 -1.77949786213362D-10 49 12 -4.39987599236482D-10 49 13 -3.98045341219945D-17 49 14 -7.72006689521211D-17 49 15 5.19497665730681D-17 49 16 -4.19136174751453D-17 49 17 1.26958923569607D-18 49 18 6.59616337671061D-17 49 19 -5.83104913750229D-18 49 20 6.67488777264560D-17 49 21 -1.75889537320616D-17 49 22 1.08787034773439D-16 49 23 -6.85812501101147D-17 49 24 1.56897968309265D-16 49 25 5.84531511951754D-17 49 26 3.26301825486097D-17 49 27 -2.30763516732791D-16 49 28 5.21851001843211D-17 49 29 2.55053720448845D-17 49 30 6.71688574378036D-17 49 31 9.06644285967965D-17 49 32 8.61663618022685D-17 49 33 1.10659796159226D-16 49 34 1.01824492483821D-16 49 35 4.36523395384887D-17 49 36 8.47001031899331D-17 49 37 -2.44901822415559D-17 49 38 1.08203524591776D-16 49 39 3.15387784864382D-17 49 40 7.03412640971537D-17 49 41 1.02756669816369D-16 49 42 5.24380973185069D-17 49 43 2.36291152793087D-16 49 44 -6.10621657536193D-18 49 45 -1.28103361354116D-17 49 46 5.82320802780782D-17 49 47 1.54376331127595D-17 49 48 1.00023492530508D-16 49 49 6.27030278624348D-16 50 1 -1.35531399574967D-11 50 2 -2.28397241872320D-12 50 3 -5.83024148182421D-11 50 4 -2.46254574187797D-12 50 5 -7.44519593844153D-12 50 6 -6.04196907274464D-11 50 7 -1.98357300935928D-11 50 8 8.55191885311602D-12 50 9 3.16828205615656D-11 50 10 3.58514159196866D-11 50 11 1.17724955886105D-12 50 12 8.70392850952467D-11 50 13 1.19806047374008D-16 50 14 1.66858353725582D-18 50 15 3.52176086215473D-18 50 16 3.08509728828749D-19 50 17 -4.03229483796917D-18 50 18 -1.66679501041913D-17 50 19 5.68560060060283D-18 50 20 5.84531969238909D-18 50 21 -1.27638927479880D-17 50 22 -1.11457287536719D-17 50 23 -1.54820066616979D-17 50 24 -1.02570115285280D-17 50 25 -8.11961603666737D-18 50 26 9.27088000883489D-18 50 27 2.99716279611981D-18 50 28 -1.68104010039744D-17 50 29 -5.61610600461065D-18 50 30 1.75907324072578D-17 50 31 -1.69217127807305D-17 50 32 -1.34053702252171D-18 50 33 -8.48227104128114D-18 50 34 -1.54445546989090D-18 50 35 5.59895886608071D-18 50 36 -1.54573502458220D-17 50 37 7.12242539640056D-18 50 38 -2.64818391364160D-17 50 39 5.67233123566006D-18 50 40 -1.09947726567273D-17 50 41 3.04030116699187D-18 50 42 4.58195712805287D-18 50 43 -4.59013174565923D-18 50 44 1.21401590058739D-17 50 45 4.92675873349348D-18 50 46 -1.82432645620369D-17 50 47 -9.02591469915443D-19 50 48 1.09104359905964D-17 50 49 -3.11326775282045D-17 50 50 3.14384600670222D-17 51 1 -2.95173259712779D-11 51 2 2.36011571540871D-11 51 3 7.05745038979541D-12 51 4 -2.90600052426688D-11 51 5 -3.08565553028345D-12 51 6 3.13980779916668D-12 51 7 -2.07893656275639D-11 51 8 1.42585757885989D-11 51 9 8.85382149578625D-11 51 10 7.93666964531882D-11 51 11 -3.47740774014756D-11 51 12 -9.87354731514287D-11 51 13 4.63746830457068D-17 51 14 -2.36159410065666D-18 51 15 1.89654666334601D-17 51 16 -6.50823077627089D-18 51 17 6.08527666114209D-18 51 18 -1.38141879347846D-18 51 19 6.93970365515129D-18 51 20 4.62342466602183D-18 51 21 -1.14907714561845D-18 51 22 9.97813107753732D-18 51 23 -1.25644056397004D-17 51 24 1.95698138284803D-17 51 25 1.01048595801250D-17 51 26 -2.67904114242545D-18 51 27 1.09044877298929D-17 51 28 -4.44890044824551D-18 51 29 8.14653667184455D-18 51 30 7.73228106222010D-18 51 31 3.98917531157499D-18 51 32 -1.31683246967121D-17 51 33 1.89803734808602D-18 51 34 -1.68795675918172D-17 51 35 -6.72492068597913D-18 51 36 -1.01967944337977D-18 51 37 -1.60172306588419D-17 51 38 4.35560618569535D-18 51 39 -1.99544373623046D-18 51 40 3.01152379788142D-18 51 41 2.18025920227720D-18 51 42 1.90046948254793D-18 51 43 1.51405148667183D-17 51 44 4.79572286341892D-18 51 45 -1.83477732533632D-18 51 46 6.89246655314152D-18 51 47 -8.82396777282811D-19 51 48 1.12224358885327D-17 51 49 2.83982565046587D-17 51 50 2.13628889691041D-18 51 51 1.77801255263375D-17 52 1 1.23172646448439D-11 52 2 1.84495229802218D-11 52 3 2.23864447931240D-10 52 4 5.19193811081039D-11 52 5 2.37811847353772D-11 52 6 2.35286373031185D-10 52 7 -1.76097573944134D-11 52 8 -2.29759917257602D-12 52 9 -4.25760772445227D-11 52 10 -4.66268887385585D-11 52 11 -3.99331084192354D-11 52 12 -4.16574743510042D-10 52 13 -6.19726968125796D-17 52 14 -2.15954184551742D-17 52 15 -1.38935236486834D-17 52 16 -8.34970731415479D-18 52 17 -1.19957534282041D-17 52 18 5.29677836042283D-17 52 19 -2.02895561847993D-17 52 20 3.79903955877778D-17 52 21 -1.89178229913768D-19 52 22 8.07424702755534D-17 52 23 -1.07532203716871D-17 52 24 1.24291273388340D-16 52 25 -7.21544340487209D-18 52 26 2.48246593556816D-17 52 27 -9.52165343125295D-17 52 28 1.96789557804810D-17 52 29 -4.02458367669162D-18 52 30 6.61377521807433D-17 52 31 5.92439676164642D-18 52 32 5.43956735173795D-17 52 33 1.94594253248132D-17 52 34 4.19297212258834D-17 52 35 1.71443485709405D-17 52 36 8.19821187880585D-17 52 37 3.11236708358226D-18 52 38 1.12382377245448D-16 52 39 1.18056730890231D-17 52 40 5.05236566678395D-17 52 41 3.35008455801829D-17 52 42 1.32079550886079D-17 52 43 5.53821177624860D-17 52 44 -4.53022100389196D-18 52 45 -7.93141850323520D-19 52 46 5.49330230766228D-17 52 47 1.52723547461638D-17 52 48 2.25377499772289D-17 52 49 1.08806679035168D-16 52 50 -1.04167426944937D-17 52 51 -3.66818741080320D-18 52 52 8.84939719205169D-17 53 1 -4.87248121965630D-11 53 2 2.30921590919189D-11 53 3 5.10543596768623D-11 53 4 -6.53657208439993D-11 53 5 1.23330333315853D-11 53 6 5.17212534002920D-13 53 7 -9.72545135705806D-13 53 8 1.77609744343119D-11 53 9 1.33863629157066D-10 53 10 1.15063077422549D-10 53 11 -5.31861668456980D-11 53 12 -1.85435201393938D-10 53 13 6.33028293391975D-17 53 14 -1.33749885013921D-17 53 15 3.67405778530629D-17 53 16 -1.54500044576402D-17 53 17 1.37293480801711D-17 53 18 6.26689674186480D-19 53 19 1.32834988393890D-17 53 20 1.18416485551501D-17 53 21 4.47181028917297D-18 53 22 2.23421782152914D-17 53 23 -1.33637855897282D-17 53 24 4.35349581142257D-17 53 25 2.90587062063126D-17 53 26 -4.62478753839306D-18 53 27 4.85517020417471D-18 53 28 -3.36004694074598D-18 53 29 2.19985843093848D-17 53 30 1.83763231866477D-17 53 31 2.32297565272797D-17 53 32 -1.42045045490227D-17 53 33 2.46061675056629D-17 53 34 -2.15800252492315D-18 53 35 -1.00013999473702D-17 53 36 7.70529463263659D-18 53 37 -2.39833700457994D-17 53 38 1.95344710672248D-17 53 39 -1.85852832835306D-18 53 40 8.12040175006369D-18 53 41 1.16367329076937D-17 53 42 1.12506677123864D-18 53 43 4.37372671912183D-17 53 44 6.12800404546625D-18 53 45 -8.10385950554893D-18 53 46 1.27676184998612D-17 53 47 -1.62445657746379D-18 53 48 1.66317434749194D-17 53 49 6.54901029097511D-17 53 50 3.01587921546906D-18 53 51 1.48913932487321D-17 53 52 6.15109953027126D-18 53 53 7.01905498042848D-17 54 1 1.08704897836969D-11 54 2 -3.23177129876296D-11 54 3 -8.34049804522652D-11 54 4 2.91886936601981D-11 54 5 -1.16487795821709D-11 54 6 -1.28179465997139D-10 54 7 -6.27630335710923D-11 54 8 1.92322492919598D-11 54 9 -6.67533393283205D-12 54 10 2.27038498529564D-11 54 11 2.47342433229096D-11 54 12 2.18259780449123D-10 54 13 8.31935700962021D-18 54 14 1.91160289198172D-17 54 15 5.16641170901412D-19 54 16 1.70733517346526D-17 54 17 4.02697816404193D-18 54 18 -7.53298900248509D-18 54 19 -1.34931492423522D-17 54 20 -2.08604889414592D-17 54 21 -2.46387127575854D-18 54 22 -2.07922788947565D-17 54 23 6.30939489508673D-18 54 24 -4.05091466300340D-17 54 25 7.15299373549511D-18 54 26 8.44592303735996D-18 54 27 5.18758905501714D-17 54 28 -4.33489595785863D-18 54 29 -1.28828847326401D-18 54 30 -8.45344989104867D-18 54 31 1.66861556492119D-18 54 32 -1.67249569600314D-18 54 33 -6.15425444084173D-18 54 34 4.48621366677735D-18 54 35 1.11044909159311D-17 54 36 -5.42447654119939D-18 54 37 2.59714159299544D-18 54 38 -2.29430333399752D-17 54 39 1.76692732818987D-19 54 40 -8.39586489252910D-18 54 41 -7.95822233337810D-18 54 42 1.79734256020514D-18 54 43 -1.76684898847377D-17 54 44 6.24963447075989D-18 54 45 -4.49953418587912D-18 54 46 -1.28237394950549D-17 54 47 1.78826096495135D-18 54 48 -1.88542788983779D-17 54 49 -4.12943113440028D-17 54 50 5.21366319781650D-18 54 51 -1.88375300515468D-18 54 52 -8.15385377265118D-18 54 53 8.30985914639351D-18 54 54 1.15424576815593D-16 55 1 -8.50430629780542D-12 55 2 1.06876612453022D-11 55 3 6.49923533244768D-11 55 4 -2.54739502640030D-11 55 5 1.90221504405434D-11 55 6 8.64623483077017D-11 55 7 8.85033578420487D-11 55 8 -2.76334592525375D-11 55 9 -2.84729319222414D-11 55 10 -5.45251007470240D-11 55 11 -2.07635243201582D-12 55 12 -1.22981769673014D-10 55 13 1.04080558743112D-17 55 14 2.04719971391358D-18 55 15 1.75374077942451D-18 55 16 -3.91877603591717D-18 55 17 3.95395068267046D-18 55 18 3.90424610161832D-19 55 19 1.28851356593780D-17 55 20 5.78782129439694D-18 55 21 1.00555726328506D-17 55 22 9.93880462318548D-18 55 23 6.04405946074079D-18 55 24 2.04265548652603D-17 55 25 -3.03091109303795D-18 55 26 -6.78780928434051D-18 55 27 1.46555440234190D-17 55 28 -4.90162841970172D-18 55 29 7.40045633431069D-18 55 30 2.35764649500491D-18 55 31 -7.49404919409078D-18 55 32 -2.16873948215156D-17 55 33 -1.63952531384966D-17 55 34 -2.43211187676331D-17 55 35 -2.47044367400602D-17 55 36 3.72857316326765D-19 55 37 -1.76500937547347D-17 55 38 1.13016268457385D-17 55 39 -1.26907272061454D-17 55 40 3.00692501318089D-18 55 41 -1.98361149049504D-17 55 42 -5.10134144944195D-18 55 43 -2.16888917880328D-17 55 44 1.84071416027677D-18 55 45 -3.21616737129538D-18 55 46 1.21596537548761D-17 55 47 -6.29132721780175D-18 55 48 3.60410155054174D-18 55 49 -3.04412822453358D-17 55 50 -1.01549077881056D-18 55 51 4.55749548296453D-18 55 52 -8.90784459457818D-18 55 53 6.43404379749859D-19 55 54 -7.39982638870223D-19 55 55 1.67547097738890D-17 56 1 -4.15004957477732D-11 56 2 9.39244245730513D-11 56 3 7.96195777537231D-10 56 4 -4.18390457986874D-11 56 5 1.34689814732552D-10 56 6 8.17746293335357D-10 56 7 8.64059024185724D-11 56 8 -9.15900962194471D-12 56 9 8.97954403193671D-11 56 10 -3.06636057796765D-12 56 11 -2.19455229461866D-10 56 12 -1.70373751075645D-09 56 13 -1.25550746280802D-16 56 14 -3.34293687240921D-17 56 15 -5.86725792503694D-18 56 16 -2.79033047886900D-17 56 17 -3.52564062501984D-19 56 18 9.25325730510830D-17 56 19 2.59461534773857D-18 56 20 8.38937764399100D-17 56 21 2.16853448897568D-17 56 22 1.89778883312695D-16 56 23 -1.53947900207069D-17 56 24 3.46937917769857D-16 56 25 6.47698577273206D-18 56 26 6.44863508593369D-18 56 27 -1.19723939939343D-16 56 28 2.51678187745284D-17 56 29 2.69810737436689D-17 56 30 1.44204864642675D-16 56 31 1.61613500821115D-17 56 32 4.86707232185890D-17 56 33 3.25600991886352D-17 56 34 4.83902449018227D-17 56 35 -4.01581642075947D-18 56 36 1.29537773874862D-16 56 37 -1.95275558668694D-17 56 38 2.61760312188285D-16 56 39 -1.61421526850627D-18 56 40 1.08205426584862D-16 56 41 4.00028059760672D-17 56 42 -6.36404496157429D-19 56 43 6.81895797592980D-17 56 44 -1.22327576278448D-17 56 45 -1.56267026964488D-17 56 46 1.66318769847030D-16 56 47 -5.30521583887552D-18 56 48 1.13006093575096D-16 56 49 1.21170216108800D-16 56 50 -1.71142798462488D-17 56 51 2.38716386821975D-18 56 52 9.42516832532129D-17 56 53 1.63243359143870D-17 56 54 -2.32334091604069D-17 56 55 1.51867418318017D-18 56 56 1.90790738511486D-16 57 1 -3.33005266056879D-11 57 2 2.97143883975062D-11 57 3 8.32998309307448D-11 57 4 -5.13821475075686D-11 57 5 1.98214958223899D-11 57 6 9.89825229155788D-11 57 7 9.73448245852297D-11 57 8 -2.53594328935159D-11 57 9 2.51195408602028D-11 57 10 -1.26621503013292D-11 57 11 -2.41764513118175D-11 57 12 -2.07401894668141D-10 57 13 3.77962396432263D-17 57 14 -3.08685731540157D-18 57 15 1.58724755398205D-17 57 16 -8.62655067927726D-18 57 17 1.07389550723225D-17 57 18 1.85555794408278D-19 57 19 1.86399097618920D-17 57 20 5.28200007875918D-18 57 21 1.46925511052984D-17 57 22 1.57447023263278D-17 57 23 5.42804941401604D-18 57 24 3.44845048857540D-17 57 25 1.14174292843759D-17 57 26 -1.03599050748838D-17 57 27 2.13328292702078D-17 57 28 -7.09569633204706D-18 57 29 2.12956278234118D-17 57 30 7.63182515691001D-18 57 31 6.19440840429615D-18 57 32 -2.95459525492537D-17 57 33 -2.96666138088057D-18 57 34 -1.98719915858408D-17 57 35 -2.85796756137102D-17 57 36 4.30167934099103D-18 57 37 -2.73062458613702D-17 57 38 2.02658383379726D-17 57 39 -1.38595915186491D-17 57 40 4.46666051104612D-18 57 41 -1.28074265276682D-17 57 42 -7.58138522244155D-18 57 43 -8.07509837029876D-18 57 44 1.24341692235347D-18 57 45 -7.80246395365042D-18 57 46 1.43209999022058D-17 57 47 -6.21182518143934D-18 57 48 3.68426515092267D-18 57 49 -4.24181982771383D-18 57 50 -4.64437156383806D-19 57 51 7.45867343705122D-18 57 52 -4.49490348883480D-18 57 53 7.97718910425231D-18 57 54 -1.65668550204666D-18 57 55 1.38831847171992D-17 57 56 8.43132631514091D-18 57 57 1.90710383628119D-17 58 1 -1.72638875384290D-11 58 2 5.52231659339304D-11 58 3 4.98742888818632D-10 58 4 -4.73583131924515D-12 58 5 8.06189968957156D-11 58 6 5.16169419260960D-10 58 7 3.41882689653609D-11 58 8 -3.11237775343718D-12 58 9 3.80651003587363D-11 58 10 -1.21885500414154D-11 58 11 -1.32729784945067D-10 58 12 -1.05297740818779D-09 58 13 -1.01032976233958D-16 58 14 -2.52942019001822D-17 58 15 -8.40628975620642D-18 58 16 -1.69092295319105D-17 58 17 -4.31417189350407D-18 58 18 6.94623660511935D-17 58 19 -4.34181846240632D-18 58 20 6.41050918353515D-17 58 21 1.09103780169152D-17 58 22 1.33866303910323D-16 58 23 -1.34967780409311D-17 58 24 2.31791659711465D-16 58 25 4.99138786852352D-19 58 26 1.31799142461198D-17 58 27 -9.46385581701333D-17 58 28 2.19981044310955D-17 58 29 1.17538782130521D-17 58 30 9.94984544684187D-17 58 31 9.17669615659840D-18 58 32 4.33016772205466D-17 58 33 1.99822363872064D-17 58 34 3.52188213236383D-17 58 35 2.02376738497018D-18 58 36 9.89986131419684D-17 58 37 -1.15723014662735D-17 58 38 1.80809219977496D-16 58 39 1.99836441472272D-18 58 40 7.92352997167927D-17 58 41 2.93801437417429D-17 58 42 7.56065713734004D-18 58 43 5.43301623047854D-17 58 44 -7.83810896446022D-18 58 45 -7.66069907424960D-18 58 46 1.13215714494010D-16 58 47 2.37420152635249D-18 58 48 7.15210120753587D-17 58 49 1.03428818630227D-16 58 50 -1.50040625679389D-17 58 51 1.82358824873308D-18 58 52 7.41438462863960D-17 58 53 1.15437177768154D-17 58 54 -1.58574321193347D-17 58 55 8.78081556167059D-20 58 56 1.33918420556138D-16 58 57 4.61736304337222D-18 58 58 1.03430594115862D-16 59 1 6.99866311256350D-03 59 2 -5.41796299691715D-03 59 3 1.19230239150793D-02 59 4 3.67807596503577D-03 59 5 5.99388696969381D-03 59 6 2.03263748844210D-02 59 7 1.96637825682034D-02 59 8 -7.83726428203383D-03 59 9 -2.78224885626887D-02 59 10 -3.03405825927470D-02 59 11 7.26133079000556D-03 59 12 -4.42693205487391D-03 59 13 2.74345908473961D-09 59 14 2.42891045184665D-09 59 15 -8.09619915738011D-09 59 16 -7.34101601626830D-10 59 17 -3.70285015178833D-09 59 18 -3.07304363671491D-09 59 19 -7.13774009817420D-10 59 20 2.05075460102716D-10 59 21 -1.31518357575436D-09 59 22 -1.31921041846048D-09 59 23 1.36134734113949D-09 59 24 -3.52346990995123D-11 59 25 -9.64419743825855D-09 59 26 4.88403703775789D-10 59 27 -1.20009710194104D-08 59 28 -2.55541759028911D-09 59 29 -4.45697005969384D-09 59 30 2.25448447761288D-09 59 31 -9.27427873357396D-09 59 32 1.37887149426648D-09 59 33 -6.16109595975325D-09 59 34 -9.48858045452819D-10 59 35 -1.26683028426984D-09 59 36 -4.93811097241687D-09 59 37 4.72529999792706D-09 59 38 -3.69479071124238D-09 59 39 -1.14272527306783D-09 59 40 -1.33674760332375D-09 59 41 -5.91093712666623D-09 59 42 -8.14398511045538D-10 59 43 -1.19385353382975D-08 59 44 2.12431584184794D-09 59 45 1.80168051565623D-09 59 46 6.26031754548181D-10 59 47 -3.00336379087237D-09 59 48 4.97096126598135D-09 59 49 -2.39549597896836D-08 59 50 2.30778873167926D-09 59 51 -1.62708494499146D-09 59 52 -4.20796961105226D-09 59 53 -3.78821090772173D-09 59 54 -1.03374342920694D-10 59 55 2.32974892002292D-09 59 56 -3.03267557939211D-09 59 57 2.94026613040650D-10 59 58 -2.80119392802272D-09 59 59 2.20795165737345D+00 60 1 -6.39354976659404D-03 60 2 4.01336222117374D-03 60 3 -6.09348872381199D-02 60 4 1.82196812223706D-02 60 5 -1.77073405505415D-02 60 6 -5.08808431940794D-02 60 7 8.16639557369494D-03 60 8 -9.74567523875101D-03 60 9 -2.47743603106997D-02 60 10 -1.99925268358611D-02 60 11 2.34396537401135D-02 60 12 1.36590091078393D-01 60 13 1.09898316704113D-07 60 14 1.50241170830492D-08 60 15 -8.21731721195326D-09 60 16 -1.70784377935456D-09 60 17 -9.87335791094363D-09 60 18 -2.00235752553845D-08 60 19 -9.29788005518616D-09 60 20 -1.48122358880937D-08 60 21 -1.32629850909937D-08 60 22 -1.83127887810519D-08 60 23 -1.51281560232677D-08 60 24 -2.41753513999686D-08 60 25 -2.40543859569160D-08 60 26 3.95295418215168D-09 60 27 -1.45233543623062D-08 60 28 -1.92621754372890D-08 60 29 -1.62039060280271D-08 60 30 8.08024719200330D-09 60 31 -2.62136508226517D-08 60 32 -4.45710234098916D-10 60 33 -1.33526753155102D-08 60 34 -8.87353252625982D-09 60 35 1.23173149971102D-08 60 36 -1.09747622005137D-08 60 37 7.82726287606698D-09 60 38 -2.45773166751731D-08 60 39 6.71975064971866D-09 60 40 -1.40193038178005D-08 60 41 1.31185809048375D-09 60 42 -4.89021551773693D-09 60 43 -1.86841791295837D-08 60 44 1.07965535160687D-08 60 45 9.32225322276420D-09 60 46 -1.66667708928148D-08 60 47 9.79110822774675D-09 60 48 -1.76785135051473D-08 60 49 -5.86875810848498D-08 60 50 1.37984645906668D-08 60 51 2.18867839448777D-10 60 52 -4.84735992764279D-09 60 53 -1.88404390553467D-09 60 54 1.00170096222609D-08 60 55 8.27508049591394D-11 60 56 -1.31594197964372D-08 60 57 -3.91323369741829D-10 60 58 -1.07448287617386D-08 60 59 3.39554340475532D+00 60 60 3.25380959974533D+01 61 1 5.83494040359124D-04 61 2 -7.18280178444086D-03 61 3 -2.35399196592821D-02 61 4 -8.93083917044336D-03 61 5 2.34647406284042D-03 61 6 -2.33025812277219D-02 61 7 2.05203781811430D-03 61 8 1.93970846151902D-03 61 9 6.49025235479592D-03 61 10 6.29532484974812D-03 61 11 2.89669845378812D-03 61 12 4.03523983752334D-02 61 13 -1.19354687192061D-08 61 14 -2.06121436117531D-09 61 15 -2.18195189457960D-09 61 16 7.13666153238778D-11 61 17 -7.50195410387754D-10 61 18 -2.79249830344896D-09 61 19 1.03806766987808D-09 61 20 -3.25364522252166D-10 61 21 -4.17143015903705D-10 61 22 -5.91030502528778D-09 61 23 1.96938669322750D-09 61 24 -1.05672861452041D-08 61 25 4.36960590459438D-10 61 26 -6.67975874709748D-10 61 27 -3.92725404539310D-09 61 28 1.78741008503040D-09 61 29 -1.47896506077406D-09 61 30 -8.54663445961823D-09 61 31 7.43285717808485D-10 61 32 -7.74712964306460D-10 61 33 -2.97298948656238D-10 61 34 5.02892978666408D-09 61 35 -1.15411405283191D-09 61 36 -5.51651035569087D-09 61 37 1.69957344499783D-09 61 38 -8.31101586231904D-09 61 39 -5.12893388437798D-10 61 40 -3.12080868233627D-09 61 41 -2.11803232251698D-09 61 42 3.56374653209392D-10 61 43 -9.00887565027538D-10 61 44 -1.11555134732695D-09 61 45 1.23126398338659D-10 61 46 -5.79201585461409D-09 61 47 -1.25913283955790D-09 61 48 -1.69043810601670D-09 61 49 3.52531333177862D-09 61 50 -1.13525784382123D-09 61 51 -3.82761678060546D-10 61 52 -3.59112434027232D-09 61 53 -5.91917201857708D-10 61 54 -1.08826572024471D-09 61 55 1.22553708971605D-10 61 56 -6.11842658338016D-09 61 57 -3.79109962003317D-10 61 58 -3.71790829719753D-09 61 59 2.75633607403855D-03 61 60 -3.99991863571772D+00 61 61 2.34464723324097D+00 62 1 4.52330639022718D-05 62 2 -1.72818479723928D-03 62 3 2.74483971011781D-02 62 4 -1.26683039331683D-02 62 5 9.79918416551966D-03 62 6 2.29699042078078D-02 62 7 3.02510778419750D-02 62 8 -7.88348476655928D-03 62 9 -9.93900066778335D-03 62 10 -1.76280068614338D-02 62 11 -1.87514653798024D-04 62 12 -4.04793007317926D-02 62 13 -4.16151123070741D-08 62 14 -3.65178557023867D-09 62 15 -2.38793299545285D-09 62 16 -2.84203909919570D-09 62 17 2.43461318586233D-09 62 18 1.77407001840117D-10 62 19 5.80859543271404D-09 62 20 5.15066190296474D-09 62 21 6.92237829296493D-09 62 22 3.28373787114722D-09 62 23 8.32894739233140D-09 62 24 4.24039106169684D-09 62 25 2.35997096279059D-09 62 26 -5.34197794088962D-09 62 27 -1.07478990931807D-08 62 28 7.13429164988524D-09 62 29 4.05513777185124D-09 62 30 -8.25800866295447D-09 62 31 4.58880006479852D-09 62 32 -1.14649916068416D-08 62 33 -4.16607319562502D-09 62 34 -5.49967507271632D-09 62 35 -5.29422188354890D-09 62 36 1.19893871299884D-09 62 37 -7.50286137374394D-09 62 38 6.05061917106137D-09 62 39 -3.02768260404703D-09 62 40 1.83578313470377D-09 62 41 -8.43576947703902D-10 62 42 -3.34993735844650D-09 62 43 -1.60428718493458D-09 62 44 -3.29573584214774D-09 62 45 -1.92857352706524D-09 62 46 6.46669065203996D-09 62 47 -1.73644881102584D-09 62 48 7.08957489808271D-10 62 49 1.03224800669190D-08 62 50 -7.27589145250306D-09 62 51 4.39884984417740D-10 62 52 2.70291994909857D-10 62 53 8.38632469867450D-10 62 54 -2.68370681688867D-10 62 55 2.85670230735639D-09 62 56 3.30389854031452D-09 62 57 2.24474884527433D-09 62 58 3.18482755551584D-09 62 59 -1.39811879056511D-01 62 60 -2.57364287544909D+00 62 61 1.27932616185551D+00 62 62 1.08050435900855D+01 63 1 -9.14724714278520D-04 63 2 5.07759988529625D-04 63 3 -4.55376111636609D-03 63 4 8.44895038532729D-05 63 5 -1.50069051177330D-03 63 6 -5.92780694765000D-03 63 7 -4.26536139713456D-03 63 8 1.49331282567816D-03 63 9 4.16695084190870D-03 63 10 5.09560837180170D-03 63 11 -5.00382424970139D-04 63 12 6.31461775310641D-03 63 13 1.54406911862232D-09 63 14 -1.49255035869322D-11 63 15 9.83193268632357D-10 63 16 1.38798300317689D-10 63 17 3.42270619455508D-10 63 18 -3.77568178456386D-11 63 19 -2.94783998059113D-10 63 20 -4.92281706183969D-10 63 21 -1.97047249964183D-10 63 22 -3.21509350843604D-10 63 23 -4.67521141436318D-10 63 24 -8.61769558341009D-10 63 25 9.84646767095350D-10 63 26 1.69177451194448D-10 63 27 1.15108893343392D-09 63 28 -1.01230541435697D-11 63 29 3.00512349066778D-10 63 30 -1.77486331524817D-10 63 31 8.52645260724521D-10 63 32 -4.09224594886832D-11 63 33 7.84795065627635D-10 63 34 7.03544825604842D-11 63 35 5.05168712776137D-10 63 36 8.04466005939351D-11 63 37 -3.17025422276588D-10 63 38 -5.54535035827442D-10 63 39 2.90314745970503D-10 63 40 -1.01371480974598D-10 63 41 6.91913858787613D-10 63 42 2.96506907112757D-10 63 43 1.33512355358666D-09 63 44 7.10964246858476D-12 63 45 -6.65369699472646D-11 63 46 -4.81387709493659D-10 63 47 3.65502657966724D-10 63 48 -4.19694518415248D-10 63 49 2.56041158998413D-09 63 50 -3.58395741442196D-11 63 51 2.60812563018097D-10 63 52 2.16072872719117D-10 63 53 4.90701654024136D-10 63 54 2.13689380473286D-10 63 55 -3.53273705704930D-10 63 56 -2.53770028220008D-10 63 57 -1.20719732738799D-10 63 58 -9.06317661390913D-11 63 59 -2.23904970367088D-01 63 60 -4.28618636670863D-02 63 61 -5.39422287479860D-02 63 62 -9.64092766057861D-02 63 63 3.32986844253940D-02 64 1 6.41503007498957D-04 64 2 -7.87810330438972D-04 64 3 -6.79831105105468D-03 64 4 2.89342027491139D-03 64 5 -1.71971002284244D-03 64 6 -6.46440854623477D-03 64 7 -2.87588704999265D-03 64 8 3.01461152207812D-04 64 9 -2.20997407639771D-03 64 10 -6.59036226539438D-04 64 11 2.20605920747819D-03 64 12 1.54726936860939D-02 64 13 5.68592443785088D-09 64 14 1.02087787140991D-09 64 15 -1.08527379802119D-09 64 16 6.09355043277551D-10 64 17 -1.04775537464717D-09 64 18 -9.51213324382176D-10 64 19 -9.42739729825477D-10 64 20 -5.63273322884957D-10 64 21 -1.47137436809481D-09 64 22 -1.43421420136504D-09 64 23 -1.65339355449602D-09 64 24 -2.55694864730205D-09 64 25 -2.06889169008222D-09 64 26 7.67362451704302D-10 64 27 5.82790164162208D-10 64 28 -9.44982953976234D-10 64 29 -2.10773205721553D-09 64 30 1.40232342489364D-10 64 31 -2.52125032242141D-09 64 32 3.25908029486635D-10 64 33 -2.49819929676232D-09 64 34 -1.39560699197192D-09 64 35 1.46384431648403D-09 64 36 -5.66512015966729D-10 64 37 1.14061599557196D-09 64 38 -2.02344675688264D-09 64 39 8.81781287469681D-10 64 40 -9.15827087616356D-10 64 41 4.32333383527547D-10 64 42 1.08775385782447D-10 64 43 -1.19958288290885D-09 64 44 5.78034252510174D-10 64 45 9.22813305376415D-10 64 46 -1.52630170224734D-09 64 47 9.38270155665791D-10 64 48 -1.27468901809501D-09 64 49 -3.68065472359973D-09 64 50 1.06799390897831D-09 64 51 -5.80125804897413D-11 64 52 -3.16137248944212D-10 64 53 -3.53695591470235D-10 64 54 8.74693581437977D-10 64 55 -1.14630804135106D-10 64 56 -1.26975907474831D-09 64 57 -2.93095952225729D-10 64 58 -8.65517820773987D-10 64 59 1.44377949836509D-01 64 60 1.53413008723734D+00 64 61 -1.46293926464642D-01 64 62 -1.60327414713854D-01 64 63 -1.85808153649844D-04 64 64 1.30501729422597D-01 65 1 -2.33806582601193D-03 65 2 3.53048984548529D-03 65 3 3.46705868551917D-02 65 4 -5.95909561180178D-03 65 5 6.99873000471891D-03 65 6 3.34754286559314D-02 65 7 3.46122688259774D-03 65 8 8.48202687238717D-04 65 9 9.46960226769868D-03 65 10 4.83593450860203D-03 65 11 -1.13774225544690D-02 65 12 -7.76156178138087D-02 65 13 -9.49596819307228D-09 65 14 -4.95178460697441D-09 65 15 2.12025938000403D-09 65 16 -2.35406448928187D-09 65 17 2.06162385207248D-09 65 18 4.89498631736921D-09 65 19 3.21110416421356D-09 65 20 6.96829124656174D-09 65 21 3.22916868830482D-09 65 22 9.96082745671875D-09 65 23 2.71711051051839D-09 65 24 1.77936340213632D-08 65 25 4.96340520881918D-09 65 26 2.38653344723509D-10 65 27 -1.08037801262157D-08 65 28 2.40442788719507D-09 65 29 6.22417123143331D-09 65 30 7.19988531415901D-09 65 31 5.37016411256151D-09 65 32 9.76858253869919D-10 65 33 5.10210056135323D-09 65 34 5.60133101407793D-09 65 35 -2.06577532914030D-09 65 36 6.87654490495948D-09 65 37 -1.75091239263401D-09 65 38 1.27690342768890D-08 65 39 -7.15383258288917D-10 65 40 5.38524165666500D-09 65 41 3.11078187407478D-09 65 42 9.97123683444991D-10 65 43 7.70884250979171D-09 65 44 -9.40865409089132D-10 65 45 -2.58518525434245D-09 65 46 6.08317063420117D-09 65 47 -2.31258332315908D-09 65 48 8.23404074120907D-09 65 49 1.81857406583761D-08 65 50 -2.32148168798911D-10 65 51 -3.42297833418550D-11 65 52 6.01637525721010D-09 65 53 1.95690081061386D-09 65 54 -2.44602391433450D-09 65 55 -1.05638873832063D-09 65 56 9.67129453565114D-09 65 57 3.73303653213917D-11 65 58 6.87468503454020D-09 65 59 -6.85467123096762D-01 65 60 -4.64629734581201D+00 65 61 3.58596938120455D-01 65 62 2.23046285578826D-01 65 63 1.73418189439801D-02 65 64 -2.23315770827544D-01 65 65 1.71291824951460D+00 66 1 -1.87839753496106D-03 66 2 -5.00660139467090D-04 66 3 -1.82938624829655D-02 66 4 2.67142079898139D-03 66 5 -3.79588603374719D-03 66 6 -1.78328193183244D-02 66 7 -7.96991010148345D-03 66 8 2.24160177220700D-03 66 9 4.66558343768965D-03 66 10 7.17688685560281D-03 66 11 2.05494441974068D-03 66 12 3.14610983999511D-02 66 13 2.48492951124883D-08 66 14 1.42249200337480D-09 66 15 -2.34531317536890D-09 66 16 -1.55806166115091D-09 66 17 -3.25051883101670D-09 66 18 -5.12464155947103D-09 66 19 -3.61436529864696D-09 66 20 -4.42387573011751D-09 66 21 -4.56831646532906D-09 66 22 -5.29731038165018D-09 66 23 -4.13456838605962D-09 66 24 -6.33715976020049D-09 66 25 -5.36741814538608D-09 66 26 1.75053899454982D-09 66 27 -1.29448971377380D-08 66 28 -3.72446464674348D-09 66 29 -4.37385836974719D-09 66 30 1.95856569863733D-09 66 31 -4.73193075445312D-09 66 32 4.03818323989542D-09 66 33 1.12310255012288D-09 66 34 4.94437024544189D-09 66 35 4.87000417912734D-09 66 36 -5.51734496259266D-09 66 37 4.99803149571074D-09 66 38 -8.57194938386463D-09 66 39 2.61718607724017D-09 66 40 -3.72962706593644D-09 66 41 1.95529512349550D-09 66 42 -1.36470603368149D-10 66 43 -1.06087424613163D-09 66 44 2.50739998009654D-09 66 45 2.03601256148146D-09 66 46 -5.05779969073413D-09 66 47 5.27129510992581D-10 66 48 1.05441121505436D-09 66 49 -5.07128562868750D-09 66 50 3.62704222391170D-09 66 51 -2.87195754797816D-10 66 52 -1.37469046765988D-09 66 53 -1.93186050094212D-10 66 54 8.00243469207884D-10 66 55 -1.66539538235487D-09 66 56 -3.80334382227393D-09 66 57 -1.48973706172316D-09 66 58 -3.34810057456241D-09 66 59 7.04673443547082D-01 66 60 5.47780069510809D+00 66 61 -3.92025017022366D-01 66 62 -1.09007549204143D+00 66 63 5.01252012546802D-03 66 64 2.32776774049953D-01 66 65 -5.55673049907256D-01 66 66 1.52407574096329D+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 CLO_RATE 49 d/l Clock rate between segments 266 CLO_RATE 50 d/l Clock rate between segments 267 CLO_RATE 51 d/l Clock rate between segments 268 CLO_RATE 52 d/l Clock rate between segments 269 CLO_RATE 53 d/l Clock rate between segments 270 CLO_RATE 54 d/l Clock rate between segments 271 CLO_RATE 55 d/l Clock rate between segments 272 CLO_RATE 56 d/l Clock rate between segments 273 CLO_RATE 57 d/l Clock rate between segments 274 CLO_RATE 58 d/l Clock rate between segments 275 CLO_RATE 59 d/l Clock rate between segments 276 CLO_RATE 60 d/l Clock rate between segments 277 CLO_RATE 61 d/l Clock rate between segments 278 CLO_RATE 62 d/l Clock rate between segments 279 CLO_RATE 63 d/l Clock rate between segments 280 CLO_RATE 64 d/l Clock rate between segments 281 CLO_RATE 65 d/l Clock rate between segments 282 CLO_RATE 66 d/l Clock rate between segments 283 CLO_RATE 67 d/l Clock rate between segments 284 CLO_RATE 68 d/l Clock rate between segments 285 CLO_RATE 69 d/l Clock rate between segments 286 CLO_RATE 70 d/l Clock rate between segments 287 CLO_RATE 71 d/l Clock rate between segments 288 CLO_RATE 72 d/l Clock rate between segments 289 ATM_RATE 217 d/l Atmosphere rate between segments 290 ATM_RATE 218 d/l Atmosphere rate between segments 291 ATM_RATE 219 d/l Atmosphere rate between segments 292 ATM_RATE 220 d/l Atmosphere rate between segments 293 ATM_RATE 221 d/l Atmosphere rate between segments 294 ATM_RATE 222 d/l Atmosphere rate between segments 295 ATM_RATE 223 d/l Atmosphere rate between segments 296 ATM_RATE 224 d/l Atmosphere rate between segments 297 ATM_RATE 225 d/l Atmosphere rate between segments 298 ATM_RATE 226 d/l Atmosphere rate between segments 299 ATM_RATE 227 d/l Atmosphere rate between segments 300 ATM_RATE 228 d/l Atmosphere rate between segments 301 ATM_RATE 229 d/l Atmosphere rate between segments 302 ATM_RATE 230 d/l Atmosphere rate between segments 303 ATM_RATE 231 d/l Atmosphere rate between segments 304 ATM_RATE 232 d/l Atmosphere rate between segments 305 ATM_RATE 233 d/l Atmosphere rate between segments 306 ATM_RATE 234 d/l Atmosphere rate between segments 307 ATM_RATE 235 d/l Atmosphere rate between segments 308 ATM_RATE 236 d/l Atmosphere rate between segments 309 ATM_RATE 237 d/l Atmosphere rate between segments 310 ATM_RATE 238 d/l Atmosphere rate between segments 311 ATM_RATE 239 d/l Atmosphere rate between segments 312 ATM_RATE 240 d/l Atmosphere rate between segments 313 ATM_RATE 241 d/l Atmosphere rate between segments 314 ATM_RATE 242 d/l Atmosphere rate between segments 315 ATM_RATE 243 d/l Atmosphere rate between segments 316 ATM_RATE 244 d/l Atmosphere rate between segments 317 ATM_RATE 245 d/l Atmosphere rate between segments 318 ATM_RATE 246 d/l Atmosphere rate between segments 319 ATM_RATE 247 d/l Atmosphere rate between segments 320 ATM_RATE 248 d/l Atmosphere rate between segments 321 ATM_RATE 249 d/l Atmosphere rate between segments 322 ATM_RATE 250 d/l Atmosphere rate between segments 323 ATM_RATE 251 d/l Atmosphere rate between segments 324 ATM_RATE 252 d/l Atmosphere rate between segments 325 ATM_RATE 253 d/l Atmosphere rate between segments 326 ATM_RATE 254 d/l Atmosphere rate between segments 327 ATM_RATE 255 d/l Atmosphere rate between segments 328 ATM_RATE 256 d/l Atmosphere rate between segments 329 ATM_RATE 257 d/l Atmosphere rate between segments 330 ATM_RATE 258 d/l Atmosphere rate between segments 331 ATM_RATE 259 d/l Atmosphere rate between segments 332 ATM_RATE 260 d/l Atmosphere rate between segments 333 ATM_RATE 261 d/l Atmosphere rate between segments 334 ATM_RATE 262 d/l Atmosphere rate between segments 335 ATM_RATE 263 d/l Atmosphere rate between segments 336 ATM_RATE 264 d/l Atmosphere rate between segments 337 ATM_RATE 265 d/l Atmosphere rate between segments 338 ATM_RATE 266 d/l Atmosphere rate between segments 339 ATM_RATE 267 d/l Atmosphere rate between segments 340 ATM_RATE 268 d/l Atmosphere rate between segments 341 ATM_RATE 269 d/l Atmosphere rate between segments 342 ATM_RATE 270 d/l Atmosphere rate between segments 343 ATM_RATE 271 d/l Atmosphere rate between segments 344 ATM_RATE 272 d/l Atmosphere rate between segments 345 ATM_RATE 273 d/l Atmosphere rate between segments 346 ATM_RATE 274 d/l Atmosphere rate between segments 347 ATM_RATE 275 d/l Atmosphere rate between segments 348 ATM_RATE 276 d/l Atmosphere rate between segments 349 ATM_RATE 277 d/l Atmosphere rate between segments 350 ATM_RATE 278 d/l Atmosphere rate between segments 351 ATM_RATE 279 d/l Atmosphere rate between segments 352 ATM_RATE 280 d/l Atmosphere rate between segments 353 ATM_RATE 281 d/l Atmosphere rate between segments 354 ATM_RATE 282 d/l Atmosphere rate between segments 355 ATM_RATE 283 d/l Atmosphere rate between segments 356 ATM_RATE 284 d/l Atmosphere rate between segments 357 ATM_RATE 285 d/l Atmosphere rate between segments 358 ATM_RATE 286 d/l Atmosphere rate between segments 359 ATM_RATE 287 d/l Atmosphere rate between segments 360 ATM_RATE 288 d/l Atmosphere rate between segments 361 EOP_XPL 1 mas Constraint on X pole value 362 EOP_YPL 1 mas Constraint on Y pole value 363 EOP_UT1 1 ms Constraint on UT1 angle 364 EOR_XPL 1 masD Constraint on X pole rate 365 EOR_YPL 1 masD Constraint on Y pole rate 366 EOR_UT1 1 msD Constraint on UT1 rate 367 GRAD_OFF 1 mm Atmosphere gradient offset 368 GRAD_OFF 2 mm Atmosphere gradient offset 369 GRAD_RAT 1 mm/d Atmosphere gradient rate 370 GRAD_OFF 3 mm Atmosphere gradient offset 371 GRAD_RAT 2 mm/d Atmosphere gradient rate 372 GRAD_OFF 4 mm Atmosphere gradient offset 373 GRAD_RAT 3 mm/d Atmosphere gradient rate 374 GRAD_OFF 5 mm Atmosphere gradient offset 375 GRAD_RAT 4 mm/d Atmosphere gradient rate 376 GRAD_OFF 6 mm Atmosphere gradient offset 377 GRAD_OFF 7 mm Atmosphere gradient offset 378 GRAD_RAT 5 mm/d Atmosphere gradient rate 379 GRAD_OFF 8 mm Atmosphere gradient offset 380 GRAD_RAT 6 mm/d Atmosphere gradient rate 381 GRAD_OFF 9 mm Atmosphere gradient offset 382 GRAD_RAT 7 mm/d Atmosphere gradient rate 383 GRAD_OFF 10 mm Atmosphere gradient offset 384 GRAD_RAT 8 mm/d Atmosphere gradient rate 385 GRAD_OFF 11 mm Atmosphere gradient offset 386 GRAD_OFF 12 mm Atmosphere gradient offset 387 GRAD_RAT 9 mm/d Atmosphere gradient rate 388 GRAD_OFF 13 mm Atmosphere gradient offset 389 GRAD_RAT 10 mm/d Atmosphere gradient rate 390 GRAD_OFF 14 mm Atmosphere gradient offset 391 GRAD_RAT 11 mm/d Atmosphere gradient rate 392 GRAD_OFF 15 mm Atmosphere gradient offset 393 GRAD_RAT 12 mm/d Atmosphere gradient rate 394 GRAD_OFF 16 mm Atmosphere gradient offset 395 GRAD_OFF 17 mm Atmosphere gradient offset 396 GRAD_RAT 13 mm/d Atmosphere gradient rate 397 GRAD_OFF 18 mm Atmosphere gradient offset 398 GRAD_RAT 14 mm/d Atmosphere gradient rate 399 GRAD_OFF 19 mm Atmosphere gradient offset 400 GRAD_RAT 15 mm/d Atmosphere gradient rate 401 GRAD_OFF 20 mm Atmosphere gradient offset 402 GRAD_RAT 16 mm/d Atmosphere gradient rate 403 GRAD_OFF 21 mm Atmosphere gradient offset 404 GRAD_OFF 22 mm Atmosphere gradient offset 405 GRAD_RAT 17 mm/d Atmosphere gradient rate 406 GRAD_OFF 23 mm Atmosphere gradient offset 407 GRAD_RAT 18 mm/d Atmosphere gradient rate 408 GRAD_OFF 24 mm Atmosphere gradient offset 409 GRAD_RAT 19 mm/d Atmosphere gradient rate 410 GRAD_OFF 25 mm Atmosphere gradient offset 411 GRAD_RAT 20 mm/d Atmosphere gradient rate 412 GRAD_OFF 26 mm Atmosphere gradient offset 413 GRAD_OFF 27 mm Atmosphere gradient offset 414 GRAD_RAT 21 mm/d Atmosphere gradient rate 415 GRAD_OFF 28 mm Atmosphere gradient offset 416 GRAD_RAT 22 mm/d Atmosphere gradient rate 417 GRAD_OFF 29 mm Atmosphere gradient offset 418 GRAD_RAT 23 mm/d Atmosphere gradient rate 419 GRAD_OFF 30 mm Atmosphere gradient offset 420 GRAD_RAT 24 mm/d Atmosphere gradient rate 421 GRAD_OFF 31 mm Atmosphere gradient offset 422 GRAD_OFF 32 mm Atmosphere gradient offset 423 GRAD_RAT 25 mm/d Atmosphere gradient rate 424 GRAD_OFF 33 mm Atmosphere gradient offset 425 GRAD_RAT 26 mm/d Atmosphere gradient rate 426 GRAD_OFF 34 mm Atmosphere gradient offset 427 GRAD_RAT 27 mm/d Atmosphere gradient rate 428 GRAD_OFF 35 mm Atmosphere gradient offset 429 GRAD_RAT 28 mm/d Atmosphere gradient rate 430 GRAD_OFF 36 mm Atmosphere gradient offset 431 GRAD_OFF 37 mm Atmosphere gradient offset 432 GRAD_RAT 29 mm/d Atmosphere gradient rate 433 GRAD_OFF 38 mm Atmosphere gradient offset 434 GRAD_RAT 30 mm/d Atmosphere gradient rate 435 GRAD_OFF 39 mm Atmosphere gradient offset 436 GRAD_RAT 31 mm/d Atmosphere gradient rate 437 GRAD_OFF 40 mm Atmosphere gradient offset 438 GRAD_RAT 32 mm/d Atmosphere gradient rate 439 NNT_POS 1 m No-net translation for positions 440 NNT_POS 2 m No-net translation for positions 441 NNT_POS 3 m No-net translation for positions 442 NNR_POS 1 m No-net rotation for positions 443 NNR_POS 2 m No-net rotation for positions 444 NNR_POS 3 m No-net rotation for positions 445 NNR_SRC 1 rad No-net rotation for sources 446 NNR_SRC 2 rad No-net rotation for sources 447 NNR_SRC 3 rad No-net rotation for sources 448 SRC_COO 1 rad Source coordinates 449 SRC_COO 2 rad Source coordinates 450 SRC_COO 3 rad Source coordinates 451 SRC_COO 4 rad Source coordinates 452 SRC_COO 5 rad Source coordinates 453 SRC_COO 6 rad Source coordinates 454 SRC_COO 7 rad Source coordinates 455 SRC_COO 8 rad Source coordinates 456 SRC_COO 9 rad Source coordinates 457 SRC_COO 10 rad Source coordinates 458 SRC_COO 11 rad Source coordinates 459 SRC_COO 12 rad Source coordinates 460 SRC_COO 13 rad Source coordinates 461 SRC_COO 14 rad Source coordinates 462 SRC_COO 15 rad Source coordinates 463 SRC_COO 16 rad Source coordinates 464 SRC_COO 17 rad Source coordinates 465 SRC_COO 18 rad Source coordinates 466 SRC_COO 19 rad Source coordinates 467 SRC_COO 20 rad Source coordinates 468 SRC_COO 21 rad Source coordinates 469 SRC_COO 22 rad Source coordinates 470 SRC_COO 23 rad Source coordinates 471 SRC_COO 24 rad Source coordinates 472 SRC_COO 25 rad Source coordinates 473 SRC_COO 26 rad Source coordinates 474 SRC_COO 27 rad Source coordinates 475 SRC_COO 28 rad Source coordinates 476 SRC_COO 29 rad Source coordinates 477 SRC_COO 30 rad Source coordinates 478 SRC_COO 31 rad Source coordinates 479 SRC_COO 32 rad Source coordinates 480 SRC_COO 33 rad Source coordinates 481 SRC_COO 34 rad Source coordinates 482 SRC_COO 35 rad Source coordinates 483 SRC_COO 36 rad Source coordinates 484 SRC_COO 37 rad Source coordinates 485 SRC_COO 38 rad Source coordinates 486 SRC_COO 39 rad Source coordinates 487 SRC_COO 40 rad Source coordinates 488 SRC_COO 41 rad Source coordinates 489 SRC_COO 42 rad Source coordinates 490 SRC_COO 43 rad Source coordinates 491 SRC_COO 44 rad Source coordinates 492 SRC_COO 45 rad Source coordinates 493 SRC_COO 46 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) 361 59 1.00000000000000D+00 362 61 1.00000000000000D+00 363 63 1.00000000000000D+00 364 60 1.00000000000000D+00 365 62 1.00000000000000D+00 366 64 1.00000000000000D+00 439 1 1.00000000000000D+00 439 4 1.00000000000000D+00 439 7 1.00000000000000D+00 439 10 1.00000000000000D+00 440 2 1.00000000000000D+00 440 5 1.00000000000000D+00 440 8 1.00000000000000D+00 440 11 1.00000000000000D+00 441 3 1.00000000000000D+00 441 6 1.00000000000000D+00 441 9 1.00000000000000D+00 441 12 1.00000000000000D+00 442 2 -7.17675166258819D-01 442 3 -6.83720059543716D-01 442 5 -7.37463465518471D-01 442 6 -5.39221110824237D-01 442 8 -3.74596372891740D-01 442 9 -3.22311911240796D-01 442 11 5.97740904399770D-01 442 12 -7.68161586916064D-01 443 1 7.17675166258819D-01 443 3 -1.44422338694927D-01 443 4 7.37463465518471D-01 443 6 -4.11085345662065D-01 443 7 3.74596372891740D-01 443 9 8.69694237057431D-01 443 10 -5.97740904399770D-01 443 12 -2.34482020043676D-01 444 1 6.83720059543716D-01 444 2 1.44422338694927D-01 444 4 5.39221110824237D-01 444 5 4.11085345662065D-01 444 7 3.22311911240796D-01 444 8 -8.69694237057431D-01 444 10 7.68161586916064D-01 444 11 2.34482020043676D-01 445 13 -7.88930543355199D-04 445 14 1.21808300864975D-02 445 15 -5.20638364129788D-02 445 16 1.55787049592026D-01 445 17 -7.57588583127861D-02 445 18 9.97682467430860D-02 445 19 -2.08118767227220D-02 445 20 7.17017002401068D-02 445 21 7.73423352951166D-03 445 22 3.30374196569390D-01 445 23 1.08860758655936D-02 445 24 2.51966970470241D-01 445 25 -9.01370347138074D-04 445 26 2.10294314589049D-01 445 27 2.16296312287171D-04 445 28 2.71078178731059D-01 445 29 3.94190655518072D-03 445 30 2.54644887853036D-01 445 31 5.70175748151665D-02 445 32 4.96598470993383D-02 445 33 3.48213355893644D-02 445 34 1.43460043894700D-05 445 35 5.41831449091165D-02 445 36 -3.38270109049408D-02 445 37 -1.58831384910829D-01 445 38 -2.52005890229114D-01 445 39 2.85531358006806D-02 445 40 -4.42680193036995D-01 445 41 3.36914762243295D-02 445 42 -3.00723381836169D-01 445 43 4.97821713134156D-04 445 44 -3.59255042430879D-02 445 45 -1.94380854994138D-03 445 46 -1.29791584677810D-01 445 47 1.28061722426392D-03 445 48 -1.47303060272672D-01 445 49 -1.61184135127349D-04 445 50 -2.82502204167716D-01 445 51 -4.36428746378303D-02 445 52 -6.70009941976595D-02 445 53 -9.06108586241658D-03 445 54 -9.79603818631692D-03 445 55 6.99769092855007D-02 445 56 -2.71044370110511D-01 445 57 -4.43555979416842D-02 445 58 -3.97403387977999D-02 446 13 -5.40499428876134D-05 446 14 -1.48625032170190D-01 446 15 -2.14371253174983D-02 446 16 -3.16280573888153D-01 446 17 -4.19655130008354D-02 446 18 -1.50558323759056D-01 446 19 -1.48350266015740D-02 446 20 -8.40860429401164D-02 446 21 1.00536606757193D-02 446 22 -2.12456843010760D-01 446 23 3.53221873172856D-02 446 24 -6.49140831360552D-02 446 25 -4.20921809044914D-02 446 26 -3.76444464885797D-03 446 27 -5.00785160953741D-04 446 28 9.78731955976881D-02 446 29 -6.85981948869678D-03 446 30 1.22320752716206D-01 446 31 -4.10780969850580D-02 446 32 5.76202779644679D-02 446 33 -6.52115455719523D-05 446 34 6.40358880031973D-03 446 35 6.70319962927160D-03 446 36 2.28568945499603D-01 446 37 -6.59222303538402D-02 446 38 5.07559157558097D-01 446 39 4.94986707359382D-02 446 40 2.13462657090818D-01 446 41 6.15706084089185D-02 446 42 1.37557836872477D-01 446 43 5.36868858610192D-03 446 44 2.78471042162460D-03 446 45 -2.53849715207757D-02 446 46 8.30796940084850D-03 446 47 3.17306265263168D-02 446 48 4.96962943934588D-03 446 49 4.93297086777997D-03 446 50 -7.71626490823205D-03 446 51 2.81945385353280D-02 446 52 -8.66964172879264D-02 446 53 4.62769502271889D-03 446 54 -1.60338394615818D-02 446 55 -2.78895730682176D-02 446 56 -5.68492615054365D-01 446 57 7.01444782592548D-03 446 58 -2.10067109691054D-01 447 13 7.60467375453954D-05 447 15 3.35754541747284D-02 447 17 2.11322737564653D-01 447 19 7.20817902583042D-02 447 21 2.81641018939171D-01 447 23 6.02301483972366D-02 447 25 3.58957126731791D-02 447 27 7.30533668419276D-05 447 29 2.48052691960577D-02 447 31 5.81701690822954D-02 447 33 4.04114464418398D-02 447 35 1.61717627984959D-01 447 37 4.92651905761897D-01 447 39 2.14898961851669D-01 447 41 7.19635146437463D-02 447 43 2.97083924775935D-03 447 45 2.69830722283472D-01 447 47 1.32717303878983D-01 447 49 1.28882536322764D-03 447 51 1.35309538942175D-01 447 53 1.08942111344589D-02 447 55 5.72690799879547D-01 447 57 3.19524183542661D-01 448 13 1.00000000000000D+00 449 14 1.00000000000000D+00 450 15 1.00000000000000D+00 451 16 1.00000000000000D+00 452 17 1.00000000000000D+00 453 18 1.00000000000000D+00 454 19 1.00000000000000D+00 455 20 1.00000000000000D+00 456 21 1.00000000000000D+00 457 22 1.00000000000000D+00 458 23 1.00000000000000D+00 459 24 1.00000000000000D+00 460 25 1.00000000000000D+00 461 26 1.00000000000000D+00 462 27 1.00000000000000D+00 463 28 1.00000000000000D+00 464 29 1.00000000000000D+00 465 30 1.00000000000000D+00 466 31 1.00000000000000D+00 467 32 1.00000000000000D+00 468 33 1.00000000000000D+00 469 34 1.00000000000000D+00 470 35 1.00000000000000D+00 471 36 1.00000000000000D+00 472 37 1.00000000000000D+00 473 38 1.00000000000000D+00 474 39 1.00000000000000D+00 475 40 1.00000000000000D+00 476 41 1.00000000000000D+00 477 42 1.00000000000000D+00 478 43 1.00000000000000D+00 479 44 1.00000000000000D+00 480 45 1.00000000000000D+00 481 46 1.00000000000000D+00 482 47 1.00000000000000D+00 483 48 1.00000000000000D+00 484 49 1.00000000000000D+00 485 50 1.00000000000000D+00 486 51 1.00000000000000D+00 487 52 1.00000000000000D+00 488 53 1.00000000000000D+00 489 54 1.00000000000000D+00 490 55 1.00000000000000D+00 491 56 1.00000000000000D+00 492 57 1.00000000000000D+00 493 58 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 5.00000000000000D-14 266 0.00000000000000D+00 5.00000000000000D-14 267 0.00000000000000D+00 5.00000000000000D-14 268 0.00000000000000D+00 5.00000000000000D-14 269 0.00000000000000D+00 5.00000000000000D-14 270 0.00000000000000D+00 5.00000000000000D-14 271 0.00000000000000D+00 5.00000000000000D-14 272 0.00000000000000D+00 5.00000000000000D-14 273 0.00000000000000D+00 5.00000000000000D-14 274 0.00000000000000D+00 5.00000000000000D-14 275 0.00000000000000D+00 5.00000000000000D-14 276 0.00000000000000D+00 5.00000000000000D-14 277 0.00000000000000D+00 5.00000000000000D-14 278 0.00000000000000D+00 5.00000000000000D-14 279 0.00000000000000D+00 5.00000000000000D-14 280 0.00000000000000D+00 5.00000000000000D-14 281 0.00000000000000D+00 5.00000000000000D-14 282 0.00000000000000D+00 5.00000000000000D-14 283 0.00000000000000D+00 5.00000000000000D-14 284 0.00000000000000D+00 5.00000000000000D-14 285 0.00000000000000D+00 5.00000000000000D-14 286 0.00000000000000D+00 5.00000000000000D-14 287 0.00000000000000D+00 5.00000000000000D-14 288 0.00000000000000D+00 5.00000000000000D-14 289 0.00000000000000D+00 1.38888888888889D-14 290 0.00000000000000D+00 1.38888888888889D-14 291 0.00000000000000D+00 1.38888888888889D-14 292 0.00000000000000D+00 1.38888888888889D-14 293 0.00000000000000D+00 1.38888888888889D-14 294 0.00000000000000D+00 1.38888888888889D-14 295 0.00000000000000D+00 1.38888888888889D-14 296 0.00000000000000D+00 1.38888888888889D-14 297 0.00000000000000D+00 1.38888888888889D-14 298 0.00000000000000D+00 1.38888888888889D-14 299 0.00000000000000D+00 1.38888888888889D-14 300 0.00000000000000D+00 1.38888888888889D-14 301 0.00000000000000D+00 1.38888888888889D-14 302 0.00000000000000D+00 1.38888888888889D-14 303 0.00000000000000D+00 1.38888888888889D-14 304 0.00000000000000D+00 1.38888888888889D-14 305 0.00000000000000D+00 1.38888888888889D-14 306 0.00000000000000D+00 1.38888888888889D-14 307 0.00000000000000D+00 1.38888888888889D-14 308 0.00000000000000D+00 1.38888888888889D-14 309 0.00000000000000D+00 1.38888888888889D-14 310 0.00000000000000D+00 1.38888888888889D-14 311 0.00000000000000D+00 1.38888888888889D-14 312 0.00000000000000D+00 1.38888888888889D-14 313 0.00000000000000D+00 1.38888888888889D-14 314 0.00000000000000D+00 1.38888888888889D-14 315 0.00000000000000D+00 1.38888888888889D-14 316 0.00000000000000D+00 1.38888888888889D-14 317 0.00000000000000D+00 1.38888888888889D-14 318 0.00000000000000D+00 1.38888888888889D-14 319 0.00000000000000D+00 1.38888888888889D-14 320 0.00000000000000D+00 1.38888888888889D-14 321 0.00000000000000D+00 1.38888888888889D-14 322 0.00000000000000D+00 1.38888888888889D-14 323 0.00000000000000D+00 1.38888888888889D-14 324 0.00000000000000D+00 1.38888888888889D-14 325 0.00000000000000D+00 1.38888888888889D-14 326 0.00000000000000D+00 1.38888888888889D-14 327 0.00000000000000D+00 1.38888888888889D-14 328 0.00000000000000D+00 1.38888888888889D-14 329 0.00000000000000D+00 1.38888888888889D-14 330 0.00000000000000D+00 1.38888888888889D-14 331 0.00000000000000D+00 1.38888888888889D-14 332 0.00000000000000D+00 1.38888888888889D-14 333 0.00000000000000D+00 1.38888888888889D-14 334 0.00000000000000D+00 1.38888888888889D-14 335 0.00000000000000D+00 1.38888888888889D-14 336 0.00000000000000D+00 1.38888888888889D-14 337 0.00000000000000D+00 1.38888888888889D-14 338 0.00000000000000D+00 1.38888888888889D-14 339 0.00000000000000D+00 1.38888888888889D-14 340 0.00000000000000D+00 1.38888888888889D-14 341 0.00000000000000D+00 1.38888888888889D-14 342 0.00000000000000D+00 1.38888888888889D-14 343 0.00000000000000D+00 1.38888888888889D-14 344 0.00000000000000D+00 1.38888888888889D-14 345 0.00000000000000D+00 1.38888888888889D-14 346 0.00000000000000D+00 1.38888888888889D-14 347 0.00000000000000D+00 1.38888888888889D-14 348 0.00000000000000D+00 1.38888888888889D-14 349 0.00000000000000D+00 1.38888888888889D-14 350 0.00000000000000D+00 1.38888888888889D-14 351 0.00000000000000D+00 1.38888888888889D-14 352 0.00000000000000D+00 1.38888888888889D-14 353 0.00000000000000D+00 1.38888888888889D-14 354 0.00000000000000D+00 1.38888888888889D-14 355 0.00000000000000D+00 1.38888888888889D-14 356 0.00000000000000D+00 1.38888888888889D-14 357 0.00000000000000D+00 1.38888888888889D-14 358 0.00000000000000D+00 1.38888888888889D-14 359 0.00000000000000D+00 1.38888888888889D-14 360 0.00000000000000D+00 1.38888888888889D-14 361 0.00000000000000D+00 4.50000277777692D+01 362 0.00000000000000D+00 4.50000277777692D+01 363 0.00000000000000D+00 3.00000149999962D+00 364 0.00000000000000D+00 4.50000000000000D+01 365 0.00000000000000D+00 4.50000000000000D+01 366 0.00000000000000D+00 2.99180898971171D+00 367 0.00000000000000D+00 5.00000000000000D-01 368 0.00000000000000D+00 5.00000000000000D-01 369 0.00000000000000D+00 2.00000000000000D+00 370 0.00000000000000D+00 5.00000000000000D-01 371 0.00000000000000D+00 2.00000000000000D+00 372 0.00000000000000D+00 5.00000000000000D-01 373 0.00000000000000D+00 2.00000000000000D+00 374 0.00000000000000D+00 5.00000000000000D-01 375 0.00000000000000D+00 2.00000000000000D+00 376 0.00000000000000D+00 5.00000000000000D-01 377 0.00000000000000D+00 5.00000000000000D-01 378 0.00000000000000D+00 2.00000000000000D+00 379 0.00000000000000D+00 5.00000000000000D-01 380 0.00000000000000D+00 2.00000000000000D+00 381 0.00000000000000D+00 5.00000000000000D-01 382 0.00000000000000D+00 2.00000000000000D+00 383 0.00000000000000D+00 5.00000000000000D-01 384 0.00000000000000D+00 2.00000000000000D+00 385 0.00000000000000D+00 5.00000000000000D-01 386 0.00000000000000D+00 5.00000000000000D-01 387 0.00000000000000D+00 2.00000000000000D+00 388 0.00000000000000D+00 5.00000000000000D-01 389 0.00000000000000D+00 2.00000000000000D+00 390 0.00000000000000D+00 5.00000000000000D-01 391 0.00000000000000D+00 2.00000000000000D+00 392 0.00000000000000D+00 5.00000000000000D-01 393 0.00000000000000D+00 2.00000000000000D+00 394 0.00000000000000D+00 5.00000000000000D-01 395 0.00000000000000D+00 5.00000000000000D-01 396 0.00000000000000D+00 2.00000000000000D+00 397 0.00000000000000D+00 5.00000000000000D-01 398 0.00000000000000D+00 2.00000000000000D+00 399 0.00000000000000D+00 5.00000000000000D-01 400 0.00000000000000D+00 2.00000000000000D+00 401 0.00000000000000D+00 5.00000000000000D-01 402 0.00000000000000D+00 2.00000000000000D+00 403 0.00000000000000D+00 5.00000000000000D-01 404 0.00000000000000D+00 5.00000000000000D-01 405 0.00000000000000D+00 2.00000000000000D+00 406 0.00000000000000D+00 5.00000000000000D-01 407 0.00000000000000D+00 2.00000000000000D+00 408 0.00000000000000D+00 5.00000000000000D-01 409 0.00000000000000D+00 2.00000000000000D+00 410 0.00000000000000D+00 5.00000000000000D-01 411 0.00000000000000D+00 2.00000000000000D+00 412 0.00000000000000D+00 5.00000000000000D-01 413 0.00000000000000D+00 5.00000000000000D-01 414 0.00000000000000D+00 2.00000000000000D+00 415 0.00000000000000D+00 5.00000000000000D-01 416 0.00000000000000D+00 2.00000000000000D+00 417 0.00000000000000D+00 5.00000000000000D-01 418 0.00000000000000D+00 2.00000000000000D+00 419 0.00000000000000D+00 5.00000000000000D-01 420 0.00000000000000D+00 2.00000000000000D+00 421 0.00000000000000D+00 5.00000000000000D-01 422 0.00000000000000D+00 5.00000000000000D-01 423 0.00000000000000D+00 2.00000000000000D+00 424 0.00000000000000D+00 5.00000000000000D-01 425 0.00000000000000D+00 2.00000000000000D+00 426 0.00000000000000D+00 5.00000000000000D-01 427 0.00000000000000D+00 2.00000000000000D+00 428 0.00000000000000D+00 5.00000000000000D-01 429 0.00000000000000D+00 2.00000000000000D+00 430 0.00000000000000D+00 5.00000000000000D-01 431 0.00000000000000D+00 5.00000000000000D-01 432 0.00000000000000D+00 2.00000000000000D+00 433 0.00000000000000D+00 5.00000000000000D-01 434 0.00000000000000D+00 2.00000000000000D+00 435 0.00000000000000D+00 5.00000000000000D-01 436 0.00000000000000D+00 2.00000000000000D+00 437 0.00000000000000D+00 5.00000000000000D-01 438 0.00000000000000D+00 2.00000000000000D+00 439 0.00000000000000D+00 1.00000000000000D-04 440 0.00000000000000D+00 1.00000000000000D-04 441 0.00000000000000D+00 1.00000000000000D-04 442 0.00000000000000D+00 1.00000000000000D-04 443 0.00000000000000D+00 1.00000000000000D-04 444 0.00000000000000D+00 1.00000000000000D-04 445 0.00000000000000D+00 5.00000000000000D-11 446 0.00000000000000D+00 5.00000000000000D-11 447 0.00000000000000D+00 5.00000000000000D-11 448 0.00000000000000D+00 1.00000000000000D-06 449 0.00000000000000D+00 1.00000000000000D-06 450 0.00000000000000D+00 1.00000000000000D-06 451 0.00000000000000D+00 1.00000000000000D-06 452 0.00000000000000D+00 1.00000000000000D-06 453 0.00000000000000D+00 1.00000000000000D-06 454 0.00000000000000D+00 1.00000000000000D-06 455 0.00000000000000D+00 1.00000000000000D-06 456 0.00000000000000D+00 1.00000000000000D-06 457 0.00000000000000D+00 1.00000000000000D-06 458 0.00000000000000D+00 1.00000000000000D-06 459 0.00000000000000D+00 1.00000000000000D-06 460 0.00000000000000D+00 1.00000000000000D-06 461 0.00000000000000D+00 1.00000000000000D-06 462 0.00000000000000D+00 1.00000000000000D-06 463 0.00000000000000D+00 1.00000000000000D-06 464 0.00000000000000D+00 1.00000000000000D-06 465 0.00000000000000D+00 1.00000000000000D-06 466 0.00000000000000D+00 1.00000000000000D-06 467 0.00000000000000D+00 1.00000000000000D-06 468 0.00000000000000D+00 1.00000000000000D-06 469 0.00000000000000D+00 1.00000000000000D-06 470 0.00000000000000D+00 1.00000000000000D-06 471 0.00000000000000D+00 1.00000000000000D-06 472 0.00000000000000D+00 1.00000000000000D-06 473 0.00000000000000D+00 1.00000000000000D-06 474 0.00000000000000D+00 1.00000000000000D-06 475 0.00000000000000D+00 1.00000000000000D-06 476 0.00000000000000D+00 1.00000000000000D-06 477 0.00000000000000D+00 1.00000000000000D-06 478 0.00000000000000D+00 1.00000000000000D-06 479 0.00000000000000D+00 1.00000000000000D-06 480 0.00000000000000D+00 1.00000000000000D-06 481 0.00000000000000D+00 1.00000000000000D-06 482 0.00000000000000D+00 1.00000000000000D-06 483 0.00000000000000D+00 1.00000000000000D-06 484 0.00000000000000D+00 1.00000000000000D-06 485 0.00000000000000D+00 1.00000000000000D-06 486 0.00000000000000D+00 1.00000000000000D-06 487 0.00000000000000D+00 1.00000000000000D-06 488 0.00000000000000D+00 1.00000000000000D-06 489 0.00000000000000D+00 1.00000000000000D-06 490 0.00000000000000D+00 1.00000000000000D-06 491 0.00000000000000D+00 1.00000000000000D-06 492 0.00000000000000D+00 1.00000000000000D-06 493 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 4.00000000000000D+26 266 266 4.00000000000000D+26 267 267 4.00000000000000D+26 268 268 4.00000000000000D+26 269 269 4.00000000000000D+26 270 270 4.00000000000000D+26 271 271 4.00000000000000D+26 272 272 4.00000000000000D+26 273 273 4.00000000000000D+26 274 274 4.00000000000000D+26 275 275 4.00000000000000D+26 276 276 4.00000000000000D+26 277 277 4.00000000000000D+26 278 278 4.00000000000000D+26 279 279 4.00000000000000D+26 280 280 4.00000000000000D+26 281 281 4.00000000000000D+26 282 282 4.00000000000000D+26 283 283 4.00000000000000D+26 284 284 4.00000000000000D+26 285 285 4.00000000000000D+26 286 286 4.00000000000000D+26 287 287 4.00000000000000D+26 288 288 4.00000000000000D+26 289 289 5.18400000000000D+27 290 290 5.18400000000000D+27 291 291 5.18400000000000D+27 292 292 5.18400000000000D+27 293 293 5.18400000000000D+27 294 294 5.18400000000000D+27 295 295 5.18400000000000D+27 296 296 5.18400000000000D+27 297 297 5.18400000000000D+27 298 298 5.18400000000000D+27 299 299 5.18400000000000D+27 300 300 5.18400000000000D+27 301 301 5.18400000000000D+27 302 302 5.18400000000000D+27 303 303 5.18400000000000D+27 304 304 5.18400000000000D+27 305 305 5.18400000000000D+27 306 306 5.18400000000000D+27 307 307 5.18400000000000D+27 308 308 5.18400000000000D+27 309 309 5.18400000000000D+27 310 310 5.18400000000000D+27 311 311 5.18400000000000D+27 312 312 5.18400000000000D+27 313 313 5.18400000000000D+27 314 314 5.18400000000000D+27 315 315 5.18400000000000D+27 316 316 5.18400000000000D+27 317 317 5.18400000000000D+27 318 318 5.18400000000000D+27 319 319 5.18400000000000D+27 320 320 5.18400000000000D+27 321 321 5.18400000000000D+27 322 322 5.18400000000000D+27 323 323 5.18400000000000D+27 324 324 5.18400000000000D+27 325 325 5.18400000000000D+27 326 326 5.18400000000000D+27 327 327 5.18400000000000D+27 328 328 5.18400000000000D+27 329 329 5.18400000000000D+27 330 330 5.18400000000000D+27 331 331 5.18400000000000D+27 332 332 5.18400000000000D+27 333 333 5.18400000000000D+27 334 334 5.18400000000000D+27 335 335 5.18400000000000D+27 336 336 5.18400000000000D+27 337 337 5.18400000000000D+27 338 338 5.18400000000000D+27 339 339 5.18400000000000D+27 340 340 5.18400000000000D+27 341 341 5.18400000000000D+27 342 342 5.18400000000000D+27 343 343 5.18400000000000D+27 344 344 5.18400000000000D+27 345 345 5.18400000000000D+27 346 346 5.18400000000000D+27 347 347 5.18400000000000D+27 348 348 5.18400000000000D+27 349 349 5.18400000000000D+27 350 350 5.18400000000000D+27 351 351 5.18400000000000D+27 352 352 5.18400000000000D+27 353 353 5.18400000000000D+27 354 354 5.18400000000000D+27 355 355 5.18400000000000D+27 356 356 5.18400000000000D+27 357 357 5.18400000000000D+27 358 358 5.18400000000000D+27 359 359 5.18400000000000D+27 360 360 5.18400000000000D+27 361 361 4.93826550831419D-04 362 362 4.93826550831419D-04 363 363 1.11111000000111D-01 364 364 4.93827160493827D-04 365 365 4.93827160493827D-04 366 366 1.11720346604068D-01 367 367 4.00000000000000D+00 368 368 4.00000000000000D+00 369 369 2.50000000000000D-01 370 370 4.00000000000000D+00 371 371 2.50000000000000D-01 372 372 4.00000000000000D+00 373 373 2.50000000000000D-01 374 374 4.00000000000000D+00 375 375 2.50000000000000D-01 376 376 4.00000000000000D+00 377 377 4.00000000000000D+00 378 378 2.50000000000000D-01 379 379 4.00000000000000D+00 380 380 2.50000000000000D-01 381 381 4.00000000000000D+00 382 382 2.50000000000000D-01 383 383 4.00000000000000D+00 384 384 2.50000000000000D-01 385 385 4.00000000000000D+00 386 386 4.00000000000000D+00 387 387 2.50000000000000D-01 388 388 4.00000000000000D+00 389 389 2.50000000000000D-01 390 390 4.00000000000000D+00 391 391 2.50000000000000D-01 392 392 4.00000000000000D+00 393 393 2.50000000000000D-01 394 394 4.00000000000000D+00 395 395 4.00000000000000D+00 396 396 2.50000000000000D-01 397 397 4.00000000000000D+00 398 398 2.50000000000000D-01 399 399 4.00000000000000D+00 400 400 2.50000000000000D-01 401 401 4.00000000000000D+00 402 402 2.50000000000000D-01 403 403 4.00000000000000D+00 404 404 4.00000000000000D+00 405 405 2.50000000000000D-01 406 406 4.00000000000000D+00 407 407 2.50000000000000D-01 408 408 4.00000000000000D+00 409 409 2.50000000000000D-01 410 410 4.00000000000000D+00 411 411 2.50000000000000D-01 412 412 4.00000000000000D+00 413 413 4.00000000000000D+00 414 414 2.50000000000000D-01 415 415 4.00000000000000D+00 416 416 2.50000000000000D-01 417 417 4.00000000000000D+00 418 418 2.50000000000000D-01 419 419 4.00000000000000D+00 420 420 2.50000000000000D-01 421 421 4.00000000000000D+00 422 422 4.00000000000000D+00 423 423 2.50000000000000D-01 424 424 4.00000000000000D+00 425 425 2.50000000000000D-01 426 426 4.00000000000000D+00 427 427 2.50000000000000D-01 428 428 4.00000000000000D+00 429 429 2.50000000000000D-01 430 430 4.00000000000000D+00 431 431 4.00000000000000D+00 432 432 2.50000000000000D-01 433 433 4.00000000000000D+00 434 434 2.50000000000000D-01 435 435 4.00000000000000D+00 436 436 2.50000000000000D-01 437 437 4.00000000000000D+00 438 438 2.50000000000000D-01 439 439 1.00000000000000D+08 440 440 1.00000000000000D+08 441 441 1.00000000000000D+08 442 442 1.00000000000000D+08 443 443 1.00000000000000D+08 444 444 1.00000000000000D+08 445 445 4.00000000000000D+20 446 446 4.00000000000000D+20 447 447 4.00000000000000D+20 448 448 1.00000000000000D+12 449 449 1.00000000000000D+12 450 450 1.00000000000000D+12 451 451 1.00000000000000D+12 452 452 1.00000000000000D+12 453 453 1.00000000000000D+12 454 454 1.00000000000000D+12 455 455 1.00000000000000D+12 456 456 1.00000000000000D+12 457 457 1.00000000000000D+12 458 458 1.00000000000000D+12 459 459 1.00000000000000D+12 460 460 1.00000000000000D+12 461 461 1.00000000000000D+12 462 462 1.00000000000000D+12 463 463 1.00000000000000D+12 464 464 1.00000000000000D+12 465 465 1.00000000000000D+12 466 466 1.00000000000000D+12 467 467 1.00000000000000D+12 468 468 1.00000000000000D+12 469 469 1.00000000000000D+12 470 470 1.00000000000000D+12 471 471 1.00000000000000D+12 472 472 1.00000000000000D+12 473 473 1.00000000000000D+12 474 474 1.00000000000000D+12 475 475 1.00000000000000D+12 476 476 1.00000000000000D+12 477 477 1.00000000000000D+12 478 478 1.00000000000000D+12 479 479 1.00000000000000D+12 480 480 1.00000000000000D+12 481 481 1.00000000000000D+12 482 482 1.00000000000000D+12 483 483 1.00000000000000D+12 484 484 1.00000000000000D+12 485 485 1.00000000000000D+12 486 486 1.00000000000000D+12 487 487 1.00000000000000D+12 488 488 1.00000000000000D+12 489 489 1.00000000000000D+12 490 490 1.00000000000000D+12 491 491 1.00000000000000D+12 492 492 1.00000000000000D+12 493 493 1.00000000000000D+12 -SOLUTION/CONSTRAINT_WEIGHT_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_MATRIX * Ind1 Ind2 Decomposed_normal_matrix(ind1,ind2) 1 1 4.93784698892459D+04 2 1 5.96847638684511D+03 2 2 4.79457815362143D+04 3 1 -1.00555632068962D+04 3 2 3.81298582015038D+04 3 3 4.03518590697499D+04 4 1 -3.45899339451194D+04 4 2 -2.03426881685108D+03 4 3 1.13118440235481D+04 4 4 3.45497536099069D+04 5 1 -1.98369525516033D+03 5 2 -3.91803356950236D+04 5 3 -3.09983047792912D+04 5 4 1.51949065404013D+03 5 5 3.91562341018729D+04 6 1 1.59288820032403D+04 6 2 -2.78101734423265D+04 6 3 -3.06592644173456D+04 6 4 -1.62116795009561D+04 6 5 2.81131790063530D+04 6 6 3.16553072123602D+04 7 1 -3.37619741970673D+03 7 2 -2.24863251797017D+03 7 3 -1.88383219557628D+03 7 4 1.61598635572195D+03 7 5 1.04867207121849D+03 7 6 -2.34171581963077D+02 7 7 2.25199142098054D+03 8 1 -1.66824565131962D+03 8 2 -8.03908197149262D+03 8 3 -7.06735719168931D+03 8 4 1.38795588985085D+03 8 5 5.72294103018939D+02 8 6 -4.42638186804950D+02 8 7 9.83386191211641D+02 8 8 7.61170075002313D+03 9 1 -4.47090740253776D+03 9 2 -9.85388138402626D+03 9 3 -9.15989817421883D+03 9 4 3.80501065041125D+03 9 5 2.26799917458743D+03 9 6 -7.37192748017609D+02 9 7 2.45365395685658D+03 9 8 7.52396233835071D+03 9 9 1.06707478642017D+04 10 1 -1.14122170757651D+04 10 2 -1.68558957016654D+03 10 3 6.27487362006679D+02 10 4 -1.57568929088116D+03 10 5 -5.84472614262253D+02 10 6 5.16900368154049D+02 10 7 -4.91684009142220D+02 10 8 -7.03138572528958D+02 10 9 -1.78777609629929D+03 10 10 1.34796705055386D+04 11 1 -2.31654779190011D+03 11 2 -7.26312931077555D+02 11 3 -6.40488965585828D+01 11 4 -8.73189287843183D+02 11 5 -5.48141855405644D+02 11 6 1.39772001758218D+02 11 7 2.16566936403513D+02 11 8 -1.44879535168409D+02 11 9 6.20339249670506D+01 11 10 2.97319839561731D+03 11 11 1.41929295508564D+03 12 1 -1.40252042378858D+03 12 2 -4.65491255976260D+02 12 3 -5.31777446890250D+02 12 4 1.09471482233331D+03 12 5 6.17444329865277D+02 12 6 -2.57958600619808D+02 12 7 -3.35711320007220D+02 12 8 -1.37908026091754D+01 12 9 -7.73022641479969D+02 12 10 6.43447327127680D+02 12 11 -1.38008328348398D+02 12 12 1.56372538425028D+03 13 1 9.84807725501541D+08 13 2 6.78750415991393D+08 13 3 6.27927608225389D+08 13 4 -5.90222861154821D+08 13 5 -1.53415368763451D+08 13 6 2.76593162557152D+08 13 7 -8.56405580058314D+08 13 8 -3.72324373015701D+08 13 9 -1.23716087281623D+09 13 10 4.61820714513486D+08 13 11 -1.53010677222984D+08 13 12 3.32640098462141D+08 13 13 3.39276480622841D+15 14 1 -7.79981533186406D+09 14 2 -7.89997486686292D+08 14 3 1.50998311587279D+09 14 4 5.82113592417783D+09 14 5 -1.60843057588409D+09 14 6 -4.73881401005224D+09 14 7 1.77371052793620D+09 14 8 2.61849148090937D+09 14 9 2.74663889709252D+09 14 10 2.04969069723334D+08 14 11 -2.20063815427492D+08 14 12 4.82193111805204D+08 14 13 2.09136630873680D+15 14 14 4.96347448345364D+16 15 1 1.98875089410234D+08 15 2 -3.92051565204626D+09 15 3 -8.23124443740239D+08 15 4 -3.84777269506350D+09 15 5 4.70136206399779D+09 15 6 5.39838682893369D+09 15 7 -1.51235348372084D+08 15 8 -8.20538961812938D+08 15 9 -4.08917658360983D+09 15 10 3.80013313450730D+09 15 11 3.96923936625840D+07 15 12 -4.86085971078495D+08 15 13 -8.98560803836478D+14 15 14 1.19405514395750D+15 15 15 6.19590230769266D+16 16 1 7.15674616311091D+09 16 2 1.50887046061611D+10 16 3 1.17740181895850D+10 16 4 -8.91585703732662D+09 16 5 -1.21750168904559D+10 16 6 -5.84239694683479D+09 16 7 5.18403706241703D+08 16 8 -4.02728615810115D+09 16 9 -6.39099030114243D+09 16 10 1.24070762973249D+09 16 11 1.11359814684131D+09 16 12 4.59372663232023D+08 16 13 1.74383687885185D+14 16 14 -2.53445618414797D+15 16 15 3.72429517062098D+16 16 16 1.29440103895716D+17 17 1 -4.97826459320629D+09 17 2 2.52354424980209D+09 17 3 1.16369533787016D+09 17 4 2.99069170355487D+09 17 5 -5.92446003361341D+09 17 6 -4.76874418232434D+09 17 7 6.34111741579544D+09 17 8 3.84174594893182D+09 17 9 3.77174427728374D+09 17 10 -4.35354336012344D+09 17 11 -4.40829799620530D+08 17 12 -1.66694773604743D+08 17 13 -3.55463537230870D+13 17 14 3.17485812798464D+14 17 15 -4.13700723920036D+16 17 16 -3.37680251022152D+16 17 17 2.03994755592051D+17 18 1 -8.38013277022921D+09 18 2 -4.23935629154049D+08 18 3 2.58354679790802D+07 18 4 4.95862697899084D+08 18 5 5.69117065634176D+08 18 6 2.27773372105213D+08 18 7 2.78753981363395D+09 18 8 -5.23952340515876D+08 18 9 -8.94834878289660D+08 18 10 5.09673049574287D+09 18 11 3.78770871680738D+08 18 12 6.41227992332438D+08 18 13 6.79234621805055D+13 18 14 2.90608187750400D+13 18 15 3.11429606475776D+14 18 16 1.52273226903142D+15 18 17 3.49005733176049D+16 18 18 7.68328556670618D+16 19 1 -1.27910440683003D+09 19 2 -2.48938896011350D+09 19 3 -2.18842447191620D+09 19 4 2.23772605663842D+09 19 5 5.38818684333935D+08 19 6 -7.61513628574257D+08 19 7 -8.68862095699844D+08 19 8 2.84780102886142D+09 19 9 -1.65911814200683D+08 19 10 -8.97591586294122D+07 19 11 -8.97230608489155D+08 19 12 3.11585020435139D+09 19 13 9.51051183155400D+14 19 14 1.39475180489856D+14 19 15 -3.68488856750899D+15 19 16 -7.35997141543936D+14 19 17 -3.22211373236019D+15 19 18 3.93784022382080D+14 19 19 7.36294572289697D+16 20 1 5.76973531553372D+08 20 2 2.48813685802361D+09 20 3 2.61169662597168D+09 20 4 -9.99483229250510D+08 20 5 -2.69898390211297D+08 20 6 4.60542801458960D+08 20 7 8.62294663206129D+08 20 8 -3.11289876036144D+09 20 9 1.18520090979704D+08 20 10 -4.39784823746025D+08 20 11 8.94660339268035D+08 20 12 -3.19075830313495D+09 20 13 -1.18284766817294D+15 20 14 -1.53386089287680D+14 20 15 2.60059024404211D+15 20 16 9.80021094266880D+14 20 17 2.66241878086835D+15 20 18 -4.42175025162240D+13 20 19 -6.91420842102454D+16 20 20 7.02112543591071D+16 21 1 -5.32899342932873D+09 21 2 -1.20525097288498D+10 21 3 -1.10714014358852D+10 21 4 8.85935661173306D+09 21 5 -1.19689356332694D+09 21 6 -6.63368342986578D+09 21 7 -2.29245321824976D+09 21 8 1.43599911341940D+10 21 9 1.81234895448766D+10 21 10 -1.23790844756566D+09 21 11 -1.11058670690177D+09 21 12 -4.18403283630445D+08 21 13 3.78450677472745D+14 21 14 -4.66463136042368D+14 21 15 -1.70494218432870D+16 21 16 -4.19665600751224D+16 21 17 -1.11108113841418D+17 21 18 -4.39511124448311D+16 21 19 -2.87203475975229D+16 21 20 2.65643903640198D+16 21 21 2.72392603622187D+17 22 1 2.49318468915021D+10 22 2 -2.57196246490045D+09 22 3 -7.83331703679976D+09 22 4 1.80908339287093D+09 22 5 1.01281097065650D+09 22 6 -2.02595916056029D+08 22 7 6.28444638357011D+08 22 8 7.07430155225330D+09 22 9 8.72982913067171D+09 22 10 -2.73693744972739D+10 22 11 -5.51514932118446D+09 22 12 -6.93911750874680D+08 22 13 -2.22843805639194D+15 22 14 -7.17269155264512D+14 22 15 -1.43871403801408D+16 22 16 -8.51142818698854D+15 22 17 -3.52530989476198D+16 22 18 -2.13811619312722D+16 22 19 4.04336568369654D+16 22 20 -3.94775461710684D+16 22 21 3.62348903995154D+16 22 22 3.32447064270885D+17 23 1 -3.47789032918747D+09 23 2 -2.65317493847279D+06 23 3 -2.19393726417676D+08 23 4 2.66696929824765D+09 23 5 -1.97754030382014D+09 23 6 -2.83055436513882D+09 23 7 2.15761199580643D+09 23 8 2.13267763419259D+09 23 9 3.05766844284205D+09 23 10 -1.34669067477589D+09 23 11 -1.52483772234554D+08 23 12 -7.72017980545448D+06 23 13 -4.57317728503832D+13 23 14 -3.87451218845696D+14 23 15 6.99687637736576D+15 23 16 4.35995621004595D+15 23 17 1.15722177809091D+16 23 18 -3.03271384313830D+15 23 19 5.61805078127360D+14 23 20 1.24652729615360D+13 23 21 -1.25004726166385D+16 23 22 -1.52454225838694D+15 23 23 2.13624226570770D+16 24 1 3.95033779123568D+09 24 2 -3.93520263665317D+09 24 3 -2.96508119735896D+09 24 4 9.47278330774311D+09 24 5 3.26631785790467D+09 24 6 -3.36443720597985D+09 24 7 -2.87317559987491D+08 24 8 2.02794064243938D+09 24 9 1.07322224649239D+09 24 10 -1.31358033411028D+10 24 11 -1.35905498570388D+09 24 12 5.25629900004402D+09 24 13 2.31062055756433D+15 24 14 1.43231586782669D+15 24 15 -6.44829028845197D+15 24 16 5.60817778654310D+15 24 17 1.20469710488577D+16 24 18 -7.97943103084134D+15 24 19 9.49690903130285D+15 24 20 -8.94937135607091D+15 24 21 8.92007837836614D+15 24 22 -5.12955544713882D+16 24 23 1.01541305142865D+16 24 24 1.34750065545356D+17 25 1 -3.71704236078334D+08 25 2 7.94851051773939D+08 25 3 -1.31105913294244D+09 25 4 -2.31327639303521D+08 25 5 -2.49396005412568D+09 25 6 1.60891274610698D+09 25 7 -2.94697684628370D+06 25 8 1.46338981964143D+09 25 9 -9.49144796881827D+07 25 10 6.05979100255881D+08 25 11 2.35719188095972D+08 25 12 -2.02938682386989D+08 25 13 1.26051995684494D+14 25 14 -1.10610140108800D+13 25 15 -5.71758176493773D+15 25 16 -1.21213515757025D+16 25 17 -2.10331771831091D+15 25 18 7.76895914248448D+15 25 19 1.03811343768038D+15 25 20 -6.59130994749184D+14 25 21 -6.51145519748045D+15 25 22 8.80760197861274D+15 25 23 -3.35909917346944D+15 25 24 -9.80018206542144D+15 25 25 3.75802477791745D+16 26 1 5.72186357310665D+09 26 2 6.31509387505499D+09 26 3 5.95456132674253D+09 26 4 -4.23293623850238D+09 26 5 -7.49130029193631D+09 26 6 -4.39188546947864D+09 26 7 -3.78026586971199D+08 26 8 -3.07383268956222D+08 26 9 -1.89370095423817D+08 26 10 -1.11090063181356D+09 26 11 1.48359055916667D+09 26 12 -1.37330377385205D+09 26 13 3.00255992624499D+13 26 14 -8.77046948018208D+14 26 15 -3.37113146027460D+15 26 16 -7.70223301729133D+15 26 17 2.38637363838844D+16 26 18 -3.08722539611761D+16 26 19 5.87289796357920D+13 26 20 4.61720575257600D+14 26 21 3.56589975037451D+15 26 22 9.28218786346688D+14 26 23 5.27625245729686D+15 26 24 1.35266019811779D+16 26 25 -6.92098049783679D+15 26 26 6.78398362923669D+16 27 1 1.07873844786845D+09 27 2 -2.02131463941769D+07 27 3 2.07596086353668D+08 27 4 -5.53254917735233D+08 27 5 5.40342262728291D+07 27 6 3.29995017719227D+08 27 7 -6.68991485300618D+08 27 8 6.96210091075036D+06 27 9 -6.13119827552259D+08 27 10 1.43507955546081D+08 27 11 -4.07831809688601D+07 27 12 7.55287311919055D+07 27 13 1.45691587406890D+14 27 14 -7.62388995473864D+14 27 15 2.23319225717438D+14 27 16 2.67962598462568D+14 27 17 -2.15455492162349D+15 27 18 -1.37893745479517D+15 27 19 1.72594228751262D+15 27 20 -2.11671578098444D+15 27 21 -4.05256123581189D+15 27 22 -1.05777037354318D+15 27 23 -1.54844511857953D+15 27 24 -3.63031038726234D+14 27 25 -1.13205001268599D+14 27 26 8.92300104647655D+13 27 27 1.83381864813453D+15 28 1 -7.08792490623788D+08 28 2 3.19595971037111D+09 28 3 1.10484189737578D+09 28 4 -2.28227174686433D+09 28 5 -4.15466386022483D+07 28 6 9.56865468452331D+08 28 7 -5.92971307551050D+08 28 8 -2.48043260057204D+09 28 9 -4.37488894246039D+09 28 10 3.58403556039449D+09 28 11 -6.73979037517458D+08 28 12 2.31318345033360D+09 28 13 1.13909493808081D+16 28 14 1.93015300700375D+16 28 15 -2.49111908185370D+15 28 16 -5.17595597788160D+15 28 17 2.44734877008768D+15 28 18 8.64906518296474D+15 28 19 2.33639734322177D+16 28 20 -2.85964618650291D+16 28 21 2.09623754616957D+16 28 22 1.17573343312087D+16 28 23 5.10608886657946D+15 28 24 5.40430381708646D+15 28 25 2.98448054467430D+15 28 26 -3.11223451341453D+15 28 27 -5.79974391250267D+15 28 28 1.96911910295105D+17 29 1 -1.92916595988896D+09 29 2 4.41845697388198D+09 29 3 5.92117081301141D+09 29 4 2.75152067649288D+09 29 5 -4.00644550449635D+09 29 6 -6.37253400954579D+09 29 7 2.54677944014607D+08 29 8 8.76003897976147D+07 29 9 4.49883643466474D+08 29 10 -1.07703251736209D+09 29 11 -4.99611768806452D+08 29 12 1.47976287638299D+06 29 13 -2.66084620865135D+14 29 14 -1.17952686924800D+14 29 15 -2.62005376001920D+13 29 16 1.05928840007552D+15 29 17 1.13539631745792D+14 29 18 1.90269577464576D+14 29 19 2.84499480053504D+14 29 20 -4.24937945409824D+14 29 21 -1.07317617091584D+14 29 22 -1.48908002649216D+15 29 23 -4.14576588482816D+14 29 24 7.56648859000384D+14 29 25 -6.43521973867418D+15 29 26 -1.88405944491548D+15 29 27 -6.24502029266271D+13 29 28 7.44277316677568D+14 29 29 2.68991868174032D+16 30 1 1.04050317872003D+10 30 2 2.44772354517773D+09 30 3 -3.39805565517013D+09 30 4 -4.65934927197028D+08 30 5 4.06407354332729D+08 30 6 6.38718044902504D+08 30 7 7.24769917736352D+08 30 8 1.92421135300040D+09 30 9 2.67367413719097D+09 30 10 -1.06638668053266D+10 30 11 -4.77834081320584D+09 30 12 8.56650117428030D+07 30 13 -1.46128110919756D+15 30 14 -4.88141378643968D+14 30 15 -3.49207443228992D+15 30 16 -1.50820118730424D+16 30 17 1.16711616418678D+16 30 18 -3.20520883807232D+15 30 19 1.39828912310067D+15 30 20 -1.11999581223834D+15 30 21 5.20020552816979D+15 30 22 -1.68884260659937D+16 30 23 2.62657827822490D+15 30 24 -2.21849406270418D+16 30 25 -1.56619780466406D+15 30 26 -3.62037602529937D+16 30 27 -7.35001656995360D+13 30 28 4.60285745529856D+14 30 29 2.56651740823046D+15 30 30 1.50260062438233D+17 31 1 1.00140104644708D+10 31 2 1.49369714301901D+09 31 3 -4.04647573120450D+09 31 4 -9.07931354644016D+09 31 5 -2.32282018473429D+09 31 6 4.13496947525968D+09 31 7 -9.37400560911768D+08 31 8 8.09861571979961D+08 31 9 -9.87322737270751D+07 31 10 2.70403582770328D+06 31 11 1.92618082026147D+07 31 12 1.02396318784869D+07 31 13 8.51849100834142D+13 31 14 2.13596866441728D+14 31 15 -2.27812934108710D+15 31 16 -7.15247133590016D+15 31 17 -2.19724150153626D+15 31 18 -1.15366430689690D+15 31 19 -2.63361543488000D+13 31 20 7.04465219750400D+13 31 21 -5.98645712934912D+14 31 22 -9.45365207847936D+14 31 23 -5.57766380320512D+14 31 24 1.66541137218342D+15 31 25 -5.85528252718720D+15 31 26 -4.80526800263404D+15 31 27 -1.39184077825439D+14 31 28 -6.74888095248282D+15 31 29 -1.02266641685872D+16 31 30 9.29700658177792D+14 31 31 3.92398467621171D+16 32 1 1.00336537879549D+10 32 2 7.06581459185169D+09 32 3 -4.07808220093360D+06 32 4 -9.87345074033151D+09 32 5 -7.20154886041148D+09 32 6 2.77933041639532D+08 32 7 -1.00512717597213D+08 32 8 1.16106487366759D+08 32 9 -7.80338374408110D+07 32 10 -5.96903768384017D+07 32 11 1.96281635314560D+07 32 12 -1.95821047430858D+08 32 13 3.69020501405788D+13 32 14 1.46486767810048D+14 32 15 -2.29350822261760D+13 32 16 -1.11253647247258D+15 32 17 -5.08760500307584D+14 32 18 -1.94722749081600D+13 32 19 8.31630327990400D+13 32 20 -1.00375401058560D+14 32 21 -4.31064478711904D+14 32 22 7.82041115149312D+14 32 23 2.32131353084096D+15 32 24 -3.48518524912896D+14 32 25 4.23242423598208D+15 32 26 -2.45695105912362D+15 32 27 -1.95264542930392D+14 32 28 -2.74554455917670D+15 32 29 1.20071295607597D+16 32 30 -6.11116603762688D+14 32 31 8.83836959226483D+15 32 32 3.08432339397640D+16 33 1 -4.90604926127365D+09 33 2 1.10496064565235D+09 33 3 1.57341709805539D+09 33 4 4.58402341157749D+09 33 5 -1.00034354201773D+09 33 6 -2.00694404760018D+09 33 7 4.40487484905516D+08 33 8 -6.27993783702739D+07 33 9 3.55677039466980D+08 33 10 -1.18461398719701D+08 33 11 -4.18174244221948D+07 33 12 7.78504410782032D+07 33 13 -2.19431018737052D+13 33 14 6.75381174739650D+13 33 15 -7.88363247909760D+13 33 16 9.94242374832470D+14 33 17 2.26575559124275D+15 33 18 9.00592378504894D+14 33 19 1.31905797348608D+14 33 20 -1.66350512280056D+14 33 21 1.00198844900966D+15 33 22 -1.91747527872586D+14 33 23 -3.88518364222976D+14 33 24 7.97502985901422D+14 33 25 -2.56067870403520D+15 33 26 -3.62649805837181D+15 33 27 -1.02380391675337D+14 33 28 2.76573902807445D+15 33 29 -5.77058307799040D+13 33 30 1.37143711060443D+14 33 31 -9.72706291847104D+15 33 32 -4.09572639826830D+15 33 33 1.47212980846682D+16 34 1 1.17529419566754D+09 34 2 -1.17621964728935D+09 34 3 -1.41768233840909D+09 34 4 -9.90707082886040D+08 34 5 1.05697214666032D+09 34 6 1.85499943564264D+09 34 7 -2.02455943697811D+08 34 8 6.25707869736866D+07 34 9 -3.06648228127554D+08 34 10 1.78688228232112D+07 34 11 5.66767327669678D+07 34 12 -1.30668913895491D+08 34 13 6.50559160591495D+13 34 14 -1.65796301242560D+14 34 15 1.41893964267201D+15 34 16 2.70718220758733D+15 34 17 -6.99528598255456D+14 34 18 -3.20847486804352D+14 34 19 -4.14899828327040D+13 34 20 1.40090348282016D+14 34 21 -5.19580244848000D+12 34 22 8.73250281534080D+14 34 23 -1.26214131347232D+14 34 24 -1.39884914157610D+15 34 25 3.73720639881920D+14 34 26 5.02202310866396D+14 34 27 1.04108925304721D+14 34 28 -5.92577877894464D+14 34 29 -3.68745708065780D+13 34 30 -1.68105750738816D+14 34 31 -2.57441242732480D+14 34 32 -3.12820097413888D+14 34 33 -5.90419386171285D+14 34 34 2.28441082657883D+15 35 1 2.52466088024402D+09 35 2 6.87773815560246D+09 35 3 6.71035734280643D+09 35 4 -4.89843888487329D+09 35 5 -5.29996935972057D+09 35 6 -1.64479643094027D+09 35 7 1.00277402859300D+09 35 8 -1.66083941548531D+09 35 9 -7.29321134399181D+09 35 10 1.37100486587799D+09 35 11 8.30714863509765D+07 35 12 2.22765172733513D+09 35 13 -1.40772318805268D+15 35 14 -7.52941407469421D+15 35 15 1.45817392171520D+14 35 16 -1.15217068218419D+15 35 17 -5.11091899099136D+14 35 18 -1.38770416995200D+13 35 19 2.72569779516416D+14 35 20 -2.90399603306464D+14 35 21 2.82126701677773D+15 35 22 6.69390207172096D+14 35 23 8.74442152022528D+14 35 24 8.23009495607072D+14 35 25 -1.70021326924800D+14 35 26 1.71171619600430D+14 35 27 4.46149945452784D+14 35 28 -1.09697101605643D+16 35 29 -2.61115333116928D+14 35 30 1.58757138271885D+15 35 31 -2.04405466084198D+15 35 32 -3.59611367175594D+15 35 33 -6.81412538955264D+14 35 34 3.81100271120100D+14 35 35 9.87220945298657D+16 36 1 -9.86751212525391D+09 36 2 -8.64519433610266D+08 36 3 3.67385571753285D+09 36 4 -6.87054466490157D+09 36 5 -2.98949874644347D+09 36 6 1.93043509044485D+09 36 7 2.64109100153050D+08 36 8 1.14946835980288D+08 36 9 -1.62552251796817D+09 36 10 1.64739474037686D+10 36 11 3.73907188625666D+09 36 12 -3.97877018120038D+09 36 13 -5.87109910713995D+14 36 14 -2.58402804043571D+15 36 15 3.56765527977728D+14 36 16 4.63298933944320D+14 36 17 -1.63250707196416D+14 36 18 -1.21105232093184D+14 36 19 -7.66559625300480D+13 36 20 1.16435452299264D+14 36 21 -5.82994140911488D+14 36 22 1.34588129533952D+14 36 23 -5.21483897794560D+13 36 24 4.55029815920640D+13 36 25 -7.74630065489920D+13 36 26 -2.61364019875008D+14 36 27 3.38958460589512D+14 36 28 -6.02025624708096D+15 36 29 4.06402375076864D+14 36 30 -3.38037152536781D+15 36 31 4.62166144085504D+14 36 32 1.24147237956506D+15 36 33 2.00258321417380D+13 36 34 6.09182601968640D+13 36 35 1.03578036133015D+16 36 36 2.32875404586258D+17 37 1 -1.29249773102417D+10 37 2 -7.29146848613604D+09 37 3 -6.48708116895563D+09 37 4 1.67773881001064D+10 37 5 -2.06464741246829D+09 37 6 -1.07903389367682D+10 37 7 3.41995192102965D+09 37 8 9.54821818799030D+09 37 9 2.30880585055330D+10 37 10 -7.27236003266187D+09 37 11 -1.92101273258694D+08 37 12 -5.81063695637576D+09 37 13 4.72642152431642D+14 37 14 -2.58774980770918D+15 37 15 -1.89303494617088D+14 37 16 -3.67380154606182D+15 37 17 7.34501287337984D+14 37 18 -8.27504587401728D+14 37 19 -8.57760307210240D+14 37 20 1.08939424125542D+15 37 21 1.03189082079232D+14 37 22 7.57202778810368D+14 37 23 -7.77283806945280D+14 37 24 2.91948094532096D+14 37 25 2.38341425983488D+14 37 26 1.52478655994208D+14 37 27 2.42653893751786D+15 37 28 -5.51298535634970D+16 37 29 3.94870839418880D+13 37 30 -1.92497449751245D+15 37 31 -3.05107042156749D+15 37 32 -1.08616900901837D+16 37 33 1.62606588938650D+15 37 34 -1.90518476636784D+15 37 35 -1.07122221429346D+17 37 36 -2.16398092302408D+16 37 37 2.60098596955124D+17 38 1 -2.36606534012181D+10 38 2 -9.06234251366668D+09 38 3 -9.85624909018712D+09 38 4 9.73494460955738D+09 38 5 4.83453530555320D+09 38 6 -2.85191418392148D+09 38 7 -6.05926206538402D+08 38 8 3.92055992850729D+08 38 9 -6.25708534012846D+08 38 10 1.45316342481811D+10 38 11 3.83575170150102D+09 38 12 1.33338661386222D+10 38 13 7.82102372335618D+14 38 14 2.77088485369037D+15 38 15 -2.04160340579942D+15 38 16 1.08501365578957D+15 38 17 -6.05750462131200D+14 38 18 1.52034328076288D+15 38 19 3.12258853672960D+14 38 20 -3.68162638573568D+14 38 21 -3.41346248510464D+14 38 22 -2.37414136135680D+13 38 23 -2.69623872830464D+14 38 24 1.11300698029670D+15 38 25 1.86647820988416D+14 38 26 -5.94648154822016D+14 38 27 -5.48907848899200D+13 38 28 1.36518522709606D+15 38 29 -9.98963175044352D+14 38 30 1.16430604876022D+16 38 31 -4.63075635390464D+14 38 32 -2.80318991032320D+15 38 33 5.15052813407738D+14 38 34 -7.62348185293824D+14 38 35 6.12523836450534D+15 38 36 -9.71693356975555D+16 38 37 -2.26078413968200D+16 38 38 2.88396377191313D+17 39 1 -2.00334984594072D+09 39 2 4.65886909287667D+09 39 3 3.09424954364985D+09 39 4 8.08815168636466D+08 39 5 -4.93765697792072D+09 39 6 -3.15101774969436D+09 39 7 1.21181710329113D+09 39 8 4.54036038936059D+08 39 9 5.27904570906741D+06 39 10 -1.72813063047492D+07 39 11 -1.75247062347863D+08 39 12 5.14901941942014D+07 39 13 -5.78905935606696D+14 39 14 1.17525489312456D+16 39 15 -1.03750347799654D+15 39 16 -3.30330734341120D+14 39 17 5.54619184807936D+14 39 18 -5.05489434195968D+14 39 19 8.78264848840704D+14 39 20 -1.63046228827392D+14 39 21 -1.69377331957760D+14 39 22 2.41120199869952D+14 39 23 -1.68204377904128D+14 39 24 9.71359126512640D+13 39 25 1.07730457997824D+14 39 26 4.22702278181536D+14 39 27 -2.22914373522273D+14 39 28 3.03627371432525D+15 39 29 5.03320737576960D+13 39 30 -6.02136497858560D+14 39 31 -2.15689713840947D+15 39 32 -5.71014564936166D+15 39 33 3.51228000860160D+13 39 34 2.93570598946736D+14 39 35 -3.73169399791616D+14 39 36 -1.99286153424947D+15 39 37 -2.63238771759186D+16 39 38 8.45258815266816D+14 39 39 1.25337507043000D+17 40 1 2.15243098989336D+10 40 2 4.86785058339320D+09 40 3 2.68331684658566D+09 40 4 -5.16363713682575D+09 40 5 -3.90005500851567D+09 40 6 4.82431499104287D+08 40 7 1.58647388935398D+09 40 8 2.71267138766521D+09 40 9 5.89609701404107D+09 40 10 -1.79471471397013D+10 40 11 -3.68046819147605D+09 40 12 -9.06185097826208D+09 40 13 -5.25669417727917D+14 40 14 4.30625735419290D+15 40 15 -4.98119023803648D+14 40 16 1.60290320338944D+15 40 17 3.82213580635136D+14 40 18 -3.94974093658112D+14 40 19 5.84851433902080D+14 40 20 -2.28883331909632D+14 40 21 -1.21564488859648D+14 40 22 -2.94311113568256D+14 40 23 -1.58858043623936D+14 40 24 -2.70169021040640D+14 40 25 5.38612480706560D+13 40 26 4.43280712384000D+13 40 27 6.70224067568272D+14 40 28 -1.56754266789827D+16 40 29 2.64387713550208D+14 40 30 -3.34785387410842D+15 40 31 1.68183456221184D+14 40 32 9.36697763909632D+14 40 33 -3.57588985850580D+13 40 34 4.00853495395264D+14 40 35 -1.93239328491464D+16 40 36 -6.56975688307098D+16 40 37 5.62181663268506D+16 40 38 -1.71980999576363D+17 40 39 1.46832858973701D+16 40 40 3.38021726812787D+17 41 1 -2.46366861252287D+09 41 2 2.85205041904126D+08 41 3 1.58311537330800D+09 41 4 5.06526503820680D+08 41 5 -9.16877312404832D+07 41 6 7.60874255105496D+07 41 7 -7.09285354774962D+08 41 8 1.55438022622489D+08 41 9 -3.64428456132463D+09 41 10 2.66642779399489D+09 41 11 -3.48954730162915D+08 41 12 1.98508203704922D+09 41 13 1.09864262799815D+15 41 14 8.06521983853619D+15 41 15 -1.09180979798938D+15 41 16 -1.82218407790592D+14 41 17 -1.07083119943680D+13 41 18 6.04719043251712D+14 41 19 2.18385977117952D+14 41 20 -7.00729474052096D+14 41 21 1.37540495820800D+13 41 22 -3.52170145054720D+14 41 23 9.41056143306240D+13 41 24 -1.21524294462208D+14 41 25 6.41790207096960D+14 41 26 2.19902795593187D+15 41 27 -1.09223120579730D+14 41 28 -3.88090030415667D+15 41 29 -1.73554704789120D+14 41 30 8.47128855319040D+14 41 31 -3.10377293856000D+15 41 32 -1.57135524692890D+15 41 33 9.26270376222720D+13 41 34 1.92354725986816D+14 41 35 6.60450647650406D+15 41 36 6.36969183282074D+15 41 37 -2.62492416100127D+16 41 38 9.03100914352742D+15 41 39 -1.42431836813507D+16 41 40 -8.12052685824000D+11 41 41 5.85327306310653D+16 42 1 1.03473731886794D+10 42 2 1.20867518388738D+10 42 3 5.91474815597406D+09 42 4 -7.38228564637352D+09 42 5 -9.24001533980779D+09 42 6 -1.36568677913802D+09 42 7 1.65471757638654D+09 42 8 -2.79175408165889D+09 42 9 -9.64550728741203D+08 42 10 -4.61980543513565D+09 42 11 -5.49832702895933D+07 42 12 -3.58451438969902D+09 42 13 -1.35420275880031D+15 42 14 -2.01508021962854D+15 42 15 2.08059247094374D+15 42 16 -4.01325092892672D+15 42 17 7.77122623715840D+14 42 18 -6.94597240998912D+14 42 19 -2.75067019572352D+14 42 20 -4.89950433905664D+14 42 21 2.61166850842240D+13 42 22 4.50223354509312D+14 42 23 8.88343228825600D+12 42 24 3.97376808687104D+14 42 25 3.52621280770048D+14 42 26 2.37355627008157D+15 42 27 3.10545776528768D+14 42 28 -2.06607764189901D+15 42 29 1.80911107117312D+14 42 30 -5.53440142579814D+15 42 31 5.65310362407194D+15 42 32 2.51646201529139D+15 42 33 5.24541929349211D+14 42 34 -1.39034041798400D+12 42 35 -5.86998898388838D+15 42 36 -3.85444668132598D+16 42 37 3.02683010638848D+16 42 38 1.48088059512422D+15 42 39 7.62437993116826D+15 42 40 -2.60721860595732D+16 42 41 -1.49839098698854D+15 42 42 1.32712044155261D+17 43 1 1.80448176572373D+09 43 2 -2.16995760176369D+09 43 3 -2.96372774577553D+09 43 4 -1.86971039870311D+09 43 5 2.11217076965883D+09 43 6 3.16235267637938D+09 43 7 -3.94007949665883D+07 43 8 -1.70058036882017D+07 43 9 -1.08281961037140D+08 43 10 1.04629437157068D+08 43 11 7.47926651540278D+07 43 12 -9.03429884612181D+07 43 13 1.14417682496760D+14 43 14 2.79113281967296D+14 43 15 -2.18220832628712D+14 43 16 -1.24525377218432D+14 43 17 -5.11050905701984D+14 43 18 -2.03967671096320D+13 43 19 1.34002099235168D+14 43 20 -1.21377432936512D+14 43 21 1.10200924869568D+14 43 22 4.62164442373056D+14 43 23 1.29906420440880D+13 43 24 -8.45280402846048D+14 43 25 -1.46168892069856D+14 43 26 2.71218974082475D+14 43 27 -9.10072773679012D+12 43 28 2.84384400773856D+14 43 29 -2.03234727011980D+14 43 30 2.60134660715488D+14 43 31 -1.07562379632326D+15 43 32 -1.25690190473435D+15 43 33 -2.49638875698192D+14 43 34 2.58845684025342D+14 43 35 -1.07665784346858D+15 43 36 1.77723145987584D+14 43 37 5.12026258854016D+14 43 38 -9.77080441979264D+14 43 39 -2.12286996505962D+15 43 40 7.19116673419648D+14 43 41 -7.26496131151536D+14 43 42 4.28251067828608D+14 43 43 8.13354706461516D+15 44 1 3.55582925363292D+09 44 2 5.13327107689417D+09 44 3 2.31522108006985D+09 44 4 -3.33373890378142D+09 44 5 -5.05504624071790D+09 44 6 -2.53418648599891D+09 44 7 2.38439802197046D+07 44 8 4.03946998985777D+07 44 9 1.03849946774235D+08 44 10 -2.45934351880077D+08 44 11 -1.18619678722429D+08 44 12 1.15115107157125D+08 44 13 -2.47564085679653D+14 44 14 -6.27571583898784D+14 44 15 -2.11465256208720D+14 44 16 1.78455956958144D+14 44 17 2.18498197592856D+14 44 18 -5.82613650280000D+13 44 19 4.39392633070120D+13 44 20 -2.14321278249600D+13 44 21 -1.99018236049428D+14 44 22 -5.69479167084992D+14 44 23 4.69133220893360D+13 44 24 1.18464088820960D+15 44 25 -3.14839248686160D+13 44 26 -2.75041390007522D+14 44 27 5.65983387619375D+11 44 28 -6.50272345123168D+14 44 29 1.98367930932336D+14 44 30 -5.01705657708880D+14 44 31 3.42042944202467D+15 44 32 3.88207195372211D+15 44 33 1.55862738178342D+15 44 34 4.14728582883708D+14 44 35 1.32855782852926D+15 44 36 -4.25151469587616D+14 44 37 6.32025264159424D+14 44 38 1.39816828946707D+15 44 39 3.16977196026684D+15 44 40 -8.04179167619072D+14 44 41 3.96721667828528D+15 44 42 -5.01562004144634D+15 44 43 -2.31422433684629D+15 44 44 2.95162672451904D+16 45 1 -8.60576871403666D+09 45 2 5.96864223188646D+09 45 3 1.12410429486254D+10 45 4 1.01489696126951D+10 45 5 -8.43291896608564D+09 45 6 -1.67423959700611D+10 45 7 -3.59208523464639D+07 45 8 2.61207790386051D+09 45 9 5.87696081329771D+09 45 10 -1.50727855342077D+09 45 11 -1.47800222261717D+08 45 12 -3.75606266765595D+08 45 13 -7.55570467820310D+13 45 14 7.68455460434714D+15 45 15 4.15602873826816D+14 45 16 -4.31166369356288D+15 45 17 1.17085562657997D+15 45 18 -9.44604687951360D+13 45 19 5.13875921219584D+14 45 20 -7.97977144592640D+13 45 21 -8.37629358100480D+14 45 22 1.30967289090893D+15 45 23 -4.21285085253632D+14 45 24 8.20040668222848D+14 45 25 -8.29623523516416D+14 45 26 -5.33190776678386D+15 45 27 -2.06262481828813D+14 45 28 4.72693928648154D+15 45 29 1.10372075378176D+14 45 30 1.44887373080499D+15 45 31 8.39805936300032D+14 45 32 2.27209713934515D+15 45 33 5.21911359038464D+14 45 34 -3.50757387009887D+15 45 35 -1.03307171575603D+15 45 36 -1.32322864689203D+15 45 37 -1.06747404848333D+16 45 38 -9.10956437202534D+15 45 39 -2.50291674171310D+16 45 40 3.42536533207040D+15 45 41 -2.70610958902200D+16 45 42 -3.94568921821780D+16 45 43 -3.98191756093491D+15 45 44 7.51464793081864D+14 45 45 2.02962895338045D+17 46 1 5.85759679475191D+09 46 2 2.77065845260449D+08 46 3 -2.30838336966439D+09 46 4 3.91898589445065D+09 46 5 3.07572642010529D+09 46 6 -8.69838360405479D+08 46 7 -4.52728776557443D+07 46 8 9.70043181533106D+08 46 9 2.37158641760728D+09 46 10 -9.73130989330336D+09 46 11 -4.32283596732189D+09 46 12 8.06634045349197D+08 46 13 6.68182136706453D+12 46 14 2.35867485993331D+15 46 15 -1.07359719433728D+14 46 16 2.81266226893952D+14 46 17 2.98937282737472D+14 46 18 4.75527076111360D+13 46 19 1.39882996497320D+14 46 20 -2.05210455868800D+13 46 21 -3.22217193553144D+14 46 22 3.78279117908096D+14 46 23 -1.43678571391504D+14 46 24 1.72141041920672D+14 46 25 -2.90635264429216D+14 46 26 -1.64510060549002D+15 46 27 -1.05881189561047D+14 46 28 2.24191421954995D+15 46 29 -3.64033548106680D+13 46 30 1.27126137595053D+15 46 31 1.28443671862352D+14 46 32 4.03636784429024D+14 46 33 7.12003238802789D+13 46 34 -2.93615113815124D+14 46 35 -2.41715967911594D+15 46 36 -1.98905498284358D+16 46 37 4.97162956432774D+15 46 38 -4.87241073944228D+16 46 39 -1.61750397640925D+15 46 40 -3.18270679284635D+16 46 41 -9.43182896790397D+15 46 42 -1.60825761948327D+16 46 43 -9.02884364955650D+14 46 44 6.88907369876416D+14 46 45 4.47291493302980D+16 46 46 1.17516173006474D+17 47 1 4.50198938599299D+09 47 2 -1.95395442659003D+09 47 3 -6.34976433162119D+08 47 4 -3.72313550804401D+09 47 5 -1.43123109127047D+08 47 6 1.33581390875637D+09 47 7 -9.68517521551903D+08 47 8 2.04107363526051D+09 47 9 -8.96882582509928D+08 47 10 1.89664319675262D+08 47 11 5.60045078082495D+07 47 12 1.96045575919583D+08 47 13 7.19163986672205D+13 47 14 1.82395794396262D+15 47 15 2.84670374681600D+14 47 16 4.88689803685376D+14 47 17 -2.40614032673792D+15 47 18 -2.38726838623744D+14 47 19 3.15359141662720D+14 47 20 2.31088743492480D+14 47 21 2.31300763369062D+15 47 22 -1.78804029285888D+15 47 23 -5.65775188920320D+13 47 24 -1.50921482929958D+15 47 25 1.74516919536640D+13 47 26 -1.05590438717159D+15 47 27 -5.94022096966150D+12 47 28 -2.91917838606618D+15 47 29 2.30651248534272D+14 47 30 -1.60369706615219D+15 47 31 1.41080845295872D+15 47 32 1.78699700340429D+15 47 33 2.73044440921600D+13 47 34 1.05446795638400D+13 47 35 -1.41389822680064D+14 47 36 -2.28089294804019D+15 47 37 -4.44521630698291D+15 47 38 4.15600958583091D+15 47 39 -3.64453456758415D+16 47 40 -2.07037290352220D+16 47 41 -2.01697569544704D+14 47 42 -3.44621331051162D+15 47 43 -7.20396542762816D+14 47 44 -5.23315689020744D+14 47 45 -6.44016305260052D+16 47 46 -1.94874162721640D+16 47 47 1.31233380557274D+17 48 1 3.06117433711830D+07 48 2 -9.44636280341636D+08 48 3 2.78529924027838D+08 48 4 2.39910679648579D+09 48 5 1.94435586882701D+09 48 6 -3.89386088978941D+08 48 7 -3.88841098246299D+07 48 8 1.77892339857085D+08 48 9 -9.17461974744719D+08 48 10 -2.39083451395140D+09 48 11 -1.17761253388593D+09 48 12 1.02831672910065D+09 48 13 3.99535658248179D+14 48 14 1.01083874594368D+14 48 15 2.37168085962016D+14 48 16 3.78743839059840D+14 48 17 -1.98965698954814D+15 48 18 2.90760434608192D+14 48 19 6.98198346823220D+14 48 20 -1.08735475281824D+14 48 21 1.52279507219378D+15 48 22 -1.61976160794323D+15 48 23 -8.37687447660400D+13 48 24 -9.48779560013120D+14 48 25 4.07070985502400D+12 48 26 -8.86912545123200D+14 48 27 -5.03705932842502D+13 48 28 -4.70990862294368D+14 48 29 1.44017383415411D+15 48 30 -1.64057010250677D+16 48 31 -2.38735776176096D+14 48 32 -8.44677640717264D+14 48 33 1.81853560037519D+13 48 34 -8.07669905868280D+13 48 35 1.77209598546539D+15 48 36 -1.78832733755264D+15 48 37 -6.42732115823704D+15 48 38 9.98798391815642D+15 48 39 -1.24211378024047D+16 48 40 -1.50446928949825D+16 48 41 2.26944182656205D+15 48 42 -9.09839967652221D+15 48 43 -3.61470998631550D+14 48 44 3.03277716280248D+14 48 45 -2.35322877807930D+16 48 46 -8.52469441960596D+15 48 47 5.09538885702185D+16 48 48 4.62613175950378D+16 49 1 1.71735664388003D+09 49 2 -1.59607555866182D+09 49 3 -1.24675519874961D+09 49 4 -2.24940415656855D+09 49 5 -7.41431549171933D+08 49 6 1.07806526213495D+09 49 7 4.77212513181198D+08 49 8 2.42129286926657D+09 49 9 2.05673509121530D+07 49 10 5.48350013523583D+07 49 11 -8.37857423561322D+07 49 12 1.48122557187241D+08 49 13 -2.55960385549200D+14 49 14 -1.03849374478214D+15 49 15 5.58671453029860D+15 49 16 4.43276016293734D+15 49 17 8.49193559339827D+15 49 18 2.35891587112550D+15 49 19 3.96230460978288D+14 49 20 -6.43008483212448D+14 49 21 2.55614798277411D+15 49 22 -4.00912032135680D+13 49 23 3.36338455559245D+15 49 24 2.82179464135976D+15 49 25 2.84826538757881D+15 49 26 9.65682299484680D+13 49 27 -8.96826909902669D+13 49 28 -7.97643727333088D+14 49 29 -3.36769879136596D+14 49 30 1.88125892124352D+14 49 31 -1.50206283364364D+14 49 32 5.23368777037120D+13 49 33 -1.37009395770220D+14 49 34 6.07499796366160D+14 49 35 -4.47750941501568D+14 49 36 -6.10971291430400D+13 49 37 4.17158271333472D+14 49 38 1.48400480253184D+14 49 39 -6.17876111634288D+14 49 40 -3.33785001380160D+14 49 41 -1.62355702967394D+15 49 42 -2.58834436649990D+15 49 43 -9.50978611215903D+14 49 44 -3.36758570100678D+14 49 45 -3.31266810071232D+14 49 46 1.72563582809604D+14 49 47 -3.37985579434231D+15 49 48 -2.22209173232054D+15 49 49 1.30740313944089D+16 50 1 5.61343111178628D+09 50 2 1.36778507091618D+10 50 3 1.04710271623848D+10 50 4 -3.48436955132190D+09 50 5 3.19969359414381D+09 50 6 3.43901515661179D+09 50 7 -3.65359874526239D+09 50 8 -1.68537074684947D+10 50 9 -1.41985738203953D+10 50 10 1.52453704572591D+09 50 11 -2.38380462512440D+07 50 12 2.88528927381828D+08 50 13 -5.16928561175023D+14 50 14 -4.10694202785293D+15 50 15 -1.59446203767308D+16 50 16 -1.64951775484493D+16 50 17 -2.22738906007556D+16 50 18 -5.85764855590784D+15 50 19 1.60693801875610D+15 50 20 -4.20745430147690D+15 50 21 -1.09463574841315D+16 50 22 -5.10797203716006D+15 50 23 -9.23177718709573D+15 50 24 -4.84916461313190D+15 50 25 -8.88851860100899D+15 50 26 4.65405958809029D+15 50 27 2.87673640231670D+14 50 28 -1.80576801556947D+15 50 29 6.99697682810944D+14 50 30 -2.49512607703910D+15 50 31 3.66027153504448D+14 50 32 -3.55875293049696D+14 50 33 3.42453221505300D+14 50 34 -1.02751561860291D+15 50 35 -3.89499142603990D+15 50 36 1.62966392896358D+15 50 37 1.50732665983375D+16 50 38 5.19957608009242D+15 50 39 2.83446444697408D+14 50 40 -1.05269674624653D+15 50 41 -2.20827583701539D+15 50 42 -1.29848146605760D+16 50 43 -3.96815872200642D+14 50 44 -2.67498352289278D+15 50 45 4.68969318116592D+15 50 46 2.99607704886410D+15 50 47 -1.26891141733649D+16 50 48 -8.90916395765936D+15 50 49 -4.12889506267721D+15 50 50 1.60844001143848D+17 51 1 -1.10960614775081D+10 51 2 8.01121952174028D+09 51 3 1.02522287006003D+10 51 4 8.08093159249331D+09 51 5 -7.64371841366835D+09 51 6 -8.79026429551030D+09 51 7 2.02809682369161D+09 51 8 -8.36818670434583D+08 51 9 -2.30846709218318D+09 51 10 9.87033737726506D+08 51 11 4.69317983078755D+08 51 12 8.46502793364170D+08 51 13 -2.74904862443190D+14 51 14 8.80558271825920D+13 51 15 -5.88418813575219D+15 51 16 1.94684851964995D+16 51 17 -2.80210146982298D+15 51 18 2.61996668821248D+14 51 19 3.84049260706816D+15 51 20 -4.24800151855309D+15 51 21 -9.14758019876864D+14 51 22 -1.08912508966861D+16 51 23 -9.01970442362880D+13 51 24 1.84699666604621D+15 51 25 -5.63929750770944D+14 51 26 1.08476823353548D+15 51 27 7.95943900324505D+13 51 28 -4.74105241337357D+15 51 29 1.75100315748096D+14 51 30 1.11291525850368D+14 51 31 1.89013612546560D+14 51 32 -1.34878389346048D+14 51 33 -1.07665667748864D+14 51 34 1.10250040993422D+15 51 35 -1.16136223655117D+15 51 36 -2.89041605161984D+14 51 37 7.33645789668557D+15 51 38 2.31989143523123D+15 51 39 -3.58755496057446D+15 51 40 -3.22763897234688D+15 51 41 -1.56207953020416D+15 51 42 -1.70367861323571D+15 51 43 -2.77357906236877D+15 51 44 -4.48545245191564D+15 51 45 -1.73965499569111D+16 51 46 -1.16795509830291D+15 51 47 -1.48693145881600D+14 51 48 3.55821079386112D+14 51 49 -5.68812519599296D+14 51 50 1.70148965541326D+15 51 51 1.29154504597720D+17 52 1 -2.91423723239614D+09 52 2 9.18824738289122D+08 52 3 1.78744393869558D+09 52 4 -3.03710414290562D+09 52 5 -1.16798396630904D+09 52 6 6.95079133959342D+08 52 7 1.95635665142675D+07 52 8 -7.64205429698245D+08 52 9 -1.47620996117826D+09 52 10 5.93177788323686D+09 52 11 1.01336411322335D+09 52 12 -1.00631315974174D+09 52 13 -8.01301104341645D+13 52 14 -6.39246850383872D+14 52 15 3.42248179804634D+15 52 16 -6.84357408697344D+15 52 17 -6.36208276833280D+13 52 18 -5.33120502328320D+14 52 19 -3.72536387690624D+14 52 20 6.22953972667904D+14 52 21 -2.17819049229683D+15 52 22 -3.35576343600937D+16 52 23 6.29157772894720D+13 52 24 4.10331846224666D+15 52 25 -5.01858610671104D+14 52 26 1.52047704667226D+15 52 27 -1.10939121505346D+14 52 28 3.14978703396352D+14 52 29 2.39192259060608D+14 52 30 -4.41250908346368D+14 52 31 9.94488693862400D+13 52 32 -1.05381376881664D+14 52 33 2.76234376993425D+13 52 34 -6.42429516610240D+13 52 35 6.84855752571648D+14 52 36 -2.76925670733824D+14 52 37 -3.19413993665766D+15 52 38 1.66034613597184D+15 52 39 -3.80480101897728D+14 52 40 1.54959078866330D+15 52 41 7.52007073258240D+14 52 42 -3.58721353848832D+15 52 43 -8.59869676009600D+12 52 44 1.73291813637280D+13 52 45 2.27783352685786D+15 52 46 7.66930837251520D+13 52 47 1.31411169176422D+15 52 48 1.10080180959859D+15 52 49 3.23519017859648D+14 52 50 2.94989541621315D+15 52 51 4.56549033954406D+15 52 52 6.36534322676470D+16 53 1 -6.44504004182637D+08 53 2 1.23657663243896D+09 53 3 1.11328561127487D+07 53 4 8.06770693337376D+08 53 5 -1.22089738830711D+09 53 6 5.97004804450221D+07 53 7 -6.79983866674986D+07 53 8 -2.30742318041652D+07 53 9 -6.67973572364387D+07 53 10 -9.42682548283476D+07 53 11 7.39500541688998D+06 53 12 -4.03603999314817D+06 53 13 -4.40997303818045D+13 53 14 2.03929444802064D+15 53 15 -3.00988529132083D+15 53 16 7.44602023965504D+15 53 17 -8.13134742329728D+14 53 18 -8.71661669822720D+13 53 19 3.64164238438016D+14 53 20 -2.49889338250304D+14 53 21 7.81291955678720D+13 53 22 -1.32589590928512D+14 53 23 3.99661157005024D+14 53 24 3.54484898675952D+14 53 25 -4.50253491002976D+14 53 26 1.32683613336451D+14 53 27 -2.12357099689968D+13 53 28 5.15099459284960D+14 53 29 1.00712157721312D+14 53 30 2.97303804086720D+13 53 31 -1.46445644324800D+14 53 32 2.28399657981984D+14 53 33 -1.54146836007200D+14 53 34 5.96992512849068D+14 53 35 4.63660248336640D+13 53 36 -4.78862268754560D+13 53 37 -4.97718478195456D+14 53 38 -5.97021990020096D+14 53 39 -6.23659096859008D+14 53 40 1.54231816185152D+14 53 41 -4.06992169556160D+14 53 42 -5.78263269377600D+13 53 43 -1.19928544511953D+15 53 44 -2.02106728679325D+15 53 45 -2.65513308915430D+15 53 46 -6.36303197902580D+13 53 47 -7.24143818638848D+14 53 48 -2.36639271865720D+14 53 49 -4.87297798968920D+14 53 50 -1.23675967583917D+15 53 51 -7.52252529601536D+15 53 52 3.70714905909440D+13 53 53 2.32228839363560D+16 54 1 2.84279038747352D+09 54 2 2.99661242876450D+09 54 3 1.24965510906778D+09 54 4 -3.05619967281069D+09 54 5 -3.10932383744666D+09 54 6 -6.77426936033236D+08 54 7 -5.98627402847384D+07 54 8 -5.15123127511973D+07 54 9 -2.79905286613171D+08 54 10 2.73272040661625D+08 54 11 1.64223631292039D+08 54 12 -2.92322871772489D+08 54 13 1.44453040578886D+14 54 14 -2.02154715665818D+15 54 15 -1.21979954028059D+15 54 16 -3.28171725220429D+15 54 17 -1.05182062666410D+15 54 18 1.93691150068736D+14 54 19 -1.33903108538880D+13 54 20 8.30149103655680D+13 54 21 1.19029466688176D+14 54 22 1.28501316680243D+15 54 23 -1.11891611673315D+15 54 24 -2.59632139519206D+15 54 25 4.57777180813760D+14 54 26 1.02149315880128D+14 54 27 -6.27082069063600D+12 54 28 -1.93189605253888D+14 54 29 -1.41624652270461D+15 54 30 6.11405413893632D+14 54 31 3.10481609562912D+14 54 32 -5.75809744731008D+14 54 33 3.53797307521860D+14 54 34 -7.80111913421936D+14 54 35 8.09028010295232D+14 54 36 1.43167040799642D+15 54 37 -1.66068840487571D+15 54 38 -2.28044782509414D+15 54 39 4.70472481025664D+14 54 40 2.01025627978752D+15 54 41 7.87540833114304D+14 54 42 1.83268154553344D+14 54 43 5.62703916748812D+14 54 44 -4.22559249287354D+14 54 45 8.99078180687731D+15 54 46 -8.00830154316640D+14 54 47 1.99441063502944D+14 54 48 -5.93189137404508D+14 54 49 1.25033538083876D+14 54 50 -2.00691104106904D+14 54 51 1.15223940724368D+15 54 52 -6.48032078641088D+14 54 53 -3.11819701578021D+15 54 54 1.24064803305264D+16 55 1 -6.87442602527633D+09 55 2 1.65016379325381D+09 55 3 -1.67993399004392D+09 55 4 8.33551248604521D+09 55 5 -1.26201958540498D+10 55 6 -1.63605258817609D+10 55 7 5.69939461573354D+09 55 8 9.37148475566745D+09 55 9 2.30218240307496D+10 55 10 -7.16047789010425D+09 55 11 1.59854969624771D+09 55 12 -4.98136046859346D+09 55 13 -7.57300651559183D+15 55 14 -4.92337502942976D+14 55 15 -9.64117475508224D+15 55 16 1.20047072527529D+16 55 17 -5.67527849848832D+15 55 18 3.19168663266534D+15 55 19 -1.86447012521554D+16 55 20 1.69262096382131D+16 55 21 1.16893312133530D+15 55 22 3.90693691856829D+16 55 23 3.48455995664384D+14 55 24 -2.07088322601025D+16 55 25 5.09750853475328D+15 55 26 -3.80813104480766D+15 55 27 -5.03628795710142D+14 55 28 -1.19438623408326D+16 55 29 2.14223412608000D+15 55 30 5.09140254694042D+15 55 31 2.33826999390208D+14 55 32 1.40284721227008D+14 55 33 4.23744470458368D+14 55 34 -1.05167815159382D+15 55 35 1.00363095507763D+15 55 36 -4.24484110749184D+14 55 37 -1.33953033525658D+15 55 38 4.77578740151808D+15 55 39 -1.52541949047603D+15 55 40 3.95057871705088D+14 55 41 7.09163174235955D+15 55 42 4.54407502064307D+15 55 43 8.50282230047744D+14 55 44 1.66192337707611D+15 55 45 -9.93049745929830D+15 55 46 -1.96754579553350D+15 55 47 -2.20553335084278D+16 55 48 -1.46254390982809D+16 55 49 -9.67083075752061D+15 55 50 -4.95573022260544D+16 55 51 -5.84058741652726D+16 55 52 -5.92483329673024D+15 55 53 -1.03216973357773D+15 55 54 -6.50371650494496D+14 55 55 4.64343343000039D+17 56 1 -3.69110905096790D+10 56 2 -5.64246185253297D+09 56 3 -1.27490413521509D+09 56 4 -2.19950475848131D+09 56 5 -1.57195170841419D+09 56 6 -2.52046516829802D+08 56 7 -2.59431376854192D+09 56 8 1.98465205194382D+09 56 9 -1.68582892520384D+09 56 10 4.17049096037351D+10 56 11 5.22975866375489D+09 56 12 3.21278097540218D+09 56 13 1.60520769045616D+15 56 14 2.00480441057280D+13 56 15 7.01783599411507D+15 56 16 -9.76083455565824D+14 56 17 2.08464049089536D+15 56 18 -2.14480858083738D+15 56 19 1.09253780356634D+16 56 20 -1.38230885795512D+16 56 21 -8.25731617565773D+15 56 22 -1.11642796957696D+17 56 23 -2.15842094264013D+15 56 24 -8.07460074051604D+16 56 25 -9.46995477481472D+14 56 26 2.33139383541722D+15 56 27 1.50372237772614D+15 56 28 1.52701555358925D+16 56 29 -1.31707935681203D+15 56 30 -2.95150527558820D+16 56 31 -2.09830898132992D+14 56 32 -8.10116255404032D+14 56 33 -2.32557979924234D+14 56 34 -1.94639765127680D+14 56 35 -7.34429867773184D+14 56 36 5.72939393433600D+13 56 37 3.96026528604160D+14 56 38 -6.41421917457613D+15 56 39 1.22539564563661D+15 56 40 -1.78105533093478D+15 56 41 2.15430232187290D+15 56 42 1.10038758235095D+16 56 43 9.37549301081600D+13 56 44 -1.07540450888064D+14 56 45 -4.69375372806451D+15 56 46 -1.49791526617651D+15 56 47 -5.23921134982758D+15 56 48 -3.39947150925658D+15 56 49 -1.14622565326605D+15 56 50 -6.59945018600755D+15 56 51 1.23395719945851D+16 56 52 -2.31272789096407D+16 56 53 -1.95446327456256D+14 56 54 1.79633376346112D+14 56 55 -5.01395072420772D+16 56 56 4.07136727189926D+17 57 1 4.60936669015794D+09 57 2 5.49226972621288D+08 57 3 2.93052978125178D+09 57 4 6.98106413368709D+08 57 5 -3.35446882657781D+09 57 6 -2.90391352499980D+09 57 7 -4.06989747440202D+09 57 8 3.84296360869562D+09 57 9 -2.33090607182242D+09 57 10 -1.23757393909058D+09 57 11 -1.03772069562466D+09 57 12 2.30429100014934D+09 57 13 -1.68809842142208D+14 57 14 6.71215684240442D+15 57 15 -2.65649881130854D+15 57 16 3.86560182618726D+15 57 17 7.68436547244032D+14 57 18 -1.25028939471040D+14 57 19 -1.19829441177600D+16 57 20 1.11561279658428D+16 57 21 -1.38762726255411D+15 57 22 7.29353179009037D+15 57 23 7.86241465569280D+13 57 24 1.00711452378070D+16 57 25 1.18927075524608D+14 57 26 -9.15280627426476D+14 57 27 3.19999372226670D+14 57 28 6.08890617377875D+15 57 29 -2.38842831599616D+14 57 30 -1.90660322253888D+15 57 31 -3.26759632486400D+12 57 32 4.68258504918080D+13 57 33 2.19589276928000D+13 57 34 1.26348067879640D+13 57 35 7.22595766456320D+14 57 36 9.40404094301440D+13 57 37 1.10267495358464D+14 57 38 6.52986349145344D+14 57 39 3.19342633287680D+15 57 40 2.13814030337766D+15 57 41 9.24314297859072D+14 57 42 6.44362278903040D+14 57 43 4.99337922723072D+14 57 44 -6.05554413853023D+14 57 45 -3.46643299737600D+14 57 46 -1.26721208468256D+14 57 47 6.88524863838413D+15 57 48 4.47028074611298D+15 57 49 -1.74172091075018D+15 57 50 -9.80529978251229D+15 57 51 -1.81844131470336D+16 57 52 -1.04752721614334D+16 57 53 -1.87234937245363D+15 57 54 -2.47734306261782D+15 57 55 -2.31148495570133D+17 57 56 1.79658527309076D+16 57 57 2.79180487808913D+17 58 1 -2.72514007703800D+09 58 2 -2.42612921846193D+09 58 3 2.27621576237145D+08 58 4 -2.62024308321375D+09 58 5 -2.81929828753539D+09 58 6 -5.25092998108438D+08 58 7 1.94355211796692D+09 58 8 1.94479279657793D+09 58 9 4.04620487900827D+09 58 10 3.40183128681654D+09 58 11 3.30063389832319D+09 58 12 -3.74873247758132D+09 58 13 -1.21602719086399D+15 58 14 5.16130429693952D+14 58 15 5.61450155668736D+14 58 16 -1.97195554684518D+15 58 17 1.49446639499725D+15 58 18 3.25559322675200D+14 58 19 4.46866034789325D+15 58 20 -6.11412728255898D+15 58 21 -2.40398318348442D+15 58 22 -5.73335199343739D+16 58 23 -4.35412715004416D+14 58 24 -1.97128374825267D+15 58 25 -2.26516421045248D+14 58 26 1.67482768402560D+15 58 27 5.12729943898040D+14 58 28 6.85853967567258D+15 58 29 -3.47363387358976D+14 58 30 1.37297650289664D+15 58 31 -2.21933936476160D+13 58 32 -1.24952981417984D+14 58 33 -1.04678203504481D+14 58 34 1.67556665286976D+14 58 35 -4.65625242105600D+13 58 36 1.43904643383296D+14 58 37 8.85920023277568D+14 58 38 -1.60096179997901D+15 58 39 1.19038046045338D+15 58 40 -5.02156753604608D+14 58 41 -2.08054176365875D+15 58 42 -4.43328193105920D+14 58 43 5.92266448928704D+14 58 44 -6.99761428407232D+14 58 45 2.32654374103808D+14 58 46 3.08382235726080D+13 58 47 3.91603473748634D+15 58 48 2.66704403801248D+15 58 49 -1.77860640410624D+15 58 50 -5.03820375993037D+15 58 51 -2.91075085409843D+15 58 52 -6.70188515623424D+15 58 53 -4.13323445607360D+14 58 54 2.26862085652480D+14 58 55 5.11880153420114D+16 58 56 -1.26224485266260D+17 58 57 -3.74030640200580D+16 58 58 2.05530544040600D+17 59 1 -2.10488214307792D+02 59 2 -1.18919547034937D+01 59 3 3.23607910795521D+01 59 4 -3.17114423194993D+02 59 5 1.48052261261549D+02 59 6 3.10737295830345D+02 59 7 -7.69090686501062D+01 59 8 -2.58376121164262D+02 59 9 -3.91445828094107D+02 59 10 6.04511706205016D+02 59 11 1.22215814652915D+02 59 12 4.83477419807731D+01 59 13 5.20160921611426D+07 59 14 -1.00148043186995D+08 59 15 3.25958206210878D+08 59 16 2.14676553495175D+08 59 17 -2.69339560060814D+08 59 18 2.67479855371621D+08 59 19 -6.53927581137475D+06 59 20 -1.69521630411369D+07 59 21 -7.03163240505356D+08 59 22 -1.38157750087859D+09 59 23 -1.52554886500756D+08 59 24 -5.88143421157078D+08 59 25 4.03120872429013D+07 59 26 -8.04481923801923D+07 59 27 2.12325206652433D+07 59 28 2.91843559681219D+08 59 29 -1.09103080430582D+08 59 30 -5.02849978891167D+08 59 31 3.28130812066798D+07 59 32 6.67586269425459D+06 59 33 -3.03481945552108D+07 59 34 2.36723391435461D+07 59 35 2.90306143534880D+08 59 36 7.30787292867387D+08 59 37 -1.09716670850185D+09 59 38 6.10365724030263D+08 59 39 -1.43253958220491D+07 59 40 -9.14007162942448D+08 59 41 2.20677790491811D+08 59 42 -1.56436004809056D+08 59 43 3.40795154613706D+07 59 44 -3.14581446593230D+07 59 45 -3.90350466726262D+08 59 46 -4.76720406870163D+08 59 47 3.93532858545292D+07 59 48 -7.04215283452628D+07 59 49 1.72393744530474D+07 59 50 4.99295948108044D+08 59 51 5.89812339431864D+07 59 52 2.91776006216642D+08 59 53 -2.45618498466867D+06 59 54 1.46912576130467D+07 59 55 -1.10487308602144D+09 59 56 1.72510166761545D+09 59 57 -3.79339411749240D+07 59 58 1.85339195247230D+07 59 59 3.88489923547333D+01 60 1 7.17273630560001D-01 60 2 4.23782449113266D+01 60 3 5.31081607127950D+01 60 4 2.74080858720065D+01 60 5 -1.88838646570050D+01 60 6 -3.64789749631626D+01 60 7 -5.58796039579603D+00 60 8 -1.10888288901317D+01 60 9 -1.51395001399935D+00 60 10 -2.25373991195485D+01 60 11 -1.24055513658984D+01 60 12 -1.51152357024196D+01 60 13 6.53465248174279D+06 60 14 1.25418286949749D+07 60 15 5.68260941157964D+07 60 16 1.04301491255150D+08 60 17 -5.68755343392426D+07 60 18 5.73571431401890D+07 60 19 -7.21441943146468D+06 60 20 6.42872484532753D+06 60 21 -1.70785565813071D+08 60 22 -1.07422976245088D+08 60 23 -3.80652297233906D+07 60 24 -9.36670319259072D+07 60 25 9.64448442024648D+06 60 26 -1.92048035796983D+07 60 27 1.59716898024151D+07 60 28 -1.46029490447987D+08 60 29 -1.03314542054989D+07 60 30 -1.89286712857338D+08 60 31 -1.29316601957690D+07 60 32 -3.71660391273570D+07 60 33 -9.84206800543062D+06 60 34 -2.65389196528670D+06 60 35 -1.14862115277470D+08 60 36 -2.75587167880952D+08 60 37 3.70934502532258D+08 60 38 -2.25635872877096D+08 60 39 2.43588900520753D+06 60 40 3.39162302055823D+08 60 41 -5.53640087321740D+07 60 42 8.38011968148006D+07 60 43 -9.41281634083488D+06 60 44 2.28254871732941D+06 60 45 7.28328620597646D+07 60 46 1.53807432831809D+08 60 47 -1.74656353916116D+06 60 48 5.74735788583434D+07 60 49 -2.00735627451584D+07 60 50 9.24785318246025D+07 60 51 2.56192389672727D+07 60 52 4.57294598991214D+06 60 53 -1.25338189717004D+06 60 54 5.84636046953312D+06 60 55 -5.19600614388011D+07 60 56 1.84241458843547D+08 60 57 -7.56052067355990D+06 60 58 1.01796708322605D+07 60 59 -1.28385173762684D+00 60 60 2.33980547803661D+00 61 1 8.53337355032462D+01 61 2 3.22682202491688D+02 61 3 2.95343419713384D+02 61 4 5.45565927201011D+01 61 5 -1.08978819525347D+02 61 6 -1.17560209041228D+02 61 7 -4.56120182371863D+01 61 8 -1.55661826940622D+02 61 9 -1.97744722078357D+02 61 10 -9.42783101003117D+01 61 11 -5.80415560184785D+01 61 12 1.99615115926601D+01 61 13 2.34230750551219D+07 61 14 -2.77766200007001D+07 61 15 2.99775609073104D+07 61 16 8.81664507524785D+07 61 17 -4.72875672076311D+07 61 18 1.11587318058413D+06 61 19 2.01200201649605D+07 61 20 -1.53877774706015D+07 61 21 -2.79925989259570D+08 61 22 5.18185403296111D+07 61 23 -3.88669768123420D+07 61 24 5.25985028882503D+07 61 25 -3.31426285281236D+07 61 26 -4.33927366535261D+07 61 27 7.15273355152742D+06 61 28 1.03870570401845D+08 61 29 4.03217075449129D+07 61 30 1.41434173739305D+08 61 31 -2.80271215146991D+07 61 32 -7.26273431115566D+06 61 33 6.95002143418133D+06 61 34 -7.52228386874998D+06 61 35 1.05138795915043D+08 61 36 -1.55661955932641D+08 61 37 -3.17779262932028D+08 61 38 -1.02087062993824D+08 61 39 1.34542866910219D+07 61 40 2.68583172187636D+07 61 41 5.78215542633197D+07 61 42 3.34526515580509D+07 61 43 -1.47041963486143D+07 61 44 1.17695855071019D+07 61 45 -1.83031237324344D+07 61 46 1.46605559456631D+08 61 47 -1.93458331044533D+07 61 48 6.16912797880595D+07 61 49 -2.72158731102329D+07 61 50 3.23722800732583D+08 61 51 5.22075612416339D+07 61 52 -2.30914609877114D+07 61 53 -3.29880002900536D+05 61 54 -2.63767012226614D+06 61 55 -3.67187235427433D+08 61 56 -2.05682114637926D+08 61 57 4.44419453645558D+07 61 58 -2.08528703431956D+08 61 59 9.47281016692097D-01 61 60 7.48279260928596D-01 61 61 6.70208407995884D+00 62 1 7.06998400751174D+00 62 2 -1.18414483308542D+01 62 3 -1.76763299484032D+01 62 4 -1.62838556307107D+01 62 5 1.34138486533244D+01 62 6 2.13166967599559D+01 62 7 -2.73874727951430D+00 62 8 -8.03013885087548D+00 62 9 -2.26271726071414D+00 62 10 1.19526189016957D+01 62 11 6.45773853479859D+00 62 12 -1.37764952998510D+00 62 13 1.70594482754874D+06 62 14 -6.27747146838588D+05 62 15 1.18401168711574D+07 62 16 2.44687689570221D+07 62 17 -1.47047608587138D+07 62 18 3.55152821407526D+06 62 19 1.69788159926406D+06 62 20 -1.11354264981908D+06 62 21 -8.96184697788145D+07 62 22 -4.03436930780051D+07 62 23 -1.21165459209999D+07 62 24 2.99183605275428D+05 62 25 -6.93912435041682D+06 62 26 -1.36269499106579D+07 62 27 8.61663062037394D+06 62 28 -9.80555667985162D+07 62 29 4.00444195631627D+06 62 30 6.58927776212715D+07 62 31 9.06466891157435D+05 62 32 1.61017465215213D+07 62 33 2.07496057700427D+06 62 34 1.35435181265350D+06 62 35 -4.41827091518375D+07 62 36 6.63638628816881D+07 62 37 1.10470634764820D+08 62 38 5.26693071252324D+07 62 39 -1.05485830305510D+07 62 40 -3.59024997877635D+07 62 41 -9.58480026697659D+06 62 42 6.33941917151191D+06 62 43 3.34727572829843D+06 62 44 8.23541652077494D+03 62 45 -1.86863023912517D+07 62 46 -6.29037422980928D+07 62 47 -1.50446417014337D+06 62 48 -3.26970471634750D+07 62 49 -1.68024941217573D+07 62 50 7.02837472882533D+07 62 51 -1.56908907877658D+06 62 52 -6.08713178732167D+05 62 53 -1.30670139797848D+04 62 54 -3.43100779122116D+06 62 55 -2.73076911332534D+07 62 56 -1.61004385886340D+07 62 57 2.88402581171933D+06 62 58 -1.28810853052957D+07 62 59 7.07920910768454D-01 62 60 -6.39029087691004D-02 62 61 -2.42633267170833D-01 62 62 4.59934301408290D-01 63 1 2.87593539706785D+03 63 2 -6.38157970281210D+02 63 3 -9.21493613918827D+02 63 4 -3.15108676317739D+03 63 5 4.24557824846613D+03 63 6 4.83454112806634D+03 63 7 -8.28802014744943D+02 63 8 -3.80718584846694D+03 63 9 -3.99821424994616D+03 63 10 1.10395337947932D+03 63 11 1.99765570237680D+02 63 12 8.51667372687849D+01 63 13 3.51001067914054D+08 63 14 -2.12031581032030D+09 63 15 1.40258697875628D+09 63 16 9.99940433453276D+08 63 17 -3.99288763066166D+09 63 18 3.54043073305647D+07 63 19 -1.32123978349161D+09 63 20 1.37644833633403D+09 63 21 -7.22063022720912D+09 63 22 -4.74687592464439D+09 63 23 -1.84820387611415D+09 63 24 -1.71486382952930D+09 63 25 -9.47917338844627D+08 63 26 -4.15703888877402D+08 63 27 1.56236874980395D+08 63 28 1.52914180413574D+09 63 29 -8.26808576414479D+08 63 30 -1.56773008681568D+09 63 31 9.75380262557708D+07 63 32 -2.67467704589850D+08 63 33 -4.81336511374943D+08 63 34 2.04442109789087D+08 63 35 3.46148046461421D+08 63 36 8.00289481150364D+08 63 37 -6.74583611684185D+09 63 38 5.96065682589069D+08 63 39 -1.08880526893588D+09 63 40 -2.54230429871481D+09 63 41 9.07483034454969D+07 63 42 2.07254697497643D+08 63 43 4.08187381188966D+08 63 44 -4.38861722500898D+08 63 45 -3.01291391049685D+09 63 46 -8.97627321837133D+08 63 47 -5.58198268015309D+08 63 48 -1.41649845555388D+08 63 49 -1.16284513476686D+09 63 50 9.24030304195115D+09 63 51 -1.37213398808728D+09 63 52 6.92888902263345D+08 63 53 -1.86120919822525D+08 63 54 -1.27391411058841D+08 63 55 -7.70250541873252D+09 63 56 1.31829128272906D+09 63 57 -1.68436738219593D+09 63 58 -1.14132838200106D+09 63 59 2.03153318885043D+02 63 60 5.78463742304066D-01 63 61 5.76931369494186D+01 63 62 7.73315231053227D+00 63 63 2.72028823477581D+03 64 1 3.47705024106115D+02 64 2 -4.81676449818456D+02 64 3 -7.62795528322018D+02 64 4 -4.46797269739197D+02 64 5 1.91432171547819D+02 64 6 5.22513663067929D+02 64 7 9.36448400048882D+01 64 8 2.82521244629505D+02 64 9 1.92167459200672D+02 64 10 5.44740576325966D+00 64 11 7.72303353285406D+00 64 12 4.81144051360626D+01 64 13 -6.00736955598282D+07 64 14 -3.29251092244425D+08 64 15 -8.41209053843907D+07 64 16 -1.16904541159810D+09 64 17 8.12271471504108D+08 64 18 2.46169481647710D+07 64 19 1.90555076143246D+08 64 20 -2.15529517964703D+08 64 21 1.94639270401586D+09 64 22 7.64917880541490D+08 64 23 4.93531337774414D+08 64 24 4.42026205484933D+08 64 25 2.36479153871075D+08 64 26 -9.22227887718247D+07 64 27 -2.07666256341205D+08 64 28 2.06851947698661D+09 64 29 1.34895442909190D+08 64 30 4.42725499258587D+08 64 31 4.27418149853630D+08 64 32 7.30295316302306D+08 64 33 1.87879019311706D+08 64 34 6.85401461865599D+07 64 35 2.07112325730403D+08 64 36 2.77438132729486D+08 64 37 -2.17736599461900D+09 64 38 2.53164321429724D+08 64 39 -3.34576270957460D+08 64 40 -7.99645376108025D+08 64 41 -9.67936737903481D+07 64 42 1.64990454164424D+08 64 43 1.01299814510947D+08 64 44 6.42370111063582D+07 64 45 -7.39273802224360D+08 64 46 -2.43073521966643D+08 64 47 -6.78718304208668D+07 64 48 -1.14963721365417D+08 64 49 5.70253539658042D+08 64 50 -1.93975845898579D+09 64 51 -3.33572402297998D+08 64 52 3.64452999914175D+06 64 53 -2.80199957533015D+06 64 54 -1.43182660633556D+08 64 55 3.23311513459893D+07 64 56 -2.55391838662292D+08 64 57 5.90048402601405D+07 64 58 4.03500970611458D+07 64 59 -1.15465615605704D-01 64 60 -1.31553426587609D+01 64 61 -7.51253271016596D+00 64 62 -2.94058291728914D+00 64 63 -9.46311536554218D+01 64 64 1.84367826833610D+02 65 1 -1.05652991625912D+02 65 2 3.99864407639515D+01 65 3 8.91906599680625D+01 65 4 2.32786761041063D+01 65 5 -5.20452168454367D+01 65 6 -6.69379877371104D+01 65 7 -4.28579012134382D+00 65 8 -1.07620913669060D+01 65 9 1.10809973471888D+01 65 10 8.66601056819954D+01 65 11 2.28208674369395D+01 65 12 -3.33336694487959D+01 65 13 1.24284989805670D+06 65 14 1.47559315384134D+08 65 15 1.88668532647185D+08 65 16 4.40667589613608D+08 65 17 -2.21263847515279D+08 65 18 2.32472086159498D+08 65 19 -3.98788531331389D+07 65 20 3.40230136014515D+07 65 21 -5.56958257557191D+08 65 22 -3.21881583343407D+08 65 23 -1.39999890854353D+08 65 24 -4.15945228386147D+08 65 25 4.60461889517541D+07 65 26 -7.22533286095703D+07 65 27 4.54610572754193D+07 65 28 -2.53407457528001D+08 65 29 -8.41613246803731D+07 65 30 -6.56003388789506D+08 65 31 -7.23512093055426D+05 65 32 -7.13137797379086D+07 65 33 -1.26585948294184D+07 65 34 -7.10140425652599D+06 65 35 -1.00379382843730D+08 65 36 -4.59816482940791D+08 65 37 3.99608356405382D+08 65 38 -4.80408778208752D+08 65 39 3.31894318632298D+06 65 40 4.91512761560538D+08 65 41 -1.74871856083362D+08 65 42 2.76615096554028D+07 65 43 -2.41951995276729D+07 65 44 -7.49671658506208D+06 65 45 4.13824040424456D+08 65 46 4.39960068590090D+08 65 47 -2.68663034826896D+06 65 48 2.89302775675706D+07 65 49 -1.21850932886268D+08 65 50 -1.38324401075138D+08 65 51 4.31165260666281D+07 65 52 -1.57182118171460D+07 65 53 3.20927303822956D+05 65 54 3.06847094508950D+07 65 55 3.94709436227739D+08 65 56 7.39819238387898D+08 65 57 -8.56471243769813D+07 65 58 2.47399679152524D+08 65 59 2.46560801166930D+00 65 60 4.67461685183266D+00 65 61 -7.55948802827779D-01 65 62 -1.11709083204193D-01 65 63 2.17523356145240D+00 65 64 -2.75405013457399D+01 65 65 1.64796111142722D+01 66 1 1.45912098093367D+02 66 2 -4.45995232512083D+01 66 3 -8.79599833096565D+01 66 4 2.17927361053836D+01 66 5 -3.23113732499654D+01 66 6 -4.16890703710103D+01 66 7 3.37410092658300D+01 66 8 9.29649115513522D+01 66 9 9.42064342458880D+01 66 10 -2.01445843464878D+02 66 11 -1.60540150801196D+01 66 12 3.54426189770367D+01 66 13 -5.72679883207728D+07 66 14 2.31555975604615D+07 66 15 -2.10917875025953D+08 66 16 4.02701103509455D+07 66 17 1.78871160649101D+08 66 18 -7.86114756415616D+07 66 19 5.09104576164319D+06 66 20 8.03905329158610D+06 66 21 4.82864406395485D+08 66 22 1.42169843420226D+09 66 23 1.10225268197887D+08 66 24 4.84417283979777D+08 66 25 6.89743113292389D+06 66 26 6.72138782771462D+07 66 27 -4.24279886964706D+07 66 28 5.06377398005772D+08 66 29 2.41711939752213D+07 66 30 4.81953005961299D+08 66 31 1.55625913229033D+07 66 32 6.50688242302014D+07 66 33 -1.74631321408563D+07 66 34 -3.32304396980066D+06 66 35 3.16045352782003D+08 66 36 6.14145359035138D+08 66 37 -1.09292401733910D+09 66 38 4.69069583519349D+08 66 39 2.42616557608518D+07 66 40 -8.43981948751197D+08 66 41 7.47494947586543D+07 66 42 -2.41385416812366D+08 66 43 1.22356654125378D+07 66 44 -6.02703198015664D+07 66 45 1.16229475531850D+07 66 46 -2.35302772739088D+08 66 47 -3.20587705220219D+07 66 48 -1.53368600779439D+08 66 49 3.05334355892144D+07 66 50 -6.97929154218828D+08 66 51 -1.27669501523312D+08 66 52 -2.73213638203883D+08 66 53 8.01579001988901D+06 66 54 -2.23996190726533D+07 66 55 1.11918989416701D+09 66 56 -1.63328014413409D+09 66 57 2.94715742727603D+07 66 58 -2.55539188273729D+07 66 59 -1.10227542903431D+01 66 60 -6.22021801818081D+00 66 61 -1.11605190336906D+00 66 62 -3.30706587350999D-01 66 63 -6.35289477958859D+01 66 64 3.26773123293285D+01 66 65 -1.13775598283561D+01 66 66 3.00696763739610D+01 -SOLUTION/DECOMPOSED_NORMAL_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_VECTOR * Ind1 Decomposed_vector(ind1) 1 -2.77162109077839D+02 2 -4.15453030734938D+02 3 -2.55721009566994D+02 4 -1.24402452825094D+01 5 4.30199789382866D+02 6 2.89939159816982D+02 7 -5.51097497512859D+01 8 -8.65492380236391D+01 9 -1.25053537008159D+02 10 3.44712104204605D+02 11 7.18024794733277D+01 12 9.08353875559510D+01 13 -4.83285151816057D+06 14 -1.30031102081726D+08 15 3.72362172199436D+08 16 -6.90027081373455D+08 17 -4.30930400912236D+07 18 -1.70164761084372D+08 19 4.29045832299854D+08 20 -3.97538966746138D+08 21 -6.13158394459940D+08 22 -7.41829023988603D+08 23 -2.55998528929622D+08 24 -1.49732040439636D+07 25 -8.41398965784665D+07 26 -1.61196256017251D+07 27 3.28585088220464D+07 28 2.11684357863642D+08 29 1.48281279046608D+08 30 6.85166798957446D+08 31 -2.66143324520183D+08 32 -8.10615334007722D+07 33 6.08077428508483D+07 34 -5.21671606755529D+07 35 -5.49204932648987D+08 36 -4.13481388509537D+08 37 5.81642681359007D+08 38 1.45950822102107D+09 39 -2.44158435065480D+07 40 -8.85726045323407D+08 41 1.50779350470629D+08 42 2.52937983991965D+08 43 5.84437979941233D+07 44 -6.73129799911312D+07 45 -5.69122061785819D+08 46 -2.48399792124502D+08 47 1.51280505239370D+08 48 -6.59684581346497D+08 49 -3.64144925035073D+07 50 4.61904183398983D+07 51 -3.57457934227683D+08 52 4.10832222571526D+08 53 -1.80212606048711D+08 54 -1.13710607039798D+08 55 -4.40360024419344D+08 56 5.71764517864591D+08 57 -2.14726519533754D+08 58 2.92492886063526D+08 59 1.99595556948264D+01 60 -2.38798492050318D+00 61 -1.40380588945488D+00 62 1.77487312971556D+00 63 1.20609454478902D+02 64 -1.90518650030040D+00 65 -5.24114382230170D+00 66 -2.76344974406513D+00 -SOLUTION/DECOMPOSED_NORMAL_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_CALIBRATION LOADING_EFFECT * Ind1 Decomposed_vector(ind1) 1 3.52733610822933D+00 2 1.45875013839637D+01 3 3.24992714703048D+00 4 -3.87570888268323D+00 5 -1.38880842646439D+01 6 -5.00763105799275D+00 7 3.46459594364566D-01 8 -5.54596546871673D-01 9 5.46193697549834D-01 10 1.91318121701042D-03 11 -1.44820570576432D-01 12 1.21151022484896D+00 13 4.65335317708521D+04 14 4.28297923286509D+06 15 -4.95212704512222D+06 16 4.10360085890717D+06 17 2.61578331474061D+06 18 1.42146107616611D+06 19 8.74401892707192D+05 20 -1.19330356548575D+06 21 3.86757767301258D+06 22 2.70973940945266D+06 23 6.84756597076974D+05 24 2.36917387826627D+06 25 6.65031989124484D+06 26 8.26254408858954D+05 27 -6.10284350016318D+05 28 -6.54048673355379D+05 29 -2.07254533886316D+06 30 5.36718961446432D+06 31 2.65273129639231D+06 32 4.99469163990765D+06 33 -1.22626551235302D+06 34 5.81278096904417D+05 35 -4.65583311706804D+06 36 -3.76918986752051D+06 37 1.08998584681547D+07 38 1.79042108112828D+07 39 7.29039768363307D+06 40 -8.63510147245895D+06 41 -6.98029928329147D+05 42 6.82910681004148D+06 43 9.54889918590340D+05 44 1.32664645019937D+06 45 -2.43396758897766D+06 46 -2.79376794270331D+05 47 -3.52962271352014D+06 48 -1.20430195955988D+06 49 -1.03103658706251D+06 50 2.45387448175831D+06 51 4.91084496747948D+05 52 -2.08583656308257D+06 53 2.91325306668116D+06 54 1.29971953283455D+06 55 3.59816687520763D+06 56 5.41491773653463D+05 57 -5.07075530197409D+06 58 -7.02093341941596D+06 59 -4.88041405265944D-02 60 -1.43660622452269D-02 61 2.27489491041442D-02 62 1.01734640865539D-02 63 -1.25884312158063D+00 64 8.55633446405122D-02 65 -5.70158227403880D-02 66 4.06321853820779D-02 -SOLUTION/DECOMPOSED_NORMAL_CALIBRATION * * ----------------------------------------------------------------------------- * %ENDSNX