%=SNX 2.10 GSI 20:090:57743 GSI 17:352:61290 17:353:61193 R 00018 2 S * * Created on: 2020.03.30-16:02:23 local time * Created at: Geospatial Information Authority of Japan * Created by: vlbi user ( vlbi@tsubame.spacegeodesy.go.jp ) * Generated by: routine WRITE_SINEX_J , revision date 2019Oct16 * * ----------------------------------------------------------------------------- * +FILE/REFERENCE DESCRIPTION GSI OUTPUT Single session VLBI solution CONTACT vlbi@tsubame.spacegeodesy.go.jp SOFTWARE VLBI analysis system Calc/Solve, revision date 2020.01.23 HARDWARE HPx86_64 Linux 3.10.0-862.14.4.el7.x86_64 INPUT VLBI experiment r1821, database $17DEC18XA version 005 -FILE/REFERENCE * * ----------------------------------------------------------------------------- * +FILE/COMMENT >>> FORMAT DESCRIPTION <<< >>> ################## <<< Sinex output implementation in the VLBI Analysis software system Calc/Solve Leonid Petrov John Gipson (CALIBRATION blocks) 2019.11.14 Abstract This document describes how Calc/Solve writes down a listing of a VLBI solution in Sinex format. Questions and comments about this guide should be sent to: Dan MacMillan (Daniel.S.MacMillan@nasa.gov) David Gordon (David.Gordon-1@nasa.gov) John Gipson (John.M.Gipson@nasa.gov) Table of contents: 1 ................ Overview 2 ................ Deviations from the SINEX 1.00 standard 2.1 ........... New block SOLUTION/CONSTRAINT_EQUATION_INFO 2.2 ........... New block SOLUTION/CONSTRAINT_EQUATION_MATRIX 2.3 ........... New block SOLUTION/CONSTRAINT_EQUATION_VECTOR 2.4 ........... New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX 2.5 ........... New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK 2.6 ........... New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK 2.7 ........... New block NUTATION/DATA 2.8 ........... New block PRECESSION/DATA 2.9 ........... New block SOURCE/ID 2.10 .......... New block SOLUTION/CALIBRATION_ESTIMATE 2.11 .......... New block SOLUTION/DECOMPOSED_CALIBRATION 3 ................ Deviations from the SINEX 2.10 standard 4 ................ Implementation in Solve 4.1 ........... Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.2 ........... Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.3 ........... Treatment of station with discontinuous motion 4.4 ........... Restrictions ________________________________________________________________________________ 1 Overview ========== SINEX stands for "Solution INdependent EXchange format". This format was developed by Blewitt et al. (1994) http://www.dgfi.badw-muenchen.de/gps/sinex.html and http://alpha.fesg.tu-muenchen.de/iers/sinex/sinex_v2_appendix1.pdf for facilitating the task of combining several GPS solutions. Original design of Sinex format was made for solving this specific task. However, later this format evolved towards to a common machine-readable form of solution listings for other space geodesy techniques, VLBI and SLR, and attempts were made for overcoming flaws of the original design. This process of evolution is not yet completed, therefore, different software systems implement a little bit different flavors of Sinex format. Listings in Sinex format produced by Solve contain information about stations, sources, estimates of the parameters, their covariance matrix, constraint equation, right-hand side of constraint equations and weight matrix of constraint equations. In addition to these results, a portion of the decomposed normal matrix and normal vector can be included in the listing as well. A user has control which blocks should be included in the listing. The current implementation of the Sinex format does not allow to include in the listing any parameter which was solved for. Only some type of parameters, like station position, EOP, etc can be included. However, a user has total control which parameters among the parameters of the supported type are to be included or not included in the listing. 2 Deviations from the SINEX 1.00 standard ========================================= Solve currently writes listing either in Sinex 2.10 format or in Sinex 2.20 format. Deviations from the Sinex 1.00 standard are as follows: 1) Eight new blocks were added: SOLUTION/CONSTRAINT_EQUATION_INFO SOLUTION/CONSTRAINT_EQUATION_MATRIX SOLUTION/CONSTRAINT_EQUATION_VECTOR SOLUTION/CONSTRAINT_WEIGHT_MATRIX The purpose of these four blocks is to overcome the flaw of original design of Sinex format and provide complete information about all constraints used in the solution. SOLUTION/DECOMPOSED_NORMAL_MATRIX SOLUTION/DECOMPOSED_NORMAL_VECTOR The purpose of these blocks is to provide information about transformed normal equations before applying constraints. NB: one of the three items: covariance matrix, constraint equations and decomposed normal equations is redundant: having two of them one can derive the third one. NUTATION/DATA PRECESSION/DATA The purpose of this section is to provide information about used nutation/precession model and to define parameter "estimates of nutation angles". John Gipson added two blocks to allow users to 'back-out' the effect of calibrations. SOLUTION/CALIBRATION_ESTIMATE SOLUTION/DECOMPOSED_CALIBRATION 2) SOLUTION/STATISTICS block has new items: WEIGHTED SQUARE SUM OF O-C sum { y(T) * w * y } WRMS OF POSTFIT RESIDUALS sum { (A*e - y)(T) * w * (A*e - y) )/Sp ( w ) where y -- the difference between the observed time delay and theoretical; A -- matrix of equations of conditions; e -- vector of the parameter adjustments; w -- weight matrix; Sp -- stands for the mathematical operation of computing trace of a matrix: the sum of diagonal elements. Summing is done over all observations used in parameter estimation. Comment: field WEIGHTED SQUARE SUM OF O-C is not computed in global mode. Meaning of other parameters: NUMBER OF OBSERVATIONS total number of used observables NUMBER OF UNKNOWNS total number of unknowns, including those, which are not shown in the Sinex listing SQUARE SUM OF RESIDUALS (VTPV) sum { (A*e - y)(T) * w * (A*e - y) ) VARIANCE FACTOR sum { (A*e - y)(T) * w * (A*e - y) )}/ ( N - M - Sp( Cov(A) * B(T) * z * B ) ) where Cov(A) -- covariance matrix of the entire solution (NB: Sinex listing may have only a portion of the solution) B -- matrix of equations of constraints; z -- weight matrix of constraints; N -- total number of equations of conditions (observables); M -- total number of unknowns. 3) The blocks which keep element of matrices do not have fields "Second Matrix Element" and "Third Matrix Element". The purpose of this change is to facilitate the process of creation of the listing and to reduce significantly the probability of errors. 4) SOLUTION/MATRIX_APRIORI is not provided. The reason is that Solve does not operate the notion of apriori covariance matrix. And it also uses singular constraints which cannot be reduced to the form of apriori covariance matrix. Since full information about constraints is provided in other blocks, SOLUTION/MATRIX_APRIORI is considered as an obsolete block. 2.1 New block SOLUTION/CONSTRAINT_EQUATION_INFO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__I_N_F_O__B_L_O_C_K_____________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Constraint | Identifier of the constraint | 1X,A8 | | Equation | | | | Identifier | | | |________________|___________________________________|______________| | | | | | Constraint | Index of vector constraint. | 1X,I5 | | Equation | 1 for scalar constraint. | | | Sub-index | | | | | | | |________________|___________________________________|______________| | | | | | Constraint | Description of the constraint | 1X,A40 | | Equation | | | | Description | | | |________________|___________________________________|______________| This block provides description of constraint equations. Matrix of constraint equations has dimension N_cns * N_par, where N_cns -- the number of constraint equations, N_par -- number of estimated parameters. The first field of the CONSTRAINT_EQUATION_INFO keeps the index of the constraint, the second field keeps constraint identifier. Currently, the following constraint identifiers are supported: NNT_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta r )/ |r|^2 * R_e here r -- vector of station coordinate; Delta r -- vector of adjustments to station position R_e -- Earth's equatorial radius. Units: dimensionless NNT_VEL -- net rotation on station velocity. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_VEL -- net rotation on station velocity This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta v )/ |r|^2 * R_e here r -- vector of station coordinates; Delta r -- vector of adjustments to station velocity; R_e -- Earth's equatorial radius. Units: 1/yr NNR_SRC -- net rotation on source coordinates 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation EOP_XPL -- constraint on X pole coordinate EOP_YPL -- constraint on Y pole coordinate EOP_UT1 -- constraint on UT1 angle EOR_XPL -- constraint on X pole rate EOR_YPL -- constraint on Y pole rate EOR_UT1 -- constraint on UT1 rate VEL_U -- constraint on Up topocentric coordinate of station velocity VEL_E -- constraint on East topocentric coordinate of station velocity VEL_N -- constraint on North topocentric coordinate of station velocity VEL_X -- constraint on X coordinate of station velocity VEL_Y -- constraint on Y coordinate of station velocity VEL_Z -- constraint on Z coordinate of station velocity STA_U -- constraint on Up topocentric coordinate of station position STA_E -- constraint on East topocentric coordinate of station position STA_N -- constraint on North topocentric coordinate of station position STA_X -- constraint on X coordinate of station position STA_Y -- constraint on Y coordinate of station position STA_Z -- constraint on Z coordinate of station position BLC_VAL -- constraint on baseline clocks DCL_ORG -- constraint on declination of the set of certain sources GRD_OFF -- constraint on atmosphere path delay gradient offset NUT_OFF -- constraint on offset of nutation in longitude and nutation in obliquity OAT_RAT -- constraint on rate of changes of atmosphere path delay OCL_RAT -- constraint on clock drift RAS_ORG -- constraint on right ascension of the set of certain sources SRC_COO -- constraint on source right ascension and declination STA_ORG -- constraint on position of certain stations STA_TIE -- constraint on differences in position of several sites VEL_DIR -- constraint on horizontal projection of the differences in velocities of two stations VEL_ORG -- constraint on velocities of certain stations VEL_SET -- constraint on linear combination of velocity components VEL_TIE -- constraint on differences in velocities of several sites VEL_VER -- constraint on vertical component of station velocity Constraints on segmented parameters STA_PWC -- constraint on site velocity in the the case when site position is modeled by linear spline GRD_RAT -- constraint on atmosphere path delay gradient rate ATM_RAT -- constraint on atmosphere path delay rate between segments CLO_RAT -- constraint on clock rate between segments UT1_RAT -- constraint on UT1 rate in the case of linear spline EOP parametrization XPL_RAT -- constraint on X pole coordinate in the case of linear spline EOP parametrization YPL_RAT -- constraint on Y pole coordinate in the case of linear spline EOP parametrization Constraint equation sub-index is 1 for scalar constraint, like EOP_XPL and runs over components of vector constraints, like NNT_POS (1,2,3 in this example). 2.2 New block SOLUTION/CONSTRAINT_EQUATION_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keep matrix of constraint equations. Equations are organized by rows. Zero elements are omitted. _____________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__E_Q_U_A_T_I_O_N__B_L_O_C_K_____| | | | | |__Field___________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | equation row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |__________________|___________________________________|______________| | | | | | Constraint | Column index for the Constraint | 1X,I5 | | equation | Equation. It must match the | | | column index | parameter index in the | | | | SOLUTION/ESTIMATE block for the | | | | same parameter. | | |__________________|___________________________________|______________| | | | | | Constraint | Matrix element at the location | 1X,E21.14 | | matrix element | (row index, column index). | | |__________________|___________________________________|______________| 2.3 New block SOLUTION/CONSTRAINT_EQUATION_VECTOR ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keeps the right-hand side of constraint equations. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__V_A_L_U_E__B_L_O_C_K_________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation vector. It must match | | | | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Right hand | Value of right hand part of the | | side value | constraint equation. | 1X,E21.15 | |________________|___________________________________|______________| | | | | | Sigma | Reciprocal weight which is | | | | ascribed to this constraint | 1X,E21.15 | | | equation. | | |________________|___________________________________|______________| | | | 48 | |______________| 2.4 New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains the elements of the weight matrix of constraint equations. Zero elements are omitted. ______________________________________________________________________ |_____________C_O_N_S_T_R_A_I_N_T___W_E_I_G_H_T___M_A_T_R_I_X__________| | | |__Field__________________Description_______________________Format_____| | | | | | Row index of the | Row index for the weight | 1X,I5 | | weight matrix | constraint matrix. It matches | | | of constraint | the index of the constraint | | | equations | equation. | | |___________________|___________________________________|______________| | | | | | Column index of | Column index for the weight | 1X,I5 | | the weight matrix | constraint matrix. It matches the | | | of constraint | index of the constraint equation | | | equations | | | |___________________|___________________________________|______________| | | | | | Weight matrix of | Matrix element at the location | 1X,E21.14 | | constraint | (row index, column index). | | | equations element | | | |___________________|___________________________________|______________| 2.5 New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block described all parameters adjusted in the solution, decomposed normal matrix is equivalent to the full normal matrix. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal matrix D_ii is defined as D_ii = N_ii - N_ei(T) * (C_ee + N_ee){-1} * N_ei where N_ii -- the block of normal matrix which corresponds to the equations included in the SOLUTION/ESTIMATE list; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters included in the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes D_ii as D_ii = (V_ii){-1} - C_ii where V_ii -- covariance matrix of the parameters mentioned in SOLUTION/ESTIMATE list; C_ii -- the block of normal matrix of constraints which corresponds to the parameters in SOLUTION/ESTIMATE list. It is assumed that C_ei = 0 C_ei -- the block of normal matrix of constraints which corresponds to the product of equations of constraints of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__M_A_T_R_I_X___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Decomposed | Row index for the normal matrix. | 1X,I5 | | normal matrix | It must match the parameter index | | | row index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Column index for the normal matrix| 1X,I5 | | normal matrix | It must match the parameter index | | | column index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Matrix element at the location | 1X,E21.14 | | normal matrix | (row index, column index). | | | element | | | |________________|___________________________________|______________| 2.6 New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed right hand parts of normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block describes all parameters adjusted in the solution, the decomposed normal vector is equivalent to the full normal vector. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal vector d_i is defined as d_i = n_i - N_ei(T) * (C_ee + N_ee){-1} * n_e where n_i -- the block of normal vector which corresponds to the equations listed in the SOLUTION/ESTIMATE; n_e -- the block of the normal vector which corresponds to the omitted parameters; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes d_i as d_i = D_i * e_i where e_i -- vector of the estimates of the parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__V_E_C_T_O_R___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Estimated | Index of the estimated parameter. | 1X,I5 | | Parameter | | | | Index | | | | | | | |________________|___________________________________|______________| | | | | | Element of | Element of the decomposed normal | 1X,E21.14 | | decomposed | ( Row Number , Column Number ). | | | normal vector | ( Row Number , Column Number ). | | |________________|___________________________________|______________| | | | 28 | |______________| 2.7 New block NUTATION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes which apriori nutation model is used and what is the reference model to which the nutation angles are referred. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Nutat. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | REN2000 | | | | IAU1980 | | | | IERS1996 | | | | IAU2000a | | | | IAU2000b | | |________________|___________________________________|______________| | | | | | [Nut. Usage] | Usage flag: APR or REF | 1X,A3 | | | APR means that the previous | | | | field kept the nutation model | | | | used for apriori. | | | | REF means that the previous | | | | field kept the nutation model | | | | used as a reference. | | | | NONE means that the total | | | | nutation angles are presented | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A66 | |________________|___________________________________|______________| | | | 80 | |______________| 2.8 New block PRECESSION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes the apriori precession constant which was used. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Prec. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | IAU1980 | | | | IAU2000 | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A70 | |________________|___________________________________|______________| | | | 80 | |______________| Nutation angles can be presented either as nutation in obliquity and nutation in longitude in accordance to Newcomb-Andoyer formalism or as nutation X, nutation Y in accordance to Ginot-Capitaine formalism. Contrary to claims of Dr. Capitaine, both approaches are equivalent. 2.9 New block SOURCE/ID ~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |_____________R_A_D_I_O___S_O_U_R_C_E___D_A_T_A___L_I_N_E___________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Source Code | Call sign for a source | 1X,A4 | |________________|___________________________________|______________| | | | | | IERS name | IERS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | ICRF name | ICRF name of the radio source | 1X,A16 | |________________|___________________________________|______________| | | | | | IAU name | IAU J2000.0 name of the radio | 1X,A10 | | | source | | |________________|___________________________________|______________| | | | | | IVS name | IVS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | Comments | Comments or other names of the | 1X,A29 | | | radio source | | |________________|___________________________________|______________| | | | 80 | |______________| 2.10 New block SOLUTION/CALIBRATION_ESTIMATE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The purpose of this block is to allow users to 'back-out' the effects of a calibration. The format is almost identical to the SOLUTION/ESTIMATE block. Suppose that the normal equations without the calibration are: N A = B The effect of the calibration is to modify the RHS of this to give: N A' = B+ del_B When the normal equations are inverted we get: A' = N^-1 B + N^-1 del_B = A + del_A The solution contribution block gives the values for the 'del_A' term. The format of this block is almost identical to SOLUTION/ESTIMATE block. The first few lines look look something like this: +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7641 A 1 19:155:16735 m 2 1.12094296576514D-05 0.00000D+00 2 STAY 7641 A 1 19:155:16735 m 2 -1.64886779400689D-04 0.00000D+00 3 STAZ 7641 A 1 19:155:16735 m 2 -7.99174504030867D-04 0.00000D+00 4 STAX 7297 A 1 19:155:14114 m 2 -1.28824231979959D-03 0.00000D+00 5 STAY 7297 A 1 19:155:14114 m 2 1.26091351520643D-03 0.00000D+00 6 STAZ 7297 A 1 19:155:14114 m 2 -6.42471735486039D-04 0.00000D+00 .... -SOLUTION/CALIBRATION_ESTIMATE The sigmas are 0 because it is assumed there is no uncertainty in the calibration. Suppose we have two solutions in sinex format. Solution 1 does not include the effect of the calibration. * There will only be SOLUTION/ESTIMATE block. Solution 2 includes the effect of the calibration, and we have included the CALBIRATION information. * Then there will be a SOLUTION/ESTIMATE block * There will also be a SOLUTION/CALIBRATION_ESTIMATE block. The relation between Solution 1 and Solution 2 is: SOLUTION/ESTIMATE(1) = SOLUTION/ESTIMATE(2)-SOLUTION/CALIBRATION_ESTIMATE(2) 2.11 New block SOLUTION/DECOMPOSED_CALIBRATION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block is similar to the SOLUTION/DECOMPOSED_NORMAL_VECTOR block. It provides a means of backing out the effect of a calibration. Suppose that the normal equations without the calibration are: N A = B The effect of the calibration is to modify the RHS of this to give: N A' = B+ del_B The DECOMPOSED_NORMAL_VECTOR block gives the effective B vector after the nuisance parameters have been squeezed out. The DECOMPOSED_CALIBRATION block gives the value of the effect del_B vector after the nuisance parameters have been squeezed out. The format of the first few lines look like: +SOLUTION/DECOMPOSED_CALIBRATION LOADING_EFFECT * Ind1 Decomposed_vector(ind1) 1 -9.08414333456434D+06 2 -2.78630680723758D+07 3 1.27314635010659D+07 4 7.21652034185454D+06 5 8.03838945195598D+07 6 -1.02827125834327D+08 7 -4.42092453014595D+07 .... +SOLUTION/DECOMPOSED_CALIBRATION Suppose we have two solutions in sinex format. Solution 1 does not include the effect of the calibration. * There will only be SOLUTION/DECOMPOSED_NORMAL_VECTOR block. Solution 2 includes the effect of the calibration, and we have included the CALBIRATION information. * There will be a SOLUTION/DECOMPOSED_NORMAL_VECTOR block. * There will also be SOLUTION/DECOMPOSED_CALIBRATION block. Note that: SOLUTION/DECOMPOSED_NORMAL_VECTOR(1) = SOLUTION/DECOMPOSED_NORMAL_VECTOR(2)-SOLUTION/DECOMPOSED_CALIBRATION(2) 3 Deviations from the SINEX 2.10 standard ========================================= Sinex listing in 2.20 format has different names for parameters in accordance to an anonymous document circulated in 2008 known as "Proposal 2". 4 Implementation in Solve ========================= Solve normally produces the listing in its own so-called "spool-format". In addition to the spool listing, Solve has a limited ability to generate listings in Sinex format. It can write the listing in Sinex format when it runs in batch mode. Description of the keyword Sinex in the control language can be found in http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html#section3.13 When a user requests to apply specific constraints, Solve does not modify normal matrix immediately. Procedures of imposing constraints collect all constraint equation coefficients, weights, right hand part equations as well as constraint description in an intermediate data structure. After collecting all information about constraints Solve "applies" constraints by modifying normal matrix and normal matrix. If a Sinex output option is specified, then Solve passes this intermediate data structure to the routine which writes listing down and, thus, this subroutine has access to full information about the constraints. Solve allows a user to specify which items among ESTIMATES, COVARIANCES, CONSTRAINTS, DECOMPOSED_NORMAL_EQUATIONS or all of them are to be included in the listing together with mandatory blocks. Solve allows a user to specify which parameters are to be included in the output. Currently, Solve does not allow to include any parameter in the listing, but only one from the pre-defined list of supported parameter. 4.1 Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ INCLUDE_PARAM and EXCLIDE_PARAM files contain the parameter lists. List consists of one or more lines with Solve intrinsic 20-characters long parameter names. The lines which starts from # are considered as comments. Wild-card symbols * and ? can be included. Solve check the name of each estimated parameter against INCLUDE_PARAM list. If the name matches with at least one line (except comment) then the name is flagged as "included". After that Solve check each parameter against EXCLUDE_PARM list. If it matches with at least one line (except comment) then it is flagged as "excluded". All parameters which are flagged as "included" and are not flagged as "excluded" will be included in the Sinex output. The list of intrinsic parameter names: Parameters which can be put in the listing in Sinex format: ssssssss X COMPONENT X-coordinate of station position at reference epoch ssssssss Y COMPONENT Y-coordinate of station position at reference epoch ssssssss Z COMPONENT Z-coordinate of station position at reference epoch ssssssss X VELOCITY X-coordinate of station velocity ssssssss Y VELOCITY Y-coordinate of station velocity ssssssss Z VELOCITY Z-coordinate of station velocity ssssssss Xyymmdd-COO X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-COO Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-COO Z-coordinate of station position at epoch yymmdd ssssssss Xyymmdd-POS X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-POS Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-POS Z-coordinate of station position at epoch yymmdd ssssssss AXIS OFFSET axis offset of the ssssssss station X WOBBLE 0yymmddhhmm X-coordinate of pole position at epoch yymmddhhmm X WOBBLE 1yymmddhhmm Time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 0yymmddhhmm Y-coordinate of pole position at epoch yymmddhhmm Y WOBBLE 1yymmddhhmm Time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 0yymmddhhmm UT1 angle at epoch yymmddhhmm UT1-TAI 1yymmddhhmm First time derivative of UT1 angle at epoch yymmddhhmm LONGITUDE NUTATION Nutation in longitude OBLIQUITY NUTATION Nutation in obliquity qqqqqqqq RIGHT ASCEN Right ascension at J2000.0 epoch qqqqqqqq DECLINATION Declination at J2000.0 epoch qqqqqqqq RIGHT ASC V Proper motion in right ascension qqqqqqqq DEC VELO Proper motion in declination Other parameters which the current version of Solve cannot put in the listing in Sinex format: ssssssssA0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssa0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssC0yymmddhhmm Global clock offset at epoch yymmddhhmm ssssssssC1yymmddhhmm Global clock rate at epoch yymmddhhmm ssssssssC2yymmddhhmm Global clock rate drift at epoch yymmddhhmm ssssssss--ssssssss C baseline dependent clocks ssssssssNGyymmddhhmm Atmosphere gradient in north direction ssssssssEGyymmddhhmm Atmosphere gradient in east direction X WOBBLE 2yymmddhhmm Second time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 2yymmddhhmm Second time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 2yymmddhhmm Second time derivative of UT1 angle at epoch yymmddhhmm Gamma Relativistic PPN parameter gamma where "ssssssss" stands for the IVS station name "qqqqqqqq" stands for the IVS source name "yyddmmhhss" stands for time epoch like 980729113459 -- July 29, 1998 11 hours 34 minutes 59 seconds. 4.2 Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. daily_inc.bsc # # -- Include parameters which will be put in Sinex listing # # The following parameters are to be included in the Sinex listing: # # 1) Station coordinates # 2) pole coordinates # 3) UT1 # 4) rate of change of pole coordinates # 5) rate of change of UT1 # 6) daily nutation angles # ?????????X COMPONENT ?????????Y COMPONENT ?????????Z COMPONENT ?????????X??????-COO ?????????Y??????-COO ?????????Z??????-COO ?????????X??????-POS ?????????Y??????-POS ?????????Z??????-POS X WOBBLE 0* X WOBBLE 1* Y WOBBLE 0* Y WOBBLE 1* UT1-TAI 0* UT1-TAI 1* LONGITUDE NUTATION OBLIQUITY NUTATION 2. daily_exc.bsc # # -- Exclude parameters which will be put in Sinex listing # # Nothing to exclude # 3. daily_esc_notigo.bsc # # -- Exclude parameters which will be put in Sinex listing # # All parameters related to station TIGOCONC are excluded # # (NB: no common constraint equations with other stations can be # imposed if computation of the decomposed normal matrix is required ) # TIGOCONC* 4.3 Treatment of station with discontinuous motion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ It is an empirical fact that some stations has a quasi-instant motion due to seismic events, rails repair and other reasons of instability of VLBI site positions. It is an analyst who determines the appropriate model for handing such stations. In the case if an analyst trusts to results of the measurements of such a motion by an independent technique, f.e. results of local survey before and after rails repairing, then position of the station is modeled by one parameter, and the motion of the station is described by the set of eccentricity values at the epochs before and after the motion. If an analyst does not trust to independent measurements, or such measurements are unavailable, f.e. in the case of seismic motion, then coordinates of such station are described by a model X = a1*B0(t0,t1) + a2*B0(t1,t2) + ... + b*(t-tref) where B0 -- a basis spline of the 0-th order on the range t0, t1 ( it is 1 at the range [t0, t1], and 0 otherwise ) tref -- reference epoch; t0 -- epoch of the first observations; t1, t2 ... -- epoch of discontinuities. Parameters a1, a2 ... have the same parameter name STAX, STAY, STAZ, but they are distinguished by sub-index 1,2... in the field SBIN (former name SOLN). This field is used in sections SITE/EPOCHS, SITE/APRIORI, SITE/ESTIMATES. If the station did not have discontinuity in the motion than SBIN always has the value 1. The modern approach is to model non-liner site position with B-spline or order 0,1,2,3. Sinex format does not allow to put in the listing estimates of B-spline of order higher than 0. 4.4 Restrictions ~~~~~~~~~~~~~~~~ The current implementation (2002.10.04) cannot write the listing in Sinex format in several cases: 1) Constraint NO_NET_TRANSLATION is not supported. Use NO_NET_TRANSLATION_POSITION instead of that. 2) Suppressions VELOCITIES NO STATIONS NO SOURCES NO PROPER_MOTIONS NO 3) Solve cannot put in the listing site position modeled by linear spline. 4) Currently, Solve can include in Sinex listing global parameters if it runs in global mode and local parameters if it runs in independent mode. It cannot include local parameters if it runs in global mode. This restriction may be lifted in the future. 5) Solve cannot include in the listing in Sinex format second and higher order UT1 and polar motion time derivatives. 6) Solve cannot include user parameters in the listing in Sinex format, but can include user constraints. 7) No common constraints between included and not included parameters can be imposed if computation of decomposed normal matrix is required. Solve will issue a warning if a constraint equation has non-zero elements for the parameters from both groups of included and not included parameters in the case if computation of a decomposed normal matrix is required, and will issue an error message and stop if the decomposed normal matrix is to be included in the sinex listing. >>> Solution Control file <<< >>> ##################### <<< Refer to http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html for description the syntax of Mark5 VLBI analysis software control files Local file name: gsi2020a_bas.cnt File length: 16975 Modification date: 2020.03.30_14:24:42 ******************************************************************************* ** ** ** gsi2020a_bas Baseline Solution ** ** Based on gsi2019b_bas ** ** - Add the new STATION (NYALE13S) ** ** - Changed the axis offset file (from gsfc_itrf2013.axo) ** ** - Changed the VMF (from VMF1 to VMF3) ** ** ** ** ### gsi2020a_bas.cnt Tetsuya Hara Updated: 2020/03/30 ### ** ** ** ******************************************************************************* $SETUP DEFAULTS NO SOLUTION INDEPENDENT CGM NONE NONE MERGE_CGM NONE ARC_FILES NONE ID gsi2020a_bas TRAIN NO GLO_PARLIM 4096 INC_PARLIM 128 SORT YES STATIONS ALPHABET SOURCES RIGHT_ASCENSION USER_PROGRAM NONE USER_PARTIALS NONE USER_CONSTRAINTS NONE WEIGHTS REQUIRE gsi_site.wgt BY_SITE FAST_MODE B3D FAST_DBG NONE FAST_COV SEG SAVING_RATE 1 SUPMET PRE98 QUALCODE_LIMIT 5 WARNING ON SINGULARITY_CHECK ACTION REPARAMETERIZE \ STAMIN 8 \ SOUMIN 0 \ BASMIN 3 SOURCE_WEIGHTS NO ELEVATION_DEPENDENT_NOISE NO EMULATION NO VGOSDB /opt/solve/vgosDB GSI $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 YES * 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 /opt/solve/control/glo_trf.bsc \ EXCLUDE_PARAM /opt/solve/control/glo_exc.bsc \ OUTPUT_FILE /opt/solve/solutions/gsi2020a_bas/gsi2020a_bas.snx \ ACKNOWLEDGMENTS_FILE /opt/solve/control/daily_ack.bsc \ COMMENTS_FILE /opt/solve/control/comment.txt NORMAL_MATRIX NO SEG_OUTPUT NO CRES_EMULATION NO MAPPED_EOP_OUTPUT NO APRIORI_ZENDEL NO NRD_TABLE YES CHI_SQUARE_TABLE NO * * $FLAGS ATMOSPHERES MOST 20 CLOCKS MAX_DEGREE AUTO 2 INTERVAL AUTO 60 GRADIENTS YES 6 UT1/PM POLYNOMIAL OFFSET XYU RATE XYU 2ND_ORDER --- MIDDLE NUTATION XY_OFFSET BASELINE_CLOCKS IN STATIONS YES SOURCES NO VELOCITIES NO PROPER_MOTIONS NO HI_FREQ_EOP NO PRECESSION NO RELATIVITY NO AXIS NO * * $CARRY SOURCES NO STATIONS NO AXIS NO * * $DATA SOURCES YES EXCEPT \ *-- 7 source names corresponding to 3 gravitational lenses. *-- Fringing software intermittently picks up diferent components. *-- These sources cannot be used for astometry/geodesy without extensive work for component separation. 0218+357 0218+35A 0218+35B 1830-21A 1830-21B 1830-211 1422+231 \ ** *-- Inconsistent apriori source positions (error) when running gsi2020a-z0 0030+765 1713+218 UXARI HR1099 HD132742 0131-367 0138-381 0027+587 \ 0522-030 0629+104 0705+025 0947-006 1409+595 1742-283 1745-235 0833-450 \ 0851+580 0916-219 1447+536 1622+238 1938+666 0548-090 NGC2110 1506+591 \ 1519+567 1520-330 1529-195 0042+456 1540+539 1344+793 1820-285 2105+598 \ 0228+626 0340-330 NGC4151 1509-282 0045-255 0106+130 0231+620 0817+472 \ 1028+564 1320-407 0123-015 1043-290 1533-220 1533-220 1650+581 1837-271 \ 0829+140 0833+441 2206-237 0712-037 1110-374 0304-122 0540-380 1341+144 \ 0854+178 0956+015 1809-315 1825-307 0833-168 1503+604 1827-360 1834-333 \ 1202+527 1620-260 1623-243 2027+383 2035+159 2251-419 M77 0920+168 \ 1934+207 0517+764 0646-398 0902+343 1231+507 1930-028 1950-270 2008+205 \ 1800-302 1929+596 0233+434 \ *-- 642 Sources with 0 good observations: 2357+811 0002+813 0005+841 0008+320 0009+854 0010+775 0012-008 0012-357 \ 0012+776 0013+323 0013+790 0015+781 0016+803 UG00192 0019-339 0025+797 \ 0026+845 0031+799 0032+801 0033+845 0036+748 0036+767 0037+809 0040+517 \ 0026+892 0042+754 0042+750 NGC0253 0046+839 0053-160 0052+781 0056-135 \ 0055+796 0057+101 0104-487 0104+650 0105+785 0100+873 0118-684 0118-488 \ 0115+832 0118+806 0118+841 0126-531 0124+845 0131-450 0133+758 0141-609 \ 0147+755 0153-663 0152+756 0156+795 0201-440 0159+831 0201+796 UGC01651 \ 0215-261 0211+795 0213+798 0215+806 0210+860 0210+86A 0210+861 0219+767 \ 0223+774 0227+782 0232-507 0244+790 0247+789 0251+795 0253+789 NGC1167 \ 0258+356 0255+785 0259+602 0259+793 0301+756 0305-131 0301+773 0309+049 \ 0324-489 0324+763 0328-272 0332-070 0333-276 0340-493 0340+044 0328+861 \ 0343+799 0355-636 0349+764 0351+784 0358-620 0354+762 0400-613 0356+761 \ 0357+816 0400+764 0409-752 0409-526 0407+760 0402+842 0409+806 0413+758 \ 0415+530 0420-625 0415+763 0419+083 0406+856 0414+792 0417+767 0422-278 \ 0422+770 0407+869 0426+351 0434-225 0432+507 0428+807 0436+503 0434+759 \ 0438+503 0437+785 0443+801 0445+763 0448+763 0445+830 0452+761 0515-674 \ 0512+249 0510+767 0507+839 0502+859 0521+077 0457+875 0518+761 0525-127 \ 0505+874 0528+576 0533-396 0537-692 0534+753 0533+812 0541-007 0539+752 \ 0541+759 0547-253 0548+800 0558-504 0555+801 0605-063 0609-295 0611+139 \ 0612+123 MRK003 0613+075 0610+783 NGC2146 0612+755 0555+873 0618+796 \ 0615+848 0623+765 0623+76A 0621+814 0632-278 0628+796 0624+842 0632+782 \ 0633+805 0639+244 0641-010 0635+803 0642+083 0637+780 0638+779 0636+823 \ 0640+779 0648+027 0648+769 0644+861 0642+866 0701+119 0705-002 0706-042 \ 0707-299 0710+767 0712+753 0719-271 0714+779 0701+872 0710+858 0716+824 \ 0731-465 0727+770 0734+805 0734+80A 0741-182 0743+558 0736+837 0753+772 \ 0755+764 0800+760 0757+815 0800+789 0806-483 0747+871 0808-491 0811-477 \ 0807+764 0812+757 0804+863 0819+770 0818+845 0824+802 0831+146 0832-093 \ 0824+840 0825+849 4C+32.26 0844-391 0846+184 0841+786 0845+788 0851-398 \ 0855+127 0853+752 0854+783 0859-062 0906-315 0906-474 0858+839 0907-091 \ 0912+171 0910+805 0910+814 0918+167 0913+776 0905+866 0914+768 0916+814 \ 0926+793 0932+784 0931+834 0938-066 0941-027 0936+831 0939+797 0946+808 \ M82 0950+794 0954-064 0955-283 0953+816 NGC3079 0958+559 0958+793 \ 1000+779 1001+817 1003+813 1007-383 1005+770 1003+861 1004+861 0959+881 \ 1011+813 1017+109 1016+771 1018+808 1020+820 1026-179 1024+791 1026+790 \ 1033+768 1036-697 1038+760 1046-026 1047-597 1046+588 1044+816 1047+097 \ 1047+794 1052-376 1031+892 1058+793 1100+837 1107+036 1109+838 1110+771 \ 1112+772 1112+838 1115+810 1120+777 NGC3690 1130+787 1132-000 1135+836 \ 1144+840 1145+787 1146+770 1150+832 1152+758 1152+822 1153+828 1154+757 \ 1200+858 1201+843 1201+823 1202+841 1205+782 1210+759 1216+798 M106 \ 1218+797 1224+864 1225-023 1232+778 1232+777 1236+842 1235+767 1242+864 \ 1239+328 1239-044 1241+802 1248+881 1243+764 1248+762 1254+077 1259+811 \ 1305+825 1305+822 1305+805 1310+860 1310+784 1317+825 1319-652 1320-140 \ 1322+784 1324+758 1328+826 1338+870 1337+808 1337+80A 1337+794 1350+761 \ 1354+418 1357+799 1358+791 1401+835 1406+863 1415+793 1418+812 1423+857 \ 1414-596 1418+784 1419+762 1422+763 1420-006 1421-490 1427+799 1425+034 \ 1430+011 1438+802 1434+053 1435+019 1436-070 1440-285 1443+773 1445+752 \ 1447+771 1455+804 1500+755 1511+863 1511+859 1506+805 1509+756 1516+819 \ 1513-381 1514+055 1524+769 1529+790 1532+824 1535+830 1532+789 1532+772 \ 1533+418 1540+784 1538-584 1555+754 1556+797 1601+784 1624+879 1557-515 \ 1605+804 1607+770 1612+821 1609+745 1614+793 HD146361 SIGCRB 1619+765 \ J1619-03 1631+859 1620-259 1629+822 1628+813 1626+755 1709+881 1646+758 \ 1650+758 1654+785 NGC6240 1656+765 1657+780 1653-401 1701+795 1658-217 \ 1703+769 1711+833 1708+771 1708+77A 1711+801 1710-214 1716+762 1712-120 \ 1724+756 1720-202 1721-251 1726-237 1733+798 1733+788 1728-260 1729-191 \ 1735+780 1735+026 1747+847 1735-267 1741+759 1736-286 1747+800 SGR-A \ 1744-299 1746-347 1746-292 1756+818 1749-286 1750+093 1750-282 1752-217 \ 1753-281 1758+666 1755-062 1800+751 1756-663 1809+823 1804-091 1805-214 \ 1810+750 1808-206 1809+068 1809-131 1810-321 1813+207 1813-241 1817+512 \ 1816+186 1825+799 1827+808 1828+821 1826+764 1830+797 1824-141 1832+779 \ 1834+789 1840+842 1833+752 1847+851 1834-090 1836+171 1843+767 1840-079 \ 1841+021 1841+128 1847+768 1850+817 1851+752 1848+333 1906+860 1902+845 \ 1851+030 1900+777 1900+771 1856-094 1854-663 1859-021 1915+855 1906+764 \ 1906+767 1911+809 1911+80A 1915+803 NAQL93 1911-397 1910-560 1915-247 \ 1924+792 1925+778 1920+014 1921+14B 1937+798 1938+751 1941+775 1937+172 \ 1950+849 1950+84A 1946+788 1945+764 1946+785 1946+781 1946+751 1950+828 \ 1951+767 1947-284 1949-013 1954+405 2004+841 2000+770 1957+404 2005+820 \ 1958-258 2000+339 1959-273 2005+781 2005+762 2009+795 2036+880 2015+766 \ 2015-211 2015-402 2016+406 2015-274 2016-615 2023+783 2029+837 2021+414 \ 2022+411 2030+839 2023+420 2022-582 NGC6946 2033+466 2035+467 2036-201 \ 2037+411 2040+760 2042+750 2043+74A 2039-631 2054+864 2043+440 2044+462 \ 2046+413 2051+752 2057+750 2058+422 2102+766 2102+496 2104+763 2101-715 \ 2105+420 2109+776 2107+521 2107+500 2113+827 2113+771 2110-160 2115+056 \ 2118+74A 2120+767 2120+519 2120-108 2134+846 2133+837 2133+792 2133+760 \ 2136+764 2134-470 2148+867 2142+834 2139+748 2145+815 2146+753 2149+754 \ 2152-505 2154+577 2154-184 2154-080 2157+765 2158+771 2159+753 2202-002 \ 2205-683 2212+836 2217+787 2217+558 2220+585 2222+762 2224-308 2227+752 \ 2226-411 2227-210 2228-367 2228-319 2231+803 2235+765 2245+879 2238+815 \ 2239+815 2249+856 2247+770 2248+757 2249+760 2250+799 2300+796 2303-673 \ 2310-417 2311-632 2314-625 2316+756 2324+779 2325+822 2326+760 2328+812 \ 2328-159 2330+777 2332+861 2347+789 2348-010 2350-375 2351+805 2352+796 \ 2353+796 2355+814 \ *-- 28 Sources with only 1 good observations: 0007+332 0053-130 0048+892 0138+817 0340-600 0356+102 0408+777 0425+116 \ 0432+510 0809+483 0844-557 0948-860 1224-854 1329-665 1423+772 1509-564 \ 1544+398 1616-029 1626+518 1636+826 1731+870 2043+748 2047-655 2118+749 \ 2131-217 2211+587 2346+803 2345-611 \ *-- 8 Sources with only 2 good observations: 0412-779 0956-256 J1104+07 1528-509 1846-168 1749-300 2049+129 2230+625 \ *-- 13 Sources with 3-6 observations, and only 1 sessions: 0039+211 0206-625 1556-580 2226-634 0001-121 0044+085 1845+79A 2028-204 \ 0628-671 0633-263 1657-298 1355-381 1839-486 ** STATIONS YES EXCEPT \ *-- 16 station names used for polarization tests and backend tests. HOBADBBC LEFT85_1 NOTDBBC NOTOVDIF NOTOX NYALDBBC OHIGGADS ONSAFLEX \ ONSALAAN ONSAVDIF VLBA85_3 WETTDBBC WIDE85_3 YEBDBBC YEBEDBBC YEBESDBC \ *-- 3 station names with no observations. MOJAVLBA LEFT85_3 HARTDBBC TYPE GROUP_DELAYS_ONLY ELEVATION 5 WVR_MASK NO EVERY NO NORATE_FLAG NO * * $CONTRIBUTIONS SET WobXCont SET WobYCont SET EarthTid SET Ocean SET Pol_Tide SET Feed_Rot SET UT1Ortho SET XpYpOrth SET XpYpLib SET UT1Libra SET OPTLCont $CALIBRATIONS ION ON RESET YES KEEP cable KEEP pcal_rmv DISABLE NMFDRFLY $MODE_CALIBRATIONS SET NONE $PARTIALS SET NMFWTFLY OFF * * $MAPPING SOURCES ICRF3.src STATIONS gsi_sitmod_20200312 VELOCITIES gsi_velmod_20200312 EARTHQUAKE itrf2014_psd EARTH_ORIENTATION /nfs_tsubame/apri/EOP/usno_finals.erp SPL UT1S NUTATION_SERIES NONE PIECE_WISE_STA NONE HI_FREQ_EOP NONE PRESSURE_LOADING NONE AXIS_OFFSET 2019a.axo ECCENTRICITY ECCDAT.ecc MEAN_GRADIENT gsfc_dao_gmao.mgr METRIC_TENSOR NONE POSITION_VARIATIONS \ 2007b_oclo.hps HARMONIC_MODEL SPLINE IF_AVAILABLE \ aplo_bds/ TIME_SERIES SPLINE IF_AVAILABLE \ vsgd_s1_s2_noib_aplo.hps HARMONIC_MODEL SPLINE IF_AVAILABLE * vsgd_s1_s2_noib_aplo_12jul05.hps HARMONIC_MODEL SPLINE IF_AVAILABLE EXTERNAL_TRP_DELAY REQUIRE DIRECTORY /nfs_tsubame/apri/VMF/VMF3_OP/total GALACTIC_ABERRATION 5.8 * * $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 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_TRANSLATION_VELOCITY NO NO_NET_ROTATION_POSITION LOCAL SIGMA 1.D-4 UNIFORM YES NO_NET_ROTATION_VELOCITY NO NO_NET_ROTATION_SOURCE NO * * $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 * $ARCS ARCFILE /opt/solve/solutions/gsi2020a_bas/gsi2020a_bas.arc -FILE/COMMENT * * ----------------------------------------------------------------------------- * +INPUT/ACKNOWLEDGEMENTS GSI Geospatial Information Authority of Japan, Geodetic Department, VLBI group -INPUT/ACKNOWLEDGEMENTS * * ----------------------------------------------------------------------------- * +SITE/ID *Code PT Domes____ T Station description___ Approx_lon_ Approx_lat_ App_h__ 7378 A 30302S009 R HART15M 15-m antenna 27 41 03.4 -25 53 23.1 1410.2 7369 A 21791S001 R ISHIOKA 13-m antenna 140 13 08.2 36 12 33.1 165.1 7375 A 59968S001 R KATH12M 12-m at Kathe 132 09 08.5 -14 22 31.7 190.0 7331 A 10317S003 R NYALES20 Ny Alesund, S 11 52 10.9 78 55 44.8 88.6 7224 A 14201S004 R WETTZELL Wettzell, Ger 12 52 38.8 49 08 42.1 670.1 7376 A 50107S012 R YARRA12M 12-m at Yarra 115 20 44.3 -29 02 49.7 249.1 -SITE/ID * * ----------------------------------------------------------------------------- * +SOURCE/ID *Code IERS nam ICRF designator IAU name IVS name 0001 0003-066 J000613.8-062335 J0006-0623 0003-066 0002 0008-264 J001101.2-261233 J0011-2612 0008-264 0003 0017+200 J001937.8+202145 J0019+2021 0017+200 0004 0104-408 J010645.1-403419 J0106-4034 0104-408 0005 0133+476 J013658.5+475129 J0136+4751 0133+476 0006 0149+218 J015218.0+220707 J0152+2207 0149+218 0007 0215+015 J021748.9+014449 J0217+0144 0215+015 0008 0307+380 J031049.8+381453 J0310+3814 0307+380 0009 0332-403 J033413.6-400825 J0334-4008 0332-403 0010 0336-019 J033930.9-014635 J0339-0146 CTA26 0011 0338-214 J034035.6-211931 J0340-2119 0338-214 0012 0355+508 J035929.7+505750 J0359+5057 NRAO150 0013 0358+210 J040145.1+211028 J0401+2110 0358+210 0014 0451-282 J045314.6-280737 J0453-2807 0451-282 0015 0458-020 J050112.8-015914 J0501-0159 0458-020 0016 0528+134 J053056.4+133155 J0530+1331 0528+134 0017 0537-441 J053850.3-440508 J0538-4405 0537-441 0018 0552+398 J055530.8+394849 J0555+3948 0552+398 0019 0602+673 J060752.6+672055 J0607+6720 0602+673 0020 0646-306 J064814.0-304419 J0648-3044 0646-306 0021 0648-165 J065024.5-163739 J0650-1637 0648-165 0022 0743+277 J074640.4+273459 J0746+2734 0743+277 0023 0748+126 J075052.0+123104 J0750+1231 0748+126 0024 0749+540 J075301.3+535259 J0753+5352 0749+540 0025 0821+394 J082455.4+391641 J0824+391A 0821+394 0026 0834-201 J083639.2-201659 J0836-2016 0834-201 0027 0851+202 J085448.8+200630 J0854+2006 OJ287 0028 0920-397 J092246.4-395935 J0922-3959 0920-397 0029 0953+254 J095649.8+251516 J0956+2515 OK290 0030 0955+476 J095819.6+472507 J0958+4725 0955+476 0031 1057-797 J105843.3-800354 J1058-8003 1057-797 0032 1104-445 J110708.6-444907 J1107-4449 1104-445 0033 1133-032 J113624.5-033029 J1136-0330 1133-032 0034 1156+295 J115931.8+291443 J1159+2914 1156+295 0035 1226+023 J122906.6+020308 J1229+0203 3C273B 0036 1300+580 J130252.4+574837 J1302+5748 1300+580 0037 1324+224 J132700.8+221050 J1327+2210 1324+224 0038 1417+385 J141946.6+382148 J1419+3821 1417+385 0039 1424-418 J142756.2-420619 J1427-4206 1424-418 0040 1502+036 J150506.4+032630 J1505+0326 1502+036 0041 1550-242 J155331.6-242206 J1553-2422 1550-242 0042 1616+063 J161903.6+061302 J1619+0613 1616+063 0043 1639-062 J164202.1-062123 J1642-0621 1639-062 0044 1641+399 J164258.8+394836 J1642+3948 3C345 0045 1657-261 J170053.1-261051 J1700-2610 1657-261 0046 1725+123 J172807.0+121539 J1728+1215 1725+123 0047 1741-038 J174358.8-035004 J1743-0350 1741-038 0048 1751+288 J175342.4+284804 J1753+2848 1751+288 0049 1759-396 J180242.6-394007 J1802-3940 1759-396 0050 1806+456 J180821.8+454220 J1808+4542 1806+456 0051 1849+670 J184916.0+670541 J1849+6705 1849+670 0052 1921-293 J192451.0-291430 J1924-2914 1921-293 0053 1923+210 J192559.6+210626 J1925+2106 1923+210 0054 2000+472 J200210.4+472528 J2002+4725 2000+472 0055 2008-159 J201115.7-154640 J2011-1546 2008-159 0056 2052-474 J205616.3-471447 J2056-4714 2052-474 0057 2113+293 J211529.4+293338 J2115+2933 2113+293 0058 2126-158 J212912.1-153841 J2129-1538 2126-158 0059 2145+067 J214805.4+065738 J2148+0657 2145+067 0060 2214+350 J221620.0+351814 J2216+3518 2214+350 0061 2227-088 J222940.0-083254 J2229-0832 2227-088 0062 2255-282 J225805.9-275821 J2258-2758 2255-282 0063 2309+454 J231147.4+454356 J2311+4543 2309+454 0064 2318+049 J232044.8+051349 J2320+0513 2318+049 0065 2344-514 J234719.8-511036 J2347-5110 2344-514 0066 2353+816 J235622.7+815252 J2356+8152 2353+816 -SOURCE/ID * * ----------------------------------------------------------------------------- * +SITE/RECEIVER *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ Firmware_ID 7378 A 1 R 17:352:61627 17:353:61004 ----VLBI Station---- --NM- -----NA---- 7369 A 1 R 17:352:61290 17:353:61193 ----VLBI Station---- --NM- -----NA---- 7375 A 1 R 17:352:61290 17:353:61193 ----VLBI Station---- --NM- -----NA---- 7331 A 1 R 17:352:61290 17:353:03675 ----VLBI Station---- --NM- -----NA---- 7224 A 1 R 17:352:61290 17:353:60756 ----VLBI Station---- --NM- -----NA---- 7376 A 1 R 17:352:61290 17:353:61193 ----VLBI Station---- --NM- -----NA---- -SITE/RECEIVER * * ----------------------------------------------------------------------------- * +SITE/ANTENNA *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ 7378 A 1 R 17:352:61627 17:353:61004 ----VLBI Station---- --NM- 7369 A 1 R 17:352:61290 17:353:61193 ----VLBI Station---- --NM- 7375 A 1 R 17:352:61290 17:353:61193 ----VLBI Station---- --NM- 7331 A 1 R 17:352:61290 17:353:03675 ----VLBI Station---- --NM- 7224 A 1 R 17:352:61290 17:353:60756 ----VLBI Station---- --NM- 7376 A 1 R 17:352:61290 17:353:61193 ----VLBI Station---- --NM- -SITE/ANTENNA * * ----------------------------------------------------------------------------- * +SITE/ECCENTRICITY *Code PT SBIN T Data_Start__ Data_End____ typ Apr --> Benchmark (m)_______ 7378 A 1 R 17:352:61627 17:353:61004 XYZ 0.0000 0.0000 0.0000 7369 A 1 R 17:352:61290 17:353:61193 XYZ 0.0000 0.0000 0.0000 7375 A 1 R 17:352:61290 17:353:61193 XYZ 0.0000 0.0000 0.0000 7331 A 1 R 17:352:61290 17:353:03675 XYZ 0.0000 0.0000 0.0000 7224 A 1 R 17:352:61290 17:353:60756 XYZ 0.0000 0.0000 0.0000 7376 A 1 R 17:352:61290 17:353:61193 XYZ 0.0000 0.0000 0.0000 -SITE/ECCENTRICITY * * ----------------------------------------------------------------------------- * +SOLUTION/EPOCHS *Code PT SBIN T Data_start__ Data_end____ Mean_epoch__ 7378 A 1 R 17:352:61627 17:353:61004 17:353:16779 7369 A 1 R 17:352:61290 17:353:61193 17:353:14623 7375 A 1 R 17:352:61290 17:353:61193 17:353:15447 7331 A 1 R 17:352:61290 17:353:03675 17:352:77014 7224 A 1 R 17:352:61290 17:353:60756 17:353:13089 7376 A 1 R 17:352:61290 17:353:61193 17:353:15604 -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 1806 NUMBER OF UNKNOWNS 670 WEIGHTED SQUARE SUM OF O-C 6.85189982051686D+15 SQUARE SUM OF RESIDUALS (VTPV) 1.38773662596452D+03 VARIANCE FACTOR 1.00379204373127D+00 WRMS OF POSTFIT RESIDUALS 2.61373460813757D-11 -SOLUTION/STATISTICS * * ----------------------------------------------------------------------------- * +SOLUTION/APRIORI *Index Type__ CODE PT SBIN Ref_epoch___ Unit S Apriori_value________ Constraint_ 1 STAX 7378 A 1 17:353:16779 m 2 5.08549079199938D+06 0.00000D+00 2 STAY 7378 A 1 17:353:16779 m 2 2.66816158212559D+06 0.00000D+00 3 STAZ 7378 A 1 17:353:16779 m 2 -2.76869253948672D+06 0.00000D+00 4 STAX 7369 A 1 17:353:14623 m 2 -3.95963614679386D+06 0.00000D+00 5 STAY 7369 A 1 17:353:14623 m 2 3.29682548288550D+06 0.00000D+00 6 STAZ 7369 A 1 17:353:14623 m 2 3.74704261205976D+06 0.00000D+00 7 STAX 7375 A 1 17:353:15447 m 2 -4.14735482513482D+06 0.00000D+00 8 STAY 7375 A 1 17:353:15447 m 2 4.58154234930558D+06 0.00000D+00 9 STAZ 7375 A 1 17:353:15447 m 2 -1.57330293178255D+06 0.00000D+00 10 STAX 7331 A 1 17:352:77014 m 2 1.20246245162921D+06 0.00000D+00 11 STAY 7331 A 1 17:352:77014 m 2 2.52734556455462D+05 0.00000D+00 12 STAZ 7331 A 1 17:352:77014 m 2 6.23776625775787D+06 0.00000D+00 13 STAX 7224 A 1 17:353:13089 m 2 4.07553954452219D+06 0.00000D+00 14 STAY 7224 A 1 17:353:13089 m 2 9.31735618805749D+05 0.00000D+00 15 STAZ 7224 A 1 17:353:13089 m 2 4.80162957565147D+06 0.00000D+00 16 STAX 7376 A 1 17:353:15604 m 2 -2.38889637749628D+06 0.00000D+00 17 STAY 7376 A 1 17:353:15604 m 2 5.04335004690036D+06 0.00000D+00 18 STAZ 7376 A 1 17:353:15604 m 2 -3.07859061881484D+06 0.00000D+00 -SOLUTION/APRIORI * * ----------------------------------------------------------------------------- * +SOLUTION/ESTIMATE *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S Total_value__________ Formal_erro 1 STAX 7378 A 1 17:353:16779 m 2 5.08549078465066D+06 3.12949D-03 2 STAY 7378 A 1 17:353:16779 m 2 2.66816157907752D+06 1.59739D-03 3 STAZ 7378 A 1 17:353:16779 m 2 -2.76869253233173D+06 2.69677D-03 4 STAX 7369 A 1 17:353:14623 m 2 -3.95963613406196D+06 2.41347D-03 5 STAY 7369 A 1 17:353:14623 m 2 3.29682547677922D+06 2.18906D-03 6 STAZ 7369 A 1 17:353:14623 m 2 3.74704260506280D+06 2.70085D-03 7 STAX 7375 A 1 17:353:15447 m 2 -4.14735483267781D+06 2.80667D-03 8 STAY 7375 A 1 17:353:15447 m 2 4.58154234750195D+06 2.67260D-03 9 STAZ 7375 A 1 17:353:15447 m 2 -1.57330294334046D+06 2.13339D-03 10 STAX 7331 A 1 17:352:77014 m 2 1.20246245667237D+06 2.35865D-03 11 STAY 7331 A 1 17:352:77014 m 2 2.52734559763802D+05 1.64708D-03 12 STAZ 7331 A 1 17:352:77014 m 2 6.23776626798290D+06 6.27008D-03 13 STAX 7224 A 1 17:353:13089 m 2 4.07553953976147D+06 2.49457D-03 14 STAY 7224 A 1 17:353:13089 m 2 9.31735617615538D+05 1.44109D-03 15 STAZ 7224 A 1 17:353:13089 m 2 4.80162956967883D+06 2.86899D-03 16 STAX 7376 A 1 17:353:15604 m 2 -2.38889637561891D+06 1.82551D-03 17 STAY 7376 A 1 17:353:15604 m 2 5.04335005574021D+06 2.79592D-03 18 STAZ 7376 A 1 17:353:15604 m 2 -3.07859061166734D+06 2.39567D-03 -SOLUTION/ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7378 A 1 17:353:16779 m 2 -3.14296815126853D-03 0.00000D+00 2 STAY 7378 A 1 17:353:16779 m 2 5.32873542243935D-04 0.00000D+00 3 STAZ 7378 A 1 17:353:16779 m 2 2.77757889126346D-03 0.00000D+00 4 STAX 7369 A 1 17:353:14623 m 2 2.86321838543963D-04 0.00000D+00 5 STAY 7369 A 1 17:353:14623 m 2 -1.32518003922609D-04 0.00000D+00 6 STAZ 7369 A 1 17:353:14623 m 2 -3.28001024071736D-04 0.00000D+00 7 STAX 7375 A 1 17:353:15447 m 2 2.11524610423228D-03 0.00000D+00 8 STAY 7375 A 1 17:353:15447 m 2 -6.37719735871743D-04 0.00000D+00 9 STAZ 7375 A 1 17:353:15447 m 2 -4.57332541050143D-05 0.00000D+00 10 STAX 7331 A 1 17:352:77014 m 2 1.96881162174297D-03 0.00000D+00 11 STAY 7331 A 1 17:352:77014 m 2 8.81524155227192D-04 0.00000D+00 12 STAZ 7331 A 1 17:352:77014 m 2 4.84403567165834D-04 0.00000D+00 13 STAX 7224 A 1 17:353:13089 m 2 -3.01723243873995D-03 0.00000D+00 14 STAY 7224 A 1 17:353:13089 m 2 7.33323430310907D-05 0.00000D+00 15 STAZ 7224 A 1 17:353:13089 m 2 -3.75882708929143D-03 0.00000D+00 16 STAX 7376 A 1 17:353:15604 m 2 1.78982102367165D-03 0.00000D+00 17 STAY 7376 A 1 17:353:15604 m 2 -7.17492301219663D-04 0.00000D+00 18 STAZ 7376 A 1 17:353:15604 m 2 8.70578910168058D-04 0.00000D+00 -SOLUTION/CALIBRATION_ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/MATRIX_ESTIMATE L COVA * Ind1 Ind2 Covariance(ind1,ind2) 1 1 9.79368279160880D-06 2 1 1.10417873678405D-06 2 2 2.55165062581587D-06 3 1 -3.70908440066364D-06 3 2 -3.01927245855089D-06 3 3 7.27255451107259D-06 4 1 -2.26632559959887D-06 4 2 -1.11938913389873D-06 4 3 1.06560246858614D-06 4 4 5.82484028401074D-06 5 1 2.54352122451358D-06 5 2 1.51392000440712D-06 5 3 -6.89679266610432D-07 5 4 -3.61214437789890D-06 5 5 4.79196949430929D-06 6 1 3.66091392681302D-06 6 2 3.98878709085716D-07 6 3 5.24226444239983D-07 6 4 -2.93364196014417D-06 6 5 3.55235268466959D-06 6 6 7.29459760741773D-06 7 1 -2.89707830008911D-06 7 2 1.32861075200600D-06 7 3 -3.35722421723149D-07 7 4 -7.90950902924367D-07 7 5 2.11400408869948D-06 7 6 1.10589481543742D-06 7 7 7.87741414301549D-06 8 1 1.60509346351673D-07 8 2 -7.59476198215553D-07 8 3 7.61527072088897D-08 8 4 1.40178025725253D-06 8 5 -3.17954992648461D-06 8 6 -2.71499479648992D-06 8 7 -6.31003753346630D-06 8 8 7.14279226599418D-06 9 1 1.08863802643525D-06 9 2 1.58771684702417D-07 9 3 -1.46805630715754D-08 9 4 5.22647779742521D-07 9 5 1.49931298453644D-06 9 6 7.30783607396475D-07 9 7 3.25832911802410D-06 9 8 -3.45328998175325D-06 9 9 4.55134562758382D-06 10 1 -1.71572721891773D-06 10 2 -3.63020732625156D-07 10 3 9.84545660511197D-07 10 4 -1.11758488969433D-06 10 5 -1.42974828052751D-06 10 6 -2.21665288842027D-06 10 7 -2.13261276645277D-06 10 8 2.38684056178249D-06 10 9 -3.38235643226362D-06 10 10 5.56323127754549D-06 11 1 1.69698018910564D-07 11 2 -3.54832524442336D-07 11 3 9.20495936373209D-07 11 4 1.52886990192566D-06 11 5 -7.44505424604274D-07 11 6 1.82037146693114D-07 11 7 1.03240535912280D-06 11 8 -8.94885104185758D-07 11 9 2.04199464664544D-06 11 10 -1.63860315666591D-06 11 11 2.71288288676639D-06 12 1 -7.16745819467695D-07 12 2 4.04863802985451D-06 12 3 -8.74949389879252D-06 12 4 9.25232277576086D-08 12 5 -5.12751594341872D-06 12 6 -8.91118332897831D-06 12 7 -2.72707956175300D-06 12 8 4.86560508987699D-06 12 9 -7.03960708055278D-06 12 10 8.23112860304125D-06 12 11 -4.58803331530707D-06 12 12 3.93138805951275D-05 13 1 -1.63758072494516D-06 13 2 -2.02216405876402D-06 13 3 1.77221981673905D-06 13 4 -1.03747499104337D-06 13 5 -3.87013590554128D-07 13 6 -2.58544827416530D-07 13 7 -2.49985108149157D-06 13 8 1.91044621456530D-06 13 9 -1.97983607448034D-06 13 10 1.23860276160300D-07 13 11 -1.64870718270103D-06 13 12 -2.52565381188426D-06 13 13 6.22285816927122D-06 14 1 -1.17187671629599D-06 14 2 -1.22645684333441D-06 14 3 2.07302894107973D-06 14 4 7.49524118170109D-07 14 5 1.56625325234279D-07 14 6 7.36125177348942D-07 14 7 5.71188166123981D-07 14 8 -4.26935104154762D-07 14 9 1.09403560034255D-06 14 10 -1.47882008114341D-06 14 11 1.89508654120666D-07 14 12 -6.10335660670397D-06 14 13 6.94534720628990D-07 14 14 2.07674034058542D-06 15 1 -1.20256070035715D-06 15 2 -2.43296594709945D-06 15 3 1.04374598474608D-06 15 4 1.11839250703919D-06 15 5 -8.16551432709912D-07 15 6 1.41084049157982D-07 15 7 -2.21178235871687D-06 15 8 1.40526151467964D-06 15 9 -5.96060472957658D-07 15 10 -7.42169895852721D-07 15 11 -4.29631831488766D-07 15 12 -7.58708046219402D-06 15 13 4.76581271775250D-06 15 14 1.05295822390963D-06 15 15 8.23110867141320D-06 16 1 -1.27466829658313D-06 16 2 1.07379044046171D-06 16 3 2.23187663807447D-07 16 4 -6.11378492930221D-07 16 5 7.69876929312663D-07 16 6 6.41484138307787D-07 16 7 4.44565832705682D-07 16 8 4.49297060198075D-07 16 9 4.92100115882228D-07 16 10 -7.19395764437500D-07 16 11 5.56366449543970D-07 16 12 -2.35418320122483D-06 16 13 -1.17005395802026D-06 16 14 6.36546163513933D-07 16 15 -1.72722482472725D-06 16 16 3.33248709107018D-06 17 1 -2.80593040755050D-06 17 2 -1.72250531541681D-06 17 3 6.39381995693002D-07 17 4 1.05128552111599D-06 17 5 -2.53720990598508D-06 17 6 -2.15443116817572D-06 17 7 1.26385239354741D-06 17 8 -1.88002867965317D-06 17 9 -1.34069937353920D-06 17 10 2.52329381634189D-06 17 11 -9.07104313728696D-07 17 12 6.90437107941821D-06 17 13 1.45286386527738D-06 17 14 -7.68164684184302D-07 17 15 1.22079336198045D-06 17 16 -3.48582885405908D-06 17 17 7.81716446778387D-06 18 1 8.78622512287317D-07 18 2 8.44549976120687D-07 18 3 -7.49177615751991D-08 18 4 1.34634026993830D-07 18 5 1.58300041306973D-06 18 6 2.22222430347967D-07 18 7 9.10304962034703D-07 18 8 -1.79320253084775D-07 18 9 2.36959376906597D-06 18 10 -2.87436242912831D-06 18 11 1.87450102959322D-06 18 12 -7.02418943384956D-06 18 13 -1.77390578191250D-06 18 14 1.14801590293344D-06 18 15 -1.23081561697699D-06 18 16 2.72452530294473D-06 18 17 -5.27052046088266D-06 18 18 5.73925765537168D-06 -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 CLO_RATE 49 d/l Clock rate between segments 194 CLO_RATE 50 d/l Clock rate between segments 195 CLO_RATE 51 d/l Clock rate between segments 196 CLO_RATE 52 d/l Clock rate between segments 197 CLO_RATE 53 d/l Clock rate between segments 198 CLO_RATE 54 d/l Clock rate between segments 199 CLO_RATE 55 d/l Clock rate between segments 200 CLO_RATE 56 d/l Clock rate between segments 201 CLO_RATE 57 d/l Clock rate between segments 202 CLO_RATE 58 d/l Clock rate between segments 203 CLO_RATE 59 d/l Clock rate between segments 204 CLO_RATE 60 d/l Clock rate between segments 205 CLO_RATE 61 d/l Clock rate between segments 206 CLO_RATE 62 d/l Clock rate between segments 207 CLO_RATE 63 d/l Clock rate between segments 208 CLO_RATE 64 d/l Clock rate between segments 209 CLO_RATE 65 d/l Clock rate between segments 210 CLO_RATE 66 d/l Clock rate between segments 211 CLO_RATE 67 d/l Clock rate between segments 212 CLO_RATE 68 d/l Clock rate between segments 213 CLO_RATE 69 d/l Clock rate between segments 214 CLO_RATE 70 d/l Clock rate between segments 215 CLO_RATE 71 d/l Clock rate between segments 216 CLO_RATE 72 d/l Clock rate between segments 217 ATM_RATE 145 d/l Atmosphere rate between segments 218 ATM_RATE 146 d/l Atmosphere rate between segments 219 ATM_RATE 147 d/l Atmosphere rate between segments 220 ATM_RATE 148 d/l Atmosphere rate between segments 221 ATM_RATE 149 d/l Atmosphere rate between segments 222 ATM_RATE 150 d/l Atmosphere rate between segments 223 ATM_RATE 151 d/l Atmosphere rate between segments 224 ATM_RATE 152 d/l Atmosphere rate between segments 225 ATM_RATE 153 d/l Atmosphere rate between segments 226 ATM_RATE 154 d/l Atmosphere rate between segments 227 ATM_RATE 155 d/l Atmosphere rate between segments 228 ATM_RATE 156 d/l Atmosphere rate between segments 229 ATM_RATE 157 d/l Atmosphere rate between segments 230 ATM_RATE 158 d/l Atmosphere rate between segments 231 ATM_RATE 159 d/l Atmosphere rate between segments 232 ATM_RATE 160 d/l Atmosphere rate between segments 233 ATM_RATE 161 d/l Atmosphere rate between segments 234 ATM_RATE 162 d/l Atmosphere rate between segments 235 ATM_RATE 163 d/l Atmosphere rate between segments 236 ATM_RATE 164 d/l Atmosphere rate between segments 237 ATM_RATE 165 d/l Atmosphere rate between segments 238 ATM_RATE 166 d/l Atmosphere rate between segments 239 ATM_RATE 167 d/l Atmosphere rate between segments 240 ATM_RATE 168 d/l Atmosphere rate between segments 241 ATM_RATE 169 d/l Atmosphere rate between segments 242 ATM_RATE 170 d/l Atmosphere rate between segments 243 ATM_RATE 171 d/l Atmosphere rate between segments 244 ATM_RATE 172 d/l Atmosphere rate between segments 245 ATM_RATE 173 d/l Atmosphere rate between segments 246 ATM_RATE 174 d/l Atmosphere rate between segments 247 ATM_RATE 175 d/l Atmosphere rate between segments 248 ATM_RATE 176 d/l Atmosphere rate between segments 249 ATM_RATE 177 d/l Atmosphere rate between segments 250 ATM_RATE 178 d/l Atmosphere rate between segments 251 ATM_RATE 179 d/l Atmosphere rate between segments 252 ATM_RATE 180 d/l Atmosphere rate between segments 253 ATM_RATE 181 d/l Atmosphere rate between segments 254 ATM_RATE 182 d/l Atmosphere rate between segments 255 ATM_RATE 183 d/l Atmosphere rate between segments 256 ATM_RATE 184 d/l Atmosphere rate between segments 257 ATM_RATE 185 d/l Atmosphere rate between segments 258 ATM_RATE 186 d/l Atmosphere rate between segments 259 ATM_RATE 187 d/l Atmosphere rate between segments 260 ATM_RATE 188 d/l Atmosphere rate between segments 261 ATM_RATE 189 d/l Atmosphere rate between segments 262 ATM_RATE 190 d/l Atmosphere rate between segments 263 ATM_RATE 191 d/l Atmosphere rate between segments 264 ATM_RATE 192 d/l Atmosphere rate between segments 265 ATM_RATE 193 d/l Atmosphere rate between segments 266 ATM_RATE 194 d/l Atmosphere rate between segments 267 ATM_RATE 195 d/l Atmosphere rate between segments 268 ATM_RATE 196 d/l Atmosphere rate between segments 269 ATM_RATE 197 d/l Atmosphere rate between segments 270 ATM_RATE 198 d/l Atmosphere rate between segments 271 ATM_RATE 199 d/l Atmosphere rate between segments 272 ATM_RATE 200 d/l Atmosphere rate between segments 273 ATM_RATE 201 d/l Atmosphere rate between segments 274 ATM_RATE 202 d/l Atmosphere rate between segments 275 ATM_RATE 203 d/l Atmosphere rate between segments 276 ATM_RATE 204 d/l Atmosphere rate between segments 277 ATM_RATE 205 d/l Atmosphere rate between segments 278 ATM_RATE 206 d/l Atmosphere rate between segments 279 ATM_RATE 207 d/l Atmosphere rate between segments 280 ATM_RATE 208 d/l Atmosphere rate between segments 281 ATM_RATE 209 d/l Atmosphere rate between segments 282 ATM_RATE 210 d/l Atmosphere rate between segments 283 ATM_RATE 211 d/l Atmosphere rate between segments 284 ATM_RATE 212 d/l Atmosphere rate between segments 285 ATM_RATE 213 d/l Atmosphere rate between segments 286 ATM_RATE 214 d/l Atmosphere rate between segments 287 ATM_RATE 215 d/l Atmosphere rate between segments 288 ATM_RATE 216 d/l Atmosphere rate between segments 289 CLO_RATE 73 d/l Clock rate between segments 290 CLO_RATE 74 d/l Clock rate between segments 291 CLO_RATE 75 d/l Clock rate between segments 292 CLO_RATE 76 d/l Clock rate between segments 293 CLO_RATE 77 d/l Clock rate between segments 294 CLO_RATE 78 d/l Clock rate between segments 295 CLO_RATE 79 d/l Clock rate between segments 296 CLO_RATE 80 d/l Clock rate between segments 297 CLO_RATE 81 d/l Clock rate between segments 298 CLO_RATE 82 d/l Clock rate between segments 299 CLO_RATE 83 d/l Clock rate between segments 300 CLO_RATE 84 d/l Clock rate between segments 301 CLO_RATE 85 d/l Clock rate between segments 302 CLO_RATE 86 d/l Clock rate between segments 303 CLO_RATE 87 d/l Clock rate between segments 304 CLO_RATE 88 d/l Clock rate between segments 305 CLO_RATE 89 d/l Clock rate between segments 306 CLO_RATE 90 d/l Clock rate between segments 307 CLO_RATE 91 d/l Clock rate between segments 308 CLO_RATE 92 d/l Clock rate between segments 309 CLO_RATE 93 d/l Clock rate between segments 310 CLO_RATE 94 d/l Clock rate between segments 311 CLO_RATE 95 d/l Clock rate between segments 312 CLO_RATE 96 d/l Clock rate between segments 313 ATM_RATE 217 d/l Atmosphere rate between segments 314 ATM_RATE 218 d/l Atmosphere rate between segments 315 ATM_RATE 219 d/l Atmosphere rate between segments 316 ATM_RATE 220 d/l Atmosphere rate between segments 317 ATM_RATE 221 d/l Atmosphere rate between segments 318 ATM_RATE 222 d/l Atmosphere rate between segments 319 ATM_RATE 223 d/l Atmosphere rate between segments 320 ATM_RATE 224 d/l Atmosphere rate between segments 321 ATM_RATE 225 d/l Atmosphere rate between segments 322 ATM_RATE 226 d/l Atmosphere rate between segments 323 ATM_RATE 227 d/l Atmosphere rate between segments 324 ATM_RATE 228 d/l Atmosphere rate between segments 325 ATM_RATE 229 d/l Atmosphere rate between segments 326 ATM_RATE 230 d/l Atmosphere rate between segments 327 ATM_RATE 231 d/l Atmosphere rate between segments 328 ATM_RATE 232 d/l Atmosphere rate between segments 329 ATM_RATE 233 d/l Atmosphere rate between segments 330 ATM_RATE 234 d/l Atmosphere rate between segments 331 ATM_RATE 235 d/l Atmosphere rate between segments 332 ATM_RATE 236 d/l Atmosphere rate between segments 333 ATM_RATE 237 d/l Atmosphere rate between segments 334 ATM_RATE 238 d/l Atmosphere rate between segments 335 ATM_RATE 239 d/l Atmosphere rate between segments 336 ATM_RATE 240 d/l Atmosphere rate between segments 337 ATM_RATE 241 d/l Atmosphere rate between segments 338 ATM_RATE 242 d/l Atmosphere rate between segments 339 ATM_RATE 243 d/l Atmosphere rate between segments 340 ATM_RATE 244 d/l Atmosphere rate between segments 341 ATM_RATE 245 d/l Atmosphere rate between segments 342 ATM_RATE 246 d/l Atmosphere rate between segments 343 ATM_RATE 247 d/l Atmosphere rate between segments 344 ATM_RATE 248 d/l Atmosphere rate between segments 345 ATM_RATE 249 d/l Atmosphere rate between segments 346 ATM_RATE 250 d/l Atmosphere rate between segments 347 ATM_RATE 251 d/l Atmosphere rate between segments 348 ATM_RATE 252 d/l Atmosphere rate between segments 349 ATM_RATE 253 d/l Atmosphere rate between segments 350 ATM_RATE 254 d/l Atmosphere rate between segments 351 ATM_RATE 255 d/l Atmosphere rate between segments 352 ATM_RATE 256 d/l Atmosphere rate between segments 353 ATM_RATE 257 d/l Atmosphere rate between segments 354 ATM_RATE 258 d/l Atmosphere rate between segments 355 ATM_RATE 259 d/l Atmosphere rate between segments 356 ATM_RATE 260 d/l Atmosphere rate between segments 357 ATM_RATE 261 d/l Atmosphere rate between segments 358 ATM_RATE 262 d/l Atmosphere rate between segments 359 ATM_RATE 263 d/l Atmosphere rate between segments 360 ATM_RATE 264 d/l Atmosphere rate between segments 361 ATM_RATE 265 d/l Atmosphere rate between segments 362 ATM_RATE 266 d/l Atmosphere rate between segments 363 ATM_RATE 267 d/l Atmosphere rate between segments 364 ATM_RATE 268 d/l Atmosphere rate between segments 365 ATM_RATE 269 d/l Atmosphere rate between segments 366 ATM_RATE 270 d/l Atmosphere rate between segments 367 ATM_RATE 271 d/l Atmosphere rate between segments 368 ATM_RATE 272 d/l Atmosphere rate between segments 369 ATM_RATE 273 d/l Atmosphere rate between segments 370 ATM_RATE 274 d/l Atmosphere rate between segments 371 ATM_RATE 275 d/l Atmosphere rate between segments 372 ATM_RATE 276 d/l Atmosphere rate between segments 373 ATM_RATE 277 d/l Atmosphere rate between segments 374 ATM_RATE 278 d/l Atmosphere rate between segments 375 ATM_RATE 279 d/l Atmosphere rate between segments 376 ATM_RATE 280 d/l Atmosphere rate between segments 377 ATM_RATE 281 d/l Atmosphere rate between segments 378 ATM_RATE 282 d/l Atmosphere rate between segments 379 ATM_RATE 283 d/l Atmosphere rate between segments 380 ATM_RATE 284 d/l Atmosphere rate between segments 381 ATM_RATE 285 d/l Atmosphere rate between segments 382 ATM_RATE 286 d/l Atmosphere rate between segments 383 ATM_RATE 287 d/l Atmosphere rate between segments 384 ATM_RATE 288 d/l Atmosphere rate between segments 385 ATM_RATE 289 d/l Atmosphere rate between segments 386 ATM_RATE 290 d/l Atmosphere rate between segments 387 ATM_RATE 291 d/l Atmosphere rate between segments 388 ATM_RATE 292 d/l Atmosphere rate between segments 389 ATM_RATE 293 d/l Atmosphere rate between segments 390 ATM_RATE 294 d/l Atmosphere rate between segments 391 ATM_RATE 295 d/l Atmosphere rate between segments 392 ATM_RATE 296 d/l Atmosphere rate between segments 393 ATM_RATE 297 d/l Atmosphere rate between segments 394 ATM_RATE 298 d/l Atmosphere rate between segments 395 ATM_RATE 299 d/l Atmosphere rate between segments 396 ATM_RATE 300 d/l Atmosphere rate between segments 397 ATM_RATE 301 d/l Atmosphere rate between segments 398 ATM_RATE 302 d/l Atmosphere rate between segments 399 ATM_RATE 303 d/l Atmosphere rate between segments 400 ATM_RATE 304 d/l Atmosphere rate between segments 401 ATM_RATE 305 d/l Atmosphere rate between segments 402 ATM_RATE 306 d/l Atmosphere rate between segments 403 ATM_RATE 307 d/l Atmosphere rate between segments 404 ATM_RATE 308 d/l Atmosphere rate between segments 405 ATM_RATE 309 d/l Atmosphere rate between segments 406 ATM_RATE 310 d/l Atmosphere rate between segments 407 ATM_RATE 311 d/l Atmosphere rate between segments 408 ATM_RATE 312 d/l Atmosphere rate between segments 409 ATM_RATE 313 d/l Atmosphere rate between segments 410 ATM_RATE 314 d/l Atmosphere rate between segments 411 ATM_RATE 315 d/l Atmosphere rate between segments 412 ATM_RATE 316 d/l Atmosphere rate between segments 413 ATM_RATE 317 d/l Atmosphere rate between segments 414 ATM_RATE 318 d/l Atmosphere rate between segments 415 ATM_RATE 319 d/l Atmosphere rate between segments 416 ATM_RATE 320 d/l Atmosphere rate between segments 417 ATM_RATE 321 d/l Atmosphere rate between segments 418 ATM_RATE 322 d/l Atmosphere rate between segments 419 ATM_RATE 323 d/l Atmosphere rate between segments 420 ATM_RATE 324 d/l Atmosphere rate between segments 421 ATM_RATE 325 d/l Atmosphere rate between segments 422 ATM_RATE 326 d/l Atmosphere rate between segments 423 ATM_RATE 327 d/l Atmosphere rate between segments 424 ATM_RATE 328 d/l Atmosphere rate between segments 425 ATM_RATE 329 d/l Atmosphere rate between segments 426 ATM_RATE 330 d/l Atmosphere rate between segments 427 ATM_RATE 331 d/l Atmosphere rate between segments 428 ATM_RATE 332 d/l Atmosphere rate between segments 429 ATM_RATE 333 d/l Atmosphere rate between segments 430 ATM_RATE 334 d/l Atmosphere rate between segments 431 ATM_RATE 335 d/l Atmosphere rate between segments 432 ATM_RATE 336 d/l Atmosphere rate between segments 433 ATM_RATE 337 d/l Atmosphere rate between segments 434 ATM_RATE 338 d/l Atmosphere rate between segments 435 ATM_RATE 339 d/l Atmosphere rate between segments 436 ATM_RATE 340 d/l Atmosphere rate between segments 437 ATM_RATE 341 d/l Atmosphere rate between segments 438 ATM_RATE 342 d/l Atmosphere rate between segments 439 ATM_RATE 343 d/l Atmosphere rate between segments 440 ATM_RATE 344 d/l Atmosphere rate between segments 441 ATM_RATE 345 d/l Atmosphere rate between segments 442 ATM_RATE 346 d/l Atmosphere rate between segments 443 ATM_RATE 347 d/l Atmosphere rate between segments 444 ATM_RATE 348 d/l Atmosphere rate between segments 445 ATM_RATE 349 d/l Atmosphere rate between segments 446 ATM_RATE 350 d/l Atmosphere rate between segments 447 ATM_RATE 351 d/l Atmosphere rate between segments 448 ATM_RATE 352 d/l Atmosphere rate between segments 449 ATM_RATE 353 d/l Atmosphere rate between segments 450 ATM_RATE 354 d/l Atmosphere rate between segments 451 ATM_RATE 355 d/l Atmosphere rate between segments 452 ATM_RATE 356 d/l Atmosphere rate between segments 453 ATM_RATE 357 d/l Atmosphere rate between segments 454 ATM_RATE 358 d/l Atmosphere rate between segments 455 ATM_RATE 359 d/l Atmosphere rate between segments 456 ATM_RATE 360 d/l Atmosphere rate between segments 457 CLO_RATE 97 d/l Clock rate between segments 458 CLO_RATE 98 d/l Clock rate between segments 459 CLO_RATE 99 d/l Clock rate between segments 460 CLO_RATE 100 d/l Clock rate between segments 461 CLO_RATE 101 d/l Clock rate between segments 462 CLO_RATE 102 d/l Clock rate between segments 463 CLO_RATE 103 d/l Clock rate between segments 464 CLO_RATE 104 d/l Clock rate between segments 465 CLO_RATE 105 d/l Clock rate between segments 466 CLO_RATE 106 d/l Clock rate between segments 467 CLO_RATE 107 d/l Clock rate between segments 468 CLO_RATE 108 d/l Clock rate between segments 469 CLO_RATE 109 d/l Clock rate between segments 470 CLO_RATE 110 d/l Clock rate between segments 471 CLO_RATE 111 d/l Clock rate between segments 472 CLO_RATE 112 d/l Clock rate between segments 473 CLO_RATE 113 d/l Clock rate between segments 474 CLO_RATE 114 d/l Clock rate between segments 475 CLO_RATE 115 d/l Clock rate between segments 476 CLO_RATE 116 d/l Clock rate between segments 477 CLO_RATE 117 d/l Clock rate between segments 478 CLO_RATE 118 d/l Clock rate between segments 479 CLO_RATE 119 d/l Clock rate between segments 480 CLO_RATE 120 d/l Clock rate between segments 481 ATM_RATE 361 d/l Atmosphere rate between segments 482 ATM_RATE 362 d/l Atmosphere rate between segments 483 ATM_RATE 363 d/l Atmosphere rate between segments 484 ATM_RATE 364 d/l Atmosphere rate between segments 485 ATM_RATE 365 d/l Atmosphere rate between segments 486 ATM_RATE 366 d/l Atmosphere rate between segments 487 ATM_RATE 367 d/l Atmosphere rate between segments 488 ATM_RATE 368 d/l Atmosphere rate between segments 489 ATM_RATE 369 d/l Atmosphere rate between segments 490 ATM_RATE 370 d/l Atmosphere rate between segments 491 ATM_RATE 371 d/l Atmosphere rate between segments 492 ATM_RATE 372 d/l Atmosphere rate between segments 493 ATM_RATE 373 d/l Atmosphere rate between segments 494 ATM_RATE 374 d/l Atmosphere rate between segments 495 ATM_RATE 375 d/l Atmosphere rate between segments 496 ATM_RATE 376 d/l Atmosphere rate between segments 497 ATM_RATE 377 d/l Atmosphere rate between segments 498 ATM_RATE 378 d/l Atmosphere rate between segments 499 ATM_RATE 379 d/l Atmosphere rate between segments 500 ATM_RATE 380 d/l Atmosphere rate between segments 501 ATM_RATE 381 d/l Atmosphere rate between segments 502 ATM_RATE 382 d/l Atmosphere rate between segments 503 ATM_RATE 383 d/l Atmosphere rate between segments 504 ATM_RATE 384 d/l Atmosphere rate between segments 505 ATM_RATE 385 d/l Atmosphere rate between segments 506 ATM_RATE 386 d/l Atmosphere rate between segments 507 ATM_RATE 387 d/l Atmosphere rate between segments 508 ATM_RATE 388 d/l Atmosphere rate between segments 509 ATM_RATE 389 d/l Atmosphere rate between segments 510 ATM_RATE 390 d/l Atmosphere rate between segments 511 ATM_RATE 391 d/l Atmosphere rate between segments 512 ATM_RATE 392 d/l Atmosphere rate between segments 513 ATM_RATE 393 d/l Atmosphere rate between segments 514 ATM_RATE 394 d/l Atmosphere rate between segments 515 ATM_RATE 395 d/l Atmosphere rate between segments 516 ATM_RATE 396 d/l Atmosphere rate between segments 517 ATM_RATE 397 d/l Atmosphere rate between segments 518 ATM_RATE 398 d/l Atmosphere rate between segments 519 ATM_RATE 399 d/l Atmosphere rate between segments 520 ATM_RATE 400 d/l Atmosphere rate between segments 521 ATM_RATE 401 d/l Atmosphere rate between segments 522 ATM_RATE 402 d/l Atmosphere rate between segments 523 ATM_RATE 403 d/l Atmosphere rate between segments 524 ATM_RATE 404 d/l Atmosphere rate between segments 525 ATM_RATE 405 d/l Atmosphere rate between segments 526 ATM_RATE 406 d/l Atmosphere rate between segments 527 ATM_RATE 407 d/l Atmosphere rate between segments 528 ATM_RATE 408 d/l Atmosphere rate between segments 529 ATM_RATE 409 d/l Atmosphere rate between segments 530 ATM_RATE 410 d/l Atmosphere rate between segments 531 ATM_RATE 411 d/l Atmosphere rate between segments 532 ATM_RATE 412 d/l Atmosphere rate between segments 533 ATM_RATE 413 d/l Atmosphere rate between segments 534 ATM_RATE 414 d/l Atmosphere rate between segments 535 ATM_RATE 415 d/l Atmosphere rate between segments 536 ATM_RATE 416 d/l Atmosphere rate between segments 537 ATM_RATE 417 d/l Atmosphere rate between segments 538 ATM_RATE 418 d/l Atmosphere rate between segments 539 ATM_RATE 419 d/l Atmosphere rate between segments 540 ATM_RATE 420 d/l Atmosphere rate between segments 541 ATM_RATE 421 d/l Atmosphere rate between segments 542 ATM_RATE 422 d/l Atmosphere rate between segments 543 ATM_RATE 423 d/l Atmosphere rate between segments 544 ATM_RATE 424 d/l Atmosphere rate between segments 545 ATM_RATE 425 d/l Atmosphere rate between segments 546 ATM_RATE 426 d/l Atmosphere rate between segments 547 ATM_RATE 427 d/l Atmosphere rate between segments 548 ATM_RATE 428 d/l Atmosphere rate between segments 549 ATM_RATE 429 d/l Atmosphere rate between segments 550 ATM_RATE 430 d/l Atmosphere rate between segments 551 ATM_RATE 431 d/l Atmosphere rate between segments 552 ATM_RATE 432 d/l Atmosphere rate between segments 553 BLC_VAL 1 sec Baseline clock 554 BLC_VAL 2 sec Baseline clock 555 BLC_VAL 3 sec Baseline clock 556 BLC_VAL 4 sec Baseline clock 557 BLC_VAL 5 sec Baseline clock 558 EOP_XPL 1 mas Constraint on X pole value 559 EOP_YPL 1 mas Constraint on Y pole value 560 EOP_UT1 1 ms Constraint on UT1 angle 561 GRAD_OFF 1 mm Atmosphere gradient offset 562 GRAD_OFF 2 mm Atmosphere gradient offset 563 GRAD_RAT 1 mm/d Atmosphere gradient rate 564 GRAD_OFF 3 mm Atmosphere gradient offset 565 GRAD_RAT 2 mm/d Atmosphere gradient rate 566 GRAD_OFF 4 mm Atmosphere gradient offset 567 GRAD_RAT 3 mm/d Atmosphere gradient rate 568 GRAD_OFF 5 mm Atmosphere gradient offset 569 GRAD_RAT 4 mm/d Atmosphere gradient rate 570 GRAD_OFF 6 mm Atmosphere gradient offset 571 GRAD_OFF 7 mm Atmosphere gradient offset 572 GRAD_RAT 5 mm/d Atmosphere gradient rate 573 GRAD_OFF 8 mm Atmosphere gradient offset 574 GRAD_RAT 6 mm/d Atmosphere gradient rate 575 GRAD_OFF 9 mm Atmosphere gradient offset 576 GRAD_RAT 7 mm/d Atmosphere gradient rate 577 GRAD_OFF 10 mm Atmosphere gradient offset 578 GRAD_RAT 8 mm/d Atmosphere gradient rate 579 GRAD_OFF 11 mm Atmosphere gradient offset 580 GRAD_OFF 12 mm Atmosphere gradient offset 581 GRAD_RAT 9 mm/d Atmosphere gradient rate 582 GRAD_OFF 13 mm Atmosphere gradient offset 583 GRAD_RAT 10 mm/d Atmosphere gradient rate 584 GRAD_OFF 14 mm Atmosphere gradient offset 585 GRAD_RAT 11 mm/d Atmosphere gradient rate 586 GRAD_OFF 15 mm Atmosphere gradient offset 587 GRAD_RAT 12 mm/d Atmosphere gradient rate 588 GRAD_OFF 16 mm Atmosphere gradient offset 589 GRAD_OFF 17 mm Atmosphere gradient offset 590 GRAD_RAT 13 mm/d Atmosphere gradient rate 591 GRAD_OFF 18 mm Atmosphere gradient offset 592 GRAD_RAT 14 mm/d Atmosphere gradient rate 593 GRAD_OFF 19 mm Atmosphere gradient offset 594 GRAD_RAT 15 mm/d Atmosphere gradient rate 595 GRAD_OFF 20 mm Atmosphere gradient offset 596 GRAD_RAT 16 mm/d Atmosphere gradient rate 597 GRAD_OFF 21 mm Atmosphere gradient offset 598 GRAD_OFF 22 mm Atmosphere gradient offset 599 GRAD_RAT 17 mm/d Atmosphere gradient rate 600 GRAD_OFF 23 mm Atmosphere gradient offset 601 GRAD_RAT 18 mm/d Atmosphere gradient rate 602 GRAD_OFF 24 mm Atmosphere gradient offset 603 GRAD_RAT 19 mm/d Atmosphere gradient rate 604 GRAD_OFF 25 mm Atmosphere gradient offset 605 GRAD_RAT 20 mm/d Atmosphere gradient rate 606 GRAD_OFF 26 mm Atmosphere gradient offset 607 GRAD_OFF 27 mm Atmosphere gradient offset 608 GRAD_RAT 21 mm/d Atmosphere gradient rate 609 GRAD_OFF 28 mm Atmosphere gradient offset 610 GRAD_RAT 22 mm/d Atmosphere gradient rate 611 GRAD_OFF 29 mm Atmosphere gradient offset 612 GRAD_RAT 23 mm/d Atmosphere gradient rate 613 GRAD_OFF 30 mm Atmosphere gradient offset 614 GRAD_RAT 24 mm/d Atmosphere gradient rate 615 GRAD_OFF 31 mm Atmosphere gradient offset 616 GRAD_OFF 32 mm Atmosphere gradient offset 617 GRAD_RAT 25 mm/d Atmosphere gradient rate 618 GRAD_OFF 33 mm Atmosphere gradient offset 619 GRAD_RAT 26 mm/d Atmosphere gradient rate 620 GRAD_OFF 34 mm Atmosphere gradient offset 621 GRAD_RAT 27 mm/d Atmosphere gradient rate 622 GRAD_OFF 35 mm Atmosphere gradient offset 623 GRAD_RAT 28 mm/d Atmosphere gradient rate 624 GRAD_OFF 36 mm Atmosphere gradient offset 625 GRAD_OFF 37 mm Atmosphere gradient offset 626 GRAD_RAT 29 mm/d Atmosphere gradient rate 627 GRAD_OFF 38 mm Atmosphere gradient offset 628 GRAD_RAT 30 mm/d Atmosphere gradient rate 629 GRAD_OFF 39 mm Atmosphere gradient offset 630 GRAD_RAT 31 mm/d Atmosphere gradient rate 631 GRAD_OFF 40 mm Atmosphere gradient offset 632 GRAD_RAT 32 mm/d Atmosphere gradient rate 633 GRAD_OFF 41 mm Atmosphere gradient offset 634 GRAD_OFF 42 mm Atmosphere gradient offset 635 GRAD_RAT 33 mm/d Atmosphere gradient rate 636 GRAD_OFF 43 mm Atmosphere gradient offset 637 GRAD_RAT 34 mm/d Atmosphere gradient rate 638 GRAD_OFF 44 mm Atmosphere gradient offset 639 GRAD_RAT 35 mm/d Atmosphere gradient rate 640 GRAD_OFF 45 mm Atmosphere gradient offset 641 GRAD_RAT 36 mm/d Atmosphere gradient rate 642 GRAD_OFF 46 mm Atmosphere gradient offset 643 GRAD_OFF 47 mm Atmosphere gradient offset 644 GRAD_RAT 37 mm/d Atmosphere gradient rate 645 GRAD_OFF 48 mm Atmosphere gradient offset 646 GRAD_RAT 38 mm/d Atmosphere gradient rate 647 GRAD_OFF 49 mm Atmosphere gradient offset 648 GRAD_RAT 39 mm/d Atmosphere gradient rate 649 GRAD_OFF 50 mm Atmosphere gradient offset 650 GRAD_RAT 40 mm/d Atmosphere gradient rate 651 GRAD_OFF 51 mm Atmosphere gradient offset 652 GRAD_OFF 52 mm Atmosphere gradient offset 653 GRAD_RAT 41 mm/d Atmosphere gradient rate 654 GRAD_OFF 53 mm Atmosphere gradient offset 655 GRAD_RAT 42 mm/d Atmosphere gradient rate 656 GRAD_OFF 54 mm Atmosphere gradient offset 657 GRAD_RAT 43 mm/d Atmosphere gradient rate 658 GRAD_OFF 55 mm Atmosphere gradient offset 659 GRAD_RAT 44 mm/d Atmosphere gradient rate 660 GRAD_OFF 56 mm Atmosphere gradient offset 661 GRAD_OFF 57 mm Atmosphere gradient offset 662 GRAD_RAT 45 mm/d Atmosphere gradient rate 663 GRAD_OFF 58 mm Atmosphere gradient offset 664 GRAD_RAT 46 mm/d Atmosphere gradient rate 665 GRAD_OFF 59 mm Atmosphere gradient offset 666 GRAD_RAT 47 mm/d Atmosphere gradient rate 667 GRAD_OFF 60 mm Atmosphere gradient offset 668 GRAD_RAT 48 mm/d Atmosphere gradient rate 669 NNT_POS 1 m No-net translation for positions 670 NNT_POS 2 m No-net translation for positions 671 NNT_POS 3 m No-net translation for positions 672 NNR_POS 1 m No-net rotation for positions 673 NNR_POS 2 m No-net rotation for positions 674 NNR_POS 3 m No-net rotation for positions -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) 669 1 1.00000000000000D+00 669 4 1.00000000000000D+00 669 7 1.00000000000000D+00 669 10 1.00000000000000D+00 669 13 1.00000000000000D+00 669 16 1.00000000000000D+00 670 2 1.00000000000000D+00 670 5 1.00000000000000D+00 670 8 1.00000000000000D+00 670 11 1.00000000000000D+00 670 14 1.00000000000000D+00 670 17 1.00000000000000D+00 671 3 1.00000000000000D+00 671 6 1.00000000000000D+00 671 9 1.00000000000000D+00 671 12 1.00000000000000D+00 671 15 1.00000000000000D+00 671 18 1.00000000000000D+00 672 2 4.34450633024560D-01 672 3 4.18675748096231D-01 672 5 -5.88821470041412D-01 672 6 5.18073021115593D-01 672 8 2.46757783406790D-01 672 9 7.18571747464662D-01 672 11 -9.84309637190699D-01 672 12 3.98811075143646D-02 672 14 -7.55553285211121D-01 672 15 1.46611862009877D-01 672 17 4.83399979752214D-01 672 18 7.91906231080972D-01 673 1 -4.34450633024560D-01 673 3 -7.97992050146071D-01 673 4 5.88821470041412D-01 673 6 6.22229041269077D-01 673 7 -2.46757783406790D-01 673 9 6.50473490791680D-01 673 10 9.84309637190699D-01 673 12 -1.89746684115549D-01 673 13 7.55553285211121D-01 673 15 -6.41300487546573D-01 673 16 -4.83399979752214D-01 673 18 3.75104193088114D-01 674 1 -4.18675748096231D-01 674 2 7.97992050146071D-01 674 4 -5.18073021115593D-01 674 5 -6.22229041269077D-01 674 7 -7.18571747464662D-01 674 8 -6.50473490791680D-01 674 10 -3.98811075143646D-02 674 11 1.89746684115549D-01 674 13 -1.46611862009877D-01 674 14 6.41300487546573D-01 674 16 -7.91906231080972D-01 674 17 -3.75104193088114D-01 -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 5.00000000000000D-14 194 0.00000000000000D+00 5.00000000000000D-14 195 0.00000000000000D+00 5.00000000000000D-14 196 0.00000000000000D+00 5.00000000000000D-14 197 0.00000000000000D+00 5.00000000000000D-14 198 0.00000000000000D+00 5.00000000000000D-14 199 0.00000000000000D+00 5.00000000000000D-14 200 0.00000000000000D+00 5.00000000000000D-14 201 0.00000000000000D+00 5.00000000000000D-14 202 0.00000000000000D+00 5.00000000000000D-14 203 0.00000000000000D+00 5.00000000000000D-14 204 0.00000000000000D+00 5.00000000000000D-14 205 0.00000000000000D+00 5.00000000000000D-14 206 0.00000000000000D+00 5.00000000000000D-14 207 0.00000000000000D+00 5.00000000000000D-14 208 0.00000000000000D+00 5.00000000000000D-14 209 0.00000000000000D+00 5.00000000000000D-14 210 0.00000000000000D+00 5.00000000000000D-14 211 0.00000000000000D+00 5.00000000000000D-14 212 0.00000000000000D+00 5.00000000000000D-14 213 0.00000000000000D+00 5.00000000000000D-14 214 0.00000000000000D+00 5.00000000000000D-14 215 0.00000000000000D+00 5.00000000000000D-14 216 0.00000000000000D+00 5.00000000000000D-14 217 0.00000000000000D+00 1.38888888888889D-14 218 0.00000000000000D+00 1.38888888888889D-14 219 0.00000000000000D+00 1.38888888888889D-14 220 0.00000000000000D+00 1.38888888888889D-14 221 0.00000000000000D+00 1.38888888888889D-14 222 0.00000000000000D+00 1.38888888888889D-14 223 0.00000000000000D+00 1.38888888888889D-14 224 0.00000000000000D+00 1.38888888888889D-14 225 0.00000000000000D+00 1.38888888888889D-14 226 0.00000000000000D+00 1.38888888888889D-14 227 0.00000000000000D+00 1.38888888888889D-14 228 0.00000000000000D+00 1.38888888888889D-14 229 0.00000000000000D+00 1.38888888888889D-14 230 0.00000000000000D+00 1.38888888888889D-14 231 0.00000000000000D+00 1.38888888888889D-14 232 0.00000000000000D+00 1.38888888888889D-14 233 0.00000000000000D+00 1.38888888888889D-14 234 0.00000000000000D+00 1.38888888888889D-14 235 0.00000000000000D+00 1.38888888888889D-14 236 0.00000000000000D+00 1.38888888888889D-14 237 0.00000000000000D+00 1.38888888888889D-14 238 0.00000000000000D+00 1.38888888888889D-14 239 0.00000000000000D+00 1.38888888888889D-14 240 0.00000000000000D+00 1.38888888888889D-14 241 0.00000000000000D+00 1.38888888888889D-14 242 0.00000000000000D+00 1.38888888888889D-14 243 0.00000000000000D+00 1.38888888888889D-14 244 0.00000000000000D+00 1.38888888888889D-14 245 0.00000000000000D+00 1.38888888888889D-14 246 0.00000000000000D+00 1.38888888888889D-14 247 0.00000000000000D+00 1.38888888888889D-14 248 0.00000000000000D+00 1.38888888888889D-14 249 0.00000000000000D+00 1.38888888888889D-14 250 0.00000000000000D+00 1.38888888888889D-14 251 0.00000000000000D+00 1.38888888888889D-14 252 0.00000000000000D+00 1.38888888888889D-14 253 0.00000000000000D+00 1.38888888888889D-14 254 0.00000000000000D+00 1.38888888888889D-14 255 0.00000000000000D+00 1.38888888888889D-14 256 0.00000000000000D+00 1.38888888888889D-14 257 0.00000000000000D+00 1.38888888888889D-14 258 0.00000000000000D+00 1.38888888888889D-14 259 0.00000000000000D+00 1.38888888888889D-14 260 0.00000000000000D+00 1.38888888888889D-14 261 0.00000000000000D+00 1.38888888888889D-14 262 0.00000000000000D+00 1.38888888888889D-14 263 0.00000000000000D+00 1.38888888888889D-14 264 0.00000000000000D+00 1.38888888888889D-14 265 0.00000000000000D+00 1.38888888888889D-14 266 0.00000000000000D+00 1.38888888888889D-14 267 0.00000000000000D+00 1.38888888888889D-14 268 0.00000000000000D+00 1.38888888888889D-14 269 0.00000000000000D+00 1.38888888888889D-14 270 0.00000000000000D+00 1.38888888888889D-14 271 0.00000000000000D+00 1.38888888888889D-14 272 0.00000000000000D+00 1.38888888888889D-14 273 0.00000000000000D+00 1.38888888888889D-14 274 0.00000000000000D+00 1.38888888888889D-14 275 0.00000000000000D+00 1.38888888888889D-14 276 0.00000000000000D+00 1.38888888888889D-14 277 0.00000000000000D+00 1.38888888888889D-14 278 0.00000000000000D+00 1.38888888888889D-14 279 0.00000000000000D+00 1.38888888888889D-14 280 0.00000000000000D+00 1.38888888888889D-14 281 0.00000000000000D+00 1.38888888888889D-14 282 0.00000000000000D+00 1.38888888888889D-14 283 0.00000000000000D+00 1.38888888888889D-14 284 0.00000000000000D+00 1.38888888888889D-14 285 0.00000000000000D+00 1.38888888888889D-14 286 0.00000000000000D+00 1.38888888888889D-14 287 0.00000000000000D+00 1.38888888888889D-14 288 0.00000000000000D+00 1.38888888888889D-14 289 0.00000000000000D+00 5.00000000000000D-14 290 0.00000000000000D+00 5.00000000000000D-14 291 0.00000000000000D+00 5.00000000000000D-14 292 0.00000000000000D+00 5.00000000000000D-14 293 0.00000000000000D+00 5.00000000000000D-14 294 0.00000000000000D+00 5.00000000000000D-14 295 0.00000000000000D+00 5.00000000000000D-14 296 0.00000000000000D+00 5.00000000000000D-14 297 0.00000000000000D+00 5.00000000000000D-14 298 0.00000000000000D+00 5.00000000000000D-14 299 0.00000000000000D+00 5.00000000000000D-14 300 0.00000000000000D+00 5.00000000000000D-14 301 0.00000000000000D+00 5.00000000000000D-14 302 0.00000000000000D+00 5.00000000000000D-14 303 0.00000000000000D+00 5.00000000000000D-14 304 0.00000000000000D+00 5.00000000000000D-14 305 0.00000000000000D+00 5.00000000000000D-14 306 0.00000000000000D+00 5.00000000000000D-14 307 0.00000000000000D+00 5.00000000000000D-14 308 0.00000000000000D+00 5.00000000000000D-14 309 0.00000000000000D+00 5.00000000000000D-14 310 0.00000000000000D+00 5.00000000000000D-14 311 0.00000000000000D+00 5.00000000000000D-14 312 0.00000000000000D+00 5.00000000000000D-14 313 0.00000000000000D+00 1.38888888888889D-14 314 0.00000000000000D+00 1.38888888888889D-14 315 0.00000000000000D+00 1.38888888888889D-14 316 0.00000000000000D+00 1.38888888888889D-14 317 0.00000000000000D+00 1.38888888888889D-14 318 0.00000000000000D+00 1.38888888888889D-14 319 0.00000000000000D+00 1.38888888888889D-14 320 0.00000000000000D+00 1.38888888888889D-14 321 0.00000000000000D+00 1.38888888888889D-14 322 0.00000000000000D+00 1.38888888888889D-14 323 0.00000000000000D+00 1.38888888888889D-14 324 0.00000000000000D+00 1.38888888888889D-14 325 0.00000000000000D+00 1.38888888888889D-14 326 0.00000000000000D+00 1.38888888888889D-14 327 0.00000000000000D+00 1.38888888888889D-14 328 0.00000000000000D+00 1.38888888888889D-14 329 0.00000000000000D+00 1.38888888888889D-14 330 0.00000000000000D+00 1.38888888888889D-14 331 0.00000000000000D+00 1.38888888888889D-14 332 0.00000000000000D+00 1.38888888888889D-14 333 0.00000000000000D+00 1.38888888888889D-14 334 0.00000000000000D+00 1.38888888888889D-14 335 0.00000000000000D+00 1.38888888888889D-14 336 0.00000000000000D+00 1.38888888888889D-14 337 0.00000000000000D+00 1.38888888888889D-14 338 0.00000000000000D+00 1.38888888888889D-14 339 0.00000000000000D+00 1.38888888888889D-14 340 0.00000000000000D+00 1.38888888888889D-14 341 0.00000000000000D+00 1.38888888888889D-14 342 0.00000000000000D+00 1.38888888888889D-14 343 0.00000000000000D+00 1.38888888888889D-14 344 0.00000000000000D+00 1.38888888888889D-14 345 0.00000000000000D+00 1.38888888888889D-14 346 0.00000000000000D+00 1.38888888888889D-14 347 0.00000000000000D+00 1.38888888888889D-14 348 0.00000000000000D+00 1.38888888888889D-14 349 0.00000000000000D+00 1.38888888888889D-14 350 0.00000000000000D+00 1.38888888888889D-14 351 0.00000000000000D+00 1.38888888888889D-14 352 0.00000000000000D+00 1.38888888888889D-14 353 0.00000000000000D+00 1.38888888888889D-14 354 0.00000000000000D+00 1.38888888888889D-14 355 0.00000000000000D+00 1.38888888888889D-14 356 0.00000000000000D+00 1.38888888888889D-14 357 0.00000000000000D+00 1.38888888888889D-14 358 0.00000000000000D+00 1.38888888888889D-14 359 0.00000000000000D+00 1.38888888888889D-14 360 0.00000000000000D+00 1.38888888888889D-14 361 0.00000000000000D+00 1.38888888888889D-14 362 0.00000000000000D+00 1.38888888888889D-14 363 0.00000000000000D+00 1.38888888888889D-14 364 0.00000000000000D+00 1.38888888888889D-14 365 0.00000000000000D+00 1.38888888888889D-14 366 0.00000000000000D+00 1.38888888888889D-14 367 0.00000000000000D+00 1.38888888888889D-14 368 0.00000000000000D+00 1.38888888888889D-14 369 0.00000000000000D+00 1.38888888888889D-14 370 0.00000000000000D+00 1.38888888888889D-14 371 0.00000000000000D+00 1.38888888888889D-14 372 0.00000000000000D+00 1.38888888888889D-14 373 0.00000000000000D+00 1.38888888888889D-14 374 0.00000000000000D+00 1.38888888888889D-14 375 0.00000000000000D+00 1.38888888888889D-14 376 0.00000000000000D+00 1.38888888888889D-14 377 0.00000000000000D+00 1.38888888888889D-14 378 0.00000000000000D+00 1.38888888888889D-14 379 0.00000000000000D+00 1.38888888888889D-14 380 0.00000000000000D+00 1.38888888888889D-14 381 0.00000000000000D+00 1.38888888888889D-14 382 0.00000000000000D+00 1.38888888888889D-14 383 0.00000000000000D+00 1.38888888888889D-14 384 0.00000000000000D+00 1.38888888888889D-14 385 0.00000000000000D+00 1.38888888888889D-14 386 0.00000000000000D+00 1.38888888888889D-14 387 0.00000000000000D+00 1.38888888888889D-14 388 0.00000000000000D+00 1.38888888888889D-14 389 0.00000000000000D+00 1.38888888888889D-14 390 0.00000000000000D+00 1.38888888888889D-14 391 0.00000000000000D+00 1.38888888888889D-14 392 0.00000000000000D+00 1.38888888888889D-14 393 0.00000000000000D+00 1.38888888888889D-14 394 0.00000000000000D+00 1.38888888888889D-14 395 0.00000000000000D+00 1.38888888888889D-14 396 0.00000000000000D+00 1.38888888888889D-14 397 0.00000000000000D+00 1.38888888888889D-14 398 0.00000000000000D+00 1.38888888888889D-14 399 0.00000000000000D+00 1.38888888888889D-14 400 0.00000000000000D+00 1.38888888888889D-14 401 0.00000000000000D+00 1.38888888888889D-14 402 0.00000000000000D+00 1.38888888888889D-14 403 0.00000000000000D+00 1.38888888888889D-14 404 0.00000000000000D+00 1.38888888888889D-14 405 0.00000000000000D+00 1.38888888888889D-14 406 0.00000000000000D+00 1.38888888888889D-14 407 0.00000000000000D+00 1.38888888888889D-14 408 0.00000000000000D+00 1.38888888888889D-14 409 0.00000000000000D+00 1.38888888888889D-14 410 0.00000000000000D+00 1.38888888888889D-14 411 0.00000000000000D+00 1.38888888888889D-14 412 0.00000000000000D+00 1.38888888888889D-14 413 0.00000000000000D+00 1.38888888888889D-14 414 0.00000000000000D+00 1.38888888888889D-14 415 0.00000000000000D+00 1.38888888888889D-14 416 0.00000000000000D+00 1.38888888888889D-14 417 0.00000000000000D+00 1.38888888888889D-14 418 0.00000000000000D+00 1.38888888888889D-14 419 0.00000000000000D+00 1.38888888888889D-14 420 0.00000000000000D+00 1.38888888888889D-14 421 0.00000000000000D+00 1.38888888888889D-14 422 0.00000000000000D+00 1.38888888888889D-14 423 0.00000000000000D+00 1.38888888888889D-14 424 0.00000000000000D+00 1.38888888888889D-14 425 0.00000000000000D+00 1.38888888888889D-14 426 0.00000000000000D+00 1.38888888888889D-14 427 0.00000000000000D+00 1.38888888888889D-14 428 0.00000000000000D+00 1.38888888888889D-14 429 0.00000000000000D+00 1.38888888888889D-14 430 0.00000000000000D+00 1.38888888888889D-14 431 0.00000000000000D+00 1.38888888888889D-14 432 0.00000000000000D+00 1.38888888888889D-14 433 0.00000000000000D+00 1.38888888888889D-14 434 0.00000000000000D+00 1.38888888888889D-14 435 0.00000000000000D+00 1.38888888888889D-14 436 0.00000000000000D+00 1.38888888888889D-14 437 0.00000000000000D+00 1.38888888888889D-14 438 0.00000000000000D+00 1.38888888888889D-14 439 0.00000000000000D+00 1.38888888888889D-14 440 0.00000000000000D+00 1.38888888888889D-14 441 0.00000000000000D+00 1.38888888888889D-14 442 0.00000000000000D+00 1.38888888888889D-14 443 0.00000000000000D+00 1.38888888888889D-14 444 0.00000000000000D+00 1.38888888888889D-14 445 0.00000000000000D+00 1.38888888888889D-14 446 0.00000000000000D+00 1.38888888888889D-14 447 0.00000000000000D+00 1.38888888888889D-14 448 0.00000000000000D+00 1.38888888888889D-14 449 0.00000000000000D+00 1.38888888888889D-14 450 0.00000000000000D+00 1.38888888888889D-14 451 0.00000000000000D+00 1.38888888888889D-14 452 0.00000000000000D+00 1.38888888888889D-14 453 0.00000000000000D+00 1.38888888888889D-14 454 0.00000000000000D+00 1.38888888888889D-14 455 0.00000000000000D+00 1.38888888888889D-14 456 0.00000000000000D+00 1.38888888888889D-14 457 0.00000000000000D+00 5.00000000000000D-14 458 0.00000000000000D+00 5.00000000000000D-14 459 0.00000000000000D+00 5.00000000000000D-14 460 0.00000000000000D+00 5.00000000000000D-14 461 0.00000000000000D+00 5.00000000000000D-14 462 0.00000000000000D+00 5.00000000000000D-14 463 0.00000000000000D+00 5.00000000000000D-14 464 0.00000000000000D+00 5.00000000000000D-14 465 0.00000000000000D+00 5.00000000000000D-14 466 0.00000000000000D+00 5.00000000000000D-14 467 0.00000000000000D+00 5.00000000000000D-14 468 0.00000000000000D+00 5.00000000000000D-14 469 0.00000000000000D+00 5.00000000000000D-14 470 0.00000000000000D+00 5.00000000000000D-14 471 0.00000000000000D+00 5.00000000000000D-14 472 0.00000000000000D+00 5.00000000000000D-14 473 0.00000000000000D+00 5.00000000000000D-14 474 0.00000000000000D+00 5.00000000000000D-14 475 0.00000000000000D+00 5.00000000000000D-14 476 0.00000000000000D+00 5.00000000000000D-14 477 0.00000000000000D+00 5.00000000000000D-14 478 0.00000000000000D+00 5.00000000000000D-14 479 0.00000000000000D+00 5.00000000000000D-14 480 0.00000000000000D+00 5.00000000000000D-14 481 0.00000000000000D+00 1.38888888888889D-14 482 0.00000000000000D+00 1.38888888888889D-14 483 0.00000000000000D+00 1.38888888888889D-14 484 0.00000000000000D+00 1.38888888888889D-14 485 0.00000000000000D+00 1.38888888888889D-14 486 0.00000000000000D+00 1.38888888888889D-14 487 0.00000000000000D+00 1.38888888888889D-14 488 0.00000000000000D+00 1.38888888888889D-14 489 0.00000000000000D+00 1.38888888888889D-14 490 0.00000000000000D+00 1.38888888888889D-14 491 0.00000000000000D+00 1.38888888888889D-14 492 0.00000000000000D+00 1.38888888888889D-14 493 0.00000000000000D+00 1.38888888888889D-14 494 0.00000000000000D+00 1.38888888888889D-14 495 0.00000000000000D+00 1.38888888888889D-14 496 0.00000000000000D+00 1.38888888888889D-14 497 0.00000000000000D+00 1.38888888888889D-14 498 0.00000000000000D+00 1.38888888888889D-14 499 0.00000000000000D+00 1.38888888888889D-14 500 0.00000000000000D+00 1.38888888888889D-14 501 0.00000000000000D+00 1.38888888888889D-14 502 0.00000000000000D+00 1.38888888888889D-14 503 0.00000000000000D+00 1.38888888888889D-14 504 0.00000000000000D+00 1.38888888888889D-14 505 0.00000000000000D+00 1.38888888888889D-14 506 0.00000000000000D+00 1.38888888888889D-14 507 0.00000000000000D+00 1.38888888888889D-14 508 0.00000000000000D+00 1.38888888888889D-14 509 0.00000000000000D+00 1.38888888888889D-14 510 0.00000000000000D+00 1.38888888888889D-14 511 0.00000000000000D+00 1.38888888888889D-14 512 0.00000000000000D+00 1.38888888888889D-14 513 0.00000000000000D+00 1.38888888888889D-14 514 0.00000000000000D+00 1.38888888888889D-14 515 0.00000000000000D+00 1.38888888888889D-14 516 0.00000000000000D+00 1.38888888888889D-14 517 0.00000000000000D+00 1.38888888888889D-14 518 0.00000000000000D+00 1.38888888888889D-14 519 0.00000000000000D+00 1.38888888888889D-14 520 0.00000000000000D+00 1.38888888888889D-14 521 0.00000000000000D+00 1.38888888888889D-14 522 0.00000000000000D+00 1.38888888888889D-14 523 0.00000000000000D+00 1.38888888888889D-14 524 0.00000000000000D+00 1.38888888888889D-14 525 0.00000000000000D+00 1.38888888888889D-14 526 0.00000000000000D+00 1.38888888888889D-14 527 0.00000000000000D+00 1.38888888888889D-14 528 0.00000000000000D+00 1.38888888888889D-14 529 0.00000000000000D+00 1.38888888888889D-14 530 0.00000000000000D+00 1.38888888888889D-14 531 0.00000000000000D+00 1.38888888888889D-14 532 0.00000000000000D+00 1.38888888888889D-14 533 0.00000000000000D+00 1.38888888888889D-14 534 0.00000000000000D+00 1.38888888888889D-14 535 0.00000000000000D+00 1.38888888888889D-14 536 0.00000000000000D+00 1.38888888888889D-14 537 0.00000000000000D+00 1.38888888888889D-14 538 0.00000000000000D+00 1.38888888888889D-14 539 0.00000000000000D+00 1.38888888888889D-14 540 0.00000000000000D+00 1.38888888888889D-14 541 0.00000000000000D+00 1.38888888888889D-14 542 0.00000000000000D+00 1.38888888888889D-14 543 0.00000000000000D+00 1.38888888888889D-14 544 0.00000000000000D+00 1.38888888888889D-14 545 0.00000000000000D+00 1.38888888888889D-14 546 0.00000000000000D+00 1.38888888888889D-14 547 0.00000000000000D+00 1.38888888888889D-14 548 0.00000000000000D+00 1.38888888888889D-14 549 0.00000000000000D+00 1.38888888888889D-14 550 0.00000000000000D+00 1.38888888888889D-14 551 0.00000000000000D+00 1.38888888888889D-14 552 0.00000000000000D+00 1.38888888888889D-14 553 0.00000000000000D+00 5.00000000000000D-07 554 0.00000000000000D+00 5.00000000000000D-07 555 0.00000000000000D+00 5.00000000000000D-07 556 0.00000000000000D+00 5.00000000000000D-07 557 0.00000000000000D+00 5.00000000000000D-07 558 0.00000000000000D+00 4.50000044444442D+01 559 0.00000000000000D+00 4.50000099999989D+01 560 0.00000000000000D+00 3.00000599999400D+00 561 0.00000000000000D+00 5.00000000000000D-01 562 0.00000000000000D+00 5.00000000000000D-01 563 0.00000000000000D+00 2.00000000000000D+00 564 0.00000000000000D+00 5.00000000000000D-01 565 0.00000000000000D+00 2.00000000000000D+00 566 0.00000000000000D+00 5.00000000000000D-01 567 0.00000000000000D+00 2.00000000000000D+00 568 0.00000000000000D+00 5.00000000000000D-01 569 0.00000000000000D+00 2.00000000000000D+00 570 0.00000000000000D+00 5.00000000000000D-01 571 0.00000000000000D+00 5.00000000000000D-01 572 0.00000000000000D+00 2.00000000000000D+00 573 0.00000000000000D+00 5.00000000000000D-01 574 0.00000000000000D+00 2.00000000000000D+00 575 0.00000000000000D+00 5.00000000000000D-01 576 0.00000000000000D+00 2.00000000000000D+00 577 0.00000000000000D+00 5.00000000000000D-01 578 0.00000000000000D+00 2.00000000000000D+00 579 0.00000000000000D+00 5.00000000000000D-01 580 0.00000000000000D+00 5.00000000000000D-01 581 0.00000000000000D+00 2.00000000000000D+00 582 0.00000000000000D+00 5.00000000000000D-01 583 0.00000000000000D+00 2.00000000000000D+00 584 0.00000000000000D+00 5.00000000000000D-01 585 0.00000000000000D+00 2.00000000000000D+00 586 0.00000000000000D+00 5.00000000000000D-01 587 0.00000000000000D+00 2.00000000000000D+00 588 0.00000000000000D+00 5.00000000000000D-01 589 0.00000000000000D+00 5.00000000000000D-01 590 0.00000000000000D+00 2.00000000000000D+00 591 0.00000000000000D+00 5.00000000000000D-01 592 0.00000000000000D+00 2.00000000000000D+00 593 0.00000000000000D+00 5.00000000000000D-01 594 0.00000000000000D+00 2.00000000000000D+00 595 0.00000000000000D+00 5.00000000000000D-01 596 0.00000000000000D+00 2.00000000000000D+00 597 0.00000000000000D+00 5.00000000000000D-01 598 0.00000000000000D+00 5.00000000000000D-01 599 0.00000000000000D+00 2.00000000000000D+00 600 0.00000000000000D+00 5.00000000000000D-01 601 0.00000000000000D+00 2.00000000000000D+00 602 0.00000000000000D+00 5.00000000000000D-01 603 0.00000000000000D+00 2.00000000000000D+00 604 0.00000000000000D+00 5.00000000000000D-01 605 0.00000000000000D+00 2.00000000000000D+00 606 0.00000000000000D+00 5.00000000000000D-01 607 0.00000000000000D+00 5.00000000000000D-01 608 0.00000000000000D+00 2.00000000000000D+00 609 0.00000000000000D+00 5.00000000000000D-01 610 0.00000000000000D+00 2.00000000000000D+00 611 0.00000000000000D+00 5.00000000000000D-01 612 0.00000000000000D+00 2.00000000000000D+00 613 0.00000000000000D+00 5.00000000000000D-01 614 0.00000000000000D+00 2.00000000000000D+00 615 0.00000000000000D+00 5.00000000000000D-01 616 0.00000000000000D+00 5.00000000000000D-01 617 0.00000000000000D+00 2.00000000000000D+00 618 0.00000000000000D+00 5.00000000000000D-01 619 0.00000000000000D+00 2.00000000000000D+00 620 0.00000000000000D+00 5.00000000000000D-01 621 0.00000000000000D+00 2.00000000000000D+00 622 0.00000000000000D+00 5.00000000000000D-01 623 0.00000000000000D+00 2.00000000000000D+00 624 0.00000000000000D+00 5.00000000000000D-01 625 0.00000000000000D+00 5.00000000000000D-01 626 0.00000000000000D+00 2.00000000000000D+00 627 0.00000000000000D+00 5.00000000000000D-01 628 0.00000000000000D+00 2.00000000000000D+00 629 0.00000000000000D+00 5.00000000000000D-01 630 0.00000000000000D+00 2.00000000000000D+00 631 0.00000000000000D+00 5.00000000000000D-01 632 0.00000000000000D+00 2.00000000000000D+00 633 0.00000000000000D+00 5.00000000000000D-01 634 0.00000000000000D+00 5.00000000000000D-01 635 0.00000000000000D+00 2.00000000000000D+00 636 0.00000000000000D+00 5.00000000000000D-01 637 0.00000000000000D+00 2.00000000000000D+00 638 0.00000000000000D+00 5.00000000000000D-01 639 0.00000000000000D+00 2.00000000000000D+00 640 0.00000000000000D+00 5.00000000000000D-01 641 0.00000000000000D+00 2.00000000000000D+00 642 0.00000000000000D+00 5.00000000000000D-01 643 0.00000000000000D+00 5.00000000000000D-01 644 0.00000000000000D+00 2.00000000000000D+00 645 0.00000000000000D+00 5.00000000000000D-01 646 0.00000000000000D+00 2.00000000000000D+00 647 0.00000000000000D+00 5.00000000000000D-01 648 0.00000000000000D+00 2.00000000000000D+00 649 0.00000000000000D+00 5.00000000000000D-01 650 0.00000000000000D+00 2.00000000000000D+00 651 0.00000000000000D+00 5.00000000000000D-01 652 0.00000000000000D+00 5.00000000000000D-01 653 0.00000000000000D+00 2.00000000000000D+00 654 0.00000000000000D+00 5.00000000000000D-01 655 0.00000000000000D+00 2.00000000000000D+00 656 0.00000000000000D+00 5.00000000000000D-01 657 0.00000000000000D+00 2.00000000000000D+00 658 0.00000000000000D+00 5.00000000000000D-01 659 0.00000000000000D+00 2.00000000000000D+00 660 0.00000000000000D+00 5.00000000000000D-01 661 0.00000000000000D+00 5.00000000000000D-01 662 0.00000000000000D+00 2.00000000000000D+00 663 0.00000000000000D+00 5.00000000000000D-01 664 0.00000000000000D+00 2.00000000000000D+00 665 0.00000000000000D+00 5.00000000000000D-01 666 0.00000000000000D+00 2.00000000000000D+00 667 0.00000000000000D+00 5.00000000000000D-01 668 0.00000000000000D+00 2.00000000000000D+00 669 0.00000000000000D+00 1.00000000000000D-04 670 0.00000000000000D+00 1.00000000000000D-04 671 0.00000000000000D+00 1.00000000000000D-04 672 0.00000000000000D+00 1.00000000000000D-04 673 0.00000000000000D+00 1.00000000000000D-04 674 0.00000000000000D+00 1.00000000000000D-04 -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 4.00000000000000D+26 194 194 4.00000000000000D+26 195 195 4.00000000000000D+26 196 196 4.00000000000000D+26 197 197 4.00000000000000D+26 198 198 4.00000000000000D+26 199 199 4.00000000000000D+26 200 200 4.00000000000000D+26 201 201 4.00000000000000D+26 202 202 4.00000000000000D+26 203 203 4.00000000000000D+26 204 204 4.00000000000000D+26 205 205 4.00000000000000D+26 206 206 4.00000000000000D+26 207 207 4.00000000000000D+26 208 208 4.00000000000000D+26 209 209 4.00000000000000D+26 210 210 4.00000000000000D+26 211 211 4.00000000000000D+26 212 212 4.00000000000000D+26 213 213 4.00000000000000D+26 214 214 4.00000000000000D+26 215 215 4.00000000000000D+26 216 216 4.00000000000000D+26 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 5.18400000000000D+27 266 266 5.18400000000000D+27 267 267 5.18400000000000D+27 268 268 5.18400000000000D+27 269 269 5.18400000000000D+27 270 270 5.18400000000000D+27 271 271 5.18400000000000D+27 272 272 5.18400000000000D+27 273 273 5.18400000000000D+27 274 274 5.18400000000000D+27 275 275 5.18400000000000D+27 276 276 5.18400000000000D+27 277 277 5.18400000000000D+27 278 278 5.18400000000000D+27 279 279 5.18400000000000D+27 280 280 5.18400000000000D+27 281 281 5.18400000000000D+27 282 282 5.18400000000000D+27 283 283 5.18400000000000D+27 284 284 5.18400000000000D+27 285 285 5.18400000000000D+27 286 286 5.18400000000000D+27 287 287 5.18400000000000D+27 288 288 5.18400000000000D+27 289 289 4.00000000000000D+26 290 290 4.00000000000000D+26 291 291 4.00000000000000D+26 292 292 4.00000000000000D+26 293 293 4.00000000000000D+26 294 294 4.00000000000000D+26 295 295 4.00000000000000D+26 296 296 4.00000000000000D+26 297 297 4.00000000000000D+26 298 298 4.00000000000000D+26 299 299 4.00000000000000D+26 300 300 4.00000000000000D+26 301 301 4.00000000000000D+26 302 302 4.00000000000000D+26 303 303 4.00000000000000D+26 304 304 4.00000000000000D+26 305 305 4.00000000000000D+26 306 306 4.00000000000000D+26 307 307 4.00000000000000D+26 308 308 4.00000000000000D+26 309 309 4.00000000000000D+26 310 310 4.00000000000000D+26 311 311 4.00000000000000D+26 312 312 4.00000000000000D+26 313 313 5.18400000000000D+27 314 314 5.18400000000000D+27 315 315 5.18400000000000D+27 316 316 5.18400000000000D+27 317 317 5.18400000000000D+27 318 318 5.18400000000000D+27 319 319 5.18400000000000D+27 320 320 5.18400000000000D+27 321 321 5.18400000000000D+27 322 322 5.18400000000000D+27 323 323 5.18400000000000D+27 324 324 5.18400000000000D+27 325 325 5.18400000000000D+27 326 326 5.18400000000000D+27 327 327 5.18400000000000D+27 328 328 5.18400000000000D+27 329 329 5.18400000000000D+27 330 330 5.18400000000000D+27 331 331 5.18400000000000D+27 332 332 5.18400000000000D+27 333 333 5.18400000000000D+27 334 334 5.18400000000000D+27 335 335 5.18400000000000D+27 336 336 5.18400000000000D+27 337 337 5.18400000000000D+27 338 338 5.18400000000000D+27 339 339 5.18400000000000D+27 340 340 5.18400000000000D+27 341 341 5.18400000000000D+27 342 342 5.18400000000000D+27 343 343 5.18400000000000D+27 344 344 5.18400000000000D+27 345 345 5.18400000000000D+27 346 346 5.18400000000000D+27 347 347 5.18400000000000D+27 348 348 5.18400000000000D+27 349 349 5.18400000000000D+27 350 350 5.18400000000000D+27 351 351 5.18400000000000D+27 352 352 5.18400000000000D+27 353 353 5.18400000000000D+27 354 354 5.18400000000000D+27 355 355 5.18400000000000D+27 356 356 5.18400000000000D+27 357 357 5.18400000000000D+27 358 358 5.18400000000000D+27 359 359 5.18400000000000D+27 360 360 5.18400000000000D+27 361 361 5.18400000000000D+27 362 362 5.18400000000000D+27 363 363 5.18400000000000D+27 364 364 5.18400000000000D+27 365 365 5.18400000000000D+27 366 366 5.18400000000000D+27 367 367 5.18400000000000D+27 368 368 5.18400000000000D+27 369 369 5.18400000000000D+27 370 370 5.18400000000000D+27 371 371 5.18400000000000D+27 372 372 5.18400000000000D+27 373 373 5.18400000000000D+27 374 374 5.18400000000000D+27 375 375 5.18400000000000D+27 376 376 5.18400000000000D+27 377 377 5.18400000000000D+27 378 378 5.18400000000000D+27 379 379 5.18400000000000D+27 380 380 5.18400000000000D+27 381 381 5.18400000000000D+27 382 382 5.18400000000000D+27 383 383 5.18400000000000D+27 384 384 5.18400000000000D+27 385 385 5.18400000000000D+27 386 386 5.18400000000000D+27 387 387 5.18400000000000D+27 388 388 5.18400000000000D+27 389 389 5.18400000000000D+27 390 390 5.18400000000000D+27 391 391 5.18400000000000D+27 392 392 5.18400000000000D+27 393 393 5.18400000000000D+27 394 394 5.18400000000000D+27 395 395 5.18400000000000D+27 396 396 5.18400000000000D+27 397 397 5.18400000000000D+27 398 398 5.18400000000000D+27 399 399 5.18400000000000D+27 400 400 5.18400000000000D+27 401 401 5.18400000000000D+27 402 402 5.18400000000000D+27 403 403 5.18400000000000D+27 404 404 5.18400000000000D+27 405 405 5.18400000000000D+27 406 406 5.18400000000000D+27 407 407 5.18400000000000D+27 408 408 5.18400000000000D+27 409 409 5.18400000000000D+27 410 410 5.18400000000000D+27 411 411 5.18400000000000D+27 412 412 5.18400000000000D+27 413 413 5.18400000000000D+27 414 414 5.18400000000000D+27 415 415 5.18400000000000D+27 416 416 5.18400000000000D+27 417 417 5.18400000000000D+27 418 418 5.18400000000000D+27 419 419 5.18400000000000D+27 420 420 5.18400000000000D+27 421 421 5.18400000000000D+27 422 422 5.18400000000000D+27 423 423 5.18400000000000D+27 424 424 5.18400000000000D+27 425 425 5.18400000000000D+27 426 426 5.18400000000000D+27 427 427 5.18400000000000D+27 428 428 5.18400000000000D+27 429 429 5.18400000000000D+27 430 430 5.18400000000000D+27 431 431 5.18400000000000D+27 432 432 5.18400000000000D+27 433 433 5.18400000000000D+27 434 434 5.18400000000000D+27 435 435 5.18400000000000D+27 436 436 5.18400000000000D+27 437 437 5.18400000000000D+27 438 438 5.18400000000000D+27 439 439 5.18400000000000D+27 440 440 5.18400000000000D+27 441 441 5.18400000000000D+27 442 442 5.18400000000000D+27 443 443 5.18400000000000D+27 444 444 5.18400000000000D+27 445 445 5.18400000000000D+27 446 446 5.18400000000000D+27 447 447 5.18400000000000D+27 448 448 5.18400000000000D+27 449 449 5.18400000000000D+27 450 450 5.18400000000000D+27 451 451 5.18400000000000D+27 452 452 5.18400000000000D+27 453 453 5.18400000000000D+27 454 454 5.18400000000000D+27 455 455 5.18400000000000D+27 456 456 5.18400000000000D+27 457 457 4.00000000000000D+26 458 458 4.00000000000000D+26 459 459 4.00000000000000D+26 460 460 4.00000000000000D+26 461 461 4.00000000000000D+26 462 462 4.00000000000000D+26 463 463 4.00000000000000D+26 464 464 4.00000000000000D+26 465 465 4.00000000000000D+26 466 466 4.00000000000000D+26 467 467 4.00000000000000D+26 468 468 4.00000000000000D+26 469 469 4.00000000000000D+26 470 470 4.00000000000000D+26 471 471 4.00000000000000D+26 472 472 4.00000000000000D+26 473 473 4.00000000000000D+26 474 474 4.00000000000000D+26 475 475 4.00000000000000D+26 476 476 4.00000000000000D+26 477 477 4.00000000000000D+26 478 478 4.00000000000000D+26 479 479 4.00000000000000D+26 480 480 4.00000000000000D+26 481 481 5.18400000000000D+27 482 482 5.18400000000000D+27 483 483 5.18400000000000D+27 484 484 5.18400000000000D+27 485 485 5.18400000000000D+27 486 486 5.18400000000000D+27 487 487 5.18400000000000D+27 488 488 5.18400000000000D+27 489 489 5.18400000000000D+27 490 490 5.18400000000000D+27 491 491 5.18400000000000D+27 492 492 5.18400000000000D+27 493 493 5.18400000000000D+27 494 494 5.18400000000000D+27 495 495 5.18400000000000D+27 496 496 5.18400000000000D+27 497 497 5.18400000000000D+27 498 498 5.18400000000000D+27 499 499 5.18400000000000D+27 500 500 5.18400000000000D+27 501 501 5.18400000000000D+27 502 502 5.18400000000000D+27 503 503 5.18400000000000D+27 504 504 5.18400000000000D+27 505 505 5.18400000000000D+27 506 506 5.18400000000000D+27 507 507 5.18400000000000D+27 508 508 5.18400000000000D+27 509 509 5.18400000000000D+27 510 510 5.18400000000000D+27 511 511 5.18400000000000D+27 512 512 5.18400000000000D+27 513 513 5.18400000000000D+27 514 514 5.18400000000000D+27 515 515 5.18400000000000D+27 516 516 5.18400000000000D+27 517 517 5.18400000000000D+27 518 518 5.18400000000000D+27 519 519 5.18400000000000D+27 520 520 5.18400000000000D+27 521 521 5.18400000000000D+27 522 522 5.18400000000000D+27 523 523 5.18400000000000D+27 524 524 5.18400000000000D+27 525 525 5.18400000000000D+27 526 526 5.18400000000000D+27 527 527 5.18400000000000D+27 528 528 5.18400000000000D+27 529 529 5.18400000000000D+27 530 530 5.18400000000000D+27 531 531 5.18400000000000D+27 532 532 5.18400000000000D+27 533 533 5.18400000000000D+27 534 534 5.18400000000000D+27 535 535 5.18400000000000D+27 536 536 5.18400000000000D+27 537 537 5.18400000000000D+27 538 538 5.18400000000000D+27 539 539 5.18400000000000D+27 540 540 5.18400000000000D+27 541 541 5.18400000000000D+27 542 542 5.18400000000000D+27 543 543 5.18400000000000D+27 544 544 5.18400000000000D+27 545 545 5.18400000000000D+27 546 546 5.18400000000000D+27 547 547 5.18400000000000D+27 548 548 5.18400000000000D+27 549 549 5.18400000000000D+27 550 550 5.18400000000000D+27 551 551 5.18400000000000D+27 552 552 5.18400000000000D+27 553 553 4.00000000000000D+12 554 554 4.00000000000000D+12 555 555 4.00000000000000D+12 556 556 4.00000000000000D+12 557 557 4.00000000000000D+12 558 558 4.93827062947741D-04 559 559 4.93826941015187D-04 560 560 1.11110666668444D-01 561 561 4.00000000000000D+00 562 562 4.00000000000000D+00 563 563 2.50000000000000D-01 564 564 4.00000000000000D+00 565 565 2.50000000000000D-01 566 566 4.00000000000000D+00 567 567 2.50000000000000D-01 568 568 4.00000000000000D+00 569 569 2.50000000000000D-01 570 570 4.00000000000000D+00 571 571 4.00000000000000D+00 572 572 2.50000000000000D-01 573 573 4.00000000000000D+00 574 574 2.50000000000000D-01 575 575 4.00000000000000D+00 576 576 2.50000000000000D-01 577 577 4.00000000000000D+00 578 578 2.50000000000000D-01 579 579 4.00000000000000D+00 580 580 4.00000000000000D+00 581 581 2.50000000000000D-01 582 582 4.00000000000000D+00 583 583 2.50000000000000D-01 584 584 4.00000000000000D+00 585 585 2.50000000000000D-01 586 586 4.00000000000000D+00 587 587 2.50000000000000D-01 588 588 4.00000000000000D+00 589 589 4.00000000000000D+00 590 590 2.50000000000000D-01 591 591 4.00000000000000D+00 592 592 2.50000000000000D-01 593 593 4.00000000000000D+00 594 594 2.50000000000000D-01 595 595 4.00000000000000D+00 596 596 2.50000000000000D-01 597 597 4.00000000000000D+00 598 598 4.00000000000000D+00 599 599 2.50000000000000D-01 600 600 4.00000000000000D+00 601 601 2.50000000000000D-01 602 602 4.00000000000000D+00 603 603 2.50000000000000D-01 604 604 4.00000000000000D+00 605 605 2.50000000000000D-01 606 606 4.00000000000000D+00 607 607 4.00000000000000D+00 608 608 2.50000000000000D-01 609 609 4.00000000000000D+00 610 610 2.50000000000000D-01 611 611 4.00000000000000D+00 612 612 2.50000000000000D-01 613 613 4.00000000000000D+00 614 614 2.50000000000000D-01 615 615 4.00000000000000D+00 616 616 4.00000000000000D+00 617 617 2.50000000000000D-01 618 618 4.00000000000000D+00 619 619 2.50000000000000D-01 620 620 4.00000000000000D+00 621 621 2.50000000000000D-01 622 622 4.00000000000000D+00 623 623 2.50000000000000D-01 624 624 4.00000000000000D+00 625 625 4.00000000000000D+00 626 626 2.50000000000000D-01 627 627 4.00000000000000D+00 628 628 2.50000000000000D-01 629 629 4.00000000000000D+00 630 630 2.50000000000000D-01 631 631 4.00000000000000D+00 632 632 2.50000000000000D-01 633 633 4.00000000000000D+00 634 634 4.00000000000000D+00 635 635 2.50000000000000D-01 636 636 4.00000000000000D+00 637 637 2.50000000000000D-01 638 638 4.00000000000000D+00 639 639 2.50000000000000D-01 640 640 4.00000000000000D+00 641 641 2.50000000000000D-01 642 642 4.00000000000000D+00 643 643 4.00000000000000D+00 644 644 2.50000000000000D-01 645 645 4.00000000000000D+00 646 646 2.50000000000000D-01 647 647 4.00000000000000D+00 648 648 2.50000000000000D-01 649 649 4.00000000000000D+00 650 650 2.50000000000000D-01 651 651 4.00000000000000D+00 652 652 4.00000000000000D+00 653 653 2.50000000000000D-01 654 654 4.00000000000000D+00 655 655 2.50000000000000D-01 656 656 4.00000000000000D+00 657 657 2.50000000000000D-01 658 658 4.00000000000000D+00 659 659 2.50000000000000D-01 660 660 4.00000000000000D+00 661 661 4.00000000000000D+00 662 662 2.50000000000000D-01 663 663 4.00000000000000D+00 664 664 2.50000000000000D-01 665 665 4.00000000000000D+00 666 666 2.50000000000000D-01 667 667 4.00000000000000D+00 668 668 2.50000000000000D-01 669 669 1.00000000000000D+08 670 670 1.00000000000000D+08 671 671 1.00000000000000D+08 672 672 1.00000000000000D+08 673 673 1.00000000000000D+08 674 674 1.00000000000000D+08 -SOLUTION/CONSTRAINT_WEIGHT_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_MATRIX * Ind1 Ind2 Decomposed_normal_matrix(ind1,ind2) 1 1 8.35337286595106D+04 2 1 -5.49918294108063D+04 2 2 1.52586423199378D+05 3 1 -3.27114549214393D+03 3 2 7.01495155705363D+04 3 3 1.62215128895454D+05 4 1 -2.41767024134509D+04 4 2 9.90561008368582D+04 4 3 6.75457012194172D+04 4 4 2.53971768160317D+05 5 1 -1.79084241547436D+04 5 2 1.10231286838464D+05 5 3 8.56869779779315D+04 5 4 1.50589430376526D+05 5 5 2.40079598318979D+05 6 1 -1.43439648371972D+04 6 2 -7.78099088343978D+03 6 3 -3.10672746992037D+04 6 4 5.50972074119747D+03 6 5 -8.49567904252037D+04 6 6 1.60635691605873D+05 7 1 1.61639803821817D+04 7 2 -2.67788053756729D+04 7 3 9.83269452592358D+03 7 4 -1.06792450729690D+05 7 5 -1.46594487774231D+05 7 6 5.07757783275843D+04 7 7 4.43504758761607D+05 8 1 1.55991296105608D+04 8 2 -1.36305876202956D+04 8 3 1.93702693177965D+04 8 4 -1.08641596477434D+05 8 5 -1.50939074676268D+05 8 6 3.84318726726212D+04 8 7 3.07519653555028D+05 8 8 3.26956091329619D+05 9 1 -1.01681716851741D+04 9 2 3.39020857282020D+04 9 3 1.40337632451206D+04 9 4 -9.39216071575060D+04 9 5 -1.94790510685965D+04 9 6 -9.76673047948331D+04 9 7 -4.31927921929806D+04 9 8 9.99332207090743D+04 9 9 4.55402913081057D+05 10 1 6.59526337844203D+03 10 2 -2.77127623376637D+04 10 3 -2.76325854825974D+04 10 4 -5.94336116836823D+04 10 5 3.57723539004475D+03 10 6 -3.59361756290421D+04 10 7 1.85216340913186D+04 10 8 1.92875941109308D+04 10 9 1.01154134928733D+04 10 10 1.75990935040625D+05 11 1 -1.23610702550327D+04 11 2 4.03605582362134D+04 11 3 1.49907441827729D+04 11 4 -7.27034362074248D+04 11 5 -8.94333794368897D+04 11 6 1.99531229280755D+04 11 7 -3.01048390243948D+03 11 8 -8.94317812748253D+03 11 9 -2.25041608065665D+04 11 10 -2.12127713354345D+04 11 11 2.72687968102526D+05 12 1 -1.49408929284289D+03 12 2 3.99306636586855D+03 12 3 5.18536154530384D+03 12 4 1.00471879215427D+04 12 5 3.25001927280333D+03 12 6 2.73589198612235D+03 12 7 -2.41709937616717D+03 12 8 -2.96704021766677D+03 12 9 -2.57724274400622D+03 12 10 -3.86862340757698D+04 12 11 -1.20388738618009D+04 12 12 2.55049141703378D+04 13 1 -1.13363133744253D+04 13 2 3.55431614155825D+04 13 3 6.67889623915628D+04 13 4 -3.20856329165865D+04 13 5 1.06472891289238D+04 13 6 -2.05802505873814D+04 13 7 -9.51457458181679D+03 13 8 -6.88593399195001D+03 13 9 6.27099879635125D+03 13 10 -1.36677114441787D+05 13 11 8.67140339145721D+04 13 12 3.11202467581555D+04 13 13 2.09921203146136D+05 14 1 4.73500603815019D+04 14 2 -1.82484936027125D+05 14 3 -1.03099727755256D+05 14 4 -5.47555164203942D+04 14 5 -9.35473606480137D+04 14 6 2.75984798738062D+04 14 7 6.42228164908141D+04 14 8 6.47299223945290D+04 14 9 1.64663632539883D+04 14 10 1.87637446596813D+04 14 11 -2.37356793431211D+05 14 12 8.93679429805651D+03 14 13 -1.07272792662868D+05 14 14 3.84869828074299D+05 15 1 -2.37123009571619D+04 15 2 2.31115794335604D+04 15 3 -7.91244341347441D+04 15 4 9.47897510160506D+03 15 5 1.53227752498407D+04 15 6 -1.30592964433059D+04 15 7 -3.05473450956307D+03 15 8 -7.17941966660693D+03 15 9 -2.13922519594431D+03 15 10 7.63585081879720D+04 15 11 -1.48430057262201D+04 15 12 -2.80446230489835D+04 15 13 -7.55235870126337D+04 15 14 -1.88878544398360D+04 15 15 1.29453638486221D+05 16 1 -7.07799562840872D+04 16 2 -2.51158653064743D+04 16 3 -1.13263627555311D+05 16 4 -3.14833703634813D+04 16 5 -3.11042676702142D+02 16 6 1.45748911362886D+04 16 7 -3.61883347566515D+05 16 8 -2.26878846637674D+05 16 9 1.30896157857403D+05 16 10 -4.99710655966401D+03 16 11 2.25737279560901D+04 16 12 1.42998754066043D+03 16 13 -2.03075679118056D+04 16 14 3.16916875868514D+04 16 15 1.64531387896352D+04 16 16 4.89451349130578D+05 17 1 2.23121339441780D+04 17 2 -1.07062744879395D+05 17 3 -8.70977791219912D+04 17 4 -1.35449820246845D+04 17 5 -1.63910706769340D+04 17 6 6.75430596455932D+03 17 7 -1.95358692864913D+05 17 8 -2.18173173478860D+05 17 9 -1.08318457663476D+05 17 10 7.29695954987104D+03 17 11 2.26848242757441D+04 17 12 -1.17396575337765D+03 17 13 -1.87457577517824D+04 17 14 6.37893392539620D+04 17 15 2.47592528326716D+03 17 16 1.98040339220691D+05 17 17 2.55152825336564D+05 18 1 5.29896716370117D+04 18 2 -1.23375255561650D+05 18 3 -7.12425427499451D+04 18 4 1.34002148406580D+03 18 5 1.76068757161498D+02 18 6 -2.15777055540606D+04 18 7 -1.19438475657590D+04 18 8 -1.47588902960010D+05 18 9 -3.67052901465762D+05 18 10 1.57810730657130D+04 18 11 1.44421734271646D+04 18 12 -2.80429986260366D+03 18 13 -8.07637083941326D+03 18 14 6.89859451821521D+04 18 15 -7.08605759887397D+03 18 16 -5.00905485936217D+04 18 17 1.87359971327476D+05 18 18 4.69763509371839D+05 -SOLUTION/DECOMPOSED_NORMAL_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_VECTOR * Ind1 Decomposed_vector(ind1) 1 -4.08610098108394D+01 2 -1.01265323591022D+03 3 2.50674900843455D+00 4 4.27601387859024D+03 5 2.63788454439034D+03 6 3.70343032652992D+01 7 -6.63325552925455D+03 8 -8.10276026387736D+03 9 -8.86138440938885D+03 10 -2.18210688624657D+02 11 8.31393842446043D+02 12 1.85043149503438D+02 13 -6.31357654911982D+02 14 -9.57291602723241D+02 15 -6.22912384411159D+02 16 3.24767100403728D+03 17 6.60342671567904D+03 18 9.25971259207995D+03 -SOLUTION/DECOMPOSED_NORMAL_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_CALIBRATION LOADING_EFFECT * Ind1 Decomposed_vector(ind1) 1 -2.44458769204827D+02 2 1.15708687578099D+02 3 3.71614003098358D+02 4 5.04885927433125D+01 5 2.38151414188521D+01 6 6.59778298544036D+01 7 2.38023417839086D+02 8 1.14344100259215D+02 9 -9.75854570140046D+01 10 3.43820343213210D+02 11 9.30854908146559D+01 12 -4.16178593571341D+01 13 -3.44659136059028D+02 14 -1.25013741155554D+02 15 -2.44687907722170D+02 16 -4.32144485318928D+01 17 -2.21939678914343D+02 18 -5.37006088641167D+01 -SOLUTION/DECOMPOSED_NORMAL_CALIBRATION * * ----------------------------------------------------------------------------- * %ENDSNX