%=SNX 2.10 USN 20:106:40766 USN 87:206:57535 87:208:57055 R 00046 2 C E S * * Created on: 2020.04.15-11:19:26 local time * Created at: United States Naval Observatory * Created by: Alan Fey ( afey@nuit.usno.navy.mil ) * Generated by: routine WRITE_SINEX_J , revision date 2019Oct16 * * ----------------------------------------------------------------------------- * +FILE/REFERENCE DESCRIPTION USN OUTPUT Single session VLBI solution CONTACT afey@nuit.usno.navy.mil SOFTWARE VLBI analysis system Calc/Solve, revision date 2020.01.23 HARDWARE HPx86_64 Linux 2.6.32-754.28.1.el6.x86_64 INPUT VLBI experiment cdp87o, database $87JUL25X_ version 024 -FILE/REFERENCE * * ----------------------------------------------------------------------------- * +FILE/COMMENT Format Description: http://gemini.gsfc.nasa.gov/solve_root/help/sinex.html Solution description: n/a >>> FORMAT DESCRIPTION <<< >>> ################## <<< Sinex output implementation in the VLBI Analysis software system Calc/Solve Leonid Petrov 2008.04.29 Abstract This document describes how Calc/Solve writes down a listing of a VLBI solution in Sinex format. Questions and comments about this guide should be sent to: Dan MacMillan (Daniel.S.MacMillan@nasa.gov) David Gordon (David.Gordon-1@nasa.gov) John Gipson (John.M.Gipson@nasa.gov) Table of contents: 1 ................ Overview 2 ................ Deviations from the SINEX 1.00 standard 2.1 ........... New block SOLUTION/CONSTRAINT_EQUATION_INFO 2.2 ........... New block SOLUTION/CONSTRAINT_EQUATION_MATRIX 2.3 ........... New block SOLUTION/CONSTRAINT_EQUATION_VECTOR 2.4 ........... New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX 2.5 ........... New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK 2.6 ........... New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK 2.7 ........... New block NUTATION/DATA 2.8 ........... New block PRECESSION/DATA 2.9 ........... New block SOURCE/ID 3 ................ Deviations from the SINEX 2.10 standard 4 ................ Implementation in Solve 4.1 ........... Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.2 ........... Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.3 ........... Treatment of station with discontinuous motion 4.4 ........... Restrictions ________________________________________________________________________________ 1 Overview ========== SINEX stands for "Solution INdependent EXchange format". This format was developed by Blewitt et al. (1994) http://www.dgfi.badw-muenchen.de/gps/sinex.html and http://alpha.fesg.tu-muenchen.de/iers/sinex/sinex_v2_appendix1.pdf for facilitating the task of combining several GPS solutions. Original design of Sinex format was made for solving this specific task. However, later this format evolved towards to a common machine-readable form of solution listings for other space geodesy techniques, VLBI and SLR, and attempts were made for overcoming flaws of the original design. This process of evolution is not yet completed, therefore, different software systems implement a little bit different flavors of Sinex format. Listings in Sinex format produced by Solve contain information about stations, sources, estimates of the parameters, their covariance matrix, constraint equation, right-hand side of constraint equations and weight matrix of constraint equations. In addition to these results, a portion of the decomposed normal matrix and normal vector can be included in the listing as well. A user has control which blocks should be included in the listing. The current implementation of the Sinex format does not allow to include in the listing any parameter which was solved for. Only some type of parameters, like station position, EOP, etc can be included. However, a user has total control which parameters among the parameters of the supported type are to be included or not included in the listing. 2 Deviations from the SINEX 1.00 standard ========================================= Solve currently writes listing either in Sinex 2.10 format or in Sinex 2.20 format. Deviations from the Sinex 1.00 standard are as follows: 1) Eight new blocks were added: SOLUTION/CONSTRAINT_EQUATION_INFO SOLUTION/CONSTRAINT_EQUATION_MATRIX SOLUTION/CONSTRAINT_EQUATION_VECTOR SOLUTION/CONSTRAINT_WEIGHT_MATRIX The purpose of these four blocks is to overcome the flaw of original design of Sinex format and provide complete information about all constraints used in the solution. SOLUTION/DECOMPOSED_NORMAL_MATRIX SOLUTION/DECOMPOSED_NORMAL_VECTOR The purpose of these blocks is to provide information about transformed normal equations before applying constraints. NB: one of the three items: covariance matrix, constraint equations and decomposed normal equations is redundant: having two of them one can derive the third one. NUTATION/DATA PRECESSION/DATA The purpose of this section is to provide information about used nutation/precession model and to define parameter "estimates of nutation angles". 2) SOLUTION/STATISTICS block has new items: WEIGHTED SQUARE SUM OF O-C sum { y(T) * w * y } WRMS OF POSTFIT RESIDUALS sum { (A*e - y)(T) * w * (A*e - y) )/Sp ( w ) where y -- the difference between the observed time delay and theoretical; A -- matrix of equations of conditions; e -- vector of the parameter adjustments; w -- weight matrix; Sp -- stands for the mathematical operation of computing trace of a matrix: the sum of diagonal elements. Summing is done over all observations used in parameter estimation. Comment: field WEIGHTED SQUARE SUM OF O-C is not computed in global mode. Meaning of other parameters: NUMBER OF OBSERVATIONS total number of used observables NUMBER OF UNKNOWNS total number of unknowns, including those, which are not shown in the Sinex listing SQUARE SUM OF RESIDUALS (VTPV) sum { (A*e - y)(T) * w * (A*e - y) ) VARIANCE FACTOR sum { (A*e - y)(T) * w * (A*e - y) )}/ ( N - M - Sp( Cov(A) * B(T) * z * B ) ) where Cov(A) -- covariance matrix of the entire solution (NB: Sinex listing may have only a portion of the solution) B -- matrix of equations of constraints; z -- weight matrix of constraints; N -- total number of equations of conditions (observables); M -- total number of unknowns. 3) The blocks which keep element of matrices do not have fields "Second Matrix Element" and "Third Matrix Element". The purpose of this change is to facilitate the process of creation of the listing and to reduce significantly the probability of errors. 4) SOLUTION/MATRIX_APRIORI is not provided. The reason is that Solve does not operate the notion of apriori covariance matrix. And it also uses singular constraints which cannot be reduced to the form of apriori covariance matrix. Since full information about constraints is provided in other blocks, SOLUTION/MATRIX_APRIORI is considered as an obsolete block. 2.1 New block SOLUTION/CONSTRAINT_EQUATION_INFO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__I_N_F_O__B_L_O_C_K_____________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Constraint | Identifier of the constraint | 1X,A8 | | Equation | | | | Identifier | | | |________________|___________________________________|______________| | | | | | Constraint | Index of vector constraint. | 1X,I5 | | Equation | 1 for scalar constraint. | | | Sub-index | | | | | | | |________________|___________________________________|______________| | | | | | Constraint | Description of the constraint | 1X,A40 | | Equation | | | | Description | | | |________________|___________________________________|______________| This block provides description of constraint equations. Matrix of constraint equations has dimension N_cns * N_par, where N_cns -- the number of constraint equations, N_par -- number of estimated parameters. The first field of the CONSTRAINT_EQUATION_INFO keeps the index of the constraint, the second field keeps constraint identifier. Currently, the following constraint identifiers are supported: NNT_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta r )/ |r|^2 * R_e here r -- vector of station coordinate; Delta r -- vector of adjustments to station position R_e -- Earth's equatorial radius. Units: dimensionless NNT_VEL -- net rotation on station velocity. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_VEL -- net rotation on station velocity This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta v )/ |r|^2 * R_e here r -- vector of station coordinates; Delta r -- vector of adjustments to station velocity; R_e -- Earth's equatorial radius. Units: 1/yr NNR_SRC -- net rotation on source coordinates 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation EOP_XPL -- constraint on X pole coordinate EOP_YPL -- constraint on Y pole coordinate EOP_UT1 -- constraint on UT1 angle EOR_XPL -- constraint on X pole rate EOR_YPL -- constraint on Y pole rate EOR_UT1 -- constraint on UT1 rate VEL_U -- constraint on Up topocentric coordinate of station velocity VEL_E -- constraint on East topocentric coordinate of station velocity VEL_N -- constraint on North topocentric coordinate of station velocity VEL_X -- constraint on X coordinate of station velocity VEL_Y -- constraint on Y coordinate of station velocity VEL_Z -- constraint on Z coordinate of station velocity STA_U -- constraint on Up topocentric coordinate of station position STA_E -- constraint on East topocentric coordinate of station position STA_N -- constraint on North topocentric coordinate of station position STA_X -- constraint on X coordinate of station position STA_Y -- constraint on Y coordinate of station position STA_Z -- constraint on Z coordinate of station position BLC_VAL -- constraint on baseline clocks DCL_ORG -- constraint on declination of the set of certain sources GRD_OFF -- constraint on atmosphere path delay gradient offset NUT_OFF -- constraint on offset of nutation in longitude and nutation in obliquity OAT_RAT -- constraint on rate of changes of atmosphere path delay OCL_RAT -- constraint on clock drift RAS_ORG -- constraint on right ascension of the set of certain sources SRC_COO -- constraint on source right ascension and declination STA_ORG -- constraint on position of certain stations STA_TIE -- constraint on differences in position of several sites VEL_DIR -- constraint on horizontal projection of the differences in velocities of two stations VEL_ORG -- constraint on velocities of certain stations VEL_SET -- constraint on linear combination of velocity components VEL_TIE -- constraint on differences in velocities of several sites VEL_VER -- constraint on vertical component of station velocity Constraints on segmented parameters STA_PWC -- constraint on site velocity in the the case when site position is modeled by linear spline GRD_RAT -- constraint on atmosphere path delay gradient rate ATM_RAT -- constraint on atmosphere path delay rate between segments CLO_RAT -- constraint on clock rate between segments UT1_RAT -- constraint on UT1 rate in the case of linear spline EOP parametrization XPL_RAT -- constraint on X pole coordinate in the case of linear spline EOP parametrization YPL_RAT -- constraint on Y pole coordinate in the case of linear spline EOP parametrization Constraint equation sub-index is 1 for scalar constraint, like EOP_XPL and runs over components of vector constraints, like NNT_POS (1,2,3 in this example). 2.2 New block SOLUTION/CONSTRAINT_EQUATION_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keep matrix of constraint equations. Equations are organized by rows. Zero elements are omitted. _____________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__E_Q_U_A_T_I_O_N__B_L_O_C_K_____| | | | | |__Field___________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | equation row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |__________________|___________________________________|______________| | | | | | Constraint | Column index for the Constraint | 1X,I5 | | equation | Equation. It must match the | | | column index | parameter index in the | | | | SOLUTION/ESTIMATE block for the | | | | same parameter. | | |__________________|___________________________________|______________| | | | | | Constraint | Matrix element at the location | 1X,E21.14 | | matrix element | (row index, column index). | | |__________________|___________________________________|______________| 2.3 New block SOLUTION/CONSTRAINT_EQUATION_VECTOR ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keeps the right-hand side of constraint equations. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__V_A_L_U_E__B_L_O_C_K_________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation vector. It must match | | | | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Right hand | Value of right hand part of the | | side value | constraint equation. | 1X,E21.15 | |________________|___________________________________|______________| | | | | | Sigma | Reciprocal weight which is | | | | ascribed to this constraint | 1X,E21.15 | | | equation. | | |________________|___________________________________|______________| | | | 48 | |______________| 2.4 New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains the elements of the weight matrix of constraint equations. Zero elements are omitted. ______________________________________________________________________ |_____________C_O_N_S_T_R_A_I_N_T___W_E_I_G_H_T___M_A_T_R_I_X__________| | | |__Field__________________Description_______________________Format_____| | | | | | Row index of the | Row index for the weight | 1X,I5 | | weight matrix | constraint matrix. It matches | | | of constraint | the index of the constraint | | | equations | equation. | | |___________________|___________________________________|______________| | | | | | Column index of | Column index for the weight | 1X,I5 | | the weight matrix | constraint matrix. It matches the | | | of constraint | index of the constraint equation | | | equations | | | |___________________|___________________________________|______________| | | | | | Weight matrix of | Matrix element at the location | 1X,E21.14 | | constraint | (row index, column index). | | | equations element | | | |___________________|___________________________________|______________| 2.5 New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block described all parameters adjusted in the solution, decomposed normal matrix is equivalent to the full normal matrix. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal matrix D_ii is defined as D_ii = N_ii - N_ei(T) * (C_ee + N_ee){-1} * N_ei where N_ii -- the block of normal matrix which corresponds to the equations included in the SOLUTION/ESTIMATE list; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters included in the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes D_ii as D_ii = (V_ii){-1} - C_ii where V_ii -- covariance matrix of the parameters mentioned in SOLUTION/ESTIMATE list; C_ii -- the block of normal matrix of constraints which corresponds to the parameters in SOLUTION/ESTIMATE list. It is assumed that C_ei = 0 C_ei -- the block of normal matrix of constraints which corresponds to the product of equations of constraints of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__M_A_T_R_I_X___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Decomposed | Row index for the normal matrix. | 1X,I5 | | normal matrix | It must match the parameter index | | | row index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Column index for the normal matrix| 1X,I5 | | normal matrix | It must match the parameter index | | | column index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Matrix element at the location | 1X,E21.14 | | normal matrix | (row index, column index). | | | element | | | |________________|___________________________________|______________| 2.6 New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed right hand parts of normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block describes all parameters adjusted in the solution, the decomposed normal vector is equivalent to the full normal vector. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal vector d_i is defined as d_i = n_i - N_ei(T) * (C_ee + N_ee){-1} * n_e where n_i -- the block of normal vector which corresponds to the equations listed in the SOLUTION/ESTIMATE; n_e -- the block of the normal vector which corresponds to the omitted parameters; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes d_i as d_i = D_i * e_i where e_i -- vector of the estimates of the parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__V_E_C_T_O_R___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Estimated | Index of the estimated parameter. | 1X,I5 | | Parameter | | | | Index | | | | | | | |________________|___________________________________|______________| | | | | | Element of | Element of the decomposed normal | 1X,E21.14 | | decomposed | ( Row Number , Column Number ). | | | normal vector | ( Row Number , Column Number ). | | |________________|___________________________________|______________| | | | 28 | |______________| 2.7 New block NUTATION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes which apriori nutation model is used and what is the reference model to which the nutation angles are referred. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Nutat. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | REN2000 | | | | IAU1980 | | | | IERS1996 | | | | IAU2000a | | | | IAU2000b | | |________________|___________________________________|______________| | | | | | [Nut. Usage] | Usage flag: APR or REF | 1X,A3 | | | APR means that the previous | | | | field kept the nutation model | | | | used for apriori. | | | | REF means that the previous | | | | field kept the nutation model | | | | used as a reference. | | | | NONE means that the total | | | | nutation angles are presented | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A66 | |________________|___________________________________|______________| | | | 80 | |______________| 2.8 New block PRECESSION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes the apriori precession constant which was used. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Prec. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | IAU1980 | | | | IAU2000 | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A70 | |________________|___________________________________|______________| | | | 80 | |______________| Nutation angles can be presented either as nutation in obliquity and nutation in longitude in accordance to Newcomb-Andoyer formalism or as nutation X, nutation Y in accordance to Ginot-Capitaine formalism. Contrary to claims of Dr. Capitaine, both approaches are equivalent. 2.9 New block SOURCE/ID ~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |_____________R_A_D_I_O___S_O_U_R_C_E___D_A_T_A___L_I_N_E___________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Source Code | Call sign for a source | 1X,A4 | |________________|___________________________________|______________| | | | | | IERS name | IERS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | ICRF name | ICRF name of the radio source | 1X,A16 | |________________|___________________________________|______________| | | | | | IAU name | IAU J2000.0 name of the radio | 1X,A10 | | | source | | |________________|___________________________________|______________| | | | | | IVS name | IVS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | Comments | Comments or other names of the | 1X,A29 | | | radio source | | |________________|___________________________________|______________| | | | 80 | |______________| 3 Deviations from the SINEX 2.10 standard ========================================= Sinex listing in 2.20 format has different names for parameters in accordance to an anonymous document circulated in 2008 known as "Proposal 2". 4 Implementation in Solve ========================= Solve normally produces the listing in its own so-called "spool-format". In addition to the spool listing, Solve has a limited ability to generate listings in Sinex format. It can write the listing in Sinex format when it runs in batch mode. Description of the keyword Sinex in the control language can be found in http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html#section3.13 When a user requests to apply specific constraints, Solve does not modify normal matrix immediately. Procedures of imposing constraints collect all constraint equation coefficients, weights, right hand part equations as well as constraint description in an intermediate data structure. After collecting all information about constraints Solve "applies" constraints by modifying normal matrix and normal matrix. If a Sinex output option is specified, then Solve passes this intermediate data structure to the routine which writes listing down and, thus, this subroutine has access to full information about the constraints. Solve allows a user to specify which items among ESTIMATES, COVARIANCES, CONSTRAINTS, DECOMPOSED_NORMAL_EQUATIONS or all of them are to be included in the listing together with mandatory blocks. Solve allows a user to specify which parameters are to be included in the output. Currently, Solve does not allow to include any parameter in the listing, but only one from the pre-defined list of supported parameter. 4.1 Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ INCLUDE_PARAM and EXCLIDE_PARAM files contain the parameter lists. List consists of one or more lines with Solve intrinsic 20-characters long parameter names. The lines which starts from # are considered as comments. Wild-card symbols * and ? can be included. Solve check the name of each estimated parameter against INCLUDE_PARAM list. If the name matches with at least one line (except comment) then the name is flagged as "included". After that Solve check each parameter against EXCLUDE_PARM list. If it matches with at least one line (except comment) then it is flagged as "excluded". All parameters which are flagged as "included" and are not flagged as "excluded" will be included in the Sinex output. The list of intrinsic parameter names: Parameters which can be put in the listing in Sinex format: ssssssss X COMPONENT X-coordinate of station position at reference epoch ssssssss Y COMPONENT Y-coordinate of station position at reference epoch ssssssss Z COMPONENT Z-coordinate of station position at reference epoch ssssssss X VELOCITY X-coordinate of station velocity ssssssss Y VELOCITY Y-coordinate of station velocity ssssssss Z VELOCITY Z-coordinate of station velocity ssssssss Xyymmdd-COO X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-COO Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-COO Z-coordinate of station position at epoch yymmdd ssssssss Xyymmdd-POS X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-POS Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-POS Z-coordinate of station position at epoch yymmdd ssssssss AXIS OFFSET axis offset of the ssssssss station X WOBBLE 0yymmddhhmm X-coordinate of pole position at epoch yymmddhhmm X WOBBLE 1yymmddhhmm Time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 0yymmddhhmm Y-coordinate of pole position at epoch yymmddhhmm Y WOBBLE 1yymmddhhmm Time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 0yymmddhhmm UT1 angle at epoch yymmddhhmm UT1-TAI 1yymmddhhmm First time derivative of UT1 angle at epoch yymmddhhmm LONGITUDE NUTATION Nutation in longitude OBLIQUITY NUTATION Nutation in obliquity qqqqqqqq RIGHT ASCEN Right ascension at J2000.0 epoch qqqqqqqq DECLINATION Declination at J2000.0 epoch qqqqqqqq RIGHT ASC V Proper motion in right ascension qqqqqqqq DEC VELO Proper motion in declination Other parameters which the current version of Solve cannot put in the listing in Sinex format: ssssssssA0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssa0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssC0yymmddhhmm Global clock offset at epoch yymmddhhmm ssssssssC1yymmddhhmm Global clock rate at epoch yymmddhhmm ssssssssC2yymmddhhmm Global clock rate drift at epoch yymmddhhmm ssssssss--ssssssss C baseline dependent clocks ssssssssNGyymmddhhmm Atmosphere gradient in north direction ssssssssEGyymmddhhmm Atmosphere gradient in east direction X WOBBLE 2yymmddhhmm Second time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 2yymmddhhmm Second time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 2yymmddhhmm Second time derivative of UT1 angle at epoch yymmddhhmm Gamma Relativistic PPN parameter gamma where "ssssssss" stands for the IVS station name "qqqqqqqq" stands for the IVS source name "yyddmmhhss" stands for time epoch like 980729113459 -- July 29, 1998 11 hours 34 minutes 59 seconds. 4.2 Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. daily_inc.bsc # # -- Include parameters which will be put in Sinex listing # # The following parameters are to be included in the Sinex listing: # # 1) Station coordinates # 2) pole coordinates # 3) UT1 # 4) rate of change of pole coordinates # 5) rate of change of UT1 # 6) daily nutation angles # ?????????X COMPONENT ?????????Y COMPONENT ?????????Z COMPONENT ?????????X??????-COO ?????????Y??????-COO ?????????Z??????-COO ?????????X??????-POS ?????????Y??????-POS ?????????Z??????-POS X WOBBLE 0* X WOBBLE 1* Y WOBBLE 0* Y WOBBLE 1* UT1-TAI 0* UT1-TAI 1* LONGITUDE NUTATION OBLIQUITY NUTATION 2. daily_exc.bsc # # -- Exclude parameters which will be put in Sinex listing # # Nothing to exclude # 3. daily_esc_notigo.bsc # # -- Exclude parameters which will be put in Sinex listing # # All parameters related to station TIGOCONC are excluded # # (NB: no common constraint equations with other stations can be # imposed if computation of the decomposed normal matrix is required ) # TIGOCONC* 4.3 Treatment of station with discontinuous motion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ It is an empirical fact that some stations has a quasi-instant motion due to seismic events, rails repair and other reasons of instability of VLBI site positions. It is an analyst who determines the appropriate model for handing such stations. In the case if an analyst trusts to results of the measurements of such a motion by an independent technique, f.e. results of local survey before and after rails repairing, then position of the station is modeled by one parameter, and the motion of the station is described by the set of eccentricity values at the epochs before and after the motion. If an analyst does not trust to independent measurements, or such measurements are unavailable, f.e. in the case of seismic motion, then coordinates of such station are described by a model X = a1*B0(t0,t1) + a2*B0(t1,t2) + ... + b*(t-tref) where B0 -- a basis spline of the 0-th order on the range t0, t1 ( it is 1 at the range [t0, t1], and 0 otherwise ) tref -- reference epoch; t0 -- epoch of the first observations; t1, t2 ... -- epoch of discontinuities. Parameters a1, a2 ... have the same parameter name STAX, STAY, STAZ, but they are distinguished by sub-index 1,2... in the field SBIN (former name SOLN). This field is used in sections SITE/EPOCHS, SITE/APRIORI, SITE/ESTIMATES. If the station did not have discontinuity in the motion than SBIN always has the value 1. The modern approach is to model non-liner site position with B-spline or order 0,1,2,3. Sinex format does not allow to put in the listing estimates of B-spline of order higher than 0. 4.4 Restrictions ~~~~~~~~~~~~~~~~ The current implementation (2002.10.04) cannot write the listing in Sinex format in several cases: 1) Constraint NO_NET_TRANSLATION is not supported. Use NO_NET_TRANSLATION_POSITION instead of that. 2) Suppressions VELOCITIES NO STATIONS NO SOURCES NO PROPER_MOTIONS NO 3) Solve cannot put in the listing site position modeled by linear spline. 4) Currently, Solve can include in Sinex listing global parameters if it runs in global mode and local parameters if it runs in independent mode. It cannot include local parameters if it runs in global mode. This restriction may be lifted in the future. 5) Solve cannot include in the listing in Sinex format second and higher order UT1 and polar motion time derivatives. 6) Solve cannot include user parameters in the listing in Sinex format, but can include user constraints. 7) No common constraints between included and not included parameters can be imposed if computation of decomposed normal matrix is required. Solve will issue a warning if a constraint equation has non-zero elements for the parameters from both groups of included and not included parameters in the case if computation of a decomposed normal matrix is required, and will issue an error message and stop if the decomposed normal matrix is to be included in the sinex listing. >>> Solution Control file <<< >>> ##################### <<< Refer to http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html for description the syntax of Mark5 VLBI analysis software control files Local file name: snx2020b_84to94_00.cnt File length: 14780 Modification date: 2020.04.14_13:43:14 ************************************************************************** *** *** 2020b Sinex global solution -- A. Fey *** last modified: 04/14/2020 ALF *** *** Solution: snx2020b_84to94_00.cnt *** *** ARC list: snx2020b_84to94.arc *** Weights: usno2020Mar31_base.wgt *** Atmosphere: 20 minutes *** Clocks: 60 minutes *** EOP off./rate: XYU/XYU *** Nutation: offset *** Gradient: 6 hours *** Sources: local *** Stations: local *** Axis offsets: no *** Data: delay only *** Elev. cutoff: 5 degrees *** EOP mod file: last_usno_finalF_2020Mar31.erp *** *** NOTE: ** ************************************************************************** *** *** This section determines the solution's general characteristics *** $SETUP DEFAULTS NO SOLUTION INDEPENDENT *** vgosDb directory VGOSDB_DIR /data3/vgosDb CGM NONE NONE MERGE_CGM NONE ARC_FILES NONE ID USNO export Sinex solution for EOP * TRAIN NO GLO_PARLIM 2560 INC_PARLIM 128 SORT YES STATIONS ALPHABET SOURCES RIGHT_ASCENSION * USER_PROGRAM NONE USER_PARTIALS NONE USER_CONSTRAINTS NONE * WEIGHTS REQUIRE /data1/solve/solutions/usn2020b/usno2020Mar31_base.wgt BY_BASELINE * WEIGHTS IN * FAST_MODE B3D FAST_DBG MONITOR FAST_COV SEG SAVING_RATE 100 SUPMET PRE98 QUALCODE_LIMIT 5 WARNING NO * SINGULARITY_CHECK ACTION REPARAM/EXCLUDE \ * SINGULARITY_CHECK ACTION WARNING \ STAMIN 8 \ SOUMIN 4 \ BASMIN 3 * SOURCE_WEIGHTS NO ELEVATION_DEPENDENT_NOISE NO EMULATION NO *** *** This section specifies parameters to be estimated (adjusted). *** $FLAGS * ATMOSPHERES MOST 20 CLOCKS MOST 60 * GRADIENTS YES 6 *?GRADIENTS YES 6 EXCEPT NO \ *? AIRA AUSTINTX AZORES BERMUDA BLKBUTTE \ *? BLOOMIND BREST CARNUSTY CARROLGA CHICHI10 \ *? CHLBOLTN CTVASBAY CTVASTJ DAITO DEADMANL \ *? DSS15 ELY FLAGSTAF FORTORDS FORT_ORD \ *? FTD_7900 GBT-VLBA GGAO7108 GIFU11 GIFU3 \ *? GOLDVENU GORF7102 GRASSE HALEAKAL HOFN \ *? HOHENFRG HOHNBERG JPL_MV1 KAINAN KANOZAN \ *? KARLBURG KASHIM11 KIRSBERG KODIAK KOGANEI \ *? KOGANEI3 KWAJAL26 LEONRDOK MAMMOTHL MARCUS \ *? MARPOINT MCD_7850 METSAHOV METSHOVI MIAMI20 \ *? MILESMON MIURA MIYAZAKI MIZNAO10 MIZUSGSI \ *? MOJ_7288 MON_PEAK MV2ONSLA NOBEY_6M NOME \ *? NRAO85_1 OCOTILLO OHIGGINS ONSALA85 OVR_7853 \ *? PARKES PBLOSSOM PENTICTN PINFLATS PLATTVIL \ *? PRESIDIO PT_REYES PVERDES QUINCY ROBLED32 \ *? SAGARA SANPAULA SEATTLE1 SESHAN25 SEST \ *? SHANGHAI SINTOTU SINTOTU3 SNDPOINT SOURDOGH \ *? SUWON SYOWA TATEYAMA TITIJIMA TOMAKO11 \ *? TOULOUSE TROMSONO TRYSILNO TIDBIN64 TIGOWTZL \ *? TSUKUBA TSUKU3 URUMQI USSURISK USUDA64 \ *? VERNAL VICTORIA VLA VLA-N8 WHTHORSE \ *? YAKATAGA YEBES YELLOWKN YLOW7296 YUMA * UT1/PM POLYNOMIAL OFFSET XYU RATE XYU 2ND_ORDER --- MIDDLE * * Use the following to put the X/Y precession/nutation into the * individual Sinex files. * NUTATION XY_OFFSET *?NUTATION OFFSET * BASELINE_CLOCKS IN * SOURCES YES REF_EPOCH 2015.01.01 STATIONS YES REF_EPOCH 2010.01.01 VELOCITIES NO PROPER_MOTIONS NO HI_FREQ_EOP NO PRECESSION NO RELATIVITY NO AXIS NO *** *** This section determines what output BATCH produces. *** $OUTPUT RESET YES FORWARD NO BASELINES YES MINIMUM NO SCREEN NO COVARIANCES NO CORRELATIONS NO STATION_TABLE NO POS_ELLIPSES NO MOD_FILES NO RESIDUALS NONE MINIMIZE_SIGMAS NO *?SINEX NO SINEX YES \ FORMAT_VERSION 2.10 \ ALLOW_OVERWRITE NO \ GLOBAL NO \ LOCAL YES \ SEGMENTED NO \ ESTIMATES YES \ DECOMPOSED_NORMAL_EQUATIONS YES \ CONSTRAINTS YES \ COVARIANCES YES \ LOADING_EFFECT YES \ INCLUDE_PARAM /data1/solve/oper/sinex/ivs_daily_inc.bsc \ EXCLUDE_PARAM /data1/solve/oper/sinex/ivs_daily_exc.bsc \ OUTPUT_FILE /data1/solve/solutions/usn2020b/snx84to94/_usn2020b.snx \ ACKNOWLEDGMENTS_FILE /data1/solve/oper/sinex/ivs_daily_ack.bsc \ COMMENTS_FILE /data1/solve/oper/sinex/ivs_daily_com.bsc NORMAL_MATRIX NO SEG_OUTPUT NO MAPPED_EOP_OUTPUT NO APRIORI_ZENDEL NO CRES_EMULATION NO NRD_TABLE YES CHI_SQUARE_TABLE NO LISTING_OPTIONS SRC_STAT LONG \ SEG_STYLE POST2005 *** *** Some parameters can be treated either as global or as *** session parameters. This section tells BATCH how to *** treat these parameters (YES = global). *** $CARRY SOURCES NO STATIONS NO AXIS NO *** *** This section determines which data is included in the solution. *** $DATA SOURCES YES EXCEPT \ * * 9 lensed sources (gravitational lenses) * 0218+357 0218+35A 0218+35B 1830-211 1830-21A 1830-21B 1422+231 1422+23C \ 0132-097 \ * * 1 source with really bad data (not sure why?) * 2224-308 \ * * 1 pulsar XU Vel * 0833-450 \ * * 5 radio stars with no data * HD32918 HD132742 HD146361 SIGCRB UXARI \ * * 3 radio stars with data (but they are stars) * HR1099 LSI61303 HR5907 \ * * 1 Not sure what this is, but has good data * * LANA \ * * 1 SN * SN1993J \ * * 224 sources with less than 3 (0,1,2,4) observations in crf2020b_01 * 0008-300 0009-148 0012-008 UG00192 4C+00.02 OB338 0032+276 0036-216 \ 0040+517 NGC0253 0045-255 0056-187 0103+337 0104-487 0106+130 0118-684 \ 0118-488 0119-011 0126-531 0131-450 0131-367 0141-609 0141+339 0153-663 \ 0154+410 0201-440 0206-625 0207-078 0232-507 M77 0253-218 NGC1167 \ 0324-489 0328-272 0333-276 0335+225 0340-600 0340-493 0340+044 0355-636 \ 0358-620 0400-613 0409-752 0409-526 0412-779 0409+000 0411+245 0428+205 \ 0446+074 0459+791 0511+009 0515-674 0512+249 0535+677 NGC2110 0611+139 \ MRK003 NGC2146 0633-263 0705+025 0712-037 0722+284 0731-465 0730+353 \ UG03927 0743+182 0758+120 0802-276 0806-483 0808-491 0810-180 0811-477 \ 0809+483 0810+563 0817+472 0830+115 0833+441 4C+32.26 0839+157 0844-557 \ 0846+184 0844+387 0854+178 0855+143 0902+343 0906-474 0905+524 0912+171 \ 0918+167 0920+168 0922+364 0926-039 0932-194 0937-282 0948-860 0941-080 \ M82 0951+699 0956+015 NGC3079 1001+621 1017+109 1020-103 1026-179 \ 1030-590 1036-697 1043-290 1045+155 1046-026 1047-597 1046+588 1050+341 \ 1051+391 NGC3690 1132-000 M106 NGC4278 1221+248 1225-023 1224-854 \ 1237+246 1239-044 1243-412 1245-197 1252+039 1254+226 1305-241 1313+200 \ 1316-12A 1317+143 1319-652 1320-407 1331+512 1332+317 1338+332 1341+144 \ 1414+652 1414-596 1418-065 1421-490 1422+268 TON202 1438-390 1439+327 \ 1501+481 1509-564 1511+238 1529+441 1528-509 1538-584 1556-580 1557-515 \ 1616-029 1622+238 1623-243 3C343 3C343.1 1646+217 NGC6240 1701-132 \ 1707-376 1713+218 SGR-A 1742-283 1744-299 1749-300 1750+093 1752-217 \ NGC6500 1805-214 1810+522 1813-241 1817+512 1827-360 1846-168 1848+333 \ 1851+030 1854-663 1858-143 NAQL93 1910-560 1920+154 1921+14B 1926+050 \ 1930-028 1934+207 1955-210 2000-045 2003+104 2004+064 2016-615 2022-582 \ 2027+383 NGC6946 2039-631 2047-655 2102+003 2101-715 2122-148 2134+237 \ 2134-470 2144+568 2152-505 2154-183 2205-002 2205-683 2209+184 2210-104 \ 2226-411 2227-210 2226-634 2235-556 2245-059 2303-673 2310-417 2311-632 \ 2314-625 2318-195 2324-009 2325+293 2344+092 2345-611 2348-010 2355+042 * STATIONS YES EXCEPT \ * * --- Duplicate names (used for polarization tests) * NOTOX WIDE85_3 VLBA85_3 MOJAVLBA LEFT85_1 \ HARTDBBC YEBESDBC YEBDBBC ONSALAAN YEBEDBBC \ OHIGGADS WETTDBBC LEFTKOK LEFT85_3 NYALDBBC \ NOTDBBC NOTOVDIF WETTVDIF * TYPE GROUP_DELAYS_ONLY ELEVATION 5.0 WVR_MASK NO EVERY NO NORATE_FLAG NO *** *** This section determines which contributions BATCH applies to a *** session. Contributions are corrections to delay and delay rate which *** were computed and stored in the superfile but not yet added to the *** theoretical delay and/or delay rate. *** $CONTRIBUTIONS SET WobXCont SET WobYCont SET EarthTid * Contribution for mean pole model is now in MAPPING section * SET Pol_Tide * SET PTideOld * SET Feed_Rot SET OPTLCont SET Ocean * Apply IERS2003 hi freq model for X,Y,UT1,nutation * if applied must turn off HI_FREQ_EOP * SET XpYpNutn * Apply IERS2020 hi freq model for X,Y,UT1,nutation now in MAPPING section * SET XpYpOrth * SET UT1Ortho SET XpYpLib SET UT1Libra *** *** This section specifies which station-dependent calibrations (e.g., *** cable, Chao) and zenith path delay calibrations (e.g. NMFDRFLY, *** CFAKBDRY) BATCH applies. It also determines whether BATCH applies the *** ionosphere calibration and rejects observations with bad or missing *** S-band ionospheric values. *** $CALIBRATIONS ION ON RESET YES KEEP cable KEEP pcal_rmv DISABLE NMFDRFLY *** *** This section determines which mode calibration should be applied to *** each session. Mode calibrations are the calibrations which depend *** on a) band and b) observable type. *** $MODE_CALIBRATIONS SET NONE *** *** This section specifies which partials with respect to atmosphere wet *** path delay BATCH should use. *** $PARTIALS SET NMFWTFLY OFF SET GRADMAP CH 0.0032 0.0032 *** *** This section replaces a-priori calculated from a standard theoretical *** model and read from the sessions' superfiles with alternate a-priori. *** This process is called mapping. *** $MAPPING GALACTIC_ABERRATION 5.8 POLETIDE IERS2022 STATIONS itrf2014_usno.sit VELOCITIES itrf2014_usno.vel SOURCES trf2020b_00.src EARTHQUAKE ITRF2014-psd-vlbi_sites.dat EARTH_ORIENTATION last_usno_finalF_2020Mar31.erp SPL UT1S NUTATION_SERIES NONE NUTATION2006 NO PIECE_WISE_STA NONE PRESSURE_LOADING NONE EPISODIC_MOTION NONE * HI_FREQ_EOP hf1102a HI_FREQ_EOP NONE HARMONIC_EOP NONE AXIS_OFFSET gsfc_itrf2020.axo ECCENTRICITY ECCDAT_usn2020b_glo.ecc MEAN_GRADIENT gsfc_dao_gmao.mgr SPLINE_DISPLACEMENTS NONE METRIC_TENSOR NONE *?POSITION_VARIATIONS \ * Ocean loading applied in CONTRIBUTIONS section *? /data1/solve/oper/apriori/2007b_oclo.hps HARMONIC_MODEL SPLINE IF_AVAILABLE \ *? /data1/solve/oper/apriori/aplo_bds/ TIME_SERIES SPLINE IF_AVAILABLE \ *? /data1/solve/oper/apriori/vsgd_aplo_s1_s2_noib.hps HARMONIC_MODEL SPLINE IF_AVAILABLE ANTENNA_THERMAL MODEL AVERAGE \ /data1/solve/save_files/antenna-info_Nothnagel_modwe.14dec05.txt INSITU NONE GRAVITY_DEFORM /data1/solve/save_files/gravity_deform_model_v2019Nov21.txt EXTERNAL_TRP_DELAY REQUIRE DIRECTORY /data3/vmf/vmf1/trp/tot HFEOP_XYU /data1/solve/save_files/desai_model_jgrb51665-sup-0002-ds01.txt *** *** This section constrains specific parameter estimates. *** $CONSTRAINTS ATMOSPHERES MOST 50.0 CLOCKS MOST 5.0 GRADIENTS YES 0.5 2.0 * BASELINE_CLOCKS YES SIGMA 5.D-7 EARTH_ORIENTATION YES SIGMA 45.0 45.0 3.0 RATES SIGMA 45.0 45.0 3.0 NUTATION NO * PIECE_WISE_STA NO SOURCES YES SIGMA 1.D-6 STATIONS NO NUVEL_COVAR NO VELOCITIES NO * NO_NET_TRANSLATION NO NO_NET_TRANSLATION_POSITION LOCAL SIGMA 1.D-4 ALL UNIFORM YES NO_NET_ROTATION_POSITION LOCAL SIGMA 1.D-4 UNIFORM YES NO_NET_TRANSLATION_VELOCITY NO NO_NET_ROTATION_VELOCITY NO * NO_NET_ROTATION_SOURCE LOCAL SIGMA 1.D-10 UNIFORM YES NO_NET_ROTATION_SOURCE LOCAL SIGMA 5.D-11 WEIGHTED YES *** *** This section has two purposes. It suppresses specific global *** parameters. It also imposes certain restrictions on the estimates *** BATCH produces. For example, BATCH can produce identical velocity *** estimates for a group of (closely located) stations. *** $SUPPRESSION VELOCITY_TIE NO VELOCITIES NO STATIONS NO RIGHT_ASCENSION NO DECLINATION NO STATION_ORIGIN NO SOURCES NO PROPER_MOTIONS NO PRECESSION NO RELATIVITY NO DIRECTION NO VELOCITY_ORIGIN NO STATION_TIE NO *** *** This section lists the session names which are to participate in the *** solution. Suppression solutions do not process sessions, but must *** specify a session in this section in order to activate the proper *** BATCH paths. *** $ARCS ARCFILE ./snx2020b_84to94.arc -FILE/COMMENT * * ----------------------------------------------------------------------------- * +INPUT/ACKNOWLEDGEMENTS USN U.S. Naval Observatory, VLBI analysis group -INPUT/ACKNOWLEDGEMENTS * * ----------------------------------------------------------------------------- * +SITE/ID *Code PT Domes____ T Station description___ Approx_lon_ Approx_lat_ App_h__ 7225 A 40408S002 R GILCREEK Gilmore Creek 212 30 08.9 64 58 42.3 333.2 7218 A 40489S001 R HATCREEK Hat Creek, CA 238 31 46.1 40 49 02.4 1010.2 7222 A 40405S009 R MOJAVE12 12-m at Golds 243 06 44.6 35 19 53.9 911.1 7280 A 40423M001 R SNDPOINT mobile Sand P 199 31 28.2 55 21 08.4 93.6 -SITE/ID * * ----------------------------------------------------------------------------- * +SOURCE/ID *Code IERS nam ICRF designator IAU name IVS name 0001 0106+013 J010838.7+013500 J0108+0135 0106+013 0002 0234+285 J023752.4+284808 J0237+2848 0234+285 0003 0355+508 J035929.7+505750 J0359+5057 NRAO150 0004 0420-014 J042315.8-012033 J0423-0120 0420-014 0005 0528+134 J053056.4+133155 J0530+1331 0528+134 0006 0552+398 J055530.8+394849 J0555+3948 0552+398 0007 0851+202 J085448.8+200630 J0854+2006 OJ287 0008 0923+392 J092703.0+390220 J0927+3902 4C39.25 0009 1226+023 J122906.6+020308 J1229+0203 3C273B 0010 1641+399 J164258.8+394836 J1642+3948 3C345 0011 1749+096 J175132.8+093900 J1751+0939 1749+096 0012 2121+053 J212344.5+053522 J2123+0535 2121+053 0013 2251+158 J225357.7+160853 J2253+1608 3C454.3 -SOURCE/ID * * ----------------------------------------------------------------------------- * +SITE/RECEIVER *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ Firmware_ID 7225 A 1 R 87:206:58683 87:208:57055 ----VLBI Station---- --NM- -----NA---- 7218 A 1 R 87:206:57535 87:208:57055 ----VLBI Station---- --NM- -----NA---- 7222 A 1 R 87:206:57535 87:208:57055 ----VLBI Station---- --NM- -----NA---- 7280 A 1 R 87:206:60003 87:208:31893 ----VLBI Station---- --NM- -----NA---- -SITE/RECEIVER * * ----------------------------------------------------------------------------- * +SITE/ANTENNA *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ 7225 A 1 R 87:206:58683 87:208:57055 ----VLBI Station---- --NM- 7218 A 1 R 87:206:57535 87:208:57055 ----VLBI Station---- --NM- 7222 A 1 R 87:206:57535 87:208:57055 ----VLBI Station---- --NM- 7280 A 1 R 87:206:60003 87:208:31893 ----VLBI Station---- --NM- -SITE/ANTENNA * * ----------------------------------------------------------------------------- * +SITE/ECCENTRICITY *Code PT SBIN T Data_Start__ Data_End____ typ Apr --> Benchmark (m)_______ 7225 A 1 R 87:206:58683 87:208:57055 XYZ 0.0000 0.0000 0.0000 7218 A 1 R 87:206:57535 87:208:57055 XYZ 0.0000 0.0000 0.0000 7222 A 1 R 87:206:57535 87:208:57055 XYZ 0.0000 0.0000 0.0000 7280 A 1 R 87:206:60003 87:208:31893 XYZ -1.5853 -0.5664 2.3058 -SITE/ECCENTRICITY * * ----------------------------------------------------------------------------- * +SOLUTION/EPOCHS *Code PT SBIN T Data_start__ Data_end____ Mean_epoch__ 7225 A 1 R 87:206:58683 87:208:57055 87:207:62138 7218 A 1 R 87:206:57535 87:208:57055 87:207:66120 7222 A 1 R 87:206:57535 87:208:57055 87:207:63783 7280 A 1 R 87:206:60003 87:208:31893 87:207:42961 -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 359 NUMBER OF UNKNOWNS 851 WEIGHTED SQUARE SUM OF O-C 5.96362505310662D+13 SQUARE SUM OF RESIDUALS (VTPV) 1.37032709395011D+02 VARIANCE FACTOR 9.40033864760350D-01 WRMS OF POSTFIT RESIDUALS 1.64237844194331D-11 -SOLUTION/STATISTICS * * ----------------------------------------------------------------------------- * +SOLUTION/APRIORI *Index Type__ CODE PT SBIN Ref_epoch___ Unit S Apriori_value________ Constraint_ 1 STAX 7225 A 1 87:207:62138 m 2 -2.28154709886446D+06 0.00000D+00 2 STAY 7225 A 1 87:207:62138 m 2 -1.45364504700841D+06 0.00000D+00 3 STAZ 7225 A 1 87:207:62138 m 2 5.75699322573297D+06 0.00000D+00 4 STAX 7218 A 1 87:207:66120 m 2 -2.52396985847825D+06 0.00000D+00 5 STAY 7218 A 1 87:207:66120 m 2 -4.12350637241939D+06 0.00000D+00 6 STAZ 7218 A 1 87:207:66120 m 2 4.14775259895150D+06 0.00000D+00 7 STAX 7222 A 1 87:207:63783 m 2 -2.35617090830971D+06 0.00000D+00 8 STAY 7222 A 1 87:207:63783 m 2 -4.64675589995818D+06 0.00000D+00 9 STAZ 7222 A 1 87:207:63783 m 2 3.66847061677392D+06 0.00000D+00 10 STAX 7280 A 1 87:207:42961 m 2 -3.42546183905281D+06 0.00000D+00 11 STAY 7280 A 1 87:207:42961 m 2 -1.21466914929762D+06 0.00000D+00 12 STAZ 7280 A 1 87:207:42961 m 2 5.22385827033576D+06 0.00000D+00 13 RS_RA 0001 A 1 87:207:57295 rad 2 2.99525487450284D-01 0.00000D+00 14 RS_DE 0001 A 1 87:207:57295 rad 2 2.76359179916096D-02 0.00000D+00 15 RS_RA 0002 A 1 87:207:57295 rad 2 6.88852779784385D-01 0.00000D+00 16 RS_DE 0002 A 1 87:207:57295 rad 2 5.02698409421261D-01 0.00000D+00 17 RS_RA 0003 A 1 87:207:57295 rad 2 1.04499751036919D+00 0.00000D+00 18 RS_DE 0003 A 1 87:207:57295 rad 2 8.89488444336018D-01 0.00000D+00 19 RS_RA 0004 A 1 87:207:57295 rad 2 1.14870304455216D+00 0.00000D+00 20 RS_DE 0004 A 1 87:207:57295 rad 2 -2.34313622761713D-02 0.00000D+00 21 RS_RA 0005 A 1 87:207:57295 rad 2 1.44399937451372D+00 0.00000D+00 22 RS_DE 0005 A 1 87:207:57295 rad 2 2.36177709645926D-01 0.00000D+00 23 RS_RA 0006 A 1 87:207:57295 rad 2 1.55121995846785D+00 0.00000D+00 24 RS_DE 0006 A 1 87:207:57295 rad 2 6.94879400794617D-01 0.00000D+00 25 RS_RA 0007 A 1 87:207:57295 rad 2 2.33356883640335D+00 0.00000D+00 26 RS_DE 0007 A 1 87:207:57295 rad 2 3.50959730877594D-01 0.00000D+00 27 RS_RA 0008 A 1 87:207:57295 rad 2 2.47422339431298D+00 0.00000D+00 28 RS_DE 0008 A 1 87:207:57295 rad 2 6.81361277268203D-01 0.00000D+00 29 RS_RA 0009 A 1 87:207:57295 rad 2 3.26861624240122D+00 0.00000D+00 30 RS_DE 0009 A 1 87:207:57295 rad 2 3.58209352551825D-02 0.00000D+00 31 RS_RA 0010 A 1 87:207:57295 rad 2 4.37632655758843D+00 0.00000D+00 32 RS_DE 0010 A 1 87:207:57295 rad 2 6.94820394315414D-01 0.00000D+00 33 RS_RA 0011 A 1 87:207:57295 rad 2 4.67550570619255D+00 0.00000D+00 34 RS_DE 0011 A 1 87:207:57295 rad 2 1.68427804588157D-01 0.00000D+00 35 RS_RA 0012 A 1 87:207:57295 rad 2 5.60138097267509D+00 0.00000D+00 36 RS_DE 0012 A 1 87:207:57295 rad 2 9.75546600319911D-02 0.00000D+00 37 RS_RA 0013 A 1 87:207:57295 rad 2 5.99504220603028D+00 0.00000D+00 38 RS_DE 0013 A 1 87:207:57295 rad 2 2.81839456704788D-01 0.00000D+00 39 XPO ---- - 1 87:207:57480 mas 2 -2.62060429575483D+01 0.00000D+00 40 XPOR ---- - 1 87:207:57480 masD 2 -1.07123239101318D-02 0.00000D+00 41 YPO ---- - 1 87:207:57480 mas 2 2.23605597409816D+02 0.00000D+00 42 YPOR ---- - 1 87:207:57480 masD 2 8.23369938739421D-01 0.00000D+00 43 UT1 ---- - 1 87:207:57480 ms 2 -2.34127157949591D+04 0.00000D+00 44 LOD ---- - 1 87:207:57480 ms 2 3.01749638813265D-01 0.00000D+00 45 NUT_X ---- - 1 87:207:57480 mas 2 -2.49379342930946D+05 0.00000D+00 46 NUT_Y ---- - 1 87:207:57480 mas 2 8.48753057198257D+03 0.00000D+00 -SOLUTION/APRIORI * * ----------------------------------------------------------------------------- * +SOLUTION/ESTIMATE *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S Total_value__________ Formal_erro 1 STAX 7225 A 1 87:207:62138 m 2 -2.28154704410483D+06 3.79618D-02 2 STAY 7225 A 1 87:207:62138 m 2 -1.45364507440313D+06 3.12062D-02 3 STAZ 7225 A 1 87:207:62138 m 2 5.75699325335294D+06 2.75329D-02 4 STAX 7218 A 1 87:207:66120 m 2 -2.52396981582592D+06 1.22953D-02 5 STAY 7218 A 1 87:207:66120 m 2 -4.12350633506741D+06 2.69641D-02 6 STAZ 7218 A 1 87:207:66120 m 2 4.14775256042653D+06 3.05951D-02 7 STAX 7222 A 1 87:207:63783 m 2 -2.35617093938970D+06 2.41435D-02 8 STAY 7222 A 1 87:207:63783 m 2 -4.64675593079335D+06 4.17479D-02 9 STAZ 7222 A 1 87:207:63783 m 2 3.66847064955268D+06 2.52673D-02 10 STAX 7280 A 1 87:207:42961 m 2 -3.42546190538478D+06 4.20717D-02 11 STAY 7280 A 1 87:207:42961 m 2 -1.21466912841972D+06 6.14761D-02 12 STAZ 7280 A 1 87:207:42961 m 2 5.22385824846200D+06 3.61590D-02 13 RS_RA 0001 A 1 87:207:57295 rad 2 2.99525464430600D-01 1.16370D-08 14 RS_DE 0001 A 1 87:207:57295 rad 2 2.76358674701903D-02 4.26639D-08 15 RS_RA 0002 A 1 87:207:57295 rad 2 6.88852776588725D-01 5.60160D-09 16 RS_DE 0002 A 1 87:207:57295 rad 2 5.02698399659504D-01 1.47642D-08 17 RS_RA 0003 A 1 87:207:57295 rad 2 1.04499752058642D+00 7.57231D-09 18 RS_DE 0003 A 1 87:207:57295 rad 2 8.89488437975720D-01 8.05903D-09 19 RS_RA 0004 A 1 87:207:57295 rad 2 1.14870302407534D+00 1.53154D-08 20 RS_DE 0004 A 1 87:207:57295 rad 2 -2.34314103958490D-02 5.28321D-08 21 RS_RA 0005 A 1 87:207:57295 rad 2 1.44399937529708D+00 5.65414D-09 22 RS_DE 0005 A 1 87:207:57295 rad 2 2.36177692620275D-01 2.63087D-08 23 RS_RA 0006 A 1 87:207:57295 rad 2 1.55121997168678D+00 6.24628D-09 24 RS_DE 0006 A 1 87:207:57295 rad 2 6.94879390750759D-01 1.13614D-08 25 RS_RA 0007 A 1 87:207:57295 rad 2 2.33356884402561D+00 6.59117D-09 26 RS_DE 0007 A 1 87:207:57295 rad 2 3.50959712328538D-01 2.26567D-08 27 RS_RA 0008 A 1 87:207:57295 rad 2 2.47422340385130D+00 6.65144D-09 28 RS_DE 0008 A 1 87:207:57295 rad 2 6.81361262129018D-01 1.31947D-08 29 RS_RA 0009 A 1 87:207:57295 rad 2 3.26861623324587D+00 1.01310D-08 30 RS_DE 0009 A 1 87:207:57295 rad 2 3.58208962606528D-02 4.76334D-08 31 RS_RA 0010 A 1 87:207:57295 rad 2 4.37632657223222D+00 4.84633D-09 32 RS_DE 0010 A 1 87:207:57295 rad 2 6.94820382628668D-01 1.22445D-08 33 RS_RA 0011 A 1 87:207:57295 rad 2 4.67550571607389D+00 6.91118D-09 34 RS_DE 0011 A 1 87:207:57295 rad 2 1.68427782291103D-01 3.32503D-08 35 RS_RA 0012 A 1 87:207:57295 rad 2 5.60138096343500D+00 8.76485D-09 36 RS_DE 0012 A 1 87:207:57295 rad 2 9.75546257000641D-02 3.61614D-08 37 RS_RA 0013 A 1 87:207:57295 rad 2 5.99504220248458D+00 5.75913D-09 38 RS_DE 0013 A 1 87:207:57295 rad 2 2.81839437373414D-01 2.25995D-08 39 XPO ---- - 1 87:207:57480 mas 2 -2.34790624011852D+01 3.77140D+01 40 XPOR ---- - 1 87:207:57480 masD 2 8.09869899110365D+00 5.09993D+00 41 YPO ---- - 1 87:207:57480 mas 2 2.20879618317921D+02 4.09242D+00 42 YPOR ---- - 1 87:207:57480 masD 2 2.98818561973308D+00 1.56014D+00 43 UT1 ---- - 1 87:207:57480 ms 2 -2.34123017036429D+04 1.59482D+00 44 LOD ---- - 1 87:207:57480 ms 2 7.44088962146054D-01 2.21982D-01 45 NUT_X ---- - 1 87:207:57480 mas 2 -2.49381237775739D+05 1.63753D+00 46 NUT_Y ---- - 1 87:207:57480 mas 2 8.48810423474535D+03 1.14463D+00 -SOLUTION/ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7225 A 1 87:207:62138 m 2 0.00000000000000D+00 0.00000D+00 2 STAY 7225 A 1 87:207:62138 m 2 0.00000000000000D+00 0.00000D+00 3 STAZ 7225 A 1 87:207:62138 m 2 0.00000000000000D+00 0.00000D+00 4 STAX 7218 A 1 87:207:66120 m 2 0.00000000000000D+00 0.00000D+00 5 STAY 7218 A 1 87:207:66120 m 2 0.00000000000000D+00 0.00000D+00 6 STAZ 7218 A 1 87:207:66120 m 2 0.00000000000000D+00 0.00000D+00 7 STAX 7222 A 1 87:207:63783 m 2 0.00000000000000D+00 0.00000D+00 8 STAY 7222 A 1 87:207:63783 m 2 0.00000000000000D+00 0.00000D+00 9 STAZ 7222 A 1 87:207:63783 m 2 0.00000000000000D+00 0.00000D+00 10 STAX 7280 A 1 87:207:42961 m 2 0.00000000000000D+00 0.00000D+00 11 STAY 7280 A 1 87:207:42961 m 2 0.00000000000000D+00 0.00000D+00 12 STAZ 7280 A 1 87:207:42961 m 2 0.00000000000000D+00 0.00000D+00 13 RS_RA 0001 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 14 RS_DE 0001 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 15 RS_RA 0002 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 16 RS_DE 0002 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 17 RS_RA 0003 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 18 RS_DE 0003 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 19 RS_RA 0004 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 20 RS_DE 0004 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 21 RS_RA 0005 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 22 RS_DE 0005 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 23 RS_RA 0006 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 24 RS_DE 0006 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 25 RS_RA 0007 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 26 RS_DE 0007 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 27 RS_RA 0008 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 28 RS_DE 0008 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 29 RS_RA 0009 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 30 RS_DE 0009 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 31 RS_RA 0010 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 32 RS_DE 0010 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 33 RS_RA 0011 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 34 RS_DE 0011 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 35 RS_RA 0012 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 36 RS_DE 0012 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 37 RS_RA 0013 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 38 RS_DE 0013 A 1 87:207:57295 rad 2 0.00000000000000D+00 0.00000D+00 39 XPO ---- - 1 87:207:57480 mas 2 0.00000000000000D+00 0.00000D+00 40 XPOR ---- - 1 87:207:57480 masD 2 0.00000000000000D+00 0.00000D+00 41 YPO ---- - 1 87:207:57480 mas 2 0.00000000000000D+00 0.00000D+00 42 YPOR ---- - 1 87:207:57480 masD 2 0.00000000000000D+00 0.00000D+00 43 UT1 ---- - 1 87:207:57480 ms 2 0.00000000000000D+00 0.00000D+00 44 LOD ---- - 1 87:207:57480 ms 2 0.00000000000000D+00 0.00000D+00 45 NUT_X ---- - 1 87:207:57480 mas 2 0.00000000000000D+00 0.00000D+00 46 NUT_Y ---- - 1 87:207:57480 mas 2 0.00000000000000D+00 0.00000D+00 -SOLUTION/CALIBRATION_ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/MATRIX_ESTIMATE L COVA * Ind1 Ind2 Covariance(ind1,ind2) 1 1 1.44109646758842D-03 2 1 -2.52290048268421D-04 2 2 9.73829930099341D-04 3 1 7.19085544554716D-04 3 2 4.70032245207434D-04 3 3 7.58061825869517D-04 4 1 7.86397201691860D-06 4 2 5.70806554961089D-05 4 3 8.74191231217049D-05 4 4 1.51175048452115D-04 5 1 7.96253821265994D-05 5 2 -3.33689199066805D-04 5 3 -8.07832013058267D-05 5 4 1.61723864477757D-04 5 5 7.27064240493380D-04 6 1 -6.65919517953068D-05 6 2 4.00062540242738D-04 6 3 2.26232926936842D-04 6 4 7.34201708714290D-06 6 5 9.18710284294839D-06 6 6 9.36059703927716D-04 7 1 -8.24984111685818D-06 7 2 -2.60844953541533D-04 7 3 -2.49583500866600D-04 7 4 -2.02213666182031D-04 7 5 -3.88196779810206D-04 7 6 -4.75167515547434D-04 7 7 5.82909208828575D-04 8 1 -1.16170597488800D-04 8 2 -2.06827834827395D-05 8 3 -3.38186799076768D-05 8 4 3.67350006497918D-05 8 5 5.22138718994605D-04 8 6 1.07383227388760D-03 8 7 -7.02430178595889D-04 8 8 1.74289091318986D-03 9 1 1.77727759093944D-05 9 2 -6.40822250329662D-04 9 3 -3.60221237500928D-04 9 4 4.67184545064647D-05 9 5 5.19755787045289D-04 9 6 -3.78536043818425D-04 9 7 1.71532374110548D-05 9 8 5.77721869960207D-05 9 9 6.38435737132745D-04 10 1 -1.44072865547411D-03 10 2 4.56040418862893D-04 10 3 -5.56887337751082D-04 10 4 4.31723241817460D-05 10 5 1.46849600434388D-04 10 6 5.34422195755869D-04 10 7 -3.72444311336336D-04 10 8 7.81873402014943D-04 10 9 -8.16445326126551D-05 10 10 1.77002963094796D-03 11 1 2.88834499505620D-04 11 2 -6.19457272952766D-04 11 3 -3.55428673577223D-04 11 4 -2.55536347618939D-04 11 5 -9.15509171761974D-04 11 6 -1.48308735309561D-03 11 7 1.35147596021616D-03 11 8 -2.24434084249996D-03 11 9 6.32875908643738D-05 11 10 -1.38476987846100D-03 11 11 3.77930601775650D-03 12 1 -6.70278409442147D-04 12 2 -2.29281487800069D-04 12 3 -6.24050937517023D-04 12 4 -1.41480380874962D-04 12 5 -4.48157254694698D-04 12 6 -7.83754719532742D-04 12 7 7.07599615127496D-04 12 8 -1.09777935468098D-03 12 9 1.00319943392960D-04 12 10 1.04120665413609D-04 12 11 1.77522852830492D-03 12 12 1.30747286914686D-03 13 1 1.98041762551140D-11 13 2 5.72649567455562D-11 13 3 4.11207360698523D-11 13 4 -1.33579805070776D-11 13 5 -7.37177744131818D-11 13 6 1.59821835934721D-11 13 7 2.70683824706517D-11 13 8 -5.31549382019984D-11 13 9 -7.31443546156533D-11 13 10 -3.35145945471914D-11 13 11 6.96077555007693D-11 13 12 1.60414255330357D-11 13 13 1.35420198669986D-16 14 1 2.12358696813374D-10 14 2 9.00705601708762D-10 14 3 6.69014786304388D-10 14 4 1.72077324958148D-11 14 5 -6.88207050810083D-10 14 6 -1.13062797519869D-10 14 7 1.58324564179306D-10 14 8 -9.73774144483494D-10 14 9 -7.56545091093610D-10 14 10 -3.87890941538663D-10 14 11 7.61275600867283D-10 14 12 2.00593135990823D-10 14 13 2.24898957834955D-16 14 14 1.82020865118257D-15 15 1 -1.89642705114458D-11 15 2 -6.95429061580556D-11 15 3 -5.45546303190770D-11 15 4 -5.81290390834442D-12 15 5 4.81044789008732D-11 15 6 1.45879583973290D-11 15 7 -9.34642916060466D-12 15 8 8.29435171332521D-11 15 9 5.56021932662478D-11 15 10 3.41235983780768D-11 15 11 -6.15050895483860D-11 15 12 -1.56355240748650D-11 15 13 1.33176440635803D-17 15 14 -1.39891074711660D-16 15 15 3.13778685718979D-17 16 1 7.12339061274672D-11 16 2 2.99204674252389D-10 16 3 2.23120293672845D-10 16 4 8.49381077553750D-12 16 5 -2.30608649346780D-10 16 6 -4.40026724626508D-11 16 7 5.38882884191395D-11 16 8 -3.33561388803344D-10 16 9 -2.51157886234147D-10 16 10 -1.33615997520619D-10 16 11 2.64965366353546D-10 16 12 7.20402709101941D-11 16 13 4.32213781001229D-17 16 14 5.88902541807223D-16 16 15 -5.77471646237996D-17 16 16 2.17980403078881D-16 17 1 -3.33781119174929D-11 17 2 -8.95020872055881D-11 17 3 -7.27071996944460D-11 17 4 1.33596751777981D-13 17 5 8.06662668880433D-11 17 6 4.50693367937113D-12 17 7 -2.18961607851023D-11 17 8 1.03786051575862D-10 17 9 8.84266477877551D-11 17 10 5.51406770757849D-11 17 11 -9.49502292077140D-11 17 12 -2.02263798925430D-11 17 13 -3.56919643128365D-17 17 14 -2.41431119836880D-16 17 15 2.66649509293388D-17 17 16 -7.96965384997624D-17 17 17 5.73399263176863D-17 18 1 2.78393906165964D-11 18 2 9.85566916549807D-11 18 3 7.52831958616992D-11 18 4 2.50115061359954D-12 18 5 -8.76175640058789D-11 18 6 -1.38679550889481D-11 18 7 2.49966525478119D-11 18 8 -1.23272866734301D-10 18 9 -9.32123772935195D-11 18 10 -5.53372078989884D-11 18 11 1.12333738268427D-10 18 12 3.17971280722901D-11 18 13 2.06199922088395D-17 18 14 2.43068996187075D-16 18 15 -2.98153830604937D-17 18 16 1.03333877865185D-16 18 17 -4.18772194700251D-17 18 18 6.49479051112701D-17 19 1 4.42799031054395D-11 19 2 1.38682284282299D-10 19 3 1.10304267416105D-10 19 4 4.71842748575500D-12 19 5 -1.09516774417948D-10 19 6 -1.19128053833061D-11 19 7 2.33393473958576D-11 19 8 -1.51805581128606D-10 19 9 -1.23642384296935D-10 19 10 -7.23376487210651D-11 19 11 1.22640067827878D-10 19 12 2.52509366555636D-11 19 13 3.18241453028415D-17 19 14 3.24284541506475D-16 19 15 -2.67844202962417D-17 19 16 7.55479984107117D-17 19 17 -7.11547438073576D-17 19 18 1.83673917817527D-17 19 19 2.34561405606816D-16 20 1 2.50818897945153D-10 20 2 1.10500032282526D-09 20 3 8.19706214768469D-10 20 4 3.50033427498352D-11 20 5 -8.18959672356875D-10 20 6 -1.52235701570112D-10 20 7 1.77746905641514D-10 20 8 -1.19886989735551D-09 20 9 -9.10494257383395D-10 20 10 -4.63569046020890D-10 20 11 9.12829252828002D-10 20 12 2.43023804287337D-10 20 13 1.08510304721080D-16 20 14 2.10007518505325D-15 20 15 -2.06317175608220D-16 20 16 6.97910513321365D-16 20 17 -2.94974634354475D-16 20 18 2.73878984692608D-16 20 19 5.21631312870238D-16 20 20 2.79122698886184D-15 21 1 -8.81937401133999D-12 21 2 -5.83642932115557D-11 21 3 -4.05290615945913D-11 21 4 -1.03834669046382D-12 21 5 4.13741220981661D-11 21 6 1.18687982893241D-11 21 7 -9.09999496301618D-12 21 8 6.08158246359164D-11 21 9 4.29065717533430D-11 21 10 1.89577192149882D-11 21 11 -4.38256565294341D-11 21 12 -1.42463082768809D-11 21 13 7.92518656989071D-18 21 14 -7.02707325945696D-17 21 15 1.18393004071355D-17 21 16 -3.86035010778655D-17 21 17 1.62991808182927D-18 21 18 -1.87868413548664D-17 21 19 3.44042917198036D-17 21 20 -7.33846260032051D-17 21 21 3.19692488561558D-17 22 1 1.31401733098512D-10 22 2 5.72376027691368D-10 22 3 4.24944164231492D-10 22 4 1.73155923508233D-11 22 5 -4.29381674324877D-10 22 6 -8.06800891233962D-11 22 7 9.48253579120158D-11 22 8 -6.23532649319065D-10 22 9 -4.72900129080560D-10 22 10 -2.43542642162812D-10 22 11 4.80538300576220D-10 22 12 1.28636079983437D-10 22 13 7.86262244356061D-17 22 14 1.08392291685227D-15 22 15 -9.97833915397834D-17 22 16 3.71169635964348D-16 22 17 -1.46449086470124D-16 22 18 1.55719910576408D-16 22 19 2.00306619407852D-16 22 20 1.34556670004612D-15 22 21 -4.59316547809651D-17 22 22 6.92146089435512D-16 23 1 -2.48410622937243D-11 23 2 -1.01604527539136D-10 23 3 -7.50617429959481D-11 23 4 -1.52560583653317D-14 23 5 8.51779608271661D-11 23 6 9.74126391757138D-12 23 7 -2.26445421279680D-11 23 8 1.13708627427535D-10 23 9 9.20274161860142D-11 23 10 4.75008606425364D-11 23 11 -9.72820603723824D-11 23 12 -2.67069368075076D-11 23 13 -2.92380497073790D-17 23 14 -2.28704924001035D-16 23 15 2.13805591054927D-17 23 16 -7.61895550163969D-17 23 17 4.09964121798757D-17 23 18 -3.57156952635798D-17 23 19 -5.36032455686805D-17 23 20 -2.80085835691317D-16 23 21 9.99268805111320D-18 23 22 -1.38697201536266D-16 23 23 3.90160223181360D-17 24 1 5.51019078210348D-11 24 2 2.14701357777473D-10 24 3 1.61634075065254D-10 24 4 4.64122945188858D-12 24 5 -1.73916090999410D-10 24 6 -2.75911882079886D-11 24 7 4.27909810089988D-11 24 8 -2.42322982928012D-10 24 9 -1.87743204251305D-10 24 10 -1.02534117693489D-10 24 11 2.01537717030952D-10 24 12 5.37003182609978D-11 24 13 4.54156226989819D-17 24 14 4.44852533008593D-16 24 15 -4.16230406102904D-17 24 16 1.62176270387321D-16 24 17 -6.85731446140189D-17 24 18 8.15766370418253D-17 24 19 6.99919701304273D-17 24 20 5.21120032776872D-16 24 21 -2.10753566677808D-17 24 22 2.80416513199405D-16 24 23 -5.96380279839636D-17 24 24 1.29081083924017D-16 25 1 -1.56416677473547D-11 25 2 -7.44864753292909D-11 25 3 -5.35782670038060D-11 25 4 -5.69919748914948D-13 25 5 6.24050473703019D-11 25 6 1.05351857932793D-11 25 7 -1.55674128062417D-11 25 8 8.10392982963302D-11 25 9 6.34111519474349D-11 25 10 3.17790003412965D-11 25 11 -6.89578712029429D-11 25 12 -2.03680712412978D-11 25 13 -2.20824672238156D-17 25 14 -1.40248156500324D-16 25 15 8.50588699568489D-18 25 16 -5.16726554268694D-17 25 17 1.75349048313092D-17 25 18 -2.48387323384495D-17 25 19 -1.90938754101213D-17 25 20 -1.54671121137055D-16 25 21 1.50223647352729D-17 25 22 -8.30638648948579D-17 25 23 2.21467178485576D-17 25 24 -3.80182338226853D-17 25 25 4.34434968948134D-17 26 1 1.12373950526125D-10 26 2 4.95468929243261D-10 26 3 3.64968381702195D-10 26 4 8.74224438931079D-12 26 5 -3.81256807413006D-10 26 6 -6.19539695106056D-11 26 7 8.79045762878074D-11 26 8 -5.33040775128144D-10 26 9 -4.15807811000359D-10 26 10 -2.09020744473113D-10 26 11 4.18828658624287D-10 26 12 1.12793417099390D-10 26 13 8.35744829296062D-17 26 14 9.30497927577011D-16 26 15 -7.93197898802181D-17 26 16 3.15991940845466D-16 26 17 -1.25478754975124D-16 26 18 1.32419410466898D-16 26 19 1.61413479236652D-16 26 20 1.12721410324319D-15 26 21 -4.21206023512650D-17 26 22 5.85231677315669D-16 26 23 -1.18703711888987D-16 26 24 2.41642734231874D-16 26 25 -6.06443146969322D-17 26 26 5.13327264529387D-16 27 1 -2.20343537849961D-11 27 2 -8.07761694468109D-11 27 3 -6.06970160242305D-11 27 4 -5.44442380324319D-13 27 5 7.48634909212144D-11 27 6 6.47533880666114D-12 27 7 -2.08838933058425D-11 27 8 9.54861145727082D-11 27 9 7.89033036507000D-11 27 10 4.34626919042634D-11 27 11 -8.95734340357946D-11 27 12 -2.46816238402291D-11 27 13 -3.42916838795937D-17 27 14 -2.13125261663452D-16 27 15 1.64910993022744D-17 27 16 -7.26523654652558D-17 27 17 3.70996234566478D-17 27 18 -3.84943643329006D-17 27 19 -5.24470319611194D-17 27 20 -2.51964654116076D-16 27 21 4.54002253367335D-18 27 22 -1.26310609041695D-16 27 23 3.40549058305725D-17 27 24 -5.84343673927272D-17 27 25 2.98999818957778D-17 27 26 -1.02125993256048D-16 27 27 4.42417113951311D-17 28 1 6.52874247500175D-11 28 2 2.60164481489955D-10 28 3 1.93991103030510D-10 28 4 1.54655140240400D-12 28 5 -2.11807998363824D-10 28 6 -2.68248097476945D-11 28 7 5.25456579752573D-11 28 8 -2.83612952683356D-10 28 9 -2.28724217039334D-10 28 10 -1.19379627319966D-10 28 11 2.35256470940870D-10 28 12 6.15579284313065D-11 28 13 6.64165525428001D-17 28 14 5.30507580323748D-16 28 15 -4.25743967844145D-17 28 16 1.76908565075718D-16 28 17 -8.30023757656943D-17 28 18 8.00229766885807D-17 28 19 1.12472175917055D-16 28 20 6.29547678346360D-16 28 21 -1.38369751874274D-17 28 22 3.27534541472976D-16 28 23 -7.19071094341785D-17 28 24 1.42978081953219D-16 28 25 -3.60986796682143D-17 28 26 2.88235722858216D-16 28 27 -6.39368091114715D-17 28 28 1.74100377084826D-16 29 1 6.83560807707564D-12 29 2 6.37551619341316D-11 29 3 4.48709147032768D-11 29 4 7.91434960399622D-12 29 5 -3.35190604327939D-11 29 6 -2.31529581514339D-11 29 7 6.88999851611202D-12 29 8 -8.42380172043404D-11 29 9 -4.27153246421179D-11 29 10 -2.16399558178009D-11 29 11 5.40019152034700D-11 29 12 2.09973680002326D-11 29 13 -2.80566866549632D-17 29 14 1.41066762034986D-16 29 15 -2.92948406085598D-17 29 16 7.12658270526165D-17 29 17 -6.85409939104574D-18 29 18 3.93109118623758D-17 29 19 -3.45522450068787D-17 29 20 1.70109241396314D-16 29 21 -3.00912915714316D-17 29 22 9.22039131969711D-17 29 23 -1.40656276323284D-17 29 24 3.69687608927096D-17 29 25 -1.14258079318049D-17 29 26 6.69515112720748D-17 29 27 -1.66365254164390D-17 29 28 2.16063666823448D-17 29 29 1.02638085092480D-16 30 1 2.21643590291027D-10 30 2 1.03534142276365D-09 30 3 7.58199919509143D-10 30 4 2.75963262272782D-11 30 5 -7.74064924201632D-10 30 6 -1.53631793907794D-10 30 7 1.75465976570597D-10 30 8 -1.12898852619516D-09 30 9 -8.47822569842405D-10 30 10 -4.24705843271060D-10 30 11 8.67712039400651D-10 30 12 2.43254479448825D-10 30 13 1.36010386855122D-16 30 14 1.92941101365422D-15 30 15 -1.76072520213004D-16 30 16 6.86844602034854D-16 30 17 -2.35235129793781D-16 30 18 2.98169025470325D-16 30 19 2.57154767725169D-16 30 20 2.31997575295953D-15 30 21 -1.28652515934831D-16 30 22 1.21393522761591D-15 30 23 -2.41820531912170D-16 30 24 5.01568379333026D-16 30 25 -1.78035207820792D-16 30 26 1.02735750815793D-15 30 27 -2.28317489605921D-16 30 28 5.58020483725554D-16 30 29 2.35103496349794D-16 30 30 2.26894241288646D-15 31 1 -6.72979851522562D-12 31 2 -1.81929682364832D-11 31 3 -1.39763237904903D-11 31 4 1.26239791809919D-12 31 5 2.36947155392542D-11 31 6 -2.40652578764208D-12 31 7 -9.89287607263098D-12 31 8 2.89097675682975D-11 31 9 2.66240127027523D-11 31 10 1.53602843898885D-11 31 11 -3.44115121514965D-11 31 12 -1.02411571238645D-11 31 13 -9.63754524459441D-18 31 14 -8.85014097127518D-17 31 15 1.15718223206125D-17 31 16 -3.35832921991485D-17 31 17 2.23491168678759D-17 31 18 -2.41609046943545D-17 31 19 -3.47910895043827D-17 31 20 -1.25404949873195D-16 31 21 -4.52633053750135D-18 31 22 -5.92396437126486D-17 31 23 1.62287514001985D-17 31 24 -3.10121425514317D-17 31 25 5.56239198527279D-18 31 26 -4.83089493630539D-17 31 27 1.89198067599394D-17 31 28 -3.42885314030738D-17 31 29 -1.07264940799680D-17 31 30 -9.77162496254598D-17 31 31 2.34869363676152D-17 32 1 5.73298653632823D-11 32 2 2.13991598919113D-10 32 3 1.63271029135715D-10 32 4 6.61621672491778D-12 32 5 -1.69709597429118D-10 32 6 -2.72430404689547D-11 32 7 4.07426582092242D-11 32 8 -2.44425744087202D-10 32 9 -1.87670270912541D-10 32 10 -1.04688731756478D-10 32 11 2.00143741441887D-10 32 12 5.16422863530755D-11 32 13 4.07143055452216D-17 32 14 4.77176877847447D-16 32 15 -4.84336200685037D-17 32 16 1.65406598423135D-16 32 17 -7.74808481578149D-17 32 18 7.98832470085748D-17 32 19 1.08410522347589D-16 32 20 5.92334497886407D-16 32 21 -9.26877215488496D-18 32 22 2.99651806778533D-16 32 23 -6.41558656062926D-17 32 24 1.30299793341032D-16 32 25 -2.73422430655392D-17 32 26 2.54235944823608D-16 32 27 -6.15443820365607D-17 32 28 1.51711424331000D-16 32 29 4.38039221514488D-17 32 30 5.08785389103175D-16 32 31 -3.67701132868249D-17 32 32 1.49928388133228D-16 33 1 1.20652161601658D-11 33 2 3.67410638107114D-11 33 3 3.08737892916563D-11 33 4 5.86225444853826D-12 33 5 -2.24587853905033D-11 33 6 -1.39859018989723D-11 33 7 3.12048748643696D-12 33 8 -4.85184743678600D-11 33 9 -2.54069781273122D-11 33 10 -2.10479632751026D-11 33 11 3.42361974592625D-11 33 12 8.51908873660452D-12 33 13 -2.24761245916573D-17 33 14 5.04568732394370D-17 33 15 -1.91662219845229D-17 33 16 4.19906788520112D-17 33 17 -5.46038647352931D-18 33 18 2.89891601733926D-17 33 19 -4.10531660890594D-17 33 20 6.15600475904872D-17 33 21 -2.69773189828190D-17 33 22 4.69642547958336D-17 33 23 -8.33905140239244D-18 33 24 2.67092267740087D-17 33 25 -1.35674335769377D-17 33 26 3.59215157534383D-17 33 27 -5.73560793023218D-18 33 28 1.23495263998432D-17 33 29 2.35109236117454D-17 33 30 1.10809998879109D-16 33 31 1.16617733592472D-19 33 32 1.44408046794941D-17 33 33 4.77644132163679D-17 34 1 1.69749074196799D-10 34 2 7.22254837909687D-10 34 3 5.37524477059928D-10 34 4 1.94097370185912D-11 34 5 -5.49556860657664D-10 34 6 -1.01037808048600D-10 34 7 1.23987029733109D-10 34 8 -7.88357035820810D-10 34 9 -6.00637341103090D-10 34 10 -3.13145804224379D-10 34 11 6.15659066403222D-10 34 12 1.64150697535014D-10 34 13 1.02853414831925D-16 34 14 1.35351106954476D-15 34 15 -1.26069050223674D-16 34 16 4.76259145072640D-16 34 17 -1.84976011329252D-16 34 18 2.08932420304548D-16 34 19 2.26916461293585D-16 34 20 1.65582456241131D-15 34 21 -7.23845831377217D-17 34 22 8.62993273764766D-16 34 23 -1.75058726172396D-16 34 24 3.62758012845694D-16 34 25 -1.11590348355372D-16 34 26 7.39131058747351D-16 34 27 -1.56535060637879D-16 34 28 4.16165991561478D-16 34 29 1.05732433645943D-16 34 30 1.53542126052425D-15 34 31 -7.38750927279449D-17 34 32 3.70658283365326D-16 34 33 8.07533531841503D-17 34 34 1.10558155735289D-15 35 1 8.33646982268910D-12 35 2 5.26977249734460D-11 35 3 3.23474832090651D-11 35 4 -9.64640729533534D-12 35 5 -6.85820000346313D-11 35 6 8.27146783229861D-12 35 7 2.42586397409195D-11 35 8 -5.11471355411503D-11 35 9 -6.27229242877936D-11 35 10 -2.29487224722696D-11 35 11 6.70314115135814D-11 35 12 2.21039624229537D-11 35 13 3.35966818205031D-17 35 14 9.24811684823883D-17 35 15 -3.82173088388110D-18 35 16 4.13310268921145D-17 35 17 -2.39283583735064D-17 35 18 2.80778817145804D-17 35 19 -1.32264217746172D-17 35 20 7.99973023541876D-17 35 21 -1.90444712753417D-17 35 22 6.14394222607233D-17 35 23 -2.44261788066905D-17 35 24 4.00367795407892D-17 35 25 -2.58642764946307D-17 35 26 6.44826724925079D-17 35 27 -2.18962625122260D-17 35 28 4.33974902535300D-17 35 29 -1.33159927276819D-17 35 30 1.29508559872536D-16 35 31 -8.19339282901249D-18 35 32 1.82442838141420D-17 35 33 1.29860145841863D-17 35 34 9.71588672508950D-17 35 35 7.68226737123101D-17 36 1 1.75609033216491D-10 36 2 7.81081639819943D-10 36 3 5.72887207747586D-10 36 4 1.03138886634621D-11 36 5 -6.11868094105204D-10 36 6 -9.55382281424118D-11 36 7 1.45400488724120D-10 36 8 -8.43180852189118D-10 36 9 -6.61880066088114D-10 36 10 -3.31323381494899D-10 36 11 6.73967314316675D-10 36 12 1.84531107642775D-10 36 13 1.47273662739387D-16 36 14 1.48158615529609D-15 36 15 -1.24963870604835D-16 36 16 5.09087975690485D-16 36 17 -2.07015684521761D-16 36 18 2.20808516541893D-16 36 19 2.50573370985008D-16 36 20 1.77603410966795D-15 36 21 -7.63110147564835D-17 36 22 9.27776257517023D-16 36 23 -1.97916441240542D-16 36 24 3.91490191150092D-16 36 25 -1.27266285578417D-16 36 26 8.04075683666290D-16 36 27 -1.78606265650986D-16 36 28 4.58977428647684D-16 36 29 1.10512985610219D-16 36 30 1.66505931160924D-15 36 31 -7.96682598094754D-17 36 32 3.97496432641802D-16 36 33 5.90888397021135D-17 36 34 1.17803072245381D-15 36 35 1.36990366515352D-16 36 36 1.30764901008674D-15 37 1 -9.10314738085173D-12 37 2 -2.01770531638185D-11 37 3 -2.10995666419797D-11 37 4 -1.00073288605893D-11 37 5 -4.07598000375932D-12 37 6 1.60518183358699D-11 37 7 6.98620276076939D-12 37 8 3.16707698615448D-11 37 9 4.24149517460525D-12 37 10 1.21242598526360D-11 37 11 -7.41773598694741D-12 37 12 8.06245886985578D-13 37 13 2.57934639378922D-17 37 14 -4.82993124077521D-17 37 15 1.38393946656000D-17 37 16 -1.92946660087548D-17 37 17 2.06991130220234D-18 37 18 -6.43523816190403D-18 37 19 -2.20892977035587D-17 37 20 -9.21938809130604D-17 37 21 -2.71356321105697D-18 37 22 -3.51850390677768D-17 37 23 -2.27800371165567D-19 37 24 -7.87990277690669D-18 37 25 -6.47079956714411D-18 37 26 -1.96392712382794D-17 37 27 6.22181369043184D-19 37 28 -5.64234816076981D-18 37 29 -2.86756683358109D-17 37 30 -5.67540730919044D-17 37 31 3.18833294079920D-18 37 32 -2.28118237501305D-17 37 33 -5.79284573309385D-18 37 34 -3.46803780158193D-17 37 35 3.59237652014451D-17 37 36 -1.44456103227191D-17 37 37 3.31676233366271D-17 38 1 1.09583006721407D-10 38 2 4.84121005859013D-10 38 3 3.56762450701852D-10 38 4 1.00157063130168D-11 38 5 -3.72830569004682D-10 38 6 -6.61590721087905D-11 38 7 8.75805471208585D-11 38 8 -5.29874475572177D-10 38 9 -4.05759038771503D-10 38 10 -2.07179241774172D-10 38 11 4.18584043269628D-10 38 12 1.15155673296570D-10 38 13 7.35274258953789D-17 38 14 9.23620161505369D-16 38 15 -8.56278234747453D-17 38 16 3.27438502267206D-16 38 17 -1.26581750598200D-16 38 18 1.46523429441241D-16 38 19 1.42969671061062D-16 38 20 1.11519951125437D-15 38 21 -5.33219038843000D-17 38 22 5.83739318115610D-16 38 23 -1.21570960162389D-16 38 24 2.47348536555090D-16 38 25 -7.73240394778855D-17 38 26 5.01256178109207D-16 38 27 -1.10471206163388D-16 38 28 2.82054946893965D-16 38 29 9.22851675010215D-17 38 30 1.05953231256457D-15 38 31 -5.09011808937888D-17 38 32 2.54275145276769D-16 38 33 4.82448333510414D-17 38 34 7.40921702842698D-16 38 35 7.02756137332867D-17 38 36 8.07067129045227D-16 38 37 -2.06202887797259D-17 38 38 5.10739575055887D-16 39 1 -2.98140723108334D-01 39 2 6.51731246550500D-01 39 3 3.14278211467544D-01 39 4 2.31115560085088D-01 39 5 2.18398548077264D-01 39 6 9.73862723001301D-01 39 7 -8.03472639132381D-01 39 8 1.12259577654334D+00 39 9 -3.67779484062026D-01 39 10 8.70496977215560D-01 39 11 -1.99272570664528D+00 39 12 -9.20361997314121D-01 39 13 -4.29942182312123D-09 39 14 -1.55007345054334D-08 39 15 1.26298361907803D-09 39 16 -6.66443912616031D-09 39 17 3.20920478967514D-09 39 18 -5.39695042054657D-09 39 19 -3.32927548221646D-10 39 20 -1.45976506606975D-08 39 21 1.55331188039676D-09 39 22 -8.48442558624138D-09 39 23 3.26664166774360D-09 39 24 -5.70191578861632D-09 39 25 2.36564964234569D-09 39 26 -8.15477937097983D-09 39 27 3.62461542480736D-09 39 28 -5.71108912112754D-09 39 29 -2.45126847446419D-09 39 30 -1.92967530139070D-08 39 31 2.77100940559699D-09 39 32 -4.91214065440673D-09 39 33 -1.44199498232414D-09 39 34 -1.24803914126596D-08 39 35 -4.73094673485264D-09 39 36 -1.56806448841246D-08 39 37 -1.50482690643814D-09 39 38 -9.73067625320403D-09 39 39 1.42234712008261D+03 40 1 6.15066140765524D-03 40 2 -7.01707326522746D-03 40 3 9.55150407997698D-04 40 4 6.67264481099120D-03 40 5 3.58971346658627D-03 40 6 -1.47483363444997D-04 40 7 -5.94213594126943D-03 40 8 3.95098208972529D-03 40 9 4.10795811670434D-03 40 10 -6.88116011999592D-03 40 11 -5.23623639972168D-04 40 12 -4.91562026137932D-03 40 13 -6.33697484919610D-09 40 14 -8.97021921777284D-09 40 15 -6.55904691538219D-10 40 16 -2.28045913017340D-09 40 17 1.34360222866292D-09 40 18 -1.60172830643866D-09 40 19 1.99134271725334D-10 40 20 -1.77520878147376D-10 40 21 9.62441732575055D-10 40 22 -2.04732359233439D-09 40 23 1.65178043747053D-09 40 24 -2.32297560972626D-09 40 25 2.23438899535643D-09 40 26 -3.06342183453748D-09 40 27 4.13947546735843D-10 40 28 -3.33326297508798D-09 40 29 1.13174806738953D-09 40 30 -7.49704972716983D-09 40 31 2.43218371087425D-10 40 32 -5.45980174562357D-10 40 33 -1.10815381391473D-10 40 34 -5.44382482086161D-09 40 35 -2.17104372443726D-09 40 36 -7.51252346974762D-09 40 37 -1.55693412100468D-09 40 38 -4.25553422110601D-09 40 39 1.65796073603258D+00 40 40 2.60092884210998D+01 41 1 1.76381586759205D-02 41 2 -2.25870903677458D-02 41 3 -6.07087243180841D-05 41 4 3.35721418148660D-03 41 5 3.81803750028592D-02 41 6 8.16159732333323D-02 41 7 -4.74736697245624D-02 41 8 1.29794465738353D-01 41 9 5.82031079945558D-03 41 10 2.64804491583747D-02 41 11 -1.45387216473804D-01 41 12 -8.73740387140284D-02 41 13 3.38647914617522D-09 41 14 -5.19494751316879D-08 41 15 2.52839539561302D-09 41 16 -1.49538407960741D-08 41 17 -2.11456792009097D-09 41 18 2.49080287069050D-09 41 19 -4.26922656559657D-09 41 20 -6.75088776037341D-08 41 21 6.86176190522004D-09 41 22 -3.50184922230728D-08 41 23 2.20875294272863D-09 41 24 -7.57154741597663D-09 41 25 4.16466852563706D-09 41 26 -3.04885152318595D-08 41 27 -2.16298675189847D-09 41 28 -1.12246893084899D-08 41 29 -1.30877649740075D-09 41 30 -6.48398330864874D-08 41 31 -6.69826940005565D-09 41 32 -5.40150406774105D-09 41 33 -2.70198816954214D-09 41 34 -4.42560893828085D-08 41 35 1.63105045790139D-09 41 36 -4.42033461347986D-08 41 37 2.46692390837905D-09 41 38 -2.68423952382578D-08 41 39 7.63284819344170D+01 41 40 5.31817574640561D-01 41 41 1.67478876588887D+01 42 1 1.80384850511920D-04 42 2 -1.24721100581344D-03 42 3 -8.70169413754346D-04 42 4 -8.53071871367273D-04 42 5 2.56844852405679D-04 42 6 1.08847108845236D-03 42 7 3.20120887732057D-04 42 8 2.35062398521414D-03 42 9 4.91118727320390D-04 42 10 3.52565759780063D-04 42 11 -1.36025783390488D-03 42 12 -7.09420613534550D-04 42 13 -2.43893828355409D-09 42 14 -6.06357252245971D-09 42 15 -1.80041834749747D-09 42 16 -1.11601179033619D-09 42 17 1.57761053254203D-10 42 18 -8.47756773471642D-11 42 19 -2.20141031714236D-09 42 20 -3.42034131834144D-09 42 21 -1.64168886398220D-09 42 22 -2.56472091191864D-09 42 23 4.99216472688436D-11 42 24 -1.43668414153614D-09 42 25 1.46842891294746D-09 42 26 -1.56926134033369D-09 42 27 2.02344079428311D-09 42 28 -1.29598111679692D-09 42 29 1.06256558720960D-09 42 30 -3.68653681641708D-09 42 31 1.24980506780521D-10 42 32 -1.20000810409740D-09 42 33 1.26791110458373D-09 42 34 -2.49672897572705D-09 42 35 8.13151722769636D-10 42 36 -2.76265879125914D-09 42 37 1.15078640951868D-10 42 38 -1.30704906542898D-09 42 39 9.40905944049411D-03 42 40 4.82136013869191D-01 42 41 1.63741748089581D-01 42 42 2.43402813273500D+00 43 1 1.89074796813864D-02 43 2 -2.93308999152462D-02 43 3 -1.02729841516248D-02 43 4 -9.13681372643639D-03 43 5 -6.50620393834801D-03 43 6 -4.05473607367956D-02 43 7 3.20893106425099D-02 43 8 -4.50132229597398D-02 43 9 1.70708837408507D-02 43 10 -4.18600240837246D-02 43 11 8.08503120897335D-02 43 12 3.37494254556696D-02 43 13 -2.45333462954197D-10 43 14 -2.21363791476162D-09 43 15 2.30608944458785D-10 43 16 -7.59816989205653D-10 43 17 4.17934365102364D-10 43 18 -4.17343133988989D-10 43 19 -6.09198235419319D-10 43 20 -2.89139735767065D-09 43 21 2.18447274721591D-12 43 22 -1.37846450211458D-09 43 23 3.72564518438182D-10 43 24 -6.06036384297333D-10 43 25 2.27809926528737D-10 43 26 -1.09762060022052D-09 43 27 4.42779199671746D-10 43 28 -6.80896160782468D-10 43 29 -2.96471913751643D-10 43 30 -2.42814254550138D-09 43 31 2.96376477974144D-10 43 32 -7.16839566443762D-10 43 33 -2.33540710332761D-11 43 34 -1.62934373158418D-09 43 35 -1.85348936705097D-10 43 36 -1.86912334018346D-09 43 37 6.52750434331325D-11 43 38 -1.17685177425065D-09 43 39 -5.96051538132389D+01 43 40 -2.11164112592899D-02 43 41 -3.15327021351744D+00 43 42 6.56274978657774D-03 43 43 2.54344083849250D+00 44 1 2.60904733156039D-04 44 2 -2.82978858229890D-04 44 3 3.80301005976234D-05 44 4 2.37587239328711D-04 44 5 1.26440244587279D-04 44 6 1.95880026947369D-05 44 7 -2.23120489665113D-04 44 8 2.04371013925746D-04 44 9 1.58836425202973D-04 44 10 -2.75371070981810D-04 44 11 -4.78324514602214D-05 44 12 -2.16454327689923D-04 44 13 -3.54138138039438D-10 44 14 -5.52717504532579D-10 44 15 -8.51276056688448D-11 44 16 -1.30562381498201D-10 44 17 7.26014103404262D-11 44 18 -8.34412653886147D-11 44 19 -8.30133074515776D-11 44 20 -1.22964502799278D-10 44 21 -3.20310462403242D-11 44 22 -1.70065892580224D-10 44 23 6.64058266755683D-11 44 24 -1.57979676918011D-10 44 25 1.44754000685518D-10 44 26 -1.64425720780949D-10 44 27 1.05151780288193D-10 44 28 -1.81558188899642D-10 44 29 9.36147875616836D-11 44 30 -4.01990973090768D-10 44 31 3.43474951093065D-11 44 32 -7.89893697355872D-11 44 33 3.91320864513362D-11 44 34 -3.02517869896397D-10 44 35 -6.48218617965835D-11 44 36 -3.84936368086974D-10 44 37 -6.58813259948059D-11 44 38 -2.06996193465489D-10 44 39 6.94259500832105D-02 44 40 1.09523672157292D+00 44 41 1.56316269357870D-02 44 42 1.01457210478965D-01 44 43 -4.75981227687912D-04 44 44 4.92760066974016D-02 45 1 2.86118165588502D-03 45 2 1.00841469941003D-02 45 3 7.28302581032237D-03 45 4 -1.25898959822548D-03 45 5 -1.03737652002914D-02 45 6 1.46143127591509D-03 45 7 3.01803054311129D-03 45 8 -8.80611425959989D-03 45 9 -1.06556773365482D-02 45 10 -4.62022170668321D-03 45 11 9.09573253686091D-03 45 12 1.91122079700341D-03 45 13 1.15714538698193D-08 45 14 2.26685587909160D-08 45 15 2.33916941449714D-09 45 16 2.13776426398128D-09 45 17 -4.45794858440209D-09 45 18 -9.22957877935805D-10 45 19 1.48909355210158D-08 45 20 2.28457265100873D-08 45 21 5.00523168311842D-09 45 22 1.08473305717615D-08 45 23 -2.61286564776850D-09 45 24 4.48333758770684D-09 45 25 -1.28213542641808D-10 45 26 1.16837438639734D-08 45 27 -2.44547633599362D-09 45 28 9.78767794270714D-09 45 29 -1.02179819616304D-08 45 30 8.92499066655052D-09 45 31 -1.68033572435464D-09 45 32 5.41755829381872D-09 45 33 -6.84759180960121D-09 45 34 1.28427078410136D-08 45 35 2.54566939187240D-09 45 36 1.78954447132945D-08 45 37 2.67993211506068D-09 45 38 7.22256579240516D-09 45 39 -6.92268754408651D-02 45 40 -4.94160190432834D-01 45 41 -5.85969187023283D-01 45 42 -4.61918716844679D-01 45 43 -1.83272047752225D-02 45 44 -3.76639603351100D-02 45 45 2.68151257685705D+00 46 1 1.44150644650382D-05 46 2 -5.55739907485441D-03 46 3 -2.88666136766822D-03 46 4 1.17743475488243D-03 46 5 6.38414925731242D-03 46 6 -1.63429819414691D-04 46 7 -2.32464548539509D-03 46 8 4.73426744752325D-03 46 9 5.40586768466594D-03 46 10 1.13279788692824D-03 46 11 -5.56101807972922D-03 46 12 -2.35577552035886D-03 46 13 -3.46388522924411D-09 46 14 -3.64928424277311D-09 46 15 -1.22435181107110D-09 46 16 -2.69643277541727D-09 46 17 -7.05057775941881D-10 46 18 -1.90129486112210D-09 46 19 6.34100866116990D-09 46 20 2.88680818961128D-09 46 21 3.32308101859365D-09 46 22 -2.04734539594387D-09 46 23 9.24013124406393D-10 46 24 -2.23899277674260D-09 46 25 4.43623236604158D-09 46 26 -2.60204484109631D-09 46 27 1.45762329475825D-09 46 28 -1.19797050740781D-09 46 29 1.38577876260273D-09 46 30 -1.07712610646146D-08 46 31 -4.34851954208174D-10 46 32 2.06149518847848D-09 46 33 -2.79128861294319D-09 46 34 -6.13198039108773D-09 46 35 -7.16247448636081D-09 46 36 -8.48870095729112D-09 46 37 -4.43327184981911D-09 46 38 -4.16444801958879D-09 46 39 4.48983408566376D-01 46 40 6.09538763163903D-01 46 41 5.49175670445408D-01 46 42 2.63295452847951D-02 46 43 -1.04192861379338D-03 46 44 2.40291490983458D-02 46 45 3.52619339264181D-02 46 46 1.31018561856478D+00 -SOLUTION/MATRIX_ESTIMATE L COVA * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_INFO *Index Cns_abr Subind Unit Description_of_constraint 1 ATM_RATE 1 d/l Atmosphere rate between segments 2 ATM_RATE 2 d/l Atmosphere rate between segments 3 ATM_RATE 3 d/l Atmosphere rate between segments 4 ATM_RATE 4 d/l Atmosphere rate between segments 5 ATM_RATE 5 d/l Atmosphere rate between segments 6 ATM_RATE 6 d/l Atmosphere rate between segments 7 ATM_RATE 7 d/l Atmosphere rate between segments 8 ATM_RATE 8 d/l Atmosphere rate between segments 9 ATM_RATE 9 d/l Atmosphere rate between segments 10 ATM_RATE 10 d/l Atmosphere rate between segments 11 ATM_RATE 11 d/l Atmosphere rate between segments 12 ATM_RATE 12 d/l Atmosphere rate between segments 13 ATM_RATE 13 d/l Atmosphere rate between segments 14 ATM_RATE 14 d/l Atmosphere rate between segments 15 ATM_RATE 15 d/l Atmosphere rate between segments 16 ATM_RATE 16 d/l Atmosphere rate between segments 17 ATM_RATE 17 d/l Atmosphere rate between segments 18 ATM_RATE 18 d/l Atmosphere rate between segments 19 ATM_RATE 19 d/l Atmosphere rate between segments 20 ATM_RATE 20 d/l Atmosphere rate between segments 21 ATM_RATE 21 d/l Atmosphere rate between segments 22 ATM_RATE 22 d/l Atmosphere rate between segments 23 ATM_RATE 23 d/l Atmosphere rate between segments 24 ATM_RATE 24 d/l Atmosphere rate between segments 25 ATM_RATE 25 d/l Atmosphere rate between segments 26 ATM_RATE 26 d/l Atmosphere rate between segments 27 ATM_RATE 27 d/l Atmosphere rate between segments 28 ATM_RATE 28 d/l Atmosphere rate between segments 29 ATM_RATE 29 d/l Atmosphere rate between segments 30 ATM_RATE 30 d/l Atmosphere rate between segments 31 ATM_RATE 31 d/l Atmosphere rate between segments 32 ATM_RATE 32 d/l Atmosphere rate between segments 33 ATM_RATE 33 d/l Atmosphere rate between segments 34 ATM_RATE 34 d/l Atmosphere rate between segments 35 ATM_RATE 35 d/l Atmosphere rate between segments 36 ATM_RATE 36 d/l Atmosphere rate between segments 37 ATM_RATE 37 d/l Atmosphere rate between segments 38 ATM_RATE 38 d/l Atmosphere rate between segments 39 ATM_RATE 39 d/l Atmosphere rate between segments 40 ATM_RATE 40 d/l Atmosphere rate between segments 41 ATM_RATE 41 d/l Atmosphere rate between segments 42 ATM_RATE 42 d/l Atmosphere rate between segments 43 ATM_RATE 43 d/l Atmosphere rate between segments 44 ATM_RATE 44 d/l Atmosphere rate between segments 45 ATM_RATE 45 d/l Atmosphere rate between segments 46 ATM_RATE 46 d/l Atmosphere rate between segments 47 ATM_RATE 47 d/l Atmosphere rate between segments 48 ATM_RATE 48 d/l Atmosphere rate between segments 49 ATM_RATE 49 d/l Atmosphere rate between segments 50 ATM_RATE 50 d/l Atmosphere rate between segments 51 ATM_RATE 51 d/l Atmosphere rate between segments 52 ATM_RATE 52 d/l Atmosphere rate between segments 53 ATM_RATE 53 d/l Atmosphere rate between segments 54 ATM_RATE 54 d/l Atmosphere rate between segments 55 ATM_RATE 55 d/l Atmosphere rate between segments 56 ATM_RATE 56 d/l Atmosphere rate between segments 57 ATM_RATE 57 d/l Atmosphere rate between segments 58 ATM_RATE 58 d/l Atmosphere rate between segments 59 ATM_RATE 59 d/l Atmosphere rate between segments 60 ATM_RATE 60 d/l Atmosphere rate between segments 61 ATM_RATE 61 d/l Atmosphere rate between segments 62 ATM_RATE 62 d/l Atmosphere rate between segments 63 ATM_RATE 63 d/l Atmosphere rate between segments 64 ATM_RATE 64 d/l Atmosphere rate between segments 65 ATM_RATE 65 d/l Atmosphere rate between segments 66 ATM_RATE 66 d/l Atmosphere rate between segments 67 ATM_RATE 67 d/l Atmosphere rate between segments 68 ATM_RATE 68 d/l Atmosphere rate between segments 69 ATM_RATE 69 d/l Atmosphere rate between segments 70 ATM_RATE 70 d/l Atmosphere rate between segments 71 ATM_RATE 71 d/l Atmosphere rate between segments 72 ATM_RATE 72 d/l Atmosphere rate between segments 73 ATM_RATE 73 d/l Atmosphere rate between segments 74 ATM_RATE 74 d/l Atmosphere rate between segments 75 ATM_RATE 75 d/l Atmosphere rate between segments 76 ATM_RATE 76 d/l Atmosphere rate between segments 77 ATM_RATE 77 d/l Atmosphere rate between segments 78 ATM_RATE 78 d/l Atmosphere rate between segments 79 ATM_RATE 79 d/l Atmosphere rate between segments 80 ATM_RATE 80 d/l Atmosphere rate between segments 81 ATM_RATE 81 d/l Atmosphere rate between segments 82 ATM_RATE 82 d/l Atmosphere rate between segments 83 ATM_RATE 83 d/l Atmosphere rate between segments 84 ATM_RATE 84 d/l Atmosphere rate between segments 85 ATM_RATE 85 d/l Atmosphere rate between segments 86 ATM_RATE 86 d/l Atmosphere rate between segments 87 ATM_RATE 87 d/l Atmosphere rate between segments 88 ATM_RATE 88 d/l Atmosphere rate between segments 89 ATM_RATE 89 d/l Atmosphere rate between segments 90 ATM_RATE 90 d/l Atmosphere rate between segments 91 ATM_RATE 91 d/l Atmosphere rate between segments 92 ATM_RATE 92 d/l Atmosphere rate between segments 93 ATM_RATE 93 d/l Atmosphere rate between segments 94 ATM_RATE 94 d/l Atmosphere rate between segments 95 ATM_RATE 95 d/l Atmosphere rate between segments 96 ATM_RATE 96 d/l Atmosphere rate between segments 97 ATM_RATE 97 d/l Atmosphere rate between segments 98 ATM_RATE 98 d/l Atmosphere rate between segments 99 ATM_RATE 99 d/l Atmosphere rate between segments 100 ATM_RATE 100 d/l Atmosphere rate between segments 101 ATM_RATE 101 d/l Atmosphere rate between segments 102 ATM_RATE 102 d/l Atmosphere rate between segments 103 ATM_RATE 103 d/l Atmosphere rate between segments 104 ATM_RATE 104 d/l Atmosphere rate between segments 105 ATM_RATE 105 d/l Atmosphere rate between segments 106 ATM_RATE 106 d/l Atmosphere rate between segments 107 ATM_RATE 107 d/l Atmosphere rate between segments 108 ATM_RATE 108 d/l Atmosphere rate between segments 109 ATM_RATE 109 d/l Atmosphere rate between segments 110 ATM_RATE 110 d/l Atmosphere rate between segments 111 ATM_RATE 111 d/l Atmosphere rate between segments 112 ATM_RATE 112 d/l Atmosphere rate between segments 113 ATM_RATE 113 d/l Atmosphere rate between segments 114 ATM_RATE 114 d/l Atmosphere rate between segments 115 ATM_RATE 115 d/l Atmosphere rate between segments 116 ATM_RATE 116 d/l Atmosphere rate between segments 117 ATM_RATE 117 d/l Atmosphere rate between segments 118 ATM_RATE 118 d/l Atmosphere rate between segments 119 ATM_RATE 119 d/l Atmosphere rate between segments 120 ATM_RATE 120 d/l Atmosphere rate between segments 121 ATM_RATE 121 d/l Atmosphere rate between segments 122 ATM_RATE 122 d/l Atmosphere rate between segments 123 ATM_RATE 123 d/l Atmosphere rate between segments 124 ATM_RATE 124 d/l Atmosphere rate between segments 125 ATM_RATE 125 d/l Atmosphere rate between segments 126 ATM_RATE 126 d/l Atmosphere rate between segments 127 ATM_RATE 127 d/l Atmosphere rate between segments 128 ATM_RATE 128 d/l Atmosphere rate between segments 129 ATM_RATE 129 d/l Atmosphere rate between segments 130 ATM_RATE 130 d/l Atmosphere rate between segments 131 ATM_RATE 131 d/l Atmosphere rate between segments 132 ATM_RATE 132 d/l Atmosphere rate between segments 133 ATM_RATE 133 d/l Atmosphere rate between segments 134 ATM_RATE 134 d/l Atmosphere rate between segments 135 ATM_RATE 135 d/l Atmosphere rate between segments 136 ATM_RATE 136 d/l Atmosphere rate between segments 137 ATM_RATE 137 d/l Atmosphere rate between segments 138 ATM_RATE 138 d/l Atmosphere rate between segments 139 ATM_RATE 139 d/l Atmosphere rate between segments 140 ATM_RATE 140 d/l Atmosphere rate between segments 141 ATM_RATE 141 d/l Atmosphere rate between segments 142 ATM_RATE 142 d/l Atmosphere rate between segments 143 ATM_RATE 143 d/l Atmosphere rate between segments 144 ATM_RATE 144 d/l Atmosphere rate between segments 145 CLO_RATE 1 d/l Clock rate between segments 146 CLO_RATE 2 d/l Clock rate between segments 147 CLO_RATE 3 d/l Clock rate between segments 148 CLO_RATE 4 d/l Clock rate between segments 149 CLO_RATE 5 d/l Clock rate between segments 150 CLO_RATE 6 d/l Clock rate between segments 151 CLO_RATE 7 d/l Clock rate between segments 152 CLO_RATE 8 d/l Clock rate between segments 153 CLO_RATE 9 d/l Clock rate between segments 154 CLO_RATE 10 d/l Clock rate between segments 155 CLO_RATE 11 d/l Clock rate between segments 156 CLO_RATE 12 d/l Clock rate between segments 157 CLO_RATE 13 d/l Clock rate between segments 158 CLO_RATE 14 d/l Clock rate between segments 159 CLO_RATE 15 d/l Clock rate between segments 160 CLO_RATE 16 d/l Clock rate between segments 161 CLO_RATE 17 d/l Clock rate between segments 162 CLO_RATE 18 d/l Clock rate between segments 163 CLO_RATE 19 d/l Clock rate between segments 164 CLO_RATE 20 d/l Clock rate between segments 165 CLO_RATE 21 d/l Clock rate between segments 166 CLO_RATE 22 d/l Clock rate between segments 167 CLO_RATE 23 d/l Clock rate between segments 168 CLO_RATE 24 d/l Clock rate between segments 169 CLO_RATE 25 d/l Clock rate between segments 170 CLO_RATE 26 d/l Clock rate between segments 171 CLO_RATE 27 d/l Clock rate between segments 172 CLO_RATE 28 d/l Clock rate between segments 173 CLO_RATE 29 d/l Clock rate between segments 174 CLO_RATE 30 d/l Clock rate between segments 175 CLO_RATE 31 d/l Clock rate between segments 176 CLO_RATE 32 d/l Clock rate between segments 177 CLO_RATE 33 d/l Clock rate between segments 178 CLO_RATE 34 d/l Clock rate between segments 179 CLO_RATE 35 d/l Clock rate between segments 180 CLO_RATE 36 d/l Clock rate between segments 181 CLO_RATE 37 d/l Clock rate between segments 182 CLO_RATE 38 d/l Clock rate between segments 183 CLO_RATE 39 d/l Clock rate between segments 184 CLO_RATE 40 d/l Clock rate between segments 185 CLO_RATE 41 d/l Clock rate between segments 186 CLO_RATE 42 d/l Clock rate between segments 187 CLO_RATE 43 d/l Clock rate between segments 188 CLO_RATE 44 d/l Clock rate between segments 189 CLO_RATE 45 d/l Clock rate between segments 190 CLO_RATE 46 d/l Clock rate between segments 191 CLO_RATE 47 d/l Clock rate between segments 192 CLO_RATE 48 d/l Clock rate between segments 193 ATM_RATE 145 d/l Atmosphere rate between segments 194 ATM_RATE 146 d/l Atmosphere rate between segments 195 ATM_RATE 147 d/l Atmosphere rate between segments 196 ATM_RATE 148 d/l Atmosphere rate between segments 197 ATM_RATE 149 d/l Atmosphere rate between segments 198 ATM_RATE 150 d/l Atmosphere rate between segments 199 ATM_RATE 151 d/l Atmosphere rate between segments 200 ATM_RATE 152 d/l Atmosphere rate between segments 201 ATM_RATE 153 d/l Atmosphere rate between segments 202 ATM_RATE 154 d/l Atmosphere rate between segments 203 ATM_RATE 155 d/l Atmosphere rate between segments 204 ATM_RATE 156 d/l Atmosphere rate between segments 205 ATM_RATE 157 d/l Atmosphere rate between segments 206 ATM_RATE 158 d/l Atmosphere rate between segments 207 ATM_RATE 159 d/l Atmosphere rate between segments 208 ATM_RATE 160 d/l Atmosphere rate between segments 209 ATM_RATE 161 d/l Atmosphere rate between segments 210 ATM_RATE 162 d/l Atmosphere rate between segments 211 ATM_RATE 163 d/l Atmosphere rate between segments 212 ATM_RATE 164 d/l Atmosphere rate between segments 213 ATM_RATE 165 d/l Atmosphere rate between segments 214 ATM_RATE 166 d/l Atmosphere rate between segments 215 ATM_RATE 167 d/l Atmosphere rate between segments 216 ATM_RATE 168 d/l Atmosphere rate between segments 217 ATM_RATE 169 d/l Atmosphere rate between segments 218 ATM_RATE 170 d/l Atmosphere rate between segments 219 ATM_RATE 171 d/l Atmosphere rate between segments 220 ATM_RATE 172 d/l Atmosphere rate between segments 221 ATM_RATE 173 d/l Atmosphere rate between segments 222 ATM_RATE 174 d/l Atmosphere rate between segments 223 ATM_RATE 175 d/l Atmosphere rate between segments 224 ATM_RATE 176 d/l Atmosphere rate between segments 225 ATM_RATE 177 d/l Atmosphere rate between segments 226 ATM_RATE 178 d/l Atmosphere rate between segments 227 ATM_RATE 179 d/l Atmosphere rate between segments 228 ATM_RATE 180 d/l Atmosphere rate between segments 229 ATM_RATE 181 d/l Atmosphere rate between segments 230 ATM_RATE 182 d/l Atmosphere rate between segments 231 ATM_RATE 183 d/l Atmosphere rate between segments 232 ATM_RATE 184 d/l Atmosphere rate between segments 233 ATM_RATE 185 d/l Atmosphere rate between segments 234 ATM_RATE 186 d/l Atmosphere rate between segments 235 ATM_RATE 187 d/l Atmosphere rate between segments 236 ATM_RATE 188 d/l Atmosphere rate between segments 237 ATM_RATE 189 d/l Atmosphere rate between segments 238 ATM_RATE 190 d/l Atmosphere rate between segments 239 ATM_RATE 191 d/l Atmosphere rate between segments 240 ATM_RATE 192 d/l Atmosphere rate between segments 241 ATM_RATE 193 d/l Atmosphere rate between segments 242 ATM_RATE 194 d/l Atmosphere rate between segments 243 ATM_RATE 195 d/l Atmosphere rate between segments 244 ATM_RATE 196 d/l Atmosphere rate between segments 245 ATM_RATE 197 d/l Atmosphere rate between segments 246 ATM_RATE 198 d/l Atmosphere rate between segments 247 ATM_RATE 199 d/l Atmosphere rate between segments 248 ATM_RATE 200 d/l Atmosphere rate between segments 249 ATM_RATE 201 d/l Atmosphere rate between segments 250 ATM_RATE 202 d/l Atmosphere rate between segments 251 ATM_RATE 203 d/l Atmosphere rate between segments 252 ATM_RATE 204 d/l Atmosphere rate between segments 253 ATM_RATE 205 d/l Atmosphere rate between segments 254 ATM_RATE 206 d/l Atmosphere rate between segments 255 ATM_RATE 207 d/l Atmosphere rate between segments 256 ATM_RATE 208 d/l Atmosphere rate between segments 257 ATM_RATE 209 d/l Atmosphere rate between segments 258 ATM_RATE 210 d/l Atmosphere rate between segments 259 ATM_RATE 211 d/l Atmosphere rate between segments 260 ATM_RATE 212 d/l Atmosphere rate between segments 261 ATM_RATE 213 d/l Atmosphere rate between segments 262 ATM_RATE 214 d/l Atmosphere rate between segments 263 ATM_RATE 215 d/l Atmosphere rate between segments 264 ATM_RATE 216 d/l Atmosphere rate between segments 265 ATM_RATE 217 d/l Atmosphere rate between segments 266 ATM_RATE 218 d/l Atmosphere rate between segments 267 ATM_RATE 219 d/l Atmosphere rate between segments 268 ATM_RATE 220 d/l Atmosphere rate between segments 269 ATM_RATE 221 d/l Atmosphere rate between segments 270 ATM_RATE 222 d/l Atmosphere rate between segments 271 ATM_RATE 223 d/l Atmosphere rate between segments 272 ATM_RATE 224 d/l Atmosphere rate between segments 273 ATM_RATE 225 d/l Atmosphere rate between segments 274 ATM_RATE 226 d/l Atmosphere rate between segments 275 ATM_RATE 227 d/l Atmosphere rate between segments 276 ATM_RATE 228 d/l Atmosphere rate between segments 277 ATM_RATE 229 d/l Atmosphere rate between segments 278 ATM_RATE 230 d/l Atmosphere rate between segments 279 ATM_RATE 231 d/l Atmosphere rate between segments 280 ATM_RATE 232 d/l Atmosphere rate between segments 281 ATM_RATE 233 d/l Atmosphere rate between segments 282 ATM_RATE 234 d/l Atmosphere rate between segments 283 ATM_RATE 235 d/l Atmosphere rate between segments 284 ATM_RATE 236 d/l Atmosphere rate between segments 285 ATM_RATE 237 d/l Atmosphere rate between segments 286 ATM_RATE 238 d/l Atmosphere rate between segments 287 ATM_RATE 239 d/l Atmosphere rate between segments 288 ATM_RATE 240 d/l Atmosphere rate between segments 289 ATM_RATE 241 d/l Atmosphere rate between segments 290 ATM_RATE 242 d/l Atmosphere rate between segments 291 ATM_RATE 243 d/l Atmosphere rate between segments 292 ATM_RATE 244 d/l Atmosphere rate between segments 293 ATM_RATE 245 d/l Atmosphere rate between segments 294 ATM_RATE 246 d/l Atmosphere rate between segments 295 ATM_RATE 247 d/l Atmosphere rate between segments 296 ATM_RATE 248 d/l Atmosphere rate between segments 297 ATM_RATE 249 d/l Atmosphere rate between segments 298 ATM_RATE 250 d/l Atmosphere rate between segments 299 ATM_RATE 251 d/l Atmosphere rate between segments 300 ATM_RATE 252 d/l Atmosphere rate between segments 301 ATM_RATE 253 d/l Atmosphere rate between segments 302 ATM_RATE 254 d/l Atmosphere rate between segments 303 ATM_RATE 255 d/l Atmosphere rate between segments 304 ATM_RATE 256 d/l Atmosphere rate between segments 305 ATM_RATE 257 d/l Atmosphere rate between segments 306 ATM_RATE 258 d/l Atmosphere rate between segments 307 ATM_RATE 259 d/l Atmosphere rate between segments 308 ATM_RATE 260 d/l Atmosphere rate between segments 309 ATM_RATE 261 d/l Atmosphere rate between segments 310 ATM_RATE 262 d/l Atmosphere rate between segments 311 ATM_RATE 263 d/l Atmosphere rate between segments 312 ATM_RATE 264 d/l Atmosphere rate between segments 313 ATM_RATE 265 d/l Atmosphere rate between segments 314 ATM_RATE 266 d/l Atmosphere rate between segments 315 ATM_RATE 267 d/l Atmosphere rate between segments 316 ATM_RATE 268 d/l Atmosphere rate between segments 317 ATM_RATE 269 d/l Atmosphere rate between segments 318 ATM_RATE 270 d/l Atmosphere rate between segments 319 ATM_RATE 271 d/l Atmosphere rate between segments 320 ATM_RATE 272 d/l Atmosphere rate between segments 321 ATM_RATE 273 d/l Atmosphere rate between segments 322 ATM_RATE 274 d/l Atmosphere rate between segments 323 ATM_RATE 275 d/l Atmosphere rate between segments 324 ATM_RATE 276 d/l Atmosphere rate between segments 325 ATM_RATE 277 d/l Atmosphere rate between segments 326 ATM_RATE 278 d/l Atmosphere rate between segments 327 ATM_RATE 279 d/l Atmosphere rate between segments 328 ATM_RATE 280 d/l Atmosphere rate between segments 329 ATM_RATE 281 d/l Atmosphere rate between segments 330 ATM_RATE 282 d/l Atmosphere rate between segments 331 ATM_RATE 283 d/l Atmosphere rate between segments 332 ATM_RATE 284 d/l Atmosphere rate between segments 333 ATM_RATE 285 d/l Atmosphere rate between segments 334 ATM_RATE 286 d/l Atmosphere rate between segments 335 ATM_RATE 287 d/l Atmosphere rate between segments 336 ATM_RATE 288 d/l Atmosphere rate between segments 337 CLO_RATE 49 d/l Clock rate between segments 338 CLO_RATE 50 d/l Clock rate between segments 339 CLO_RATE 51 d/l Clock rate between segments 340 CLO_RATE 52 d/l Clock rate between segments 341 CLO_RATE 53 d/l Clock rate between segments 342 CLO_RATE 54 d/l Clock rate between segments 343 CLO_RATE 55 d/l Clock rate between segments 344 CLO_RATE 56 d/l Clock rate between segments 345 CLO_RATE 57 d/l Clock rate between segments 346 CLO_RATE 58 d/l Clock rate between segments 347 CLO_RATE 59 d/l Clock rate between segments 348 CLO_RATE 60 d/l Clock rate between segments 349 CLO_RATE 61 d/l Clock rate between segments 350 CLO_RATE 62 d/l Clock rate between segments 351 CLO_RATE 63 d/l Clock rate between segments 352 CLO_RATE 64 d/l Clock rate between segments 353 CLO_RATE 65 d/l Clock rate between segments 354 CLO_RATE 66 d/l Clock rate between segments 355 CLO_RATE 67 d/l Clock rate between segments 356 CLO_RATE 68 d/l Clock rate between segments 357 CLO_RATE 69 d/l Clock rate between segments 358 CLO_RATE 70 d/l Clock rate between segments 359 CLO_RATE 71 d/l Clock rate between segments 360 CLO_RATE 72 d/l Clock rate between segments 361 CLO_RATE 73 d/l Clock rate between segments 362 CLO_RATE 74 d/l Clock rate between segments 363 CLO_RATE 75 d/l Clock rate between segments 364 CLO_RATE 76 d/l Clock rate between segments 365 CLO_RATE 77 d/l Clock rate between segments 366 CLO_RATE 78 d/l Clock rate between segments 367 CLO_RATE 79 d/l Clock rate between segments 368 CLO_RATE 80 d/l Clock rate between segments 369 CLO_RATE 81 d/l Clock rate between segments 370 CLO_RATE 82 d/l Clock rate between segments 371 CLO_RATE 83 d/l Clock rate between segments 372 CLO_RATE 84 d/l Clock rate between segments 373 CLO_RATE 85 d/l Clock rate between segments 374 CLO_RATE 86 d/l Clock rate between segments 375 CLO_RATE 87 d/l Clock rate between segments 376 CLO_RATE 88 d/l Clock rate between segments 377 CLO_RATE 89 d/l Clock rate between segments 378 CLO_RATE 90 d/l Clock rate between segments 379 CLO_RATE 91 d/l Clock rate between segments 380 CLO_RATE 92 d/l Clock rate between segments 381 CLO_RATE 93 d/l Clock rate between segments 382 CLO_RATE 94 d/l Clock rate between segments 383 CLO_RATE 95 d/l Clock rate between segments 384 CLO_RATE 96 d/l Clock 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 ATM_RATE 361 d/l Atmosphere rate between segments 458 ATM_RATE 362 d/l Atmosphere rate between segments 459 ATM_RATE 363 d/l Atmosphere rate between segments 460 ATM_RATE 364 d/l Atmosphere rate between segments 461 ATM_RATE 365 d/l Atmosphere rate between segments 462 ATM_RATE 366 d/l Atmosphere rate between segments 463 ATM_RATE 367 d/l Atmosphere rate between segments 464 ATM_RATE 368 d/l Atmosphere rate between segments 465 ATM_RATE 369 d/l Atmosphere rate between segments 466 ATM_RATE 370 d/l Atmosphere rate between segments 467 ATM_RATE 371 d/l Atmosphere rate between segments 468 ATM_RATE 372 d/l Atmosphere rate between segments 469 ATM_RATE 373 d/l Atmosphere rate between segments 470 ATM_RATE 374 d/l Atmosphere rate between segments 471 ATM_RATE 375 d/l Atmosphere rate between segments 472 ATM_RATE 376 d/l Atmosphere rate between segments 473 ATM_RATE 377 d/l Atmosphere rate between segments 474 ATM_RATE 378 d/l Atmosphere rate between segments 475 ATM_RATE 379 d/l Atmosphere rate between segments 476 ATM_RATE 380 d/l Atmosphere rate between segments 477 ATM_RATE 381 d/l Atmosphere rate between segments 478 ATM_RATE 382 d/l Atmosphere rate between segments 479 ATM_RATE 383 d/l Atmosphere rate between segments 480 ATM_RATE 384 d/l Atmosphere rate between segments 481 ATM_RATE 385 d/l Atmosphere rate between segments 482 ATM_RATE 386 d/l Atmosphere rate between segments 483 ATM_RATE 387 d/l Atmosphere rate between segments 484 ATM_RATE 388 d/l Atmosphere rate between segments 485 ATM_RATE 389 d/l Atmosphere rate between segments 486 ATM_RATE 390 d/l Atmosphere rate between segments 487 ATM_RATE 391 d/l Atmosphere rate between segments 488 ATM_RATE 392 d/l Atmosphere rate between segments 489 ATM_RATE 393 d/l Atmosphere rate between segments 490 ATM_RATE 394 d/l Atmosphere rate between segments 491 ATM_RATE 395 d/l Atmosphere rate between segments 492 ATM_RATE 396 d/l Atmosphere rate between segments 493 ATM_RATE 397 d/l Atmosphere rate between segments 494 ATM_RATE 398 d/l Atmosphere rate between segments 495 ATM_RATE 399 d/l Atmosphere rate between segments 496 ATM_RATE 400 d/l Atmosphere rate between segments 497 ATM_RATE 401 d/l Atmosphere rate between segments 498 ATM_RATE 402 d/l Atmosphere rate between segments 499 ATM_RATE 403 d/l Atmosphere rate between segments 500 ATM_RATE 404 d/l Atmosphere rate between segments 501 ATM_RATE 405 d/l Atmosphere rate between segments 502 ATM_RATE 406 d/l Atmosphere rate between segments 503 ATM_RATE 407 d/l Atmosphere rate between segments 504 ATM_RATE 408 d/l Atmosphere rate between segments 505 ATM_RATE 409 d/l Atmosphere rate between segments 506 ATM_RATE 410 d/l Atmosphere rate between segments 507 ATM_RATE 411 d/l Atmosphere rate between segments 508 ATM_RATE 412 d/l Atmosphere rate between segments 509 ATM_RATE 413 d/l Atmosphere rate between segments 510 ATM_RATE 414 d/l Atmosphere rate between segments 511 ATM_RATE 415 d/l Atmosphere rate between segments 512 ATM_RATE 416 d/l Atmosphere rate between segments 513 ATM_RATE 417 d/l Atmosphere rate between segments 514 ATM_RATE 418 d/l Atmosphere rate between segments 515 ATM_RATE 419 d/l Atmosphere rate between segments 516 ATM_RATE 420 d/l Atmosphere rate between segments 517 ATM_RATE 421 d/l Atmosphere rate between segments 518 ATM_RATE 422 d/l Atmosphere rate between segments 519 ATM_RATE 423 d/l Atmosphere rate between segments 520 ATM_RATE 424 d/l Atmosphere rate between segments 521 ATM_RATE 425 d/l Atmosphere rate between segments 522 ATM_RATE 426 d/l Atmosphere rate between segments 523 ATM_RATE 427 d/l Atmosphere rate between segments 524 ATM_RATE 428 d/l Atmosphere rate between segments 525 ATM_RATE 429 d/l Atmosphere rate between segments 526 ATM_RATE 430 d/l Atmosphere rate between segments 527 ATM_RATE 431 d/l Atmosphere rate between segments 528 ATM_RATE 432 d/l Atmosphere rate between segments 529 CLO_RATE 97 d/l Clock rate between segments 530 CLO_RATE 98 d/l Clock rate between segments 531 CLO_RATE 99 d/l Clock rate between segments 532 CLO_RATE 100 d/l Clock rate between segments 533 CLO_RATE 101 d/l Clock rate between segments 534 CLO_RATE 102 d/l Clock rate between segments 535 CLO_RATE 103 d/l Clock rate between segments 536 CLO_RATE 104 d/l Clock rate between segments 537 CLO_RATE 105 d/l Clock rate between segments 538 CLO_RATE 106 d/l Clock rate between segments 539 CLO_RATE 107 d/l Clock rate between segments 540 CLO_RATE 108 d/l Clock rate between segments 541 CLO_RATE 109 d/l Clock rate between segments 542 CLO_RATE 110 d/l Clock rate between segments 543 CLO_RATE 111 d/l Clock rate between segments 544 CLO_RATE 112 d/l Clock rate between segments 545 CLO_RATE 113 d/l Clock rate between segments 546 CLO_RATE 114 d/l Clock rate between segments 547 CLO_RATE 115 d/l Clock rate between segments 548 CLO_RATE 116 d/l Clock rate between segments 549 CLO_RATE 117 d/l Clock rate between segments 550 CLO_RATE 118 d/l Clock rate between segments 551 CLO_RATE 119 d/l Clock rate between segments 552 CLO_RATE 120 d/l Clock rate between segments 553 CLO_RATE 121 d/l Clock rate between segments 554 CLO_RATE 122 d/l Clock rate between segments 555 CLO_RATE 123 d/l Clock rate between segments 556 CLO_RATE 124 d/l Clock rate between segments 557 CLO_RATE 125 d/l Clock rate between segments 558 CLO_RATE 126 d/l Clock rate between segments 559 CLO_RATE 127 d/l Clock rate between segments 560 CLO_RATE 128 d/l Clock rate between segments 561 CLO_RATE 129 d/l Clock rate between segments 562 CLO_RATE 130 d/l Clock rate between segments 563 CLO_RATE 131 d/l Clock rate between segments 564 CLO_RATE 132 d/l Clock rate between segments 565 CLO_RATE 133 d/l Clock rate between segments 566 CLO_RATE 134 d/l Clock rate between segments 567 CLO_RATE 135 d/l Clock rate between segments 568 CLO_RATE 136 d/l Clock rate between segments 569 CLO_RATE 137 d/l Clock rate between segments 570 CLO_RATE 138 d/l Clock rate between segments 571 CLO_RATE 139 d/l Clock rate between segments 572 CLO_RATE 140 d/l Clock rate between segments 573 CLO_RATE 141 d/l Clock rate between segments 574 CLO_RATE 142 d/l Clock rate between segments 575 CLO_RATE 143 d/l Clock rate between segments 576 CLO_RATE 144 d/l Clock rate between segments 577 ATM_RATE 433 d/l Atmosphere rate between segments 578 ATM_RATE 434 d/l Atmosphere rate between segments 579 ATM_RATE 435 d/l Atmosphere rate between segments 580 ATM_RATE 436 d/l Atmosphere rate between segments 581 ATM_RATE 437 d/l Atmosphere rate between segments 582 ATM_RATE 438 d/l Atmosphere rate between segments 583 ATM_RATE 439 d/l Atmosphere rate between segments 584 ATM_RATE 440 d/l Atmosphere rate between segments 585 ATM_RATE 441 d/l Atmosphere rate between segments 586 ATM_RATE 442 d/l Atmosphere rate between segments 587 ATM_RATE 443 d/l Atmosphere rate between segments 588 ATM_RATE 444 d/l Atmosphere rate between segments 589 ATM_RATE 445 d/l Atmosphere rate between segments 590 ATM_RATE 446 d/l Atmosphere rate between segments 591 ATM_RATE 447 d/l Atmosphere rate between segments 592 ATM_RATE 448 d/l Atmosphere rate between segments 593 ATM_RATE 449 d/l Atmosphere rate between segments 594 ATM_RATE 450 d/l Atmosphere rate between segments 595 ATM_RATE 451 d/l Atmosphere rate between segments 596 ATM_RATE 452 d/l Atmosphere rate between segments 597 ATM_RATE 453 d/l Atmosphere rate between segments 598 ATM_RATE 454 d/l Atmosphere rate between segments 599 ATM_RATE 455 d/l Atmosphere rate between segments 600 ATM_RATE 456 d/l Atmosphere rate between segments 601 ATM_RATE 457 d/l Atmosphere rate between segments 602 ATM_RATE 458 d/l Atmosphere rate between segments 603 ATM_RATE 459 d/l Atmosphere rate between segments 604 ATM_RATE 460 d/l Atmosphere rate between segments 605 ATM_RATE 461 d/l Atmosphere rate between segments 606 ATM_RATE 462 d/l Atmosphere rate between segments 607 ATM_RATE 463 d/l Atmosphere rate between segments 608 ATM_RATE 464 d/l Atmosphere rate between segments 609 ATM_RATE 465 d/l Atmosphere rate between segments 610 ATM_RATE 466 d/l Atmosphere rate between segments 611 ATM_RATE 467 d/l Atmosphere rate between segments 612 ATM_RATE 468 d/l Atmosphere rate between segments 613 ATM_RATE 469 d/l Atmosphere rate between segments 614 ATM_RATE 470 d/l Atmosphere rate between segments 615 ATM_RATE 471 d/l Atmosphere rate between segments 616 ATM_RATE 472 d/l Atmosphere rate between segments 617 ATM_RATE 473 d/l Atmosphere rate between segments 618 ATM_RATE 474 d/l Atmosphere rate between segments 619 ATM_RATE 475 d/l Atmosphere rate between segments 620 ATM_RATE 476 d/l Atmosphere rate between segments 621 ATM_RATE 477 d/l Atmosphere rate between segments 622 ATM_RATE 478 d/l Atmosphere rate between segments 623 ATM_RATE 479 d/l Atmosphere rate between segments 624 ATM_RATE 480 d/l Atmosphere rate between segments 625 ATM_RATE 481 d/l Atmosphere rate between segments 626 ATM_RATE 482 d/l Atmosphere rate between segments 627 ATM_RATE 483 d/l Atmosphere rate between segments 628 ATM_RATE 484 d/l Atmosphere rate between segments 629 ATM_RATE 485 d/l Atmosphere rate between segments 630 ATM_RATE 486 d/l Atmosphere rate between segments 631 ATM_RATE 487 d/l Atmosphere rate between segments 632 ATM_RATE 488 d/l Atmosphere rate between segments 633 ATM_RATE 489 d/l Atmosphere rate between segments 634 ATM_RATE 490 d/l Atmosphere rate between segments 635 ATM_RATE 491 d/l Atmosphere rate between segments 636 ATM_RATE 492 d/l Atmosphere rate between segments 637 ATM_RATE 493 d/l Atmosphere rate between segments 638 ATM_RATE 494 d/l Atmosphere rate between segments 639 ATM_RATE 495 d/l Atmosphere rate between segments 640 ATM_RATE 496 d/l Atmosphere rate between segments 641 ATM_RATE 497 d/l Atmosphere rate between segments 642 ATM_RATE 498 d/l Atmosphere rate between segments 643 ATM_RATE 499 d/l Atmosphere rate between segments 644 ATM_RATE 500 d/l Atmosphere rate between segments 645 ATM_RATE 501 d/l Atmosphere rate between segments 646 ATM_RATE 502 d/l Atmosphere rate between segments 647 ATM_RATE 503 d/l Atmosphere rate between segments 648 ATM_RATE 504 d/l Atmosphere rate between segments 649 ATM_RATE 505 d/l Atmosphere rate between segments 650 ATM_RATE 506 d/l Atmosphere rate between segments 651 ATM_RATE 507 d/l Atmosphere rate between segments 652 ATM_RATE 508 d/l Atmosphere rate between segments 653 ATM_RATE 509 d/l Atmosphere rate between segments 654 ATM_RATE 510 d/l Atmosphere rate between segments 655 ATM_RATE 511 d/l Atmosphere rate between segments 656 ATM_RATE 512 d/l Atmosphere rate between segments 657 ATM_RATE 513 d/l Atmosphere rate between segments 658 ATM_RATE 514 d/l Atmosphere rate between segments 659 ATM_RATE 515 d/l Atmosphere rate between segments 660 ATM_RATE 516 d/l Atmosphere rate between segments 661 ATM_RATE 517 d/l Atmosphere rate between segments 662 ATM_RATE 518 d/l Atmosphere rate between segments 663 ATM_RATE 519 d/l Atmosphere rate between segments 664 ATM_RATE 520 d/l Atmosphere rate between segments 665 ATM_RATE 521 d/l Atmosphere rate between segments 666 ATM_RATE 522 d/l Atmosphere rate between segments 667 ATM_RATE 523 d/l Atmosphere rate between segments 668 ATM_RATE 524 d/l Atmosphere rate between segments 669 ATM_RATE 525 d/l Atmosphere rate between segments 670 ATM_RATE 526 d/l Atmosphere rate between segments 671 ATM_RATE 527 d/l Atmosphere rate between segments 672 ATM_RATE 528 d/l Atmosphere rate between segments 673 ATM_RATE 529 d/l Atmosphere rate between segments 674 ATM_RATE 530 d/l Atmosphere rate between segments 675 ATM_RATE 531 d/l Atmosphere rate between segments 676 ATM_RATE 532 d/l Atmosphere rate between segments 677 ATM_RATE 533 d/l Atmosphere rate between segments 678 ATM_RATE 534 d/l Atmosphere rate between segments 679 ATM_RATE 535 d/l Atmosphere rate between segments 680 ATM_RATE 536 d/l Atmosphere rate between segments 681 ATM_RATE 537 d/l Atmosphere rate between segments 682 ATM_RATE 538 d/l Atmosphere rate between segments 683 ATM_RATE 539 d/l Atmosphere rate between segments 684 ATM_RATE 540 d/l Atmosphere rate between segments 685 ATM_RATE 541 d/l Atmosphere rate between segments 686 ATM_RATE 542 d/l Atmosphere rate between segments 687 ATM_RATE 543 d/l Atmosphere rate between segments 688 ATM_RATE 544 d/l Atmosphere rate between segments 689 ATM_RATE 545 d/l Atmosphere rate between segments 690 ATM_RATE 546 d/l Atmosphere rate between segments 691 ATM_RATE 547 d/l Atmosphere rate between segments 692 ATM_RATE 548 d/l Atmosphere rate between segments 693 ATM_RATE 549 d/l Atmosphere rate between segments 694 ATM_RATE 550 d/l Atmosphere rate between segments 695 ATM_RATE 551 d/l Atmosphere rate between segments 696 ATM_RATE 552 d/l Atmosphere rate between segments 697 ATM_RATE 553 d/l Atmosphere rate between segments 698 ATM_RATE 554 d/l Atmosphere rate between segments 699 ATM_RATE 555 d/l Atmosphere rate between segments 700 ATM_RATE 556 d/l Atmosphere rate between segments 701 ATM_RATE 557 d/l Atmosphere rate between segments 702 ATM_RATE 558 d/l Atmosphere rate between segments 703 ATM_RATE 559 d/l Atmosphere rate between segments 704 ATM_RATE 560 d/l Atmosphere rate between segments 705 ATM_RATE 561 d/l Atmosphere rate between segments 706 ATM_RATE 562 d/l Atmosphere rate between segments 707 ATM_RATE 563 d/l Atmosphere rate between segments 708 ATM_RATE 564 d/l Atmosphere rate between segments 709 ATM_RATE 565 d/l Atmosphere rate between segments 710 ATM_RATE 566 d/l Atmosphere rate between segments 711 ATM_RATE 567 d/l Atmosphere rate between segments 712 ATM_RATE 568 d/l Atmosphere rate between segments 713 ATM_RATE 569 d/l Atmosphere rate between segments 714 ATM_RATE 570 d/l Atmosphere rate between segments 715 ATM_RATE 571 d/l Atmosphere rate between segments 716 ATM_RATE 572 d/l Atmosphere rate between segments 717 ATM_RATE 573 d/l Atmosphere rate between segments 718 ATM_RATE 574 d/l Atmosphere rate between segments 719 ATM_RATE 575 d/l Atmosphere rate between segments 720 ATM_RATE 576 d/l Atmosphere rate between segments 721 EOP_XPL 1 mas Constraint on X pole value 722 EOP_YPL 1 mas Constraint on Y pole value 723 EOP_UT1 1 ms Constraint on UT1 angle 724 EOR_XPL 1 masD Constraint on X pole rate 725 EOR_YPL 1 masD Constraint on Y pole rate 726 EOR_UT1 1 msD Constraint on UT1 rate 727 GRAD_OFF 1 mm Atmosphere gradient offset 728 GRAD_OFF 2 mm Atmosphere gradient offset 729 GRAD_RAT 1 mm/d Atmosphere gradient rate 730 GRAD_OFF 3 mm Atmosphere gradient offset 731 GRAD_RAT 2 mm/d Atmosphere gradient rate 732 GRAD_OFF 4 mm Atmosphere gradient offset 733 GRAD_RAT 3 mm/d Atmosphere gradient rate 734 GRAD_OFF 5 mm Atmosphere gradient offset 735 GRAD_RAT 4 mm/d Atmosphere gradient rate 736 GRAD_OFF 6 mm Atmosphere gradient offset 737 GRAD_RAT 5 mm/d Atmosphere gradient rate 738 GRAD_OFF 7 mm Atmosphere gradient offset 739 GRAD_RAT 6 mm/d Atmosphere gradient rate 740 GRAD_OFF 8 mm Atmosphere gradient offset 741 GRAD_RAT 7 mm/d Atmosphere gradient rate 742 GRAD_OFF 9 mm Atmosphere gradient offset 743 GRAD_RAT 8 mm/d Atmosphere gradient rate 744 GRAD_OFF 10 mm Atmosphere gradient offset 745 GRAD_OFF 11 mm Atmosphere gradient offset 746 GRAD_RAT 9 mm/d Atmosphere gradient rate 747 GRAD_OFF 12 mm Atmosphere gradient offset 748 GRAD_RAT 10 mm/d Atmosphere gradient rate 749 GRAD_OFF 13 mm Atmosphere gradient offset 750 GRAD_RAT 11 mm/d Atmosphere gradient rate 751 GRAD_OFF 14 mm Atmosphere gradient offset 752 GRAD_RAT 12 mm/d Atmosphere gradient rate 753 GRAD_OFF 15 mm Atmosphere gradient offset 754 GRAD_RAT 13 mm/d Atmosphere gradient rate 755 GRAD_OFF 16 mm Atmosphere gradient offset 756 GRAD_RAT 14 mm/d Atmosphere gradient rate 757 GRAD_OFF 17 mm Atmosphere gradient offset 758 GRAD_RAT 15 mm/d Atmosphere gradient rate 759 GRAD_OFF 18 mm Atmosphere gradient offset 760 GRAD_RAT 16 mm/d Atmosphere gradient rate 761 GRAD_OFF 19 mm Atmosphere gradient offset 762 GRAD_OFF 20 mm Atmosphere gradient offset 763 GRAD_RAT 17 mm/d Atmosphere gradient rate 764 GRAD_OFF 21 mm Atmosphere gradient offset 765 GRAD_RAT 18 mm/d Atmosphere gradient rate 766 GRAD_OFF 22 mm Atmosphere gradient offset 767 GRAD_RAT 19 mm/d Atmosphere gradient rate 768 GRAD_OFF 23 mm Atmosphere gradient offset 769 GRAD_RAT 20 mm/d Atmosphere gradient rate 770 GRAD_OFF 24 mm Atmosphere gradient offset 771 GRAD_RAT 21 mm/d Atmosphere gradient rate 772 GRAD_OFF 25 mm Atmosphere gradient offset 773 GRAD_RAT 22 mm/d Atmosphere gradient rate 774 GRAD_OFF 26 mm Atmosphere gradient offset 775 GRAD_RAT 23 mm/d Atmosphere gradient rate 776 GRAD_OFF 27 mm Atmosphere gradient offset 777 GRAD_RAT 24 mm/d Atmosphere gradient rate 778 GRAD_OFF 28 mm Atmosphere gradient offset 779 GRAD_OFF 29 mm Atmosphere gradient offset 780 GRAD_RAT 25 mm/d Atmosphere gradient rate 781 GRAD_OFF 30 mm Atmosphere gradient offset 782 GRAD_RAT 26 mm/d Atmosphere gradient rate 783 GRAD_OFF 31 mm Atmosphere gradient offset 784 GRAD_RAT 27 mm/d Atmosphere gradient rate 785 GRAD_OFF 32 mm Atmosphere gradient offset 786 GRAD_RAT 28 mm/d Atmosphere gradient rate 787 GRAD_OFF 33 mm Atmosphere gradient offset 788 GRAD_RAT 29 mm/d Atmosphere gradient rate 789 GRAD_OFF 34 mm Atmosphere gradient offset 790 GRAD_RAT 30 mm/d Atmosphere gradient rate 791 GRAD_OFF 35 mm Atmosphere gradient offset 792 GRAD_RAT 31 mm/d Atmosphere gradient rate 793 GRAD_OFF 36 mm Atmosphere gradient offset 794 GRAD_RAT 32 mm/d Atmosphere gradient rate 795 GRAD_OFF 37 mm Atmosphere gradient offset 796 GRAD_OFF 38 mm Atmosphere gradient offset 797 GRAD_RAT 33 mm/d Atmosphere gradient rate 798 GRAD_OFF 39 mm Atmosphere gradient offset 799 GRAD_RAT 34 mm/d Atmosphere gradient rate 800 GRAD_OFF 40 mm Atmosphere gradient offset 801 GRAD_RAT 35 mm/d Atmosphere gradient rate 802 GRAD_OFF 41 mm Atmosphere gradient offset 803 GRAD_RAT 36 mm/d Atmosphere gradient rate 804 GRAD_OFF 42 mm Atmosphere gradient offset 805 GRAD_RAT 37 mm/d Atmosphere gradient rate 806 GRAD_OFF 43 mm Atmosphere gradient offset 807 GRAD_RAT 38 mm/d Atmosphere gradient rate 808 GRAD_OFF 44 mm Atmosphere gradient offset 809 GRAD_RAT 39 mm/d Atmosphere gradient rate 810 GRAD_OFF 45 mm Atmosphere gradient offset 811 GRAD_RAT 40 mm/d Atmosphere gradient rate 812 GRAD_OFF 46 mm Atmosphere gradient offset 813 GRAD_OFF 47 mm Atmosphere gradient offset 814 GRAD_RAT 41 mm/d Atmosphere gradient rate 815 GRAD_OFF 48 mm Atmosphere gradient offset 816 GRAD_RAT 42 mm/d Atmosphere gradient rate 817 GRAD_OFF 49 mm Atmosphere gradient offset 818 GRAD_RAT 43 mm/d Atmosphere gradient rate 819 GRAD_OFF 50 mm Atmosphere gradient offset 820 GRAD_RAT 44 mm/d Atmosphere gradient rate 821 GRAD_OFF 51 mm Atmosphere gradient offset 822 GRAD_RAT 45 mm/d Atmosphere gradient rate 823 GRAD_OFF 52 mm Atmosphere gradient offset 824 GRAD_RAT 46 mm/d Atmosphere gradient rate 825 GRAD_OFF 53 mm Atmosphere gradient offset 826 GRAD_RAT 47 mm/d Atmosphere gradient rate 827 GRAD_OFF 54 mm Atmosphere gradient offset 828 GRAD_RAT 48 mm/d Atmosphere gradient rate 829 GRAD_OFF 55 mm Atmosphere gradient offset 830 GRAD_OFF 56 mm Atmosphere gradient offset 831 GRAD_RAT 49 mm/d Atmosphere gradient rate 832 GRAD_OFF 57 mm Atmosphere gradient offset 833 GRAD_RAT 50 mm/d Atmosphere gradient rate 834 GRAD_OFF 58 mm Atmosphere gradient offset 835 GRAD_RAT 51 mm/d Atmosphere gradient rate 836 GRAD_OFF 59 mm Atmosphere gradient offset 837 GRAD_RAT 52 mm/d Atmosphere gradient rate 838 GRAD_OFF 60 mm Atmosphere gradient offset 839 GRAD_RAT 53 mm/d Atmosphere gradient rate 840 GRAD_OFF 61 mm Atmosphere gradient offset 841 GRAD_RAT 54 mm/d Atmosphere gradient rate 842 GRAD_OFF 62 mm Atmosphere gradient offset 843 GRAD_RAT 55 mm/d Atmosphere gradient rate 844 GRAD_OFF 63 mm Atmosphere gradient offset 845 GRAD_RAT 56 mm/d Atmosphere gradient rate 846 GRAD_OFF 64 mm Atmosphere gradient offset 847 GRAD_OFF 65 mm Atmosphere gradient offset 848 GRAD_RAT 57 mm/d Atmosphere gradient rate 849 GRAD_OFF 66 mm Atmosphere gradient offset 850 GRAD_RAT 58 mm/d Atmosphere gradient rate 851 GRAD_OFF 67 mm Atmosphere gradient offset 852 GRAD_RAT 59 mm/d Atmosphere gradient rate 853 GRAD_OFF 68 mm Atmosphere gradient offset 854 GRAD_RAT 60 mm/d Atmosphere gradient rate 855 GRAD_OFF 69 mm Atmosphere gradient offset 856 GRAD_RAT 61 mm/d Atmosphere gradient rate 857 GRAD_OFF 70 mm Atmosphere gradient offset 858 GRAD_RAT 62 mm/d Atmosphere gradient rate 859 GRAD_OFF 71 mm Atmosphere gradient offset 860 GRAD_RAT 63 mm/d Atmosphere gradient rate 861 GRAD_OFF 72 mm Atmosphere gradient offset 862 GRAD_RAT 64 mm/d Atmosphere gradient rate 863 NNT_POS 1 m No-net translation for positions 864 NNT_POS 2 m No-net translation for positions 865 NNT_POS 3 m No-net translation for positions 866 NNR_POS 1 m No-net rotation for positions 867 NNR_POS 2 m No-net rotation for positions 868 NNR_POS 3 m No-net rotation for positions 869 NNR_SRC 1 rad No-net rotation for sources 870 NNR_SRC 2 rad No-net rotation for sources 871 NNR_SRC 3 rad No-net rotation for sources 872 SRC_COO 1 rad Source coordinates 873 SRC_COO 2 rad Source coordinates 874 SRC_COO 3 rad Source coordinates 875 SRC_COO 4 rad Source coordinates 876 SRC_COO 5 rad Source coordinates 877 SRC_COO 6 rad Source coordinates 878 SRC_COO 7 rad Source coordinates 879 SRC_COO 8 rad Source coordinates 880 SRC_COO 9 rad Source coordinates 881 SRC_COO 10 rad Source coordinates 882 SRC_COO 11 rad Source coordinates 883 SRC_COO 12 rad Source coordinates 884 SRC_COO 13 rad Source coordinates 885 SRC_COO 14 rad Source coordinates 886 SRC_COO 15 rad Source coordinates 887 SRC_COO 16 rad Source coordinates 888 SRC_COO 17 rad Source coordinates 889 SRC_COO 18 rad Source coordinates 890 SRC_COO 19 rad Source coordinates 891 SRC_COO 20 rad Source coordinates 892 SRC_COO 21 rad Source coordinates 893 SRC_COO 22 rad Source coordinates 894 SRC_COO 23 rad Source coordinates 895 SRC_COO 24 rad Source coordinates 896 SRC_COO 25 rad Source coordinates 897 SRC_COO 26 rad Source coordinates -SOLUTION/CONSTRAINT_INFO * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_EQUATION_MATRIX * IND1 runs over constraint equations * IND2 runs over parameters to be constrainted * * Ind1 Ind2 Constraint_equation(ind1,ind2) 721 39 1.00000000000000D+00 722 41 1.00000000000000D+00 723 43 1.00000000000000D+00 724 40 1.00000000000000D+00 725 42 1.00000000000000D+00 726 44 1.00000000000000D+00 863 1 1.00000000000000D+00 863 4 1.00000000000000D+00 863 7 1.00000000000000D+00 863 10 1.00000000000000D+00 864 2 1.00000000000000D+00 864 5 1.00000000000000D+00 864 8 1.00000000000000D+00 864 11 1.00000000000000D+00 865 3 1.00000000000000D+00 865 6 1.00000000000000D+00 865 9 1.00000000000000D+00 865 12 1.00000000000000D+00 866 2 -9.07501521732293D-01 866 3 -2.29144834991160D-01 866 5 -6.51959268475690D-01 866 6 -6.48148141114789D-01 866 8 -5.76283402631276D-01 866 9 -7.29963115812951D-01 866 11 -8.22721015639475D-01 866 12 -1.91301860308343D-01 867 1 9.07501521732293D-01 867 3 3.59650946025477D-01 867 4 6.51959268475690D-01 867 6 3.96727106428613D-01 867 7 5.76283402631276D-01 867 9 3.70133110237170D-01 867 10 8.22721015639475D-01 867 12 5.39486300979248D-01 868 1 2.29144834991160D-01 868 2 -3.59650946025477D-01 868 4 6.48148141114789D-01 868 5 -3.96727106428613D-01 868 7 7.29963115812951D-01 868 8 -3.70133110237170D-01 868 10 1.91301860308343D-01 868 11 -5.39486300979248D-01 869 13 -1.71620688494831D-03 869 14 2.62372579372734D-02 869 15 -3.84570926405592D-02 869 16 1.74258288284612D-01 869 17 -2.11844436231517D-02 869 18 2.27461280748167D-01 869 19 1.64469833101548D-03 869 20 9.09183273202788D-02 869 21 -6.55471813820704D-03 869 22 2.31063999201498D-01 869 23 -2.35307318993905D-03 869 24 4.21495520010564D-01 869 25 1.31208703336958D-02 869 26 7.24442744983747D-02 869 27 8.04653947976245D-02 869 28 3.02275019809727D-01 869 29 8.03156938162759D-03 869 30 -3.06041853533176D-02 869 31 3.81308356392232D-02 869 32 -6.61490940791819D-01 869 33 1.76523429623330D-03 869 34 -3.34059252865675D-01 869 35 -6.75232492215378D-03 869 36 -9.15891010657717D-02 869 37 -5.13345254784046D-02 869 38 -9.97562874892843D-02 870 13 -7.50218567627750D-04 870 14 -1.20264065207110D-01 870 15 -4.48239360051592D-02 870 16 -2.99568059678834D-01 870 17 -5.16763378962265D-02 870 18 -1.86839379808389D-01 870 19 5.18411810096854D-03 870 20 -5.77960829676870D-02 870 21 -7.27824692446072D-02 870 22 -4.16960701914584D-02 870 23 -1.70124015953157D-01 870 24 -1.16814936233883D-02 870 25 -1.94329865050762D-02 870 26 9.80082795893739D-02 870 27 -8.97517138270966D-02 870 28 5.43005537186016D-01 870 29 1.45193511674463D-03 870 30 3.39210770573188D-01 870 31 1.54518224555990D-01 870 32 3.27081603491611D-01 870 33 6.77163738877684D-02 870 34 1.74488886668000D-02 870 35 7.75782396617080D-03 870 36 -1.59732324548118D-01 870 37 2.15374020588961D-02 870 38 -4.76422340447698D-01 871 13 1.14789705795729D-01 871 15 1.60065184288967D-01 871 17 6.04591840179175D-02 871 19 3.02629970746305D-01 871 21 3.80475543639643D-01 871 23 2.54756642046926D-01 871 25 9.16322071079087D-02 871 27 2.23178060035354D-01 871 29 3.99143129646009D-01 871 31 2.45080444880900D-01 871 33 4.97349098454599D-01 871 35 1.56984294138452D-01 871 37 3.26672462129802D-01 872 13 1.00000000000000D+00 873 14 1.00000000000000D+00 874 15 1.00000000000000D+00 875 16 1.00000000000000D+00 876 17 1.00000000000000D+00 877 18 1.00000000000000D+00 878 19 1.00000000000000D+00 879 20 1.00000000000000D+00 880 21 1.00000000000000D+00 881 22 1.00000000000000D+00 882 23 1.00000000000000D+00 883 24 1.00000000000000D+00 884 25 1.00000000000000D+00 885 26 1.00000000000000D+00 886 27 1.00000000000000D+00 887 28 1.00000000000000D+00 888 29 1.00000000000000D+00 889 30 1.00000000000000D+00 890 31 1.00000000000000D+00 891 32 1.00000000000000D+00 892 33 1.00000000000000D+00 893 34 1.00000000000000D+00 894 35 1.00000000000000D+00 895 36 1.00000000000000D+00 896 37 1.00000000000000D+00 897 38 1.00000000000000D+00 -SOLUTION/CONSTRAINT_EQUATION_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_EQUATION_VECTOR *Index Right_hand_value____ Reciprocal_weight___ 1 0.00000000000000D+00 2.08333333333333D-14 2 0.00000000000000D+00 2.08333333333333D-14 3 0.00000000000000D+00 2.08333333333333D-14 4 0.00000000000000D+00 2.08333333333333D-14 5 0.00000000000000D+00 2.08333333333333D-14 6 0.00000000000000D+00 2.08333333333333D-14 7 0.00000000000000D+00 2.08333333333333D-14 8 0.00000000000000D+00 2.08333333333333D-14 9 0.00000000000000D+00 2.08333333333333D-14 10 0.00000000000000D+00 2.08333333333333D-14 11 0.00000000000000D+00 2.08333333333333D-14 12 0.00000000000000D+00 2.08333333333333D-14 13 0.00000000000000D+00 2.08333333333333D-14 14 0.00000000000000D+00 2.08333333333333D-14 15 0.00000000000000D+00 2.08333333333333D-14 16 0.00000000000000D+00 2.08333333333333D-14 17 0.00000000000000D+00 2.08333333333333D-14 18 0.00000000000000D+00 2.08333333333333D-14 19 0.00000000000000D+00 2.08333333333333D-14 20 0.00000000000000D+00 2.08333333333333D-14 21 0.00000000000000D+00 2.08333333333333D-14 22 0.00000000000000D+00 2.08333333333333D-14 23 0.00000000000000D+00 2.08333333333333D-14 24 0.00000000000000D+00 2.08333333333333D-14 25 0.00000000000000D+00 2.08333333333333D-14 26 0.00000000000000D+00 2.08333333333333D-14 27 0.00000000000000D+00 2.08333333333333D-14 28 0.00000000000000D+00 2.08333333333333D-14 29 0.00000000000000D+00 2.08333333333333D-14 30 0.00000000000000D+00 2.08333333333333D-14 31 0.00000000000000D+00 2.08333333333333D-14 32 0.00000000000000D+00 2.08333333333333D-14 33 0.00000000000000D+00 2.08333333333333D-14 34 0.00000000000000D+00 2.08333333333333D-14 35 0.00000000000000D+00 2.08333333333333D-14 36 0.00000000000000D+00 2.08333333333333D-14 37 0.00000000000000D+00 2.08333333333333D-14 38 0.00000000000000D+00 2.08333333333333D-14 39 0.00000000000000D+00 2.08333333333333D-14 40 0.00000000000000D+00 2.08333333333333D-14 41 0.00000000000000D+00 2.08333333333333D-14 42 0.00000000000000D+00 2.08333333333333D-14 43 0.00000000000000D+00 2.08333333333333D-14 44 0.00000000000000D+00 2.08333333333333D-14 45 0.00000000000000D+00 2.08333333333333D-14 46 0.00000000000000D+00 2.08333333333333D-14 47 0.00000000000000D+00 2.08333333333333D-14 48 0.00000000000000D+00 2.08333333333333D-14 49 0.00000000000000D+00 2.08333333333333D-14 50 0.00000000000000D+00 2.08333333333333D-14 51 0.00000000000000D+00 2.08333333333333D-14 52 0.00000000000000D+00 2.08333333333333D-14 53 0.00000000000000D+00 2.08333333333333D-14 54 0.00000000000000D+00 2.08333333333333D-14 55 0.00000000000000D+00 2.08333333333333D-14 56 0.00000000000000D+00 2.08333333333333D-14 57 0.00000000000000D+00 2.08333333333333D-14 58 0.00000000000000D+00 2.08333333333333D-14 59 0.00000000000000D+00 2.08333333333333D-14 60 0.00000000000000D+00 2.08333333333333D-14 61 0.00000000000000D+00 2.08333333333333D-14 62 0.00000000000000D+00 2.08333333333333D-14 63 0.00000000000000D+00 2.08333333333333D-14 64 0.00000000000000D+00 2.08333333333333D-14 65 0.00000000000000D+00 2.08333333333333D-14 66 0.00000000000000D+00 2.08333333333333D-14 67 0.00000000000000D+00 2.08333333333333D-14 68 0.00000000000000D+00 2.08333333333333D-14 69 0.00000000000000D+00 2.08333333333333D-14 70 0.00000000000000D+00 2.08333333333333D-14 71 0.00000000000000D+00 2.08333333333333D-14 72 0.00000000000000D+00 2.08333333333333D-14 73 0.00000000000000D+00 2.08333333333333D-14 74 0.00000000000000D+00 2.08333333333333D-14 75 0.00000000000000D+00 2.08333333333333D-14 76 0.00000000000000D+00 2.08333333333333D-14 77 0.00000000000000D+00 2.08333333333333D-14 78 0.00000000000000D+00 2.08333333333333D-14 79 0.00000000000000D+00 2.08333333333333D-14 80 0.00000000000000D+00 2.08333333333333D-14 81 0.00000000000000D+00 2.08333333333333D-14 82 0.00000000000000D+00 2.08333333333333D-14 83 0.00000000000000D+00 2.08333333333333D-14 84 0.00000000000000D+00 2.08333333333333D-14 85 0.00000000000000D+00 2.08333333333333D-14 86 0.00000000000000D+00 2.08333333333333D-14 87 0.00000000000000D+00 2.08333333333333D-14 88 0.00000000000000D+00 2.08333333333333D-14 89 0.00000000000000D+00 2.08333333333333D-14 90 0.00000000000000D+00 2.08333333333333D-14 91 0.00000000000000D+00 2.08333333333333D-14 92 0.00000000000000D+00 2.08333333333333D-14 93 0.00000000000000D+00 2.08333333333333D-14 94 0.00000000000000D+00 2.08333333333333D-14 95 0.00000000000000D+00 2.08333333333333D-14 96 0.00000000000000D+00 2.08333333333333D-14 97 0.00000000000000D+00 2.08333333333333D-14 98 0.00000000000000D+00 2.08333333333333D-14 99 0.00000000000000D+00 2.08333333333333D-14 100 0.00000000000000D+00 2.08333333333333D-14 101 0.00000000000000D+00 2.08333333333333D-14 102 0.00000000000000D+00 2.08333333333333D-14 103 0.00000000000000D+00 2.08333333333333D-14 104 0.00000000000000D+00 2.08333333333333D-14 105 0.00000000000000D+00 2.08333333333333D-14 106 0.00000000000000D+00 2.08333333333333D-14 107 0.00000000000000D+00 2.08333333333333D-14 108 0.00000000000000D+00 2.08333333333333D-14 109 0.00000000000000D+00 2.08333333333333D-14 110 0.00000000000000D+00 2.08333333333333D-14 111 0.00000000000000D+00 2.08333333333333D-14 112 0.00000000000000D+00 2.08333333333333D-14 113 0.00000000000000D+00 2.08333333333333D-14 114 0.00000000000000D+00 2.08333333333333D-14 115 0.00000000000000D+00 2.08333333333333D-14 116 0.00000000000000D+00 2.08333333333333D-14 117 0.00000000000000D+00 2.08333333333333D-14 118 0.00000000000000D+00 2.08333333333333D-14 119 0.00000000000000D+00 2.08333333333333D-14 120 0.00000000000000D+00 2.08333333333333D-14 121 0.00000000000000D+00 2.08333333333333D-14 122 0.00000000000000D+00 2.08333333333333D-14 123 0.00000000000000D+00 2.08333333333333D-14 124 0.00000000000000D+00 2.08333333333333D-14 125 0.00000000000000D+00 2.08333333333333D-14 126 0.00000000000000D+00 2.08333333333333D-14 127 0.00000000000000D+00 2.08333333333333D-14 128 0.00000000000000D+00 2.08333333333333D-14 129 0.00000000000000D+00 2.08333333333333D-14 130 0.00000000000000D+00 2.08333333333333D-14 131 0.00000000000000D+00 2.08333333333333D-14 132 0.00000000000000D+00 2.08333333333333D-14 133 0.00000000000000D+00 2.08333333333333D-14 134 0.00000000000000D+00 2.08333333333333D-14 135 0.00000000000000D+00 2.08333333333333D-14 136 0.00000000000000D+00 2.08333333333333D-14 137 0.00000000000000D+00 2.08333333333333D-14 138 0.00000000000000D+00 2.08333333333333D-14 139 0.00000000000000D+00 2.08333333333333D-14 140 0.00000000000000D+00 2.08333333333333D-14 141 0.00000000000000D+00 2.08333333333333D-14 142 0.00000000000000D+00 2.08333333333333D-14 143 0.00000000000000D+00 2.08333333333333D-14 144 0.00000000000000D+00 2.08333333333333D-14 145 0.00000000000000D+00 5.00000000000000D-14 146 0.00000000000000D+00 5.00000000000000D-14 147 0.00000000000000D+00 5.00000000000000D-14 148 0.00000000000000D+00 5.00000000000000D-14 149 0.00000000000000D+00 5.00000000000000D-14 150 0.00000000000000D+00 5.00000000000000D-14 151 0.00000000000000D+00 5.00000000000000D-14 152 0.00000000000000D+00 5.00000000000000D-14 153 0.00000000000000D+00 5.00000000000000D-14 154 0.00000000000000D+00 5.00000000000000D-14 155 0.00000000000000D+00 5.00000000000000D-14 156 0.00000000000000D+00 5.00000000000000D-14 157 0.00000000000000D+00 5.00000000000000D-14 158 0.00000000000000D+00 5.00000000000000D-14 159 0.00000000000000D+00 5.00000000000000D-14 160 0.00000000000000D+00 5.00000000000000D-14 161 0.00000000000000D+00 5.00000000000000D-14 162 0.00000000000000D+00 5.00000000000000D-14 163 0.00000000000000D+00 5.00000000000000D-14 164 0.00000000000000D+00 5.00000000000000D-14 165 0.00000000000000D+00 5.00000000000000D-14 166 0.00000000000000D+00 5.00000000000000D-14 167 0.00000000000000D+00 5.00000000000000D-14 168 0.00000000000000D+00 5.00000000000000D-14 169 0.00000000000000D+00 5.00000000000000D-14 170 0.00000000000000D+00 5.00000000000000D-14 171 0.00000000000000D+00 5.00000000000000D-14 172 0.00000000000000D+00 5.00000000000000D-14 173 0.00000000000000D+00 5.00000000000000D-14 174 0.00000000000000D+00 5.00000000000000D-14 175 0.00000000000000D+00 5.00000000000000D-14 176 0.00000000000000D+00 5.00000000000000D-14 177 0.00000000000000D+00 5.00000000000000D-14 178 0.00000000000000D+00 5.00000000000000D-14 179 0.00000000000000D+00 5.00000000000000D-14 180 0.00000000000000D+00 5.00000000000000D-14 181 0.00000000000000D+00 5.00000000000000D-14 182 0.00000000000000D+00 5.00000000000000D-14 183 0.00000000000000D+00 5.00000000000000D-14 184 0.00000000000000D+00 5.00000000000000D-14 185 0.00000000000000D+00 5.00000000000000D-14 186 0.00000000000000D+00 5.00000000000000D-14 187 0.00000000000000D+00 5.00000000000000D-14 188 0.00000000000000D+00 5.00000000000000D-14 189 0.00000000000000D+00 5.00000000000000D-14 190 0.00000000000000D+00 5.00000000000000D-14 191 0.00000000000000D+00 5.00000000000000D-14 192 0.00000000000000D+00 5.00000000000000D-14 193 0.00000000000000D+00 2.08333333333333D-14 194 0.00000000000000D+00 2.08333333333333D-14 195 0.00000000000000D+00 2.08333333333333D-14 196 0.00000000000000D+00 2.08333333333333D-14 197 0.00000000000000D+00 2.08333333333333D-14 198 0.00000000000000D+00 2.08333333333333D-14 199 0.00000000000000D+00 2.08333333333333D-14 200 0.00000000000000D+00 2.08333333333333D-14 201 0.00000000000000D+00 2.08333333333333D-14 202 0.00000000000000D+00 2.08333333333333D-14 203 0.00000000000000D+00 2.08333333333333D-14 204 0.00000000000000D+00 2.08333333333333D-14 205 0.00000000000000D+00 2.08333333333333D-14 206 0.00000000000000D+00 2.08333333333333D-14 207 0.00000000000000D+00 2.08333333333333D-14 208 0.00000000000000D+00 2.08333333333333D-14 209 0.00000000000000D+00 2.08333333333333D-14 210 0.00000000000000D+00 2.08333333333333D-14 211 0.00000000000000D+00 2.08333333333333D-14 212 0.00000000000000D+00 2.08333333333333D-14 213 0.00000000000000D+00 2.08333333333333D-14 214 0.00000000000000D+00 2.08333333333333D-14 215 0.00000000000000D+00 2.08333333333333D-14 216 0.00000000000000D+00 2.08333333333333D-14 217 0.00000000000000D+00 2.08333333333333D-14 218 0.00000000000000D+00 2.08333333333333D-14 219 0.00000000000000D+00 2.08333333333333D-14 220 0.00000000000000D+00 2.08333333333333D-14 221 0.00000000000000D+00 2.08333333333333D-14 222 0.00000000000000D+00 2.08333333333333D-14 223 0.00000000000000D+00 2.08333333333333D-14 224 0.00000000000000D+00 2.08333333333333D-14 225 0.00000000000000D+00 2.08333333333333D-14 226 0.00000000000000D+00 2.08333333333333D-14 227 0.00000000000000D+00 2.08333333333333D-14 228 0.00000000000000D+00 2.08333333333333D-14 229 0.00000000000000D+00 2.08333333333333D-14 230 0.00000000000000D+00 2.08333333333333D-14 231 0.00000000000000D+00 2.08333333333333D-14 232 0.00000000000000D+00 2.08333333333333D-14 233 0.00000000000000D+00 2.08333333333333D-14 234 0.00000000000000D+00 2.08333333333333D-14 235 0.00000000000000D+00 2.08333333333333D-14 236 0.00000000000000D+00 2.08333333333333D-14 237 0.00000000000000D+00 2.08333333333333D-14 238 0.00000000000000D+00 2.08333333333333D-14 239 0.00000000000000D+00 2.08333333333333D-14 240 0.00000000000000D+00 2.08333333333333D-14 241 0.00000000000000D+00 2.08333333333333D-14 242 0.00000000000000D+00 2.08333333333333D-14 243 0.00000000000000D+00 2.08333333333333D-14 244 0.00000000000000D+00 2.08333333333333D-14 245 0.00000000000000D+00 2.08333333333333D-14 246 0.00000000000000D+00 2.08333333333333D-14 247 0.00000000000000D+00 2.08333333333333D-14 248 0.00000000000000D+00 2.08333333333333D-14 249 0.00000000000000D+00 2.08333333333333D-14 250 0.00000000000000D+00 2.08333333333333D-14 251 0.00000000000000D+00 2.08333333333333D-14 252 0.00000000000000D+00 2.08333333333333D-14 253 0.00000000000000D+00 2.08333333333333D-14 254 0.00000000000000D+00 2.08333333333333D-14 255 0.00000000000000D+00 2.08333333333333D-14 256 0.00000000000000D+00 2.08333333333333D-14 257 0.00000000000000D+00 2.08333333333333D-14 258 0.00000000000000D+00 2.08333333333333D-14 259 0.00000000000000D+00 2.08333333333333D-14 260 0.00000000000000D+00 2.08333333333333D-14 261 0.00000000000000D+00 2.08333333333333D-14 262 0.00000000000000D+00 2.08333333333333D-14 263 0.00000000000000D+00 2.08333333333333D-14 264 0.00000000000000D+00 2.08333333333333D-14 265 0.00000000000000D+00 2.08333333333333D-14 266 0.00000000000000D+00 2.08333333333333D-14 267 0.00000000000000D+00 2.08333333333333D-14 268 0.00000000000000D+00 2.08333333333333D-14 269 0.00000000000000D+00 2.08333333333333D-14 270 0.00000000000000D+00 2.08333333333333D-14 271 0.00000000000000D+00 2.08333333333333D-14 272 0.00000000000000D+00 2.08333333333333D-14 273 0.00000000000000D+00 2.08333333333333D-14 274 0.00000000000000D+00 2.08333333333333D-14 275 0.00000000000000D+00 2.08333333333333D-14 276 0.00000000000000D+00 2.08333333333333D-14 277 0.00000000000000D+00 2.08333333333333D-14 278 0.00000000000000D+00 2.08333333333333D-14 279 0.00000000000000D+00 2.08333333333333D-14 280 0.00000000000000D+00 2.08333333333333D-14 281 0.00000000000000D+00 2.08333333333333D-14 282 0.00000000000000D+00 2.08333333333333D-14 283 0.00000000000000D+00 2.08333333333333D-14 284 0.00000000000000D+00 2.08333333333333D-14 285 0.00000000000000D+00 2.08333333333333D-14 286 0.00000000000000D+00 2.08333333333333D-14 287 0.00000000000000D+00 2.08333333333333D-14 288 0.00000000000000D+00 2.08333333333333D-14 289 0.00000000000000D+00 2.08333333333333D-14 290 0.00000000000000D+00 2.08333333333333D-14 291 0.00000000000000D+00 2.08333333333333D-14 292 0.00000000000000D+00 2.08333333333333D-14 293 0.00000000000000D+00 2.08333333333333D-14 294 0.00000000000000D+00 2.08333333333333D-14 295 0.00000000000000D+00 2.08333333333333D-14 296 0.00000000000000D+00 2.08333333333333D-14 297 0.00000000000000D+00 2.08333333333333D-14 298 0.00000000000000D+00 2.08333333333333D-14 299 0.00000000000000D+00 2.08333333333333D-14 300 0.00000000000000D+00 2.08333333333333D-14 301 0.00000000000000D+00 2.08333333333333D-14 302 0.00000000000000D+00 2.08333333333333D-14 303 0.00000000000000D+00 2.08333333333333D-14 304 0.00000000000000D+00 2.08333333333333D-14 305 0.00000000000000D+00 2.08333333333333D-14 306 0.00000000000000D+00 2.08333333333333D-14 307 0.00000000000000D+00 2.08333333333333D-14 308 0.00000000000000D+00 2.08333333333333D-14 309 0.00000000000000D+00 2.08333333333333D-14 310 0.00000000000000D+00 2.08333333333333D-14 311 0.00000000000000D+00 2.08333333333333D-14 312 0.00000000000000D+00 2.08333333333333D-14 313 0.00000000000000D+00 2.08333333333333D-14 314 0.00000000000000D+00 2.08333333333333D-14 315 0.00000000000000D+00 2.08333333333333D-14 316 0.00000000000000D+00 2.08333333333333D-14 317 0.00000000000000D+00 2.08333333333333D-14 318 0.00000000000000D+00 2.08333333333333D-14 319 0.00000000000000D+00 2.08333333333333D-14 320 0.00000000000000D+00 2.08333333333333D-14 321 0.00000000000000D+00 2.08333333333333D-14 322 0.00000000000000D+00 2.08333333333333D-14 323 0.00000000000000D+00 2.08333333333333D-14 324 0.00000000000000D+00 2.08333333333333D-14 325 0.00000000000000D+00 2.08333333333333D-14 326 0.00000000000000D+00 2.08333333333333D-14 327 0.00000000000000D+00 2.08333333333333D-14 328 0.00000000000000D+00 2.08333333333333D-14 329 0.00000000000000D+00 2.08333333333333D-14 330 0.00000000000000D+00 2.08333333333333D-14 331 0.00000000000000D+00 2.08333333333333D-14 332 0.00000000000000D+00 2.08333333333333D-14 333 0.00000000000000D+00 2.08333333333333D-14 334 0.00000000000000D+00 2.08333333333333D-14 335 0.00000000000000D+00 2.08333333333333D-14 336 0.00000000000000D+00 2.08333333333333D-14 337 0.00000000000000D+00 5.00000000000000D-14 338 0.00000000000000D+00 5.00000000000000D-14 339 0.00000000000000D+00 5.00000000000000D-14 340 0.00000000000000D+00 5.00000000000000D-14 341 0.00000000000000D+00 5.00000000000000D-14 342 0.00000000000000D+00 5.00000000000000D-14 343 0.00000000000000D+00 5.00000000000000D-14 344 0.00000000000000D+00 5.00000000000000D-14 345 0.00000000000000D+00 5.00000000000000D-14 346 0.00000000000000D+00 5.00000000000000D-14 347 0.00000000000000D+00 5.00000000000000D-14 348 0.00000000000000D+00 5.00000000000000D-14 349 0.00000000000000D+00 5.00000000000000D-14 350 0.00000000000000D+00 5.00000000000000D-14 351 0.00000000000000D+00 5.00000000000000D-14 352 0.00000000000000D+00 5.00000000000000D-14 353 0.00000000000000D+00 5.00000000000000D-14 354 0.00000000000000D+00 5.00000000000000D-14 355 0.00000000000000D+00 5.00000000000000D-14 356 0.00000000000000D+00 5.00000000000000D-14 357 0.00000000000000D+00 5.00000000000000D-14 358 0.00000000000000D+00 5.00000000000000D-14 359 0.00000000000000D+00 5.00000000000000D-14 360 0.00000000000000D+00 5.00000000000000D-14 361 0.00000000000000D+00 5.00000000000000D-14 362 0.00000000000000D+00 5.00000000000000D-14 363 0.00000000000000D+00 5.00000000000000D-14 364 0.00000000000000D+00 5.00000000000000D-14 365 0.00000000000000D+00 5.00000000000000D-14 366 0.00000000000000D+00 5.00000000000000D-14 367 0.00000000000000D+00 5.00000000000000D-14 368 0.00000000000000D+00 5.00000000000000D-14 369 0.00000000000000D+00 5.00000000000000D-14 370 0.00000000000000D+00 5.00000000000000D-14 371 0.00000000000000D+00 5.00000000000000D-14 372 0.00000000000000D+00 5.00000000000000D-14 373 0.00000000000000D+00 5.00000000000000D-14 374 0.00000000000000D+00 5.00000000000000D-14 375 0.00000000000000D+00 5.00000000000000D-14 376 0.00000000000000D+00 5.00000000000000D-14 377 0.00000000000000D+00 5.00000000000000D-14 378 0.00000000000000D+00 5.00000000000000D-14 379 0.00000000000000D+00 5.00000000000000D-14 380 0.00000000000000D+00 5.00000000000000D-14 381 0.00000000000000D+00 5.00000000000000D-14 382 0.00000000000000D+00 5.00000000000000D-14 383 0.00000000000000D+00 5.00000000000000D-14 384 0.00000000000000D+00 5.00000000000000D-14 385 0.00000000000000D+00 2.08333333333333D-14 386 0.00000000000000D+00 2.08333333333333D-14 387 0.00000000000000D+00 2.08333333333333D-14 388 0.00000000000000D+00 2.08333333333333D-14 389 0.00000000000000D+00 2.08333333333333D-14 390 0.00000000000000D+00 2.08333333333333D-14 391 0.00000000000000D+00 2.08333333333333D-14 392 0.00000000000000D+00 2.08333333333333D-14 393 0.00000000000000D+00 2.08333333333333D-14 394 0.00000000000000D+00 2.08333333333333D-14 395 0.00000000000000D+00 2.08333333333333D-14 396 0.00000000000000D+00 2.08333333333333D-14 397 0.00000000000000D+00 2.08333333333333D-14 398 0.00000000000000D+00 2.08333333333333D-14 399 0.00000000000000D+00 2.08333333333333D-14 400 0.00000000000000D+00 2.08333333333333D-14 401 0.00000000000000D+00 2.08333333333333D-14 402 0.00000000000000D+00 2.08333333333333D-14 403 0.00000000000000D+00 2.08333333333333D-14 404 0.00000000000000D+00 2.08333333333333D-14 405 0.00000000000000D+00 2.08333333333333D-14 406 0.00000000000000D+00 2.08333333333333D-14 407 0.00000000000000D+00 2.08333333333333D-14 408 0.00000000000000D+00 2.08333333333333D-14 409 0.00000000000000D+00 2.08333333333333D-14 410 0.00000000000000D+00 2.08333333333333D-14 411 0.00000000000000D+00 2.08333333333333D-14 412 0.00000000000000D+00 2.08333333333333D-14 413 0.00000000000000D+00 2.08333333333333D-14 414 0.00000000000000D+00 2.08333333333333D-14 415 0.00000000000000D+00 2.08333333333333D-14 416 0.00000000000000D+00 2.08333333333333D-14 417 0.00000000000000D+00 2.08333333333333D-14 418 0.00000000000000D+00 2.08333333333333D-14 419 0.00000000000000D+00 2.08333333333333D-14 420 0.00000000000000D+00 2.08333333333333D-14 421 0.00000000000000D+00 2.08333333333333D-14 422 0.00000000000000D+00 2.08333333333333D-14 423 0.00000000000000D+00 2.08333333333333D-14 424 0.00000000000000D+00 2.08333333333333D-14 425 0.00000000000000D+00 2.08333333333333D-14 426 0.00000000000000D+00 2.08333333333333D-14 427 0.00000000000000D+00 2.08333333333333D-14 428 0.00000000000000D+00 2.08333333333333D-14 429 0.00000000000000D+00 2.08333333333333D-14 430 0.00000000000000D+00 2.08333333333333D-14 431 0.00000000000000D+00 2.08333333333333D-14 432 0.00000000000000D+00 2.08333333333333D-14 433 0.00000000000000D+00 2.08333333333333D-14 434 0.00000000000000D+00 2.08333333333333D-14 435 0.00000000000000D+00 2.08333333333333D-14 436 0.00000000000000D+00 2.08333333333333D-14 437 0.00000000000000D+00 2.08333333333333D-14 438 0.00000000000000D+00 2.08333333333333D-14 439 0.00000000000000D+00 2.08333333333333D-14 440 0.00000000000000D+00 2.08333333333333D-14 441 0.00000000000000D+00 2.08333333333333D-14 442 0.00000000000000D+00 2.08333333333333D-14 443 0.00000000000000D+00 2.08333333333333D-14 444 0.00000000000000D+00 2.08333333333333D-14 445 0.00000000000000D+00 2.08333333333333D-14 446 0.00000000000000D+00 2.08333333333333D-14 447 0.00000000000000D+00 2.08333333333333D-14 448 0.00000000000000D+00 2.08333333333333D-14 449 0.00000000000000D+00 2.08333333333333D-14 450 0.00000000000000D+00 2.08333333333333D-14 451 0.00000000000000D+00 2.08333333333333D-14 452 0.00000000000000D+00 2.08333333333333D-14 453 0.00000000000000D+00 2.08333333333333D-14 454 0.00000000000000D+00 2.08333333333333D-14 455 0.00000000000000D+00 2.08333333333333D-14 456 0.00000000000000D+00 2.08333333333333D-14 457 0.00000000000000D+00 2.08333333333333D-14 458 0.00000000000000D+00 2.08333333333333D-14 459 0.00000000000000D+00 2.08333333333333D-14 460 0.00000000000000D+00 2.08333333333333D-14 461 0.00000000000000D+00 2.08333333333333D-14 462 0.00000000000000D+00 2.08333333333333D-14 463 0.00000000000000D+00 2.08333333333333D-14 464 0.00000000000000D+00 2.08333333333333D-14 465 0.00000000000000D+00 2.08333333333333D-14 466 0.00000000000000D+00 2.08333333333333D-14 467 0.00000000000000D+00 2.08333333333333D-14 468 0.00000000000000D+00 2.08333333333333D-14 469 0.00000000000000D+00 2.08333333333333D-14 470 0.00000000000000D+00 2.08333333333333D-14 471 0.00000000000000D+00 2.08333333333333D-14 472 0.00000000000000D+00 2.08333333333333D-14 473 0.00000000000000D+00 2.08333333333333D-14 474 0.00000000000000D+00 2.08333333333333D-14 475 0.00000000000000D+00 2.08333333333333D-14 476 0.00000000000000D+00 2.08333333333333D-14 477 0.00000000000000D+00 2.08333333333333D-14 478 0.00000000000000D+00 2.08333333333333D-14 479 0.00000000000000D+00 2.08333333333333D-14 480 0.00000000000000D+00 2.08333333333333D-14 481 0.00000000000000D+00 2.08333333333333D-14 482 0.00000000000000D+00 2.08333333333333D-14 483 0.00000000000000D+00 2.08333333333333D-14 484 0.00000000000000D+00 2.08333333333333D-14 485 0.00000000000000D+00 2.08333333333333D-14 486 0.00000000000000D+00 2.08333333333333D-14 487 0.00000000000000D+00 2.08333333333333D-14 488 0.00000000000000D+00 2.08333333333333D-14 489 0.00000000000000D+00 2.08333333333333D-14 490 0.00000000000000D+00 2.08333333333333D-14 491 0.00000000000000D+00 2.08333333333333D-14 492 0.00000000000000D+00 2.08333333333333D-14 493 0.00000000000000D+00 2.08333333333333D-14 494 0.00000000000000D+00 2.08333333333333D-14 495 0.00000000000000D+00 2.08333333333333D-14 496 0.00000000000000D+00 2.08333333333333D-14 497 0.00000000000000D+00 2.08333333333333D-14 498 0.00000000000000D+00 2.08333333333333D-14 499 0.00000000000000D+00 2.08333333333333D-14 500 0.00000000000000D+00 2.08333333333333D-14 501 0.00000000000000D+00 2.08333333333333D-14 502 0.00000000000000D+00 2.08333333333333D-14 503 0.00000000000000D+00 2.08333333333333D-14 504 0.00000000000000D+00 2.08333333333333D-14 505 0.00000000000000D+00 2.08333333333333D-14 506 0.00000000000000D+00 2.08333333333333D-14 507 0.00000000000000D+00 2.08333333333333D-14 508 0.00000000000000D+00 2.08333333333333D-14 509 0.00000000000000D+00 2.08333333333333D-14 510 0.00000000000000D+00 2.08333333333333D-14 511 0.00000000000000D+00 2.08333333333333D-14 512 0.00000000000000D+00 2.08333333333333D-14 513 0.00000000000000D+00 2.08333333333333D-14 514 0.00000000000000D+00 2.08333333333333D-14 515 0.00000000000000D+00 2.08333333333333D-14 516 0.00000000000000D+00 2.08333333333333D-14 517 0.00000000000000D+00 2.08333333333333D-14 518 0.00000000000000D+00 2.08333333333333D-14 519 0.00000000000000D+00 2.08333333333333D-14 520 0.00000000000000D+00 2.08333333333333D-14 521 0.00000000000000D+00 2.08333333333333D-14 522 0.00000000000000D+00 2.08333333333333D-14 523 0.00000000000000D+00 2.08333333333333D-14 524 0.00000000000000D+00 2.08333333333333D-14 525 0.00000000000000D+00 2.08333333333333D-14 526 0.00000000000000D+00 2.08333333333333D-14 527 0.00000000000000D+00 2.08333333333333D-14 528 0.00000000000000D+00 2.08333333333333D-14 529 0.00000000000000D+00 5.00000000000000D-14 530 0.00000000000000D+00 5.00000000000000D-14 531 0.00000000000000D+00 5.00000000000000D-14 532 0.00000000000000D+00 5.00000000000000D-14 533 0.00000000000000D+00 5.00000000000000D-14 534 0.00000000000000D+00 5.00000000000000D-14 535 0.00000000000000D+00 5.00000000000000D-14 536 0.00000000000000D+00 5.00000000000000D-14 537 0.00000000000000D+00 5.00000000000000D-14 538 0.00000000000000D+00 5.00000000000000D-14 539 0.00000000000000D+00 5.00000000000000D-14 540 0.00000000000000D+00 5.00000000000000D-14 541 0.00000000000000D+00 5.00000000000000D-14 542 0.00000000000000D+00 5.00000000000000D-14 543 0.00000000000000D+00 5.00000000000000D-14 544 0.00000000000000D+00 5.00000000000000D-14 545 0.00000000000000D+00 5.00000000000000D-14 546 0.00000000000000D+00 5.00000000000000D-14 547 0.00000000000000D+00 5.00000000000000D-14 548 0.00000000000000D+00 5.00000000000000D-14 549 0.00000000000000D+00 5.00000000000000D-14 550 0.00000000000000D+00 5.00000000000000D-14 551 0.00000000000000D+00 5.00000000000000D-14 552 0.00000000000000D+00 5.00000000000000D-14 553 0.00000000000000D+00 5.00000000000000D-14 554 0.00000000000000D+00 5.00000000000000D-14 555 0.00000000000000D+00 5.00000000000000D-14 556 0.00000000000000D+00 5.00000000000000D-14 557 0.00000000000000D+00 5.00000000000000D-14 558 0.00000000000000D+00 5.00000000000000D-14 559 0.00000000000000D+00 5.00000000000000D-14 560 0.00000000000000D+00 5.00000000000000D-14 561 0.00000000000000D+00 5.00000000000000D-14 562 0.00000000000000D+00 5.00000000000000D-14 563 0.00000000000000D+00 5.00000000000000D-14 564 0.00000000000000D+00 5.00000000000000D-14 565 0.00000000000000D+00 5.00000000000000D-14 566 0.00000000000000D+00 5.00000000000000D-14 567 0.00000000000000D+00 5.00000000000000D-14 568 0.00000000000000D+00 5.00000000000000D-14 569 0.00000000000000D+00 5.00000000000000D-14 570 0.00000000000000D+00 5.00000000000000D-14 571 0.00000000000000D+00 5.00000000000000D-14 572 0.00000000000000D+00 5.00000000000000D-14 573 0.00000000000000D+00 5.00000000000000D-14 574 0.00000000000000D+00 5.00000000000000D-14 575 0.00000000000000D+00 5.00000000000000D-14 576 0.00000000000000D+00 5.00000000000000D-14 577 0.00000000000000D+00 2.08333333333333D-14 578 0.00000000000000D+00 2.08333333333333D-14 579 0.00000000000000D+00 2.08333333333333D-14 580 0.00000000000000D+00 2.08333333333333D-14 581 0.00000000000000D+00 2.08333333333333D-14 582 0.00000000000000D+00 2.08333333333333D-14 583 0.00000000000000D+00 2.08333333333333D-14 584 0.00000000000000D+00 2.08333333333333D-14 585 0.00000000000000D+00 2.08333333333333D-14 586 0.00000000000000D+00 2.08333333333333D-14 587 0.00000000000000D+00 2.08333333333333D-14 588 0.00000000000000D+00 2.08333333333333D-14 589 0.00000000000000D+00 2.08333333333333D-14 590 0.00000000000000D+00 2.08333333333333D-14 591 0.00000000000000D+00 2.08333333333333D-14 592 0.00000000000000D+00 2.08333333333333D-14 593 0.00000000000000D+00 2.08333333333333D-14 594 0.00000000000000D+00 2.08333333333333D-14 595 0.00000000000000D+00 2.08333333333333D-14 596 0.00000000000000D+00 2.08333333333333D-14 597 0.00000000000000D+00 2.08333333333333D-14 598 0.00000000000000D+00 2.08333333333333D-14 599 0.00000000000000D+00 2.08333333333333D-14 600 0.00000000000000D+00 2.08333333333333D-14 601 0.00000000000000D+00 2.08333333333333D-14 602 0.00000000000000D+00 2.08333333333333D-14 603 0.00000000000000D+00 2.08333333333333D-14 604 0.00000000000000D+00 2.08333333333333D-14 605 0.00000000000000D+00 2.08333333333333D-14 606 0.00000000000000D+00 2.08333333333333D-14 607 0.00000000000000D+00 2.08333333333333D-14 608 0.00000000000000D+00 2.08333333333333D-14 609 0.00000000000000D+00 2.08333333333333D-14 610 0.00000000000000D+00 2.08333333333333D-14 611 0.00000000000000D+00 2.08333333333333D-14 612 0.00000000000000D+00 2.08333333333333D-14 613 0.00000000000000D+00 2.08333333333333D-14 614 0.00000000000000D+00 2.08333333333333D-14 615 0.00000000000000D+00 2.08333333333333D-14 616 0.00000000000000D+00 2.08333333333333D-14 617 0.00000000000000D+00 2.08333333333333D-14 618 0.00000000000000D+00 2.08333333333333D-14 619 0.00000000000000D+00 2.08333333333333D-14 620 0.00000000000000D+00 2.08333333333333D-14 621 0.00000000000000D+00 2.08333333333333D-14 622 0.00000000000000D+00 2.08333333333333D-14 623 0.00000000000000D+00 2.08333333333333D-14 624 0.00000000000000D+00 2.08333333333333D-14 625 0.00000000000000D+00 2.08333333333333D-14 626 0.00000000000000D+00 2.08333333333333D-14 627 0.00000000000000D+00 2.08333333333333D-14 628 0.00000000000000D+00 2.08333333333333D-14 629 0.00000000000000D+00 2.08333333333333D-14 630 0.00000000000000D+00 2.08333333333333D-14 631 0.00000000000000D+00 2.08333333333333D-14 632 0.00000000000000D+00 2.08333333333333D-14 633 0.00000000000000D+00 2.08333333333333D-14 634 0.00000000000000D+00 2.08333333333333D-14 635 0.00000000000000D+00 2.08333333333333D-14 636 0.00000000000000D+00 2.08333333333333D-14 637 0.00000000000000D+00 2.08333333333333D-14 638 0.00000000000000D+00 2.08333333333333D-14 639 0.00000000000000D+00 2.08333333333333D-14 640 0.00000000000000D+00 2.08333333333333D-14 641 0.00000000000000D+00 2.08333333333333D-14 642 0.00000000000000D+00 2.08333333333333D-14 643 0.00000000000000D+00 2.08333333333333D-14 644 0.00000000000000D+00 2.08333333333333D-14 645 0.00000000000000D+00 2.08333333333333D-14 646 0.00000000000000D+00 2.08333333333333D-14 647 0.00000000000000D+00 2.08333333333333D-14 648 0.00000000000000D+00 2.08333333333333D-14 649 0.00000000000000D+00 2.08333333333333D-14 650 0.00000000000000D+00 2.08333333333333D-14 651 0.00000000000000D+00 2.08333333333333D-14 652 0.00000000000000D+00 2.08333333333333D-14 653 0.00000000000000D+00 2.08333333333333D-14 654 0.00000000000000D+00 2.08333333333333D-14 655 0.00000000000000D+00 2.08333333333333D-14 656 0.00000000000000D+00 2.08333333333333D-14 657 0.00000000000000D+00 2.08333333333333D-14 658 0.00000000000000D+00 2.08333333333333D-14 659 0.00000000000000D+00 2.08333333333333D-14 660 0.00000000000000D+00 2.08333333333333D-14 661 0.00000000000000D+00 2.08333333333333D-14 662 0.00000000000000D+00 2.08333333333333D-14 663 0.00000000000000D+00 2.08333333333333D-14 664 0.00000000000000D+00 2.08333333333333D-14 665 0.00000000000000D+00 2.08333333333333D-14 666 0.00000000000000D+00 2.08333333333333D-14 667 0.00000000000000D+00 2.08333333333333D-14 668 0.00000000000000D+00 2.08333333333333D-14 669 0.00000000000000D+00 2.08333333333333D-14 670 0.00000000000000D+00 2.08333333333333D-14 671 0.00000000000000D+00 2.08333333333333D-14 672 0.00000000000000D+00 2.08333333333333D-14 673 0.00000000000000D+00 2.08333333333333D-14 674 0.00000000000000D+00 2.08333333333333D-14 675 0.00000000000000D+00 2.08333333333333D-14 676 0.00000000000000D+00 2.08333333333333D-14 677 0.00000000000000D+00 2.08333333333333D-14 678 0.00000000000000D+00 2.08333333333333D-14 679 0.00000000000000D+00 2.08333333333333D-14 680 0.00000000000000D+00 2.08333333333333D-14 681 0.00000000000000D+00 2.08333333333333D-14 682 0.00000000000000D+00 2.08333333333333D-14 683 0.00000000000000D+00 2.08333333333333D-14 684 0.00000000000000D+00 2.08333333333333D-14 685 0.00000000000000D+00 2.08333333333333D-14 686 0.00000000000000D+00 2.08333333333333D-14 687 0.00000000000000D+00 2.08333333333333D-14 688 0.00000000000000D+00 2.08333333333333D-14 689 0.00000000000000D+00 2.08333333333333D-14 690 0.00000000000000D+00 2.08333333333333D-14 691 0.00000000000000D+00 2.08333333333333D-14 692 0.00000000000000D+00 2.08333333333333D-14 693 0.00000000000000D+00 2.08333333333333D-14 694 0.00000000000000D+00 2.08333333333333D-14 695 0.00000000000000D+00 2.08333333333333D-14 696 0.00000000000000D+00 2.08333333333333D-14 697 0.00000000000000D+00 2.08333333333333D-14 698 0.00000000000000D+00 2.08333333333333D-14 699 0.00000000000000D+00 2.08333333333333D-14 700 0.00000000000000D+00 2.08333333333333D-14 701 0.00000000000000D+00 2.08333333333333D-14 702 0.00000000000000D+00 2.08333333333333D-14 703 0.00000000000000D+00 2.08333333333333D-14 704 0.00000000000000D+00 2.08333333333333D-14 705 0.00000000000000D+00 2.08333333333333D-14 706 0.00000000000000D+00 2.08333333333333D-14 707 0.00000000000000D+00 2.08333333333333D-14 708 0.00000000000000D+00 2.08333333333333D-14 709 0.00000000000000D+00 2.08333333333333D-14 710 0.00000000000000D+00 2.08333333333333D-14 711 0.00000000000000D+00 2.08333333333333D-14 712 0.00000000000000D+00 2.08333333333333D-14 713 0.00000000000000D+00 2.08333333333333D-14 714 0.00000000000000D+00 2.08333333333333D-14 715 0.00000000000000D+00 2.08333333333333D-14 716 0.00000000000000D+00 2.08333333333333D-14 717 0.00000000000000D+00 2.08333333333333D-14 718 0.00000000000000D+00 2.08333333333333D-14 719 0.00000000000000D+00 2.08333333333333D-14 720 0.00000000000000D+00 2.08333333333333D-14 721 0.00000000000000D+00 4.50004157851924D+01 722 0.00000000000000D+00 4.50014442418471D+01 723 0.00000000000000D+00 3.00022423891263D+00 724 0.00000000000000D+00 4.50000000000000D+01 725 0.00000000000000D+00 4.50000000000000D+01 726 0.00000000000000D+00 2.99180898971171D+00 727 0.00000000000000D+00 5.00000000000000D-01 728 0.00000000000000D+00 5.00000000000000D-01 729 0.00000000000000D+00 2.00000000000000D+00 730 0.00000000000000D+00 5.00000000000000D-01 731 0.00000000000000D+00 2.00000000000000D+00 732 0.00000000000000D+00 5.00000000000000D-01 733 0.00000000000000D+00 2.00000000000000D+00 734 0.00000000000000D+00 5.00000000000000D-01 735 0.00000000000000D+00 2.00000000000000D+00 736 0.00000000000000D+00 5.00000000000000D-01 737 0.00000000000000D+00 2.00000000000000D+00 738 0.00000000000000D+00 5.00000000000000D-01 739 0.00000000000000D+00 2.00000000000000D+00 740 0.00000000000000D+00 5.00000000000000D-01 741 0.00000000000000D+00 2.00000000000000D+00 742 0.00000000000000D+00 5.00000000000000D-01 743 0.00000000000000D+00 2.00000000000000D+00 744 0.00000000000000D+00 5.00000000000000D-01 745 0.00000000000000D+00 5.00000000000000D-01 746 0.00000000000000D+00 2.00000000000000D+00 747 0.00000000000000D+00 5.00000000000000D-01 748 0.00000000000000D+00 2.00000000000000D+00 749 0.00000000000000D+00 5.00000000000000D-01 750 0.00000000000000D+00 2.00000000000000D+00 751 0.00000000000000D+00 5.00000000000000D-01 752 0.00000000000000D+00 2.00000000000000D+00 753 0.00000000000000D+00 5.00000000000000D-01 754 0.00000000000000D+00 2.00000000000000D+00 755 0.00000000000000D+00 5.00000000000000D-01 756 0.00000000000000D+00 2.00000000000000D+00 757 0.00000000000000D+00 5.00000000000000D-01 758 0.00000000000000D+00 2.00000000000000D+00 759 0.00000000000000D+00 5.00000000000000D-01 760 0.00000000000000D+00 2.00000000000000D+00 761 0.00000000000000D+00 5.00000000000000D-01 762 0.00000000000000D+00 5.00000000000000D-01 763 0.00000000000000D+00 2.00000000000000D+00 764 0.00000000000000D+00 5.00000000000000D-01 765 0.00000000000000D+00 2.00000000000000D+00 766 0.00000000000000D+00 5.00000000000000D-01 767 0.00000000000000D+00 2.00000000000000D+00 768 0.00000000000000D+00 5.00000000000000D-01 769 0.00000000000000D+00 2.00000000000000D+00 770 0.00000000000000D+00 5.00000000000000D-01 771 0.00000000000000D+00 2.00000000000000D+00 772 0.00000000000000D+00 5.00000000000000D-01 773 0.00000000000000D+00 2.00000000000000D+00 774 0.00000000000000D+00 5.00000000000000D-01 775 0.00000000000000D+00 2.00000000000000D+00 776 0.00000000000000D+00 5.00000000000000D-01 777 0.00000000000000D+00 2.00000000000000D+00 778 0.00000000000000D+00 5.00000000000000D-01 779 0.00000000000000D+00 5.00000000000000D-01 780 0.00000000000000D+00 2.00000000000000D+00 781 0.00000000000000D+00 5.00000000000000D-01 782 0.00000000000000D+00 2.00000000000000D+00 783 0.00000000000000D+00 5.00000000000000D-01 784 0.00000000000000D+00 2.00000000000000D+00 785 0.00000000000000D+00 5.00000000000000D-01 786 0.00000000000000D+00 2.00000000000000D+00 787 0.00000000000000D+00 5.00000000000000D-01 788 0.00000000000000D+00 2.00000000000000D+00 789 0.00000000000000D+00 5.00000000000000D-01 790 0.00000000000000D+00 2.00000000000000D+00 791 0.00000000000000D+00 5.00000000000000D-01 792 0.00000000000000D+00 2.00000000000000D+00 793 0.00000000000000D+00 5.00000000000000D-01 794 0.00000000000000D+00 2.00000000000000D+00 795 0.00000000000000D+00 5.00000000000000D-01 796 0.00000000000000D+00 5.00000000000000D-01 797 0.00000000000000D+00 2.00000000000000D+00 798 0.00000000000000D+00 5.00000000000000D-01 799 0.00000000000000D+00 2.00000000000000D+00 800 0.00000000000000D+00 5.00000000000000D-01 801 0.00000000000000D+00 2.00000000000000D+00 802 0.00000000000000D+00 5.00000000000000D-01 803 0.00000000000000D+00 2.00000000000000D+00 804 0.00000000000000D+00 5.00000000000000D-01 805 0.00000000000000D+00 2.00000000000000D+00 806 0.00000000000000D+00 5.00000000000000D-01 807 0.00000000000000D+00 2.00000000000000D+00 808 0.00000000000000D+00 5.00000000000000D-01 809 0.00000000000000D+00 2.00000000000000D+00 810 0.00000000000000D+00 5.00000000000000D-01 811 0.00000000000000D+00 2.00000000000000D+00 812 0.00000000000000D+00 5.00000000000000D-01 813 0.00000000000000D+00 5.00000000000000D-01 814 0.00000000000000D+00 2.00000000000000D+00 815 0.00000000000000D+00 5.00000000000000D-01 816 0.00000000000000D+00 2.00000000000000D+00 817 0.00000000000000D+00 5.00000000000000D-01 818 0.00000000000000D+00 2.00000000000000D+00 819 0.00000000000000D+00 5.00000000000000D-01 820 0.00000000000000D+00 2.00000000000000D+00 821 0.00000000000000D+00 5.00000000000000D-01 822 0.00000000000000D+00 2.00000000000000D+00 823 0.00000000000000D+00 5.00000000000000D-01 824 0.00000000000000D+00 2.00000000000000D+00 825 0.00000000000000D+00 5.00000000000000D-01 826 0.00000000000000D+00 2.00000000000000D+00 827 0.00000000000000D+00 5.00000000000000D-01 828 0.00000000000000D+00 2.00000000000000D+00 829 0.00000000000000D+00 5.00000000000000D-01 830 0.00000000000000D+00 5.00000000000000D-01 831 0.00000000000000D+00 2.00000000000000D+00 832 0.00000000000000D+00 5.00000000000000D-01 833 0.00000000000000D+00 2.00000000000000D+00 834 0.00000000000000D+00 5.00000000000000D-01 835 0.00000000000000D+00 2.00000000000000D+00 836 0.00000000000000D+00 5.00000000000000D-01 837 0.00000000000000D+00 2.00000000000000D+00 838 0.00000000000000D+00 5.00000000000000D-01 839 0.00000000000000D+00 2.00000000000000D+00 840 0.00000000000000D+00 5.00000000000000D-01 841 0.00000000000000D+00 2.00000000000000D+00 842 0.00000000000000D+00 5.00000000000000D-01 843 0.00000000000000D+00 2.00000000000000D+00 844 0.00000000000000D+00 5.00000000000000D-01 845 0.00000000000000D+00 2.00000000000000D+00 846 0.00000000000000D+00 5.00000000000000D-01 847 0.00000000000000D+00 5.00000000000000D-01 848 0.00000000000000D+00 2.00000000000000D+00 849 0.00000000000000D+00 5.00000000000000D-01 850 0.00000000000000D+00 2.00000000000000D+00 851 0.00000000000000D+00 5.00000000000000D-01 852 0.00000000000000D+00 2.00000000000000D+00 853 0.00000000000000D+00 5.00000000000000D-01 854 0.00000000000000D+00 2.00000000000000D+00 855 0.00000000000000D+00 5.00000000000000D-01 856 0.00000000000000D+00 2.00000000000000D+00 857 0.00000000000000D+00 5.00000000000000D-01 858 0.00000000000000D+00 2.00000000000000D+00 859 0.00000000000000D+00 5.00000000000000D-01 860 0.00000000000000D+00 2.00000000000000D+00 861 0.00000000000000D+00 5.00000000000000D-01 862 0.00000000000000D+00 2.00000000000000D+00 863 0.00000000000000D+00 1.00000000000000D-04 864 0.00000000000000D+00 1.00000000000000D-04 865 0.00000000000000D+00 1.00000000000000D-04 866 0.00000000000000D+00 1.00000000000000D-04 867 0.00000000000000D+00 1.00000000000000D-04 868 0.00000000000000D+00 1.00000000000000D-04 869 0.00000000000000D+00 5.00000000000000D-11 870 0.00000000000000D+00 5.00000000000000D-11 871 0.00000000000000D+00 5.00000000000000D-11 872 0.00000000000000D+00 1.00000000000000D-06 873 0.00000000000000D+00 1.00000000000000D-06 874 0.00000000000000D+00 1.00000000000000D-06 875 0.00000000000000D+00 1.00000000000000D-06 876 0.00000000000000D+00 1.00000000000000D-06 877 0.00000000000000D+00 1.00000000000000D-06 878 0.00000000000000D+00 1.00000000000000D-06 879 0.00000000000000D+00 1.00000000000000D-06 880 0.00000000000000D+00 1.00000000000000D-06 881 0.00000000000000D+00 1.00000000000000D-06 882 0.00000000000000D+00 1.00000000000000D-06 883 0.00000000000000D+00 1.00000000000000D-06 884 0.00000000000000D+00 1.00000000000000D-06 885 0.00000000000000D+00 1.00000000000000D-06 886 0.00000000000000D+00 1.00000000000000D-06 887 0.00000000000000D+00 1.00000000000000D-06 888 0.00000000000000D+00 1.00000000000000D-06 889 0.00000000000000D+00 1.00000000000000D-06 890 0.00000000000000D+00 1.00000000000000D-06 891 0.00000000000000D+00 1.00000000000000D-06 892 0.00000000000000D+00 1.00000000000000D-06 893 0.00000000000000D+00 1.00000000000000D-06 894 0.00000000000000D+00 1.00000000000000D-06 895 0.00000000000000D+00 1.00000000000000D-06 896 0.00000000000000D+00 1.00000000000000D-06 897 0.00000000000000D+00 1.00000000000000D-06 -SOLUTION/CONSTRAINT_EQUATION_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_WEIGHT_MATRIX * Ind1 Ind2 Weight_matrix(ind1,ind2) 1 1 2.30400000000000D+27 2 2 2.30400000000000D+27 3 3 2.30400000000000D+27 4 4 2.30400000000000D+27 5 5 2.30400000000000D+27 6 6 2.30400000000000D+27 7 7 2.30400000000000D+27 8 8 2.30400000000000D+27 9 9 2.30400000000000D+27 10 10 2.30400000000000D+27 11 11 2.30400000000000D+27 12 12 2.30400000000000D+27 13 13 2.30400000000000D+27 14 14 2.30400000000000D+27 15 15 2.30400000000000D+27 16 16 2.30400000000000D+27 17 17 2.30400000000000D+27 18 18 2.30400000000000D+27 19 19 2.30400000000000D+27 20 20 2.30400000000000D+27 21 21 2.30400000000000D+27 22 22 2.30400000000000D+27 23 23 2.30400000000000D+27 24 24 2.30400000000000D+27 25 25 2.30400000000000D+27 26 26 2.30400000000000D+27 27 27 2.30400000000000D+27 28 28 2.30400000000000D+27 29 29 2.30400000000000D+27 30 30 2.30400000000000D+27 31 31 2.30400000000000D+27 32 32 2.30400000000000D+27 33 33 2.30400000000000D+27 34 34 2.30400000000000D+27 35 35 2.30400000000000D+27 36 36 2.30400000000000D+27 37 37 2.30400000000000D+27 38 38 2.30400000000000D+27 39 39 2.30400000000000D+27 40 40 2.30400000000000D+27 41 41 2.30400000000000D+27 42 42 2.30400000000000D+27 43 43 2.30400000000000D+27 44 44 2.30400000000000D+27 45 45 2.30400000000000D+27 46 46 2.30400000000000D+27 47 47 2.30400000000000D+27 48 48 2.30400000000000D+27 49 49 2.30400000000000D+27 50 50 2.30400000000000D+27 51 51 2.30400000000000D+27 52 52 2.30400000000000D+27 53 53 2.30400000000000D+27 54 54 2.30400000000000D+27 55 55 2.30400000000000D+27 56 56 2.30400000000000D+27 57 57 2.30400000000000D+27 58 58 2.30400000000000D+27 59 59 2.30400000000000D+27 60 60 2.30400000000000D+27 61 61 2.30400000000000D+27 62 62 2.30400000000000D+27 63 63 2.30400000000000D+27 64 64 2.30400000000000D+27 65 65 2.30400000000000D+27 66 66 2.30400000000000D+27 67 67 2.30400000000000D+27 68 68 2.30400000000000D+27 69 69 2.30400000000000D+27 70 70 2.30400000000000D+27 71 71 2.30400000000000D+27 72 72 2.30400000000000D+27 73 73 2.30400000000000D+27 74 74 2.30400000000000D+27 75 75 2.30400000000000D+27 76 76 2.30400000000000D+27 77 77 2.30400000000000D+27 78 78 2.30400000000000D+27 79 79 2.30400000000000D+27 80 80 2.30400000000000D+27 81 81 2.30400000000000D+27 82 82 2.30400000000000D+27 83 83 2.30400000000000D+27 84 84 2.30400000000000D+27 85 85 2.30400000000000D+27 86 86 2.30400000000000D+27 87 87 2.30400000000000D+27 88 88 2.30400000000000D+27 89 89 2.30400000000000D+27 90 90 2.30400000000000D+27 91 91 2.30400000000000D+27 92 92 2.30400000000000D+27 93 93 2.30400000000000D+27 94 94 2.30400000000000D+27 95 95 2.30400000000000D+27 96 96 2.30400000000000D+27 97 97 2.30400000000000D+27 98 98 2.30400000000000D+27 99 99 2.30400000000000D+27 100 100 2.30400000000000D+27 101 101 2.30400000000000D+27 102 102 2.30400000000000D+27 103 103 2.30400000000000D+27 104 104 2.30400000000000D+27 105 105 2.30400000000000D+27 106 106 2.30400000000000D+27 107 107 2.30400000000000D+27 108 108 2.30400000000000D+27 109 109 2.30400000000000D+27 110 110 2.30400000000000D+27 111 111 2.30400000000000D+27 112 112 2.30400000000000D+27 113 113 2.30400000000000D+27 114 114 2.30400000000000D+27 115 115 2.30400000000000D+27 116 116 2.30400000000000D+27 117 117 2.30400000000000D+27 118 118 2.30400000000000D+27 119 119 2.30400000000000D+27 120 120 2.30400000000000D+27 121 121 2.30400000000000D+27 122 122 2.30400000000000D+27 123 123 2.30400000000000D+27 124 124 2.30400000000000D+27 125 125 2.30400000000000D+27 126 126 2.30400000000000D+27 127 127 2.30400000000000D+27 128 128 2.30400000000000D+27 129 129 2.30400000000000D+27 130 130 2.30400000000000D+27 131 131 2.30400000000000D+27 132 132 2.30400000000000D+27 133 133 2.30400000000000D+27 134 134 2.30400000000000D+27 135 135 2.30400000000000D+27 136 136 2.30400000000000D+27 137 137 2.30400000000000D+27 138 138 2.30400000000000D+27 139 139 2.30400000000000D+27 140 140 2.30400000000000D+27 141 141 2.30400000000000D+27 142 142 2.30400000000000D+27 143 143 2.30400000000000D+27 144 144 2.30400000000000D+27 145 145 4.00000000000000D+26 146 146 4.00000000000000D+26 147 147 4.00000000000000D+26 148 148 4.00000000000000D+26 149 149 4.00000000000000D+26 150 150 4.00000000000000D+26 151 151 4.00000000000000D+26 152 152 4.00000000000000D+26 153 153 4.00000000000000D+26 154 154 4.00000000000000D+26 155 155 4.00000000000000D+26 156 156 4.00000000000000D+26 157 157 4.00000000000000D+26 158 158 4.00000000000000D+26 159 159 4.00000000000000D+26 160 160 4.00000000000000D+26 161 161 4.00000000000000D+26 162 162 4.00000000000000D+26 163 163 4.00000000000000D+26 164 164 4.00000000000000D+26 165 165 4.00000000000000D+26 166 166 4.00000000000000D+26 167 167 4.00000000000000D+26 168 168 4.00000000000000D+26 169 169 4.00000000000000D+26 170 170 4.00000000000000D+26 171 171 4.00000000000000D+26 172 172 4.00000000000000D+26 173 173 4.00000000000000D+26 174 174 4.00000000000000D+26 175 175 4.00000000000000D+26 176 176 4.00000000000000D+26 177 177 4.00000000000000D+26 178 178 4.00000000000000D+26 179 179 4.00000000000000D+26 180 180 4.00000000000000D+26 181 181 4.00000000000000D+26 182 182 4.00000000000000D+26 183 183 4.00000000000000D+26 184 184 4.00000000000000D+26 185 185 4.00000000000000D+26 186 186 4.00000000000000D+26 187 187 4.00000000000000D+26 188 188 4.00000000000000D+26 189 189 4.00000000000000D+26 190 190 4.00000000000000D+26 191 191 4.00000000000000D+26 192 192 4.00000000000000D+26 193 193 2.30400000000000D+27 194 194 2.30400000000000D+27 195 195 2.30400000000000D+27 196 196 2.30400000000000D+27 197 197 2.30400000000000D+27 198 198 2.30400000000000D+27 199 199 2.30400000000000D+27 200 200 2.30400000000000D+27 201 201 2.30400000000000D+27 202 202 2.30400000000000D+27 203 203 2.30400000000000D+27 204 204 2.30400000000000D+27 205 205 2.30400000000000D+27 206 206 2.30400000000000D+27 207 207 2.30400000000000D+27 208 208 2.30400000000000D+27 209 209 2.30400000000000D+27 210 210 2.30400000000000D+27 211 211 2.30400000000000D+27 212 212 2.30400000000000D+27 213 213 2.30400000000000D+27 214 214 2.30400000000000D+27 215 215 2.30400000000000D+27 216 216 2.30400000000000D+27 217 217 2.30400000000000D+27 218 218 2.30400000000000D+27 219 219 2.30400000000000D+27 220 220 2.30400000000000D+27 221 221 2.30400000000000D+27 222 222 2.30400000000000D+27 223 223 2.30400000000000D+27 224 224 2.30400000000000D+27 225 225 2.30400000000000D+27 226 226 2.30400000000000D+27 227 227 2.30400000000000D+27 228 228 2.30400000000000D+27 229 229 2.30400000000000D+27 230 230 2.30400000000000D+27 231 231 2.30400000000000D+27 232 232 2.30400000000000D+27 233 233 2.30400000000000D+27 234 234 2.30400000000000D+27 235 235 2.30400000000000D+27 236 236 2.30400000000000D+27 237 237 2.30400000000000D+27 238 238 2.30400000000000D+27 239 239 2.30400000000000D+27 240 240 2.30400000000000D+27 241 241 2.30400000000000D+27 242 242 2.30400000000000D+27 243 243 2.30400000000000D+27 244 244 2.30400000000000D+27 245 245 2.30400000000000D+27 246 246 2.30400000000000D+27 247 247 2.30400000000000D+27 248 248 2.30400000000000D+27 249 249 2.30400000000000D+27 250 250 2.30400000000000D+27 251 251 2.30400000000000D+27 252 252 2.30400000000000D+27 253 253 2.30400000000000D+27 254 254 2.30400000000000D+27 255 255 2.30400000000000D+27 256 256 2.30400000000000D+27 257 257 2.30400000000000D+27 258 258 2.30400000000000D+27 259 259 2.30400000000000D+27 260 260 2.30400000000000D+27 261 261 2.30400000000000D+27 262 262 2.30400000000000D+27 263 263 2.30400000000000D+27 264 264 2.30400000000000D+27 265 265 2.30400000000000D+27 266 266 2.30400000000000D+27 267 267 2.30400000000000D+27 268 268 2.30400000000000D+27 269 269 2.30400000000000D+27 270 270 2.30400000000000D+27 271 271 2.30400000000000D+27 272 272 2.30400000000000D+27 273 273 2.30400000000000D+27 274 274 2.30400000000000D+27 275 275 2.30400000000000D+27 276 276 2.30400000000000D+27 277 277 2.30400000000000D+27 278 278 2.30400000000000D+27 279 279 2.30400000000000D+27 280 280 2.30400000000000D+27 281 281 2.30400000000000D+27 282 282 2.30400000000000D+27 283 283 2.30400000000000D+27 284 284 2.30400000000000D+27 285 285 2.30400000000000D+27 286 286 2.30400000000000D+27 287 287 2.30400000000000D+27 288 288 2.30400000000000D+27 289 289 2.30400000000000D+27 290 290 2.30400000000000D+27 291 291 2.30400000000000D+27 292 292 2.30400000000000D+27 293 293 2.30400000000000D+27 294 294 2.30400000000000D+27 295 295 2.30400000000000D+27 296 296 2.30400000000000D+27 297 297 2.30400000000000D+27 298 298 2.30400000000000D+27 299 299 2.30400000000000D+27 300 300 2.30400000000000D+27 301 301 2.30400000000000D+27 302 302 2.30400000000000D+27 303 303 2.30400000000000D+27 304 304 2.30400000000000D+27 305 305 2.30400000000000D+27 306 306 2.30400000000000D+27 307 307 2.30400000000000D+27 308 308 2.30400000000000D+27 309 309 2.30400000000000D+27 310 310 2.30400000000000D+27 311 311 2.30400000000000D+27 312 312 2.30400000000000D+27 313 313 2.30400000000000D+27 314 314 2.30400000000000D+27 315 315 2.30400000000000D+27 316 316 2.30400000000000D+27 317 317 2.30400000000000D+27 318 318 2.30400000000000D+27 319 319 2.30400000000000D+27 320 320 2.30400000000000D+27 321 321 2.30400000000000D+27 322 322 2.30400000000000D+27 323 323 2.30400000000000D+27 324 324 2.30400000000000D+27 325 325 2.30400000000000D+27 326 326 2.30400000000000D+27 327 327 2.30400000000000D+27 328 328 2.30400000000000D+27 329 329 2.30400000000000D+27 330 330 2.30400000000000D+27 331 331 2.30400000000000D+27 332 332 2.30400000000000D+27 333 333 2.30400000000000D+27 334 334 2.30400000000000D+27 335 335 2.30400000000000D+27 336 336 2.30400000000000D+27 337 337 4.00000000000000D+26 338 338 4.00000000000000D+26 339 339 4.00000000000000D+26 340 340 4.00000000000000D+26 341 341 4.00000000000000D+26 342 342 4.00000000000000D+26 343 343 4.00000000000000D+26 344 344 4.00000000000000D+26 345 345 4.00000000000000D+26 346 346 4.00000000000000D+26 347 347 4.00000000000000D+26 348 348 4.00000000000000D+26 349 349 4.00000000000000D+26 350 350 4.00000000000000D+26 351 351 4.00000000000000D+26 352 352 4.00000000000000D+26 353 353 4.00000000000000D+26 354 354 4.00000000000000D+26 355 355 4.00000000000000D+26 356 356 4.00000000000000D+26 357 357 4.00000000000000D+26 358 358 4.00000000000000D+26 359 359 4.00000000000000D+26 360 360 4.00000000000000D+26 361 361 4.00000000000000D+26 362 362 4.00000000000000D+26 363 363 4.00000000000000D+26 364 364 4.00000000000000D+26 365 365 4.00000000000000D+26 366 366 4.00000000000000D+26 367 367 4.00000000000000D+26 368 368 4.00000000000000D+26 369 369 4.00000000000000D+26 370 370 4.00000000000000D+26 371 371 4.00000000000000D+26 372 372 4.00000000000000D+26 373 373 4.00000000000000D+26 374 374 4.00000000000000D+26 375 375 4.00000000000000D+26 376 376 4.00000000000000D+26 377 377 4.00000000000000D+26 378 378 4.00000000000000D+26 379 379 4.00000000000000D+26 380 380 4.00000000000000D+26 381 381 4.00000000000000D+26 382 382 4.00000000000000D+26 383 383 4.00000000000000D+26 384 384 4.00000000000000D+26 385 385 2.30400000000000D+27 386 386 2.30400000000000D+27 387 387 2.30400000000000D+27 388 388 2.30400000000000D+27 389 389 2.30400000000000D+27 390 390 2.30400000000000D+27 391 391 2.30400000000000D+27 392 392 2.30400000000000D+27 393 393 2.30400000000000D+27 394 394 2.30400000000000D+27 395 395 2.30400000000000D+27 396 396 2.30400000000000D+27 397 397 2.30400000000000D+27 398 398 2.30400000000000D+27 399 399 2.30400000000000D+27 400 400 2.30400000000000D+27 401 401 2.30400000000000D+27 402 402 2.30400000000000D+27 403 403 2.30400000000000D+27 404 404 2.30400000000000D+27 405 405 2.30400000000000D+27 406 406 2.30400000000000D+27 407 407 2.30400000000000D+27 408 408 2.30400000000000D+27 409 409 2.30400000000000D+27 410 410 2.30400000000000D+27 411 411 2.30400000000000D+27 412 412 2.30400000000000D+27 413 413 2.30400000000000D+27 414 414 2.30400000000000D+27 415 415 2.30400000000000D+27 416 416 2.30400000000000D+27 417 417 2.30400000000000D+27 418 418 2.30400000000000D+27 419 419 2.30400000000000D+27 420 420 2.30400000000000D+27 421 421 2.30400000000000D+27 422 422 2.30400000000000D+27 423 423 2.30400000000000D+27 424 424 2.30400000000000D+27 425 425 2.30400000000000D+27 426 426 2.30400000000000D+27 427 427 2.30400000000000D+27 428 428 2.30400000000000D+27 429 429 2.30400000000000D+27 430 430 2.30400000000000D+27 431 431 2.30400000000000D+27 432 432 2.30400000000000D+27 433 433 2.30400000000000D+27 434 434 2.30400000000000D+27 435 435 2.30400000000000D+27 436 436 2.30400000000000D+27 437 437 2.30400000000000D+27 438 438 2.30400000000000D+27 439 439 2.30400000000000D+27 440 440 2.30400000000000D+27 441 441 2.30400000000000D+27 442 442 2.30400000000000D+27 443 443 2.30400000000000D+27 444 444 2.30400000000000D+27 445 445 2.30400000000000D+27 446 446 2.30400000000000D+27 447 447 2.30400000000000D+27 448 448 2.30400000000000D+27 449 449 2.30400000000000D+27 450 450 2.30400000000000D+27 451 451 2.30400000000000D+27 452 452 2.30400000000000D+27 453 453 2.30400000000000D+27 454 454 2.30400000000000D+27 455 455 2.30400000000000D+27 456 456 2.30400000000000D+27 457 457 2.30400000000000D+27 458 458 2.30400000000000D+27 459 459 2.30400000000000D+27 460 460 2.30400000000000D+27 461 461 2.30400000000000D+27 462 462 2.30400000000000D+27 463 463 2.30400000000000D+27 464 464 2.30400000000000D+27 465 465 2.30400000000000D+27 466 466 2.30400000000000D+27 467 467 2.30400000000000D+27 468 468 2.30400000000000D+27 469 469 2.30400000000000D+27 470 470 2.30400000000000D+27 471 471 2.30400000000000D+27 472 472 2.30400000000000D+27 473 473 2.30400000000000D+27 474 474 2.30400000000000D+27 475 475 2.30400000000000D+27 476 476 2.30400000000000D+27 477 477 2.30400000000000D+27 478 478 2.30400000000000D+27 479 479 2.30400000000000D+27 480 480 2.30400000000000D+27 481 481 2.30400000000000D+27 482 482 2.30400000000000D+27 483 483 2.30400000000000D+27 484 484 2.30400000000000D+27 485 485 2.30400000000000D+27 486 486 2.30400000000000D+27 487 487 2.30400000000000D+27 488 488 2.30400000000000D+27 489 489 2.30400000000000D+27 490 490 2.30400000000000D+27 491 491 2.30400000000000D+27 492 492 2.30400000000000D+27 493 493 2.30400000000000D+27 494 494 2.30400000000000D+27 495 495 2.30400000000000D+27 496 496 2.30400000000000D+27 497 497 2.30400000000000D+27 498 498 2.30400000000000D+27 499 499 2.30400000000000D+27 500 500 2.30400000000000D+27 501 501 2.30400000000000D+27 502 502 2.30400000000000D+27 503 503 2.30400000000000D+27 504 504 2.30400000000000D+27 505 505 2.30400000000000D+27 506 506 2.30400000000000D+27 507 507 2.30400000000000D+27 508 508 2.30400000000000D+27 509 509 2.30400000000000D+27 510 510 2.30400000000000D+27 511 511 2.30400000000000D+27 512 512 2.30400000000000D+27 513 513 2.30400000000000D+27 514 514 2.30400000000000D+27 515 515 2.30400000000000D+27 516 516 2.30400000000000D+27 517 517 2.30400000000000D+27 518 518 2.30400000000000D+27 519 519 2.30400000000000D+27 520 520 2.30400000000000D+27 521 521 2.30400000000000D+27 522 522 2.30400000000000D+27 523 523 2.30400000000000D+27 524 524 2.30400000000000D+27 525 525 2.30400000000000D+27 526 526 2.30400000000000D+27 527 527 2.30400000000000D+27 528 528 2.30400000000000D+27 529 529 4.00000000000000D+26 530 530 4.00000000000000D+26 531 531 4.00000000000000D+26 532 532 4.00000000000000D+26 533 533 4.00000000000000D+26 534 534 4.00000000000000D+26 535 535 4.00000000000000D+26 536 536 4.00000000000000D+26 537 537 4.00000000000000D+26 538 538 4.00000000000000D+26 539 539 4.00000000000000D+26 540 540 4.00000000000000D+26 541 541 4.00000000000000D+26 542 542 4.00000000000000D+26 543 543 4.00000000000000D+26 544 544 4.00000000000000D+26 545 545 4.00000000000000D+26 546 546 4.00000000000000D+26 547 547 4.00000000000000D+26 548 548 4.00000000000000D+26 549 549 4.00000000000000D+26 550 550 4.00000000000000D+26 551 551 4.00000000000000D+26 552 552 4.00000000000000D+26 553 553 4.00000000000000D+26 554 554 4.00000000000000D+26 555 555 4.00000000000000D+26 556 556 4.00000000000000D+26 557 557 4.00000000000000D+26 558 558 4.00000000000000D+26 559 559 4.00000000000000D+26 560 560 4.00000000000000D+26 561 561 4.00000000000000D+26 562 562 4.00000000000000D+26 563 563 4.00000000000000D+26 564 564 4.00000000000000D+26 565 565 4.00000000000000D+26 566 566 4.00000000000000D+26 567 567 4.00000000000000D+26 568 568 4.00000000000000D+26 569 569 4.00000000000000D+26 570 570 4.00000000000000D+26 571 571 4.00000000000000D+26 572 572 4.00000000000000D+26 573 573 4.00000000000000D+26 574 574 4.00000000000000D+26 575 575 4.00000000000000D+26 576 576 4.00000000000000D+26 577 577 2.30400000000000D+27 578 578 2.30400000000000D+27 579 579 2.30400000000000D+27 580 580 2.30400000000000D+27 581 581 2.30400000000000D+27 582 582 2.30400000000000D+27 583 583 2.30400000000000D+27 584 584 2.30400000000000D+27 585 585 2.30400000000000D+27 586 586 2.30400000000000D+27 587 587 2.30400000000000D+27 588 588 2.30400000000000D+27 589 589 2.30400000000000D+27 590 590 2.30400000000000D+27 591 591 2.30400000000000D+27 592 592 2.30400000000000D+27 593 593 2.30400000000000D+27 594 594 2.30400000000000D+27 595 595 2.30400000000000D+27 596 596 2.30400000000000D+27 597 597 2.30400000000000D+27 598 598 2.30400000000000D+27 599 599 2.30400000000000D+27 600 600 2.30400000000000D+27 601 601 2.30400000000000D+27 602 602 2.30400000000000D+27 603 603 2.30400000000000D+27 604 604 2.30400000000000D+27 605 605 2.30400000000000D+27 606 606 2.30400000000000D+27 607 607 2.30400000000000D+27 608 608 2.30400000000000D+27 609 609 2.30400000000000D+27 610 610 2.30400000000000D+27 611 611 2.30400000000000D+27 612 612 2.30400000000000D+27 613 613 2.30400000000000D+27 614 614 2.30400000000000D+27 615 615 2.30400000000000D+27 616 616 2.30400000000000D+27 617 617 2.30400000000000D+27 618 618 2.30400000000000D+27 619 619 2.30400000000000D+27 620 620 2.30400000000000D+27 621 621 2.30400000000000D+27 622 622 2.30400000000000D+27 623 623 2.30400000000000D+27 624 624 2.30400000000000D+27 625 625 2.30400000000000D+27 626 626 2.30400000000000D+27 627 627 2.30400000000000D+27 628 628 2.30400000000000D+27 629 629 2.30400000000000D+27 630 630 2.30400000000000D+27 631 631 2.30400000000000D+27 632 632 2.30400000000000D+27 633 633 2.30400000000000D+27 634 634 2.30400000000000D+27 635 635 2.30400000000000D+27 636 636 2.30400000000000D+27 637 637 2.30400000000000D+27 638 638 2.30400000000000D+27 639 639 2.30400000000000D+27 640 640 2.30400000000000D+27 641 641 2.30400000000000D+27 642 642 2.30400000000000D+27 643 643 2.30400000000000D+27 644 644 2.30400000000000D+27 645 645 2.30400000000000D+27 646 646 2.30400000000000D+27 647 647 2.30400000000000D+27 648 648 2.30400000000000D+27 649 649 2.30400000000000D+27 650 650 2.30400000000000D+27 651 651 2.30400000000000D+27 652 652 2.30400000000000D+27 653 653 2.30400000000000D+27 654 654 2.30400000000000D+27 655 655 2.30400000000000D+27 656 656 2.30400000000000D+27 657 657 2.30400000000000D+27 658 658 2.30400000000000D+27 659 659 2.30400000000000D+27 660 660 2.30400000000000D+27 661 661 2.30400000000000D+27 662 662 2.30400000000000D+27 663 663 2.30400000000000D+27 664 664 2.30400000000000D+27 665 665 2.30400000000000D+27 666 666 2.30400000000000D+27 667 667 2.30400000000000D+27 668 668 2.30400000000000D+27 669 669 2.30400000000000D+27 670 670 2.30400000000000D+27 671 671 2.30400000000000D+27 672 672 2.30400000000000D+27 673 673 2.30400000000000D+27 674 674 2.30400000000000D+27 675 675 2.30400000000000D+27 676 676 2.30400000000000D+27 677 677 2.30400000000000D+27 678 678 2.30400000000000D+27 679 679 2.30400000000000D+27 680 680 2.30400000000000D+27 681 681 2.30400000000000D+27 682 682 2.30400000000000D+27 683 683 2.30400000000000D+27 684 684 2.30400000000000D+27 685 685 2.30400000000000D+27 686 686 2.30400000000000D+27 687 687 2.30400000000000D+27 688 688 2.30400000000000D+27 689 689 2.30400000000000D+27 690 690 2.30400000000000D+27 691 691 2.30400000000000D+27 692 692 2.30400000000000D+27 693 693 2.30400000000000D+27 694 694 2.30400000000000D+27 695 695 2.30400000000000D+27 696 696 2.30400000000000D+27 697 697 2.30400000000000D+27 698 698 2.30400000000000D+27 699 699 2.30400000000000D+27 700 700 2.30400000000000D+27 701 701 2.30400000000000D+27 702 702 2.30400000000000D+27 703 703 2.30400000000000D+27 704 704 2.30400000000000D+27 705 705 2.30400000000000D+27 706 706 2.30400000000000D+27 707 707 2.30400000000000D+27 708 708 2.30400000000000D+27 709 709 2.30400000000000D+27 710 710 2.30400000000000D+27 711 711 2.30400000000000D+27 712 712 2.30400000000000D+27 713 713 2.30400000000000D+27 714 714 2.30400000000000D+27 715 715 2.30400000000000D+27 716 716 2.30400000000000D+27 717 717 2.30400000000000D+27 718 718 2.30400000000000D+27 719 719 2.30400000000000D+27 720 720 2.30400000000000D+27 721 721 4.93818035019372D-04 722 722 4.93795463981953D-04 723 723 1.11094502683438D-01 724 724 4.93827160493827D-04 725 725 4.93827160493827D-04 726 726 1.11720346604068D-01 727 727 4.00000000000000D+00 728 728 4.00000000000000D+00 729 729 2.50000000000000D-01 730 730 4.00000000000000D+00 731 731 2.50000000000000D-01 732 732 4.00000000000000D+00 733 733 2.50000000000000D-01 734 734 4.00000000000000D+00 735 735 2.50000000000000D-01 736 736 4.00000000000000D+00 737 737 2.50000000000000D-01 738 738 4.00000000000000D+00 739 739 2.50000000000000D-01 740 740 4.00000000000000D+00 741 741 2.50000000000000D-01 742 742 4.00000000000000D+00 743 743 2.50000000000000D-01 744 744 4.00000000000000D+00 745 745 4.00000000000000D+00 746 746 2.50000000000000D-01 747 747 4.00000000000000D+00 748 748 2.50000000000000D-01 749 749 4.00000000000000D+00 750 750 2.50000000000000D-01 751 751 4.00000000000000D+00 752 752 2.50000000000000D-01 753 753 4.00000000000000D+00 754 754 2.50000000000000D-01 755 755 4.00000000000000D+00 756 756 2.50000000000000D-01 757 757 4.00000000000000D+00 758 758 2.50000000000000D-01 759 759 4.00000000000000D+00 760 760 2.50000000000000D-01 761 761 4.00000000000000D+00 762 762 4.00000000000000D+00 763 763 2.50000000000000D-01 764 764 4.00000000000000D+00 765 765 2.50000000000000D-01 766 766 4.00000000000000D+00 767 767 2.50000000000000D-01 768 768 4.00000000000000D+00 769 769 2.50000000000000D-01 770 770 4.00000000000000D+00 771 771 2.50000000000000D-01 772 772 4.00000000000000D+00 773 773 2.50000000000000D-01 774 774 4.00000000000000D+00 775 775 2.50000000000000D-01 776 776 4.00000000000000D+00 777 777 2.50000000000000D-01 778 778 4.00000000000000D+00 779 779 4.00000000000000D+00 780 780 2.50000000000000D-01 781 781 4.00000000000000D+00 782 782 2.50000000000000D-01 783 783 4.00000000000000D+00 784 784 2.50000000000000D-01 785 785 4.00000000000000D+00 786 786 2.50000000000000D-01 787 787 4.00000000000000D+00 788 788 2.50000000000000D-01 789 789 4.00000000000000D+00 790 790 2.50000000000000D-01 791 791 4.00000000000000D+00 792 792 2.50000000000000D-01 793 793 4.00000000000000D+00 794 794 2.50000000000000D-01 795 795 4.00000000000000D+00 796 796 4.00000000000000D+00 797 797 2.50000000000000D-01 798 798 4.00000000000000D+00 799 799 2.50000000000000D-01 800 800 4.00000000000000D+00 801 801 2.50000000000000D-01 802 802 4.00000000000000D+00 803 803 2.50000000000000D-01 804 804 4.00000000000000D+00 805 805 2.50000000000000D-01 806 806 4.00000000000000D+00 807 807 2.50000000000000D-01 808 808 4.00000000000000D+00 809 809 2.50000000000000D-01 810 810 4.00000000000000D+00 811 811 2.50000000000000D-01 812 812 4.00000000000000D+00 813 813 4.00000000000000D+00 814 814 2.50000000000000D-01 815 815 4.00000000000000D+00 816 816 2.50000000000000D-01 817 817 4.00000000000000D+00 818 818 2.50000000000000D-01 819 819 4.00000000000000D+00 820 820 2.50000000000000D-01 821 821 4.00000000000000D+00 822 822 2.50000000000000D-01 823 823 4.00000000000000D+00 824 824 2.50000000000000D-01 825 825 4.00000000000000D+00 826 826 2.50000000000000D-01 827 827 4.00000000000000D+00 828 828 2.50000000000000D-01 829 829 4.00000000000000D+00 830 830 4.00000000000000D+00 831 831 2.50000000000000D-01 832 832 4.00000000000000D+00 833 833 2.50000000000000D-01 834 834 4.00000000000000D+00 835 835 2.50000000000000D-01 836 836 4.00000000000000D+00 837 837 2.50000000000000D-01 838 838 4.00000000000000D+00 839 839 2.50000000000000D-01 840 840 4.00000000000000D+00 841 841 2.50000000000000D-01 842 842 4.00000000000000D+00 843 843 2.50000000000000D-01 844 844 4.00000000000000D+00 845 845 2.50000000000000D-01 846 846 4.00000000000000D+00 847 847 4.00000000000000D+00 848 848 2.50000000000000D-01 849 849 4.00000000000000D+00 850 850 2.50000000000000D-01 851 851 4.00000000000000D+00 852 852 2.50000000000000D-01 853 853 4.00000000000000D+00 854 854 2.50000000000000D-01 855 855 4.00000000000000D+00 856 856 2.50000000000000D-01 857 857 4.00000000000000D+00 858 858 2.50000000000000D-01 859 859 4.00000000000000D+00 860 860 2.50000000000000D-01 861 861 4.00000000000000D+00 862 862 2.50000000000000D-01 863 863 1.00000000000000D+08 864 864 1.00000000000000D+08 865 865 1.00000000000000D+08 866 866 1.00000000000000D+08 867 867 1.00000000000000D+08 868 868 1.00000000000000D+08 869 869 4.00000000000000D+20 870 870 4.00000000000000D+20 871 871 4.00000000000000D+20 872 872 1.00000000000000D+12 873 873 1.00000000000000D+12 874 874 1.00000000000000D+12 875 875 1.00000000000000D+12 876 876 1.00000000000000D+12 877 877 1.00000000000000D+12 878 878 1.00000000000000D+12 879 879 1.00000000000000D+12 880 880 1.00000000000000D+12 881 881 1.00000000000000D+12 882 882 1.00000000000000D+12 883 883 1.00000000000000D+12 884 884 1.00000000000000D+12 885 885 1.00000000000000D+12 886 886 1.00000000000000D+12 887 887 1.00000000000000D+12 888 888 1.00000000000000D+12 889 889 1.00000000000000D+12 890 890 1.00000000000000D+12 891 891 1.00000000000000D+12 892 892 1.00000000000000D+12 893 893 1.00000000000000D+12 894 894 1.00000000000000D+12 895 895 1.00000000000000D+12 896 896 1.00000000000000D+12 897 897 1.00000000000000D+12 -SOLUTION/CONSTRAINT_WEIGHT_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_MATRIX * Ind1 Ind2 Decomposed_normal_matrix(ind1,ind2) 1 1 2.07074489561507D+05 2 1 -6.01023638932584D+04 2 2 4.86556464191284D+04 3 1 6.58970786382183D+04 3 2 -2.95454920351878D+03 3 3 3.55763444769233D+04 4 1 -5.55724899140019D+04 4 2 1.86191479090005D+04 4 3 -1.83572561880499D+04 4 4 8.73967499301583D+04 5 1 1.42567632225398D+04 5 2 -1.71645889227912D+04 5 3 -1.92023015528917D+03 5 4 -2.82023883197717D+04 5 5 4.75508226846308D+04 6 1 -2.11744280443341D+04 6 2 -4.47055091659725D+03 6 3 -1.33512371928487D+04 6 4 2.67477866603285D+04 6 5 2.80958201847449D+04 6 6 4.48035667821467D+04 7 1 -1.51375060468093D+05 7 2 4.12820098592229D+04 7 3 -4.75033321888186D+04 7 4 -3.17990074727833D+04 7 5 1.39228454393931D+04 7 6 -5.57448290264234D+03 7 7 1.83180041711845D+05 8 1 4.57972005433198D+04 8 2 -3.08078336285241D+04 8 3 4.98467850470915D+03 8 4 9.51490608670190D+03 8 5 -3.03645083237849D+04 8 6 -2.36572090459391D+04 8 7 -5.53025400279909D+04 8 8 6.12180399975348D+04 9 1 -4.46526154388823D+04 9 2 7.45528126971424D+03 9 3 -2.21756653330661D+04 9 4 -8.38999745051563D+03 9 5 -2.61866339464337D+04 9 6 -3.14618301503323D+04 9 7 5.30596492438279D+04 9 8 1.86905016058236D+04 9 9 5.36405285170320D+04 10 1 -1.26995015255176D+02 10 2 2.01309724405408D+02 10 3 -3.65112356767058D+01 10 4 -2.53145826943219D+01 10 5 2.28749298239127D+01 10 6 1.11790314689279D+00 10 7 -6.03623634949327D+00 10 8 -9.47503281850368D+00 10 9 -1.70389052145183D+01 10 10 1.58293787586037D+02 11 1 4.84828817006201D+01 11 2 -6.83530245978385D+02 11 3 -1.09909289464355D+02 11 4 6.84502526372671D+01 11 5 -2.20021600909531D+01 11 6 3.18761513531208D+01 11 7 9.78063370212913D+01 11 8 -4.59623093977571D+01 11 9 4.07760162726045D+01 11 10 -2.14633178243414D+02 11 11 7.51181904640049D+02 12 1 -7.00548809021711D+01 12 2 -3.02224315404892D+01 12 3 -4.95006868205965D+01 12 4 -5.44073343276978D-01 12 5 1.10091622825712D+01 12 6 9.42987445741892D+00 12 7 1.81571181379259D+01 12 8 -1.80036570038646D+01 12 9 -3.10532386228442D+00 12 10 5.24143384322524D+01 12 11 3.72168089225888D+01 12 12 4.31146511435509D+01 13 1 1.84578171703353D+10 13 2 -2.76347360152989D+09 13 3 9.60332934336562D+09 13 4 -5.99782498565077D+09 13 5 2.60240674435684D+09 13 6 -1.49903838353755D+09 13 7 -1.24548316878037D+10 13 8 1.44759855852628D+08 13 9 -8.10368257000110D+09 13 10 -5.16025547280373D+06 13 11 1.63057845135101D+07 13 12 -6.08042515648725D+05 13 13 1.60624079539108D+17 14 1 -1.77780291792377D+10 14 2 5.79184501744685D+09 14 3 -5.52834886572431D+09 14 4 2.76130632384375D+09 14 5 -4.14751940628692D+09 14 6 -2.13232053634530D+09 14 7 1.50127065780362D+10 14 8 -1.65385891941810D+09 14 9 7.65503237116834D+09 14 10 4.01698574682393D+06 14 11 9.54089651675178D+06 14 12 5.63985751190820D+06 14 13 -1.26893139743316D+17 14 14 1.21830423810840D+17 15 1 3.43934516242717D+10 15 2 5.16857965495542D+09 15 3 2.40425139284729D+10 15 4 -9.36552649275649D+09 15 5 -1.96450113590350D+09 15 6 -7.64399968247938D+09 15 7 -2.51067861718493D+10 15 8 -3.21072755823633D+09 15 9 -1.64524620070932D+10 15 10 7.88609230387995D+07 15 11 6.64940367756682D+06 15 12 5.39488450963449D+07 15 13 -2.02387887763466D+16 15 14 7.05298055586048D+14 15 15 2.49416398516388D+17 16 1 -2.34715495962194D+10 16 2 -2.33737193476132D+08 16 3 -2.02585215189923D+10 16 4 1.25259696873908D+10 16 5 1.25772798336401D+10 16 6 1.85574746205978D+10 16 7 1.08165916171943D+10 16 8 -1.23230244044415D+10 16 9 1.61701354126803D+09 16 10 1.28991692925511D+08 16 11 -2.04976624751634D+07 16 12 8.40412837233498D+07 16 13 4.35115678770464D+16 16 14 -8.65743658523587D+16 16 15 -9.05030137963653D+16 16 16 6.95729045832614D+17 17 1 3.54394119020239D+10 17 2 -3.60586833779982D+10 17 3 -9.35328541968906D+09 17 4 -1.19938324162398D+10 17 5 6.06584096093895D+09 17 6 -1.45570377358135D+09 17 7 -2.33016096672713D+10 17 8 3.01634347881792D+10 17 9 1.09468591129513D+10 17 10 -1.43969878866812D+08 17 11 -1.70590265267199D+08 17 12 -1.37868860831403D+08 17 13 6.27972325037056D+14 17 14 5.72141794236058D+15 17 15 -1.10345905397647D+17 17 16 -2.29892405157376D+15 17 17 2.62633707662589D+17 18 1 7.83406604322200D+10 18 2 1.73207098302633D+10 18 3 6.32707784332117D+10 18 4 -4.81860975870889D+10 18 5 -2.67930097375012D+08 18 6 -2.93069215933507D+10 18 7 -3.01112312832555D+10 18 8 -1.65205755791139D+10 18 9 -3.37947223937709D+10 18 10 -4.33276421358552D+07 18 11 -5.32189257468896D+08 18 12 -1.69128514082049D+08 18 13 -3.01914937365743D+16 18 14 4.06303682617242D+16 18 15 1.20175691548990D+17 18 16 -3.77094233601196D+17 18 17 -1.12840071000322D+17 18 18 9.57599027016544D+17 19 1 -1.43575447756037D+08 19 2 -1.38494874948142D+10 19 3 -1.59253263131373D+10 19 4 -1.27137209887406D+09 19 5 1.04293381342689D+10 19 6 9.66879138249612D+09 19 7 1.32827403355345D+09 19 8 3.45362940560129D+09 19 9 6.20675718164807D+09 19 10 8.66743178984407D+07 19 11 -3.34835873767188D+07 19 12 4.97786544894794D+07 19 13 -1.96231968235540D+16 19 14 1.45455636351493D+16 19 15 -3.40727585524204D+16 19 16 2.04929464376509D+16 19 17 3.48047286208543D+16 19 18 -3.98083765867954D+16 19 19 1.08583894609871D+17 20 1 1.27785164788547D+08 20 2 1.07680255651195D+10 20 3 1.30948114014235D+10 20 4 -6.47756501491984D+08 20 5 -7.86592201923595D+09 20 6 -8.42086357126636D+09 20 7 5.87941922440264D+08 20 8 -2.91316986275404D+09 20 9 -4.63092527121183D+09 20 10 -6.79690703808719D+07 20 11 1.10712529665615D+07 20 12 -4.30205021750470D+07 20 13 3.98271021810310D+16 20 14 -2.98639632789581D+16 20 15 2.50493109852198D+16 20 16 -1.80826809930404D+16 20 17 -2.63971763844475D+16 20 18 3.68830434278728D+16 20 19 -8.29043398114175D+16 20 20 7.68549001008397D+16 21 1 6.21490063221975D+10 21 2 -1.73061863831397D+09 21 3 4.78936192400674D+10 21 4 -4.69785941956916D+09 21 5 -1.15169967199932D+10 21 6 -1.39421097017367D+10 21 7 -5.73415779455862D+10 21 8 1.32097853805830D+10 21 9 -3.38921584346425D+10 21 10 -1.09568005870657D+08 21 11 3.78302276981162D+07 21 12 -5.93484067290157D+07 21 13 2.40146076940698D+15 21 14 -5.45951574600141D+15 21 15 1.47797889910170D+16 21 16 -2.54887482433536D+14 21 17 -6.54488646284390D+16 21 18 5.29635750951875D+16 21 19 -1.40128306291278D+17 21 20 9.17581757814213D+16 21 21 5.33851378460537D+17 22 1 -5.16536092008340D+10 22 2 -1.50608094887012D+09 22 3 -4.11840650384279D+10 22 4 2.54766872132228D+09 22 5 1.08455875947326D+10 22 6 1.28734150292731D+10 22 7 4.90339833617986D+10 22 8 -9.31646262266986D+09 22 9 2.82635975977320D+10 22 10 7.19608693455242D+07 22 11 -2.30378763866532D+07 22 12 4.70554210010825D+07 22 13 8.24600534216447D+15 22 14 -1.55548607131617D+16 22 15 -2.24560164897932D+16 22 16 2.71199722810532D+16 22 17 4.99346262379923D+16 22 18 -5.35498926871245D+15 22 19 1.37839661380608D+17 22 20 -1.18234571706894D+17 22 21 -4.11454139367332D+17 22 22 4.89778427236832D+17 23 1 7.81127632888788D+10 23 2 -5.45661640296581D+10 23 3 3.02557629853196D+09 23 4 -2.97798041955058D+10 23 5 2.29553584780951D+10 23 6 7.32745758009920D+08 23 7 -4.85651476266612D+10 23 8 3.14488253551764D+10 23 9 -3.95235322201478D+09 23 10 2.32189516242164D+08 23 11 1.61987590103298D+08 23 12 1.94035472584106D+08 23 13 2.35515669480653D+15 23 14 4.95632295779328D+14 23 15 -1.37038201252393D+16 23 16 -2.51805459540828D+16 23 17 -9.34522797124700D+16 23 18 2.62350476106260D+16 23 19 4.79575752887624D+16 23 20 -3.17160690023004D+16 23 21 -1.62373964436767D+17 23 22 8.92069736900444D+16 23 23 5.68624007863472D+17 24 1 6.08186734251172D+10 24 2 -5.23159423233755D+09 24 3 2.38469496506350D+10 24 4 -2.05696457059250D+10 24 5 1.66106350432233D+09 24 6 -8.63383025439704D+09 24 7 -4.02653031973625D+10 24 8 3.64425291717089D+09 24 9 -1.52120399494747D+10 24 10 1.62819406818516D+07 24 11 -7.37145619791626D+07 24 12 -1.07542677278355D+06 24 13 2.00250853636229D+16 24 14 -9.81934551729773D+15 24 15 8.28727651010330D+16 24 16 -1.55636471099473D+17 24 17 1.82004982958409D+17 24 18 -4.47115510891892D+17 24 19 -6.78918834652304D+16 24 20 6.38211500523420D+16 24 21 1.13715712925217D+17 24 22 -2.36751368251157D+17 24 23 -3.31920204170680D+17 24 24 1.36941138954031D+18 25 1 1.98311523150938D+10 25 2 1.71668100075445D+09 25 3 1.66468521434270D+10 25 4 1.60589443268269D+09 25 5 -4.37102730912557D+09 25 6 -2.47770301090068D+09 25 7 -2.14291046143441D+10 25 8 2.58221430507441D+09 25 9 -1.41802137844043D+10 25 10 -7.94168823698598D+06 25 11 7.21324393346845D+07 25 12 1.10654448122221D+07 25 13 5.42823522981376D+14 25 14 -3.41225844707328D+14 25 15 7.88867610276454D+15 25 16 -3.98426329139917D+15 25 17 -1.05559001208893D+16 25 18 2.20881372478694D+15 25 19 -9.23841166322688D+15 25 20 6.54411086495853D+15 25 21 8.45518473250816D+14 25 22 1.68715931275027D+15 25 23 -3.78785776849224D+16 25 24 2.08312026820698D+16 25 25 2.38023576951479D+17 26 1 -4.69694063778621D+09 26 2 -1.56506576364763D+10 26 3 -1.81924542155018D+10 26 4 -1.00763206586986D+10 26 5 6.23394441648626D+09 26 6 -1.44089880023261D+09 26 7 1.47689056391892D+10 26 8 9.50186925709765D+09 26 9 1.96509564937246D+10 26 10 4.35659611286792D+06 26 11 -8.51607476710305D+07 26 12 -1.76048613435883D+07 26 13 -3.77709010218159D+15 26 14 2.42039361732710D+15 26 15 -2.44504450464097D+16 26 16 1.09174571911455D+16 26 17 -4.34036734627558D+15 26 18 1.53470149204111D+16 26 19 7.23934519772239D+16 26 20 -5.13995737718218D+16 26 21 1.66089184888929D+16 26 22 -1.95523779357007D+16 26 23 5.21756640646369D+16 26 24 -4.61791179192943D+16 26 25 -2.15543338311766D+17 26 26 4.15542958773976D+17 27 1 4.72899253398068D+10 27 2 -4.80331150094598D+09 27 3 6.48675079620931D+09 27 4 -2.08734074020497D+09 27 5 -7.14090807039073D+09 27 6 -7.68771418963278D+09 27 7 -4.49297398575403D+10 27 8 1.12961927290528D+10 27 9 1.22962037249765D+09 27 10 -2.72842755873288D+08 27 11 6.48031135092883D+08 27 12 -2.86536593839731D+07 27 13 6.67973332953907D+15 27 14 -4.12377930431795D+15 27 15 9.68473120064922D+15 27 16 -1.78180751111578D+15 27 17 4.70040545653965D+15 27 18 -3.77183935853670D+15 27 19 1.15438958412964D+16 27 20 -9.92691408264781D+15 27 21 1.72307921734697D+16 27 22 -1.49184322656817D+16 27 23 -1.37826051034161D+17 27 24 6.05630177131441D+16 27 25 -1.12634190950880D+17 27 26 8.40789948147144D+16 27 27 3.15113044055912D+17 28 1 1.22992376447865D+11 28 2 -7.81292304469204D+10 28 3 3.34097940631296D+10 28 4 -2.06947068337191D+10 28 5 1.29238430421371D+10 28 6 -3.61098965558782D+09 28 7 -1.02466474742094D+11 28 8 6.52298867563510D+10 28 9 -2.99027959733722D+10 28 10 1.68808466933826D+08 28 11 -2.45265805677733D+07 28 12 1.03982604649430D+08 28 13 1.04343017257455D+16 28 14 -6.51979691709235D+15 28 15 4.02515852985139D+15 28 16 1.67278659100672D+14 28 17 6.56848888652923D+16 28 18 -4.80155836382822D+16 28 19 -5.37505882025708D+16 28 20 2.98589204055839D+16 28 21 1.36794128633563D+17 28 22 -1.38071041176864D+17 28 23 4.05502342641242D+17 28 24 -4.22897006689372D+17 28 25 1.16273596195458D+17 28 26 -2.91875174504284D+17 28 27 -2.52062931411984D+17 28 28 1.32620644873201D+18 29 1 6.75160658101152D+10 29 2 -1.92598000503424D+10 29 3 2.09928101280220D+10 29 4 -9.34716795141276D+08 29 5 3.45059257799374D+09 29 6 2.48205817992921D+09 29 7 -6.66930019073037D+10 29 8 1.62604721061190D+10 29 9 -2.34448970150237D+10 29 10 1.11653989957336D+08 29 11 -4.51268801897180D+08 29 12 -2.99700026821412D+07 29 13 -7.98909020471296D+14 29 14 8.48226996883976D+14 29 15 1.10564000566067D+15 29 16 -2.42718665707645D+15 29 17 5.02712062972723D+15 29 18 -9.54469919794736D+14 29 19 -3.73697149538304D+15 29 20 2.53205068699746D+15 29 21 -8.14368730020250D+15 29 22 4.72468815665728D+15 29 23 1.19684134934036D+16 29 24 -6.06337891359745D+15 29 25 -2.39931962681508D+16 29 26 1.49694566678681D+16 29 27 -7.66154361958810D+15 29 28 -1.29861570628148D+16 29 29 2.02252920625066D+17 30 1 -6.63803635945933D+10 30 2 1.95143050279652D+10 30 3 -1.78492132542224D+10 30 4 5.53721722718790D+09 30 5 -7.22848607931260D+09 30 6 -2.89330063047067D+09 30 7 6.09723425517635D+10 30 8 -1.27041135951618D+10 30 9 2.07313936328981D+10 30 10 -1.29197419667129D+08 30 11 4.18273930173721D+08 30 12 1.11128665771729D+07 30 13 3.80638458771440D+14 30 14 -5.40814055315456D+14 30 15 -2.85685478099149D+15 30 16 2.89952206047642D+15 30 17 -1.36534650898719D+16 30 18 2.27528747517133D+15 30 19 6.32160702889382D+15 30 20 -4.39375750964838D+15 30 21 1.88762632779940D+16 30 22 -1.21411315268526D+16 30 23 -2.85419664091382D+16 30 24 1.65679708995346D+16 30 25 3.59492724655242D+16 30 26 -2.91877755246121D+16 30 27 -5.25509654892134D+15 30 28 9.75606877134848D+15 30 29 -1.58204243400460D+17 30 30 1.46614993028084D+17 31 1 5.21685166415971D+10 31 2 -5.63364297652955D+10 31 3 -3.25402794368130D+10 31 4 -1.13331146024830D+10 31 5 1.38126405574938D+10 31 6 5.84580051415482D+09 31 7 -4.08770132955738D+10 31 8 4.25374854437359D+10 31 9 2.66725112135826D+10 31 10 4.16120994705383D+07 31 11 -1.37074165993584D+07 31 12 2.19655436007534D+07 31 13 2.48294057047245D+15 31 14 -1.46810100388905D+16 31 15 -2.39636937255629D+16 31 16 -2.23891601240105D+16 31 17 4.62955742254817D+16 31 18 4.96991420548485D+16 31 19 3.72143248998400D+13 31 20 3.85363902415360D+14 31 21 -7.90152006033408D+14 31 22 5.61431704156160D+14 31 23 1.67028718985134D+16 31 24 -2.01047265737216D+15 31 25 1.12163409309204D+16 31 26 -7.29176177674650D+15 31 27 3.70701781784125D+16 31 28 -3.17745753886392D+16 31 29 6.11016061672735D+16 31 30 -7.94210993056850D+16 31 31 4.11564673002602D+17 32 1 2.01961487708868D+11 32 2 -2.89765033310424D+10 32 3 9.64016359051229D+10 32 4 -1.55700120824233D+10 32 5 6.72960292010978D+09 32 6 -3.88254389769202D+09 32 7 -1.86297439776441D+11 32 8 2.23328223578059D+10 32 9 -9.24427879690815D+10 32 10 -9.40470035829241D+07 32 11 -8.59519390675552D+07 32 12 -7.63172559349355D+07 32 13 -3.37973452398192D+15 32 14 9.51093156754842D+15 32 15 1.73006511100252D+16 32 16 1.24112472194171D+16 32 17 -1.25106247006648D+16 32 18 -2.62268318903460D+16 32 19 -3.91682816906522D+15 32 20 2.80496098507162D+15 32 21 -5.90695539640730D+15 32 22 2.93846920010650D+15 32 23 1.36594578222039D+16 32 24 -1.08219100110674D+16 32 25 1.01474265929370D+15 32 26 -5.98432670264525D+15 32 27 2.33451033554424D+17 32 28 -1.66390849610785D+17 32 29 1.08052468241796D+17 32 30 -1.38812004807868D+17 32 31 -1.01079602725827D+17 32 32 9.53261235301454D+17 33 1 9.53491881984895D+10 33 2 1.48661887687544D+10 33 3 8.02543796918684D+10 33 4 -5.87461452779788D+09 33 5 -1.08837062666069D+10 33 6 -1.31135401119111D+10 33 7 -8.93713254909211D+10 33 8 -4.11708939963404D+09 33 9 -6.71054320291035D+10 33 10 -1.03247157957339D+08 33 11 1.34597772533726D+08 33 12 -3.54074496628555D+07 33 13 -4.33409853225779D+15 33 14 5.04596203657728D+15 33 15 -1.94670893170688D+15 33 16 -1.26973352502743D+16 33 17 8.47312204650906D+15 33 18 2.29379350767616D+15 33 19 -1.17315456851149D+15 33 20 7.20369181972480D+13 33 21 -1.91894226432819D+15 33 22 -3.81558829460390D+15 33 23 -1.27772122751795D+15 33 24 -3.67843049075840D+14 33 25 -8.23075398369280D+13 33 26 -1.75736798565171D+15 33 27 2.55854750159667D+15 33 28 -2.28224097289830D+15 33 29 -1.90811746275492D+16 33 30 1.30215638468567D+16 33 31 -3.73374246540804D+17 33 32 3.77613330451060D+17 33 33 6.94067501045412D+17 34 1 -6.77256881092953D+10 34 2 -2.40658212929419D+10 34 3 -7.38403694835735D+10 34 4 4.91223823928197D+09 34 5 7.98819049549159D+09 34 6 1.01156995863595D+10 34 7 6.25840868610120D+10 34 8 1.63929645478208D+10 34 9 6.36498388928221D+10 34 10 2.29357888784787D+08 34 11 -3.15340384110788D+08 34 12 7.48277061870696D+07 34 13 3.62969238952906D+15 34 14 -3.34258978954688D+15 34 15 1.90791800542208D+15 34 16 8.11066073109043D+15 34 17 -5.09134572681210D+15 34 18 -1.32807060798208D+15 34 19 7.35572081765960D+14 34 20 5.76961234880000D+12 34 21 1.40533374501645D+15 34 22 2.60698747594458D+15 34 23 1.03890322037350D+15 34 24 1.82944198479680D+15 34 25 2.63019653447590D+15 34 26 -3.67207683178880D+14 34 27 -3.36856406018354D+16 34 28 1.54097877216788D+16 34 29 1.00659739749286D+17 34 30 -7.39697960551629D+16 34 31 3.79243443419665D+17 34 32 -4.31933135351454D+17 34 33 -6.50658529128058D+17 34 34 7.06307475680952D+17 35 1 1.56981107300030D+10 35 2 -2.19670695761897D+09 35 3 8.88107966608224D+09 35 4 -1.37246118555062D+10 35 5 4.93725421329686D+09 35 6 -3.77789717584079D+09 35 7 -1.97502736105230D+09 35 8 -2.64617658572168D+09 35 9 -5.08377363299537D+09 35 10 1.52877061203711D+06 35 11 -9.43728836572488D+07 35 12 -1.94085392956166D+07 35 13 -1.36904049748593D+16 35 14 3.64734418797601D+16 35 15 -3.44370883459482D+15 35 16 -2.81668928929851D+16 35 17 1.29060834389714D+16 35 18 1.77296619298930D+16 35 19 5.90002861481984D+14 35 20 -1.83490369610854D+15 35 21 9.07473648099328D+14 35 22 7.39482146623216D+14 35 23 -2.33574869279130D+15 35 24 -1.19501325605803D+16 35 25 -4.28579382501376D+14 35 26 2.37774652680640D+14 35 27 -9.17877930483712D+14 35 28 1.14780367932698D+15 35 29 8.10337981947904D+14 35 30 -2.21191101222400D+13 35 31 -1.91452773012685D+15 35 32 7.87161819777152D+14 35 33 -4.26788641790976D+16 35 34 2.52151792697688D+16 35 35 1.76913606094615D+17 36 1 -2.10187229767493D+10 36 2 6.54821334773816D+09 36 3 -4.29038734212604D+08 36 4 6.50290401240473D+09 36 5 -2.76739436203077D+09 36 6 1.39980338400360D+09 36 7 1.45117482246264D+10 36 8 -3.83658799379533D+09 36 9 -9.84474573070733D+08 36 10 4.06967177964373D+06 36 11 5.57769742751752D+07 36 12 1.37124348684034D+07 36 13 9.98437242796994D+15 36 14 -3.04708504716308D+16 36 15 -7.27118285548544D+14 36 16 1.46311821306634D+16 36 17 -5.37225975522560D+15 36 18 -1.08651007982858D+16 36 19 -2.83838344266432D+14 36 20 9.96641641437184D+14 36 21 -9.07243768134656D+14 36 22 -6.51185733560832D+14 36 23 2.67339302739149D+15 36 24 9.77489344402701D+15 36 25 4.94672189962240D+13 36 26 -2.73149685788672D+14 36 27 7.99658405689344D+14 36 28 -1.57100930049638D+15 36 29 1.49104614489792D+14 36 30 -1.23961997024870D+15 36 31 -6.49630283204628D+16 36 32 8.39497138789622D+16 36 33 1.41190186682406D+17 36 34 -1.34623217208000D+17 36 35 -1.67099785195467D+17 36 36 2.91473520168137D+17 37 1 1.12375979413816D+11 37 2 -1.88882792400439D+10 37 3 4.04726657649402D+10 37 4 -4.24642175061257D+10 37 5 1.17140391060005D+10 37 6 -1.56914463975598D+10 37 7 -6.98858515972534D+10 37 8 7.18365863787076D+09 37 9 -2.47615902139009D+10 37 10 -2.59103976890220D+07 37 11 -9.42402896423410D+06 37 12 -1.96291525594717D+07 37 13 -6.05443774179697D+16 37 14 3.11950425914465D+16 37 15 2.94085536534118D+16 37 16 5.98012731289078D+16 37 17 1.43288230951086D+16 37 18 1.39410370170222D+17 37 19 6.37160574140416D+15 37 20 -1.56547873524503D+16 37 21 2.59011523306291D+15 37 22 -1.71169123900678D+15 37 23 4.39252497977672D+16 37 24 1.24639317048614D+17 37 25 -4.35103295295488D+14 37 26 -1.39030728232602D+15 37 27 3.19910855763558D+15 37 28 3.39627596272230D+15 37 29 -2.02428597633024D+15 37 30 1.86143447650867D+15 37 31 -1.92465733357609D+16 37 32 1.39122797030559D+16 37 33 3.90629367931699D+16 37 34 -3.71879916209039D+16 37 35 -8.28318065527849D+16 37 36 1.98445616638298D+16 37 37 3.66357333190644D+17 38 1 -1.33424936689746D+10 38 2 -9.30329339902472D+09 38 3 -9.02104856345809D+09 38 4 3.83080333564579D+10 38 5 -1.75919219122959D+10 38 6 7.09707291675205D+09 38 7 -2.48738798071872D+10 38 8 2.69029370897805D+10 38 9 1.98743822440963D+09 38 10 -9.16602875018427D+07 38 11 -7.69497719653717D+06 38 12 -6.34532800357820D+07 38 13 3.61024291803985D+16 38 14 -1.23420568108933D+16 38 15 -7.63540085464392D+16 38 16 -1.43233380070711D+17 38 17 9.99759101717914D+15 38 18 -1.01576418534134D+17 38 19 -4.52656581859558D+15 38 20 1.00095315568374D+16 38 21 -1.61192992206643D+15 38 22 -4.65778688629760D+14 38 23 -3.43098653197681D+16 38 24 -9.44932568308797D+16 38 25 -6.28513022261248D+14 38 26 9.47900065714176D+14 38 27 -2.47577343260058D+15 38 28 -4.01394122380083D+15 38 29 -2.96416951747286D+15 38 30 2.38638635273421D+15 38 31 1.41963305924608D+16 38 32 5.90364920203674D+15 38 33 1.35847383096291D+17 38 34 -1.23954757592767D+17 38 35 1.33820918027644D+17 38 36 -2.52419209311060D+17 38 37 -2.32350149339927D+17 38 38 7.02167604547891D+17 39 1 -1.92520114468608D+03 39 2 5.66505151658926D+02 39 3 -6.00316520812779D+02 39 4 3.31410448164776D+02 39 5 -1.02604256780037D+02 39 6 1.10912376657161D+02 39 7 1.59392577277640D+03 39 8 -4.64611233014434D+02 39 9 4.89338111431574D+02 39 10 -1.35075119833277D-01 39 11 7.10336372496452D-01 39 12 6.60352444207810D-02 39 13 -1.68220680595026D+08 39 14 1.73268951985575D+08 39 15 -3.12444023318099D+08 39 16 1.84719519228830D+08 39 17 -3.31369282104141D+08 39 18 -6.33330766566819D+08 39 19 -1.01309098298208D+07 39 20 1.25348120706657D+07 39 21 -5.88565919882954D+08 39 22 4.90935947515936D+08 39 23 -7.23986195537137D+08 39 24 -5.52484834287903D+08 39 25 -1.96489598622494D+08 39 26 6.56209287698459D+07 39 27 -4.63173592756399D+08 39 28 -1.18405070312320D+09 39 29 -6.76567850092279D+08 39 30 6.56075800479283D+08 39 31 -5.18850436548618D+08 39 32 -1.96962728532602D+09 39 33 -9.11135745492655D+08 39 34 6.37276168530897D+08 39 35 -1.20683744133478D+08 39 36 1.96317475047411D+08 39 37 -1.01147909511766D+09 39 38 3.80679410573512D+07 39 39 1.84166704226155D+01 40 1 -1.42837675008585D+02 40 2 -1.50971579556191D+01 40 3 -8.73569726683498D+01 40 4 -2.74363671598886D+01 40 5 -6.44261978118531D-01 40 6 -1.69057822971042D+01 40 7 1.70160013933672D+02 40 8 1.54681968618762D+01 40 9 1.04118322862313D+02 40 10 1.14028379839194D-01 40 11 2.73222981272841D-01 40 12 1.44432340638942D-01 40 13 -1.33915606252374D+08 40 14 1.34093625159520D+08 40 15 -1.75525228874413D+08 40 16 -4.54102117394384D+07 40 17 -2.97306324418439D+07 40 18 -1.31386464946475D+08 40 19 1.03677796022307D+08 40 20 -1.09616005957824D+08 40 21 1.21094600367979D+08 40 22 -9.81198933944960D+07 40 23 -8.08534716060974D+07 40 24 -1.04110356141573D+09 40 25 -2.58697037294804D+07 40 26 1.18692817932969D+08 40 27 2.00740430452330D+08 40 28 4.45124593999589D+08 40 29 4.94645630929131D+07 40 30 -4.70438745449339D+07 40 31 2.24328683015912D+08 40 32 -4.58094952689571D+06 40 33 -2.10176640100167D+08 40 34 2.03805610741012D+08 40 35 3.83611483654673D+07 40 36 -2.34096221667574D+06 40 37 -5.51363411528971D+08 40 38 4.44089944973328D+08 40 39 1.49058396217557D+00 40 40 7.17786728957546D+00 41 1 -1.54031884213270D+03 41 2 5.05205102030132D+02 41 3 -5.51258829880697D+02 41 4 3.39848404233493D+02 41 5 -1.05203198479898D+02 41 6 1.13129703436697D+02 41 7 1.20030778962992D+03 41 8 -3.99697095442197D+02 41 9 4.38104450166221D+02 41 10 1.62649213322667D-01 41 11 -3.04809601420246D-01 41 12 2.46783048858167D-02 41 13 -1.66664207114269D+08 41 14 1.39977398872986D+08 41 15 -3.05880362454302D+08 41 16 2.91843660155788D+08 41 17 -2.01520119689666D+08 41 18 -7.31568250403476D+08 41 19 1.04927476489011D+08 41 20 -8.98012175459543D+07 41 21 -7.49067236474709D+08 41 22 6.13893095440873D+08 41 23 -5.49870701659504D+08 41 24 -3.96914292150186D+08 41 25 -2.43833126279011D+08 41 26 1.40952308068309D+08 41 27 -1.40781990426656D+08 41 28 -1.27102252145250D+09 41 29 -5.21178819754490D+08 41 30 4.67420800297439D+08 41 31 -4.98900014174589D+07 41 32 -1.75965059122356D+09 41 33 -1.08228139437320D+09 41 34 8.88696082137457D+08 41 35 -1.39060041406100D+08 41 36 6.31563755205927D+07 41 37 -7.50514383507255D+08 41 38 -1.24314487695764D+07 41 39 1.45138804831054D+01 41 40 1.24052253428030D+00 41 41 1.31151154056182D+01 42 1 -1.25455626663527D+02 42 2 -2.62229582780433D+01 42 3 -8.52441212479032D+01 42 4 6.48517731732350D+00 42 5 -8.08533505903790D+00 42 6 -4.68104255391813D+00 42 7 1.18816002889046D+02 42 8 3.40150720740608D+01 42 9 8.97496276279847D+01 42 10 1.54446581726957D-01 42 11 2.93221169433148D-01 42 12 1.75536374883705D-01 42 13 -1.76518180895893D+08 42 14 1.46173269703093D+08 42 15 -3.35841649342824D+07 42 16 -1.01699934327797D+07 42 17 -9.14954596832485D+06 42 18 -2.17642171092332D+08 42 19 6.93881438567279D+07 42 20 -9.32930292258192D+07 42 21 1.34577986631167D+08 42 22 -9.96324622880511D+07 42 23 -7.46203031804966D+07 42 24 -5.28154134183165D+08 42 25 -3.39773643732152D+07 42 26 1.08860275407858D+08 42 27 7.51377452714624D+07 42 28 2.79442994551565D+08 42 29 3.83787787597209D+07 42 30 -3.43331082132227D+07 42 31 2.23045754301510D+08 42 32 -1.15180270801862D+08 42 33 -2.52545256919434D+08 42 34 2.51570983165668D+08 42 35 8.07050318958560D+06 42 36 -8.45230140856455D+06 42 37 -3.64655362186898D+08 42 38 2.50607757316078D+08 42 39 1.22611588542874D+00 42 40 5.26481966715555D+00 42 41 1.04649204926674D+00 42 42 4.57171790213623D+00 43 1 -4.65694386481604D+04 43 2 1.37618453477399D+04 43 3 -1.46182739100732D+04 43 4 1.00524913819875D+04 43 5 -2.92277830839538D+03 43 6 3.53890198603940D+03 43 7 3.65084810765545D+04 43 8 -1.08168644186016D+04 43 9 1.10793620142959D+04 43 10 8.46621683615529D+00 43 11 -2.22026631960956D+01 43 12 9.97048858253471D-03 43 13 -4.11582732822759D+09 43 14 4.11469093856738D+09 43 15 -7.61910027203708D+09 43 16 4.80145077403718D+09 43 17 -8.01537741366501D+09 43 18 -1.62528062756885D+10 43 19 -1.40118287154026D+08 43 20 1.65953366410690D+08 43 21 -1.41358857076932D+10 43 22 1.17729844796942D+10 43 23 -1.77004798725965D+10 43 24 -1.34236167394053D+10 43 25 -4.61967958542139D+09 43 26 1.32223912349864D+09 43 27 -1.08526054015393D+10 43 28 -2.84722163186795D+10 43 29 -1.58249287421369D+10 43 30 1.54394467738592D+10 43 31 -1.21996976336740D+10 43 32 -4.66415163108937D+10 43 33 -2.17480603017219D+10 43 34 1.53206727119594D+10 43 35 -3.19694818791403D+09 43 36 4.71011713553732D+09 43 37 -2.47848714223627D+10 43 38 1.83322979111795D+09 43 39 4.39945688868504D+02 43 40 3.41818565337127D+01 43 41 3.49708500991927D+02 43 42 2.88590466660170D+01 43 43 1.05701829831178D+04 44 1 3.37350925853823D+03 44 2 3.80344469599075D+02 44 3 2.10994380897329D+03 44 4 2.49014418422021D+02 44 5 2.06839363759447D+02 44 6 3.42470360594592D+02 44 7 -3.62376661718713D+03 44 8 -5.73233490783561D+02 44 9 -2.44990508572336D+03 44 10 1.24293678037152D+00 44 11 -1.39503403968196D+01 44 12 -2.50908940481848D+00 44 13 3.28800928146632D+09 44 14 -3.21274991452669D+09 44 15 4.07820048240934D+09 44 16 9.30210090203423D+08 44 17 6.74027337214374D+08 44 18 3.30650638403247D+09 44 19 -2.49171548095185D+09 44 20 2.64794970508683D+09 44 21 -2.82094844393689D+09 44 22 2.22132576749734D+09 44 23 1.78085056899837D+09 44 24 2.46046057630041D+10 44 25 6.22902485694639D+08 44 26 -2.95423750223338D+09 44 27 -4.70952582967733D+09 44 28 -1.05027554800190D+10 44 29 -1.19379175810545D+09 44 30 1.14948862360987D+09 44 31 -5.49352356645066D+09 44 32 1.63137152585749D+08 44 33 5.13256317753461D+09 44 34 -4.95783449907162D+09 44 35 -9.07089776348017D+08 44 36 1.08223631437080D+08 44 37 1.29620417394242D+10 44 38 -1.04464366107301D+10 44 39 -3.42484542761726D+01 44 40 -1.69855159584723D+02 44 41 -2.92637208799292D+01 44 42 -1.25885624342026D+02 44 43 -7.94692293172121D+02 44 44 4.04505683866329D+03 45 1 -1.48610452037343D+02 45 2 1.79036447355241D+02 45 3 2.86013653944050D+01 45 4 1.15561189770456D+02 45 5 -8.77572523308257D+01 45 6 -7.01149543740883D+00 45 7 3.36292548026126D+01 45 8 -9.01716115269135D+01 45 9 -2.09297905841869D+01 45 10 -5.79992479809329D-01 45 11 -1.10758328592120D+00 45 12 -6.60079044437889D-01 45 13 -2.02184949942524D+08 45 14 1.40003859748963D+08 45 15 -3.72164671139009D+08 45 16 3.71501083662400D+08 45 17 1.35070876612006D+08 45 18 3.15717435931678D+08 45 19 3.26836339745848D+07 45 20 -2.10804796623962D+07 45 21 -9.16125231406887D+08 45 22 7.56923995113282D+08 45 23 -6.86389307858321D+08 45 24 -2.88526665287876D+08 45 25 -9.64346454702891D+07 45 26 -4.02024636529845D+07 45 27 2.50417911036482D+08 45 28 -2.28551027193960D+09 45 29 3.52483414420530D+08 45 30 -2.44832266426946D+08 45 31 -4.72680273510854D+08 45 32 8.99895942011135D+08 45 33 1.49607185003968D+09 45 34 -1.20840377607937D+09 45 35 1.56313335324960D+08 45 36 -1.27097880736450D+08 45 37 -1.22379315925245D+08 45 38 1.16094050966029D+09 45 39 1.26007043470501D+00 45 40 -7.58846615267017D-01 45 41 1.18655891510766D+00 45 42 -8.03875539365068D-01 45 43 3.24734963668107D+01 45 44 1.83455834238329D+01 45 45 1.41857790697222D+01 46 1 6.18212217409496D+01 46 2 7.28364927134837D+01 46 3 6.34287696027236D+01 46 4 -2.74919870710835D+02 46 5 4.50551506018157D+01 46 6 -1.19187208681293D+02 46 7 2.13192830167846D+02 46 8 -1.18845548638441D+02 46 9 5.56137733476546D+01 46 10 -9.41811771979264D-02 46 11 9.53905291050213D-01 46 12 1.44665681964880D-01 46 13 2.03081687032780D+08 46 14 -1.93554283252765D+08 46 15 3.65253886805030D+08 46 16 -9.22023191897296D+07 46 17 3.06538912053304D+08 46 18 1.03671078142788D+09 46 19 -7.73465041721861D+05 46 20 2.70519067021721D+07 46 21 -1.84283682927903D+08 46 22 1.39437422755390D+08 46 23 -1.14124722660984D+08 46 24 1.44608835800242D+09 46 25 -3.37111919453264D+08 46 26 2.33910849008092D+08 46 27 -3.58451406351735D+08 46 28 -9.02289047738906D+07 46 29 -8.25133528810941D+08 46 30 7.89893600072870D+08 46 31 -5.42978804769353D+08 46 32 -2.45158377487226D+09 46 33 2.13794663179069D+08 46 34 -2.83422185916918D+08 46 35 1.91490731683219D+08 46 36 -3.03918215528500D+08 46 37 1.14404454692926D+09 46 38 -5.31265847545110D+08 46 39 1.32711762432030D-01 46 40 -4.21632454180576D+00 46 41 1.67413621093520D-01 46 42 -2.87522812625594D+00 46 43 -4.11070519829978D+00 46 44 9.96548399856992D+01 46 45 -6.91638035551056D-01 46 46 2.02531065064957D+01 -SOLUTION/DECOMPOSED_NORMAL_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_VECTOR * Ind1 Decomposed_vector(ind1) 1 -4.39404431425282D+02 2 5.56168119903356D+02 3 4.09009686081504D+00 4 1.03201570775933D+03 5 -2.32419212780500D+02 6 3.29922359434170D+02 7 -5.64507400612390D+02 8 -3.73909739255777D+02 9 -3.27586748531608D+02 10 -2.81038758514262D+01 11 5.01608316167974D+01 12 -6.42570765633765D+00 13 9.92220799310036D+07 14 -4.29183776871254D+08 15 -4.31747473035227D+08 16 1.15355221225780D+09 17 -6.68342850319804D+08 18 2.33788720387372D+08 19 -3.57122266779256D+08 20 1.16748108885779D+08 21 1.33738282987967D+08 22 3.06399450658140D+08 23 8.26292817130071D+08 24 -1.14715273135334D+08 25 7.57481594989182D+08 26 -1.03449906277097D+09 27 -9.05930333560059D+08 28 -4.30419948277321D+08 29 -1.20622348684903D+09 30 6.67640555285502D+08 31 3.09279022818181D+08 32 -2.67678137959347D+08 33 5.04615928520432D+08 34 -8.98650860406746D+08 35 -9.70148890638968D+08 36 7.87530035550465D+08 37 9.23660230909715D+08 38 -9.20764053924658D+08 39 2.02946112939097D+00 40 -8.27155168633987D+00 41 4.67630203400359D+00 42 -5.20527829804503D+00 43 7.19284876339155D+01 44 1.96124266530657D+02 45 9.40222668427538D-01 46 4.71160782486116D+00 -SOLUTION/DECOMPOSED_NORMAL_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_CALIBRATION LOADING_EFFECT * Ind1 Decomposed_vector(ind1) 1 0.00000000000000D+00 2 0.00000000000000D+00 3 0.00000000000000D+00 4 0.00000000000000D+00 5 0.00000000000000D+00 6 0.00000000000000D+00 7 0.00000000000000D+00 8 0.00000000000000D+00 9 0.00000000000000D+00 10 0.00000000000000D+00 11 0.00000000000000D+00 12 0.00000000000000D+00 13 0.00000000000000D+00 14 0.00000000000000D+00 15 0.00000000000000D+00 16 0.00000000000000D+00 17 0.00000000000000D+00 18 0.00000000000000D+00 19 0.00000000000000D+00 20 0.00000000000000D+00 21 0.00000000000000D+00 22 0.00000000000000D+00 23 0.00000000000000D+00 24 0.00000000000000D+00 25 0.00000000000000D+00 26 0.00000000000000D+00 27 0.00000000000000D+00 28 0.00000000000000D+00 29 0.00000000000000D+00 30 0.00000000000000D+00 31 0.00000000000000D+00 32 0.00000000000000D+00 33 0.00000000000000D+00 34 0.00000000000000D+00 35 0.00000000000000D+00 36 0.00000000000000D+00 37 0.00000000000000D+00 38 0.00000000000000D+00 39 0.00000000000000D+00 40 0.00000000000000D+00 41 0.00000000000000D+00 42 0.00000000000000D+00 43 0.00000000000000D+00 44 0.00000000000000D+00 45 0.00000000000000D+00 46 0.00000000000000D+00 -SOLUTION/DECOMPOSED_NORMAL_CALIBRATION * * ----------------------------------------------------------------------------- * %ENDSNX