%=SNX 2.10 USN 20:106:40791 USN 87:328:64831 87:329:63721 R 00045 2 C E S * * Created on: 2020.04.15-11:19:51 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 ia436, database $87NOV24XI version 024 -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_84to94_00.cnt File length: 14780 Modification date: 2020.04.14_13:43:14 ************************************************************************** *** *** 2020b Sinex global solution -- A. Fey *** last modified: 04/14/2020 ALF *** *** Solution: snx2020b_84to94_00.cnt *** *** ARC list: snx2020b_84to94.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/snx84to94/_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_84to94.arc -FILE/COMMENT * * ----------------------------------------------------------------------------- * +INPUT/ACKNOWLEDGEMENTS USN U.S. Naval Observatory, VLBI analysis group -INPUT/ACKNOWLEDGEMENTS * * ----------------------------------------------------------------------------- * +SITE/ID *Code PT Domes____ T Station description___ Approx_lon_ Approx_lat_ App_h__ 7216 A 40442S003 R HRAS_085 HRAS at Fort 256 03 09.8 30 38 12.2 1595.8 7209 A 40440S003 R WESTFORD Westford, MA, 288 30 22.3 42 36 46.6 87.7 7224 A 14201S004 R WETTZELL Wettzell, Ger 12 52 38.8 49 08 42.1 670.1 -SITE/ID * * ----------------------------------------------------------------------------- * +SOURCE/ID *Code IERS nam ICRF designator IAU name IVS name 0001 0106+013 J010838.7+013500 J0108+0135 0106+013 0002 0212+735 J021730.8+734932 J0217+7349 0212+735 0003 0229+131 J023145.8+132254 J0231+1322 0229+131 0004 0528+134 J053056.4+133155 J0530+1331 0528+134 0005 0552+398 J055530.8+394849 J0555+3948 0552+398 0006 0851+202 J085448.8+200630 J0854+2006 OJ287 0007 0923+392 J092703.0+390220 J0927+3902 4C39.25 0008 1226+023 J122906.6+020308 J1229+0203 3C273B 0009 1404+286 J140700.3+282714 J1407+2827 OQ208 0010 1641+399 J164258.8+394836 J1642+3948 3C345 0011 1803+784 J180045.6+782804 J1800+7828 1803+784 0012 2134+004 J213638.5+004154 J2136+0041 2134+00 0013 2200+420 J220243.2+421639 J2202+4216 VR422201 0014 2251+158 J225357.7+160853 J2253+1608 3C454.3 -SOURCE/ID * * ----------------------------------------------------------------------------- * +SITE/RECEIVER *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ Firmware_ID 7216 A 1 R 87:328:64831 87:329:63721 ----VLBI Station---- --NM- -----NA---- 7209 A 1 R 87:328:64831 87:329:63721 ----VLBI Station---- --NM- -----NA---- 7224 A 1 R 87:328:66419 87:329:63421 ----VLBI Station---- --NM- -----NA---- -SITE/RECEIVER * * ----------------------------------------------------------------------------- * +SITE/ANTENNA *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ 7216 A 1 R 87:328:64831 87:329:63721 ----VLBI Station---- --NM- 7209 A 1 R 87:328:64831 87:329:63721 ----VLBI Station---- --NM- 7224 A 1 R 87:328:66419 87:329:63421 ----VLBI Station---- --NM- -SITE/ANTENNA * * ----------------------------------------------------------------------------- * +SITE/ECCENTRICITY *Code PT SBIN T Data_Start__ Data_End____ typ Apr --> Benchmark (m)_______ 7216 A 1 R 87:328:64831 87:329:63721 XYZ 0.0000 0.0000 0.0000 7209 A 1 R 87:328:64831 87:329:63721 XYZ 0.0000 0.0000 0.0000 7224 A 1 R 87:328:66419 87:329:63421 XYZ 0.0000 0.0000 0.0000 -SITE/ECCENTRICITY * * ----------------------------------------------------------------------------- * +SOLUTION/EPOCHS *Code PT SBIN T Data_start__ Data_end____ Mean_epoch__ 7216 A 1 R 87:328:64831 87:329:63721 87:329:23924 7209 A 1 R 87:328:64831 87:329:63721 87:329:24048 7224 A 1 R 87:328:66419 87:329:63421 87:329:19014 -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 242 NUMBER OF UNKNOWNS 349 WEIGHTED SQUARE SUM OF O-C 1.25073639216128D+14 SQUARE SUM OF RESIDUALS (VTPV) 1.04277875738248D+02 VARIANCE FACTOR 8.30545494177950D-01 WRMS OF POSTFIT RESIDUALS 2.32694111525448D-11 -SOLUTION/STATISTICS * * ----------------------------------------------------------------------------- * +SOLUTION/APRIORI *Index Type__ CODE PT SBIN Ref_epoch___ Unit S Apriori_value________ Constraint_ 1 STAX 7216 A 1 87:329:23924 m 2 -1.32421088184573D+06 0.00000D+00 2 STAY 7216 A 1 87:329:23924 m 2 -5.33202314017792D+06 0.00000D+00 3 STAZ 7216 A 1 87:329:23924 m 2 3.23211839390319D+06 0.00000D+00 4 STAX 7209 A 1 87:329:24048 m 2 1.49220673057760D+06 0.00000D+00 5 STAY 7209 A 1 87:329:24048 m 2 -4.45813049848781D+06 0.00000D+00 6 STAZ 7209 A 1 87:329:24048 m 2 4.29601549660087D+06 0.00000D+00 7 STAX 7224 A 1 87:329:19014 m 2 4.07554002951294D+06 0.00000D+00 8 STAY 7224 A 1 87:329:19014 m 2 9.31735106152784D+05 0.00000D+00 9 STAZ 7224 A 1 87:329:19014 m 2 4.80162927497524D+06 0.00000D+00 10 RS_RA 0001 A 1 87:329:21076 rad 2 2.99525487450284D-01 0.00000D+00 11 RS_DE 0001 A 1 87:329:21076 rad 2 2.76359179916096D-02 0.00000D+00 12 RS_RA 0002 A 1 87:329:21076 rad 2 6.00016080672232D-01 0.00000D+00 13 RS_DE 0002 A 1 87:329:21076 rad 2 1.28850203083902D+00 0.00000D+00 14 RS_RA 0003 A 1 87:329:21076 rad 2 6.62199302416976D-01 0.00000D+00 15 RS_DE 0003 A 1 87:329:21076 rad 2 2.33557615312662D-01 0.00000D+00 16 RS_RA 0004 A 1 87:329:21076 rad 2 1.44399937451372D+00 0.00000D+00 17 RS_DE 0004 A 1 87:329:21076 rad 2 2.36177709645926D-01 0.00000D+00 18 RS_RA 0005 A 1 87:329:21076 rad 2 1.55121995846785D+00 0.00000D+00 19 RS_DE 0005 A 1 87:329:21076 rad 2 6.94879400794617D-01 0.00000D+00 20 RS_RA 0006 A 1 87:329:21076 rad 2 2.33356883640335D+00 0.00000D+00 21 RS_DE 0006 A 1 87:329:21076 rad 2 3.50959730877594D-01 0.00000D+00 22 RS_RA 0007 A 1 87:329:21076 rad 2 2.47422339431298D+00 0.00000D+00 23 RS_DE 0007 A 1 87:329:21076 rad 2 6.81361277268203D-01 0.00000D+00 24 RS_RA 0008 A 1 87:329:21076 rad 2 3.26861624240122D+00 0.00000D+00 25 RS_DE 0008 A 1 87:329:21076 rad 2 3.58209352551825D-02 0.00000D+00 26 RS_RA 0009 A 1 87:329:21076 rad 2 3.69576337376620D+00 0.00000D+00 27 RS_DE 0009 A 1 87:329:21076 rad 2 4.96617392291769D-01 0.00000D+00 28 RS_RA 0010 A 1 87:329:21076 rad 2 4.37632655758843D+00 0.00000D+00 29 RS_DE 0010 A 1 87:329:21076 rad 2 6.94820394315414D-01 0.00000D+00 30 RS_RA 0011 A 1 87:329:21076 rad 2 4.71571120850721D+00 0.00000D+00 31 RS_DE 0011 A 1 87:329:21076 rad 2 1.36952116839359D+00 0.00000D+00 32 RS_RA 0012 A 1 87:329:21076 rad 2 5.65767285181947D+00 0.00000D+00 33 RS_DE 0012 A 1 87:329:21076 rad 2 1.21892476266071D-02 0.00000D+00 34 RS_RA 0013 A 1 87:329:21076 rad 2 5.77146141518148D+00 0.00000D+00 35 RS_DE 0013 A 1 87:329:21076 rad 2 7.37886325298127D-01 0.00000D+00 36 RS_RA 0014 A 1 87:329:21076 rad 2 5.99504220603028D+00 0.00000D+00 37 RS_DE 0014 A 1 87:329:21076 rad 2 2.81839456704788D-01 0.00000D+00 38 XPO ---- - 1 87:329:21000 mas 2 -5.58008941441949D+01 0.00000D+00 39 XPOR ---- - 1 87:329:21000 masD 2 -8.51690069514147D-01 0.00000D+00 40 YPO ---- - 1 87:329:21000 mas 2 3.70797213649203D+02 0.00000D+00 41 YPOR ---- - 1 87:329:21000 masD 2 1.66905464601616D+00 0.00000D+00 42 UT1 ---- - 1 87:329:21000 ms 2 -2.35743365517736D+04 0.00000D+00 43 LOD ---- - 1 87:329:21000 ms 2 1.40945806868410D+00 0.00000D+00 44 NUT_X ---- - 1 87:329:21000 mas 2 -2.42874468397056D+05 0.00000D+00 45 NUT_Y ---- - 1 87:329:21000 mas 2 8.37695505598034D+03 0.00000D+00 -SOLUTION/APRIORI * * ----------------------------------------------------------------------------- * +SOLUTION/ESTIMATE *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S Total_value__________ Formal_erro 1 STAX 7216 A 1 87:329:23924 m 2 -1.32421088116110D+06 1.44684D-02 2 STAY 7216 A 1 87:329:23924 m 2 -5.33202313145004D+06 1.79172D-02 3 STAZ 7216 A 1 87:329:23924 m 2 3.23211839328406D+06 4.87336D-03 4 STAX 7209 A 1 87:329:24048 m 2 1.49220673449757D+06 8.50580D-03 5 STAY 7209 A 1 87:329:24048 m 2 -4.45813050688623D+06 1.27234D-02 6 STAZ 7209 A 1 87:329:24048 m 2 4.29601549908239D+06 4.57940D-03 7 STAX 7224 A 1 87:329:19014 m 2 4.07554002490834D+06 1.50914D-02 8 STAY 7224 A 1 87:329:19014 m 2 9.31735105823335D+05 1.84892D-02 9 STAZ 7224 A 1 87:329:19014 m 2 4.80162927311285D+06 4.55113D-03 10 RS_RA 0001 A 1 87:329:21076 rad 2 2.99525487904444D-01 5.25321D-09 11 RS_DE 0001 A 1 87:329:21076 rad 2 2.76359206569601D-02 2.91915D-08 12 RS_RA 0002 A 1 87:329:21076 rad 2 6.00016080911189D-01 8.37061D-09 13 RS_DE 0002 A 1 87:329:21076 rad 2 1.28850203260655D+00 2.20186D-09 14 RS_RA 0003 A 1 87:329:21076 rad 2 6.62199306065145D-01 2.77894D-09 15 RS_DE 0003 A 1 87:329:21076 rad 2 2.33557613315046D-01 1.54527D-08 16 RS_RA 0004 A 1 87:329:21076 rad 2 1.44399937541041D+00 2.74648D-09 17 RS_DE 0004 A 1 87:329:21076 rad 2 2.36177712456574D-01 1.46991D-08 18 RS_RA 0005 A 1 87:329:21076 rad 2 1.55121996040412D+00 2.33121D-09 19 RS_DE 0005 A 1 87:329:21076 rad 2 6.94879401868086D-01 4.54970D-09 20 RS_RA 0006 A 1 87:329:21076 rad 2 2.33356883359012D+00 2.76983D-09 21 RS_DE 0006 A 1 87:329:21076 rad 2 3.50959734329098D-01 9.67246D-09 22 RS_RA 0007 A 1 87:329:21076 rad 2 2.47422339266118D+00 2.28061D-09 23 RS_DE 0007 A 1 87:329:21076 rad 2 6.81361276264891D-01 3.92812D-09 24 RS_RA 0008 A 1 87:329:21076 rad 2 3.26861623761490D+00 4.49476D-09 25 RS_DE 0008 A 1 87:329:21076 rad 2 3.58209584693930D-02 2.21404D-08 26 RS_RA 0009 A 1 87:329:21076 rad 2 3.69576337497323D+00 2.80169D-09 27 RS_DE 0009 A 1 87:329:21076 rad 2 4.96617391087414D-01 7.86943D-09 28 RS_RA 0010 A 1 87:329:21076 rad 2 4.37632655559395D+00 2.68946D-09 29 RS_DE 0010 A 1 87:329:21076 rad 2 6.94820394631089D-01 5.25675D-09 30 RS_RA 0011 A 1 87:329:21076 rad 2 4.71571120147146D+00 1.08991D-08 31 RS_DE 0011 A 1 87:329:21076 rad 2 1.36952116747886D+00 1.91326D-09 32 RS_RA 0012 A 1 87:329:21076 rad 2 5.65767285544473D+00 4.96421D-09 33 RS_DE 0012 A 1 87:329:21076 rad 2 1.21892418672138D-02 2.27305D-08 34 RS_RA 0013 A 1 87:329:21076 rad 2 5.77146141731814D+00 2.22996D-09 35 RS_DE 0013 A 1 87:329:21076 rad 2 7.37886327445066D-01 5.05789D-09 36 RS_RA 0014 A 1 87:329:21076 rad 2 5.99504220619161D+00 2.82144D-09 37 RS_DE 0014 A 1 87:329:21076 rad 2 2.81839457212955D-01 1.28005D-08 38 XPO ---- - 1 87:329:21000 mas 2 -5.54437171005742D+01 1.61656D+00 39 XPOR ---- - 1 87:329:21000 masD 2 7.48965095269113D+00 2.88570D+00 40 YPO ---- - 1 87:329:21000 mas 2 3.71986899546259D+02 1.89463D+00 41 YPOR ---- - 1 87:329:21000 masD 2 5.46864652773301D+00 1.95061D+00 42 UT1 ---- - 1 87:329:21000 ms 2 -2.35743444747812D+04 5.72371D-02 43 LOD ---- - 1 87:329:21000 ms 2 1.49490654575768D+00 1.01989D-01 44 NUT_X ---- - 1 87:329:21000 mas 2 -2.42875315207436D+05 1.03999D+00 45 NUT_Y ---- - 1 87:329:21000 mas 2 8.37586806012595D+03 8.86607D-01 -SOLUTION/ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7216 A 1 87:329:23924 m 2 0.00000000000000D+00 0.00000D+00 2 STAY 7216 A 1 87:329:23924 m 2 0.00000000000000D+00 0.00000D+00 3 STAZ 7216 A 1 87:329:23924 m 2 0.00000000000000D+00 0.00000D+00 4 STAX 7209 A 1 87:329:24048 m 2 0.00000000000000D+00 0.00000D+00 5 STAY 7209 A 1 87:329:24048 m 2 0.00000000000000D+00 0.00000D+00 6 STAZ 7209 A 1 87:329:24048 m 2 0.00000000000000D+00 0.00000D+00 7 STAX 7224 A 1 87:329:19014 m 2 0.00000000000000D+00 0.00000D+00 8 STAY 7224 A 1 87:329:19014 m 2 0.00000000000000D+00 0.00000D+00 9 STAZ 7224 A 1 87:329:19014 m 2 0.00000000000000D+00 0.00000D+00 10 RS_RA 0001 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 11 RS_DE 0001 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 12 RS_RA 0002 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 13 RS_DE 0002 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 14 RS_RA 0003 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 15 RS_DE 0003 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 16 RS_RA 0004 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 17 RS_DE 0004 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 18 RS_RA 0005 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 19 RS_DE 0005 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 20 RS_RA 0006 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 21 RS_DE 0006 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 22 RS_RA 0007 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 23 RS_DE 0007 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 24 RS_RA 0008 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 25 RS_DE 0008 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 26 RS_RA 0009 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 27 RS_DE 0009 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 28 RS_RA 0010 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 29 RS_DE 0010 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 30 RS_RA 0011 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 31 RS_DE 0011 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 32 RS_RA 0012 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 33 RS_DE 0012 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 34 RS_RA 0013 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 35 RS_DE 0013 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 36 RS_RA 0014 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 37 RS_DE 0014 A 1 87:329:21076 rad 2 0.00000000000000D+00 0.00000D+00 38 XPO ---- - 1 87:329:21000 mas 2 0.00000000000000D+00 0.00000D+00 39 XPOR ---- - 1 87:329:21000 masD 2 0.00000000000000D+00 0.00000D+00 40 YPO ---- - 1 87:329:21000 mas 2 0.00000000000000D+00 0.00000D+00 41 YPOR ---- - 1 87:329:21000 masD 2 0.00000000000000D+00 0.00000D+00 42 UT1 ---- - 1 87:329:21000 ms 2 0.00000000000000D+00 0.00000D+00 43 LOD ---- - 1 87:329:21000 ms 2 0.00000000000000D+00 0.00000D+00 44 NUT_X ---- - 1 87:329:21000 mas 2 0.00000000000000D+00 0.00000D+00 45 NUT_Y ---- - 1 87:329:21000 mas 2 0.00000000000000D+00 0.00000D+00 -SOLUTION/CALIBRATION_ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/MATRIX_ESTIMATE L COVA * Ind1 Ind2 Covariance(ind1,ind2) 1 1 2.09335784366616D-04 2 1 1.79743501932294D-04 2 2 3.21025157765240D-04 3 1 6.76014448478238D-05 3 2 4.08974432265939D-05 3 3 2.37496580519769D-05 4 1 -2.69691836861118D-05 4 2 7.91776998384143D-05 4 3 -1.92164959482925D-05 4 4 7.23485929595361D-05 5 1 7.47763311385281D-05 5 2 -7.05263287021811D-05 5 3 3.80630706313164D-05 5 4 -7.97622196891116D-05 5 5 1.61884117024610D-04 6 1 -1.87553811420000D-05 6 2 3.98701593513396D-05 6 3 -1.20089122083603D-05 6 4 3.79426819626759D-05 6 5 -4.95445811266326D-05 6 6 2.09709030003238D-05 7 1 -1.82358619687555D-04 7 2 -2.58920479641474D-04 7 3 -4.84013929945058D-05 7 4 -4.53853162950603D-05 7 5 4.98776630586635D-06 7 6 -1.91678316259799D-05 7 7 2.27751862002196D-04 8 1 -2.54524027592714D-04 8 2 -2.50492755544056D-04 8 3 -7.89548666121501D-05 8 4 5.88826240032998D-07 8 5 -9.13558695173322D-05 8 6 9.66091526395083D-06 8 7 2.53932601473714D-04 8 8 3.41850632733859D-04 9 1 -4.88506763532751D-05 9 2 -8.07658845164968D-05 9 3 -1.17276915512612D-05 9 4 -1.87199102382020D-05 9 5 1.14798479802618D-05 9 6 -8.97506245989583D-06 9 7 6.75675614988774D-05 9 8 6.92938957974426D-05 9 9 2.07127713811396D-05 10 1 2.98249673774814D-11 10 2 3.00110898372729D-12 10 3 1.19735943187995D-11 10 4 -1.89334877508195D-11 10 5 2.64073439049817D-11 10 6 -1.05241494170137D-11 10 7 -1.08914890481562D-11 10 8 -2.94084466969003D-11 10 9 -1.44943721020614D-12 10 10 2.75961661048327D-17 11 1 -3.14793038863555D-10 11 2 -1.75492022223499D-10 11 3 -1.11529411769220D-10 11 4 1.03635647196211D-10 11 5 -1.78939568537954D-10 11 6 6.11567647001735D-11 11 7 2.11157455158102D-10 11 8 3.54431550820291D-10 11 9 5.03725965173368D-11 11 10 -1.08513578231378D-16 11 11 8.52145911024232D-16 12 1 -4.24992757698757D-11 12 2 1.58371984014714D-11 12 3 -1.91384329106140D-11 12 4 4.17494951008984D-11 12 5 -4.88415309768148D-11 12 6 2.22370903341135D-11 12 7 7.49797288291102D-13 12 8 3.30043211861016D-11 12 9 -3.09867132651616D-12 12 10 -2.45707074701550D-17 12 11 1.03979913440623D-16 12 12 7.00671416275379D-17 13 1 -1.53452755154620D-11 13 2 -1.04487374589113D-11 13 3 -5.24119669181824D-12 13 4 3.42500891448681D-12 13 5 -8.15923572938319D-12 13 6 2.25297248795530D-12 13 7 1.19202684665993D-11 13 8 1.86079719817910D-11 13 9 2.98822269485131D-12 13 10 8.89413569998751D-19 13 11 1.06518011354765D-17 13 12 6.50627129023308D-18 13 13 4.84818175301073D-18 14 1 8.01932748004724D-12 14 2 1.54324283200443D-12 14 3 3.14343783061170D-12 14 4 -4.72849312399693D-12 14 5 6.31813055480812D-12 14 6 -2.59973827049581D-12 14 7 -3.29083674393040D-12 14 8 -7.86137183149005D-12 14 9 -5.43697620727417D-13 14 10 8.45317731385628D-18 14 11 -2.33232808404036D-17 14 12 -1.01430772838535D-17 14 13 -7.83192756361628D-20 14 14 7.72251941802708D-18 15 1 -1.83111316173863D-10 15 2 -1.00889865018984D-10 15 3 -6.49983423771111D-11 15 4 6.14928680451511D-11 15 5 -1.04054737798153D-10 15 6 3.60688450076439D-11 15 7 1.21618484150627D-10 15 8 2.04944580037137D-10 15 9 2.89294686031116D-11 15 10 -5.09029517575108D-17 15 11 3.92123257525879D-16 15 12 6.58077819061284D-17 15 13 9.81486562453348D-18 15 14 -1.99639720329916D-17 15 15 2.38786347892796D-16 16 1 1.97350073572390D-12 16 2 -2.20806187407091D-12 16 3 1.04075661843072D-12 16 4 -2.93841353688333D-12 16 5 3.25920535110521D-12 16 6 -1.54667917000871D-12 16 7 9.64911448693779D-13 16 8 -1.05114257143080D-12 16 9 5.05923667744974D-13 16 10 -1.03240546288143D-19 16 11 7.62496476731699D-18 16 12 -7.21590218234319D-18 16 13 -2.65815198973562D-18 16 14 1.85268915919250D-18 16 15 -7.14498437977279D-19 16 16 7.54314629759444D-18 17 1 -1.71831307632745D-10 17 2 -8.99623353668674D-11 17 3 -6.14808656485783D-11 17 4 6.03302550889077D-11 17 5 -1.02012641220744D-10 17 6 3.53791986504960D-11 17 7 1.11501088726256D-10 17 8 1.91974953759925D-10 17 9 2.61016381421806D-11 17 10 -4.36217594406657D-17 17 11 3.44197060385717D-16 17 12 6.76157386358291D-17 17 13 1.17016416006639D-17 17 14 -1.35930783876648D-17 17 15 1.97244925312021D-16 17 16 -1.09174771379739D-17 17 17 2.16064979611053D-16 18 1 -1.25523714403868D-11 18 2 3.56628923992159D-12 18 3 -5.53789651239770D-12 18 4 1.16379056308541D-11 18 5 -1.35495689144475D-11 18 6 6.19197438874536D-12 18 7 9.14470485905000D-13 18 8 9.98327645685719D-12 18 9 -6.54081797694333D-13 18 10 -5.89334640451702D-18 18 11 3.44811614244328D-17 18 12 1.17406520847908D-17 18 13 1.07172242953735D-18 18 14 -1.19740905222537D-18 18 15 1.96424351280336D-17 18 16 3.40547700771750D-19 18 17 1.79817124392584D-17 18 18 5.43454201392633D-18 19 1 -5.65495190060980D-11 19 2 -3.75068136479816D-11 19 3 -1.94176274618145D-11 19 4 1.39316297510834D-11 19 5 -2.94217046367079D-11 19 6 8.77533508080750D-12 19 7 4.26178974798319D-11 19 8 6.69285130839423D-11 19 9 1.06422858132460D-11 19 10 -9.67189011759664D-18 19 11 9.68664990651989D-17 19 12 1.72776314143884D-17 19 13 5.03129412460693D-18 19 14 -2.62901975808711D-18 19 15 5.68741385328322D-17 19 16 -1.85014764919923D-18 19 17 5.59326506688450D-17 19 18 3.72588176712773D-18 19 19 2.06998027800322D-17 20 1 -7.27396181179835D-12 20 2 -5.84709035918179D-13 20 3 -2.93542422862641D-12 20 4 4.37635365019182D-12 20 5 -7.25094155716323D-12 20 6 2.55101953262832D-12 20 7 2.89761100154424D-12 20 8 7.83564882271111D-12 20 9 3.84402446448481D-13 20 10 -8.12135499218441D-18 20 11 3.23380086750865D-17 20 12 3.03698759675247D-18 20 13 -2.97129054523957D-18 20 14 -2.71663255809132D-18 20 15 1.60000559647920D-17 20 16 2.44968974989631D-18 20 17 1.32904955009391D-17 20 18 1.56153063784038D-18 20 19 1.98057333588079D-18 20 20 7.67198536601952D-18 21 1 -1.13314311700499D-10 21 2 -6.48294934275771D-11 21 3 -3.99753795370266D-11 21 4 3.52541181111025D-11 21 5 -6.52240125450541D-11 21 6 2.12533785354514D-11 21 7 7.80602151073456D-11 21 8 1.30053492375818D-10 21 9 1.87219838256705D-11 21 10 -2.53376124794604D-17 21 11 2.18182301320489D-16 21 12 4.59500780958177D-17 21 13 1.00192271099978D-17 21 14 -6.82261803378255D-18 21 15 1.23487240514613D-16 21 16 -3.59662255084179D-18 21 17 1.19493281142811D-16 21 18 1.20064873555195D-17 21 19 3.59935076973362D-17 21 20 1.93833081491957D-18 21 21 9.35564755117201D-17 22 1 -1.09750549522607D-11 22 2 5.02868449783433D-12 22 3 -5.03926254667635D-12 22 4 1.11485350681309D-11 22 5 -1.38082319706158D-11 22 6 6.01713442785859D-12 22 7 -1.73475269938043D-13 22 8 8.77954419918316D-12 22 9 -9.77875901113021D-13 22 10 -7.51331219761139D-18 22 11 3.39141884901720D-17 22 12 1.06576814233872D-17 22 13 1.86984548308244D-20 22 14 -2.57001717768036D-18 22 15 1.92661442715575D-17 22 16 -1.93771862755531D-19 22 17 1.83741453027855D-17 22 18 3.17790310053577D-18 22 19 4.15709635377827D-18 22 20 3.13822356490543D-18 22 21 1.07452758577976D-17 22 22 5.20118372678728D-18 23 1 -4.62159025377156D-11 23 2 -3.21345051967723D-11 23 3 -1.57163738961234D-11 23 4 1.01426048105320D-11 23 5 -2.35431670481793D-11 23 6 6.60790222457607D-12 23 7 3.60733038230079D-11 23 8 5.56776683788622D-11 23 9 9.10846679555613D-12 23 10 -9.15729434337108D-18 23 11 8.87325481732636D-17 23 12 1.22268718116234D-17 23 13 2.68967196150680D-18 23 14 -1.24352674969462D-18 23 15 4.81231372051824D-17 23 16 1.28719911078740D-18 23 17 4.25527475276470D-17 23 18 4.51346503394639D-18 23 19 1.41430744539071D-17 23 20 2.92231961591369D-18 23 21 2.94084536625306D-17 23 22 2.97436378707476D-18 23 23 1.54301286248024D-17 24 1 9.28155394498994D-13 24 2 -6.19008047203713D-12 24 3 1.02134203345431D-12 24 4 -5.43903999677651D-12 24 5 3.83318115183297D-12 24 6 -2.63581608991308D-12 24 7 4.51088321465041D-12 24 8 2.35690039186239D-12 24 9 1.61447530393977D-12 24 10 -9.74529591048067D-18 24 11 1.73732863467490D-17 24 12 3.14194451549829D-18 24 13 -4.08578799584066D-18 24 14 -5.75114524581312D-18 24 15 7.02888849953737D-18 24 16 -1.35034006459865D-19 24 17 4.59773086300756D-18 24 18 -1.86912162173369D-18 24 19 -8.00254762727459D-19 24 20 4.20162484883273D-18 24 21 3.30257028730844D-18 24 22 4.76671613147445D-19 24 23 2.37816325368201D-18 24 24 2.02028650658231D-17 25 1 -2.36943473108991D-10 25 2 -1.07405611187847D-10 25 3 -8.64964842135453D-11 25 4 9.71768238228324D-11 25 5 -1.46275032895401D-10 25 6 5.51243084571195D-11 25 7 1.39766705426473D-10 25 8 2.53680608411358D-10 25 9 3.13721308025093D-11 25 10 -4.70137030579556D-17 25 11 4.26561302254399D-16 25 12 1.05725178716581D-16 25 13 2.78639977969705D-17 25 14 -1.29760643874245D-17 25 15 2.54384901956369D-16 25 16 -1.03587273934473D-17 25 17 2.52924410168652D-16 25 18 3.05562975630662D-17 25 19 6.99786882446826D-17 25 20 9.77548204384745D-18 25 21 1.61671740042678D-16 25 22 2.61839430730226D-17 25 23 4.68581078717569D-17 25 24 -3.30876857425918D-17 25 25 4.90196981539857D-16 26 1 -1.44682011496539D-12 26 2 5.91918932049668D-12 26 3 -1.20699566017062D-12 26 4 5.10673828586175D-12 26 5 -5.21485247604716D-12 26 6 2.64161641697085D-12 26 7 -3.65991561151137D-12 26 8 -7.04338545799643D-13 26 9 -1.43462286011652D-12 26 10 -8.13146524383927D-18 26 11 1.92009732083213D-17 26 12 1.08542208543032D-17 26 13 -1.40356056142302D-18 26 14 -3.72371605838016D-18 26 15 9.44785774248169D-18 26 16 -5.85778918285375D-19 26 17 9.34890224929548D-18 26 18 1.76423297902689D-18 26 19 -2.30965310925113D-19 26 20 3.36740532539058D-18 26 21 5.54717759779477D-18 26 22 2.81747820638496D-18 26 23 6.28355368534498D-19 26 24 5.47377120890085D-18 26 25 1.29364684735142D-17 26 26 7.84947541771592D-18 27 1 -8.75403036427545D-11 27 2 -5.60334373822429D-11 27 3 -3.02684565610453D-11 27 4 2.35075048047507D-11 27 5 -4.57348978254546D-11 27 6 1.44033949662763D-11 27 7 6.40328126483080D-11 27 8 1.01768326453083D-10 27 9 1.58650505510161D-11 27 10 -1.44859260495988D-17 27 11 1.57034289441895D-16 27 12 2.29411737220293D-17 27 13 8.46357772657359D-18 27 14 -3.42320748858031D-18 27 15 9.19485950220808D-17 27 16 -3.49814360556042D-19 27 17 8.20143705602003D-17 27 18 8.64470074723578D-18 27 19 2.74824575182766D-17 27 20 3.54614180151125D-18 27 21 5.31161005769144D-17 27 22 7.48944261194390D-18 27 23 2.23441914819315D-17 27 24 -2.79443302780891D-18 27 25 1.13282354965410D-16 27 26 -3.66951589505634D-18 27 27 6.19279626237280D-17 28 1 1.96147225314003D-12 28 2 1.37602343360574D-11 28 3 -6.12819937232433D-13 28 4 8.18932552768990D-12 28 5 -6.91858197556259D-12 28 6 4.08707448100260D-12 28 7 -1.01507947768656D-11 28 8 -6.84165450517186D-12 28 9 -3.47425711853165D-12 28 10 -6.82315193119697D-18 28 11 1.52993318169503D-17 28 12 1.02861778298225D-17 28 13 -9.79558859080374D-19 28 14 -2.76920426437363D-18 28 15 7.84490929493499D-18 28 16 1.25529777542372D-19 28 17 4.89838688021456D-18 28 18 2.82683725065031D-18 28 19 -1.04833181022744D-18 28 20 2.80387263586218D-18 28 21 2.23094263258997D-18 28 22 3.26186876511140D-18 28 23 -1.73085229482060D-19 28 24 2.46288766224141D-18 28 25 1.15487311114944D-17 28 26 4.26678801419055D-18 28 27 2.44284940953082D-18 28 28 7.23319272777841D-18 29 1 -6.59468676981320D-11 29 2 -4.41559103971962D-11 29 3 -2.26014587094313D-11 29 4 1.64415987072154D-11 29 5 -3.30355777302774D-11 29 6 1.01821777794783D-11 29 7 4.95052787115026D-11 29 8 7.71914819931541D-11 29 9 1.24192731765606D-11 29 10 -1.23998610049943D-17 29 11 1.19761128487248D-16 29 12 1.65514606741463D-17 29 13 4.98516121907976D-18 29 14 -3.19882909299715D-18 29 15 6.88259297838462D-17 29 16 -6.11615993219742D-19 29 17 6.53387844671858D-17 29 18 5.43071988477035D-18 29 19 2.16302384064891D-17 29 20 3.95535485620881D-18 29 21 4.08477454194211D-17 29 22 5.74667168601053D-18 29 23 1.72095045418493D-17 29 24 -1.35578314697707D-19 29 25 7.93491492776328D-17 29 26 5.55783761740542D-19 29 27 3.26399649538655D-17 29 28 -9.56822747029171D-19 29 29 2.76334161385055D-17 30 1 3.28244724622505D-11 30 2 6.13582046096897D-11 30 3 7.18397189342508D-12 30 4 1.73910117145412D-11 30 5 -1.24787740910367D-11 30 6 8.45081637450624D-12 30 7 -5.02154808847494D-11 30 8 -4.88794333885411D-11 30 9 -1.56347914625409D-11 30 10 -1.38555788872433D-17 30 11 3.62097069789228D-17 30 12 -1.42924558196153D-17 30 13 -1.56287560384836D-17 30 14 5.44094018305895D-19 30 15 2.71389627583556D-18 30 16 1.37755432610507D-17 30 17 -1.28898123145977D-17 30 18 4.70727979504359D-18 30 19 -8.04623152415356D-18 30 20 1.60778459411037D-17 30 21 -1.99958035911221D-17 30 22 8.26091129629684D-18 30 23 1.57559637649564D-18 30 24 8.62087396288995D-18 30 25 -7.10595260525847D-17 30 26 4.56641783722204D-18 30 27 -7.19955833138188D-18 30 28 1.01010181739909D-17 30 29 -2.18367433401372D-18 30 30 1.18789674779321D-16 31 1 -1.80668614031371D-11 31 2 -9.44265470275825D-12 31 3 -6.46595828955925D-12 31 4 5.89916610011212D-12 31 5 -1.16857594021782D-11 31 6 3.63604852806810D-12 31 7 1.21676986890814D-11 31 8 2.11284119350536D-11 31 9 2.82990703695227D-12 31 10 -7.36699098572845D-18 31 11 3.97281359454126D-17 31 12 1.03815754761426D-17 31 13 7.26757901216691D-19 31 14 -2.92224677058225D-18 31 15 2.26415213821018D-17 31 16 -4.50100838320190D-19 31 17 2.13544241728610D-17 31 18 2.09657993098380D-18 31 19 6.07446637975030D-18 31 20 2.66140510896252D-18 31 21 1.36106928796812D-17 31 22 2.67845178232130D-18 31 23 5.23192641835711D-18 31 24 3.55630756430851D-18 31 25 2.37440734626514D-17 31 26 2.80631714623251D-18 31 27 7.83376142226065D-18 31 28 1.91845934743101D-18 31 29 6.39467580876474D-18 31 30 6.88399280089350D-19 31 31 3.66056742675870D-18 32 1 1.19433534993900D-11 32 2 -1.13770512746044D-11 32 3 6.09349013371857D-12 32 4 -1.54181442565675D-11 32 5 2.05069781043800D-11 32 6 -8.46718137157999D-12 32 7 3.47478316511544D-12 32 8 -9.12992181509706D-12 32 9 2.37369745398713D-12 32 10 1.63047981064198D-17 32 11 -6.84423026155262D-17 32 12 -1.44608225089387D-17 32 13 4.66674508141606D-18 32 14 3.80609654709453D-18 32 15 -3.17682689957170D-17 32 16 -4.46194834355582D-18 32 17 -2.63391328061615D-17 32 18 -5.38147589116313D-18 32 19 -4.13898287025783D-18 32 20 -1.01599788926777D-17 32 21 -1.43909174946067D-17 32 22 -6.97181241557830D-18 32 23 -7.86381159373692D-18 32 24 -1.10096158831434D-17 32 25 -1.63113305258713D-17 32 26 -8.16519821732890D-18 32 27 -7.46555725226432D-18 32 28 -7.58744246693159D-18 32 29 -6.92161450940246D-18 32 30 -3.17023980800628D-17 32 31 -5.60895648927621D-18 32 32 2.46433359897889D-17 33 1 -2.38654026219567D-10 33 2 -1.13218052910617D-10 33 3 -8.66008799214594D-11 33 4 9.00730703564867D-11 33 5 -1.53083810868525D-10 33 6 5.29015750866043D-11 33 7 1.48581011097793D-10 33 8 2.66301829038687D-10 33 9 3.36992608616401D-11 33 10 -5.87989874803717D-17 33 11 5.23342619289319D-16 33 12 7.55761743517465D-17 33 13 9.96594367767833D-18 33 14 -9.91865694833490D-18 33 15 2.83372495573646D-16 33 16 5.25908137680312D-18 33 17 2.61449455253346D-16 33 18 2.72394621549456D-17 33 19 7.61485780924208D-17 33 20 2.31528317773078D-17 33 21 1.68988635845506D-16 33 22 2.57248348388783D-17 33 23 7.27864731599094D-17 33 24 1.07639268414422D-17 33 25 3.19590631062421D-16 33 26 1.33055558128953D-17 33 27 1.25051640719916D-16 33 28 1.16093184175314D-17 33 29 9.29985875317197D-17 33 30 2.96529258832884D-17 33 31 2.75703044591455D-17 33 32 -6.66555427269744D-17 33 33 5.16676625125483D-16 34 1 -7.29613983722223D-12 34 2 1.00407710070018D-11 34 3 -4.04156173226589D-12 34 4 1.19360947654344D-11 34 5 -1.37340502869973D-11 34 6 6.33382998581426D-12 34 7 -4.63995016698750D-12 34 8 3.69327600697100D-12 34 9 -2.29227224387365D-12 34 10 -4.48904306322389D-18 34 11 2.57796009179678D-17 34 12 9.84686280388554D-18 34 13 1.03157431773925D-18 34 14 -1.13234356662244D-18 34 15 1.55671357398097D-17 34 16 -1.03378615502373D-18 34 17 1.51011358153915D-17 34 18 2.90311671480268D-18 34 19 4.28078168601569D-18 34 20 5.68188081280470D-19 34 21 9.19139136186299D-18 34 22 2.59552935879039D-18 34 23 2.88974686965770D-18 34 24 -1.95248339735973D-18 34 25 2.08344522510974D-17 34 26 8.11305151305674D-19 34 27 5.12306855383546D-18 34 28 1.49805524984441D-18 34 29 4.05027195998764D-18 34 30 5.03871989315851D-18 34 31 1.37144232091680D-18 34 32 -3.77100352577262D-18 34 33 2.41633817741724D-17 34 34 4.97273672783354D-18 35 1 -6.34121994467992D-11 35 2 -4.52683932370555D-11 35 3 -2.14426987830480D-11 35 4 1.37004778517416D-11 35 5 -3.02955421908519D-11 35 6 8.77035771721550D-12 35 7 4.97117303549894D-11 35 8 7.55639299010706D-11 35 9 1.26723340795786D-11 35 10 -1.02451458093902D-17 35 11 1.04757065201837D-16 35 12 2.05249702210787D-17 35 13 6.08533856710997D-18 35 14 -2.74227756895096D-18 35 15 6.08075521834094D-17 35 16 -2.73790394470089D-18 35 17 5.94607987522777D-17 35 18 4.71645935439434D-18 35 19 1.95963245573743D-17 35 20 6.96199546527539D-19 35 21 4.21141096394940D-17 35 22 3.76630450156713D-18 35 23 1.62922516886155D-17 35 24 -5.86237110141802D-19 35 25 8.51758201945739D-17 35 26 1.44863145523158D-18 35 27 2.89977634439216D-17 35 28 2.50608590221968D-19 35 29 2.13184007636124D-17 35 30 -1.55175540456425D-17 35 31 6.42768665261251D-18 35 32 -3.53248966651630D-18 35 33 7.94946643035226D-17 35 34 3.30196663853536D-18 35 35 2.55822422368841D-17 36 1 2.13937810425537D-12 36 2 -2.89276647252591D-12 36 3 1.17976433662779D-12 36 4 -3.50104759531045D-12 36 5 3.91740455236881D-12 36 6 -1.84635445742203D-12 36 7 1.36166793961064D-12 36 8 -1.02463702689623D-12 36 9 6.66591411301999D-13 36 10 8.68071260629871D-18 36 11 -2.48336367278741D-17 36 12 -6.38671253385220D-18 36 13 3.14043723949313D-18 36 14 2.90069910126351D-18 36 15 -1.05253023920756D-17 36 16 -2.30857859929209D-18 36 17 -7.48432704342526D-18 36 18 -1.91616401906818D-18 36 19 2.49444739969861D-19 36 20 -5.64591493210603D-18 36 21 -3.27830455368306D-18 36 22 -3.13197866970788D-18 36 23 -2.13069488286535D-18 36 24 -7.86709883959478D-18 36 25 -6.97409276325085D-19 36 26 -5.17880139984202D-18 36 27 -9.92623026611181D-19 36 28 -4.50762326137743D-18 36 29 -1.61398055821116D-18 36 30 -1.50750607308455D-17 36 31 -2.91614888304045D-18 36 32 1.01893643410848D-17 36 33 -1.31309048002336D-17 36 34 -2.84152435616074D-19 36 35 1.57552723591775D-19 36 36 7.96051979399588D-18 37 1 -1.53248536511372D-10 37 2 -8.77123851860099D-11 37 3 -5.40598155542806D-11 37 4 4.92092671053170D-11 37 5 -8.49442840155428D-11 37 6 2.90368045683149D-11 37 7 1.04039298322523D-10 37 8 1.72656650887720D-10 37 9 2.50229878743013D-11 37 10 -3.62775658983442D-17 37 11 3.15263085075237D-16 37 12 5.02798684689400D-17 37 13 7.48980187029922D-18 37 14 -7.31302501800029D-18 37 15 1.72146641014015D-16 37 16 1.61559921215020D-18 37 17 1.57494822022639D-16 37 18 1.63102936794742D-17 37 19 4.63550379564180D-17 37 20 1.20555122239509D-17 37 21 1.04388883048414D-16 37 22 1.46770265844748D-17 37 23 4.34561338148838D-17 37 24 5.11977599143507D-18 37 25 2.07122455513770D-16 37 26 8.33813513661049D-18 37 27 7.67385918892660D-17 37 28 7.51578561193702D-18 37 29 5.62465088210322D-17 37 30 8.51545618602726D-18 37 31 1.77397800890337D-17 37 32 -2.86753550859450D-17 37 33 2.51165577354231D-16 37 34 1.27740075674557D-17 37 35 5.16915946052363D-17 37 36 -1.17515962736493D-17 37 37 1.63853521263950D-16 38 1 -8.26641151758722D-03 38 2 6.46971717153309D-03 38 3 -4.04373425319181D-03 38 4 8.23272183893789D-03 38 5 -1.63420575548254D-02 38 6 5.03967490356705D-03 38 7 3.02954455284735D-05 38 8 9.87428056538625D-03 38 9 -9.93378175260907D-04 38 10 -2.74513144147528D-09 38 11 2.35340124897036D-08 38 12 3.47657622999265D-09 38 13 5.79519689242821D-10 38 14 -7.42585220299342D-10 38 15 1.29845928663987D-08 38 16 -2.93548737532595D-10 38 17 1.30768571280354D-08 38 18 9.49415764034904D-10 38 19 2.97088424051511D-09 38 20 1.10391969093754D-09 38 21 7.78847167438733D-09 38 22 1.13367151223714D-09 38 23 2.21366553985901D-09 38 24 1.22009137680151D-10 38 25 1.95555465625203D-08 38 26 7.33318488386885D-10 38 27 4.93287863034129D-09 38 28 4.06807821459149D-10 38 29 3.56805526102707D-09 38 30 -1.13190783706920D-09 38 31 1.15786304166440D-09 38 32 -2.14202844790206D-09 38 33 2.02725062665243D-08 38 34 9.18685261965452D-10 38 35 3.24813351685084D-09 38 36 -4.18114926483488D-10 38 37 1.04242601995399D-08 38 38 2.61325493551445D+00 39 1 -2.23002092387982D-03 39 2 2.74837869549322D-03 39 3 -1.20218876708725D-03 39 4 4.51817402131401D-03 39 5 -1.71473824218755D-03 39 6 2.03785049811544D-03 39 7 -2.28815156121948D-03 39 8 -1.03364156095056D-03 39 9 -8.35663055550162D-04 39 10 -4.64821325444150D-11 39 11 -3.56842530169419D-09 39 12 6.13694505243218D-09 39 13 2.42312622221162D-09 39 14 -4.32557835181376D-10 39 15 7.56101765019228D-10 39 16 -2.36271148334453D-09 39 17 4.61128406281600D-09 39 18 1.27774607919408D-09 39 19 3.63529397858297D-10 39 20 -1.80548927740391D-09 39 21 3.49621359150991D-09 39 22 6.54632852562137D-10 39 23 -2.34909588559759D-09 39 24 -4.23861310772745D-09 39 25 2.76553584234023D-08 39 26 4.62805949426266D-10 39 27 -7.53734487974169D-10 39 28 3.55654043884501D-10 39 29 -7.10106751186823D-10 39 30 -1.10652723927226D-08 39 31 -9.81406675891064D-11 39 32 3.46621593111858D-09 39 33 -1.08972898780703D-08 39 34 1.25986651878539D-09 39 35 1.81210749366409D-09 39 36 1.51663080588955D-09 39 37 -1.61555708751584D-09 39 38 1.77801451448181D-01 39 39 8.32723808338502D+00 40 1 -4.99782176368686D-03 40 2 1.76403173857545D-02 40 3 -3.85735587446864D-03 40 4 1.52154351581006D-02 40 5 -1.72064183305628D-02 40 6 8.01279304227604D-03 40 7 -1.02200967667156D-02 40 8 -4.32154573093608D-04 40 9 -4.15332908794087D-03 40 10 -4.41501729061009D-09 40 11 2.09516314803452D-08 40 12 1.01267803908228D-08 40 13 7.92076145734711D-10 40 14 -1.04450864497013D-09 40 15 1.24978860565221D-08 40 16 -7.56101882009745D-10 40 17 1.23757187503024D-08 40 18 2.90758637815866D-09 40 19 2.84743991136974D-09 40 20 8.53167692988806D-10 40 21 7.41076476947705D-09 40 22 2.72955347707872D-09 40 23 2.13427445408824D-09 40 24 -1.49422107317633D-09 40 25 2.04639723558013D-08 40 26 1.26325332491709D-09 40 27 4.88484524060051D-09 40 28 2.23897032022752D-09 40 29 3.28827020104576D-09 40 30 5.09895730430715D-09 40 31 1.30231244577299D-09 40 32 -3.68114015996840D-09 40 33 1.83575179948626D-08 40 34 2.98751718553547D-09 40 35 2.93540483099187D-09 40 36 -8.46601474786939D-10 40 37 1.01090698080731D-08 40 38 1.44455157845331D+00 40 39 1.19826899324082D+00 40 40 3.58961629063964D+00 41 1 -1.06273440757826D-03 41 2 -3.05822755271299D-04 41 3 -4.06115175204296D-04 41 4 7.42359898341871D-04 41 5 -3.84456729091154D-04 41 6 3.45436053788311D-04 41 7 3.20374952855811D-04 41 8 6.90279225641487D-04 41 9 6.06787828139006D-05 41 10 3.14370592632999D-09 41 11 -1.05355599318555D-08 41 12 -1.46950446052984D-10 41 13 2.01398731439327D-09 41 14 3.55157139173543D-10 41 15 -3.40081346279830D-09 41 16 -1.62462509084978D-09 41 17 -1.90221407711185D-09 41 18 -4.73890570138468D-10 41 19 -1.52112232351815D-10 41 20 -2.19130665047239D-09 41 21 -8.18822023936223D-10 41 22 -6.09355091623425D-10 41 23 -1.58347943479446D-09 41 24 -3.07330022848183D-09 41 25 7.72747685831501D-09 41 26 -1.29222416678962D-09 41 27 2.43851356577116D-09 41 28 -3.06555791271233D-10 41 29 -3.02625884486477D-10 41 30 -8.53086241281592D-09 41 31 -8.96799083145538D-10 41 32 4.83326626833204D-09 41 33 -8.12380343641483D-09 41 34 -9.45560596595781D-10 41 35 5.65615440608187D-10 41 36 2.21296191619923D-09 41 37 -3.24332673085412D-09 41 38 1.62410722298741D-01 41 39 1.27157229697411D+00 41 40 9.03301942795400D-02 41 41 3.80486717121495D+00 42 1 -8.24068364490480D-05 42 2 1.39285335677683D-04 42 3 -4.87379281811769D-05 42 4 2.19433954854761D-04 42 5 -3.27233187691792D-05 42 6 9.43162184252204D-05 42 7 -1.36970597464775D-04 42 8 -1.06585474629964D-04 42 9 -4.56146078709702D-05 42 10 -9.79420467922896D-11 42 11 2.83346881199375D-10 42 12 2.65427785415024D-10 42 13 1.29135873395344D-11 42 14 -2.27656975503949D-11 42 15 1.82047994877620D-10 42 16 -1.11239791375207D-11 42 17 1.57230817046053D-10 42 18 7.83516393339389D-11 42 19 4.19981451258531D-11 42 20 9.93290749965627D-12 42 21 1.06557904875833D-10 42 22 6.57617593159379D-11 42 23 3.89623734652502D-11 42 24 -3.89065812114474D-11 42 25 2.94631664675699D-10 42 26 3.58016833629486D-11 42 27 7.59714412676256D-11 42 28 6.87071386509986D-11 42 29 4.97730250317591D-11 42 30 1.71277069110832D-10 42 31 2.53150261783941D-11 42 32 -8.43507245325122D-11 42 33 2.18185341838056D-10 42 34 7.22643557718861D-11 42 35 4.81386213757072D-11 42 36 -3.04711451304452D-11 42 37 1.61355987994052D-10 42 38 -3.14965702026862D-02 42 39 3.74784348230658D-02 42 40 6.64082478590900D-02 42 41 -9.54278657239923D-03 42 42 3.27608097733743D-03 43 1 3.78563647611154D-06 43 2 9.67568459526418D-05 43 3 -8.43049021529600D-06 43 4 6.27177802150137D-05 43 5 -6.21528678712013D-05 43 6 3.22473397164921D-05 43 7 -6.65033808307307D-05 43 8 -3.46040024664467D-05 43 9 -2.38168793639768D-05 43 10 -1.44390712686462D-11 43 11 -1.22975724726938D-11 43 12 4.01743657911715D-11 43 13 1.12227637001464D-11 43 14 7.54475737244112D-12 43 15 1.11823283462522D-11 43 16 -3.62032928247526D-11 43 17 1.19832397299486D-10 43 18 1.31272513725033D-11 43 19 1.54867870332564D-11 43 20 -2.69648069527194D-11 43 21 8.82582541587006D-11 43 22 -8.12283142311099D-12 43 23 -3.22083425550495D-11 43 24 -7.32014837339521D-11 43 25 4.02997067086052D-10 43 26 -8.90841401369320D-12 43 27 -1.55342843802986D-10 43 28 -5.68796329658742D-11 43 29 -3.34159734870292D-11 43 30 -1.22597235559076D-10 43 31 -1.09868251429258D-11 43 32 4.36470007953146D-11 43 33 -1.53379881756849D-10 43 34 7.42040126165462D-11 43 35 3.62377699786205D-11 43 36 5.15319502560172D-11 43 37 -5.19356579668621D-11 43 38 7.83004460259663D-03 43 39 1.87363966342746D-01 43 40 2.10676086034271D-02 43 41 -6.61922259617779D-02 43 42 5.07439429791827D-04 43 43 1.04017241184779D-02 44 1 1.07506802158802D-03 44 2 8.42024586799551D-04 44 3 3.55833871047260D-04 44 4 -3.63831688069615D-04 44 5 8.36554051155187D-05 44 6 -1.58481193324352D-04 44 7 -7.11236433035775D-04 44 8 -9.25679919998195D-04 44 9 -1.97352591802440D-04 44 10 -1.40388584910353D-09 44 11 6.32250660759145D-09 44 12 -2.47922563843573D-09 44 13 -1.76118641904434D-09 44 14 1.36697592000905D-10 44 15 1.31331275927414D-09 44 16 1.83954041822440D-09 44 17 -3.33472214520171D-10 44 18 1.40106798382320D-10 44 19 -4.96740501035854D-10 44 20 1.98154754313034D-09 44 21 -1.22311214298907D-09 44 22 5.40401911148344D-10 44 23 6.77849136677368D-10 44 24 1.60933142560505D-09 44 25 -6.85653442103970D-09 44 26 4.64383280734809D-10 44 27 -6.03689104500521D-10 44 28 4.22555449146067D-10 44 29 1.86448792049071D-10 44 30 9.22021333027595D-09 44 31 2.87457264149599D-10 44 32 -3.29547644826526D-09 44 33 4.18632111220491D-09 44 34 -1.03621677149879D-10 44 35 -1.11359049812644D-09 44 36 -1.73933245563923D-09 44 37 1.64697787087577D-09 44 38 -2.94620747188030D-03 44 39 -1.44639778268977D+00 44 40 -8.44729663373819D-02 44 41 -1.13954436632436D+00 44 42 -1.47579546228134D-03 44 43 -1.32646054612890D-02 44 44 1.08157644616307D+00 45 1 -2.91949584565778D-03 45 2 -9.57416427855675D-04 45 3 -1.10355196506273D-03 45 4 1.28303793793913D-03 45 5 -2.38799795065817D-03 45 6 7.74967200606377D-04 45 7 1.63645889675571D-03 45 8 3.34541377323423D-03 45 9 3.28583989117498D-04 45 10 -3.06470266107456D-09 45 11 9.56660007691458D-09 45 12 3.58837730883068D-09 45 13 -3.89802995619985D-10 45 14 -1.61708629371120D-09 45 15 5.42930748992415D-09 45 16 -3.34589828263408D-10 45 17 5.30339512426503D-09 45 18 3.39966459867151D-10 45 19 8.15791230809894D-10 45 20 1.34120897437659D-09 45 21 2.97618535358387D-09 45 22 8.29546077303709D-10 45 23 7.63897834388296D-10 45 24 2.61421211730569D-09 45 25 4.46220075887856D-09 45 26 1.75078203011445D-09 45 27 5.29740601066931D-10 45 28 1.01360269192550D-09 45 29 8.80870523690036D-10 45 30 3.93162528734043D-10 45 31 1.17283861888607D-09 45 32 -2.48648127488735D-09 45 33 5.98973057299538D-09 45 34 1.71900886554840D-10 45 35 1.15127699703267D-09 45 36 -1.63318810304406D-09 45 37 3.77474559642104D-09 45 38 4.18267508393098D-01 45 39 -2.75387599930499D-01 45 40 2.40047105685775D-01 45 41 -3.92861533178905D-01 45 42 1.32766083267792D-03 45 43 2.13492363641391D-03 45 44 1.61878098576967D-01 45 45 7.86071714361419D-01 -SOLUTION/MATRIX_ESTIMATE L COVA * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_INFO *Index Cns_abr Subind Unit Description_of_constraint 1 CLO_RATE 1 d/l Clock rate between segments 2 CLO_RATE 2 d/l Clock rate between segments 3 CLO_RATE 3 d/l Clock rate between segments 4 CLO_RATE 4 d/l Clock rate between segments 5 CLO_RATE 5 d/l Clock rate between segments 6 CLO_RATE 6 d/l Clock rate between segments 7 CLO_RATE 7 d/l Clock rate between segments 8 CLO_RATE 8 d/l Clock rate between segments 9 CLO_RATE 9 d/l Clock rate between segments 10 CLO_RATE 10 d/l Clock rate between segments 11 CLO_RATE 11 d/l Clock rate between segments 12 CLO_RATE 12 d/l Clock rate between segments 13 CLO_RATE 13 d/l Clock rate between segments 14 CLO_RATE 14 d/l Clock rate between segments 15 CLO_RATE 15 d/l Clock rate between segments 16 CLO_RATE 16 d/l Clock rate between segments 17 CLO_RATE 17 d/l Clock rate between segments 18 CLO_RATE 18 d/l Clock rate between segments 19 CLO_RATE 19 d/l Clock rate between segments 20 CLO_RATE 20 d/l Clock rate between segments 21 CLO_RATE 21 d/l Clock rate between segments 22 CLO_RATE 22 d/l Clock rate between segments 23 CLO_RATE 23 d/l Clock rate between segments 24 CLO_RATE 24 d/l Clock rate between segments 25 ATM_RATE 1 d/l Atmosphere rate between segments 26 ATM_RATE 2 d/l Atmosphere rate between segments 27 ATM_RATE 3 d/l Atmosphere rate between segments 28 ATM_RATE 4 d/l Atmosphere rate between segments 29 ATM_RATE 5 d/l Atmosphere rate between segments 30 ATM_RATE 6 d/l Atmosphere rate between segments 31 ATM_RATE 7 d/l Atmosphere rate between segments 32 ATM_RATE 8 d/l Atmosphere rate between segments 33 ATM_RATE 9 d/l Atmosphere rate between segments 34 ATM_RATE 10 d/l Atmosphere rate between segments 35 ATM_RATE 11 d/l Atmosphere rate between segments 36 ATM_RATE 12 d/l Atmosphere rate between segments 37 ATM_RATE 13 d/l Atmosphere rate between segments 38 ATM_RATE 14 d/l Atmosphere rate between segments 39 ATM_RATE 15 d/l Atmosphere rate between segments 40 ATM_RATE 16 d/l Atmosphere rate between segments 41 ATM_RATE 17 d/l Atmosphere rate between segments 42 ATM_RATE 18 d/l Atmosphere rate between segments 43 ATM_RATE 19 d/l Atmosphere rate between segments 44 ATM_RATE 20 d/l Atmosphere rate between segments 45 ATM_RATE 21 d/l Atmosphere rate between segments 46 ATM_RATE 22 d/l Atmosphere rate between segments 47 ATM_RATE 23 d/l Atmosphere rate between segments 48 ATM_RATE 24 d/l Atmosphere rate between segments 49 ATM_RATE 25 d/l Atmosphere rate between segments 50 ATM_RATE 26 d/l Atmosphere rate between segments 51 ATM_RATE 27 d/l Atmosphere rate between segments 52 ATM_RATE 28 d/l Atmosphere rate between segments 53 ATM_RATE 29 d/l Atmosphere rate between segments 54 ATM_RATE 30 d/l Atmosphere rate between segments 55 ATM_RATE 31 d/l Atmosphere rate between segments 56 ATM_RATE 32 d/l Atmosphere rate between segments 57 ATM_RATE 33 d/l Atmosphere rate between segments 58 ATM_RATE 34 d/l Atmosphere rate between segments 59 ATM_RATE 35 d/l Atmosphere rate between segments 60 ATM_RATE 36 d/l Atmosphere rate between segments 61 ATM_RATE 37 d/l Atmosphere rate between segments 62 ATM_RATE 38 d/l Atmosphere rate between segments 63 ATM_RATE 39 d/l Atmosphere rate between segments 64 ATM_RATE 40 d/l Atmosphere rate between segments 65 ATM_RATE 41 d/l Atmosphere rate between segments 66 ATM_RATE 42 d/l Atmosphere rate between segments 67 ATM_RATE 43 d/l Atmosphere rate between segments 68 ATM_RATE 44 d/l Atmosphere rate between segments 69 ATM_RATE 45 d/l Atmosphere rate between segments 70 ATM_RATE 46 d/l Atmosphere rate between segments 71 ATM_RATE 47 d/l Atmosphere rate between segments 72 ATM_RATE 48 d/l Atmosphere rate between segments 73 ATM_RATE 49 d/l Atmosphere rate between segments 74 ATM_RATE 50 d/l Atmosphere rate between segments 75 ATM_RATE 51 d/l Atmosphere rate between segments 76 ATM_RATE 52 d/l Atmosphere rate between segments 77 ATM_RATE 53 d/l Atmosphere rate between segments 78 ATM_RATE 54 d/l Atmosphere rate between segments 79 ATM_RATE 55 d/l Atmosphere rate between segments 80 ATM_RATE 56 d/l Atmosphere rate between segments 81 ATM_RATE 57 d/l Atmosphere rate between segments 82 ATM_RATE 58 d/l Atmosphere rate between segments 83 ATM_RATE 59 d/l Atmosphere rate between segments 84 ATM_RATE 60 d/l Atmosphere rate between segments 85 ATM_RATE 61 d/l Atmosphere rate between segments 86 ATM_RATE 62 d/l Atmosphere rate between segments 87 ATM_RATE 63 d/l Atmosphere rate between segments 88 ATM_RATE 64 d/l Atmosphere rate between segments 89 ATM_RATE 65 d/l Atmosphere rate between segments 90 ATM_RATE 66 d/l Atmosphere rate between segments 91 ATM_RATE 67 d/l Atmosphere rate between segments 92 ATM_RATE 68 d/l Atmosphere rate between segments 93 ATM_RATE 69 d/l Atmosphere rate between segments 94 ATM_RATE 70 d/l Atmosphere rate between segments 95 ATM_RATE 71 d/l Atmosphere rate between segments 96 ATM_RATE 72 d/l Atmosphere rate between segments 97 CLO_RATE 25 d/l Clock rate between segments 98 CLO_RATE 26 d/l Clock rate between segments 99 CLO_RATE 27 d/l Clock rate between segments 100 CLO_RATE 28 d/l Clock rate between segments 101 CLO_RATE 29 d/l Clock rate between segments 102 CLO_RATE 30 d/l Clock rate between segments 103 CLO_RATE 31 d/l Clock rate between segments 104 CLO_RATE 32 d/l Clock rate between segments 105 CLO_RATE 33 d/l Clock rate between segments 106 CLO_RATE 34 d/l Clock rate between segments 107 CLO_RATE 35 d/l Clock rate between segments 108 CLO_RATE 36 d/l Clock rate between segments 109 CLO_RATE 37 d/l Clock rate between segments 110 CLO_RATE 38 d/l Clock rate between segments 111 CLO_RATE 39 d/l Clock rate between segments 112 CLO_RATE 40 d/l Clock rate between segments 113 CLO_RATE 41 d/l Clock rate between segments 114 CLO_RATE 42 d/l Clock rate between segments 115 CLO_RATE 43 d/l Clock rate between segments 116 CLO_RATE 44 d/l Clock rate between segments 117 CLO_RATE 45 d/l Clock rate between segments 118 CLO_RATE 46 d/l Clock rate between segments 119 CLO_RATE 47 d/l Clock rate between segments 120 CLO_RATE 48 d/l Clock rate between segments 121 ATM_RATE 73 d/l Atmosphere rate between segments 122 ATM_RATE 74 d/l Atmosphere rate between segments 123 ATM_RATE 75 d/l Atmosphere rate between segments 124 ATM_RATE 76 d/l Atmosphere rate between segments 125 ATM_RATE 77 d/l Atmosphere rate between segments 126 ATM_RATE 78 d/l Atmosphere rate between segments 127 ATM_RATE 79 d/l Atmosphere rate between segments 128 ATM_RATE 80 d/l Atmosphere rate between segments 129 ATM_RATE 81 d/l Atmosphere rate between segments 130 ATM_RATE 82 d/l Atmosphere rate between segments 131 ATM_RATE 83 d/l Atmosphere rate between segments 132 ATM_RATE 84 d/l Atmosphere rate between segments 133 ATM_RATE 85 d/l Atmosphere rate between segments 134 ATM_RATE 86 d/l Atmosphere rate between segments 135 ATM_RATE 87 d/l Atmosphere rate between segments 136 ATM_RATE 88 d/l Atmosphere rate between segments 137 ATM_RATE 89 d/l Atmosphere rate between segments 138 ATM_RATE 90 d/l Atmosphere rate between segments 139 ATM_RATE 91 d/l Atmosphere rate between segments 140 ATM_RATE 92 d/l Atmosphere rate between segments 141 ATM_RATE 93 d/l Atmosphere rate between segments 142 ATM_RATE 94 d/l Atmosphere rate between segments 143 ATM_RATE 95 d/l Atmosphere rate between segments 144 ATM_RATE 96 d/l Atmosphere rate between segments 145 ATM_RATE 97 d/l Atmosphere rate between segments 146 ATM_RATE 98 d/l Atmosphere rate between segments 147 ATM_RATE 99 d/l Atmosphere rate between segments 148 ATM_RATE 100 d/l Atmosphere rate between segments 149 ATM_RATE 101 d/l Atmosphere rate between segments 150 ATM_RATE 102 d/l Atmosphere rate between segments 151 ATM_RATE 103 d/l Atmosphere rate between segments 152 ATM_RATE 104 d/l Atmosphere rate between segments 153 ATM_RATE 105 d/l Atmosphere rate between segments 154 ATM_RATE 106 d/l Atmosphere rate between segments 155 ATM_RATE 107 d/l Atmosphere rate between segments 156 ATM_RATE 108 d/l Atmosphere rate between segments 157 ATM_RATE 109 d/l Atmosphere rate between segments 158 ATM_RATE 110 d/l Atmosphere rate between segments 159 ATM_RATE 111 d/l Atmosphere rate between segments 160 ATM_RATE 112 d/l Atmosphere rate between segments 161 ATM_RATE 113 d/l Atmosphere rate between segments 162 ATM_RATE 114 d/l Atmosphere rate between segments 163 ATM_RATE 115 d/l Atmosphere rate between segments 164 ATM_RATE 116 d/l Atmosphere rate between segments 165 ATM_RATE 117 d/l Atmosphere rate between segments 166 ATM_RATE 118 d/l Atmosphere rate between segments 167 ATM_RATE 119 d/l Atmosphere rate between segments 168 ATM_RATE 120 d/l Atmosphere rate between segments 169 ATM_RATE 121 d/l Atmosphere rate between segments 170 ATM_RATE 122 d/l Atmosphere rate between segments 171 ATM_RATE 123 d/l Atmosphere rate between segments 172 ATM_RATE 124 d/l Atmosphere rate between segments 173 ATM_RATE 125 d/l Atmosphere rate between segments 174 ATM_RATE 126 d/l Atmosphere rate between segments 175 ATM_RATE 127 d/l Atmosphere rate between segments 176 ATM_RATE 128 d/l Atmosphere rate between segments 177 ATM_RATE 129 d/l Atmosphere rate between segments 178 ATM_RATE 130 d/l Atmosphere rate between segments 179 ATM_RATE 131 d/l Atmosphere rate between segments 180 ATM_RATE 132 d/l Atmosphere rate between segments 181 ATM_RATE 133 d/l Atmosphere rate between segments 182 ATM_RATE 134 d/l Atmosphere rate between segments 183 ATM_RATE 135 d/l Atmosphere rate between segments 184 ATM_RATE 136 d/l Atmosphere rate between segments 185 ATM_RATE 137 d/l Atmosphere rate between segments 186 ATM_RATE 138 d/l Atmosphere rate between segments 187 ATM_RATE 139 d/l Atmosphere rate between segments 188 ATM_RATE 140 d/l Atmosphere rate between segments 189 ATM_RATE 141 d/l Atmosphere rate between segments 190 ATM_RATE 142 d/l Atmosphere rate between segments 191 ATM_RATE 143 d/l Atmosphere rate between segments 192 ATM_RATE 144 d/l Atmosphere rate between segments 193 ATM_RATE 145 d/l Atmosphere rate between segments 194 ATM_RATE 146 d/l Atmosphere rate between segments 195 ATM_RATE 147 d/l Atmosphere rate between segments 196 ATM_RATE 148 d/l Atmosphere rate between segments 197 ATM_RATE 149 d/l Atmosphere rate between segments 198 ATM_RATE 150 d/l Atmosphere rate between segments 199 ATM_RATE 151 d/l Atmosphere rate between segments 200 ATM_RATE 152 d/l Atmosphere rate between segments 201 ATM_RATE 153 d/l Atmosphere rate between segments 202 ATM_RATE 154 d/l Atmosphere rate between segments 203 ATM_RATE 155 d/l Atmosphere rate between segments 204 ATM_RATE 156 d/l Atmosphere rate between segments 205 ATM_RATE 157 d/l Atmosphere rate between segments 206 ATM_RATE 158 d/l Atmosphere rate between segments 207 ATM_RATE 159 d/l Atmosphere rate between segments 208 ATM_RATE 160 d/l Atmosphere rate between segments 209 ATM_RATE 161 d/l Atmosphere rate between segments 210 ATM_RATE 162 d/l Atmosphere rate between segments 211 ATM_RATE 163 d/l Atmosphere rate between segments 212 ATM_RATE 164 d/l Atmosphere rate between segments 213 ATM_RATE 165 d/l Atmosphere rate between segments 214 ATM_RATE 166 d/l Atmosphere rate between segments 215 ATM_RATE 167 d/l Atmosphere rate between segments 216 ATM_RATE 168 d/l Atmosphere rate between segments 217 ATM_RATE 169 d/l Atmosphere rate between segments 218 ATM_RATE 170 d/l Atmosphere rate between segments 219 ATM_RATE 171 d/l Atmosphere rate between segments 220 ATM_RATE 172 d/l Atmosphere rate between segments 221 ATM_RATE 173 d/l Atmosphere rate between segments 222 ATM_RATE 174 d/l Atmosphere rate between segments 223 ATM_RATE 175 d/l Atmosphere rate between segments 224 ATM_RATE 176 d/l Atmosphere rate between segments 225 ATM_RATE 177 d/l Atmosphere rate between segments 226 ATM_RATE 178 d/l Atmosphere rate between segments 227 ATM_RATE 179 d/l Atmosphere rate between segments 228 ATM_RATE 180 d/l Atmosphere rate between segments 229 ATM_RATE 181 d/l Atmosphere rate between segments 230 ATM_RATE 182 d/l Atmosphere rate between segments 231 ATM_RATE 183 d/l Atmosphere rate between segments 232 ATM_RATE 184 d/l Atmosphere rate between segments 233 ATM_RATE 185 d/l Atmosphere rate between segments 234 ATM_RATE 186 d/l Atmosphere rate between segments 235 ATM_RATE 187 d/l Atmosphere rate between segments 236 ATM_RATE 188 d/l Atmosphere rate between segments 237 ATM_RATE 189 d/l Atmosphere rate between segments 238 ATM_RATE 190 d/l Atmosphere rate between segments 239 ATM_RATE 191 d/l Atmosphere rate between segments 240 ATM_RATE 192 d/l Atmosphere rate between segments 241 ATM_RATE 193 d/l Atmosphere rate between segments 242 ATM_RATE 194 d/l Atmosphere rate between segments 243 ATM_RATE 195 d/l Atmosphere rate between segments 244 ATM_RATE 196 d/l Atmosphere rate between segments 245 ATM_RATE 197 d/l Atmosphere rate between segments 246 ATM_RATE 198 d/l Atmosphere rate between segments 247 ATM_RATE 199 d/l Atmosphere rate between segments 248 ATM_RATE 200 d/l Atmosphere rate between segments 249 ATM_RATE 201 d/l Atmosphere rate between segments 250 ATM_RATE 202 d/l Atmosphere rate between segments 251 ATM_RATE 203 d/l Atmosphere rate between segments 252 ATM_RATE 204 d/l Atmosphere rate between segments 253 ATM_RATE 205 d/l Atmosphere rate between segments 254 ATM_RATE 206 d/l Atmosphere rate between segments 255 ATM_RATE 207 d/l Atmosphere rate between segments 256 ATM_RATE 208 d/l Atmosphere rate between segments 257 ATM_RATE 209 d/l Atmosphere rate between segments 258 ATM_RATE 210 d/l Atmosphere rate between segments 259 ATM_RATE 211 d/l Atmosphere rate between segments 260 ATM_RATE 212 d/l Atmosphere rate between segments 261 ATM_RATE 213 d/l Atmosphere rate between segments 262 ATM_RATE 214 d/l Atmosphere rate between segments 263 ATM_RATE 215 d/l Atmosphere rate between segments 264 ATM_RATE 216 d/l Atmosphere rate between segments 265 BLC_VAL 1 sec Baseline clock 266 EOP_XPL 1 mas Constraint on X pole value 267 EOP_YPL 1 mas Constraint on Y pole value 268 EOP_UT1 1 ms Constraint on UT1 angle 269 EOR_XPL 1 masD Constraint on X pole rate 270 EOR_YPL 1 masD Constraint on Y pole rate 271 EOR_UT1 1 msD Constraint on UT1 rate 272 GRAD_OFF 1 mm Atmosphere gradient offset 273 GRAD_OFF 2 mm Atmosphere gradient offset 274 GRAD_RAT 1 mm/d Atmosphere gradient rate 275 GRAD_OFF 3 mm Atmosphere gradient offset 276 GRAD_RAT 2 mm/d Atmosphere gradient rate 277 GRAD_OFF 4 mm Atmosphere gradient offset 278 GRAD_RAT 3 mm/d Atmosphere gradient rate 279 GRAD_OFF 5 mm Atmosphere gradient offset 280 GRAD_RAT 4 mm/d Atmosphere gradient rate 281 GRAD_OFF 6 mm Atmosphere gradient offset 282 GRAD_OFF 7 mm Atmosphere gradient offset 283 GRAD_RAT 5 mm/d Atmosphere gradient rate 284 GRAD_OFF 8 mm Atmosphere gradient offset 285 GRAD_RAT 6 mm/d Atmosphere gradient rate 286 GRAD_OFF 9 mm Atmosphere gradient offset 287 GRAD_RAT 7 mm/d Atmosphere gradient rate 288 GRAD_OFF 10 mm Atmosphere gradient offset 289 GRAD_RAT 8 mm/d Atmosphere gradient rate 290 GRAD_OFF 11 mm Atmosphere gradient offset 291 GRAD_OFF 12 mm Atmosphere gradient offset 292 GRAD_RAT 9 mm/d Atmosphere gradient rate 293 GRAD_OFF 13 mm Atmosphere gradient offset 294 GRAD_RAT 10 mm/d Atmosphere gradient rate 295 GRAD_OFF 14 mm Atmosphere gradient offset 296 GRAD_RAT 11 mm/d Atmosphere gradient rate 297 GRAD_OFF 15 mm Atmosphere gradient offset 298 GRAD_RAT 12 mm/d Atmosphere gradient rate 299 GRAD_OFF 16 mm Atmosphere gradient offset 300 GRAD_OFF 17 mm Atmosphere gradient offset 301 GRAD_RAT 13 mm/d Atmosphere gradient rate 302 GRAD_OFF 18 mm Atmosphere gradient offset 303 GRAD_RAT 14 mm/d Atmosphere gradient rate 304 GRAD_OFF 19 mm Atmosphere gradient offset 305 GRAD_RAT 15 mm/d Atmosphere gradient rate 306 GRAD_OFF 20 mm Atmosphere gradient offset 307 GRAD_RAT 16 mm/d Atmosphere gradient rate 308 GRAD_OFF 21 mm Atmosphere gradient offset 309 GRAD_OFF 22 mm Atmosphere gradient offset 310 GRAD_RAT 17 mm/d Atmosphere gradient rate 311 GRAD_OFF 23 mm Atmosphere gradient offset 312 GRAD_RAT 18 mm/d Atmosphere gradient rate 313 GRAD_OFF 24 mm Atmosphere gradient offset 314 GRAD_RAT 19 mm/d Atmosphere gradient rate 315 GRAD_OFF 25 mm Atmosphere gradient offset 316 GRAD_RAT 20 mm/d Atmosphere gradient rate 317 GRAD_OFF 26 mm Atmosphere gradient offset 318 GRAD_OFF 27 mm Atmosphere gradient offset 319 GRAD_RAT 21 mm/d Atmosphere gradient rate 320 GRAD_OFF 28 mm Atmosphere gradient offset 321 GRAD_RAT 22 mm/d Atmosphere gradient rate 322 GRAD_OFF 29 mm Atmosphere gradient offset 323 GRAD_RAT 23 mm/d Atmosphere gradient rate 324 GRAD_OFF 30 mm Atmosphere gradient offset 325 GRAD_RAT 24 mm/d Atmosphere gradient rate 326 NNT_POS 1 m No-net translation for positions 327 NNT_POS 2 m No-net translation for positions 328 NNT_POS 3 m No-net translation for positions 329 NNR_POS 1 m No-net rotation for positions 330 NNR_POS 2 m No-net rotation for positions 331 NNR_POS 3 m No-net rotation for positions 332 NNR_SRC 1 rad No-net rotation for sources 333 NNR_SRC 2 rad No-net rotation for sources 334 NNR_SRC 3 rad No-net rotation for sources 335 SRC_COO 1 rad Source coordinates 336 SRC_COO 2 rad Source coordinates 337 SRC_COO 3 rad Source coordinates 338 SRC_COO 4 rad Source coordinates 339 SRC_COO 5 rad Source coordinates 340 SRC_COO 6 rad Source coordinates 341 SRC_COO 7 rad Source coordinates 342 SRC_COO 8 rad Source coordinates 343 SRC_COO 9 rad Source coordinates 344 SRC_COO 10 rad Source coordinates 345 SRC_COO 11 rad Source coordinates 346 SRC_COO 12 rad Source coordinates 347 SRC_COO 13 rad Source coordinates 348 SRC_COO 14 rad Source coordinates 349 SRC_COO 15 rad Source coordinates 350 SRC_COO 16 rad Source coordinates 351 SRC_COO 17 rad Source coordinates 352 SRC_COO 18 rad Source coordinates 353 SRC_COO 19 rad Source coordinates 354 SRC_COO 20 rad Source coordinates 355 SRC_COO 21 rad Source coordinates 356 SRC_COO 22 rad Source coordinates 357 SRC_COO 23 rad Source coordinates 358 SRC_COO 24 rad Source coordinates 359 SRC_COO 25 rad Source coordinates 360 SRC_COO 26 rad Source coordinates 361 SRC_COO 27 rad Source coordinates 362 SRC_COO 28 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) 266 38 1.00000000000000D+00 267 40 1.00000000000000D+00 268 42 1.00000000000000D+00 269 39 1.00000000000000D+00 270 41 1.00000000000000D+00 271 43 1.00000000000000D+00 326 1 1.00000000000000D+00 326 4 1.00000000000000D+00 326 7 1.00000000000000D+00 327 2 1.00000000000000D+00 327 5 1.00000000000000D+00 327 8 1.00000000000000D+00 328 3 1.00000000000000D+00 328 6 1.00000000000000D+00 328 9 1.00000000000000D+00 329 2 -5.07373583760167D-01 329 3 -8.37013818058291D-01 329 5 -6.75600516291503D-01 329 6 -7.01095053853742D-01 329 8 -7.55553285211121D-01 329 9 1.46611862009877D-01 330 1 5.07373583760167D-01 330 3 2.07872893743719D-01 330 4 6.75600516291503D-01 330 6 -2.34667531093941D-01 330 7 7.55553285211121D-01 330 9 -6.41300487546573D-01 331 1 8.37013818058291D-01 331 2 -2.07872893743719D-01 331 4 7.01095053853742D-01 331 5 2.34667531093941D-01 331 7 -1.46611862009877D-01 331 8 6.41300487546573D-01 332 10 -1.46887958648194D-03 332 11 1.63636605402235D-03 332 12 -6.45903862839776D-03 332 13 2.08796660521752D-01 332 14 -4.23458839121207D-02 332 15 1.97594518272457D-02 332 16 -6.13061081277153D-03 332 17 2.75718656544049D-02 332 18 -3.36046951750790D-03 332 19 3.04042778882051D-01 332 20 9.26283992083197D-02 332 21 4.26600971771395D-02 332 22 1.49420086055415D-01 332 23 2.39084905036715D-01 332 24 1.17584973419605D-02 332 25 -5.94572952293056D-03 332 26 8.72740299034849D-02 332 27 -2.87643669438296D-02 332 28 4.67152800880200D-02 332 29 -2.56154802194143D-01 332 30 -1.82594793537458D-05 332 31 -8.06143159897672D-01 332 32 -3.34699765357733D-03 332 33 -1.17775527879434D-02 332 34 -1.45294727041570D-01 332 35 -9.04702579269834D-02 332 36 -1.22288487754550D-01 332 37 -1.87848182885851D-02 333 10 -8.08090548254779D-04 333 11 -9.43959930877574D-03 333 12 -7.87225747448982D-03 333 13 -5.43674633297133D-01 333 14 -5.88133583836173D-02 333 15 -4.51499262553200D-02 333 16 -8.56706721601120D-02 333 17 -6.26159041783552D-03 333 18 -3.05763621721026D-01 333 19 -1.06046360858894D-02 333 20 -1.72654032940766D-01 333 21 7.26333711789947D-02 333 22 -2.09748203188218D-01 333 23 5.40517575720672D-01 333 24 2.67518784391768D-03 333 25 8.29372482277025D-02 333 26 9.62165578503118D-02 333 27 8.28012636103972D-02 333 28 2.38241824645483D-01 333 29 1.59400758108002D-01 333 30 9.79108468776419D-03 333 31 -4.77107986391526D-03 333 32 4.30650349854386D-03 333 33 -2.90490940708433D-02 333 34 1.45368097870171D-01 333 35 -2.86968021895042D-01 333 36 6.45691398730702D-02 333 37 -1.12905344855595D-01 334 10 6.05829845341676D-02 334 12 2.47268583253866D-03 334 14 2.45871083558952D-01 334 16 2.19435878742588D-01 334 18 2.24347485679216D-01 334 20 3.98897053764328D-01 334 22 2.55553892361319D-01 334 24 3.60338971298534D-01 334 26 2.06314126122111D-01 334 28 1.85149464507054D-01 334 30 1.22162993798991D-03 334 32 3.68965329934160D-01 334 34 1.99655770548312D-01 334 36 4.79865706837464D-01 335 10 1.00000000000000D+00 336 11 1.00000000000000D+00 337 12 1.00000000000000D+00 338 13 1.00000000000000D+00 339 14 1.00000000000000D+00 340 15 1.00000000000000D+00 341 16 1.00000000000000D+00 342 17 1.00000000000000D+00 343 18 1.00000000000000D+00 344 19 1.00000000000000D+00 345 20 1.00000000000000D+00 346 21 1.00000000000000D+00 347 22 1.00000000000000D+00 348 23 1.00000000000000D+00 349 24 1.00000000000000D+00 350 25 1.00000000000000D+00 351 26 1.00000000000000D+00 352 27 1.00000000000000D+00 353 28 1.00000000000000D+00 354 29 1.00000000000000D+00 355 30 1.00000000000000D+00 356 31 1.00000000000000D+00 357 32 1.00000000000000D+00 358 33 1.00000000000000D+00 359 34 1.00000000000000D+00 360 35 1.00000000000000D+00 361 36 1.00000000000000D+00 362 37 1.00000000000000D+00 -SOLUTION/CONSTRAINT_EQUATION_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_EQUATION_VECTOR *Index Right_hand_value____ Reciprocal_weight___ 1 0.00000000000000D+00 5.00000000000000D-14 2 0.00000000000000D+00 5.00000000000000D-14 3 0.00000000000000D+00 5.00000000000000D-14 4 0.00000000000000D+00 5.00000000000000D-14 5 0.00000000000000D+00 5.00000000000000D-14 6 0.00000000000000D+00 5.00000000000000D-14 7 0.00000000000000D+00 5.00000000000000D-14 8 0.00000000000000D+00 5.00000000000000D-14 9 0.00000000000000D+00 5.00000000000000D-14 10 0.00000000000000D+00 5.00000000000000D-14 11 0.00000000000000D+00 5.00000000000000D-14 12 0.00000000000000D+00 5.00000000000000D-14 13 0.00000000000000D+00 5.00000000000000D-14 14 0.00000000000000D+00 5.00000000000000D-14 15 0.00000000000000D+00 5.00000000000000D-14 16 0.00000000000000D+00 5.00000000000000D-14 17 0.00000000000000D+00 5.00000000000000D-14 18 0.00000000000000D+00 5.00000000000000D-14 19 0.00000000000000D+00 5.00000000000000D-14 20 0.00000000000000D+00 5.00000000000000D-14 21 0.00000000000000D+00 5.00000000000000D-14 22 0.00000000000000D+00 5.00000000000000D-14 23 0.00000000000000D+00 5.00000000000000D-14 24 0.00000000000000D+00 5.00000000000000D-14 25 0.00000000000000D+00 1.38888888888889D-14 26 0.00000000000000D+00 1.38888888888889D-14 27 0.00000000000000D+00 1.38888888888889D-14 28 0.00000000000000D+00 1.38888888888889D-14 29 0.00000000000000D+00 1.38888888888889D-14 30 0.00000000000000D+00 1.38888888888889D-14 31 0.00000000000000D+00 1.38888888888889D-14 32 0.00000000000000D+00 1.38888888888889D-14 33 0.00000000000000D+00 1.38888888888889D-14 34 0.00000000000000D+00 1.38888888888889D-14 35 0.00000000000000D+00 1.38888888888889D-14 36 0.00000000000000D+00 1.38888888888889D-14 37 0.00000000000000D+00 1.38888888888889D-14 38 0.00000000000000D+00 1.38888888888889D-14 39 0.00000000000000D+00 1.38888888888889D-14 40 0.00000000000000D+00 1.38888888888889D-14 41 0.00000000000000D+00 1.38888888888889D-14 42 0.00000000000000D+00 1.38888888888889D-14 43 0.00000000000000D+00 1.38888888888889D-14 44 0.00000000000000D+00 1.38888888888889D-14 45 0.00000000000000D+00 1.38888888888889D-14 46 0.00000000000000D+00 1.38888888888889D-14 47 0.00000000000000D+00 1.38888888888889D-14 48 0.00000000000000D+00 1.38888888888889D-14 49 0.00000000000000D+00 1.38888888888889D-14 50 0.00000000000000D+00 1.38888888888889D-14 51 0.00000000000000D+00 1.38888888888889D-14 52 0.00000000000000D+00 1.38888888888889D-14 53 0.00000000000000D+00 1.38888888888889D-14 54 0.00000000000000D+00 1.38888888888889D-14 55 0.00000000000000D+00 1.38888888888889D-14 56 0.00000000000000D+00 1.38888888888889D-14 57 0.00000000000000D+00 1.38888888888889D-14 58 0.00000000000000D+00 1.38888888888889D-14 59 0.00000000000000D+00 1.38888888888889D-14 60 0.00000000000000D+00 1.38888888888889D-14 61 0.00000000000000D+00 1.38888888888889D-14 62 0.00000000000000D+00 1.38888888888889D-14 63 0.00000000000000D+00 1.38888888888889D-14 64 0.00000000000000D+00 1.38888888888889D-14 65 0.00000000000000D+00 1.38888888888889D-14 66 0.00000000000000D+00 1.38888888888889D-14 67 0.00000000000000D+00 1.38888888888889D-14 68 0.00000000000000D+00 1.38888888888889D-14 69 0.00000000000000D+00 1.38888888888889D-14 70 0.00000000000000D+00 1.38888888888889D-14 71 0.00000000000000D+00 1.38888888888889D-14 72 0.00000000000000D+00 1.38888888888889D-14 73 0.00000000000000D+00 1.38888888888889D-14 74 0.00000000000000D+00 1.38888888888889D-14 75 0.00000000000000D+00 1.38888888888889D-14 76 0.00000000000000D+00 1.38888888888889D-14 77 0.00000000000000D+00 1.38888888888889D-14 78 0.00000000000000D+00 1.38888888888889D-14 79 0.00000000000000D+00 1.38888888888889D-14 80 0.00000000000000D+00 1.38888888888889D-14 81 0.00000000000000D+00 1.38888888888889D-14 82 0.00000000000000D+00 1.38888888888889D-14 83 0.00000000000000D+00 1.38888888888889D-14 84 0.00000000000000D+00 1.38888888888889D-14 85 0.00000000000000D+00 1.38888888888889D-14 86 0.00000000000000D+00 1.38888888888889D-14 87 0.00000000000000D+00 1.38888888888889D-14 88 0.00000000000000D+00 1.38888888888889D-14 89 0.00000000000000D+00 1.38888888888889D-14 90 0.00000000000000D+00 1.38888888888889D-14 91 0.00000000000000D+00 1.38888888888889D-14 92 0.00000000000000D+00 1.38888888888889D-14 93 0.00000000000000D+00 1.38888888888889D-14 94 0.00000000000000D+00 1.38888888888889D-14 95 0.00000000000000D+00 1.38888888888889D-14 96 0.00000000000000D+00 1.38888888888889D-14 97 0.00000000000000D+00 5.00000000000000D-14 98 0.00000000000000D+00 5.00000000000000D-14 99 0.00000000000000D+00 5.00000000000000D-14 100 0.00000000000000D+00 5.00000000000000D-14 101 0.00000000000000D+00 5.00000000000000D-14 102 0.00000000000000D+00 5.00000000000000D-14 103 0.00000000000000D+00 5.00000000000000D-14 104 0.00000000000000D+00 5.00000000000000D-14 105 0.00000000000000D+00 5.00000000000000D-14 106 0.00000000000000D+00 5.00000000000000D-14 107 0.00000000000000D+00 5.00000000000000D-14 108 0.00000000000000D+00 5.00000000000000D-14 109 0.00000000000000D+00 5.00000000000000D-14 110 0.00000000000000D+00 5.00000000000000D-14 111 0.00000000000000D+00 5.00000000000000D-14 112 0.00000000000000D+00 5.00000000000000D-14 113 0.00000000000000D+00 5.00000000000000D-14 114 0.00000000000000D+00 5.00000000000000D-14 115 0.00000000000000D+00 5.00000000000000D-14 116 0.00000000000000D+00 5.00000000000000D-14 117 0.00000000000000D+00 5.00000000000000D-14 118 0.00000000000000D+00 5.00000000000000D-14 119 0.00000000000000D+00 5.00000000000000D-14 120 0.00000000000000D+00 5.00000000000000D-14 121 0.00000000000000D+00 1.38888888888889D-14 122 0.00000000000000D+00 1.38888888888889D-14 123 0.00000000000000D+00 1.38888888888889D-14 124 0.00000000000000D+00 1.38888888888889D-14 125 0.00000000000000D+00 1.38888888888889D-14 126 0.00000000000000D+00 1.38888888888889D-14 127 0.00000000000000D+00 1.38888888888889D-14 128 0.00000000000000D+00 1.38888888888889D-14 129 0.00000000000000D+00 1.38888888888889D-14 130 0.00000000000000D+00 1.38888888888889D-14 131 0.00000000000000D+00 1.38888888888889D-14 132 0.00000000000000D+00 1.38888888888889D-14 133 0.00000000000000D+00 1.38888888888889D-14 134 0.00000000000000D+00 1.38888888888889D-14 135 0.00000000000000D+00 1.38888888888889D-14 136 0.00000000000000D+00 1.38888888888889D-14 137 0.00000000000000D+00 1.38888888888889D-14 138 0.00000000000000D+00 1.38888888888889D-14 139 0.00000000000000D+00 1.38888888888889D-14 140 0.00000000000000D+00 1.38888888888889D-14 141 0.00000000000000D+00 1.38888888888889D-14 142 0.00000000000000D+00 1.38888888888889D-14 143 0.00000000000000D+00 1.38888888888889D-14 144 0.00000000000000D+00 1.38888888888889D-14 145 0.00000000000000D+00 1.38888888888889D-14 146 0.00000000000000D+00 1.38888888888889D-14 147 0.00000000000000D+00 1.38888888888889D-14 148 0.00000000000000D+00 1.38888888888889D-14 149 0.00000000000000D+00 1.38888888888889D-14 150 0.00000000000000D+00 1.38888888888889D-14 151 0.00000000000000D+00 1.38888888888889D-14 152 0.00000000000000D+00 1.38888888888889D-14 153 0.00000000000000D+00 1.38888888888889D-14 154 0.00000000000000D+00 1.38888888888889D-14 155 0.00000000000000D+00 1.38888888888889D-14 156 0.00000000000000D+00 1.38888888888889D-14 157 0.00000000000000D+00 1.38888888888889D-14 158 0.00000000000000D+00 1.38888888888889D-14 159 0.00000000000000D+00 1.38888888888889D-14 160 0.00000000000000D+00 1.38888888888889D-14 161 0.00000000000000D+00 1.38888888888889D-14 162 0.00000000000000D+00 1.38888888888889D-14 163 0.00000000000000D+00 1.38888888888889D-14 164 0.00000000000000D+00 1.38888888888889D-14 165 0.00000000000000D+00 1.38888888888889D-14 166 0.00000000000000D+00 1.38888888888889D-14 167 0.00000000000000D+00 1.38888888888889D-14 168 0.00000000000000D+00 1.38888888888889D-14 169 0.00000000000000D+00 1.38888888888889D-14 170 0.00000000000000D+00 1.38888888888889D-14 171 0.00000000000000D+00 1.38888888888889D-14 172 0.00000000000000D+00 1.38888888888889D-14 173 0.00000000000000D+00 1.38888888888889D-14 174 0.00000000000000D+00 1.38888888888889D-14 175 0.00000000000000D+00 1.38888888888889D-14 176 0.00000000000000D+00 1.38888888888889D-14 177 0.00000000000000D+00 1.38888888888889D-14 178 0.00000000000000D+00 1.38888888888889D-14 179 0.00000000000000D+00 1.38888888888889D-14 180 0.00000000000000D+00 1.38888888888889D-14 181 0.00000000000000D+00 1.38888888888889D-14 182 0.00000000000000D+00 1.38888888888889D-14 183 0.00000000000000D+00 1.38888888888889D-14 184 0.00000000000000D+00 1.38888888888889D-14 185 0.00000000000000D+00 1.38888888888889D-14 186 0.00000000000000D+00 1.38888888888889D-14 187 0.00000000000000D+00 1.38888888888889D-14 188 0.00000000000000D+00 1.38888888888889D-14 189 0.00000000000000D+00 1.38888888888889D-14 190 0.00000000000000D+00 1.38888888888889D-14 191 0.00000000000000D+00 1.38888888888889D-14 192 0.00000000000000D+00 1.38888888888889D-14 193 0.00000000000000D+00 1.38888888888889D-14 194 0.00000000000000D+00 1.38888888888889D-14 195 0.00000000000000D+00 1.38888888888889D-14 196 0.00000000000000D+00 1.38888888888889D-14 197 0.00000000000000D+00 1.38888888888889D-14 198 0.00000000000000D+00 1.38888888888889D-14 199 0.00000000000000D+00 1.38888888888889D-14 200 0.00000000000000D+00 1.38888888888889D-14 201 0.00000000000000D+00 1.38888888888889D-14 202 0.00000000000000D+00 1.38888888888889D-14 203 0.00000000000000D+00 1.38888888888889D-14 204 0.00000000000000D+00 1.38888888888889D-14 205 0.00000000000000D+00 1.38888888888889D-14 206 0.00000000000000D+00 1.38888888888889D-14 207 0.00000000000000D+00 1.38888888888889D-14 208 0.00000000000000D+00 1.38888888888889D-14 209 0.00000000000000D+00 1.38888888888889D-14 210 0.00000000000000D+00 1.38888888888889D-14 211 0.00000000000000D+00 1.38888888888889D-14 212 0.00000000000000D+00 1.38888888888889D-14 213 0.00000000000000D+00 1.38888888888889D-14 214 0.00000000000000D+00 1.38888888888889D-14 215 0.00000000000000D+00 1.38888888888889D-14 216 0.00000000000000D+00 1.38888888888889D-14 217 0.00000000000000D+00 1.38888888888889D-14 218 0.00000000000000D+00 1.38888888888889D-14 219 0.00000000000000D+00 1.38888888888889D-14 220 0.00000000000000D+00 1.38888888888889D-14 221 0.00000000000000D+00 1.38888888888889D-14 222 0.00000000000000D+00 1.38888888888889D-14 223 0.00000000000000D+00 1.38888888888889D-14 224 0.00000000000000D+00 1.38888888888889D-14 225 0.00000000000000D+00 1.38888888888889D-14 226 0.00000000000000D+00 1.38888888888889D-14 227 0.00000000000000D+00 1.38888888888889D-14 228 0.00000000000000D+00 1.38888888888889D-14 229 0.00000000000000D+00 1.38888888888889D-14 230 0.00000000000000D+00 1.38888888888889D-14 231 0.00000000000000D+00 1.38888888888889D-14 232 0.00000000000000D+00 1.38888888888889D-14 233 0.00000000000000D+00 1.38888888888889D-14 234 0.00000000000000D+00 1.38888888888889D-14 235 0.00000000000000D+00 1.38888888888889D-14 236 0.00000000000000D+00 1.38888888888889D-14 237 0.00000000000000D+00 1.38888888888889D-14 238 0.00000000000000D+00 1.38888888888889D-14 239 0.00000000000000D+00 1.38888888888889D-14 240 0.00000000000000D+00 1.38888888888889D-14 241 0.00000000000000D+00 1.38888888888889D-14 242 0.00000000000000D+00 1.38888888888889D-14 243 0.00000000000000D+00 1.38888888888889D-14 244 0.00000000000000D+00 1.38888888888889D-14 245 0.00000000000000D+00 1.38888888888889D-14 246 0.00000000000000D+00 1.38888888888889D-14 247 0.00000000000000D+00 1.38888888888889D-14 248 0.00000000000000D+00 1.38888888888889D-14 249 0.00000000000000D+00 1.38888888888889D-14 250 0.00000000000000D+00 1.38888888888889D-14 251 0.00000000000000D+00 1.38888888888889D-14 252 0.00000000000000D+00 1.38888888888889D-14 253 0.00000000000000D+00 1.38888888888889D-14 254 0.00000000000000D+00 1.38888888888889D-14 255 0.00000000000000D+00 1.38888888888889D-14 256 0.00000000000000D+00 1.38888888888889D-14 257 0.00000000000000D+00 1.38888888888889D-14 258 0.00000000000000D+00 1.38888888888889D-14 259 0.00000000000000D+00 1.38888888888889D-14 260 0.00000000000000D+00 1.38888888888889D-14 261 0.00000000000000D+00 1.38888888888889D-14 262 0.00000000000000D+00 1.38888888888889D-14 263 0.00000000000000D+00 1.38888888888889D-14 264 0.00000000000000D+00 1.38888888888889D-14 265 0.00000000000000D+00 5.00000000000000D-07 266 0.00000000000000D+00 4.50028899072048D+01 267 0.00000000000000D+00 4.50064173202000D+01 268 0.00000000000000D+00 3.00080721483748D+00 269 0.00000000000000D+00 4.50000000000000D+01 270 0.00000000000000D+00 4.50000000000000D+01 271 0.00000000000000D+00 2.99180898971171D+00 272 0.00000000000000D+00 5.00000000000000D-01 273 0.00000000000000D+00 5.00000000000000D-01 274 0.00000000000000D+00 2.00000000000000D+00 275 0.00000000000000D+00 5.00000000000000D-01 276 0.00000000000000D+00 2.00000000000000D+00 277 0.00000000000000D+00 5.00000000000000D-01 278 0.00000000000000D+00 2.00000000000000D+00 279 0.00000000000000D+00 5.00000000000000D-01 280 0.00000000000000D+00 2.00000000000000D+00 281 0.00000000000000D+00 5.00000000000000D-01 282 0.00000000000000D+00 5.00000000000000D-01 283 0.00000000000000D+00 2.00000000000000D+00 284 0.00000000000000D+00 5.00000000000000D-01 285 0.00000000000000D+00 2.00000000000000D+00 286 0.00000000000000D+00 5.00000000000000D-01 287 0.00000000000000D+00 2.00000000000000D+00 288 0.00000000000000D+00 5.00000000000000D-01 289 0.00000000000000D+00 2.00000000000000D+00 290 0.00000000000000D+00 5.00000000000000D-01 291 0.00000000000000D+00 5.00000000000000D-01 292 0.00000000000000D+00 2.00000000000000D+00 293 0.00000000000000D+00 5.00000000000000D-01 294 0.00000000000000D+00 2.00000000000000D+00 295 0.00000000000000D+00 5.00000000000000D-01 296 0.00000000000000D+00 2.00000000000000D+00 297 0.00000000000000D+00 5.00000000000000D-01 298 0.00000000000000D+00 2.00000000000000D+00 299 0.00000000000000D+00 5.00000000000000D-01 300 0.00000000000000D+00 5.00000000000000D-01 301 0.00000000000000D+00 2.00000000000000D+00 302 0.00000000000000D+00 5.00000000000000D-01 303 0.00000000000000D+00 2.00000000000000D+00 304 0.00000000000000D+00 5.00000000000000D-01 305 0.00000000000000D+00 2.00000000000000D+00 306 0.00000000000000D+00 5.00000000000000D-01 307 0.00000000000000D+00 2.00000000000000D+00 308 0.00000000000000D+00 5.00000000000000D-01 309 0.00000000000000D+00 5.00000000000000D-01 310 0.00000000000000D+00 2.00000000000000D+00 311 0.00000000000000D+00 5.00000000000000D-01 312 0.00000000000000D+00 2.00000000000000D+00 313 0.00000000000000D+00 5.00000000000000D-01 314 0.00000000000000D+00 2.00000000000000D+00 315 0.00000000000000D+00 5.00000000000000D-01 316 0.00000000000000D+00 2.00000000000000D+00 317 0.00000000000000D+00 5.00000000000000D-01 318 0.00000000000000D+00 5.00000000000000D-01 319 0.00000000000000D+00 2.00000000000000D+00 320 0.00000000000000D+00 5.00000000000000D-01 321 0.00000000000000D+00 2.00000000000000D+00 322 0.00000000000000D+00 5.00000000000000D-01 323 0.00000000000000D+00 2.00000000000000D+00 324 0.00000000000000D+00 5.00000000000000D-01 325 0.00000000000000D+00 2.00000000000000D+00 326 0.00000000000000D+00 1.00000000000000D-04 327 0.00000000000000D+00 1.00000000000000D-04 328 0.00000000000000D+00 1.00000000000000D-04 329 0.00000000000000D+00 1.00000000000000D-04 330 0.00000000000000D+00 1.00000000000000D-04 331 0.00000000000000D+00 1.00000000000000D-04 332 0.00000000000000D+00 5.00000000000000D-11 333 0.00000000000000D+00 5.00000000000000D-11 334 0.00000000000000D+00 5.00000000000000D-11 335 0.00000000000000D+00 1.00000000000000D-06 336 0.00000000000000D+00 1.00000000000000D-06 337 0.00000000000000D+00 1.00000000000000D-06 338 0.00000000000000D+00 1.00000000000000D-06 339 0.00000000000000D+00 1.00000000000000D-06 340 0.00000000000000D+00 1.00000000000000D-06 341 0.00000000000000D+00 1.00000000000000D-06 342 0.00000000000000D+00 1.00000000000000D-06 343 0.00000000000000D+00 1.00000000000000D-06 344 0.00000000000000D+00 1.00000000000000D-06 345 0.00000000000000D+00 1.00000000000000D-06 346 0.00000000000000D+00 1.00000000000000D-06 347 0.00000000000000D+00 1.00000000000000D-06 348 0.00000000000000D+00 1.00000000000000D-06 349 0.00000000000000D+00 1.00000000000000D-06 350 0.00000000000000D+00 1.00000000000000D-06 351 0.00000000000000D+00 1.00000000000000D-06 352 0.00000000000000D+00 1.00000000000000D-06 353 0.00000000000000D+00 1.00000000000000D-06 354 0.00000000000000D+00 1.00000000000000D-06 355 0.00000000000000D+00 1.00000000000000D-06 356 0.00000000000000D+00 1.00000000000000D-06 357 0.00000000000000D+00 1.00000000000000D-06 358 0.00000000000000D+00 1.00000000000000D-06 359 0.00000000000000D+00 1.00000000000000D-06 360 0.00000000000000D+00 1.00000000000000D-06 361 0.00000000000000D+00 1.00000000000000D-06 362 0.00000000000000D+00 1.00000000000000D-06 -SOLUTION/CONSTRAINT_EQUATION_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_WEIGHT_MATRIX * Ind1 Ind2 Weight_matrix(ind1,ind2) 1 1 4.00000000000000D+26 2 2 4.00000000000000D+26 3 3 4.00000000000000D+26 4 4 4.00000000000000D+26 5 5 4.00000000000000D+26 6 6 4.00000000000000D+26 7 7 4.00000000000000D+26 8 8 4.00000000000000D+26 9 9 4.00000000000000D+26 10 10 4.00000000000000D+26 11 11 4.00000000000000D+26 12 12 4.00000000000000D+26 13 13 4.00000000000000D+26 14 14 4.00000000000000D+26 15 15 4.00000000000000D+26 16 16 4.00000000000000D+26 17 17 4.00000000000000D+26 18 18 4.00000000000000D+26 19 19 4.00000000000000D+26 20 20 4.00000000000000D+26 21 21 4.00000000000000D+26 22 22 4.00000000000000D+26 23 23 4.00000000000000D+26 24 24 4.00000000000000D+26 25 25 5.18400000000000D+27 26 26 5.18400000000000D+27 27 27 5.18400000000000D+27 28 28 5.18400000000000D+27 29 29 5.18400000000000D+27 30 30 5.18400000000000D+27 31 31 5.18400000000000D+27 32 32 5.18400000000000D+27 33 33 5.18400000000000D+27 34 34 5.18400000000000D+27 35 35 5.18400000000000D+27 36 36 5.18400000000000D+27 37 37 5.18400000000000D+27 38 38 5.18400000000000D+27 39 39 5.18400000000000D+27 40 40 5.18400000000000D+27 41 41 5.18400000000000D+27 42 42 5.18400000000000D+27 43 43 5.18400000000000D+27 44 44 5.18400000000000D+27 45 45 5.18400000000000D+27 46 46 5.18400000000000D+27 47 47 5.18400000000000D+27 48 48 5.18400000000000D+27 49 49 5.18400000000000D+27 50 50 5.18400000000000D+27 51 51 5.18400000000000D+27 52 52 5.18400000000000D+27 53 53 5.18400000000000D+27 54 54 5.18400000000000D+27 55 55 5.18400000000000D+27 56 56 5.18400000000000D+27 57 57 5.18400000000000D+27 58 58 5.18400000000000D+27 59 59 5.18400000000000D+27 60 60 5.18400000000000D+27 61 61 5.18400000000000D+27 62 62 5.18400000000000D+27 63 63 5.18400000000000D+27 64 64 5.18400000000000D+27 65 65 5.18400000000000D+27 66 66 5.18400000000000D+27 67 67 5.18400000000000D+27 68 68 5.18400000000000D+27 69 69 5.18400000000000D+27 70 70 5.18400000000000D+27 71 71 5.18400000000000D+27 72 72 5.18400000000000D+27 73 73 5.18400000000000D+27 74 74 5.18400000000000D+27 75 75 5.18400000000000D+27 76 76 5.18400000000000D+27 77 77 5.18400000000000D+27 78 78 5.18400000000000D+27 79 79 5.18400000000000D+27 80 80 5.18400000000000D+27 81 81 5.18400000000000D+27 82 82 5.18400000000000D+27 83 83 5.18400000000000D+27 84 84 5.18400000000000D+27 85 85 5.18400000000000D+27 86 86 5.18400000000000D+27 87 87 5.18400000000000D+27 88 88 5.18400000000000D+27 89 89 5.18400000000000D+27 90 90 5.18400000000000D+27 91 91 5.18400000000000D+27 92 92 5.18400000000000D+27 93 93 5.18400000000000D+27 94 94 5.18400000000000D+27 95 95 5.18400000000000D+27 96 96 5.18400000000000D+27 97 97 4.00000000000000D+26 98 98 4.00000000000000D+26 99 99 4.00000000000000D+26 100 100 4.00000000000000D+26 101 101 4.00000000000000D+26 102 102 4.00000000000000D+26 103 103 4.00000000000000D+26 104 104 4.00000000000000D+26 105 105 4.00000000000000D+26 106 106 4.00000000000000D+26 107 107 4.00000000000000D+26 108 108 4.00000000000000D+26 109 109 4.00000000000000D+26 110 110 4.00000000000000D+26 111 111 4.00000000000000D+26 112 112 4.00000000000000D+26 113 113 4.00000000000000D+26 114 114 4.00000000000000D+26 115 115 4.00000000000000D+26 116 116 4.00000000000000D+26 117 117 4.00000000000000D+26 118 118 4.00000000000000D+26 119 119 4.00000000000000D+26 120 120 4.00000000000000D+26 121 121 5.18400000000000D+27 122 122 5.18400000000000D+27 123 123 5.18400000000000D+27 124 124 5.18400000000000D+27 125 125 5.18400000000000D+27 126 126 5.18400000000000D+27 127 127 5.18400000000000D+27 128 128 5.18400000000000D+27 129 129 5.18400000000000D+27 130 130 5.18400000000000D+27 131 131 5.18400000000000D+27 132 132 5.18400000000000D+27 133 133 5.18400000000000D+27 134 134 5.18400000000000D+27 135 135 5.18400000000000D+27 136 136 5.18400000000000D+27 137 137 5.18400000000000D+27 138 138 5.18400000000000D+27 139 139 5.18400000000000D+27 140 140 5.18400000000000D+27 141 141 5.18400000000000D+27 142 142 5.18400000000000D+27 143 143 5.18400000000000D+27 144 144 5.18400000000000D+27 145 145 5.18400000000000D+27 146 146 5.18400000000000D+27 147 147 5.18400000000000D+27 148 148 5.18400000000000D+27 149 149 5.18400000000000D+27 150 150 5.18400000000000D+27 151 151 5.18400000000000D+27 152 152 5.18400000000000D+27 153 153 5.18400000000000D+27 154 154 5.18400000000000D+27 155 155 5.18400000000000D+27 156 156 5.18400000000000D+27 157 157 5.18400000000000D+27 158 158 5.18400000000000D+27 159 159 5.18400000000000D+27 160 160 5.18400000000000D+27 161 161 5.18400000000000D+27 162 162 5.18400000000000D+27 163 163 5.18400000000000D+27 164 164 5.18400000000000D+27 165 165 5.18400000000000D+27 166 166 5.18400000000000D+27 167 167 5.18400000000000D+27 168 168 5.18400000000000D+27 169 169 5.18400000000000D+27 170 170 5.18400000000000D+27 171 171 5.18400000000000D+27 172 172 5.18400000000000D+27 173 173 5.18400000000000D+27 174 174 5.18400000000000D+27 175 175 5.18400000000000D+27 176 176 5.18400000000000D+27 177 177 5.18400000000000D+27 178 178 5.18400000000000D+27 179 179 5.18400000000000D+27 180 180 5.18400000000000D+27 181 181 5.18400000000000D+27 182 182 5.18400000000000D+27 183 183 5.18400000000000D+27 184 184 5.18400000000000D+27 185 185 5.18400000000000D+27 186 186 5.18400000000000D+27 187 187 5.18400000000000D+27 188 188 5.18400000000000D+27 189 189 5.18400000000000D+27 190 190 5.18400000000000D+27 191 191 5.18400000000000D+27 192 192 5.18400000000000D+27 193 193 5.18400000000000D+27 194 194 5.18400000000000D+27 195 195 5.18400000000000D+27 196 196 5.18400000000000D+27 197 197 5.18400000000000D+27 198 198 5.18400000000000D+27 199 199 5.18400000000000D+27 200 200 5.18400000000000D+27 201 201 5.18400000000000D+27 202 202 5.18400000000000D+27 203 203 5.18400000000000D+27 204 204 5.18400000000000D+27 205 205 5.18400000000000D+27 206 206 5.18400000000000D+27 207 207 5.18400000000000D+27 208 208 5.18400000000000D+27 209 209 5.18400000000000D+27 210 210 5.18400000000000D+27 211 211 5.18400000000000D+27 212 212 5.18400000000000D+27 213 213 5.18400000000000D+27 214 214 5.18400000000000D+27 215 215 5.18400000000000D+27 216 216 5.18400000000000D+27 217 217 5.18400000000000D+27 218 218 5.18400000000000D+27 219 219 5.18400000000000D+27 220 220 5.18400000000000D+27 221 221 5.18400000000000D+27 222 222 5.18400000000000D+27 223 223 5.18400000000000D+27 224 224 5.18400000000000D+27 225 225 5.18400000000000D+27 226 226 5.18400000000000D+27 227 227 5.18400000000000D+27 228 228 5.18400000000000D+27 229 229 5.18400000000000D+27 230 230 5.18400000000000D+27 231 231 5.18400000000000D+27 232 232 5.18400000000000D+27 233 233 5.18400000000000D+27 234 234 5.18400000000000D+27 235 235 5.18400000000000D+27 236 236 5.18400000000000D+27 237 237 5.18400000000000D+27 238 238 5.18400000000000D+27 239 239 5.18400000000000D+27 240 240 5.18400000000000D+27 241 241 5.18400000000000D+27 242 242 5.18400000000000D+27 243 243 5.18400000000000D+27 244 244 5.18400000000000D+27 245 245 5.18400000000000D+27 246 246 5.18400000000000D+27 247 247 5.18400000000000D+27 248 248 5.18400000000000D+27 249 249 5.18400000000000D+27 250 250 5.18400000000000D+27 251 251 5.18400000000000D+27 252 252 5.18400000000000D+27 253 253 5.18400000000000D+27 254 254 5.18400000000000D+27 255 255 5.18400000000000D+27 256 256 5.18400000000000D+27 257 257 5.18400000000000D+27 258 258 5.18400000000000D+27 259 259 5.18400000000000D+27 260 260 5.18400000000000D+27 261 261 5.18400000000000D+27 262 262 5.18400000000000D+27 263 263 5.18400000000000D+27 264 264 5.18400000000000D+27 265 265 4.00000000000000D+12 266 266 4.93763739284648D-04 267 267 4.93686344082794D-04 268 268 1.11051341543968D-01 269 269 4.93827160493827D-04 270 270 4.93827160493827D-04 271 271 1.11720346604068D-01 272 272 4.00000000000000D+00 273 273 4.00000000000000D+00 274 274 2.50000000000000D-01 275 275 4.00000000000000D+00 276 276 2.50000000000000D-01 277 277 4.00000000000000D+00 278 278 2.50000000000000D-01 279 279 4.00000000000000D+00 280 280 2.50000000000000D-01 281 281 4.00000000000000D+00 282 282 4.00000000000000D+00 283 283 2.50000000000000D-01 284 284 4.00000000000000D+00 285 285 2.50000000000000D-01 286 286 4.00000000000000D+00 287 287 2.50000000000000D-01 288 288 4.00000000000000D+00 289 289 2.50000000000000D-01 290 290 4.00000000000000D+00 291 291 4.00000000000000D+00 292 292 2.50000000000000D-01 293 293 4.00000000000000D+00 294 294 2.50000000000000D-01 295 295 4.00000000000000D+00 296 296 2.50000000000000D-01 297 297 4.00000000000000D+00 298 298 2.50000000000000D-01 299 299 4.00000000000000D+00 300 300 4.00000000000000D+00 301 301 2.50000000000000D-01 302 302 4.00000000000000D+00 303 303 2.50000000000000D-01 304 304 4.00000000000000D+00 305 305 2.50000000000000D-01 306 306 4.00000000000000D+00 307 307 2.50000000000000D-01 308 308 4.00000000000000D+00 309 309 4.00000000000000D+00 310 310 2.50000000000000D-01 311 311 4.00000000000000D+00 312 312 2.50000000000000D-01 313 313 4.00000000000000D+00 314 314 2.50000000000000D-01 315 315 4.00000000000000D+00 316 316 2.50000000000000D-01 317 317 4.00000000000000D+00 318 318 4.00000000000000D+00 319 319 2.50000000000000D-01 320 320 4.00000000000000D+00 321 321 2.50000000000000D-01 322 322 4.00000000000000D+00 323 323 2.50000000000000D-01 324 324 4.00000000000000D+00 325 325 2.50000000000000D-01 326 326 1.00000000000000D+08 327 327 1.00000000000000D+08 328 328 1.00000000000000D+08 329 329 1.00000000000000D+08 330 330 1.00000000000000D+08 331 331 1.00000000000000D+08 332 332 4.00000000000000D+20 333 333 4.00000000000000D+20 334 334 4.00000000000000D+20 335 335 1.00000000000000D+12 336 336 1.00000000000000D+12 337 337 1.00000000000000D+12 338 338 1.00000000000000D+12 339 339 1.00000000000000D+12 340 340 1.00000000000000D+12 341 341 1.00000000000000D+12 342 342 1.00000000000000D+12 343 343 1.00000000000000D+12 344 344 1.00000000000000D+12 345 345 1.00000000000000D+12 346 346 1.00000000000000D+12 347 347 1.00000000000000D+12 348 348 1.00000000000000D+12 349 349 1.00000000000000D+12 350 350 1.00000000000000D+12 351 351 1.00000000000000D+12 352 352 1.00000000000000D+12 353 353 1.00000000000000D+12 354 354 1.00000000000000D+12 355 355 1.00000000000000D+12 356 356 1.00000000000000D+12 357 357 1.00000000000000D+12 358 358 1.00000000000000D+12 359 359 1.00000000000000D+12 360 360 1.00000000000000D+12 361 361 1.00000000000000D+12 362 362 1.00000000000000D+12 -SOLUTION/CONSTRAINT_WEIGHT_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_MATRIX * Ind1 Ind2 Decomposed_normal_matrix(ind1,ind2) 1 1 7.38365238810480D+04 2 1 -2.43930848788992D+04 2 2 3.48693333817488D+04 3 1 -1.43273011523075D+04 3 2 4.08019059773907D+04 3 3 5.65240974559588D+04 4 1 -6.95373519192189D+04 4 2 1.64146353878863D+04 4 3 3.94446095831133D+03 4 4 1.15264782082051D+05 5 1 4.24363399625942D+03 5 2 -2.94949812726211D+04 5 3 -4.07387671375722D+04 5 4 -1.60350142485350D+04 5 5 4.70331999967070D+04 6 1 1.34120834804457D+04 6 2 -3.51921790864840D+04 6 3 -4.85541158373635D+04 6 4 -3.87541805030480D+04 6 5 4.99097641669661D+04 6 6 6.84578846251937D+04 7 1 -4.29916562017612D+03 7 2 7.97844967738818D+03 7 3 1.03828425331153D+04 7 4 -4.57274242478963D+04 7 5 1.17913830591664D+04 7 6 2.53420983627103D+04 7 7 5.00265915755094D+04 8 1 2.01494533553869D+04 8 2 -5.37434769074060D+03 8 3 -6.31386008337140D+01 8 4 -3.79618461847305D+02 8 5 -1.75382141457014D+04 8 6 -1.47175855053067D+04 8 7 -1.97698298329674D+04 8 8 2.29125664533302D+04 9 1 9.15217978876084D+02 9 2 -5.60972696921974D+03 9 3 -7.96998278480023D+03 9 4 3.48097201144770D+04 9 5 -9.17099780282751D+03 9 6 -1.99037700877655D+04 9 7 -3.57249392156899D+04 9 8 1.47807227547411D+04 9 9 2.78737520524710D+04 10 1 3.19212976326892D+09 10 2 4.26349481639270D+08 10 3 2.98572804323198D+09 10 4 -1.29058571370873D+10 10 5 -1.88131672103890D+09 10 6 7.39470669447462D+09 10 7 9.71372737351326D+09 10 8 1.45496723890715D+09 10 9 -1.03804347457121D+10 10 10 1.98982601124354D+17 11 1 -6.03339375949505D+08 11 2 9.05639918316594D+08 11 3 1.59359358363410D+09 11 4 -4.56578191795726D+08 11 5 -1.58584508359767D+09 11 6 -4.55923548809586D+08 11 7 1.05991756194217D+09 11 8 6.80205158994155D+08 11 9 -1.13767003691619D+09 11 10 2.76214640945386D+16 11 11 1.02798632287084D+16 12 1 -1.03852894120101D+10 12 2 -3.42635866981551D+09 12 3 -9.06845925169518D+09 12 4 2.87725133114781D+09 12 5 1.21077607395374D+10 12 6 8.35857044956465D+09 12 7 7.50803806234191D+09 12 8 -8.68140205382685D+09 12 9 7.09888811617344D+08 12 10 -1.90262611116600D+14 12 11 -7.86728018021916D+14 12 12 9.40112357247767D+16 13 1 2.35350541214129D+10 13 2 -4.61361698725193D+10 13 3 -5.68003609162407D+10 13 4 1.01155955445944D+10 13 5 5.65208573709097D+10 13 6 3.74408203962995D+10 13 7 -3.36506498409906D+10 13 8 -1.03846881507027D+10 13 9 1.93595402434439D+10 13 10 6.41043152698272D+14 13 11 -3.07671678912358D+15 13 12 3.71534910018107D+16 13 13 1.27753757379741D+18 14 1 -1.10456183517073D+10 14 2 1.90608400350632D+10 14 3 2.57231341941077D+10 14 4 -2.35457589804414D+10 14 5 -5.52692323511325D+09 14 6 1.08668552304813D+09 14 7 3.45913772218943D+10 14 8 -1.35339167007298D+10 14 9 -2.68098196885930D+10 14 10 -6.63964982591621D+16 14 11 -1.23768468664144D+16 14 12 -3.24155658759651D+16 14 13 -2.54297919601459D+16 14 14 5.30464091079156D+17 15 1 1.72974541313294D+09 15 2 6.90198384940515D+09 15 3 1.06952308716305D+10 15 4 -7.03548412331800D+09 15 5 -6.52947891760218D+09 15 6 -6.77600384658424D+09 15 7 5.30573869976058D+09 15 8 -3.72504992836003D+08 15 9 -3.91922705120703D+09 15 10 -5.64335321948016D+15 15 11 -6.64875693830678D+15 15 12 -6.61843636156802D+15 15 13 -1.44735129705800D+16 15 14 1.24210879260901D+17 15 15 6.41831461593519D+16 16 1 -1.24740016599170D+09 16 2 2.77078187976341D+10 16 3 3.87847000804393D+10 16 4 -3.52287898509457D+10 16 5 -1.64641115546818D+10 16 6 -8.22360686741858D+09 16 7 3.64761899382782D+10 16 8 -1.12437072439668D+10 16 9 -3.05610932307961D+10 16 10 -1.30505882362911D+16 16 11 -7.01251489361005D+15 16 12 -3.16855440262959D+16 16 13 -1.25063769260478D+17 16 14 -4.68636305833820D+16 16 15 -1.65484728237532D+16 16 16 5.69391190659478D+17 17 1 -1.20667311104825D+09 17 2 1.19022216664085D+10 17 3 1.78310513094199D+10 17 4 -2.24623071384337D+09 17 5 -1.30948954858440D+10 17 6 -1.49589745299821D+10 17 7 3.45290386303994D+09 17 8 1.19267374258556D+09 17 9 -2.87207681919511D+09 17 10 -3.68647136864387D+15 17 11 -2.59660588181126D+15 17 12 -7.88680306088797D+15 17 13 -3.00823072730895D+16 17 14 -1.06961429510417D+16 17 15 -6.99528415324571D+15 17 16 1.43057209066354D+17 17 17 7.27543381505086D+16 18 1 -2.02801143114903D+10 18 2 -6.78267576144987D+09 18 3 -2.45319554239746D+10 18 4 3.03844033038697D+09 18 5 2.56670176650144D+10 18 6 3.03483686261378D+10 18 7 1.72416737031693D+10 18 8 -1.88843419412105D+10 18 9 -5.81641321418804D+09 18 10 -3.44299147984384D+15 18 11 -3.00528438673920D+14 18 12 -3.57205700915625D+16 18 13 -1.86175819178353D+17 18 14 -6.30740638302167D+16 18 15 -3.15250932984494D+16 18 16 -1.78477904576504D+17 18 17 -6.16894022651642D+16 18 18 6.62659882593915D+17 19 1 2.59533647325426D+10 19 2 -2.39785614537670D+10 19 3 -3.47849467921115D+10 19 4 -1.64347362532972D+10 19 5 2.54689249918058D+10 19 6 2.69232701023636D+10 19 7 -9.51862801996417D+09 19 8 -1.49036438950656D+09 19 9 7.86167623851717D+09 19 10 1.55315088234752D+15 19 11 -7.25903276670272D+14 19 12 5.87935010051752D+14 19 13 -9.87763628027392D+16 19 14 -1.89266084718070D+15 19 15 -1.66927141233954D+16 19 16 -8.89938492038972D+16 19 17 -6.32818572334647D+16 19 18 2.70426465562311D+17 19 19 4.40722435230199D+17 20 1 -2.45536168771054D+10 20 2 2.95915907412393D+10 20 3 4.51468961153831D+10 20 4 -1.80421423298046D+10 20 5 -1.29549124097204D+10 20 6 -8.54257164489225D+09 20 7 4.25957592138673D+10 20 8 -1.66366786329131D+10 20 9 -3.66043246601096D+10 20 10 1.09603376516690D+16 20 11 7.32918503123546D+15 20 12 8.26950665972032D+14 20 13 -1.38289088178725D+17 20 14 9.41671538223514D+15 20 15 -7.95645175323136D+14 20 16 -5.29490763266621D+16 20 17 -1.98462584332454D+16 20 18 -1.66740923404689D+17 20 19 -2.02562088602505D+17 20 20 9.02618961422455D+17 21 1 -9.20484020282279D+09 21 2 9.62343923604984D+09 21 3 1.49727606317165D+10 21 4 2.15542836236642D+09 21 5 -7.08588896760948D+09 21 6 -8.49566590542820D+09 21 7 7.04941197563438D+09 21 8 -2.53755037935796D+09 21 9 -6.47709479421373D+09 21 10 2.62405264431948D+14 21 11 1.72292032286144D+14 21 12 -1.77383775650499D+15 21 13 -3.30019912660767D+16 21 14 2.49567532335283D+15 21 15 6.87246058334720D+13 21 16 -5.61247418782157D+15 21 17 -6.82268409383142D+15 21 18 -3.69700701382267D+16 21 19 -7.40142653961583D+16 21 20 2.48784780939578D+17 21 21 1.32436794684064D+17 22 1 -2.56564591351547D+10 22 2 -6.96344382129894D+09 22 3 -2.45186983524494D+10 22 4 5.05563874618082D+09 22 5 3.14933177527453D+10 22 6 3.03794221827558D+10 22 7 2.06008204385179D+10 22 8 -2.45298743816527D+10 22 9 -5.86072407808297D+09 22 10 2.46841068280627D+15 22 11 6.48946329898240D+13 22 12 1.68453731540765D+16 22 13 -1.65314372643062D+17 22 14 1.16498893025526D+16 22 15 -6.38190515068058D+15 22 16 1.55989596638167D+16 22 17 -4.60403080870970D+15 22 18 -1.15663209670062D+17 22 19 -8.79669048798477D+16 22 20 -2.94751984604758D+17 22 21 -9.24459753508065D+16 22 22 7.07985909071872D+17 23 1 2.12759716932830D+10 23 2 -3.07940004707646D+10 23 3 -4.99435682663820D+10 23 4 -1.72559948427667D+10 23 5 4.21466385950900D+10 23 6 4.50892667612544D+10 23 7 -4.01997598557901D+09 23 8 -1.13526387178298D+10 23 9 4.85430111769472D+09 23 10 3.38674093943392D+14 23 11 -1.74303556055552D+14 23 12 1.92143116502892D+16 23 13 -2.59012125083730D+16 23 14 4.30992870010880D+14 23 15 -3.32014277252506D+15 23 16 3.15967459409920D+14 23 17 -6.49629230929562D+15 23 18 -5.00742913761280D+14 23 19 -5.72274042491630D+16 23 20 -9.55451304769290D+16 23 21 -8.21322534584750D+16 23 22 2.87153586820809D+17 23 23 5.00443359517159D+17 24 1 -6.92502745967854D+09 24 2 4.91147777273945D+10 24 3 7.86714239450642D+10 24 4 -1.41357725489639D+10 24 5 -4.95799570922363D+10 24 6 -6.04746492218802D+10 24 7 2.10608000435988D+10 24 8 4.65179302354994D+08 24 9 -1.81967747999500D+10 24 10 -8.87688177246208D+14 24 11 -1.82740371481938D+14 24 12 1.02504976695457D+16 24 13 -7.55090924101005D+15 24 14 -7.32437536231424D+14 24 15 1.10578482894806D+15 24 16 3.02937776132096D+14 24 17 3.26999679149473D+15 24 18 9.07916610329395D+15 24 19 -2.26556615018918D+16 24 20 -2.11046765487882D+16 24 21 -2.22766987195656D+16 24 22 -1.04976153649349D+17 24 23 -2.13807986665689D+17 24 24 5.53419542207967D+17 25 1 -1.15959651494552D+09 25 2 2.07804475945327D+10 25 3 3.35737670582361D+10 25 4 -2.19071145200119D+09 25 5 -2.26151648411806D+10 25 6 -3.06812369179219D+10 25 7 3.35030803341989D+09 25 8 1.83471726836697D+09 25 9 -2.89253013750748D+09 25 10 -4.87009464186040D+14 25 11 -1.50611293432000D+14 25 12 1.71812530506854D+15 25 13 -3.33006087846093D+15 25 14 -3.04478651079424D+14 25 15 1.87636035476992D+14 25 16 -8.17465341487616D+14 25 17 -1.19017951494240D+14 25 18 4.21771508168499D+15 25 19 -6.78325600177088D+15 25 20 -6.79657001195827D+15 25 21 -8.64511559492557D+15 25 22 -2.74126486471916D+16 25 23 -7.15776057100227D+16 25 24 1.82161950457612D+17 25 25 7.43640045197460D+16 26 1 -3.43589350396474D+10 26 2 4.30378712028737D+09 26 3 -7.09953993499826D+09 26 4 -2.02521167340001D+09 26 5 2.59228754045514D+10 26 6 3.55391959486887D+10 26 7 3.63841469421948D+10 26 8 -3.02266627641518D+10 26 9 -2.84396561806108D+10 26 10 3.36538368613376D+15 26 11 5.52716294426048D+14 26 12 2.84608938843778D+16 26 13 1.69384449745551D+16 26 14 6.27126566651904D+15 26 15 8.11068681028019D+15 26 16 5.71768600840602D+15 26 17 1.23685448547766D+15 26 18 6.86815670885171D+15 26 19 -3.11912463161715D+15 26 20 -2.95813012473078D+16 26 21 -1.84428361305370D+16 26 22 -7.26911745832264D+16 26 23 -9.77048843153654D+16 26 24 -1.22876274693681D+17 26 25 -4.79690956641766D+16 26 26 6.36152545624443D+17 27 1 -5.77683948252653D+09 27 2 4.97112491279133D+08 27 3 -2.27640462005133D+09 27 4 -1.72304356198732D+09 27 5 6.44185853575572D+09 27 6 9.44226072133096D+09 27 7 7.49988307496939D+09 27 8 -6.93897093599189D+09 27 9 -7.16585606384288D+09 27 10 5.69827534830902D+15 27 11 5.11355144939456D+14 27 12 8.19432449400464D+15 27 13 5.14910104094106D+15 27 14 3.40638038897408D+15 27 15 -3.49566930247194D+15 27 16 -1.16641447387341D+15 27 17 -1.10335736123872D+14 27 18 -2.28185574991872D+15 27 19 -5.21392038216083D+15 27 20 4.08681216779571D+15 27 21 -1.74557147253350D+15 27 22 -4.45943225164186D+15 27 23 -3.11050372337132D+16 27 24 -4.55828052505732D+16 27 25 -1.89226432337628D+16 27 26 1.75294766026185D+17 27 27 1.16009203768860D+17 28 1 -3.86752050293544D+10 28 2 1.01858006775028D+10 28 3 -3.51955134080190D+09 28 4 1.70241983489901D+10 28 5 1.83306542872883D+10 28 6 1.78140756331861D+10 28 7 2.16510069738341D+10 28 8 -2.85164550704603D+10 28 9 -1.42945244035376D+10 28 10 -8.92057699256832D+14 28 11 8.72668645703680D+13 28 12 1.90614722293883D+16 28 13 4.85430986815734D+16 28 14 1.05259066796646D+15 28 15 1.61151276544000D+15 28 16 7.85862504316723D+15 28 17 9.17818965894374D+15 28 18 -2.21250217862554D+15 28 19 1.64854121909786D+15 28 20 2.48204314271744D+14 28 21 5.09560506142106D+15 28 22 -1.53717011386573D+16 28 23 -3.42757002909286D+15 28 24 -8.19627002581524D+16 28 25 -4.16875066319483D+16 28 26 -1.30966175586267D+17 28 27 -8.19848396337613D+16 28 28 5.75112176248422D+17 29 1 5.18848074447026D+09 29 2 3.91489966354083D+09 29 3 -2.35539085876045D+07 29 4 -1.29047577172499D+10 29 5 6.43463184288355D+09 29 6 7.27301818000845D+09 29 7 7.71627671618542D+09 29 8 -1.03495307667962D+10 29 9 -7.24946389924756D+09 29 10 5.58820266207557D+15 29 11 3.12051847445376D+14 29 12 -4.91665613573850D+15 29 13 1.83572788963287D+16 29 14 1.02280458290248D+16 29 15 1.67194151510016D+14 29 16 9.78212775874048D+15 29 17 -8.85244677871162D+15 29 18 1.89434109278085D+16 29 19 -2.54917821977713D+16 29 20 -6.54077670094848D+14 29 21 1.95583763425280D+14 29 22 2.28699357365658D+15 29 23 7.53215150303232D+15 29 24 -1.34719804539538D+16 29 25 -1.35269493979136D+16 29 26 -2.49270498595052D+16 29 27 -4.90840815113165D+16 29 28 2.03873114014323D+17 29 29 3.11512726600315D+17 30 1 -1.20823446128185D+09 30 2 -5.15969263547210D+09 30 3 -7.87792594559988D+09 30 4 -2.05671580590932D+09 30 5 8.97942453305497D+09 30 6 6.87000905816921D+09 30 7 3.26495027618221D+09 30 8 -3.81973189625901D+09 30 9 1.00791688642586D+09 30 10 5.53095796113156D+14 30 11 -4.99100872754640D+14 30 12 1.16767851841346D+16 30 13 4.47375430610486D+16 30 14 1.61973078147972D+16 30 15 2.33036676579645D+15 30 16 1.99353902537924D+16 30 17 8.69870121763760D+14 30 18 1.99488487599145D+16 30 19 2.54077063307863D+15 30 20 8.04759075588195D+15 30 21 -9.54829631418112D+14 30 22 1.55948852614425D+16 30 23 -1.08343138114977D+16 30 24 5.07770283857414D+15 30 25 2.27121091424230D+15 30 26 -1.88386374500080D+16 30 27 -5.24879344747686D+15 30 28 -7.15535192261612D+16 30 29 -3.38103097845114D+16 30 30 6.64897842367845D+16 31 1 4.15658280143001D+10 31 2 -5.96017342370057D+10 31 3 -6.52554745213927D+10 31 4 4.03290480858968D+10 31 5 4.46628171517724D+10 31 6 1.86505586196803D+10 31 7 -8.18948773554802D+10 31 8 1.49389193492464D+10 31 9 4.66049170989756D+10 31 10 -1.22570991258291D+16 31 11 -1.39771088907888D+15 31 12 -1.00803388694397D+17 31 13 8.45194931692740D+16 31 14 -7.52495042269676D+16 31 15 -9.13637152620042D+15 31 16 -4.05272187035424D+16 31 17 8.40995245781927D+15 31 18 -4.65680200890036D+16 31 19 3.51193372011422D+16 31 20 4.32133215426457D+16 31 21 6.61548760243130D+15 31 22 1.02435891079356D+17 31 23 3.14826892075517D+16 31 24 1.02667246954096D+16 31 25 6.69397139010106D+15 31 26 1.22809981007364D+17 31 27 -1.37690722656664D+16 31 28 1.24241060034048D+14 31 29 -1.93982275774067D+17 31 30 1.21049160354350D+16 31 31 1.95783777352258D+18 32 1 1.30544837993431D+10 32 2 2.93977839519915D+10 32 3 4.40357817395830D+10 32 4 -3.67896975163184D+10 32 5 -2.77521220837592D+10 32 6 -1.84279541175113D+10 32 7 2.37352137312287D+10 32 8 -1.64566187535622D+09 32 9 -2.56078276744654D+10 32 10 -1.98692744019077D+16 32 11 -2.00988380914250D+15 32 12 1.15537125917089D+16 32 13 3.82115673225030D+16 32 14 1.13691573744845D+15 32 15 -1.50525657071882D+15 32 16 -7.19860918590259D+15 32 17 -1.77325409157463D+15 32 18 4.78790451489997D+15 32 19 8.98350643315648D+14 32 20 1.37434771156173D+15 32 21 -3.09197903443104D+14 32 22 6.80817929052979D+15 32 23 6.80013995026688D+14 32 24 8.62682852038246D+15 32 25 6.26122117411520D+15 32 26 5.90966855852032D+14 32 27 6.84889145607947D+15 32 28 -1.97182709663048D+16 32 29 -8.92544132663488D+16 32 30 -2.39158966935824D+15 32 31 -9.41664939174418D+15 32 32 5.56296627519427D+17 33 1 -1.82828663131958D+08 33 2 9.95518902477776D+09 33 3 1.47425624918023D+10 33 4 -3.52133928193297D+09 33 5 -1.08820275537130D+10 33 6 -1.11133763021489D+10 33 7 3.70416790047710D+09 33 8 9.26838558696251D+08 33 9 -3.62918616983848D+09 33 10 -2.44851462693594D+15 33 11 -4.64006437592736D+14 33 12 1.53775838673027D+15 33 13 -2.88617591113114D+15 33 14 2.11269513476096D+14 33 15 -4.29561411480512D+14 33 16 -1.07911084088960D+14 33 17 -6.74825425394128D+14 33 18 -1.07755598049280D+13 33 19 1.22325860255565D+15 33 20 1.70610681525478D+15 33 21 -5.53816127945216D+14 33 22 3.43007220404582D+15 33 23 -2.58730255662285D+15 33 24 3.73680168860192D+14 33 25 3.64390737700992D+14 33 26 1.29558881830912D+14 33 27 -1.55828367054080D+14 33 28 -3.86172765076480D+13 33 29 -2.05522699071071D+16 33 30 -4.21069558015856D+14 33 31 -6.45137011014902D+15 33 32 1.19197575752007D+17 33 33 3.69105369930218D+16 34 1 -4.57009907373923D+10 34 2 -1.56477174525309D+09 34 3 -1.54496771457912D+10 34 4 2.15228382080080D+10 34 5 2.66215786318384D+10 34 6 2.15759240834231D+10 34 7 2.41781524408801D+10 34 8 -2.50568064745679D+10 34 9 -6.12624676424759D+09 34 10 -1.55034658700902D+16 34 11 4.48817704129280D+13 34 12 -2.05217639230509D+16 34 13 1.08975958566547D+17 34 14 -1.79522110305403D+16 34 15 -3.74232855477914D+15 34 16 1.52918481931878D+16 34 17 2.39153719723117D+15 34 18 -5.12870972179251D+15 34 19 3.31957459537190D+15 34 20 5.36006371203072D+15 34 21 1.47347976992307D+15 34 22 -2.06742566413517D+15 34 23 1.20327113599959D+16 34 24 -6.44312606744576D+14 34 25 -1.18445486883430D+15 34 26 -6.22097329599488D+15 34 27 -1.18714587986565D+16 34 28 -4.86032849018696D+16 34 29 -5.64270801721631D+16 34 30 -3.71127957872737D+16 34 31 -3.65983091595588D+17 34 32 -1.02838147461788D+17 34 33 -2.53246242876987D+16 34 34 7.42066429621758D+17 35 1 -1.30154879813071D+10 35 2 3.34176725645757D+08 35 3 -1.07170479221681D+10 35 4 1.99222145215487D+10 35 5 1.26805076336181D+10 35 6 3.88834406253333D+09 35 7 -6.90672694645261D+09 35 8 -1.30146841408177D+10 35 9 6.82870401191907D+09 35 10 -2.25084623329041D+16 35 11 -5.97667626370112D+15 35 12 -6.68875001774106D+15 35 13 -1.71686381929841D+16 35 14 -5.38478843409449D+16 35 15 -1.36032587383624D+16 35 16 2.08753722898883D+16 35 17 4.76055522529510D+15 35 18 -8.45978376589312D+15 35 19 -7.80990926261171D+15 35 20 2.07961971884032D+15 35 21 -5.03620829071770D+15 35 22 -2.84250551213261D+15 35 23 -2.53661690545684D+16 35 24 -2.27588175248038D+15 35 25 -7.23517858590720D+14 35 26 5.42976156486656D+15 35 27 -4.85788137172992D+14 35 28 1.07722763027292D+16 35 29 -1.73086848452833D+16 35 30 2.17965509782559D+16 35 31 -1.89872221377351D+17 35 32 -1.14715832930302D+16 35 33 -3.15113631879731D+15 35 34 1.85696621590905D+17 35 35 3.18396130842579D+17 36 1 -4.62666448832574D+09 36 2 3.05238308086285D+10 36 3 4.02865168500017D+10 36 4 -4.33479221997855D+10 36 5 -1.28879044534837D+10 36 6 1.06992115092853D+08 36 7 4.79745865751718D+10 36 8 -1.76359260331114D+10 36 9 -4.03935088633797D+10 36 10 -4.90139535156593D+16 36 11 -5.49060273961926D+15 36 12 -9.93053802138912D+15 36 13 4.77498555976765D+16 36 14 -6.37906908307538D+16 36 15 -1.70836649787054D+16 36 16 9.64902802096128D+14 36 17 2.74660255047584D+14 36 18 7.55673410168422D+15 36 19 -1.13129329283842D+16 36 20 3.37670837456077D+15 36 21 3.03310387974656D+14 36 22 5.89678758526976D+15 36 23 4.24122002000077D+15 36 24 2.72035178143744D+15 36 25 2.76018087382246D+15 36 26 9.93416007118029D+15 36 27 1.38745529238177D+16 36 28 2.07571260149350D+16 36 29 4.75806814248740D+16 36 30 -1.96210364731215D+16 36 31 -3.25176140220074D+17 36 32 -2.35381400477958D+17 36 33 -5.24179563786655D+16 36 34 -2.75571232796328D+17 36 35 -1.29909977262779D+17 36 36 9.96621870745514D+17 37 1 4.00518031323233D+09 37 2 1.00627376584970D+10 37 3 1.41210053295603D+10 37 4 -1.15719782778811D+10 37 5 -8.58671041096863D+09 37 6 -7.78785582388010D+09 37 7 7.56679783260270D+09 37 8 -1.47602721088600D+09 37 9 -6.33314947044539D+09 37 10 -1.22844340312400D+16 37 11 -3.60361841811072D+15 37 12 -5.83387037107347D+15 37 13 -7.98683019920998D+15 37 14 -3.37430228899866D+16 37 15 -1.25694773527186D+16 37 16 4.88640005193318D+15 37 17 1.54001302335677D+15 37 18 -1.54957655343514D+16 37 19 -3.98046218549344D+15 37 20 9.20981388868813D+15 37 21 -3.82475054544384D+14 37 22 6.73476063723725D+15 37 23 -1.73052581451776D+15 37 24 -1.06263066911739D+15 37 25 -7.71588030000640D+14 37 26 5.98867630250496D+14 37 27 -4.43767407863808D+14 37 28 6.46423730234778D+15 37 29 1.20418889987727D+16 37 30 -4.29218466521734D+15 37 31 -5.76793023498203D+16 37 32 -4.18868828529384D+16 37 33 -1.66539691330808D+16 37 34 -6.01222330829332D+16 37 35 -5.58198981798748D+16 37 36 2.16335170807428D+17 37 37 9.93085363443548D+16 38 1 5.98472434347208D+02 38 2 -7.72756317243186D+02 38 3 -9.70969024059783D+02 38 4 1.35531752689072D+02 38 5 4.34386167157013D+02 38 6 4.20752667968802D+02 38 7 -7.34004187032913D+02 38 8 3.38370150137988D+02 38 9 5.50216356070421D+02 38 10 -1.78122449310810D+08 38 11 -4.17181851768184D+07 38 12 6.07447731455226D+07 38 13 1.22191590370974D+09 38 14 -8.28772311968994D+08 38 15 -1.99206082056662D+08 38 16 -1.00818375194654D+09 38 17 -2.94130349755384D+08 38 18 1.15255518691332D+08 38 19 7.30626253157162D+08 38 20 -1.30595491897152D+09 38 21 -3.50322403621879D+08 38 22 7.85548752307989D+07 38 23 8.62338328180642D+08 38 24 -1.38945468521586D+09 38 25 -5.08848989551976D+08 38 26 -5.25654307063575D+08 38 27 -1.06845088979234D+08 38 28 -3.83526591799893D+08 38 29 -8.26256080908508D+07 38 30 1.05956501505644D+08 38 31 1.88985431338693D+09 38 32 -9.12848697684121D+08 38 33 -2.56776313095503D+08 38 34 -1.60759150755908D+08 38 35 1.81657309578523D+08 38 36 -1.19744982447294D+09 38 37 -2.70021516356793D+08 38 38 2.50351426395147D+01 39 1 3.07236763878797D+01 39 2 6.44436670461107D+00 39 3 -4.37536321973028D+00 39 4 -8.59859137843597D+01 39 5 -1.94769685765582D+00 39 6 4.82534861438528D+01 39 7 5.52622373957645D+01 39 8 -4.49666983897924D+00 39 9 -4.38781229207788D+01 39 10 4.05608890145843D+07 39 11 3.50506591843324D+06 39 12 -6.44199384952347D+07 39 13 2.65526213276110D+07 39 14 1.30195345108135D+08 39 15 2.12354579803118D+07 39 16 2.76224046966765D+07 39 17 -2.09765041744908D+07 39 18 8.71202010902317D+07 39 19 1.28332289955658D+08 39 20 -1.19111026003028D+08 39 21 -4.39014630747153D+07 39 22 1.30011166179323D+08 39 23 3.17675984565656D+08 39 24 -4.61075303342928D+08 39 25 -1.84434967346494D+08 39 26 -9.92417411524323D+07 39 27 1.78812691920834D+07 39 28 -7.57637741886158D+07 39 29 -1.76502852494608D+07 39 30 6.95622376965249D+06 39 31 -8.95217725352281D+08 39 32 2.71388087762707D+08 39 33 7.93100383432089D+07 39 34 3.91538478094240D+07 39 35 6.47778932471444D+06 39 36 3.88735609752371D+08 39 37 7.65328746837661D+07 39 38 -4.66792909176397D-01 39 39 1.93778106698293D+00 40 1 9.05930321690399D+01 40 2 1.26426899994644D+02 40 3 2.37132842833729D+02 40 4 -9.78490368168077D+02 40 5 1.76187158563272D+02 40 6 4.59831352763391D+02 40 7 8.87897335980707D+02 40 8 -3.02614058561361D+02 40 9 -6.96964195568457D+02 40 10 2.85266396511770D+08 40 11 3.34760546685711D+07 40 12 -6.05784786664808D+07 40 13 -5.34018555081210D+08 40 14 6.78054974780929D+08 40 15 1.11212598407927D+08 40 16 7.92430912451074D+08 40 17 9.21282809599722D+07 40 18 3.67453888696585D+07 40 19 -2.32780905318793D+08 40 20 9.54364411892421D+08 40 21 1.76830382064538D+08 40 22 2.50530081066335D+07 40 23 -2.07440821851115D+08 40 24 5.56617820578229D+08 40 25 1.15141355102579D+08 40 26 6.16779448154922D+08 40 27 1.58031586150633D+08 40 28 2.36176495416173D+08 40 29 1.43772166578514D+08 40 30 -4.24644613638651D+07 40 31 -1.15025477263845D+09 40 32 7.00056447694718D+08 40 33 1.08218004537306D+08 40 34 4.12769335115199D+07 40 35 -2.57471373709895D+08 40 36 1.02552878436673D+09 40 37 1.69796531005422D+08 40 38 -1.36760944591100D+01 40 39 1.08377133855714D+00 40 40 1.78230170480738D+01 41 1 -1.28450810338503D+01 41 2 -1.24672694631035D+01 41 3 -1.13385616570724D+01 41 4 8.65049879953637D+01 41 5 3.17779568411887D+00 41 6 -5.29961393186785D+01 41 7 -7.36599069608885D+01 41 8 9.28947377984820D+00 41 9 6.43347009742587D+01 41 10 -8.36740022474473D+07 41 11 -7.42261892508635D+06 41 12 7.98761452613875D+07 41 13 -4.99075165696552D+07 41 14 -1.34616245865476D+08 41 15 -1.12599748972559D+07 41 16 -7.30549645815780D+07 41 17 4.07609630349628D+06 41 18 -3.63420619915432D+07 41 19 -1.48047868872614D+07 41 20 5.13871890366308D+07 41 21 1.84782312783404D+07 41 22 -5.54751074442312D+07 41 23 -3.50652036917995D+07 41 24 1.55564540498300D+08 41 25 4.25820223504655D+07 41 26 9.77754151760992D+07 41 27 -4.46305512941265D+07 41 28 1.01301748565631D+08 41 29 9.43941746543194D+06 41 30 -5.13401031901726D+07 41 31 7.12582980735030D+08 41 32 -1.96077001408613D+08 41 33 -3.06894710817818D+07 41 34 6.12117530074919D+07 41 35 -1.18265506207288D+07 41 36 -3.62389607983709D+08 41 37 -4.96919984465831D+07 41 38 1.07487522312448D+00 41 39 -1.11997920812101D+00 41 40 -1.64208005173008D+00 41 41 1.57579352523328D+00 42 1 1.52005016786560D+04 42 2 -1.28640435178595D+04 42 3 -1.33855016993281D+04 42 4 1.00985123557494D+04 42 5 -1.61025872633992D+03 42 6 -4.65048581766771D+03 42 7 -2.52990140335599D+04 42 8 1.44743022446757D+04 42 9 1.80359875162222D+04 42 10 -3.42789748961002D+09 42 11 -5.12894169636265D+08 42 12 -4.54443343521936D+09 42 13 2.22447164066273D+10 42 14 -2.07636958959798D+10 42 15 -3.46279577098218D+09 42 16 -2.22245608327407D+10 42 17 -3.65377611392625D+09 42 18 -1.02333613359137D+10 42 19 1.00389363120317D+10 42 20 -2.75177773578049D+10 42 21 -5.81170701452066D+09 42 22 -1.29226121411001D+10 42 23 7.12158667466078D+09 42 24 -1.87183574203852D+10 42 25 -5.31288833691721D+09 42 26 -2.30677794201531D+10 42 27 -4.72510713932018D+09 42 28 -1.84380478132842D+10 42 29 -5.45580205758727D+09 42 30 -1.02011343312467D+09 42 31 4.98913900023134D+10 42 32 -1.48445175132115D+10 42 33 -3.33748928330458D+09 42 34 -1.68140020718632D+10 42 35 -6.35157800206217D+08 42 36 -2.87416908380367D+10 42 37 -5.06349610546246D+09 42 38 5.49075901706255D+02 42 39 -2.19327428107607D+01 42 40 -4.26173606037891D+02 42 41 3.24428363293584D+01 42 42 1.62807077960430D+04 43 1 -1.15569715536973D+03 43 2 -3.21931306158910D+02 43 3 -5.17602831053993D+02 43 4 2.46514164873488D+03 43 5 6.56640994214084D+02 43 6 -5.78890330795237D+02 43 7 -1.30944449339769D+03 43 8 -3.34709688029965D+02 43 9 1.09649316183153D+03 43 10 -7.27075361693961D+08 43 11 -4.93721004876887D+07 43 12 2.74956241163836D+09 43 13 -4.11893324960204D+07 43 14 -3.62838607998906D+09 43 15 -5.57739507170882D+08 43 16 -1.43493601572871D+09 43 17 7.44407681875541D+07 43 18 -2.05265198716966D+09 43 19 -2.65003216942028D+09 43 20 1.97441148812927D+09 43 21 2.97976143782391D+08 43 22 -2.68976878131254D+08 43 23 -3.78548475393978D+09 43 24 5.55775110238314D+09 43 25 1.74852194171973D+09 43 26 6.09690971677168D+09 43 27 1.02490166530029D+09 43 28 5.88646369175910D+09 43 29 2.07731422350707D+09 43 30 -6.71043939675613D+08 43 31 2.48033375858792D+10 43 32 -4.53130914797534D+09 43 33 -1.03340247278389D+09 43 34 -5.22476857222772D+09 43 35 -1.74024973687430D+09 43 36 -9.84652216564260D+09 43 37 -1.51273969404142D+09 43 38 1.80491886245025D+01 43 39 -4.02305275791995D+01 43 40 -3.00051795417107D+01 43 41 3.24198900792817D+01 43 42 4.44075711397270D+02 43 43 1.17559590513231D+03 44 1 7.50193284584841D+01 44 2 -1.20737509728375D+01 44 3 -4.88776153518976D+00 44 4 5.22741098559501D+01 44 5 -1.94227449232798D+01 44 6 -6.31513557912197D+01 44 7 -1.27293438333904D+02 44 8 3.14964958680651D+01 44 9 6.80391173201964D+01 44 10 -9.81125946511835D+07 44 11 -3.93749972601686D+07 44 12 3.46047352142720D+08 44 13 2.39812828874468D+09 44 14 -6.49122482662876D+08 44 15 -1.36801935302578D+08 44 16 -1.36595420406863D+09 44 17 -2.98191840613395D+08 44 18 2.23194528063773D+08 44 19 5.10606847505902D+08 44 20 -1.39027711278825D+09 44 21 -3.00320562829729D+08 44 22 -4.44186871251526D+08 44 23 -2.82988906685536D+08 44 24 3.82832039572212D+08 44 25 1.49699315767096D+08 44 26 2.84290497459475D+08 44 27 9.93636560863879D+07 44 28 4.20675984225516D+08 44 29 -7.34270578867694D+07 44 30 -5.52947593088613D+08 44 31 -1.04044850606120D+09 44 32 1.01079166018950D+09 44 33 1.88390563149518D+08 44 34 2.97370349855056D+08 44 35 3.97756111263474D+07 44 36 6.68950973938091D+08 44 37 7.04929908757277D+07 44 38 1.61785396331968D+00 44 39 7.17674282180563D-01 44 40 -1.65914299943566D+00 44 41 4.38335728305419D-01 44 42 6.32244316679448D+01 44 43 -7.74625373809136D+00 44 44 2.04930419419140D+01 45 1 1.32989301648482D+02 45 2 2.92061000868598D+01 45 3 3.86227912010731D+01 45 4 -3.06016096948020D+02 45 5 -3.12774625775147D+01 45 6 1.24908285282615D+02 45 7 1.73026795296823D+02 45 8 2.07136250414302D+00 45 9 -1.63531076475546D+02 45 10 3.06654671515053D+08 45 11 3.26554838249857D+07 45 12 -4.19204222285305D+08 45 13 6.63447696905216D+08 45 14 9.17814665497429D+08 45 15 1.42216866296965D+08 45 16 2.93015360881254D+08 45 17 -4.82170230454607D+07 45 18 4.47701760313530D+08 45 19 5.22292551146141D+08 45 20 -9.95463840129699D+08 45 21 -2.71342810308666D+08 45 22 5.12919334754382D+08 45 23 1.02333832244024D+09 45 24 -1.59042620952723D+09 45 25 -5.00846059958178D+08 45 26 -6.31273070851442D+08 45 27 6.48825562951859D+07 45 28 -2.21928483958580D+08 45 29 7.42012377229311D+07 45 30 7.77634436460822D+07 45 31 -3.53636629341644D+09 45 32 8.01639378650686D+08 45 33 1.88542165364593D+08 45 34 -1.17906148205425D+08 45 35 -2.51756669009484D+08 45 36 1.51802502220829D+09 45 37 2.83778439217474D+08 45 38 -2.31367332821127D+00 45 39 5.52540308474402D+00 45 40 4.29126908154113D+00 45 41 -3.91854477742707D+00 45 42 -6.51389378731270D+01 45 43 -1.25514483169975D+02 45 44 1.69600635360735D+00 45 45 2.49070652716460D+01 -SOLUTION/DECOMPOSED_NORMAL_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_VECTOR * Ind1 Decomposed_vector(ind1) 1 -3.32561156101445D+02 2 7.64345265254573D+02 3 9.37571546775149D+02 4 -4.79915835462508D+02 5 -4.44087985589159D+02 6 -3.57156824738249D+02 7 8.12476991543695D+02 8 -3.20257279699704D+02 9 -5.80414722011588D+02 10 -3.07119193370045D+08 11 -1.28123877966792D+07 12 -2.22442620237899D+08 13 -1.71897780119748D+09 14 1.60133031186724D+09 15 3.17679954076447D+08 16 1.62718675698143D+09 17 3.95426433954030D+08 18 8.80609985863555D+08 19 3.22101044399788D+08 20 5.21507248800465D+08 21 1.44234553354257D+08 22 -1.36470089881876D+09 23 -9.73026090013420D+08 24 1.44151221295209D+09 25 4.33354572073494D+08 26 1.62442383811399D+09 27 1.38979817425349D+08 28 -8.03739651852624D+08 29 -2.41638800663793D+08 30 -1.61185353781313D+08 31 -2.78050734081767D+09 32 1.45366637588451D+09 33 4.07958904934167D+08 34 2.35909845627447D+09 35 6.58314047219115D+08 36 -9.99943869095109D+08 37 -1.82915877887154D+08 38 -2.37781450316361D+01 39 2.70086216819114D+00 40 1.44114887357215D+01 41 4.87483038850850D-01 42 -5.57833652029981D+02 43 -5.50379187560311D+01 44 6.81899566952750D-01 45 1.58642511624879D+00 -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 -SOLUTION/DECOMPOSED_NORMAL_CALIBRATION * * ----------------------------------------------------------------------------- * %ENDSNX