%=SNX 2.10 USN 20:107:48435 USN 05:011:64154 05:012:61824 R 00052 2 C E S * * Created on: 2020.04.16-13:27:15 local time * Created at: United States Naval Observatory * Created by: Alan Fey ( afey@nuit.usno.navy.mil ) * Generated by: routine WRITE_SINEX_J , revision date 2019Oct16 * * ----------------------------------------------------------------------------- * +FILE/REFERENCE DESCRIPTION USN OUTPUT Single session VLBI solution CONTACT afey@nuit.usno.navy.mil SOFTWARE VLBI analysis system Calc/Solve, revision date 2020.01.23 HARDWARE HPx86_64 Linux 2.6.32-754.28.1.el6.x86_64 INPUT VLBI experiment crfs4, database $05JAN11XN version 007 -FILE/REFERENCE * * ----------------------------------------------------------------------------- * +FILE/COMMENT Format Description: http://gemini.gsfc.nasa.gov/solve_root/help/sinex.html Solution description: n/a >>> FORMAT DESCRIPTION <<< >>> ################## <<< Sinex output implementation in the VLBI Analysis software system Calc/Solve Leonid Petrov 2008.04.29 Abstract This document describes how Calc/Solve writes down a listing of a VLBI solution in Sinex format. Questions and comments about this guide should be sent to: Dan MacMillan (Daniel.S.MacMillan@nasa.gov) David Gordon (David.Gordon-1@nasa.gov) John Gipson (John.M.Gipson@nasa.gov) Table of contents: 1 ................ Overview 2 ................ Deviations from the SINEX 1.00 standard 2.1 ........... New block SOLUTION/CONSTRAINT_EQUATION_INFO 2.2 ........... New block SOLUTION/CONSTRAINT_EQUATION_MATRIX 2.3 ........... New block SOLUTION/CONSTRAINT_EQUATION_VECTOR 2.4 ........... New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX 2.5 ........... New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK 2.6 ........... New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK 2.7 ........... New block NUTATION/DATA 2.8 ........... New block PRECESSION/DATA 2.9 ........... New block SOURCE/ID 3 ................ Deviations from the SINEX 2.10 standard 4 ................ Implementation in Solve 4.1 ........... Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.2 ........... Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.3 ........... Treatment of station with discontinuous motion 4.4 ........... Restrictions ________________________________________________________________________________ 1 Overview ========== SINEX stands for "Solution INdependent EXchange format". This format was developed by Blewitt et al. (1994) http://www.dgfi.badw-muenchen.de/gps/sinex.html and http://alpha.fesg.tu-muenchen.de/iers/sinex/sinex_v2_appendix1.pdf for facilitating the task of combining several GPS solutions. Original design of Sinex format was made for solving this specific task. However, later this format evolved towards to a common machine-readable form of solution listings for other space geodesy techniques, VLBI and SLR, and attempts were made for overcoming flaws of the original design. This process of evolution is not yet completed, therefore, different software systems implement a little bit different flavors of Sinex format. Listings in Sinex format produced by Solve contain information about stations, sources, estimates of the parameters, their covariance matrix, constraint equation, right-hand side of constraint equations and weight matrix of constraint equations. In addition to these results, a portion of the decomposed normal matrix and normal vector can be included in the listing as well. A user has control which blocks should be included in the listing. The current implementation of the Sinex format does not allow to include in the listing any parameter which was solved for. Only some type of parameters, like station position, EOP, etc can be included. However, a user has total control which parameters among the parameters of the supported type are to be included or not included in the listing. 2 Deviations from the SINEX 1.00 standard ========================================= Solve currently writes listing either in Sinex 2.10 format or in Sinex 2.20 format. Deviations from the Sinex 1.00 standard are as follows: 1) Eight new blocks were added: SOLUTION/CONSTRAINT_EQUATION_INFO SOLUTION/CONSTRAINT_EQUATION_MATRIX SOLUTION/CONSTRAINT_EQUATION_VECTOR SOLUTION/CONSTRAINT_WEIGHT_MATRIX The purpose of these four blocks is to overcome the flaw of original design of Sinex format and provide complete information about all constraints used in the solution. SOLUTION/DECOMPOSED_NORMAL_MATRIX SOLUTION/DECOMPOSED_NORMAL_VECTOR The purpose of these blocks is to provide information about transformed normal equations before applying constraints. NB: one of the three items: covariance matrix, constraint equations and decomposed normal equations is redundant: having two of them one can derive the third one. NUTATION/DATA PRECESSION/DATA The purpose of this section is to provide information about used nutation/precession model and to define parameter "estimates of nutation angles". 2) SOLUTION/STATISTICS block has new items: WEIGHTED SQUARE SUM OF O-C sum { y(T) * w * y } WRMS OF POSTFIT RESIDUALS sum { (A*e - y)(T) * w * (A*e - y) )/Sp ( w ) where y -- the difference between the observed time delay and theoretical; A -- matrix of equations of conditions; e -- vector of the parameter adjustments; w -- weight matrix; Sp -- stands for the mathematical operation of computing trace of a matrix: the sum of diagonal elements. Summing is done over all observations used in parameter estimation. Comment: field WEIGHTED SQUARE SUM OF O-C is not computed in global mode. Meaning of other parameters: NUMBER OF OBSERVATIONS total number of used observables NUMBER OF UNKNOWNS total number of unknowns, including those, which are not shown in the Sinex listing SQUARE SUM OF RESIDUALS (VTPV) sum { (A*e - y)(T) * w * (A*e - y) ) VARIANCE FACTOR sum { (A*e - y)(T) * w * (A*e - y) )}/ ( N - M - Sp( Cov(A) * B(T) * z * B ) ) where Cov(A) -- covariance matrix of the entire solution (NB: Sinex listing may have only a portion of the solution) B -- matrix of equations of constraints; z -- weight matrix of constraints; N -- total number of equations of conditions (observables); M -- total number of unknowns. 3) The blocks which keep element of matrices do not have fields "Second Matrix Element" and "Third Matrix Element". The purpose of this change is to facilitate the process of creation of the listing and to reduce significantly the probability of errors. 4) SOLUTION/MATRIX_APRIORI is not provided. The reason is that Solve does not operate the notion of apriori covariance matrix. And it also uses singular constraints which cannot be reduced to the form of apriori covariance matrix. Since full information about constraints is provided in other blocks, SOLUTION/MATRIX_APRIORI is considered as an obsolete block. 2.1 New block SOLUTION/CONSTRAINT_EQUATION_INFO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__I_N_F_O__B_L_O_C_K_____________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Constraint | Identifier of the constraint | 1X,A8 | | Equation | | | | Identifier | | | |________________|___________________________________|______________| | | | | | Constraint | Index of vector constraint. | 1X,I5 | | Equation | 1 for scalar constraint. | | | Sub-index | | | | | | | |________________|___________________________________|______________| | | | | | Constraint | Description of the constraint | 1X,A40 | | Equation | | | | Description | | | |________________|___________________________________|______________| This block provides description of constraint equations. Matrix of constraint equations has dimension N_cns * N_par, where N_cns -- the number of constraint equations, N_par -- number of estimated parameters. The first field of the CONSTRAINT_EQUATION_INFO keeps the index of the constraint, the second field keeps constraint identifier. Currently, the following constraint identifiers are supported: NNT_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta r )/ |r|^2 * R_e here r -- vector of station coordinate; Delta r -- vector of adjustments to station position R_e -- Earth's equatorial radius. Units: dimensionless NNT_VEL -- net rotation on station velocity. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_VEL -- net rotation on station velocity This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta v )/ |r|^2 * R_e here r -- vector of station coordinates; Delta r -- vector of adjustments to station velocity; R_e -- Earth's equatorial radius. Units: 1/yr NNR_SRC -- net rotation on source coordinates 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation EOP_XPL -- constraint on X pole coordinate EOP_YPL -- constraint on Y pole coordinate EOP_UT1 -- constraint on UT1 angle EOR_XPL -- constraint on X pole rate EOR_YPL -- constraint on Y pole rate EOR_UT1 -- constraint on UT1 rate VEL_U -- constraint on Up topocentric coordinate of station velocity VEL_E -- constraint on East topocentric coordinate of station velocity VEL_N -- constraint on North topocentric coordinate of station velocity VEL_X -- constraint on X coordinate of station velocity VEL_Y -- constraint on Y coordinate of station velocity VEL_Z -- constraint on Z coordinate of station velocity STA_U -- constraint on Up topocentric coordinate of station position STA_E -- constraint on East topocentric coordinate of station position STA_N -- constraint on North topocentric coordinate of station position STA_X -- constraint on X coordinate of station position STA_Y -- constraint on Y coordinate of station position STA_Z -- constraint on Z coordinate of station position BLC_VAL -- constraint on baseline clocks DCL_ORG -- constraint on declination of the set of certain sources GRD_OFF -- constraint on atmosphere path delay gradient offset NUT_OFF -- constraint on offset of nutation in longitude and nutation in obliquity OAT_RAT -- constraint on rate of changes of atmosphere path delay OCL_RAT -- constraint on clock drift RAS_ORG -- constraint on right ascension of the set of certain sources SRC_COO -- constraint on source right ascension and declination STA_ORG -- constraint on position of certain stations STA_TIE -- constraint on differences in position of several sites VEL_DIR -- constraint on horizontal projection of the differences in velocities of two stations VEL_ORG -- constraint on velocities of certain stations VEL_SET -- constraint on linear combination of velocity components VEL_TIE -- constraint on differences in velocities of several sites VEL_VER -- constraint on vertical component of station velocity Constraints on segmented parameters STA_PWC -- constraint on site velocity in the the case when site position is modeled by linear spline GRD_RAT -- constraint on atmosphere path delay gradient rate ATM_RAT -- constraint on atmosphere path delay rate between segments CLO_RAT -- constraint on clock rate between segments UT1_RAT -- constraint on UT1 rate in the case of linear spline EOP parametrization XPL_RAT -- constraint on X pole coordinate in the case of linear spline EOP parametrization YPL_RAT -- constraint on Y pole coordinate in the case of linear spline EOP parametrization Constraint equation sub-index is 1 for scalar constraint, like EOP_XPL and runs over components of vector constraints, like NNT_POS (1,2,3 in this example). 2.2 New block SOLUTION/CONSTRAINT_EQUATION_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keep matrix of constraint equations. Equations are organized by rows. Zero elements are omitted. _____________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__E_Q_U_A_T_I_O_N__B_L_O_C_K_____| | | | | |__Field___________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | equation row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |__________________|___________________________________|______________| | | | | | Constraint | Column index for the Constraint | 1X,I5 | | equation | Equation. It must match the | | | column index | parameter index in the | | | | SOLUTION/ESTIMATE block for the | | | | same parameter. | | |__________________|___________________________________|______________| | | | | | Constraint | Matrix element at the location | 1X,E21.14 | | matrix element | (row index, column index). | | |__________________|___________________________________|______________| 2.3 New block SOLUTION/CONSTRAINT_EQUATION_VECTOR ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keeps the right-hand side of constraint equations. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__V_A_L_U_E__B_L_O_C_K_________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation vector. It must match | | | | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Right hand | Value of right hand part of the | | side value | constraint equation. | 1X,E21.15 | |________________|___________________________________|______________| | | | | | Sigma | Reciprocal weight which is | | | | ascribed to this constraint | 1X,E21.15 | | | equation. | | |________________|___________________________________|______________| | | | 48 | |______________| 2.4 New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains the elements of the weight matrix of constraint equations. Zero elements are omitted. ______________________________________________________________________ |_____________C_O_N_S_T_R_A_I_N_T___W_E_I_G_H_T___M_A_T_R_I_X__________| | | |__Field__________________Description_______________________Format_____| | | | | | Row index of the | Row index for the weight | 1X,I5 | | weight matrix | constraint matrix. It matches | | | of constraint | the index of the constraint | | | equations | equation. | | |___________________|___________________________________|______________| | | | | | Column index of | Column index for the weight | 1X,I5 | | the weight matrix | constraint matrix. It matches the | | | of constraint | index of the constraint equation | | | equations | | | |___________________|___________________________________|______________| | | | | | Weight matrix of | Matrix element at the location | 1X,E21.14 | | constraint | (row index, column index). | | | equations element | | | |___________________|___________________________________|______________| 2.5 New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block described all parameters adjusted in the solution, decomposed normal matrix is equivalent to the full normal matrix. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal matrix D_ii is defined as D_ii = N_ii - N_ei(T) * (C_ee + N_ee){-1} * N_ei where N_ii -- the block of normal matrix which corresponds to the equations included in the SOLUTION/ESTIMATE list; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters included in the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes D_ii as D_ii = (V_ii){-1} - C_ii where V_ii -- covariance matrix of the parameters mentioned in SOLUTION/ESTIMATE list; C_ii -- the block of normal matrix of constraints which corresponds to the parameters in SOLUTION/ESTIMATE list. It is assumed that C_ei = 0 C_ei -- the block of normal matrix of constraints which corresponds to the product of equations of constraints of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__M_A_T_R_I_X___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Decomposed | Row index for the normal matrix. | 1X,I5 | | normal matrix | It must match the parameter index | | | row index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Column index for the normal matrix| 1X,I5 | | normal matrix | It must match the parameter index | | | column index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Matrix element at the location | 1X,E21.14 | | normal matrix | (row index, column index). | | | element | | | |________________|___________________________________|______________| 2.6 New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed right hand parts of normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block describes all parameters adjusted in the solution, the decomposed normal vector is equivalent to the full normal vector. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal vector d_i is defined as d_i = n_i - N_ei(T) * (C_ee + N_ee){-1} * n_e where n_i -- the block of normal vector which corresponds to the equations listed in the SOLUTION/ESTIMATE; n_e -- the block of the normal vector which corresponds to the omitted parameters; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes d_i as d_i = D_i * e_i where e_i -- vector of the estimates of the parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__V_E_C_T_O_R___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Estimated | Index of the estimated parameter. | 1X,I5 | | Parameter | | | | Index | | | | | | | |________________|___________________________________|______________| | | | | | Element of | Element of the decomposed normal | 1X,E21.14 | | decomposed | ( Row Number , Column Number ). | | | normal vector | ( Row Number , Column Number ). | | |________________|___________________________________|______________| | | | 28 | |______________| 2.7 New block NUTATION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes which apriori nutation model is used and what is the reference model to which the nutation angles are referred. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Nutat. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | REN2000 | | | | IAU1980 | | | | IERS1996 | | | | IAU2000a | | | | IAU2000b | | |________________|___________________________________|______________| | | | | | [Nut. Usage] | Usage flag: APR or REF | 1X,A3 | | | APR means that the previous | | | | field kept the nutation model | | | | used for apriori. | | | | REF means that the previous | | | | field kept the nutation model | | | | used as a reference. | | | | NONE means that the total | | | | nutation angles are presented | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A66 | |________________|___________________________________|______________| | | | 80 | |______________| 2.8 New block PRECESSION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes the apriori precession constant which was used. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Prec. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | IAU1980 | | | | IAU2000 | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A70 | |________________|___________________________________|______________| | | | 80 | |______________| Nutation angles can be presented either as nutation in obliquity and nutation in longitude in accordance to Newcomb-Andoyer formalism or as nutation X, nutation Y in accordance to Ginot-Capitaine formalism. Contrary to claims of Dr. Capitaine, both approaches are equivalent. 2.9 New block SOURCE/ID ~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |_____________R_A_D_I_O___S_O_U_R_C_E___D_A_T_A___L_I_N_E___________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Source Code | Call sign for a source | 1X,A4 | |________________|___________________________________|______________| | | | | | IERS name | IERS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | ICRF name | ICRF name of the radio source | 1X,A16 | |________________|___________________________________|______________| | | | | | IAU name | IAU J2000.0 name of the radio | 1X,A10 | | | source | | |________________|___________________________________|______________| | | | | | IVS name | IVS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | Comments | Comments or other names of the | 1X,A29 | | | radio source | | |________________|___________________________________|______________| | | | 80 | |______________| 3 Deviations from the SINEX 2.10 standard ========================================= Sinex listing in 2.20 format has different names for parameters in accordance to an anonymous document circulated in 2008 known as "Proposal 2". 4 Implementation in Solve ========================= Solve normally produces the listing in its own so-called "spool-format". In addition to the spool listing, Solve has a limited ability to generate listings in Sinex format. It can write the listing in Sinex format when it runs in batch mode. Description of the keyword Sinex in the control language can be found in http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html#section3.13 When a user requests to apply specific constraints, Solve does not modify normal matrix immediately. Procedures of imposing constraints collect all constraint equation coefficients, weights, right hand part equations as well as constraint description in an intermediate data structure. After collecting all information about constraints Solve "applies" constraints by modifying normal matrix and normal matrix. If a Sinex output option is specified, then Solve passes this intermediate data structure to the routine which writes listing down and, thus, this subroutine has access to full information about the constraints. Solve allows a user to specify which items among ESTIMATES, COVARIANCES, CONSTRAINTS, DECOMPOSED_NORMAL_EQUATIONS or all of them are to be included in the listing together with mandatory blocks. Solve allows a user to specify which parameters are to be included in the output. Currently, Solve does not allow to include any parameter in the listing, but only one from the pre-defined list of supported parameter. 4.1 Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ INCLUDE_PARAM and EXCLIDE_PARAM files contain the parameter lists. List consists of one or more lines with Solve intrinsic 20-characters long parameter names. The lines which starts from # are considered as comments. Wild-card symbols * and ? can be included. Solve check the name of each estimated parameter against INCLUDE_PARAM list. If the name matches with at least one line (except comment) then the name is flagged as "included". After that Solve check each parameter against EXCLUDE_PARM list. If it matches with at least one line (except comment) then it is flagged as "excluded". All parameters which are flagged as "included" and are not flagged as "excluded" will be included in the Sinex output. The list of intrinsic parameter names: Parameters which can be put in the listing in Sinex format: ssssssss X COMPONENT X-coordinate of station position at reference epoch ssssssss Y COMPONENT Y-coordinate of station position at reference epoch ssssssss Z COMPONENT Z-coordinate of station position at reference epoch ssssssss X VELOCITY X-coordinate of station velocity ssssssss Y VELOCITY Y-coordinate of station velocity ssssssss Z VELOCITY Z-coordinate of station velocity ssssssss Xyymmdd-COO X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-COO Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-COO Z-coordinate of station position at epoch yymmdd ssssssss Xyymmdd-POS X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-POS Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-POS Z-coordinate of station position at epoch yymmdd ssssssss AXIS OFFSET axis offset of the ssssssss station X WOBBLE 0yymmddhhmm X-coordinate of pole position at epoch yymmddhhmm X WOBBLE 1yymmddhhmm Time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 0yymmddhhmm Y-coordinate of pole position at epoch yymmddhhmm Y WOBBLE 1yymmddhhmm Time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 0yymmddhhmm UT1 angle at epoch yymmddhhmm UT1-TAI 1yymmddhhmm First time derivative of UT1 angle at epoch yymmddhhmm LONGITUDE NUTATION Nutation in longitude OBLIQUITY NUTATION Nutation in obliquity qqqqqqqq RIGHT ASCEN Right ascension at J2000.0 epoch qqqqqqqq DECLINATION Declination at J2000.0 epoch qqqqqqqq RIGHT ASC V Proper motion in right ascension qqqqqqqq DEC VELO Proper motion in declination Other parameters which the current version of Solve cannot put in the listing in Sinex format: ssssssssA0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssa0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssC0yymmddhhmm Global clock offset at epoch yymmddhhmm ssssssssC1yymmddhhmm Global clock rate at epoch yymmddhhmm ssssssssC2yymmddhhmm Global clock rate drift at epoch yymmddhhmm ssssssss--ssssssss C baseline dependent clocks ssssssssNGyymmddhhmm Atmosphere gradient in north direction ssssssssEGyymmddhhmm Atmosphere gradient in east direction X WOBBLE 2yymmddhhmm Second time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 2yymmddhhmm Second time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 2yymmddhhmm Second time derivative of UT1 angle at epoch yymmddhhmm Gamma Relativistic PPN parameter gamma where "ssssssss" stands for the IVS station name "qqqqqqqq" stands for the IVS source name "yyddmmhhss" stands for time epoch like 980729113459 -- July 29, 1998 11 hours 34 minutes 59 seconds. 4.2 Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. daily_inc.bsc # # -- Include parameters which will be put in Sinex listing # # The following parameters are to be included in the Sinex listing: # # 1) Station coordinates # 2) pole coordinates # 3) UT1 # 4) rate of change of pole coordinates # 5) rate of change of UT1 # 6) daily nutation angles # ?????????X COMPONENT ?????????Y COMPONENT ?????????Z COMPONENT ?????????X??????-COO ?????????Y??????-COO ?????????Z??????-COO ?????????X??????-POS ?????????Y??????-POS ?????????Z??????-POS X WOBBLE 0* X WOBBLE 1* Y WOBBLE 0* Y WOBBLE 1* UT1-TAI 0* UT1-TAI 1* LONGITUDE NUTATION OBLIQUITY NUTATION 2. daily_exc.bsc # # -- Exclude parameters which will be put in Sinex listing # # Nothing to exclude # 3. daily_esc_notigo.bsc # # -- Exclude parameters which will be put in Sinex listing # # All parameters related to station TIGOCONC are excluded # # (NB: no common constraint equations with other stations can be # imposed if computation of the decomposed normal matrix is required ) # TIGOCONC* 4.3 Treatment of station with discontinuous motion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ It is an empirical fact that some stations has a quasi-instant motion due to seismic events, rails repair and other reasons of instability of VLBI site positions. It is an analyst who determines the appropriate model for handing such stations. In the case if an analyst trusts to results of the measurements of such a motion by an independent technique, f.e. results of local survey before and after rails repairing, then position of the station is modeled by one parameter, and the motion of the station is described by the set of eccentricity values at the epochs before and after the motion. If an analyst does not trust to independent measurements, or such measurements are unavailable, f.e. in the case of seismic motion, then coordinates of such station are described by a model X = a1*B0(t0,t1) + a2*B0(t1,t2) + ... + b*(t-tref) where B0 -- a basis spline of the 0-th order on the range t0, t1 ( it is 1 at the range [t0, t1], and 0 otherwise ) tref -- reference epoch; t0 -- epoch of the first observations; t1, t2 ... -- epoch of discontinuities. Parameters a1, a2 ... have the same parameter name STAX, STAY, STAZ, but they are distinguished by sub-index 1,2... in the field SBIN (former name SOLN). This field is used in sections SITE/EPOCHS, SITE/APRIORI, SITE/ESTIMATES. If the station did not have discontinuity in the motion than SBIN always has the value 1. The modern approach is to model non-liner site position with B-spline or order 0,1,2,3. Sinex format does not allow to put in the listing estimates of B-spline of order higher than 0. 4.4 Restrictions ~~~~~~~~~~~~~~~~ The current implementation (2002.10.04) cannot write the listing in Sinex format in several cases: 1) Constraint NO_NET_TRANSLATION is not supported. Use NO_NET_TRANSLATION_POSITION instead of that. 2) Suppressions VELOCITIES NO STATIONS NO SOURCES NO PROPER_MOTIONS NO 3) Solve cannot put in the listing site position modeled by linear spline. 4) Currently, Solve can include in Sinex listing global parameters if it runs in global mode and local parameters if it runs in independent mode. It cannot include local parameters if it runs in global mode. This restriction may be lifted in the future. 5) Solve cannot include in the listing in Sinex format second and higher order UT1 and polar motion time derivatives. 6) Solve cannot include user parameters in the listing in Sinex format, but can include user constraints. 7) No common constraints between included and not included parameters can be imposed if computation of decomposed normal matrix is required. Solve will issue a warning if a constraint equation has non-zero elements for the parameters from both groups of included and not included parameters in the case if computation of a decomposed normal matrix is required, and will issue an error message and stop if the decomposed normal matrix is to be included in the sinex listing. >>> Solution Control file <<< >>> ##################### <<< Refer to http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html for description the syntax of Mark5 VLBI analysis software control files Local file name: snx2020b_95to20_00.cnt File length: 14780 Modification date: 2020.04.16_08:26:09 ************************************************************************** *** *** 2020b Sinex global solution -- A. Fey *** last modified: 04/16/2020 ALF *** *** Solution: snx2020b_95to20_00.cnt *** *** ARC list: snx2020b_95to20.arc *** Weights: usno2020Mar31_base.wgt *** Atmosphere: 20 minutes *** Clocks: 60 minutes *** EOP off./rate: XYU/XYU *** Nutation: offset *** Gradient: 6 hours *** Sources: local *** Stations: local *** Axis offsets: no *** Data: delay only *** Elev. cutoff: 5 degrees *** EOP mod file: last_usno_finalF_2020Mar31.erp *** *** NOTE: ** ************************************************************************** *** *** This section determines the solution's general characteristics *** $SETUP DEFAULTS NO SOLUTION INDEPENDENT *** vgosDb directory VGOSDB_DIR /data3/vgosDb CGM NONE NONE MERGE_CGM NONE ARC_FILES NONE ID USNO export Sinex solution for EOP * TRAIN NO GLO_PARLIM 2560 INC_PARLIM 128 SORT YES STATIONS ALPHABET SOURCES RIGHT_ASCENSION * USER_PROGRAM NONE USER_PARTIALS NONE USER_CONSTRAINTS NONE * WEIGHTS REQUIRE /data1/solve/solutions/usn2020b/usno2020Mar31_base.wgt BY_BASELINE * WEIGHTS IN * FAST_MODE B3D FAST_DBG MONITOR FAST_COV SEG SAVING_RATE 100 SUPMET PRE98 QUALCODE_LIMIT 5 WARNING NO * SINGULARITY_CHECK ACTION REPARAM/EXCLUDE \ * SINGULARITY_CHECK ACTION WARNING \ STAMIN 8 \ SOUMIN 4 \ BASMIN 3 * SOURCE_WEIGHTS NO ELEVATION_DEPENDENT_NOISE NO EMULATION NO *** *** This section specifies parameters to be estimated (adjusted). *** $FLAGS * ATMOSPHERES MOST 20 CLOCKS MOST 60 * GRADIENTS YES 6 *?GRADIENTS YES 6 EXCEPT NO \ *? AIRA AUSTINTX AZORES BERMUDA BLKBUTTE \ *? BLOOMIND BREST CARNUSTY CARROLGA CHICHI10 \ *? CHLBOLTN CTVASBAY CTVASTJ DAITO DEADMANL \ *? DSS15 ELY FLAGSTAF FORTORDS FORT_ORD \ *? FTD_7900 GBT-VLBA GGAO7108 GIFU11 GIFU3 \ *? GOLDVENU GORF7102 GRASSE HALEAKAL HOFN \ *? HOHENFRG HOHNBERG JPL_MV1 KAINAN KANOZAN \ *? KARLBURG KASHIM11 KIRSBERG KODIAK KOGANEI \ *? KOGANEI3 KWAJAL26 LEONRDOK MAMMOTHL MARCUS \ *? MARPOINT MCD_7850 METSAHOV METSHOVI MIAMI20 \ *? MILESMON MIURA MIYAZAKI MIZNAO10 MIZUSGSI \ *? MOJ_7288 MON_PEAK MV2ONSLA NOBEY_6M NOME \ *? NRAO85_1 OCOTILLO OHIGGINS ONSALA85 OVR_7853 \ *? PARKES PBLOSSOM PENTICTN PINFLATS PLATTVIL \ *? PRESIDIO PT_REYES PVERDES QUINCY ROBLED32 \ *? SAGARA SANPAULA SEATTLE1 SESHAN25 SEST \ *? SHANGHAI SINTOTU SINTOTU3 SNDPOINT SOURDOGH \ *? SUWON SYOWA TATEYAMA TITIJIMA TOMAKO11 \ *? TOULOUSE TROMSONO TRYSILNO TIDBIN64 TIGOWTZL \ *? TSUKUBA TSUKU3 URUMQI USSURISK USUDA64 \ *? VERNAL VICTORIA VLA VLA-N8 WHTHORSE \ *? YAKATAGA YEBES YELLOWKN YLOW7296 YUMA * UT1/PM POLYNOMIAL OFFSET XYU RATE XYU 2ND_ORDER --- MIDDLE * * Use the following to put the X/Y precession/nutation into the * individual Sinex files. * NUTATION XY_OFFSET *?NUTATION OFFSET * BASELINE_CLOCKS IN * SOURCES YES REF_EPOCH 2015.01.01 STATIONS YES REF_EPOCH 2010.01.01 VELOCITIES NO PROPER_MOTIONS NO HI_FREQ_EOP NO PRECESSION NO RELATIVITY NO AXIS NO *** *** This section determines what output BATCH produces. *** $OUTPUT RESET YES FORWARD NO BASELINES YES MINIMUM NO SCREEN NO COVARIANCES NO CORRELATIONS NO STATION_TABLE NO POS_ELLIPSES NO MOD_FILES NO RESIDUALS NONE MINIMIZE_SIGMAS NO *?SINEX NO SINEX YES \ FORMAT_VERSION 2.10 \ ALLOW_OVERWRITE NO \ GLOBAL NO \ LOCAL YES \ SEGMENTED NO \ ESTIMATES YES \ DECOMPOSED_NORMAL_EQUATIONS YES \ CONSTRAINTS YES \ COVARIANCES YES \ LOADING_EFFECT YES \ INCLUDE_PARAM /data1/solve/oper/sinex/ivs_daily_inc.bsc \ EXCLUDE_PARAM /data1/solve/oper/sinex/ivs_daily_exc.bsc \ OUTPUT_FILE /data1/solve/solutions/usn2020b/snx95to20/_usn2020b.snx \ ACKNOWLEDGMENTS_FILE /data1/solve/oper/sinex/ivs_daily_ack.bsc \ COMMENTS_FILE /data1/solve/oper/sinex/ivs_daily_com.bsc NORMAL_MATRIX NO SEG_OUTPUT NO MAPPED_EOP_OUTPUT NO APRIORI_ZENDEL NO CRES_EMULATION NO NRD_TABLE YES CHI_SQUARE_TABLE NO LISTING_OPTIONS SRC_STAT LONG \ SEG_STYLE POST2005 *** *** Some parameters can be treated either as global or as *** session parameters. This section tells BATCH how to *** treat these parameters (YES = global). *** $CARRY SOURCES NO STATIONS NO AXIS NO *** *** This section determines which data is included in the solution. *** $DATA SOURCES YES EXCEPT \ * * 9 lensed sources (gravitational lenses) * 0218+357 0218+35A 0218+35B 1830-211 1830-21A 1830-21B 1422+231 1422+23C \ 0132-097 \ * * 1 source with really bad data (not sure why?) * 2224-308 \ * * 1 pulsar XU Vel * 0833-450 \ * * 5 radio stars with no data * HD32918 HD132742 HD146361 SIGCRB UXARI \ * * 3 radio stars with data (but they are stars) * HR1099 LSI61303 HR5907 \ * * 1 Not sure what this is, but has good data * * LANA \ * * 1 SN * SN1993J \ * * 224 sources with less than 3 (0,1,2,4) observations in crf2020b_01 * 0008-300 0009-148 0012-008 UG00192 4C+00.02 OB338 0032+276 0036-216 \ 0040+517 NGC0253 0045-255 0056-187 0103+337 0104-487 0106+130 0118-684 \ 0118-488 0119-011 0126-531 0131-450 0131-367 0141-609 0141+339 0153-663 \ 0154+410 0201-440 0206-625 0207-078 0232-507 M77 0253-218 NGC1167 \ 0324-489 0328-272 0333-276 0335+225 0340-600 0340-493 0340+044 0355-636 \ 0358-620 0400-613 0409-752 0409-526 0412-779 0409+000 0411+245 0428+205 \ 0446+074 0459+791 0511+009 0515-674 0512+249 0535+677 NGC2110 0611+139 \ MRK003 NGC2146 0633-263 0705+025 0712-037 0722+284 0731-465 0730+353 \ UG03927 0743+182 0758+120 0802-276 0806-483 0808-491 0810-180 0811-477 \ 0809+483 0810+563 0817+472 0830+115 0833+441 4C+32.26 0839+157 0844-557 \ 0846+184 0844+387 0854+178 0855+143 0902+343 0906-474 0905+524 0912+171 \ 0918+167 0920+168 0922+364 0926-039 0932-194 0937-282 0948-860 0941-080 \ M82 0951+699 0956+015 NGC3079 1001+621 1017+109 1020-103 1026-179 \ 1030-590 1036-697 1043-290 1045+155 1046-026 1047-597 1046+588 1050+341 \ 1051+391 NGC3690 1132-000 M106 NGC4278 1221+248 1225-023 1224-854 \ 1237+246 1239-044 1243-412 1245-197 1252+039 1254+226 1305-241 1313+200 \ 1316-12A 1317+143 1319-652 1320-407 1331+512 1332+317 1338+332 1341+144 \ 1414+652 1414-596 1418-065 1421-490 1422+268 TON202 1438-390 1439+327 \ 1501+481 1509-564 1511+238 1529+441 1528-509 1538-584 1556-580 1557-515 \ 1616-029 1622+238 1623-243 3C343 3C343.1 1646+217 NGC6240 1701-132 \ 1707-376 1713+218 SGR-A 1742-283 1744-299 1749-300 1750+093 1752-217 \ NGC6500 1805-214 1810+522 1813-241 1817+512 1827-360 1846-168 1848+333 \ 1851+030 1854-663 1858-143 NAQL93 1910-560 1920+154 1921+14B 1926+050 \ 1930-028 1934+207 1955-210 2000-045 2003+104 2004+064 2016-615 2022-582 \ 2027+383 NGC6946 2039-631 2047-655 2102+003 2101-715 2122-148 2134+237 \ 2134-470 2144+568 2152-505 2154-183 2205-002 2205-683 2209+184 2210-104 \ 2226-411 2227-210 2226-634 2235-556 2245-059 2303-673 2310-417 2311-632 \ 2314-625 2318-195 2324-009 2325+293 2344+092 2345-611 2348-010 2355+042 * STATIONS YES EXCEPT \ * * --- Duplicate names (used for polarization tests) * NOTOX WIDE85_3 VLBA85_3 MOJAVLBA LEFT85_1 \ HARTDBBC YEBESDBC YEBDBBC ONSALAAN YEBEDBBC \ OHIGGADS WETTDBBC LEFTKOK LEFT85_3 NYALDBBC \ NOTDBBC NOTOVDIF WETTVDIF * TYPE GROUP_DELAYS_ONLY ELEVATION 5.0 WVR_MASK NO EVERY NO NORATE_FLAG NO *** *** This section determines which contributions BATCH applies to a *** session. Contributions are corrections to delay and delay rate which *** were computed and stored in the superfile but not yet added to the *** theoretical delay and/or delay rate. *** $CONTRIBUTIONS SET WobXCont SET WobYCont SET EarthTid * Contribution for mean pole model is now in MAPPING section * SET Pol_Tide * SET PTideOld * SET Feed_Rot SET OPTLCont SET Ocean * Apply IERS2003 hi freq model for X,Y,UT1,nutation * if applied must turn off HI_FREQ_EOP * SET XpYpNutn * Apply IERS2020 hi freq model for X,Y,UT1,nutation now in MAPPING section * SET XpYpOrth * SET UT1Ortho SET XpYpLib SET UT1Libra *** *** This section specifies which station-dependent calibrations (e.g., *** cable, Chao) and zenith path delay calibrations (e.g. NMFDRFLY, *** CFAKBDRY) BATCH applies. It also determines whether BATCH applies the *** ionosphere calibration and rejects observations with bad or missing *** S-band ionospheric values. *** $CALIBRATIONS ION ON RESET YES KEEP cable KEEP pcal_rmv DISABLE NMFDRFLY *** *** This section determines which mode calibration should be applied to *** each session. Mode calibrations are the calibrations which depend *** on a) band and b) observable type. *** $MODE_CALIBRATIONS SET NONE *** *** This section specifies which partials with respect to atmosphere wet *** path delay BATCH should use. *** $PARTIALS SET NMFWTFLY OFF SET GRADMAP CH 0.0032 0.0032 *** *** This section replaces a-priori calculated from a standard theoretical *** model and read from the sessions' superfiles with alternate a-priori. *** This process is called mapping. *** $MAPPING GALACTIC_ABERRATION 5.8 POLETIDE IERS2022 STATIONS itrf2014_usno.sit VELOCITIES itrf2014_usno.vel SOURCES trf2020b_00.src EARTHQUAKE ITRF2014-psd-vlbi_sites.dat EARTH_ORIENTATION last_usno_finalF_2020Mar31.erp SPL UT1S NUTATION_SERIES NONE NUTATION2006 NO PIECE_WISE_STA NONE PRESSURE_LOADING NONE EPISODIC_MOTION NONE * HI_FREQ_EOP hf1102a HI_FREQ_EOP NONE HARMONIC_EOP NONE AXIS_OFFSET gsfc_itrf2020.axo ECCENTRICITY ECCDAT_usn2020b_glo.ecc MEAN_GRADIENT gsfc_dao_gmao.mgr SPLINE_DISPLACEMENTS NONE METRIC_TENSOR NONE *?POSITION_VARIATIONS \ * Ocean loading applied in CONTRIBUTIONS section *? /data1/solve/oper/apriori/2007b_oclo.hps HARMONIC_MODEL SPLINE IF_AVAILABLE \ *? /data1/solve/oper/apriori/aplo_bds/ TIME_SERIES SPLINE IF_AVAILABLE \ *? /data1/solve/oper/apriori/vsgd_aplo_s1_s2_noib.hps HARMONIC_MODEL SPLINE IF_AVAILABLE ANTENNA_THERMAL MODEL AVERAGE \ /data1/solve/save_files/antenna-info_Nothnagel_modwe.14dec05.txt INSITU NONE GRAVITY_DEFORM /data1/solve/save_files/gravity_deform_model_v2019Nov21.txt EXTERNAL_TRP_DELAY REQUIRE DIRECTORY /data3/vmf/vmf1/trp/tot HFEOP_XYU /data1/solve/save_files/desai_model_jgrb51665-sup-0002-ds01.txt *** *** This section constrains specific parameter estimates. *** $CONSTRAINTS ATMOSPHERES MOST 50.0 CLOCKS MOST 5.0 GRADIENTS YES 0.5 2.0 * BASELINE_CLOCKS YES SIGMA 5.D-7 EARTH_ORIENTATION YES SIGMA 45.0 45.0 3.0 RATES SIGMA 45.0 45.0 3.0 NUTATION NO * PIECE_WISE_STA NO SOURCES YES SIGMA 1.D-6 STATIONS NO NUVEL_COVAR NO VELOCITIES NO * NO_NET_TRANSLATION NO NO_NET_TRANSLATION_POSITION LOCAL SIGMA 1.D-4 ALL UNIFORM YES NO_NET_ROTATION_POSITION LOCAL SIGMA 1.D-4 UNIFORM YES NO_NET_TRANSLATION_VELOCITY NO NO_NET_ROTATION_VELOCITY NO * NO_NET_ROTATION_SOURCE LOCAL SIGMA 1.D-10 UNIFORM YES NO_NET_ROTATION_SOURCE LOCAL SIGMA 5.D-11 WEIGHTED YES *** *** This section has two purposes. It suppresses specific global *** parameters. It also imposes certain restrictions on the estimates *** BATCH produces. For example, BATCH can produce identical velocity *** estimates for a group of (closely located) stations. *** $SUPPRESSION VELOCITY_TIE NO VELOCITIES NO STATIONS NO RIGHT_ASCENSION NO DECLINATION NO STATION_ORIGIN NO SOURCES NO PROPER_MOTIONS NO PRECESSION NO RELATIVITY NO DIRECTION NO VELOCITY_ORIGIN NO STATION_TIE NO *** *** This section lists the session names which are to participate in the *** solution. Suppression solutions do not process sessions, but must *** specify a session in this section in order to activate the proper *** BATCH paths. *** $ARCS ARCFILE ./snx2020b_95to20.arc -FILE/COMMENT * * ----------------------------------------------------------------------------- * +INPUT/ACKNOWLEDGEMENTS USN U.S. Naval Observatory, VLBI analysis group -INPUT/ACKNOWLEDGEMENTS * * ----------------------------------------------------------------------------- * +SITE/ID *Code PT Domes____ T Station description___ Approx_lon_ Approx_lat_ App_h__ 7232 A 30302S001 R HARTRAO Hartebeesthoe 27 41 07.4 -25 53 23.1 1416.5 7202 A 50108S001 R PARKES Parkes, Austr 148 15 48.7 -32 59 54.2 415.5 -SITE/ID * * ----------------------------------------------------------------------------- * +SOURCE/ID *Code IERS nam ICRF designator IAU name IVS name 0001 0110-668 J011218.9-663445 J0112-6634 0110-668 0002 0116-219 J011857.2-214130 J0118-2141 0116-219 0003 0122-514 J012457.3-511316 J0124-5113 0122-514 0004 0230-790 J022934.9-784745 J0229-7847 0230-790 0005 0234-301 J023631.1-295355 J0236-2953 0234-301 0006 0254-334 J025642.6-331521 J0256-3315 0254-334 0007 0334-546 J033553.9-543025 J0335-5430 0334-546 0008 0451-282 J045314.6-280737 J0453-2807 0451-282 0009 0524-485 J052616.6-483036 J0526-4830 0524-485 0010 0549-575 J055009.5-573224 J0550-5732 0549-575 0011 0629-418 J063111.9-415426 J0631-4154 0629-418 0012 0743-673 J074331.6-672625 J0743-6726 0743-673 0013 0802-276 J080451.4-274911 J0804-2749 0802-276 0014 0826-373 J082804.7-373106 J0828-3731 0826-373 0015 1034-374 J103653.4-374415 J1036-3744 1034-374 0016 1049-650 J105123.5-651808 J1051-6518 1049-650 0017 1055-301 J105800.4-302455 J1058-3024 1055-301 0018 1143-696 J114553.6-695401 J1145-6954 1143-696 0019 1143-287 J114626.1-285918 J1146-2859 1143-287 0020 1156-663 J115918.3-663539 J1159-6635 1156-663 0021 1245-457 J124828.4-455947 J1248-4559 1245-454 0022 1303-827 J130838.1-825934 J1308-8259 1303-827 0023 1420-679 J142455.5-680758 J1424-6807 1420-679 0024 1448-648 J145239.6-650203 J1452-6502 1448-648 0025 1454-354 J145726.7-353909 J1457-3539 1454-354 0026 1519-294 J152225.4-293625 J1522-2936 1519-294 0027 1556-245 J155941.4-244238 J1559-2442 1556-245 0028 1604-333 J160734.7-333108 J1607-3331 1604-333 0029 1611-710 J161630.6-710831 J1616-7108 1611-710 0030 1725-795 J173340.7-793555 J1733-7935 1725-795 0031 1806-458 J180957.8-455241 J1809-4552 1806-458 0032 1824-582 J182912.4-581355 J1829-5813 1824-582 0033 1929-457 J193244.8-453637 J1932-4536 1929-457 0034 1928-698 J193331.1-694258 J1933-6942 1928-698 0035 2002-375 J200555.0-372341 J2005-3723 2002-375 0036 2030-689 J203548.8-684633 J2035-6846 2030-689 0037 2058-297 J210101.6-293327 J2101-2933 2058-297 0038 2123-463 J212630.7-460547 J2126-4605 2123-463 0039 2138-377 J214152.4-372912 J2141-3729 2138-377 0040 2220-351 J222305.9-345547 J2223-3455 2220-351 0041 2236-572 J223912.0-570100 J2239-5701 2236-572 0042 2239-631 J224307.8-625057 J2243-6250 2239-631 0043 2306-312 J230914.3-305912 J2309-3059 2306-312 0044 2333-415 J233633.9-411521 J2336-4115 2333-415 0045 2344-514 J234719.8-511036 J2347-5110 2344-514 0046 2351-309 J235347.4-303748 J2353-3037 2351-309 -SOURCE/ID * * ----------------------------------------------------------------------------- * +SITE/RECEIVER *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ Firmware_ID 7232 A 1 R 05:011:64154 05:012:61824 ----VLBI Station---- --NM- -----NA---- 7202 A 1 R 05:011:64154 05:012:61824 ----VLBI Station---- --NM- -----NA---- -SITE/RECEIVER * * ----------------------------------------------------------------------------- * +SITE/ANTENNA *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ 7232 A 1 R 05:011:64154 05:012:61824 ----VLBI Station---- --NM- 7202 A 1 R 05:011:64154 05:012:61824 ----VLBI Station---- --NM- -SITE/ANTENNA * * ----------------------------------------------------------------------------- * +SITE/ECCENTRICITY *Code PT SBIN T Data_Start__ Data_End____ typ Apr --> Benchmark (m)_______ 7232 A 1 R 05:011:64154 05:012:61824 XYZ 0.0000 0.0000 0.0000 7202 A 1 R 05:011:64154 05:012:61824 XYZ 0.0000 0.0000 0.0000 -SITE/ECCENTRICITY * * ----------------------------------------------------------------------------- * +SOLUTION/EPOCHS *Code PT SBIN T Data_start__ Data_end____ Mean_epoch__ 7232 A 1 R 05:011:64154 05:012:61824 05:012:31280 7202 A 1 R 05:011:64154 05:012:61824 05:012:31280 -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 110 NUMBER OF UNKNOWNS 225 WEIGHTED SQUARE SUM OF O-C 1.19759531469182D+11 SQUARE SUM OF RESIDUALS (VTPV) 4.66975502219619D+01 VARIANCE FACTOR 9.72875764680122D-01 WRMS OF POSTFIT RESIDUALS 4.06613367413873D-11 -SOLUTION/STATISTICS * * ----------------------------------------------------------------------------- * +SOLUTION/APRIORI *Index Type__ CODE PT SBIN Ref_epoch___ Unit S Apriori_value________ Constraint_ 1 STAX 7232 A 1 05:012:31280 m 2 5.08544276961461D+06 0.00000D+00 2 STAY 7232 A 1 05:012:31280 m 2 2.66826363485608D+06 0.00000D+00 3 STAZ 7232 A 1 05:012:31280 m 2 -2.76869687879070D+06 0.00000D+00 4 STAX 7202 A 1 05:012:31280 m 2 -4.55423226130129D+06 0.00000D+00 5 STAY 7202 A 1 05:012:31280 m 2 2.81675892002420D+06 0.00000D+00 6 STAZ 7202 A 1 05:012:31280 m 2 -3.45403543596251D+06 0.00000D+00 7 RS_RA 0001 A 1 05:012:19789 rad 2 3.15534652150171D-01 0.00000D+00 8 RS_DE 0001 A 1 05:012:19789 rad 2 -1.16202658277470D+00 0.00000D+00 9 RS_RA 0003 A 1 05:012:19789 rad 2 3.70692767739559D-01 0.00000D+00 10 RS_DE 0003 A 1 05:012:19789 rad 2 -8.93977847239249D-01 0.00000D+00 11 RS_RA 0004 A 1 05:012:19789 rad 2 6.52676534399795D-01 0.00000D+00 12 RS_DE 0004 A 1 05:012:19789 rad 2 -1.37524964612810D+00 0.00000D+00 13 RS_RA 0006 A 1 05:012:19789 rad 2 7.71043028758275D-01 0.00000D+00 14 RS_DE 0006 A 1 05:012:19789 rad 2 -5.80425128349715D-01 0.00000D+00 15 RS_RA 0007 A 1 05:012:19789 rad 2 9.42035998119943D-01 0.00000D+00 16 RS_DE 0007 A 1 05:012:19789 rad 2 -9.51326201693035D-01 0.00000D+00 17 RS_RA 0008 A 1 05:012:19789 rad 2 1.27951882222135D+00 0.00000D+00 18 RS_DE 0008 A 1 05:012:19789 rad 2 -4.90909372870416D-01 0.00000D+00 19 RS_RA 0009 A 1 05:012:19789 rad 2 1.42365571232360D+00 0.00000D+00 20 RS_DE 0009 A 1 05:012:19789 rad 2 -8.46663057685142D-01 0.00000D+00 21 RS_RA 0010 A 1 05:012:19789 rad 2 1.52785978606293D+00 0.00000D+00 22 RS_DE 0010 A 1 05:012:19789 rad 2 -1.00426437402923D+00 0.00000D+00 23 RS_RA 0011 A 1 05:012:19789 rad 2 1.70693186547890D+00 0.00000D+00 24 RS_DE 0011 A 1 05:012:19789 rad 2 -7.31423597001167D-01 0.00000D+00 25 RS_RA 0014 A 1 05:012:19789 rad 2 2.21691577809550D+00 0.00000D+00 26 RS_DE 0014 A 1 05:012:19789 rad 2 -6.54819809387145D-01 0.00000D+00 27 RS_RA 0015 A 1 05:012:19789 rad 2 2.77895974819538D+00 0.00000D+00 28 RS_DE 0015 A 1 05:012:19789 rad 2 -6.58643944848504D-01 0.00000D+00 29 RS_RA 0017 A 1 05:012:19789 rad 2 2.87109770260838D+00 0.00000D+00 30 RS_DE 0017 A 1 05:012:19789 rad 2 -5.30846872194133D-01 0.00000D+00 31 RS_RA 0019 A 1 05:012:19789 rad 2 3.08241061734180D+00 0.00000D+00 32 RS_DE 0019 A 1 05:012:19789 rad 2 -5.05944307556680D-01 0.00000D+00 33 RS_RA 0021 A 1 05:012:19789 rad 2 3.35310438946846D+00 0.00000D+00 34 RS_DE 0021 A 1 05:012:19789 rad 2 -8.02789302270178D-01 0.00000D+00 35 RS_RA 0023 A 1 05:012:19789 rad 2 3.77395143215790D+00 0.00000D+00 36 RS_DE 0023 A 1 05:012:19789 rad 2 -1.18914175899774D+00 0.00000D+00 37 RS_RA 0026 A 1 05:012:19789 rad 2 4.02483734443033D+00 0.00000D+00 38 RS_DE 0026 A 1 05:012:19789 rad 2 -5.16739781057538D-01 0.00000D+00 39 RS_RA 0030 A 1 05:012:19789 rad 2 4.59753906361498D+00 0.00000D+00 40 RS_DE 0030 A 1 05:012:19789 rad 2 -1.38926131851460D+00 0.00000D+00 41 RS_RA 0032 A 1 05:012:19789 rad 2 4.83982727717057D+00 0.00000D+00 42 RS_DE 0032 A 1 05:012:19789 rad 2 -1.01633994428922D+00 0.00000D+00 43 RS_RA 0033 A 1 05:012:19789 rad 2 5.11707903931313D+00 0.00000D+00 44 RS_DE 0033 A 1 05:012:19789 rad 2 -7.96054023308746D-01 0.00000D+00 45 RS_RA 0035 A 1 05:012:19789 rad 2 5.26180924049557D+00 0.00000D+00 46 RS_DE 0035 A 1 05:012:19789 rad 2 -6.52663342328644D-01 0.00000D+00 47 RS_RA 0036 A 1 05:012:19789 rad 2 5.39225846491520D+00 0.00000D+00 48 RS_DE 0036 A 1 05:012:19789 rad 2 -1.20036881286182D+00 0.00000D+00 49 RS_RA 0037 A 1 05:012:19789 rad 2 5.50227118442789D+00 0.00000D+00 50 RS_DE 0037 A 1 05:012:19789 rad 2 -5.15879747524781D-01 0.00000D+00 51 NUT_X ---- - 1 05:012:19800 mas 2 9.82291590463377D+04 0.00000D+00 52 NUT_Y ---- - 1 05:012:19800 mas 2 7.62996818086466D+03 0.00000D+00 -SOLUTION/APRIORI * * ----------------------------------------------------------------------------- * +SOLUTION/ESTIMATE *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S Total_value__________ Formal_erro 1 STAX 7232 A 1 05:012:31280 m 2 5.08544320251674D+06 8.53633D-01 2 STAY 7232 A 1 05:012:31280 m 2 2.66826362806134D+06 1.33987D-02 3 STAZ 7232 A 1 05:012:31280 m 2 -2.76869684786961D+06 6.09729D-02 4 STAX 7202 A 1 05:012:31280 m 2 -4.55423269420342D+06 8.53633D-01 5 STAY 7202 A 1 05:012:31280 m 2 2.81675892681895D+06 1.33987D-02 6 STAZ 7202 A 1 05:012:31280 m 2 -3.45403546688360D+06 6.09729D-02 7 RS_RA 0001 A 1 05:012:19789 rad 2 3.15534660824679D-01 4.56235D-08 8 RS_DE 0001 A 1 05:012:19789 rad 2 -1.16202659032332D+00 7.40291D-08 9 RS_RA 0003 A 1 05:012:19789 rad 2 3.70692767238651D-01 2.49223D-08 10 RS_DE 0003 A 1 05:012:19789 rad 2 -8.93977900286586D-01 1.33072D-07 11 RS_RA 0004 A 1 05:012:19789 rad 2 6.52676540851454D-01 9.79098D-08 12 RS_DE 0004 A 1 05:012:19789 rad 2 -1.37524964590358D+00 3.18708D-08 13 RS_RA 0006 A 1 05:012:19789 rad 2 7.71043027611201D-01 9.47861D-09 14 RS_DE 0006 A 1 05:012:19789 rad 2 -5.80425186486508D-01 2.47566D-07 15 RS_RA 0007 A 1 05:012:19789 rad 2 9.42035996114664D-01 2.48413D-08 16 RS_DE 0007 A 1 05:012:19789 rad 2 -9.51326239258990D-01 1.11260D-07 17 RS_RA 0008 A 1 05:012:19789 rad 2 1.27951882046901D+00 5.72538D-09 18 RS_DE 0008 A 1 05:012:19789 rad 2 -4.90909488406372D-01 3.04911D-07 19 RS_RA 0009 A 1 05:012:19789 rad 2 1.42365571574486D+00 9.26497D-09 20 RS_DE 0009 A 1 05:012:19789 rad 2 -8.46663107529187D-01 1.40023D-07 21 RS_RA 0010 A 1 05:012:19789 rad 2 1.52785978918105D+00 1.39870D-08 22 RS_DE 0010 A 1 05:012:19789 rad 2 -1.00426441212545D+00 9.88218D-08 23 RS_RA 0011 A 1 05:012:19789 rad 2 1.70693186587989D+00 1.48978D-08 24 RS_DE 0011 A 1 05:012:19789 rad 2 -7.31423625878237D-01 1.79793D-07 25 RS_RA 0014 A 1 05:012:19789 rad 2 2.21691579187133D+00 1.36899D-08 26 RS_DE 0014 A 1 05:012:19789 rad 2 -6.54819828647759D-01 2.23495D-07 27 RS_RA 0015 A 1 05:012:19789 rad 2 2.77895974916975D+00 6.84342D-09 28 RS_DE 0015 A 1 05:012:19789 rad 2 -6.58643976724019D-01 2.17710D-07 29 RS_RA 0017 A 1 05:012:19789 rad 2 2.87109770328099D+00 8.41315D-09 30 RS_DE 0017 A 1 05:012:19789 rad 2 -5.30846900469702D-01 2.88279D-07 31 RS_RA 0019 A 1 05:012:19789 rad 2 3.08241060942571D+00 9.25424D-09 32 RS_DE 0019 A 1 05:012:19789 rad 2 -5.05944384810883D-01 3.04792D-07 33 RS_RA 0021 A 1 05:012:19789 rad 2 3.35310438646931D+00 1.14388D-08 34 RS_DE 0021 A 1 05:012:19789 rad 2 -8.02789345352850D-01 1.64798D-07 35 RS_RA 0023 A 1 05:012:19789 rad 2 3.77395143233224D+00 1.99798D-08 36 RS_DE 0023 A 1 05:012:19789 rad 2 -1.18914177861778D+00 7.38246D-08 37 RS_RA 0026 A 1 05:012:19789 rad 2 4.02483733879053D+00 9.01610D-09 38 RS_DE 0026 A 1 05:012:19789 rad 2 -5.16739878281995D-01 2.96480D-07 39 RS_RA 0030 A 1 05:012:19789 rad 2 4.59753908221764D+00 1.01863D-07 40 RS_DE 0030 A 1 05:012:19789 rad 2 -1.38926133396653D+00 4.21308D-08 41 RS_RA 0032 A 1 05:012:19789 rad 2 4.83982728926328D+00 2.90565D-08 42 RS_DE 0032 A 1 05:012:19789 rad 2 -1.01633998410649D+00 1.10829D-07 43 RS_RA 0033 A 1 05:012:19789 rad 2 5.11707904452534D+00 1.52811D-08 44 RS_DE 0033 A 1 05:012:19789 rad 2 -7.96054093529218D-01 1.68920D-07 45 RS_RA 0035 A 1 05:012:19789 rad 2 5.26180924654953D+00 9.01463D-09 46 RS_DE 0035 A 1 05:012:19789 rad 2 -6.52663436536808D-01 2.22761D-07 47 RS_RA 0036 A 1 05:012:19789 rad 2 5.39225849361709D+00 5.59784D-08 48 RS_DE 0036 A 1 05:012:19789 rad 2 -1.20036883038255D+00 7.03488D-08 49 RS_RA 0037 A 1 05:012:19789 rad 2 5.50227118854597D+00 8.83532D-09 50 RS_DE 0037 A 1 05:012:19789 rad 2 -5.15879820505129D-01 2.96373D-07 51 NUT_X ---- - 1 05:012:19800 mas 2 9.82269222994918D+04 8.62670D+00 52 NUT_Y ---- - 1 05:012:19800 mas 2 7.62869728321116D+03 4.05360D+00 -SOLUTION/ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7232 A 1 05:012:31280 m 2 0.00000000000000D+00 0.00000D+00 2 STAY 7232 A 1 05:012:31280 m 2 0.00000000000000D+00 0.00000D+00 3 STAZ 7232 A 1 05:012:31280 m 2 0.00000000000000D+00 0.00000D+00 4 STAX 7202 A 1 05:012:31280 m 2 0.00000000000000D+00 0.00000D+00 5 STAY 7202 A 1 05:012:31280 m 2 0.00000000000000D+00 0.00000D+00 6 STAZ 7202 A 1 05:012:31280 m 2 0.00000000000000D+00 0.00000D+00 7 RS_RA 0001 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 8 RS_DE 0001 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 9 RS_RA 0003 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 10 RS_DE 0003 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 11 RS_RA 0004 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 12 RS_DE 0004 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 13 RS_RA 0006 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 14 RS_DE 0006 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 15 RS_RA 0007 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 16 RS_DE 0007 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 17 RS_RA 0008 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 18 RS_DE 0008 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 19 RS_RA 0009 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 20 RS_DE 0009 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 21 RS_RA 0010 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 22 RS_DE 0010 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 23 RS_RA 0011 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 24 RS_DE 0011 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 25 RS_RA 0014 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 26 RS_DE 0014 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 27 RS_RA 0015 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 28 RS_DE 0015 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 29 RS_RA 0017 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 30 RS_DE 0017 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 31 RS_RA 0019 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 32 RS_DE 0019 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 33 RS_RA 0021 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 34 RS_DE 0021 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 35 RS_RA 0023 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 36 RS_DE 0023 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 37 RS_RA 0026 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 38 RS_DE 0026 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 39 RS_RA 0030 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 40 RS_DE 0030 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 41 RS_RA 0032 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 42 RS_DE 0032 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 43 RS_RA 0033 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 44 RS_DE 0033 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 45 RS_RA 0035 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 46 RS_DE 0035 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 47 RS_RA 0036 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 48 RS_DE 0036 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 49 RS_RA 0037 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 50 RS_DE 0037 A 1 05:012:19789 rad 2 0.00000000000000D+00 0.00000D+00 51 NUT_X ---- - 1 05:012:19800 mas 2 0.00000000000000D+00 0.00000D+00 52 NUT_Y ---- - 1 05:012:19800 mas 2 0.00000000000000D+00 0.00000D+00 -SOLUTION/CALIBRATION_ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/MATRIX_ESTIMATE L COVA * Ind1 Ind2 Covariance(ind1,ind2) 1 1 7.28688783300547D-01 2 1 -1.14373252988903D-02 2 2 1.79524762984714D-04 3 1 5.20483846870844D-02 3 2 -8.16940328009097D-04 3 3 3.71769121505769D-03 4 1 -7.28688777516587D-01 4 2 1.14373281604579D-02 4 3 -5.20483878265328D-02 4 4 7.28688781728908D-01 5 1 1.14373253284888D-02 5 2 -1.79520647972939D-04 5 3 8.16939638417817D-04 5 4 -1.14373281108987D-02 5 5 1.79524847947283D-04 6 1 -5.20483845946964D-02 6 2 8.16939789971983D-04 6 3 -3.71768708837400D-03 6 4 5.20483878036009D-02 6 5 -8.16940578877656D-04 6 6 3.71769166439938D-03 7 1 3.26684116812553D-08 7 2 -5.12756357549929D-10 7 3 2.33342084305021D-09 7 4 -3.26684115928974D-08 7 5 5.12756356019096D-10 7 6 -2.33342083692709D-09 7 7 2.08150669542161D-15 8 1 -5.93584716594848D-08 8 2 9.31676496945227D-10 8 3 -4.23982463413650D-09 8 4 5.93584715669255D-08 8 5 -9.31676495696109D-10 8 6 4.23982462740975D-09 8 7 -2.69293384861543D-15 8 8 5.48030867315325D-15 9 1 1.68989481751850D-08 9 2 -2.65242066952976D-10 9 3 1.20704859467296D-09 9 4 -1.68989480843856D-08 9 5 2.65242065520045D-10 9 6 -1.20704858825707D-09 9 7 1.10508589746666D-15 9 8 -1.42175049475825D-15 9 9 6.21118629408436D-16 10 1 -1.09451662239791D-07 10 2 1.71792711090508D-09 10 3 -7.81785391905818D-09 10 4 1.09451662021532D-07 10 5 -1.71792710793672D-09 10 6 7.81785390321643D-09 10 7 -4.93648650619312D-15 10 8 9.67419860205745D-15 10 9 -2.50008186647004D-15 10 10 1.77082191773745D-14 11 1 6.70561723250647D-08 11 2 -1.05250032242532D-09 11 3 4.78965010387224D-09 11 4 -6.70561724964736D-08 11 5 1.05250032443403D-09 11 6 -4.78965011659773D-09 11 7 4.20186589607262D-15 11 8 -6.19348239921233D-15 11 9 2.31686644830869D-15 11 10 -1.06818870349520D-14 11 11 9.58632449283487D-15 12 1 -2.35906564931907D-08 12 2 3.70273343294527D-10 12 3 -1.68502059622108D-09 12 4 2.35906564596915D-08 12 5 -3.70273342852384D-10 12 6 1.68502059377776D-09 12 7 -1.02970858855531D-15 12 8 2.24296644295598D-15 12 9 -5.48456455025098D-16 12 10 3.89606369466464D-15 12 11 -2.55240740940965D-15 12 12 1.01575097479043D-15 13 1 3.62695227852185D-09 13 2 -5.69277512304653D-11 13 3 2.59064000031563D-10 13 4 -3.62695227133563D-09 13 5 5.69277511415141D-11 13 6 -2.59063999502228D-10 13 7 2.99754009545524D-16 13 8 -3.61771034268453D-16 13 9 1.85878997112573D-16 13 10 -5.58693001271557D-16 13 11 7.40803719127526D-16 13 12 -1.63962740793435D-16 13 13 8.98440416826680D-17 14 1 -2.03384330273205D-07 14 2 3.19227142788982D-09 14 3 -1.45272256829874D-08 14 4 2.03384329769431D-07 14 5 -3.19227142096636D-09 14 6 1.45272256464856D-08 14 7 -8.85463360638422D-15 14 8 1.74863111514480D-14 14 9 -4.40493832783295D-15 14 10 3.24240402079114D-14 14 11 -1.82514340524815D-14 14 12 6.86056410784740D-15 14 13 -7.73720259319328D-16 14 14 6.12891380380706D-14 15 1 1.64998081821073D-08 15 2 -2.58977419153943D-10 15 3 1.17853894179893D-09 15 4 -1.64998081134695D-08 15 5 2.58977418010471D-10 15 6 -1.17853893700211D-09 15 7 9.94463651045941D-16 15 8 -1.51835572272006D-15 15 9 5.63853792997449D-16 15 10 -2.56112789697602D-15 15 11 2.35505204285535D-15 15 12 -6.62647540578983D-16 15 13 1.99903049591922D-16 15 14 -4.26588307737503D-15 15 15 6.17090288474641D-16 16 1 -9.20186899031013D-08 16 2 1.44430315799007D-09 16 3 -6.57266113620770D-09 16 4 9.20186896863963D-08 16 5 -1.44430315504102D-09 16 6 6.57266112048032D-09 16 7 -3.99222043413822D-15 16 8 7.87649804070305D-15 16 9 -2.00698206254030D-15 16 10 1.45367855063344D-14 16 11 -8.34155957492489D-15 16 12 3.15158999268686D-15 16 13 -3.78703913741218D-16 16 14 2.71988220270949D-14 16 15 -1.97420356502071D-15 16 16 1.23787021737211D-14 17 1 -3.24528189673806D-09 17 2 5.09372857012129D-11 17 3 -2.31802099184740D-10 17 4 3.24528187409743D-09 17 5 -5.09372853173271D-11 17 6 2.31802097608389D-10 17 7 -2.28447907016026D-16 17 8 2.89477248401120D-16 17 9 -1.28803163644322D-16 17 10 4.89843249167349D-16 17 11 -5.12392611849538D-16 17 12 1.20349544349871D-16 17 13 -4.06025678126114D-17 17 14 8.17985970020902D-16 17 15 -1.27474084479323D-16 17 16 3.81025896477157D-16 17 17 3.27800068888262D-17 18 1 -2.42305367811572D-07 18 2 3.80316634169370D-09 18 3 -1.73072565967453D-08 18 4 2.42305367144410D-07 18 5 -3.80316633250542D-09 18 6 1.73072565484221D-08 18 7 -1.05862108334933D-14 18 8 2.04636553320967D-14 18 9 -5.13638825844672D-15 18 10 3.86907978988731D-14 18 11 -2.06432835938215D-14 18 12 7.67315492050081D-15 18 13 -6.76919496324086D-16 18 14 7.43359840895892D-14 18 15 -4.56678204131573D-15 18 16 3.28447049721062D-14 18 17 9.21968524520429D-16 18 18 9.29708640387398D-14 19 1 7.32831791463612D-09 19 2 -1.15023692491460D-10 19 3 5.23442887861987D-10 19 4 -7.32831785919397D-09 19 5 1.15023691591825D-10 19 6 -5.23442883966206D-10 19 7 3.42175304035581D-16 19 8 -6.29912875660918D-16 19 9 1.73787342131780D-16 19 10 -1.15252963637299D-15 19 11 7.21764080814256D-16 19 12 -2.53424748638726D-16 19 13 3.27687889620847D-17 19 14 -2.14147007198434D-15 19 15 1.71691200168788D-16 19 16 -9.68051288875320D-16 19 17 -3.72888705316981D-17 19 18 -2.59946452750609D-15 19 19 8.58397508871473D-17 20 1 -1.11333495210848D-07 20 2 1.74746358975609D-09 20 3 -7.95226862308637D-09 20 4 1.11333494924971D-07 20 5 -1.74746358584956D-09 20 6 7.95226860235302D-09 20 7 -4.81809656988359D-15 20 8 9.28771064598786D-15 20 9 -2.33696749941496D-15 20 10 1.76255414318915D-14 20 11 -9.27086814580193D-15 20 12 3.46299994406236D-15 20 13 -2.94925884297733D-16 20 14 3.39701370152952D-14 20 15 -2.05084555649741D-15 20 16 1.50090440735733D-14 20 17 4.18683492924322D-16 20 18 4.25736516799868D-14 20 19 -1.19027608025240D-15 20 20 1.96063864754838D-14 21 1 1.05462177856125D-08 21 2 -1.65531325359616D-10 21 3 7.53289091182118D-10 21 4 -1.05462177315443D-08 21 5 1.65531324406657D-10 21 6 -7.53289087449527D-10 21 7 5.27315913411662D-16 21 8 -9.17915337088305D-16 21 9 2.71614822472739D-16 21 10 -1.66456874562467D-15 21 11 1.12204290152636D-15 21 12 -3.70282274721231D-16 21 13 5.43480019492043D-17 21 14 -3.06283100962493D-15 21 15 2.65619759090980D-16 21 16 -1.39019925748602D-15 21 17 -6.25644256338125D-17 21 18 -3.72989678144592D-15 21 19 1.25697705288373D-16 21 20 -1.71359836783249D-15 21 21 1.95634966967037D-16 22 1 -7.72597314501199D-08 22 2 1.21264998237844D-09 22 3 -5.51846630552962D-09 22 4 7.72597312419139D-08 22 5 -1.21264997953481D-09 22 6 5.51846629042808D-09 22 7 -3.29364890655141D-15 22 8 6.38606390650864D-15 22 9 -1.58106753941258D-15 22 10 1.22099786260164D-14 22 11 -6.19498446208510D-15 22 12 2.34857624195700D-15 22 13 -1.69060523146163D-16 22 14 2.37208621153569D-14 22 15 -1.34889712489050D-15 22 16 1.04476304736095D-14 22 17 2.78151939295415D-16 22 18 2.99522395327801D-14 22 19 -8.28514777873308D-16 22 20 1.37930106294537D-14 22 21 -1.19095661562929D-15 22 22 9.76574806150858D-15 23 1 8.15928549967483D-10 23 2 -1.28066027444193D-11 23 3 5.82796349873124D-11 23 4 -8.15928506228507D-10 23 5 1.28066020672737D-11 23 6 -5.82796318851620D-11 23 7 -9.78340632008603D-17 23 8 4.46581780906622D-17 23 9 -9.96288886650588D-17 23 10 -1.35230055493134D-16 23 11 -5.05239010683925D-16 23 12 9.27063865359269D-17 23 13 -1.00035126715269D-16 23 14 -7.30370318140282D-16 23 15 -1.74370951918638D-16 23 16 -2.43552693327209D-16 23 17 2.97957081025334D-17 23 18 -1.49211552528242D-15 23 19 2.03061478822790D-17 23 20 -7.28546232537213D-16 23 21 2.42428323629313D-17 23 22 -5.82935668350393D-16 23 23 2.21943714740915D-16 24 1 -1.41326521927031D-07 24 2 2.21822681033725D-09 24 3 -1.00945942986188D-08 24 4 1.41326521534222D-07 24 5 -2.21822680493250D-09 24 6 1.00945942701629D-08 24 7 -6.21598220888782D-15 24 8 1.17183706917969D-14 24 9 -3.01702540516517D-15 24 10 2.23115567992121D-14 24 11 -1.18083569596403D-14 24 12 4.31707443880036D-15 24 13 -3.74269647097937D-16 24 14 4.31670973867870D-14 24 15 -2.60083542713124D-15 24 16 1.89993973005241D-14 24 17 5.41443426930864D-16 24 18 5.42772411631735D-14 24 19 -1.51110238497115D-15 24 20 2.49686660672883D-14 24 21 -2.17619712397571D-15 24 22 1.76277704777878D-14 24 23 -1.03142128426348D-15 24 24 3.23253561839025D-14 25 1 -2.78482287765401D-09 25 2 4.37099824659775D-11 25 3 -1.98912807337718D-10 25 4 2.78482289853708D-09 25 5 -4.37099827807475D-11 25 6 1.98912808826352D-10 25 7 -2.13123584479187D-16 25 8 3.78545951532730D-16 25 9 -1.46470032925496D-16 25 10 4.99198146495325D-16 25 11 -7.45067284365192D-16 25 12 2.23743616918019D-16 25 13 -9.71593343134164D-17 25 14 5.08379128539233D-16 25 15 -2.22477502603326D-16 25 16 3.02837930031795D-16 25 17 3.41629127975409D-17 25 18 8.04017301153418D-17 25 19 -2.57852235032336D-17 25 20 -8.45455634810543D-18 25 21 -3.93561953214859D-17 25 22 -7.52687116846973D-17 25 23 1.60420183851363D-16 25 24 -6.77055586243859D-17 25 25 1.87413146354761D-16 26 1 -1.80815422513829D-07 26 2 2.83803561416100D-09 26 3 -1.29151858278604D-08 26 4 1.80815422137349D-07 26 5 -2.83803560901052D-09 26 6 1.29151858005613D-08 26 7 -8.82277841062504D-15 26 8 1.60603944723263D-14 26 9 -4.65308927822412D-15 26 10 2.87970966459978D-14 26 11 -1.94449341057249D-14 26 12 6.58133280330835D-15 26 13 -1.22361964919996D-15 26 14 5.19654061786830D-14 26 15 -4.75119102663190D-15 26 16 2.35585677174166D-14 26 17 9.29849440636682D-16 26 18 6.08724541146149D-14 26 19 -1.88273578311634D-15 26 20 2.76515074710752D-14 26 21 -2.75641792983265D-15 26 22 1.89664473551871D-14 26 23 2.80020108697667D-16 26 24 3.49315191887535D-14 26 25 1.28620569440491D-15 26 26 4.99502043861076D-14 27 1 -1.86544757876251D-09 27 2 2.92795891603727D-11 27 3 -1.33244219091654D-10 27 4 1.86544758319000D-09 27 5 -2.92795892483687D-11 27 6 1.33244219388524D-10 27 7 5.38321474526041D-18 27 8 1.59232203773029D-16 27 9 2.06019957681897D-17 27 10 3.46363078963780D-16 27 11 5.85608359718156D-17 27 12 5.34487210481565D-17 27 13 2.67985401465805D-17 27 14 7.77419482930355D-16 27 15 2.55109773599097D-17 27 16 3.26677248883594D-16 27 17 -1.15770487581119D-17 27 18 1.08031969201954D-15 27 19 -2.49451817565211D-17 27 20 5.02262169513910D-16 27 21 -2.99154732325611D-17 27 22 3.71389798466385D-16 27 23 -6.92806672301288D-17 27 24 6.36443846120008D-16 27 25 -3.29344893096139D-17 27 26 3.25021101149802D-16 27 27 4.68324365020176D-17 28 1 -1.80127229085209D-07 28 2 2.82723376778214D-09 28 3 -1.28660299588610D-08 28 4 1.80127228671626D-07 28 5 -2.82723376209197D-09 28 6 1.28660299288998D-08 28 7 -8.45929233287419D-15 28 8 1.57198256521735D-14 28 9 -4.38001233603654D-15 28 10 2.85768697658399D-14 28 11 -1.81342312004135D-14 28 12 6.32166851163452D-15 28 13 -1.02926312773186D-15 28 14 5.24395320246244D-14 28 15 -4.36707988978189D-15 28 16 2.36272897289287D-14 28 17 8.44665767426022D-16 28 18 6.23975245187450D-14 28 19 -1.88432224856698D-15 28 20 2.84333496948674D-14 28 21 -2.73386091644362D-15 28 22 1.96467659979551D-14 28 23 -7.76017525798080D-17 28 24 3.60014509185718D-14 28 25 9.72444822928306D-16 28 26 4.75373126880011D-14 28 27 4.91905746047101D-16 28 28 4.73975926624047D-14 29 1 -5.33355144285352D-09 29 2 8.37142153098659D-11 29 3 -3.80961929731028D-10 29 4 5.33355141767436D-09 29 5 -8.37142149126948D-11 29 6 3.80961927951703D-10 29 7 -1.81519493675162D-16 29 8 4.77082911776087D-16 29 9 -8.73720495244676D-17 29 10 8.84433576388067D-16 29 11 -3.87417128981130D-16 29 12 1.96426177035695D-16 29 13 -1.25429245332707D-17 29 14 1.67781971802238D-15 29 15 -9.33156396858845D-17 29 16 7.52944246844603D-16 29 17 1.31771904812591D-17 29 18 2.05395862063950D-15 29 19 -6.09623055692150D-17 29 20 9.46301726261175D-16 29 21 -8.61264115184290D-17 29 22 6.67604894156300D-16 29 23 -3.66717026323996D-17 29 24 1.19218199425633D-15 29 25 8.17354047975608D-18 29 26 1.32743661675183D-15 29 27 4.18075335631059D-17 29 28 1.40118367205243D-15 29 29 7.07810114489290D-17 30 1 -2.36239828280099D-07 30 2 3.70796361277163D-09 30 3 -1.68740102557479D-08 30 4 2.36239827723676D-07 30 5 -3.70796360510640D-09 30 6 1.68740102154474D-08 30 7 -1.11279155894063D-14 30 8 2.07608388199400D-14 30 9 -5.73869290848310D-15 30 10 3.77816187516984D-14 30 11 -2.38168947071560D-14 30 12 8.31876817376047D-15 30 13 -1.32130872589345D-15 30 14 6.94863450964250D-14 30 15 -5.68947049435463D-15 30 16 3.12343717354995D-14 30 17 1.10627926658504D-15 30 18 8.30592989508697D-14 30 19 -2.49949445831182D-15 30 20 3.78382985739587D-14 30 21 -3.63494294668304D-15 30 22 2.61819964344553D-14 30 23 -2.01099388759183D-16 30 24 4.79436164720620D-14 30 25 1.20247368407923D-15 30 26 6.26592700971903D-14 30 27 6.95269462375066D-16 30 28 6.24801716725492D-14 30 29 1.86086832969885D-15 30 30 8.31049236695645D-14 31 1 -5.87640470327295D-09 31 2 9.22347099203722D-11 31 3 -4.19736542588512D-10 31 4 5.87640466900451D-09 31 5 -9.22347093829212D-11 31 6 4.19736540164153D-10 31 7 -1.82146514639870D-16 31 8 4.91130501175944D-16 31 9 -8.12048295221438D-17 31 10 9.49551185010502D-16 31 11 -3.27405854119224D-16 31 12 1.88654613892204D-16 31 13 1.05519726079133D-18 31 14 1.88154595213451D-15 31 15 -7.20790516268304D-17 31 16 8.31493480481524D-16 31 17 1.05443004452264D-17 31 18 2.39513790523160D-15 31 19 -6.57080311936591D-17 31 20 1.11304384887473D-15 31 21 -9.20361852539155D-17 31 22 7.97423009055470D-16 31 23 -6.86431938607157D-17 31 24 1.41456681030597D-15 31 25 -2.26650260291322D-17 31 26 1.38065854970662D-15 31 27 4.70566407799717D-17 31 28 1.47851417995039D-15 31 29 6.94548899083344D-17 31 30 1.99425383817287D-15 31 31 8.56409810259885D-17 32 1 -2.49512326996551D-07 32 2 3.91628548197481D-09 32 3 -1.78220311235164D-08 32 4 2.49512326387354D-07 32 5 -3.91628547357119D-09 32 6 1.78220310794038D-08 32 7 -1.15733762056666D-14 32 8 2.19311633376654D-14 32 9 -5.91205793649845D-15 32 10 4.01044186052039D-14 32 11 -2.45570666248533D-14 32 12 8.72611297050623D-15 32 13 -1.28468365816411D-15 32 14 7.42247840568225D-14 32 15 -5.80426368234895D-15 32 16 3.32690375439907D-14 32 17 1.12605881449947D-15 32 18 8.93801171209147D-14 32 19 -2.66146988697359D-15 32 20 4.07516949893675D-14 32 21 -3.86430668891025D-15 32 22 2.82843781707280D-14 32 23 -4.37289806172113D-16 32 24 5.16633013877075D-14 32 25 1.06801727239872D-15 32 26 6.59230380525516D-14 32 27 8.44154910354965D-16 32 28 6.57247299874762D-14 32 29 2.06992976344910D-15 32 30 8.71707266229979D-14 32 31 2.21407218589242D-15 32 32 9.28984627959663D-14 33 1 1.81280639701210D-09 33 2 -2.84536068554247D-11 33 3 1.29483916969812D-10 33 4 -1.81280637757480D-09 33 5 2.84536064749379D-11 33 6 -1.29483915661370D-10 33 7 2.14403884528803D-16 33 8 -2.56854033642636D-16 33 9 1.48896286671908D-16 33 10 -3.04497216918429D-16 33 11 6.71029222856176D-16 33 12 -1.55213700581126D-16 33 13 9.27914239298152D-17 33 14 -1.96837579083862D-16 33 15 1.96668348324360D-16 33 16 -1.49926478168952D-16 33 17 -3.70940988198706D-17 33 18 1.88979695165364D-16 33 19 1.59743281219713D-17 33 20 1.18731611973284D-16 33 21 3.06145944861540D-17 33 22 1.40096679821707D-16 33 23 -1.47450385811240D-16 33 24 1.84567889780814D-16 33 25 -1.39324009501407D-16 33 26 -8.92485336021295D-16 33 27 3.66154834928979D-17 33 28 -6.50828686073703D-16 33 29 -5.57650320032016D-19 33 30 -8.07214816769457D-16 33 31 2.76794044121579D-17 33 32 -7.07998277968529D-16 33 33 1.30846975799082D-16 34 1 -1.35101668400364D-07 34 2 2.12052327835688D-09 34 3 -9.64996868930531D-09 34 4 1.35101668069906D-07 34 5 -2.12052327380427D-09 34 6 9.64996866537127D-09 34 7 -5.98847478333204D-15 34 8 1.16022613408945D-14 34 9 -2.99844239781600D-15 34 10 2.15250889726366D-14 34 11 -1.22840217960986D-14 34 12 4.52630491032713D-15 34 13 -5.54103374088095D-16 34 14 4.04887468592209D-14 34 15 -2.85921501538640D-15 34 16 1.80557909746450D-14 34 17 5.46561652249945D-16 34 18 4.93836318987322D-14 34 19 -1.43245809178451D-15 34 20 2.25873242249786D-14 34 21 -2.05667281316603D-15 34 22 1.57744174831787D-14 34 23 -4.81373334959656D-16 34 24 2.86883025174304D-14 34 25 3.54902955557785D-16 34 26 3.47046499778216D-14 34 27 5.34372554784246D-16 34 28 3.50036983609590D-14 34 29 1.14652813481725D-15 34 30 4.64538493440118D-14 34 31 1.27625527979022D-15 34 32 4.97170360400294D-14 34 33 -1.70930933540830D-16 34 34 2.71583394616103D-14 35 1 1.06250342539193D-08 35 2 -1.66769155728417D-10 35 3 7.58918269870908D-10 35 4 -1.06250342910653D-08 35 5 1.66769155939806D-10 35 6 -7.58918272826017D-10 35 7 4.34041089737599D-16 35 8 -1.03889803473199D-15 35 9 2.41927500515475D-16 35 10 -1.81138241333166D-15 35 11 1.07859305549903D-15 35 12 -4.61422495473199D-16 35 13 9.38088126728898D-17 35 14 -3.16743640360407D-15 35 15 2.87519778495881D-16 35 16 -1.45309122725721D-15 35 17 -3.29260565021125D-17 35 18 -3.53511063683356D-15 35 19 1.09966358671458D-16 35 20 -1.59711690814998D-15 35 21 1.49614761164353D-16 35 22 -1.08575981795896D-15 35 23 -4.51743394418400D-17 35 24 -1.97120588855508D-15 35 25 -1.29085712014259D-16 35 26 -3.04382964015258D-15 35 27 -6.24638441712089D-17 35 28 -2.99929338977957D-15 35 29 -1.30292259091246D-16 35 30 -3.98124727612498D-15 35 31 -1.17837934745851D-16 35 32 -4.27337048752818D-15 35 33 9.61111062140717D-17 35 34 -2.25358060879244D-15 35 35 3.99191628520500D-16 36 1 -5.67062901217399D-08 36 2 8.90048087446013D-10 36 3 -4.05038621666587D-09 36 4 5.67062899365128D-08 36 5 -8.90048084875730D-10 36 6 4.05038620326672D-09 36 7 -2.27872187122089D-15 36 8 4.66707955030166D-15 36 9 -1.07227456976065D-15 36 10 8.96417312758105D-15 36 11 -4.25642508076293D-15 36 12 1.72225170715543D-15 36 13 -9.07416858136037D-17 36 14 1.75166399346509D-14 36 15 -9.27167745310031D-16 36 16 7.69893624654149D-15 36 17 1.71991781027559D-16 36 18 2.20587301460535D-14 36 19 -6.00665936105696D-16 36 20 1.01422974929614D-14 36 21 -8.42929042879594D-16 36 22 7.17809341815439D-15 36 23 -4.57872124020559D-16 36 24 1.29410470922881D-14 36 25 -7.19803317313981D-17 36 26 1.37708935444097D-14 36 27 3.01790841571243D-16 36 28 1.43493126134706D-14 36 29 5.05866022756112D-16 36 30 1.91241254793598D-14 36 31 6.08518735562330D-16 36 32 2.07102771897141D-14 36 33 1.44315574762053D-16 36 34 1.16632845950577D-14 36 35 -8.58151051048341D-16 36 36 5.45006719806248D-15 37 1 -3.18436236036731D-09 37 2 4.99810250402481D-11 37 3 -2.27450836829047D-10 37 4 3.18436233410400D-09 37 5 -4.99810246287386D-11 37 6 2.27450834970674D-10 37 7 -6.85384523033979D-17 37 8 2.13933698980120D-16 37 9 -1.55464641858244D-17 37 10 4.91831267832064D-16 37 11 -5.69409617994444D-18 37 12 5.18543478821435D-17 37 13 2.74879357656124D-17 37 14 1.11608133221880D-15 37 15 2.06411744364739D-17 37 16 4.67654618017535D-16 37 17 -2.87077180649418D-18 37 18 1.57992430570609D-15 37 19 -2.72466318365983D-17 37 20 7.41103714793061D-16 37 21 -3.36132559033337D-17 37 22 5.47510640279033D-16 37 23 -8.12496282285864D-17 37 24 9.55259206404170D-16 37 25 -5.79312466329021D-17 37 26 6.40142675246775D-16 37 27 2.29810494939318D-17 37 28 7.49750668329686D-16 37 29 2.38678877683796D-17 37 30 1.00723974492551D-15 37 31 4.40948500339488D-17 37 32 1.11548337435395D-15 37 33 5.73789330733676D-17 37 34 6.90360874248748D-16 37 35 8.55815653578843D-18 37 36 3.92869148364827D-16 37 37 8.12901455796015D-17 38 1 -2.43672942700428D-07 38 2 3.82463151987959D-09 38 3 -1.74049389301787D-08 38 4 2.43672942020446D-07 38 5 -3.82463151047794D-09 38 6 1.74049388809595D-08 38 7 -1.09106494953351D-14 38 8 2.09270736522722D-14 38 9 -5.48997608350390D-15 38 10 3.87518186844940D-14 38 11 -2.24284846744909D-14 38 12 8.18199790980843D-15 38 13 -1.03763328796025D-15 38 14 7.27379824690005D-14 38 15 -5.23644999233150D-15 38 16 3.24741977815923D-14 38 17 1.02681215119789D-15 38 18 8.86121420118963D-14 38 19 -2.57959089562707D-15 38 20 4.05439594687536D-14 38 21 -3.72490674807654D-15 38 22 2.83020524862251D-14 38 23 -7.96798230741068D-16 38 24 5.15157403259989D-14 38 25 6.52171814864758D-16 38 26 6.28103010270246D-14 38 27 8.70424119051880D-16 38 28 6.30753549243560D-14 38 29 2.00126082665167D-15 38 30 8.36418876310498D-14 38 31 2.25187522190444D-15 38 32 8.92035752359292D-14 38 33 -3.10249096573051D-16 38 34 4.84673122167535D-14 38 35 -3.86575706885006D-15 38 36 2.09099797325850D-14 38 37 1.30522777644211D-15 38 38 8.79002522848491D-14 39 1 3.84702834404850D-08 39 2 -6.03823002562868D-10 39 3 2.74783269971999D-09 39 4 -3.84702836224603D-08 39 5 6.03823004634242D-10 39 6 -2.74783271328385D-09 39 7 5.63239117803249D-16 39 8 -2.82306312277076D-15 39 9 -2.23214372378006D-17 39 10 -6.42043986553448D-15 39 11 -3.29079124508762D-16 39 12 -7.40787627042681D-16 39 13 -4.39181873690422D-16 39 14 -1.46903559081517D-14 39 15 -3.58127009962210D-16 39 16 -6.06376287485938D-15 39 17 1.24723631853935D-16 39 18 -2.07796920749946D-14 39 19 4.24414439579890D-16 39 20 -9.67143196236808D-15 39 21 5.12615544870249D-16 39 22 -7.14787643154949D-15 39 23 1.23168745301828D-15 39 24 -1.24313173031856D-14 39 25 7.52984800409061D-16 39 26 -7.23554787323420D-15 39 27 -5.78005548244249D-16 39 28 -9.33734653056145D-15 39 29 -5.34938103971497D-16 39 30 -1.28704145630496D-14 39 31 -7.47929643408541D-16 39 32 -1.50722830500873D-14 39 33 -8.10091527256531D-16 39 34 -9.68950495725726D-15 39 35 5.12329846796121D-16 39 36 -5.69776351831359D-15 39 37 -6.66472316187340D-16 39 38 -1.70372811455144D-14 39 39 1.03760072981275D-14 40 1 -3.13108320258125D-08 40 2 4.91447299870579D-10 40 3 -2.23645310350525D-09 40 4 3.13108319439773D-08 40 5 -4.91447298727863D-10 40 6 2.23645309759167D-09 40 7 -1.38011077107235D-15 40 8 2.66956006988354D-15 40 9 -6.54193511751347D-16 40 10 5.07089631796205D-15 40 11 -2.67499049265981D-15 40 12 9.83253113448449D-16 40 13 -6.46874131966170D-17 40 14 9.80413646585225D-15 40 15 -5.66353170906948D-16 40 16 4.30693936264588D-15 40 17 1.24825740283909D-16 40 18 1.23766528960390D-14 40 19 -3.36968213792421D-16 40 20 5.66348203291247D-15 40 21 -4.87512350261089D-16 40 22 3.99263371689887D-15 40 23 -2.23258443898434D-16 40 24 7.23094986732119D-15 40 25 -1.99625206046468D-17 40 26 7.93052205700160D-15 40 27 1.29704875820722D-16 40 28 8.13162706274595D-15 40 29 2.47506366018133D-16 40 30 1.08368352621455D-14 40 31 2.96957710955474D-16 40 32 1.16616147174308D-14 40 33 4.55349593196968D-17 40 34 6.43827103686105D-15 40 35 -3.77189173129545D-16 40 36 2.88378474802975D-15 40 37 2.43643386046644D-16 40 38 1.15514126098702D-14 40 39 -2.70953658080264D-15 40 40 1.77500773671565D-15 41 1 1.47377318192034D-08 41 2 -2.31320331849153D-10 41 3 1.05267821985368D-09 41 4 -1.47377317275835D-08 41 5 2.31320330322592D-10 41 6 -1.05267821345093D-09 41 7 3.77529198489768D-16 41 8 -1.08835460220522D-15 41 9 1.12896783123905D-16 41 10 -2.32992401729713D-15 41 11 3.63941270580102D-16 41 12 -3.28818375887833D-16 41 13 -9.63436977186187D-17 41 14 -5.07132955523998D-15 41 15 1.66609182477493D-17 41 16 -2.14316124856233D-15 41 17 2.81135199845058D-18 41 18 -6.93083117294010D-15 41 19 1.61526604157837D-16 41 20 -3.22596222615127D-15 41 21 2.12716965501572D-16 41 22 -2.35621950443817D-15 41 23 3.34685663374683D-16 41 24 -4.15265281294816D-15 41 25 1.95533693071672D-16 41 26 -2.96076532813968D-15 41 27 -1.53334136320390D-16 41 28 -3.50473496760144D-15 41 29 -1.64072730230249D-16 41 30 -4.75374200140698D-15 41 31 -2.26015119615242D-16 41 32 -5.39490033444560D-15 41 33 -2.07366211392881D-16 41 34 -3.32138648670399D-15 41 35 1.51940515800400D-16 41 36 -1.82104424294797D-15 41 37 -1.97785188658018D-16 41 38 -5.90935533900300D-15 41 39 2.86662859522888D-15 41 40 -9.24472071915677D-16 41 41 8.44278306264136D-16 42 1 -9.09424201593941D-08 42 2 1.42741029384062D-09 42 3 -6.49578588941755D-09 42 4 9.09424199301037D-08 42 5 -1.42741029068655D-09 42 6 6.49578587280652D-09 42 7 -4.16217090388547D-15 42 8 7.78648312008911D-15 42 9 -2.08926253598551D-15 42 10 1.44342954194986D-14 42 11 -8.52126037154754D-15 42 12 3.01851840119451D-15 42 13 -3.83830993881596D-16 42 14 2.71081960237109D-14 42 15 -1.96733205868289D-15 42 16 1.20918640840154D-14 42 17 4.03857653415580D-16 42 18 3.31099676960917D-14 42 19 -9.56702555825856D-16 42 20 1.51377094055958D-14 42 21 -1.38892215034378D-15 42 22 1.05613513783880D-14 42 23 -2.88627945899492D-16 42 24 1.92531140297887D-14 42 25 2.36743183305927D-16 42 26 2.34505849203530D-14 42 27 2.91896557063703D-16 42 28 2.35134707662275D-14 42 29 7.06001156944119D-16 42 30 3.11416693645300D-14 42 31 7.94360519278630D-16 42 32 3.31619247910373D-14 42 33 -1.31367078747073D-16 42 34 1.79741331180312D-14 42 35 -1.32509444881474D-15 42 36 7.67052061058322D-15 42 37 5.10516606406030D-16 42 38 3.23494217245388D-14 42 39 -5.94483434086470D-15 42 40 4.47753568320082D-15 42 41 -2.13558718526603D-15 42 42 1.22830564745042D-14 43 1 1.00754302783210D-08 43 2 -1.58141672719243D-10 43 3 7.19662152152243D-10 43 4 -1.00754302068924D-08 43 5 1.58141671593928D-10 43 6 -7.19662147103400D-10 43 7 3.65547024892011D-16 43 8 -8.10887365681183D-16 43 9 1.56372840707566D-16 43 10 -1.60269300963711D-15 43 11 6.16684619074110D-16 43 12 -2.84874564850015D-16 43 13 -1.58612940528343D-17 43 14 -3.24824066982701D-15 43 15 1.17884607368227D-16 43 16 -1.41111900938489D-15 43 17 -2.77308519443114D-17 43 18 -4.24792274535272D-15 43 19 1.13843803099593D-16 43 20 -1.96664828712184D-15 43 21 1.63266246817780D-16 43 22 -1.41115141747342D-15 43 23 1.38182180211512D-16 43 24 -2.52384141316247D-15 43 25 6.36455326290238D-17 43 26 -2.30031098729696D-15 43 27 -6.58578527883672D-17 43 28 -2.48378516727582D-15 43 29 -9.40516291254979D-17 43 30 -3.33558752087056D-15 43 31 -1.21937086235402D-16 43 32 -3.67171025641519D-15 43 33 -6.92663950870618D-17 43 34 -2.12060478472263D-15 43 35 1.00445698778669D-16 43 36 -1.04224911254857D-15 43 37 -9.88291651974268D-17 43 38 -3.82581379304706D-15 43 39 1.28890664466576D-15 43 40 -5.79070292741454D-16 43 41 4.08549141541633D-16 43 42 -1.42534692659651D-15 43 43 2.33512435177765D-16 44 1 -1.39633277195202D-07 44 2 2.19165024377384D-09 44 3 -9.97365003403120D-09 44 4 1.39633276844807D-07 44 5 -2.19165023895678D-09 44 6 9.97365000864418D-09 44 7 -6.48464111428629D-15 44 8 1.19956617592040D-14 44 9 -3.29042502117307D-15 44 10 2.21347445217059D-14 44 11 -1.33906672047386D-14 44 12 4.68223666643723D-15 44 13 -6.57556555906208D-16 44 14 4.13336353170306D-14 44 15 -3.12629427943162D-15 44 16 1.84744968243195D-14 44 17 6.33220182566824D-16 44 18 5.01859773763159D-14 44 19 -1.46293276785827D-15 44 20 2.29293810609558D-14 44 21 -2.12467195509978D-15 44 22 1.59617262663724D-14 44 23 -3.37069146534997D-16 44 24 2.91502014728210D-14 44 25 4.54714600417730D-16 44 26 3.62536487968766D-14 44 27 4.27852445734606D-16 44 28 3.61971553531382D-14 44 29 1.08582074274863D-15 44 30 4.79111300534816D-14 44 31 1.20392875171692D-15 44 32 5.09308545480362D-14 44 33 -2.86299362724459D-16 44 34 2.74969369350519D-14 44 35 -2.14020602399155D-15 44 36 1.16200384938040D-14 44 37 7.18207169083067D-16 44 38 4.95106387037953D-14 44 39 -8.63528415392689D-15 44 40 6.66381710174185D-15 44 41 -3.12127891752024D-15 44 42 1.86167558520026D-14 44 43 -2.10899358271076D-15 44 44 2.85338136189987D-14 45 1 6.32548636728270D-09 45 2 -9.92833420804452D-11 45 3 4.51813341656824D-10 45 4 -6.32548633056130D-09 45 5 9.92833415229554D-11 45 6 -4.51813339042681D-10 45 7 2.84642487064104D-16 45 8 -5.52530318596242D-16 45 9 1.42100145854481D-16 45 10 -1.01114420561636D-15 45 11 5.99709604898197D-16 45 12 -2.21425118510900D-16 45 13 2.02192589077478D-17 45 14 -1.89567838398756D-15 45 15 1.39171617932262D-16 45 16 -8.53515937204856D-16 45 17 -3.57120293758123D-17 45 18 -2.34401743742703D-15 45 19 7.46359799984936D-17 45 20 -1.08136121712446D-15 45 21 1.15823288687023D-16 45 22 -7.59288914915805D-16 45 23 3.09748862152732D-17 45 24 -1.38006543190676D-15 45 25 -2.95927839485783D-18 45 26 -1.60554010799439D-15 45 27 -1.80361564715379D-17 45 28 -1.60259771344864D-15 45 29 -5.00089158390895D-17 45 30 -2.13278165992362D-15 45 31 -5.90720037106662D-17 45 32 -2.28201707076480D-15 45 33 5.74059772990533D-19 45 34 -1.23149609200580D-15 45 35 6.17811062339057D-17 45 36 -5.25418390356899D-16 45 37 -3.97187462300061D-17 45 38 -2.26750040072045D-15 45 39 3.94117520501716D-16 45 40 -3.25327596418985D-16 45 41 1.55930568059764D-16 45 42 -8.66167300407690D-16 45 43 1.14447941859556D-16 45 44 -1.29802278873084D-15 45 45 8.12634792972429D-17 46 1 -1.83842848802112D-07 46 2 2.88555300577476D-09 46 3 -1.31314273461579D-08 46 4 1.83842848333001D-07 46 5 -2.88555299931482D-09 46 6 1.31314273121792D-08 46 7 -8.54528939806624D-15 46 8 1.58070853702882D-14 46 9 -4.33846456433930D-15 46 10 2.91770483296826D-14 46 11 -1.76236985665386D-14 46 12 6.16333615833204D-15 46 13 -8.72397612086080D-16 46 14 5.45035318657547D-14 46 15 -4.11311601961944D-15 46 16 2.43448795931715D-14 46 17 8.27068948406865D-16 46 18 6.61962452228267D-14 46 19 -1.92507343316387D-15 46 20 3.02405257440539D-14 46 21 -2.79174210975273D-15 46 22 2.10543740765743D-14 46 23 -4.48681647626881D-16 46 24 3.84516130258334D-14 46 25 6.00230685559630D-16 46 26 4.77859683354645D-14 46 27 5.75095855174951D-16 46 28 4.77357170486967D-14 46 29 1.44216072358900D-15 46 30 6.32086288069515D-14 46 31 1.59812412523306D-15 46 32 6.72182268019029D-14 46 33 -3.77746966520940D-16 46 34 3.63044717385906D-14 46 35 -2.87126346797444D-15 46 36 1.53594410824111D-14 46 37 9.39339031664267D-16 46 38 6.53536799938003D-14 46 39 -1.15308956987243D-14 46 40 8.74165399670650D-15 46 41 -4.13170901988087D-15 46 42 2.44921259474234D-14 46 43 -2.78058516397833D-15 46 44 3.75593423745195D-14 46 45 -1.69255343046029D-15 46 46 4.96225070673991D-14 47 1 3.08886987663867D-08 47 2 -4.84822544631584D-10 47 3 2.20630034783318D-09 47 4 -3.08886986774726D-08 47 5 4.84822543036034D-10 47 6 -2.20630034172007D-09 47 7 1.03714623365908D-15 47 8 -2.33465429976173D-15 47 9 3.81522208231869D-16 47 10 -4.90835379330102D-15 47 11 1.32900945106629D-15 47 12 -6.97111711642028D-16 47 13 -1.46890923716038D-16 47 14 -1.04926984018172D-14 47 15 1.53246177903294D-16 47 16 -4.43774503632535D-15 47 17 -4.05195446167995D-17 47 18 -1.43049173206975D-14 47 19 3.35052397837836D-16 47 20 -6.62597743658317D-15 47 21 4.58152841327959D-16 47 22 -4.80978764515086D-15 47 23 6.12552339790304D-16 47 24 -8.55418597566922D-15 47 25 3.52006247724937D-16 47 26 -6.62678564598948D-15 47 27 -2.54416379799091D-16 47 28 -7.54786680449646D-15 47 29 -2.90112922598043D-16 47 30 -1.02032187966759D-14 47 31 -4.04827097527794D-16 47 32 -1.14084590889648D-14 47 33 -3.52629817489260D-16 47 34 -6.83835865641288D-15 47 35 2.46874414302002D-16 47 36 -3.59908678579777D-15 47 37 -3.99354519014614D-16 47 38 -1.21707134552354D-14 47 39 5.12001423699489D-15 47 40 -2.01364297990698D-15 47 41 1.55097417979065D-15 47 42 -4.62547170204606D-15 47 43 8.03625308194138D-16 47 44 -6.76568923432509D-15 47 45 3.37969699547094D-16 47 46 -8.91810463385667D-15 47 47 3.13358203646926D-15 48 1 -5.75936590342898D-08 48 2 9.03976167102009D-10 48 3 -4.11376866566994D-09 48 4 5.75936588865486D-08 48 5 -9.03976165070178D-10 48 6 4.11376865496637D-09 48 7 -2.84956656621256D-15 48 8 4.96263801273164D-15 48 9 -1.47076468030239D-15 48 10 9.08508349114495D-15 48 11 -5.93911905954523D-15 48 12 1.94035447264652D-15 48 13 -3.25328063211185D-16 48 14 1.67980364916006D-14 48 15 -1.39685481095167D-15 48 16 7.52345685694584D-15 48 17 2.91645279415054D-16 48 18 2.02542836475284D-14 48 19 -6.03517780698691D-16 48 20 9.23552099469502D-15 48 21 -8.87038468698159D-16 48 22 6.39885616227749D-15 48 23 -5.88130724473688D-17 48 24 1.17612976327753D-14 48 25 2.44243677103861D-16 48 26 1.51681500566711D-14 48 27 1.36865261836016D-16 48 28 1.49931187803327D-14 48 29 4.22707303549116D-16 48 30 1.98222850911281D-14 48 31 4.57784430444693D-16 48 32 2.09675143878146D-14 48 33 -1.86020403833578D-16 48 34 1.12041780477817D-14 48 35 -8.79655444889398D-16 48 36 4.62335002803684D-15 48 37 2.50447786793226D-16 48 38 2.02072950621034D-14 48 39 -2.96843402539080D-15 48 40 2.66972609092045D-15 48 41 -1.13555234707956D-15 48 42 7.60816666389999D-15 48 43 -8.17165909559425D-16 48 44 1.17286822026641D-14 48 45 -5.26830819669466D-16 48 46 1.54806403155765D-14 48 47 -2.57848824287104D-15 48 48 4.94895980516936D-15 49 1 1.91307708283307D-09 49 2 -3.00271620257436D-11 49 3 1.36646292134891D-10 49 4 -1.91307709299413D-09 49 5 3.00271622069593D-11 49 6 -1.36646292834483D-10 49 7 1.70349915138614D-16 49 8 -2.34769081330963D-16 49 9 1.09670286239238D-16 49 10 -3.19492773809238D-16 49 11 4.98502245667039D-16 49 12 -1.30245188140681D-16 49 13 5.08611792570143D-17 49 14 -3.74636871049322D-16 49 15 1.37742094450347D-16 49 16 -2.16009283558873D-16 49 17 -3.87699590032132D-17 49 18 -2.61681935752369D-16 49 19 2.76267625997481D-17 49 20 -1.15403524746196D-16 49 21 5.61896089534888D-17 49 22 -5.42087893215050D-17 49 23 -7.13302196243482D-17 49 24 -1.35498191828510D-16 49 25 -6.24114250540907D-17 49 26 -7.35810170227092D-16 49 27 2.91308283108838D-17 49 28 -5.58939010551930D-16 49 29 -2.32150845486869D-18 49 30 -7.19775604194318D-16 49 31 6.89426734816717D-18 49 32 -6.77882169313281D-16 49 33 6.50367509128078D-17 49 34 -2.35363712057367D-16 49 35 1.79641137015496D-17 49 36 2.72779368756125D-17 49 37 1.96002182686293D-17 49 38 -5.11505853472959D-16 49 39 -4.88272170331105D-16 49 40 -4.20812716407270D-17 49 41 -1.01746770586239D-16 49 42 -2.23801066815887D-16 49 43 -7.91928579017114D-18 49 44 -3.72109427179003D-16 49 45 3.59567050049062D-17 49 46 -4.73884657443427D-16 49 47 -1.35601421032215D-16 49 48 -1.95305053922698D-16 49 49 7.80628197262295D-17 50 1 -2.43974618576698D-07 50 2 3.82936667315166D-09 50 3 -1.74264868284027D-08 50 4 2.43974617929308D-07 50 5 -3.82936666421945D-09 50 6 1.74264867815260D-08 50 7 -1.13112594408050D-14 50 8 2.08975804839807D-14 50 9 -5.73086511165250D-15 50 10 3.86823895361150D-14 50 11 -2.31471384946682D-14 50 12 8.10341845893943D-15 50 13 -1.13292129550382D-15 50 14 7.24827332128650D-14 50 15 -5.38610289784373D-15 50 16 3.23172297209987D-14 50 17 1.07363370481487D-15 50 18 8.82414202378495D-14 50 19 -2.55006071285060D-15 50 20 4.03225274612529D-14 50 21 -3.68562597436720D-15 50 22 2.81029949770405D-14 50 23 -6.67280783314325D-16 50 24 5.13105827002043D-14 50 25 7.37950211789823D-16 50 26 6.31900352907503D-14 50 27 7.96028525653521D-16 50 28 6.32916405426046D-14 50 29 1.93101309058004D-15 50 30 8.38479661290967D-14 50 31 2.15021533151244D-15 50 32 8.92570354337620D-14 50 33 -4.48803400337959D-16 50 34 4.83312157025078D-14 50 35 -3.84636203654235D-15 50 36 2.05707073401038D-14 50 37 1.26292339001534D-15 50 38 8.69529483288148D-14 50 39 -1.59104272869298D-14 50 40 1.16055989958259D-14 50 41 -5.62640215033789D-15 50 42 3.24891045488421D-14 50 43 -3.72415422760642D-15 50 44 4.98214834770096D-14 50 45 -2.23114676136311D-15 50 46 6.57946662585201D-14 50 47 -1.20403223913237D-14 50 48 2.05593949886237D-14 50 49 -5.47367364043800D-16 50 50 8.78366981180783D-14 51 1 6.49043002332944D-01 51 2 -1.01872594971200D-02 51 3 4.63594770310017D-02 51 4 -6.49043010007825D-01 51 5 1.01872596074579D-02 51 6 -4.63594775828112D-02 51 7 1.38642094135894D-07 51 8 -1.29040755749429D-07 51 9 1.01203749722813D-07 51 10 -1.02057931908671D-07 51 11 4.65477715253426D-07 51 12 -9.56635803830358D-08 51 13 6.49170247419052D-08 51 14 9.76727995079806D-08 51 15 1.39841018416254D-07 51 16 -1.08275267704299D-08 51 17 -3.21165848425123D-08 51 18 4.28717470708516D-07 51 19 9.42989110346366D-09 51 20 2.13614591270336D-07 51 21 2.51290221537056D-08 51 22 1.90380029059789D-07 51 23 -1.10508062384954D-07 51 24 2.91098369290494D-07 51 25 -9.27245585224418D-08 51 26 -4.70553810355190D-07 51 27 3.75760740060175D-08 51 28 -2.58186998154567D-07 51 29 9.71167148424539D-09 51 30 -3.02430699089682D-07 51 31 2.74839151405530D-08 51 32 -1.99043062987286D-07 51 33 8.90137930907603D-08 51 34 4.89463705269185D-08 51 35 3.27543245877113D-08 51 36 1.78346693088271D-07 51 37 4.87814710442537D-08 51 38 3.07230726391510D-08 51 39 -7.00408431867345D-07 51 40 7.11382246050776D-08 51 41 -1.74412945397957D-07 51 42 6.14983834106160D-09 51 43 -5.57588811718734D-08 51 44 -4.77465739072571D-08 51 45 5.82116521290981D-09 51 46 -5.55436106008565D-08 51 47 -3.07189508400635D-07 51 48 -7.34986969036841D-08 51 49 6.21058306037970D-08 51 50 -2.12286266544892D-08 51 51 7.44198883205668D+01 52 1 -9.50775497827938D-01 52 2 1.49231205565518D-02 52 3 -6.79114850238974D-02 52 4 9.50775489445149D-01 52 5 -1.49231204376493D-02 52 6 6.79114844197689D-02 52 7 -3.19252153473488D-08 52 8 4.47442961297294D-08 52 9 -2.92608606690621D-09 52 10 1.36914272913555D-07 52 11 9.86992772997918D-09 52 12 -5.56187685417581D-09 52 13 1.96424999351918D-08 52 14 3.72137779978180D-07 52 15 1.77317881268748D-08 52 16 1.40753269869071D-07 52 17 -1.71410183491872D-09 52 18 5.87953100291062D-07 52 19 -1.13294528147733D-08 52 20 2.72154245655286D-07 52 21 -1.42919100986606D-08 52 22 2.03598546051253D-07 52 23 -4.62953235403453D-08 52 24 3.62593829760141D-07 52 25 -3.50057711764499D-08 52 26 1.15179293174992D-07 52 27 1.35264735177168D-08 52 28 1.93841118571559D-07 52 29 6.62689031799057D-09 52 30 2.71136493731887D-07 52 31 1.38119097542833D-08 52 32 3.28306974140895D-07 52 33 3.25111629865720D-08 52 34 2.33755451243184D-07 52 35 1.69272641875662D-08 52 36 1.59008820759706D-07 52 37 2.04242838224442D-08 52 38 4.02882172864530D-07 52 39 -3.00900693564651D-07 52 40 9.06643292346682D-08 52 41 -8.90965291824421D-08 52 42 1.63783919477215D-07 52 43 -4.07542066863057D-08 52 44 2.22542840948271D-07 52 45 -1.13868623675777D-08 52 46 2.90895039845727D-07 52 47 -1.82474368995589D-07 52 48 8.13025613623154D-08 52 49 1.79318462781707D-08 52 50 4.02095502163048D-07 52 51 2.54157656608250D+01 52 52 1.64316542198350D+01 -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 NNT_POS 1 m No-net translation for positions 170 NNT_POS 2 m No-net translation for positions 171 NNT_POS 3 m No-net translation for positions 172 NNR_POS 1 m No-net rotation for positions 173 NNR_POS 2 m No-net rotation for positions 174 NNR_POS 3 m No-net rotation for positions 175 NNR_SRC 1 rad No-net rotation for sources 176 NNR_SRC 2 rad No-net rotation for sources 177 NNR_SRC 3 rad No-net rotation for sources 178 SRC_COO 1 rad Source coordinates 179 SRC_COO 2 rad Source coordinates 180 SRC_COO 3 rad Source coordinates 181 SRC_COO 4 rad Source coordinates 182 SRC_COO 5 rad Source coordinates 183 SRC_COO 6 rad Source coordinates 184 SRC_COO 7 rad Source coordinates 185 SRC_COO 8 rad Source coordinates 186 SRC_COO 9 rad Source coordinates 187 SRC_COO 10 rad Source coordinates 188 SRC_COO 11 rad Source coordinates 189 SRC_COO 12 rad Source coordinates 190 SRC_COO 13 rad Source coordinates 191 SRC_COO 14 rad Source coordinates 192 SRC_COO 15 rad Source coordinates 193 SRC_COO 16 rad Source coordinates 194 SRC_COO 17 rad Source coordinates 195 SRC_COO 18 rad Source coordinates 196 SRC_COO 19 rad Source coordinates 197 SRC_COO 20 rad Source coordinates 198 SRC_COO 21 rad Source coordinates 199 SRC_COO 22 rad Source coordinates 200 SRC_COO 23 rad Source coordinates 201 SRC_COO 24 rad Source coordinates 202 SRC_COO 25 rad Source coordinates 203 SRC_COO 26 rad Source coordinates 204 SRC_COO 27 rad Source coordinates 205 SRC_COO 28 rad Source coordinates 206 SRC_COO 29 rad Source coordinates 207 SRC_COO 30 rad Source coordinates 208 SRC_COO 31 rad Source coordinates 209 SRC_COO 32 rad Source coordinates 210 SRC_COO 33 rad Source coordinates 211 SRC_COO 34 rad Source coordinates 212 SRC_COO 35 rad Source coordinates 213 SRC_COO 36 rad Source coordinates 214 SRC_COO 37 rad Source coordinates 215 SRC_COO 38 rad Source coordinates 216 SRC_COO 39 rad Source coordinates 217 SRC_COO 40 rad Source coordinates 218 SRC_COO 41 rad Source coordinates 219 SRC_COO 42 rad Source coordinates 220 SRC_COO 43 rad Source coordinates 221 SRC_COO 44 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) 169 1 1.00000000000000D+00 169 4 1.00000000000000D+00 170 2 1.00000000000000D+00 170 5 1.00000000000000D+00 171 3 1.00000000000000D+00 171 6 1.00000000000000D+00 172 2 4.34450424487217D-01 172 3 4.18690973014972D-01 172 5 5.42544561212535D-01 172 6 4.42444039317440D-01 173 1 -4.34450424487217D-01 173 3 -7.97982937771618D-01 173 4 -5.42544561212535D-01 173 6 7.15358719490865D-01 174 1 -4.18690973014972D-01 174 2 7.97982937771618D-01 174 4 -4.42444039317440D-01 174 5 -7.15358719490865D-01 175 7 3.19907870785619D-02 175 8 1.56598342142141D-02 175 9 1.10020573604417D-01 175 10 6.87070674709696D-03 175 11 1.00304170526239D-02 175 12 5.71349061837773D-02 175 13 1.59569876497400D-01 175 14 5.13554171724149D-03 175 15 7.34754694533749D-02 175 16 7.62285625057213D-03 175 17 5.09254336108757D-01 175 18 3.36787635117324D-02 175 19 3.84425106719755D-02 175 20 2.70946720722522D-02 175 21 2.62373633704060D-02 175 22 1.70536688215415D-01 175 23 -1.89940124211671D-02 175 24 1.24285109767312D-02 175 25 -1.64743068769415D-01 175 26 8.02621701592574D-03 175 27 -4.99091726216145D-01 175 28 7.94878979379750D-03 175 29 -1.06859375090639D-01 175 30 8.21164646884002D-04 175 31 -2.77087797843270D-01 175 32 4.36144285127767D-04 175 33 -4.61398585821799D-01 175 34 -1.11882978263518D-02 175 35 -3.83898155035253D-02 175 36 -3.69255713875778D-02 175 37 -1.33646784726626D-01 175 38 -5.94951639358427D-03 175 39 -8.46488994204459D-04 175 40 -6.96770912820233D-02 175 41 1.57828144505536D-02 175 42 -6.04795760658823D-02 175 43 6.43215114059530D-02 175 44 -2.93428411524897D-02 175 45 1.47207809439973D-01 175 46 -1.53527591944354D-02 175 47 2.37194986637923D-02 175 48 -5.97873819617683D-02 175 49 1.45480116564393D-01 175 50 -4.72379018580263D-03 176 7 5.47590030559094D-03 176 8 -2.51540810187012D-02 176 9 2.24217810510125D-02 176 10 -9.26951716304206D-03 176 11 4.02055746521741D-03 176 12 -3.91909813555736D-02 176 13 8.13029746501753D-02 176 14 -2.77129423104876D-03 176 15 5.29790112971773D-02 176 16 -2.90675316038967D-03 176 17 8.90681470209944D-01 176 18 -5.29444400436201D-03 176 19 1.36005035673689D-01 176 20 -2.10568089547808D-03 176 21 3.20222684651902D-01 176 22 -3.84182716916720D-03 176 23 7.27070597764604D-02 176 24 8.92711518274023D-04 176 25 1.14552510574756D-01 176 26 3.17369611954820D-03 176 27 9.92926553897691D-02 176 28 1.09854072117959D-02 176 29 1.55372611800067D-02 176 30 1.55281711945985D-03 176 31 8.60876220529776D-03 176 32 3.85974646800193D-03 176 33 -5.19495179795574D-02 176 34 2.73218849498091D-02 176 35 -1.47498679910228D-02 176 36 2.64245146192370D-02 176 37 -8.53337009674307D-02 176 38 2.56195502669667D-03 176 39 -3.84769963933129D-03 176 40 4.21465537211587D-03 176 41 -6.45877919472930D-02 176 42 -4.06344751221257D-03 176 43 -7.87410119592868D-02 176 44 -6.59036266466880D-03 176 45 -1.26062810679083D-01 176 46 -4.92926543771408D-03 176 47 -1.53844045157730D-02 176 48 -2.53446474329041D-02 176 49 -7.56022553305661D-02 176 50 -2.49925972902713D-03 177 7 4.05869397807959D-03 177 9 2.64044142148610D-02 177 11 6.96302199977317D-04 177 13 9.44669737932954D-02 177 15 2.48045492102416D-02 177 17 9.23651144292042D-01 177 19 6.45676857656872D-02 177 21 1.08257564731597D-01 177 23 4.34186176133153D-02 177 25 9.92178741238682D-02 177 27 1.92041847302222D-01 177 29 5.25938445819112D-02 177 31 1.39491576722586D-01 177 33 1.26902683641503D-01 177 35 5.31812398438247D-03 177 37 1.03183272333964D-01 177 39 3.77510834826827D-04 177 41 2.14113798681641D-02 177 43 4.45258963280356D-02 177 45 1.02680010479969D-01 177 47 4.07955081909743D-03 177 49 1.00561779005843D-01 178 7 1.00000000000000D+00 179 8 1.00000000000000D+00 180 9 1.00000000000000D+00 181 10 1.00000000000000D+00 182 11 1.00000000000000D+00 183 12 1.00000000000000D+00 184 13 1.00000000000000D+00 185 14 1.00000000000000D+00 186 15 1.00000000000000D+00 187 16 1.00000000000000D+00 188 17 1.00000000000000D+00 189 18 1.00000000000000D+00 190 19 1.00000000000000D+00 191 20 1.00000000000000D+00 192 21 1.00000000000000D+00 193 22 1.00000000000000D+00 194 23 1.00000000000000D+00 195 24 1.00000000000000D+00 196 25 1.00000000000000D+00 197 26 1.00000000000000D+00 198 27 1.00000000000000D+00 199 28 1.00000000000000D+00 200 29 1.00000000000000D+00 201 30 1.00000000000000D+00 202 31 1.00000000000000D+00 203 32 1.00000000000000D+00 204 33 1.00000000000000D+00 205 34 1.00000000000000D+00 206 35 1.00000000000000D+00 207 36 1.00000000000000D+00 208 37 1.00000000000000D+00 209 38 1.00000000000000D+00 210 39 1.00000000000000D+00 211 40 1.00000000000000D+00 212 41 1.00000000000000D+00 213 42 1.00000000000000D+00 214 43 1.00000000000000D+00 215 44 1.00000000000000D+00 216 45 1.00000000000000D+00 217 46 1.00000000000000D+00 218 47 1.00000000000000D+00 219 48 1.00000000000000D+00 220 49 1.00000000000000D+00 221 50 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 1.00000000000000D-04 170 0.00000000000000D+00 1.00000000000000D-04 171 0.00000000000000D+00 1.00000000000000D-04 172 0.00000000000000D+00 1.00000000000000D-04 173 0.00000000000000D+00 1.00000000000000D-04 174 0.00000000000000D+00 1.00000000000000D-04 175 0.00000000000000D+00 5.00000000000000D-11 176 0.00000000000000D+00 5.00000000000000D-11 177 0.00000000000000D+00 5.00000000000000D-11 178 0.00000000000000D+00 1.00000000000000D-06 179 0.00000000000000D+00 1.00000000000000D-06 180 0.00000000000000D+00 1.00000000000000D-06 181 0.00000000000000D+00 1.00000000000000D-06 182 0.00000000000000D+00 1.00000000000000D-06 183 0.00000000000000D+00 1.00000000000000D-06 184 0.00000000000000D+00 1.00000000000000D-06 185 0.00000000000000D+00 1.00000000000000D-06 186 0.00000000000000D+00 1.00000000000000D-06 187 0.00000000000000D+00 1.00000000000000D-06 188 0.00000000000000D+00 1.00000000000000D-06 189 0.00000000000000D+00 1.00000000000000D-06 190 0.00000000000000D+00 1.00000000000000D-06 191 0.00000000000000D+00 1.00000000000000D-06 192 0.00000000000000D+00 1.00000000000000D-06 193 0.00000000000000D+00 1.00000000000000D-06 194 0.00000000000000D+00 1.00000000000000D-06 195 0.00000000000000D+00 1.00000000000000D-06 196 0.00000000000000D+00 1.00000000000000D-06 197 0.00000000000000D+00 1.00000000000000D-06 198 0.00000000000000D+00 1.00000000000000D-06 199 0.00000000000000D+00 1.00000000000000D-06 200 0.00000000000000D+00 1.00000000000000D-06 201 0.00000000000000D+00 1.00000000000000D-06 202 0.00000000000000D+00 1.00000000000000D-06 203 0.00000000000000D+00 1.00000000000000D-06 204 0.00000000000000D+00 1.00000000000000D-06 205 0.00000000000000D+00 1.00000000000000D-06 206 0.00000000000000D+00 1.00000000000000D-06 207 0.00000000000000D+00 1.00000000000000D-06 208 0.00000000000000D+00 1.00000000000000D-06 209 0.00000000000000D+00 1.00000000000000D-06 210 0.00000000000000D+00 1.00000000000000D-06 211 0.00000000000000D+00 1.00000000000000D-06 212 0.00000000000000D+00 1.00000000000000D-06 213 0.00000000000000D+00 1.00000000000000D-06 214 0.00000000000000D+00 1.00000000000000D-06 215 0.00000000000000D+00 1.00000000000000D-06 216 0.00000000000000D+00 1.00000000000000D-06 217 0.00000000000000D+00 1.00000000000000D-06 218 0.00000000000000D+00 1.00000000000000D-06 219 0.00000000000000D+00 1.00000000000000D-06 220 0.00000000000000D+00 1.00000000000000D-06 221 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 1.00000000000000D+08 170 170 1.00000000000000D+08 171 171 1.00000000000000D+08 172 172 1.00000000000000D+08 173 173 1.00000000000000D+08 174 174 1.00000000000000D+08 175 175 4.00000000000000D+20 176 176 4.00000000000000D+20 177 177 4.00000000000000D+20 178 178 1.00000000000000D+12 179 179 1.00000000000000D+12 180 180 1.00000000000000D+12 181 181 1.00000000000000D+12 182 182 1.00000000000000D+12 183 183 1.00000000000000D+12 184 184 1.00000000000000D+12 185 185 1.00000000000000D+12 186 186 1.00000000000000D+12 187 187 1.00000000000000D+12 188 188 1.00000000000000D+12 189 189 1.00000000000000D+12 190 190 1.00000000000000D+12 191 191 1.00000000000000D+12 192 192 1.00000000000000D+12 193 193 1.00000000000000D+12 194 194 1.00000000000000D+12 195 195 1.00000000000000D+12 196 196 1.00000000000000D+12 197 197 1.00000000000000D+12 198 198 1.00000000000000D+12 199 199 1.00000000000000D+12 200 200 1.00000000000000D+12 201 201 1.00000000000000D+12 202 202 1.00000000000000D+12 203 203 1.00000000000000D+12 204 204 1.00000000000000D+12 205 205 1.00000000000000D+12 206 206 1.00000000000000D+12 207 207 1.00000000000000D+12 208 208 1.00000000000000D+12 209 209 1.00000000000000D+12 210 210 1.00000000000000D+12 211 211 1.00000000000000D+12 212 212 1.00000000000000D+12 213 213 1.00000000000000D+12 214 214 1.00000000000000D+12 215 215 1.00000000000000D+12 216 216 1.00000000000000D+12 217 217 1.00000000000000D+12 218 218 1.00000000000000D+12 219 219 1.00000000000000D+12 220 220 1.00000000000000D+12 221 221 1.00000000000000D+12 -SOLUTION/CONSTRAINT_WEIGHT_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_MATRIX * Ind1 Ind2 Decomposed_normal_matrix(ind1,ind2) 1 1 5.13830032013357D+01 2 1 -8.87327687032521D+01 2 2 8.50138612090796D+03 3 1 -1.30781235285103D+02 3 2 6.85879372852296D+03 3 3 5.70425891848654D+03 4 1 -3.61073314547539D+01 4 2 8.49490105435252D+01 4 3 1.34106305725873D+02 4 4 5.20210209973156D+01 5 1 8.85456923097372D+01 5 2 -8.50134072612226D+03 5 3 -6.85883811597154D+03 5 4 -8.51437361054122D+01 5 5 8.50129493173957D+03 6 1 1.30437686767429D+02 6 2 -6.85871424940974D+03 6 3 -5.70434506390244D+03 6 4 -1.34465961918235D+02 6 5 6.85875691401586D+03 6 6 5.70444913239777D+03 7 1 -1.99161739229080D+08 7 2 4.44046976843679D+08 7 3 8.95156837316089D+08 7 4 1.99148293444255D+08 7 5 -4.44046977358754D+08 7 6 -8.95157683627720D+08 7 7 6.65246696878986D+16 8 1 1.28228306123140D+08 8 2 -2.56067450401069D+08 8 3 -6.64569986606149D+08 8 4 -1.28239015084040D+08 8 5 2.56067453733616D+08 8 6 6.64569584510915D+08 8 7 -4.12978982790306D+16 8 8 3.70402813446830D+16 9 1 -5.62589873235925D+08 9 2 -7.65262022693516D+09 9 3 -4.74929390974822D+09 9 4 5.62545187948341D+08 9 5 7.65262020300924D+09 9 6 4.74929092770816D+09 9 7 -3.43214472314820D+16 9 8 1.49254325133380D+16 9 9 1.55052273304101D+17 10 1 1.92843836064543D+08 10 2 1.66431196395674D+09 10 3 8.97872324026616D+08 10 4 -1.92848348518885D+08 10 5 -1.66431196252898D+09 10 6 -8.97872504314045D+08 10 7 6.60979508690272D+15 10 8 -5.55209090790960D+15 10 9 -3.37039286666792D+16 10 10 1.45108628868416D+16 11 1 2.98498562595326D+08 11 2 9.64729766614173D+09 11 3 6.93788463113120D+09 11 4 -2.98502468982233D+08 11 5 -9.64729767102454D+09 11 6 -6.93788491238359D+09 11 7 -1.79467549614305D+16 11 8 1.26585288802573D+16 11 9 -2.33062875048548D+16 11 10 6.16838316192487D+15 11 11 3.49755470302669D+16 12 1 -1.00024698538630D+08 12 2 -5.28468178367777D+09 12 3 -4.40008323706332D+09 12 4 9.99931458474594D+07 12 5 5.28468179711285D+09 12 6 4.40008176998195D+09 12 7 -2.78575415664656D+15 12 8 -3.15094020038669D+15 12 9 -1.63484710580067D+16 12 10 -1.10585848699382D+15 12 11 -1.12963024060184D+16 12 12 5.93344824328182D+16 13 1 5.18168277161019D+08 13 2 -1.74307702882218D+10 13 3 -1.41929983366185D+10 13 4 -5.18222207794080D+08 13 5 1.74307701790039D+10 13 6 1.41929937573300D+10 13 7 -2.39120280009817D+16 13 8 1.78252708586688D+16 13 9 -3.69646015144059D+16 13 10 9.14278006064928D+15 13 11 -3.19927278726158D+16 13 12 4.71348475814144D+14 13 13 3.63961716985854D+17 14 1 1.80739143965892D+07 14 2 3.31410233867973D+08 14 3 2.88637252005281D+08 14 4 -1.80767128465693D+07 14 5 -3.31410232728904D+08 14 6 -2.88637387176034D+08 14 7 8.54922348285066D+14 14 8 -1.44461156603735D+15 14 9 6.44440727306520D+13 14 10 -5.69276563754376D+14 14 11 -2.26031061621575D+13 14 12 -5.54255091359786D+15 14 13 -1.01040483297939D+16 14 14 4.93246410270354D+15 15 1 -6.59143944865465D+08 15 2 2.11529329375332D+09 15 3 2.77292751613190D+09 15 4 6.59120033939885D+08 15 5 -2.11529332571119D+09 15 6 -2.77292956585625D+09 15 7 -1.00074857404957D+16 15 8 9.00336948672339D+15 15 9 -1.97071427179477D+16 15 10 4.25255897356909D+15 15 11 -8.58697205627753D+15 15 12 2.05090638854880D+16 15 13 -5.97959355176836D+16 15 14 7.18360320185557D+15 15 15 1.63155059391778D+17 16 1 2.06971467738939D+08 16 2 -4.34870248242183D+08 16 3 -5.98966986948366D+08 16 4 -2.06975375935029D+08 16 5 4.34870249996543D+08 16 6 5.98966786643160D+08 16 7 -7.85395738852280D+14 16 8 1.06007588185914D+15 16 9 -5.35852998038120D+13 16 10 1.45391230246402D+14 16 11 6.28161181770443D+14 16 12 -2.84050796852283D+15 16 13 -3.04784666954357D+15 16 14 -2.67473548507116D+14 16 15 -8.70359277133567D+15 16 16 7.01698533086504D+15 17 1 1.92303360095426D+09 17 2 -6.76991200041281D+10 17 3 -6.06351489937629D+10 17 4 -1.92307137845463D+09 17 5 6.76991187985797D+10 17 6 6.06351315133800D+10 17 7 2.86970006008294D+15 17 8 2.26760902999347D+15 17 9 4.04318395512218D+16 17 10 -3.91436041309798D+15 17 11 -7.57245760809444D+16 17 12 8.72570947492823D+16 17 13 -2.85254654327194D+16 17 14 3.92030494705216D+15 17 15 -4.87920805110907D+16 17 16 2.06045428030449D+16 17 17 1.33387045514648D+18 18 1 -2.18752556953624D+08 18 2 1.19175400805089D+09 18 3 1.11533141503630D+09 18 4 2.18736557322552D+08 18 5 -1.19175400463593D+09 18 6 -1.11533228803914D+09 18 7 3.18481654660527D+15 18 8 -2.50189594616924D+15 18 9 3.83165847055690D+15 18 10 -1.51938655989646D+15 18 11 -2.81140143323804D+14 18 12 -6.19690708055712D+14 18 13 -6.72792437144160D+15 18 14 -8.72432340974033D+14 18 15 -4.78129400581942D+15 18 16 -1.42361450967286D+15 18 17 -1.65434917236595D+16 18 18 6.90591661122263D+15 19 1 -6.10438350450402D+08 19 2 1.47006051408257D+09 19 3 2.76551925135269D+09 19 4 6.10444888070376D+08 19 5 -1.47006060522795D+09 19 6 -2.76552058427073D+09 19 7 1.31900210093008D+15 19 8 -1.78180053648282D+15 19 9 -3.88361511064986D+15 19 10 -2.10320718053248D+14 19 11 2.65057452895542D+15 19 12 2.16358672587238D+15 19 13 -8.12957561104230D+15 19 14 5.26525310984224D+14 19 15 -2.20975024623694D+16 19 16 1.77924274469104D+15 19 17 -1.76944541944701D+17 19 18 9.17314206422000D+15 19 19 4.20110729684318D+17 20 1 9.38159727010275D+07 20 2 1.32408082282073D+09 20 3 1.09516232921348D+09 20 4 -9.38285850550366D+07 20 5 -1.32408081809537D+09 20 6 -1.09516303610430D+09 20 7 8.26686494015151D+14 20 8 -8.62374120186284D+14 20 9 -3.42196771749684D+14 20 10 -2.78754731928815D+14 20 11 1.11683741304076D+15 20 12 -2.08593592882180D+14 20 13 -1.09489612070980D+15 20 14 -2.02516590529779D+14 20 15 -4.00696074397197D+15 20 16 1.49149087656108D+14 20 17 -1.66166408769628D+16 20 18 -3.37949600812871D+15 20 19 -9.40645523119707D+15 20 20 2.12497322604673D+16 21 1 -8.67935289561208D+08 21 2 2.99725515959013D+10 21 3 2.60000274076345D+10 21 4 8.67976758480584D+08 21 5 -2.99725517638358D+10 21 6 -2.60000287067952D+10 21 7 6.96799359724925D+15 21 8 -7.11871912366029D+15 21 9 -3.93738304886707D+15 21 10 -2.33024805206861D+15 21 11 1.77301487285869D+16 21 12 -1.61538001248256D+16 21 13 -8.81670728061286D+15 21 14 -2.60334130476192D+15 21 15 -2.54099512148292D+16 21 16 -2.00793287956493D+15 21 17 -3.76113242581983D+17 21 18 9.22264495466675D+15 21 19 -2.00613358942418D+17 21 20 1.83585770985871D+16 21 21 4.64782063607504D+17 22 1 -1.79432855307512D+08 22 2 8.24276460173185D+09 22 3 7.53344993186991D+09 22 4 1.79354651708138D+08 22 5 -8.24276458168691D+09 22 6 -7.53345439678471D+09 22 7 1.99537145741074D+15 22 8 -2.02300644423370D+15 22 9 -5.93172632177148D+14 22 10 -7.48855222227890D+14 22 11 4.13764313621280D+15 22 12 -3.59243880834431D+15 22 13 -5.74912683422512D+14 22 14 -9.75286625725797D+14 22 15 -6.58410694380886D+15 22 16 6.78785890681725D+13 22 17 -1.52937271872547D+17 22 18 -1.69160622112155D+15 22 19 -1.81389592160464D+15 22 20 -1.05777092726887D+16 22 21 8.99139943691337D+16 22 22 6.33076299945517D+16 23 1 5.74332416305204D+08 23 2 -2.83290448878105D+09 23 3 -2.42982929482213D+09 23 4 -5.74309698833240D+08 23 5 2.83290441212049D+09 23 6 2.42982957270569D+09 23 7 2.72177324784732D+15 23 8 -1.92813311558067D+15 23 9 5.82572106038483D+15 23 10 -1.43267251907894D+15 23 11 3.91501402595826D+15 23 12 -9.81071926767616D+15 23 13 1.04337474829051D+16 23 14 -2.75896536964398D+15 23 15 2.28930549956125D+16 23 16 -3.61487501918301D+15 23 17 -4.82541477759795D+16 23 18 -6.54579064914112D+15 23 19 -2.16126913312922D+16 23 20 -1.44577375857656D+14 23 21 -1.39581505531975D+17 23 22 -1.59870130575049D+16 23 23 1.90418339064555D+17 24 1 5.03038724764800D+07 24 2 -1.75189421820613D+08 24 3 -5.73183073803653D+07 24 4 -5.03092257119369D+07 24 5 1.75189419854950D+08 24 6 5.73179808093737D+07 24 7 5.60044499976162D+14 24 8 -3.45097759866051D+14 24 9 1.63033920502978D+15 24 10 -3.23849043470950D+14 24 11 6.11739761618531D+14 24 12 -2.17532633317760D+15 24 13 2.92672935045374D+15 24 14 -6.66047063014062D+14 24 15 6.34727865059613D+15 24 16 -8.40426540636664D+14 24 17 -1.86098749676032D+16 24 18 -1.12390453789267D+15 24 19 -2.04450783489637D+15 24 20 -6.99619632776496D+14 24 21 -2.25678447564148D+16 24 22 -4.99158251698693D+15 24 23 3.23556678396951D+16 24 24 8.12973022541880D+15 25 1 -9.04119929354097D+07 25 2 -1.07129006490417D+09 25 3 -1.13355275701067D+09 25 4 9.05096560509877D+07 25 5 1.07128991640302D+09 25 6 1.13355660237172D+09 25 7 -1.15989131627488D+14 25 8 1.38424045909760D+13 25 9 -6.17823607632640D+14 25 10 6.13520478479360D+13 25 11 2.74776066542140D+14 25 12 3.10996272537600D+12 25 13 -1.34750875431936D+14 25 14 8.41372986255360D+13 25 15 -6.89454315669504D+14 25 16 -8.48741070108800D+12 25 17 1.68773995374592D+15 25 18 2.19200629822720D+13 25 19 -1.91401044888064D+14 25 20 -6.59268713356320D+13 25 21 -1.66908268114959D+16 25 22 1.03228887427505D+16 25 23 2.99004996743680D+13 25 24 2.61600056956480D+13 25 25 9.91385487066706D+16 26 1 3.79171682838537D+07 26 2 8.35119836571382D+07 26 3 4.42011126165178D+07 26 4 -3.79202727929610D+07 26 5 -8.35119843606971D+07 26 6 -4.42013246206093D+07 26 7 5.59290978694740D+13 26 8 -6.41774441735800D+13 26 9 -1.30466696689484D+14 26 10 -1.43103930501580D+13 26 11 1.76743253061674D+14 26 12 -8.34294778318080D+13 26 13 -2.49044617285344D+14 26 14 -3.28175918336050D+12 26 15 -4.02952105671336D+14 26 16 -1.82883385579110D+13 26 17 1.05137703397414D+15 26 18 -6.29196532880360D+13 26 19 -1.77295861838144D+14 26 20 -4.68898071968690D+13 26 21 1.14623544427008D+14 26 22 -4.95503015989771D+14 26 23 4.45001628929760D+13 26 24 2.20880979997725D+13 26 25 -1.17435182701246D+16 26 26 2.50456602712104D+15 27 1 2.06027834991439D+08 27 2 3.60703037572046D+09 27 3 3.21637432739097D+09 27 4 -2.05773627509814D+08 27 5 -3.60703068443354D+09 27 6 -3.21636215731689D+09 27 7 4.61611087505152D+14 27 8 -9.16295753205376D+14 27 9 -3.96980372550579D+15 27 10 -3.46042338700800D+12 27 11 3.59662222614747D+15 27 12 -1.23241287406592D+15 27 13 -4.13488136257741D+15 27 14 2.46347128718256D+14 27 15 -8.45335944726579D+15 27 16 -2.94305215911552D+14 27 17 2.19886241336197D+16 27 18 -8.81799908028832D+14 27 19 -3.42653176665907D+15 27 20 -9.23150681834528D+14 27 21 -5.18127084736922D+15 27 22 -4.57036697598467D+15 27 23 9.39872361457152D+14 27 24 4.58906389175812D+14 27 25 -1.09810872918210D+17 27 26 1.65252096403082D+16 27 27 3.29200548406313D+17 28 1 1.31691389895894D+08 28 2 1.81486214142389D+08 28 3 8.81641810160561D+07 28 4 -1.31693274372814D+08 28 5 -1.81486216485115D+08 28 6 -8.81643991849536D+07 28 7 7.81436750806640D+13 28 8 -8.77461947134720D+13 28 9 -1.67673038954624D+14 28 10 -2.10823911863840D+13 28 11 2.33858381750774D+14 28 12 -1.13591936185696D+14 28 13 -3.37896019999296D+14 28 14 -6.97851884080800D+12 28 15 -5.27620975094656D+14 28 16 -2.53184185571920D+13 28 17 1.36408546659533D+15 28 18 -8.55468932286280D+13 28 19 -2.29772248056192D+14 28 20 -6.25340534363180D+13 28 21 2.98649122413568D+14 28 22 -7.46961283680228D+14 28 23 4.93765025479040D+13 28 24 2.70062061759530D+13 28 25 -1.45674741179079D+16 28 26 1.83584498190515D+15 28 27 1.88442957309393D+16 28 28 7.04734868179246D+15 29 1 2.00698543812187D+07 29 2 -1.87609367421979D+09 29 3 -1.87465988152904D+09 29 4 -2.00156224278745D+07 29 5 1.87609359720319D+09 29 6 1.87466245052770D+09 29 7 -1.94365817681888D+14 29 8 3.22695310767968D+14 29 9 1.20366502560902D+15 29 10 1.78035419781040D+13 29 11 -1.17751308283779D+15 29 12 4.25378276733088D+14 29 13 1.38873648570573D+15 29 14 -6.33001212408780D+13 29 15 2.74711620614074D+15 29 16 1.00103942098476D+14 29 17 -7.20687511522099D+15 29 18 3.13575425206708D+14 29 19 1.14242081802931D+15 29 20 3.02561073033562D+14 29 21 3.06604027155200D+15 29 22 6.59974833889748D+14 29 23 -3.23723049184256D+14 29 24 -1.53106706037869D+14 29 25 4.20516952546099D+15 29 26 -2.18835945633064D+14 29 27 -1.33722872878220D+17 29 28 -7.94884569107623D+15 29 29 2.00965206187825D+17 30 1 -4.45821407658660D+07 30 2 -1.25626898083834D+08 30 3 -7.44011285182890D+07 30 4 4.45819637567440D+07 30 5 1.25626898209595D+08 30 6 7.44011088109351D+07 30 7 -2.28500377278145D+13 30 8 4.49859193594480D+13 30 9 1.94392712236104D+14 30 10 -8.42514890200000D+10 30 11 -1.77849910405401D+14 30 12 5.97954631892400D+13 30 13 2.00795975802968D+14 30 14 -1.25854851645675D+13 30 15 4.17515362989396D+14 30 16 1.43540102858302D+13 30 17 -1.09483082217907D+15 30 18 4.35360852044385D+13 30 19 1.70970032139520D+14 30 20 4.53968669505938D+13 30 21 4.79188252729024D+14 30 22 8.30641193354760D+13 30 23 -4.94646247982400D+13 30 24 -2.32748857572574D+13 30 25 1.24780489155360D+15 30 26 -1.60122507095204D+14 30 27 -7.25851003517057D+15 30 28 -2.39956554990361D+15 30 29 8.58038198008549D+15 30 30 2.23716542057699D+15 31 1 3.29829226474054D+08 31 2 -7.52105631457815D+09 31 3 -6.96419410254116D+09 31 4 -3.29692733951957D+08 31 5 7.52105610906286D+09 31 6 6.96420075170141D+09 31 7 -1.04617173372573D+15 31 8 1.67973701665814D+15 31 9 6.02994890499917D+15 31 10 1.24034219867700D+14 31 11 -5.96418357274388D+15 31 12 2.23133215480110D+15 31 13 7.22735337225728D+15 31 14 -2.80245810122890D+14 31 15 1.39085947852961D+16 31 16 5.19671100997216D+14 31 17 -3.62420721574789D+16 31 18 1.62717926227547D+15 31 19 5.76192380785357D+15 31 20 1.54263600777827D+15 31 21 1.36156489416100D+16 31 22 4.62472503523961D+15 31 23 -1.55435109498982D+15 31 24 -7.58871291284492D+14 31 25 2.28951206215014D+16 31 26 -2.27109127538270D+15 31 27 -9.98045375965635D+16 31 28 5.22458726334154D+15 31 29 -5.41216451547709D+16 31 30 -2.39824848916784D+15 31 31 3.29466938140236D+17 32 1 -1.00131364371709D+08 32 2 3.84087025915153D+08 32 3 3.64952654242076D+08 32 4 1.00131751070603D+08 32 5 -3.84087025285664D+08 32 6 -3.64952664537323D+08 32 7 9.00812671497730D+13 32 8 -9.99667323340720D+13 32 9 -1.84188163403952D+14 32 10 -2.48002034495240D+13 32 11 2.62297085206178D+14 32 12 -1.29509324566352D+14 32 13 -3.83813929239360D+14 32 14 -9.14695565374500D+12 32 15 -5.90773172212128D+14 32 16 -2.87909791579740D+13 32 17 1.52363601872973D+15 32 18 -9.74034006468570D+13 32 19 -2.57438237709184D+14 32 20 -7.03587895302000D+13 32 21 -5.68210976358464D+14 32 22 -2.58116228340281D+14 32 23 5.35926457133120D+13 32 24 2.99084781706330D+13 32 25 5.53246508025904D+15 32 26 -1.03729817782721D+15 32 27 -9.89137336078957D+15 32 28 -1.25268710510491D+15 32 29 -4.30973273497519D+15 32 30 -4.91848097544477D+14 32 31 -4.37606308940741D+15 32 32 4.19308667831654D+15 33 1 -5.33143924518360D+08 33 2 -1.98334826134867D+09 33 3 1.19693023982666D+08 33 4 5.33354392102446D+08 33 5 1.98334806905985D+09 33 6 -1.19681478988181D+08 33 7 1.74249010800256D+14 33 8 -6.95099477986240D+14 33 9 -4.10687385893069D+15 33 10 1.04441221253312D+14 33 11 3.29757156063582D+15 33 12 -9.67824855851136D+14 33 13 -3.45771804022579D+15 33 14 3.45226174712416D+14 33 15 -7.89914946861926D+15 33 16 -2.35527213807912D+14 33 17 2.05823415546593D+16 33 18 -6.64552337881936D+14 33 19 -3.13086121424230D+15 33 20 -8.34169095731032D+14 33 21 -6.29779386780877D+15 33 22 -3.03108770653254D+15 33 23 9.55143833598464D+14 33 24 4.44326540079472D+14 33 25 -8.62821855779840D+14 33 26 -7.50697287476576D+14 33 27 -2.19334260671672D+16 33 28 5.63935117208640D+13 33 29 -1.73681333467443D+15 33 30 1.22254192680670D+15 33 31 -1.50292749158420D+17 33 32 1.40608078146108D+16 33 33 2.82284748904015D+17 34 1 5.89133142953289D+07 34 2 1.90689072552296D+09 34 3 1.42995006956546D+09 34 4 -5.89044687287280D+07 34 5 -1.90689072779919D+09 34 6 -1.42994979155080D+09 34 7 2.87539248806872D+14 34 8 -2.63770014135712D+14 34 9 -1.75764306703808D+14 34 10 -9.63342409190400D+13 34 11 5.28268837800512D+14 34 12 -3.31360717285376D+14 34 13 -9.20624506862208D+14 34 14 -7.01827312532480D+13 34 15 -1.12443015867699D+15 34 16 -7.32259196940760D+13 34 17 2.86604025031066D+15 34 18 -2.57506418018480D+14 34 19 -5.17717841796608D+14 34 20 -1.47368210927980D+14 34 21 -1.31131529138432D+15 34 22 -4.76613888611480D+14 34 23 5.91050463637760D+13 34 24 4.82075176381080D+13 34 25 6.56590267741005D+15 34 26 -1.34817017663472D+15 34 27 -1.85062730167181D+15 34 28 -1.22587030283264D+15 34 29 -2.60248087802685D+15 34 30 -1.70514438851458D+14 34 31 -2.09221990637765D+16 34 32 -1.48362829335125D+15 34 33 -6.76410053251418D+15 34 34 1.45328126494364D+16 35 1 -9.97111852096074D+07 35 2 7.79349224772408D+09 35 3 6.04045052326915D+09 35 4 9.97266657454351D+07 35 5 -7.79349225391690D+09 35 6 -6.04044953133889D+09 35 7 1.18721523439635D+14 35 8 -9.91715897713280D+13 35 9 2.31799235626400D+12 35 10 -4.49617462747680D+13 35 11 1.53102052122210D+14 35 12 -1.23685787949984D+14 35 13 -3.32365142604096D+14 35 14 -4.02991012331080D+13 35 15 -2.97262919267200D+14 35 16 -2.82224452056000D+13 35 17 6.92758479046912D+14 35 18 -9.50255433841520D+13 35 19 -1.33106787733360D+14 35 20 -4.59623653470240D+13 35 21 -1.97521344021568D+14 35 22 -2.60045275244008D+14 35 23 -2.70662430525920D+13 35 24 3.79735558062600D+12 35 25 3.99422191053910D+15 35 26 -7.59650945118908D+14 35 27 1.91032041828614D+15 35 28 -9.40977805868504D+14 35 29 -5.57076620652640D+14 35 30 -2.71203754222478D+14 35 31 2.59685749181248D+15 35 32 -8.52874002052256D+14 35 33 -7.23170248350572D+16 35 34 1.03189155308969D+16 35 35 6.63759564733076D+16 36 1 1.69837365253129D+08 36 2 2.98526204813558D+08 36 3 -1.06202390637566D+08 36 4 -1.69816793673653D+08 36 5 -2.98526212400179D+08 36 6 1.06203341493791D+08 36 7 8.21493238687680D+13 36 8 2.36478952219200D+13 36 9 6.89032681387072D+14 36 10 -5.72190645865120D+13 36 11 -3.97682990990040D+14 36 12 4.78887661184000D+13 36 13 2.75319201790208D+14 36 14 -9.10139115533720D+13 36 15 1.00886463735590D+15 36 16 1.45573616075440D+13 36 17 -2.64401231438234D+15 36 18 2.01996267538000D+13 36 19 3.69137304780800D+14 36 20 9.54269145885080D+13 36 21 6.64176666306048D+14 36 22 3.51964633127400D+14 36 23 -1.48714747869056D+14 36 24 -6.19490915483900D+13 36 25 4.47976769592934D+15 36 26 -7.24544373209288D+14 36 27 4.37079484588531D+15 36 28 -9.39158351504032D+14 36 29 -1.18921488918490D+15 36 30 -3.80956541713888D+14 36 31 -1.04596915272365D+15 36 32 -8.26228915530200D+14 36 33 -4.51965089485793D+16 36 34 1.69093027799315D+15 36 35 7.73174091229501D+15 36 36 3.27153862200052D+16 37 1 5.76806273114291D+08 37 2 -1.24427362542939D+10 37 3 -1.05993473459063D+10 37 4 -5.76751067196867D+08 37 5 1.24427361235862D+10 37 6 1.05993504305053D+10 37 7 1.93753826513536D+14 37 8 -5.18279783219200D+13 37 9 8.23066171225728D+14 37 10 -1.05448541762752D+14 37 11 -3.54889898540524D+14 37 12 -4.07855168199680D+13 37 13 6.23455496483840D+13 37 14 -1.43042561854544D+14 37 15 9.85877976446336D+14 37 16 -6.70961959040000D+12 37 17 -2.67719672798413D+15 37 18 -5.13108313075520D+13 37 19 3.51720647992320D+14 37 20 7.72782734581360D+13 37 21 7.50199342346752D+14 37 22 1.63933784058928D+14 37 23 -2.22974254230272D+14 37 24 -7.68090694319760D+13 37 25 5.72361735511962D+15 37 26 -1.00420209574264D+15 37 27 6.91107596476518D+15 37 28 -1.62135988149120D+15 37 29 -1.12665439434752D+15 37 30 -4.34384716552632D+14 37 31 -5.31481533470720D+14 37 32 -1.95679566761611D+15 37 33 -1.24869209001226D+16 37 34 3.12199759301734D+15 37 35 -7.42905648023039D+16 37 36 2.97047532838057D+16 37 37 2.07108349706821D+17 38 1 -2.93597085717491D+07 38 2 7.67939131033681D+08 38 3 5.89889657970975D+08 38 4 2.93627428400103D+07 38 5 -7.67939131648419D+08 38 6 -5.89889502718363D+08 38 7 7.91525362212280D+13 38 8 -5.10662327537600D+13 38 9 1.12830343641528D+14 38 10 -3.32774271722500D+13 38 11 2.45759310417180D+13 38 12 -6.04355863332480D+13 38 13 -1.37203424792720D+14 38 14 -3.53194852513880D+13 38 15 -1.57754641079360D+13 38 16 -1.25945458205730D+13 38 17 1.69268994685440D+13 38 18 -5.02324125298550D+13 38 19 -2.64559583390400D+13 38 20 -1.04638124520845D+13 38 21 -1.49040664863936D+14 38 22 -1.07007794616700D+13 38 23 -2.38810493973600D+13 38 24 -4.21193203527312D+12 38 25 7.86631003903680D+14 38 26 -1.49493596237057D+14 38 27 7.62015147598704D+14 38 28 -2.37982733593424D+14 38 29 -8.62889149267940D+13 38 30 -4.97852622001040D+13 38 31 2.59737858545138D+14 38 32 -2.85827500313990D+14 38 33 -1.39494630873006D+15 38 34 2.03633748797320D+14 38 35 2.14461532747072D+15 38 36 -4.27147247809248D+15 38 37 -9.31626804630931D+15 38 38 2.72847058911317D+15 39 1 1.38817980019312D+08 39 2 3.28604441800155D+09 39 3 2.06273104010785D+09 39 4 -1.38818128078697D+08 39 5 -3.28604441644396D+09 39 6 -2.06273101687004D+09 39 7 -8.92963989848879D+14 39 8 9.76379289509296D+14 39 9 1.70941299955674D+15 39 10 2.55511528570654D+14 39 11 -2.49277530880220D+15 39 12 1.26926792828892D+15 39 13 3.74614793673158D+15 39 14 1.10926540835728D+14 39 15 5.59043369039885D+15 39 16 2.82351676300150D+14 39 17 -1.42821839844038D+16 39 18 9.47667836734372D+14 39 19 2.41845444675223D+15 39 20 6.74069258903283D+14 39 21 6.27599772125252D+15 39 22 1.89185247080132D+15 39 23 -4.41772595583565D+14 39 24 -2.69592173992101D+14 39 25 -3.75029023682012D+14 39 26 4.17013797995133D+14 39 27 4.61502110111416D+15 39 28 5.97762136017224D+14 39 29 -1.68693851472136D+15 39 30 -2.17107717109162D+14 39 31 -9.21559246455797D+15 39 32 6.89800156830418D+14 39 33 2.63704091169295D+15 39 34 2.09426269385185D+15 39 35 6.32094051155890D+14 39 36 5.88415359975784D+14 39 37 -3.02785286503773D+15 39 38 1.22784384091342D+15 39 39 1.44625731935528D+16 40 1 -3.25209472845824D+08 40 2 -2.33412552845076D+09 40 3 -1.55261056831878D+09 40 4 3.25241756580326D+08 40 5 2.33412551258013D+09 40 6 1.55261236887720D+09 40 7 9.89736902572084D+14 40 8 -1.06227421790444D+15 40 9 -1.74431298091170D+15 40 10 -2.90001661856684D+14 40 11 2.64822456101072D+15 40 12 -1.38007507148354D+15 40 13 -4.04911292655056D+15 40 14 -1.38721914825506D+14 40 15 -5.92062269437088D+15 40 16 -3.05911342687874D+14 40 17 1.50912271542720D+16 40 18 -1.03099511352525D+15 40 19 -2.56977451519187D+15 40 20 -7.18983074962258D+14 40 21 -6.74518290153933D+15 40 22 -1.99113087523423D+15 40 23 4.49214160872848D+14 40 24 2.81940390303372D+14 40 25 2.95592065901600D+14 40 26 -3.66782230481469D+14 40 27 -4.15386986844678D+15 40 28 -5.25655289158076D+14 40 29 1.50294529534532D+15 40 30 1.94779745770358D+14 40 31 8.21928534063346D+15 40 32 -6.06577674282548D+14 40 33 -2.49401489801056D+15 40 34 -1.80621380413814D+15 40 35 -1.14641752955809D+15 40 36 6.85512278217680D+13 40 37 -5.94025512177674D+15 40 38 3.74917628530690D+14 40 39 -8.94536331298993D+15 40 40 4.33082543480053D+16 41 1 -5.27650616107771D+08 41 2 -4.16526659239337D+09 41 3 -2.04349782580018D+09 41 4 5.27635272165365D+08 41 5 4.16526657517205D+09 41 6 2.04349734250936D+09 41 7 -5.85442661640244D+14 41 8 -3.76682200802304D+14 41 9 -6.46797614405504D+15 41 10 4.83803060644800D+14 41 11 4.05169386602479D+15 41 12 -6.52197057969536D+14 41 13 -3.09307190244429D+15 41 14 8.25588557205552D+14 41 15 -1.02614174854432D+16 41 16 -1.64352474399760D+14 41 17 2.71896122735442D+16 41 18 -3.56860294393072D+14 41 19 -3.94715183614637D+15 41 20 -9.77422528168472D+14 41 21 -8.09491759029466D+15 41 22 -3.12868812242768D+15 41 23 1.68966828029664D+15 41 24 6.70992708579592D+14 41 25 -1.43293873631987D+15 41 26 -3.96923323278768D+14 41 27 -1.07684957639788D+16 41 28 -5.16780637980224D+14 41 29 3.38824104836352D+15 41 30 5.37207872993024D+14 41 31 1.67673734882621D+16 41 32 -5.68804737353600D+14 41 33 -1.06799059212767D+16 41 34 -8.01464533828352D+14 41 35 2.21895621544976D+14 41 36 1.34253521658854D+15 41 37 -1.32857975859482D+15 41 38 7.98145173719304D+14 41 39 -2.67404048593764D+16 41 40 5.95316863693254D+15 41 41 1.37570721881187D+17 42 1 1.74840046771083D+08 42 2 -5.24357555290245D+08 42 3 -3.87675047058676D+08 42 4 -1.74813166211977D+08 42 5 5.24357555064369D+08 42 6 3.87676647537983D+08 42 7 1.02656141548241D+15 42 8 -8.02374880915760D+14 42 9 4.23611919157224D+14 42 10 -3.94683749063944D+14 42 11 1.06938891372554D+15 42 12 -9.90109564366296D+14 42 13 -2.55873156043389D+15 42 14 -3.67415640165275D+14 42 15 -2.01254272487851D+15 42 16 -2.16217072558078D+14 42 17 4.79701043772390D+15 42 18 -7.79791142022139D+14 42 19 -1.01322382723776D+15 42 20 -3.27285831085603D+14 42 21 -3.13189429808890D+15 42 22 -9.14504111929114D+14 42 23 -1.46754499664720D+14 42 24 3.51624765878430D+13 42 25 1.02946552033366D+15 42 26 -3.54215583508408D+14 42 27 -1.31440340006256D+15 42 28 -5.31996821487406D+14 42 29 6.91401738355068D+14 42 30 4.73140841079775D+13 42 31 4.55185517256315D+15 42 32 -6.25966769912080D+14 42 33 1.10905933477701D+15 42 34 -2.28271272455806D+15 42 35 -9.28848098045412D+14 42 36 -1.25185886718276D+15 42 37 -3.94297367664701D+15 42 38 -4.17461836654206D+14 42 39 -3.76836139490676D+15 42 40 -1.71777389353778D+16 42 41 -2.29090979607142D+15 42 42 2.76863440626492D+16 43 1 -3.25517444156665D+08 43 2 -4.13766342321763D+09 43 3 -1.90104688900309D+09 43 4 3.25480107675010D+08 43 5 4.13766338261826D+09 43 6 1.90104507556108D+09 43 7 -3.04187589061968D+14 43 8 -1.12521716653952D+14 43 9 -2.75381366046298D+15 43 10 2.31271496926528D+14 43 11 1.66340883259660D+15 43 12 -2.12920438739456D+14 43 13 -1.16181379719322D+15 43 14 3.73328512506944D+14 43 15 -4.24542853414874D+15 43 16 -5.71048874503360D+13 43 17 1.12852684072837D+16 43 18 -1.05755148662880D+14 43 19 -1.61945003800026D+15 43 20 -3.96414054457064D+14 43 21 -3.23147295203686D+15 43 22 -1.29395435542405D+15 43 23 7.27805911865088D+14 43 24 2.83381204817504D+14 43 25 2.76953937798656D+14 43 26 -3.32917139080608D+14 43 27 -3.63632750614989D+15 43 28 -4.82457709028928D+14 43 29 1.30910538292352D+15 43 30 1.67119168394272D+14 43 31 7.28128030518477D+15 43 32 -5.58410378553072D+14 43 33 -2.04822475636941D+15 43 34 -1.70044587355213D+15 43 35 -8.08008603571712D+14 43 36 -2.49017347936000D+14 43 37 -6.43002594783232D+14 43 38 -5.03728816036944D+14 43 39 -1.46450249861045D+16 43 40 1.47988499515190D+16 43 41 -2.08654210688602D+16 43 42 1.23557545389576D+15 43 43 2.17019807129737D+17 44 1 1.11067463739972D+08 44 2 -9.05215183385090D+08 44 3 -8.48638780560573D+08 44 4 -1.11055260638401D+08 44 5 9.05215182282381D+08 44 6 8.48639550342065D+08 44 7 8.24959373127532D+14 44 8 -6.80446168975168D+14 44 9 8.05207921399600D+13 44 10 -3.08176710189192D+14 44 11 1.05003940874796D+15 44 12 -8.50985194519984D+14 44 13 -2.25041716753056D+15 44 14 -2.70815374130041D+14 44 15 -2.09230754955277D+15 44 16 -1.85356753598356D+14 44 17 5.10086630126336D+15 44 18 -6.61177016107246D+14 44 19 -1.00595299587059D+15 44 20 -3.11064930426353D+14 44 21 -3.00946699488986D+15 44 22 -8.40523221304432D+14 44 23 -4.52085605682560D+13 44 24 5.84512801484975D+13 44 25 5.04597111776768D+14 44 26 -2.13453418688887D+14 44 27 -1.21545337598861D+15 44 28 -3.16504722596504D+14 44 29 5.35934493826816D+14 44 30 5.06189754301105D+13 44 31 3.27437457039172D+15 44 32 -3.70597047630872D+14 44 33 1.09810929399152D+14 44 34 -1.28761683909440D+15 44 35 -6.25139225398656D+14 44 36 -5.09661856874208D+14 44 37 -1.02773870335261D+15 44 38 -4.18607214710947D+14 44 39 -1.94678626227346D+15 44 40 9.76508396927806D+14 44 41 -4.68244484272960D+14 44 42 -3.83657078925876D+15 44 43 -1.35224846892871D+16 44 44 1.87312232891059D+16 45 1 2.41512243123083D+08 45 2 -1.01150511712386D+10 45 3 -7.86452307067213D+09 45 4 -2.41590115702435D+08 45 5 1.01150510823361D+10 45 6 7.86451888914485D+09 45 7 5.28756898221600D+14 45 8 -6.11473125485312D+14 45 9 -1.26764263513754D+15 45 10 -1.38451769472320D+14 45 11 1.67158772301900D+15 45 12 -7.99011135897088D+14 45 13 -2.40926215775488D+15 45 14 -3.91394778354880D+13 45 15 -3.78719884417229D+15 45 16 -1.79082731921376D+14 45 17 9.69284144211558D+15 45 18 -5.92805438221120D+14 45 19 -1.61717702868480D+15 45 20 -4.47869542973744D+14 45 21 -4.08515035395328D+15 45 22 -1.29570075943955D+15 45 23 3.23856748672256D+14 45 24 1.87542877177456D+14 45 25 9.18175952303104D+14 45 26 -3.77811717754240D+14 45 27 -1.96805926889472D+15 45 28 -5.65194425558336D+14 45 29 8.79062600266496D+14 45 30 7.72900885969600D+13 45 31 5.55394691144704D+15 45 32 -6.63594597613920D+14 45 33 4.41705984593920D+14 45 34 -2.33406593199053D+15 45 35 -1.13254893304432D+15 45 36 -9.84049830625024D+14 45 37 -2.13017973467238D+15 45 38 -7.32695065835136D+14 45 39 -3.88479672641239D+15 45 40 1.41167055178972D+16 45 41 -3.98519803663913D+16 45 42 1.19270126571094D+16 45 43 -9.07413093284972D+16 45 44 1.50960965496185D+16 45 45 3.76808067878024D+17 46 1 -3.29855605145886D+06 46 2 -4.13395945594359D+07 46 3 -7.70810250789967D+07 46 4 3.30484749414034D+06 46 5 4.13395910523793D+07 46 6 7.70814184177393D+07 46 7 5.07621353449828D+14 46 8 -3.41146701453976D+14 46 9 6.27668404344744D+14 46 10 -2.13537099174328D+14 46 11 2.13259166208842D+14 46 12 -4.10209978179312D+14 46 13 -9.62154374630528D+14 46 14 -2.23916469084026D+14 46 15 -2.26638596669952D+14 46 16 -8.74789130590220D+13 46 17 3.52712164625408D+14 46 18 -3.32174025625074D+14 46 19 -1.96940495584224D+14 46 20 -8.33482227438220D+13 46 21 -9.13944102290944D+14 46 22 -1.88661368884633D+14 46 23 -1.79571619518256D+14 46 24 -2.88232480340302D+13 46 25 4.04547588981408D+14 46 26 -8.11939588933570D+13 46 27 3.06289409900224D+14 46 28 -1.27080162420760D+14 46 29 -1.33583690960000D+13 46 30 -2.09498676196945D+13 46 31 2.80084647548616D+14 46 32 -1.52143651025092D+14 46 33 1.02849596591453D+15 46 34 -6.36052782512176D+14 46 35 -3.27536204998564D+14 46 36 -4.35335424442848D+14 46 37 -7.95855347631328D+14 46 38 -2.36118918496796D+14 46 39 -2.88306454763470D+13 46 40 1.00476713447572D+15 46 41 -1.49113844967410D+15 46 42 -7.85048153282355D+14 46 43 7.76109031705626D+15 46 44 -6.55897453626412D+15 46 45 -1.80304069157156D+16 46 46 1.05314451446522D+16 47 1 -1.47068205175535D+08 47 2 7.59682645055424D+09 47 3 5.95960905454877D+09 47 4 1.47055625915924D+08 47 5 -7.59682645552217D+09 47 6 -5.95960968217231D+09 47 7 5.45830202847747D+14 47 8 -6.23556532463104D+14 47 9 -5.16645696673928D+14 47 10 -4.45394995309936D+14 47 11 4.75634013360082D+14 47 12 -1.03167722942218D+15 47 13 -1.91402879404406D+15 47 14 -3.48777807575778D+14 47 15 -1.03924958006658D+15 47 16 -1.65130662753940D+14 47 17 2.22806132489856D+15 47 18 -5.90391018391372D+14 47 19 -5.62401988169488D+14 47 20 -2.05379931057006D+14 47 21 -1.82811050145824D+15 47 22 -6.50740122902360D+14 47 23 -2.36944364083152D+14 47 24 -1.52398540836830D+13 47 25 4.53756774094944D+14 47 26 -1.44305627943644D+14 47 27 -3.30083991133056D+14 47 28 -2.21244228177008D+14 47 29 2.06692110443424D+14 47 30 5.95519383044000D+12 47 31 1.58529489062707D+15 47 32 -2.62137741585328D+14 47 33 7.13466907269664D+14 47 34 -9.81007537493536D+14 47 35 -4.94094335224963D+14 47 36 -5.10697404829216D+14 47 37 -1.04847373520125D+15 47 38 -3.26205598810896D+14 47 39 -3.13710087546082D+14 47 40 5.32891537815802D+15 47 41 -1.43707046741576D+16 47 42 3.99482481467689D+15 47 43 -1.37044744480516D+16 47 44 5.00325452181160D+14 47 45 -4.71695498447622D+16 47 46 1.36530908885388D+14 47 47 6.44575146329630D+16 48 1 4.52427544261977D+07 48 2 6.04420763914029D+06 48 3 -1.99377164088103D+08 48 4 -4.52193994238534D+07 48 5 -6.04421198680289D+06 48 6 1.99378715946832D+08 48 7 1.00630704861373D+15 48 8 -3.86888957908576D+14 48 9 2.29254214242534D+15 48 10 -6.06800031913280D+13 48 11 6.24232562147864D+14 48 12 -5.94095956385920D+13 48 13 -1.13163915445069D+15 48 14 -2.03086756264096D+14 48 15 -6.40198512616512D+14 48 16 -1.01375353645780D+14 48 17 1.53308599010816D+15 48 18 -3.99854470242976D+14 48 19 -4.02814364999936D+14 48 20 -1.33028392910956D+14 48 21 -1.62580661729382D+15 48 22 -2.01829352519560D+14 48 23 -1.08172605521536D+14 48 24 2.57862693824000D+11 48 25 3.61178000372992D+14 48 26 -8.87573247487520D+13 48 27 -5.33248587636480D+13 48 28 -1.32095124194688D+14 48 29 1.13445307715328D+14 48 30 2.11382622284000D+11 48 31 8.05590724861232D+14 48 32 -1.55597485152264D+14 48 33 6.16237568615424D+14 48 34 -6.01931181429536D+14 48 35 -2.84225654979648D+14 48 36 -3.51473578321952D+14 48 37 -6.73900603837568D+14 48 38 -2.03758549581972D+14 48 39 -1.04562516916930D+15 48 40 5.37277875568570D+15 48 41 -1.19287449971310D+16 48 42 3.44037857319866D+15 48 43 -7.49125416346944D+15 48 44 -6.33221167020264D+14 48 45 -1.66355334357617D+16 48 46 -2.99243637384161D+15 48 47 1.00588559537801D+16 48 48 3.63039121526782D+16 49 1 6.26972163477836D+08 49 2 -8.94857621999422D+09 49 3 -8.49182138363813D+09 49 4 -6.27042556481955D+08 49 5 8.94857611839901D+09 49 6 8.49181714907521D+09 49 7 2.64555083687930D+15 49 8 -1.60775845001126D+15 49 9 4.61143430623757D+15 49 10 -1.19786372894694D+15 49 11 2.78211671767320D+13 49 12 -1.90762084998016D+15 49 13 -4.03889621142835D+15 49 14 -1.32944513722971D+15 49 15 1.48600867171494D+15 49 16 -3.99676198830320D+14 49 17 -5.28854515521126D+15 49 18 -1.56161446467181D+15 49 19 6.44513145932800D+13 49 20 -1.71430186037816D+14 49 21 -1.96211790039347D+15 49 22 -4.41042146544592D+14 49 23 -1.39893973666176D+15 49 24 -3.30857614182224D+14 49 25 1.66583397959526D+15 49 26 -2.36926634361968D+14 49 27 2.72777365806387D+15 49 28 -3.89741800774912D+14 49 29 -5.72089916092416D+14 49 30 -1.59336850664376D+14 49 31 -1.49584029650432D+15 49 32 -4.74936883295344D+14 49 33 5.36514050576794D+15 49 34 -2.22203498747776D+15 49 35 -1.20061240712762D+15 49 36 -1.84336491647578D+15 49 37 -3.22197799241626D+15 49 38 -8.97320094720320D+14 49 39 4.21784112249673D+15 49 40 -3.13545723758982D+15 49 41 7.83419202909120D+15 49 42 -5.71986177063762D+15 49 43 -3.92279989275643D+16 49 44 8.84169760191549D+15 49 45 -9.92947436528532D+16 49 46 1.19467314407669D+16 49 47 -6.03597832118796D+16 49 48 2.45491304621075D+16 49 49 2.73611534324146D+17 50 1 -5.29780010403621D+07 50 2 7.98679142725791D+08 50 3 7.29581490971704D+08 50 4 5.29798638517950D+07 50 5 -7.98679142787623D+08 50 6 -7.29581356918501D+08 50 7 1.32815569454591D+14 50 8 -4.65929049405560D+13 50 9 4.68923645354212D+14 50 10 -6.34895976157760D+13 50 11 -1.59822235266608D+14 50 12 -4.06682257180320D+13 50 13 -2.74086574962400D+13 50 14 -8.43159305998410D+13 50 15 4.72728339616680D+14 50 16 -8.50033164375300D+12 50 17 -1.29478272884416D+15 50 18 -4.62517754837010D+13 50 19 1.59546484577216D+14 50 20 3.31589823671872D+13 50 21 2.25306845699456D+14 50 22 1.23721948874970D+14 50 23 -1.18082350954160D+14 50 24 -3.90036482218524D+13 50 25 1.48288227102592D+14 50 26 -4.29661808208000D+12 50 27 4.59263834015920D+14 50 28 -1.00733138382680D+13 50 29 -1.22542970176320D+14 50 30 -2.37712967398142D+13 50 31 -5.39454180669159D+14 50 32 -1.37123652511815D+13 50 33 6.22655713331712D+14 50 34 -1.15315092799520D+14 50 35 -6.80280206877320D+13 50 36 -1.59305921376660D+14 50 37 -2.46689096823024D+14 50 38 -6.04342590697320D+13 50 39 3.59336642196690D+13 50 40 1.72589406427772D+14 50 41 2.85429474897472D+14 50 42 -1.21176801918305D+13 50 43 1.56642179800074D+15 50 44 -7.88965311985300D+14 50 45 2.07608781315990D+15 50 46 -1.56262751671711D+15 50 47 4.14283051509507D+15 50 48 -5.58914264967036D+15 50 49 -1.59129607672144D+16 50 50 3.75345314626292D+15 51 1 2.12523134152457D+00 51 2 -9.22804048531502D+01 51 3 -8.53136532659226D+01 51 4 -2.12522986625298D+00 51 5 9.22804048739293D+01 51 6 8.53136534553209D+01 51 7 -3.78028679661638D+07 51 8 3.63599952748617D+07 51 9 9.51875305337503D+07 51 10 -1.47200945293919D+07 51 11 -2.37871412693096D+08 51 12 2.27660631397195D+08 51 13 3.98253041335910D+08 51 14 -1.30462175595603D+07 51 15 -6.63466064738337D+07 51 16 3.29787698590007D+07 51 17 2.34431358107073D+09 51 18 -3.61673291589664D+07 51 19 -8.52284223161481D+07 51 20 -3.43816849474104D+07 51 21 -1.00616813006067D+09 51 22 -2.96581527756384D+08 51 23 1.41471196867514D+08 51 24 7.75694815757573D+06 51 25 2.43095250029898D+07 51 26 3.81366726483179D+06 51 27 -3.68719056390780D+07 51 28 1.16202962802943D+06 51 29 3.12059132221714D+07 51 30 1.54566562649340D+06 51 31 -4.15714398586077D+07 51 32 1.15831534540851D+07 51 33 -3.08516358668082D+07 51 34 1.70711448360638D+07 51 35 1.50853164316271D+08 51 36 -5.12425689445292D+07 51 37 -3.34363414166181D+08 51 38 2.73546088538499D+07 51 39 5.80282411898582D+07 51 40 -3.97260589140969D+07 51 41 2.86994130800738D+06 51 42 -9.36723618201144D+06 51 43 -6.64302461180874D+07 51 44 -2.62342595226411D+07 51 45 -3.26730438957395D+08 51 46 -9.13551609272167D+06 51 47 2.30289826694398D+08 51 48 1.80912579674830D+07 51 49 -3.16915418302891D+08 51 50 1.54891565063594D+07 51 51 7.65305494978948D+00 52 1 -5.15346844748434D-01 52 2 9.88728521633105D+01 52 3 8.22746566715031D+01 52 4 5.15346962356850D-01 52 5 -9.88728521998739D+01 52 6 -8.22746567649295D+01 52 7 3.87326683449639D+07 52 8 -2.02746476782304D+07 52 9 -1.60563743414822D+08 52 10 3.44683018744893D+07 52 11 2.13154872458888D+08 52 12 -8.24837843502852D+07 52 13 -5.40809558570972D+08 52 14 2.67078603831413D+06 52 15 1.08372427409967D+08 52 16 -8.10201344334817D+06 52 17 -1.41880133709543D+09 52 18 7.52102054378908D+06 52 19 9.11392026644921D+07 52 20 2.84160201040539D+07 52 21 5.01931156047145D+08 52 22 1.91669748260699D+08 52 23 2.99349693889587D+07 52 24 9.40484200645756D+06 52 25 -4.19800727766468D+06 52 26 3.21891859616805D+06 52 27 -1.43640389805253D+08 52 28 4.99658772808768D+06 52 29 7.16355940166313D+07 52 30 2.60173475675036D+06 52 31 3.02818404096121D+08 52 32 -1.13617020902596D+07 52 33 -4.55994682671407D+07 52 34 -4.14928774095475D+07 52 35 -2.25143663264710D+08 52 36 -6.08570867341987D+06 52 37 3.78180096713965D+08 52 38 -6.89341798950431D+06 52 39 -3.37063795164822D+07 52 40 -9.30019562033380D+06 52 41 5.22254364084130D+07 52 42 2.12553967110788D+07 52 43 6.40975132795956D+07 52 44 -7.99410323438270D+05 52 45 -9.66143269647186D+07 52 46 7.19788132994133D+06 52 47 1.49008103996258D+08 52 48 -4.85207157221287D+07 52 49 -2.85684256104004D+08 52 50 2.65879853501713D+07 52 51 -3.59501004326134D+00 52 52 5.00849553769118D+00 -SOLUTION/DECOMPOSED_NORMAL_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_VECTOR * Ind1 Decomposed_vector(ind1) 1 9.82627041956587D+00 2 1.16224613888477D+02 3 8.99015721390348D+01 4 -9.82626832466838D+00 5 -1.16224613916836D+02 6 -8.99015722207083D+01 7 -3.11496482102311D+08 8 2.77900603732589D+08 9 -2.49157626473830D+08 10 -1.18427866898355D+08 11 3.66656565938325D+08 12 -6.24300101191820D+07 13 1.71990785041191D+08 14 5.31401149332260D+07 15 -2.19846717944240D+08 16 1.52581864215892D+07 17 -1.25072762711128D+09 18 -1.30823001776502D+08 19 4.87240243644538D+08 20 7.54645349461889D+07 21 -4.82545251214177D+08 22 5.17006475006466D+07 23 5.37786085406329D+08 24 1.84953086610333D+08 25 6.11045259191776D+07 26 3.52388432822959D+07 27 4.62912389877091D+08 28 -1.03392444544401D+07 29 6.39264178483213D+08 30 4.94454636874595D+07 31 -1.92714204288685D+09 32 -6.17747927371811D+07 33 2.47661876890662D+08 34 2.13690855794903D+08 35 2.80749574500608D+08 36 2.53962593522430D+08 37 -3.99395937571657D+07 38 -4.67999348504941D+07 39 -3.38094296617962D+07 40 4.20662119139606D+07 41 1.47319928924132D+08 42 7.51336654173398D+07 43 -6.49651698894226D+08 44 -4.73354074639254D+07 45 6.80691000716248D+08 46 -2.13973239691047D+08 47 5.09169416682810D+05 48 1.70852805568664D+08 49 -4.13424107953393D+07 50 5.63864066717111D+07 51 -1.84938198808346D+00 52 -8.42577426631177D-01 -SOLUTION/DECOMPOSED_NORMAL_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_CALIBRATION LOADING_EFFECT * Ind1 Decomposed_vector(ind1) 1 0.00000000000000D+00 2 0.00000000000000D+00 3 0.00000000000000D+00 4 0.00000000000000D+00 5 0.00000000000000D+00 6 0.00000000000000D+00 7 0.00000000000000D+00 8 0.00000000000000D+00 9 0.00000000000000D+00 10 0.00000000000000D+00 11 0.00000000000000D+00 12 0.00000000000000D+00 13 0.00000000000000D+00 14 0.00000000000000D+00 15 0.00000000000000D+00 16 0.00000000000000D+00 17 0.00000000000000D+00 18 0.00000000000000D+00 19 0.00000000000000D+00 20 0.00000000000000D+00 21 0.00000000000000D+00 22 0.00000000000000D+00 23 0.00000000000000D+00 24 0.00000000000000D+00 25 0.00000000000000D+00 26 0.00000000000000D+00 27 0.00000000000000D+00 28 0.00000000000000D+00 29 0.00000000000000D+00 30 0.00000000000000D+00 31 0.00000000000000D+00 32 0.00000000000000D+00 33 0.00000000000000D+00 34 0.00000000000000D+00 35 0.00000000000000D+00 36 0.00000000000000D+00 37 0.00000000000000D+00 38 0.00000000000000D+00 39 0.00000000000000D+00 40 0.00000000000000D+00 41 0.00000000000000D+00 42 0.00000000000000D+00 43 0.00000000000000D+00 44 0.00000000000000D+00 45 0.00000000000000D+00 46 0.00000000000000D+00 47 0.00000000000000D+00 48 0.00000000000000D+00 49 0.00000000000000D+00 50 0.00000000000000D+00 51 0.00000000000000D+00 52 0.00000000000000D+00 -SOLUTION/DECOMPOSED_NORMAL_CALIBRATION * * ----------------------------------------------------------------------------- * %ENDSNX