%=SNX 2.10 USN 20:107:48127 USN 02:344:63154 02:345:63524 R 00067 2 C E S * * Created on: 2020.04.16-13:22:07 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 crf16, database $02DEC10XN version 006 -FILE/REFERENCE * * ----------------------------------------------------------------------------- * +FILE/COMMENT Format Description: http://gemini.gsfc.nasa.gov/solve_root/help/sinex.html Solution description: n/a >>> FORMAT DESCRIPTION <<< >>> ################## <<< Sinex output implementation in the VLBI Analysis software system Calc/Solve Leonid Petrov 2008.04.29 Abstract This document describes how Calc/Solve writes down a listing of a VLBI solution in Sinex format. Questions and comments about this guide should be sent to: Dan MacMillan (Daniel.S.MacMillan@nasa.gov) David Gordon (David.Gordon-1@nasa.gov) John Gipson (John.M.Gipson@nasa.gov) Table of contents: 1 ................ Overview 2 ................ Deviations from the SINEX 1.00 standard 2.1 ........... New block SOLUTION/CONSTRAINT_EQUATION_INFO 2.2 ........... New block SOLUTION/CONSTRAINT_EQUATION_MATRIX 2.3 ........... New block SOLUTION/CONSTRAINT_EQUATION_VECTOR 2.4 ........... New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX 2.5 ........... New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK 2.6 ........... New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK 2.7 ........... New block NUTATION/DATA 2.8 ........... New block PRECESSION/DATA 2.9 ........... New block SOURCE/ID 3 ................ Deviations from the SINEX 2.10 standard 4 ................ Implementation in Solve 4.1 ........... Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.2 ........... Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.3 ........... Treatment of station with discontinuous motion 4.4 ........... Restrictions ________________________________________________________________________________ 1 Overview ========== SINEX stands for "Solution INdependent EXchange format". This format was developed by Blewitt et al. (1994) http://www.dgfi.badw-muenchen.de/gps/sinex.html and http://alpha.fesg.tu-muenchen.de/iers/sinex/sinex_v2_appendix1.pdf for facilitating the task of combining several GPS solutions. Original design of Sinex format was made for solving this specific task. However, later this format evolved towards to a common machine-readable form of solution listings for other space geodesy techniques, VLBI and SLR, and attempts were made for overcoming flaws of the original design. This process of evolution is not yet completed, therefore, different software systems implement a little bit different flavors of Sinex format. Listings in Sinex format produced by Solve contain information about stations, sources, estimates of the parameters, their covariance matrix, constraint equation, right-hand side of constraint equations and weight matrix of constraint equations. In addition to these results, a portion of the decomposed normal matrix and normal vector can be included in the listing as well. A user has control which blocks should be included in the listing. The current implementation of the Sinex format does not allow to include in the listing any parameter which was solved for. Only some type of parameters, like station position, EOP, etc can be included. However, a user has total control which parameters among the parameters of the supported type are to be included or not included in the listing. 2 Deviations from the SINEX 1.00 standard ========================================= Solve currently writes listing either in Sinex 2.10 format or in Sinex 2.20 format. Deviations from the Sinex 1.00 standard are as follows: 1) Eight new blocks were added: SOLUTION/CONSTRAINT_EQUATION_INFO SOLUTION/CONSTRAINT_EQUATION_MATRIX SOLUTION/CONSTRAINT_EQUATION_VECTOR SOLUTION/CONSTRAINT_WEIGHT_MATRIX The purpose of these four blocks is to overcome the flaw of original design of Sinex format and provide complete information about all constraints used in the solution. SOLUTION/DECOMPOSED_NORMAL_MATRIX SOLUTION/DECOMPOSED_NORMAL_VECTOR The purpose of these blocks is to provide information about transformed normal equations before applying constraints. NB: one of the three items: covariance matrix, constraint equations and decomposed normal equations is redundant: having two of them one can derive the third one. NUTATION/DATA PRECESSION/DATA The purpose of this section is to provide information about used nutation/precession model and to define parameter "estimates of nutation angles". 2) SOLUTION/STATISTICS block has new items: WEIGHTED SQUARE SUM OF O-C sum { y(T) * w * y } WRMS OF POSTFIT RESIDUALS sum { (A*e - y)(T) * w * (A*e - y) )/Sp ( w ) where y -- the difference between the observed time delay and theoretical; A -- matrix of equations of conditions; e -- vector of the parameter adjustments; w -- weight matrix; Sp -- stands for the mathematical operation of computing trace of a matrix: the sum of diagonal elements. Summing is done over all observations used in parameter estimation. Comment: field WEIGHTED SQUARE SUM OF O-C is not computed in global mode. Meaning of other parameters: NUMBER OF OBSERVATIONS total number of used observables NUMBER OF UNKNOWNS total number of unknowns, including those, which are not shown in the Sinex listing SQUARE SUM OF RESIDUALS (VTPV) sum { (A*e - y)(T) * w * (A*e - y) ) VARIANCE FACTOR sum { (A*e - y)(T) * w * (A*e - y) )}/ ( N - M - Sp( Cov(A) * B(T) * z * B ) ) where Cov(A) -- covariance matrix of the entire solution (NB: Sinex listing may have only a portion of the solution) B -- matrix of equations of constraints; z -- weight matrix of constraints; N -- total number of equations of conditions (observables); M -- total number of unknowns. 3) The blocks which keep element of matrices do not have fields "Second Matrix Element" and "Third Matrix Element". The purpose of this change is to facilitate the process of creation of the listing and to reduce significantly the probability of errors. 4) SOLUTION/MATRIX_APRIORI is not provided. The reason is that Solve does not operate the notion of apriori covariance matrix. And it also uses singular constraints which cannot be reduced to the form of apriori covariance matrix. Since full information about constraints is provided in other blocks, SOLUTION/MATRIX_APRIORI is considered as an obsolete block. 2.1 New block SOLUTION/CONSTRAINT_EQUATION_INFO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__I_N_F_O__B_L_O_C_K_____________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Constraint | Identifier of the constraint | 1X,A8 | | Equation | | | | Identifier | | | |________________|___________________________________|______________| | | | | | Constraint | Index of vector constraint. | 1X,I5 | | Equation | 1 for scalar constraint. | | | Sub-index | | | | | | | |________________|___________________________________|______________| | | | | | Constraint | Description of the constraint | 1X,A40 | | Equation | | | | Description | | | |________________|___________________________________|______________| This block provides description of constraint equations. Matrix of constraint equations has dimension N_cns * N_par, where N_cns -- the number of constraint equations, N_par -- number of estimated parameters. The first field of the CONSTRAINT_EQUATION_INFO keeps the index of the constraint, the second field keeps constraint identifier. Currently, the following constraint identifiers are supported: NNT_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta r )/ |r|^2 * R_e here r -- vector of station coordinate; Delta r -- vector of adjustments to station position R_e -- Earth's equatorial radius. Units: dimensionless NNT_VEL -- net rotation on station velocity. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_VEL -- net rotation on station velocity This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta v )/ |r|^2 * R_e here r -- vector of station coordinates; Delta r -- vector of adjustments to station velocity; R_e -- Earth's equatorial radius. Units: 1/yr NNR_SRC -- net rotation on source coordinates 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation EOP_XPL -- constraint on X pole coordinate EOP_YPL -- constraint on Y pole coordinate EOP_UT1 -- constraint on UT1 angle EOR_XPL -- constraint on X pole rate EOR_YPL -- constraint on Y pole rate EOR_UT1 -- constraint on UT1 rate VEL_U -- constraint on Up topocentric coordinate of station velocity VEL_E -- constraint on East topocentric coordinate of station velocity VEL_N -- constraint on North topocentric coordinate of station velocity VEL_X -- constraint on X coordinate of station velocity VEL_Y -- constraint on Y coordinate of station velocity VEL_Z -- constraint on Z coordinate of station velocity STA_U -- constraint on Up topocentric coordinate of station position STA_E -- constraint on East topocentric coordinate of station position STA_N -- constraint on North topocentric coordinate of station position STA_X -- constraint on X coordinate of station position STA_Y -- constraint on Y coordinate of station position STA_Z -- constraint on Z coordinate of station position BLC_VAL -- constraint on baseline clocks DCL_ORG -- constraint on declination of the set of certain sources GRD_OFF -- constraint on atmosphere path delay gradient offset NUT_OFF -- constraint on offset of nutation in longitude and nutation in obliquity OAT_RAT -- constraint on rate of changes of atmosphere path delay OCL_RAT -- constraint on clock drift RAS_ORG -- constraint on right ascension of the set of certain sources SRC_COO -- constraint on source right ascension and declination STA_ORG -- constraint on position of certain stations STA_TIE -- constraint on differences in position of several sites VEL_DIR -- constraint on horizontal projection of the differences in velocities of two stations VEL_ORG -- constraint on velocities of certain stations VEL_SET -- constraint on linear combination of velocity components VEL_TIE -- constraint on differences in velocities of several sites VEL_VER -- constraint on vertical component of station velocity Constraints on segmented parameters STA_PWC -- constraint on site velocity in the the case when site position is modeled by linear spline GRD_RAT -- constraint on atmosphere path delay gradient rate ATM_RAT -- constraint on atmosphere path delay rate between segments CLO_RAT -- constraint on clock rate between segments UT1_RAT -- constraint on UT1 rate in the case of linear spline EOP parametrization XPL_RAT -- constraint on X pole coordinate in the case of linear spline EOP parametrization YPL_RAT -- constraint on Y pole coordinate in the case of linear spline EOP parametrization Constraint equation sub-index is 1 for scalar constraint, like EOP_XPL and runs over components of vector constraints, like NNT_POS (1,2,3 in this example). 2.2 New block SOLUTION/CONSTRAINT_EQUATION_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keep matrix of constraint equations. Equations are organized by rows. Zero elements are omitted. _____________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__E_Q_U_A_T_I_O_N__B_L_O_C_K_____| | | | | |__Field___________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | equation row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |__________________|___________________________________|______________| | | | | | Constraint | Column index for the Constraint | 1X,I5 | | equation | Equation. It must match the | | | column index | parameter index in the | | | | SOLUTION/ESTIMATE block for the | | | | same parameter. | | |__________________|___________________________________|______________| | | | | | Constraint | Matrix element at the location | 1X,E21.14 | | matrix element | (row index, column index). | | |__________________|___________________________________|______________| 2.3 New block SOLUTION/CONSTRAINT_EQUATION_VECTOR ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keeps the right-hand side of constraint equations. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__V_A_L_U_E__B_L_O_C_K_________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation vector. It must match | | | | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Right hand | Value of right hand part of the | | side value | constraint equation. | 1X,E21.15 | |________________|___________________________________|______________| | | | | | Sigma | Reciprocal weight which is | | | | ascribed to this constraint | 1X,E21.15 | | | equation. | | |________________|___________________________________|______________| | | | 48 | |______________| 2.4 New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains the elements of the weight matrix of constraint equations. Zero elements are omitted. ______________________________________________________________________ |_____________C_O_N_S_T_R_A_I_N_T___W_E_I_G_H_T___M_A_T_R_I_X__________| | | |__Field__________________Description_______________________Format_____| | | | | | Row index of the | Row index for the weight | 1X,I5 | | weight matrix | constraint matrix. It matches | | | of constraint | the index of the constraint | | | equations | equation. | | |___________________|___________________________________|______________| | | | | | Column index of | Column index for the weight | 1X,I5 | | the weight matrix | constraint matrix. It matches the | | | of constraint | index of the constraint equation | | | equations | | | |___________________|___________________________________|______________| | | | | | Weight matrix of | Matrix element at the location | 1X,E21.14 | | constraint | (row index, column index). | | | equations element | | | |___________________|___________________________________|______________| 2.5 New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block described all parameters adjusted in the solution, decomposed normal matrix is equivalent to the full normal matrix. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal matrix D_ii is defined as D_ii = N_ii - N_ei(T) * (C_ee + N_ee){-1} * N_ei where N_ii -- the block of normal matrix which corresponds to the equations included in the SOLUTION/ESTIMATE list; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters included in the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes D_ii as D_ii = (V_ii){-1} - C_ii where V_ii -- covariance matrix of the parameters mentioned in SOLUTION/ESTIMATE list; C_ii -- the block of normal matrix of constraints which corresponds to the parameters in SOLUTION/ESTIMATE list. It is assumed that C_ei = 0 C_ei -- the block of normal matrix of constraints which corresponds to the product of equations of constraints of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__M_A_T_R_I_X___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Decomposed | Row index for the normal matrix. | 1X,I5 | | normal matrix | It must match the parameter index | | | row index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Column index for the normal matrix| 1X,I5 | | normal matrix | It must match the parameter index | | | column index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Matrix element at the location | 1X,E21.14 | | normal matrix | (row index, column index). | | | element | | | |________________|___________________________________|______________| 2.6 New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed right hand parts of normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block describes all parameters adjusted in the solution, the decomposed normal vector is equivalent to the full normal vector. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal vector d_i is defined as d_i = n_i - N_ei(T) * (C_ee + N_ee){-1} * n_e where n_i -- the block of normal vector which corresponds to the equations listed in the SOLUTION/ESTIMATE; n_e -- the block of the normal vector which corresponds to the omitted parameters; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes d_i as d_i = D_i * e_i where e_i -- vector of the estimates of the parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__V_E_C_T_O_R___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Estimated | Index of the estimated parameter. | 1X,I5 | | Parameter | | | | Index | | | | | | | |________________|___________________________________|______________| | | | | | Element of | Element of the decomposed normal | 1X,E21.14 | | decomposed | ( Row Number , Column Number ). | | | normal vector | ( Row Number , Column Number ). | | |________________|___________________________________|______________| | | | 28 | |______________| 2.7 New block NUTATION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes which apriori nutation model is used and what is the reference model to which the nutation angles are referred. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Nutat. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | REN2000 | | | | IAU1980 | | | | IERS1996 | | | | IAU2000a | | | | IAU2000b | | |________________|___________________________________|______________| | | | | | [Nut. Usage] | Usage flag: APR or REF | 1X,A3 | | | APR means that the previous | | | | field kept the nutation model | | | | used for apriori. | | | | REF means that the previous | | | | field kept the nutation model | | | | used as a reference. | | | | NONE means that the total | | | | nutation angles are presented | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A66 | |________________|___________________________________|______________| | | | 80 | |______________| 2.8 New block PRECESSION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes the apriori precession constant which was used. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Prec. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | IAU1980 | | | | IAU2000 | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A70 | |________________|___________________________________|______________| | | | 80 | |______________| Nutation angles can be presented either as nutation in obliquity and nutation in longitude in accordance to Newcomb-Andoyer formalism or as nutation X, nutation Y in accordance to Ginot-Capitaine formalism. Contrary to claims of Dr. Capitaine, both approaches are equivalent. 2.9 New block SOURCE/ID ~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |_____________R_A_D_I_O___S_O_U_R_C_E___D_A_T_A___L_I_N_E___________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Source Code | Call sign for a source | 1X,A4 | |________________|___________________________________|______________| | | | | | IERS name | IERS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | ICRF name | ICRF name of the radio source | 1X,A16 | |________________|___________________________________|______________| | | | | | IAU name | IAU J2000.0 name of the radio | 1X,A10 | | | source | | |________________|___________________________________|______________| | | | | | IVS name | IVS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | Comments | Comments or other names of the | 1X,A29 | | | radio source | | |________________|___________________________________|______________| | | | 80 | |______________| 3 Deviations from the SINEX 2.10 standard ========================================= Sinex listing in 2.20 format has different names for parameters in accordance to an anonymous document circulated in 2008 known as "Proposal 2". 4 Implementation in Solve ========================= Solve normally produces the listing in its own so-called "spool-format". In addition to the spool listing, Solve has a limited ability to generate listings in Sinex format. It can write the listing in Sinex format when it runs in batch mode. Description of the keyword Sinex in the control language can be found in http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html#section3.13 When a user requests to apply specific constraints, Solve does not modify normal matrix immediately. Procedures of imposing constraints collect all constraint equation coefficients, weights, right hand part equations as well as constraint description in an intermediate data structure. After collecting all information about constraints Solve "applies" constraints by modifying normal matrix and normal matrix. If a Sinex output option is specified, then Solve passes this intermediate data structure to the routine which writes listing down and, thus, this subroutine has access to full information about the constraints. Solve allows a user to specify which items among ESTIMATES, COVARIANCES, CONSTRAINTS, DECOMPOSED_NORMAL_EQUATIONS or all of them are to be included in the listing together with mandatory blocks. Solve allows a user to specify which parameters are to be included in the output. Currently, Solve does not allow to include any parameter in the listing, but only one from the pre-defined list of supported parameter. 4.1 Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ INCLUDE_PARAM and EXCLIDE_PARAM files contain the parameter lists. List consists of one or more lines with Solve intrinsic 20-characters long parameter names. The lines which starts from # are considered as comments. Wild-card symbols * and ? can be included. Solve check the name of each estimated parameter against INCLUDE_PARAM list. If the name matches with at least one line (except comment) then the name is flagged as "included". After that Solve check each parameter against EXCLUDE_PARM list. If it matches with at least one line (except comment) then it is flagged as "excluded". All parameters which are flagged as "included" and are not flagged as "excluded" will be included in the Sinex output. The list of intrinsic parameter names: Parameters which can be put in the listing in Sinex format: ssssssss X COMPONENT X-coordinate of station position at reference epoch ssssssss Y COMPONENT Y-coordinate of station position at reference epoch ssssssss Z COMPONENT Z-coordinate of station position at reference epoch ssssssss X VELOCITY X-coordinate of station velocity ssssssss Y VELOCITY Y-coordinate of station velocity ssssssss Z VELOCITY Z-coordinate of station velocity ssssssss Xyymmdd-COO X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-COO Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-COO Z-coordinate of station position at epoch yymmdd ssssssss Xyymmdd-POS X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-POS Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-POS Z-coordinate of station position at epoch yymmdd ssssssss AXIS OFFSET axis offset of the ssssssss station X WOBBLE 0yymmddhhmm X-coordinate of pole position at epoch yymmddhhmm X WOBBLE 1yymmddhhmm Time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 0yymmddhhmm Y-coordinate of pole position at epoch yymmddhhmm Y WOBBLE 1yymmddhhmm Time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 0yymmddhhmm UT1 angle at epoch yymmddhhmm UT1-TAI 1yymmddhhmm First time derivative of UT1 angle at epoch yymmddhhmm LONGITUDE NUTATION Nutation in longitude OBLIQUITY NUTATION Nutation in obliquity qqqqqqqq RIGHT ASCEN Right ascension at J2000.0 epoch qqqqqqqq DECLINATION Declination at J2000.0 epoch qqqqqqqq RIGHT ASC V Proper motion in right ascension qqqqqqqq DEC VELO Proper motion in declination Other parameters which the current version of Solve cannot put in the listing in Sinex format: ssssssssA0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssa0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssC0yymmddhhmm Global clock offset at epoch yymmddhhmm ssssssssC1yymmddhhmm Global clock rate at epoch yymmddhhmm ssssssssC2yymmddhhmm Global clock rate drift at epoch yymmddhhmm ssssssss--ssssssss C baseline dependent clocks ssssssssNGyymmddhhmm Atmosphere gradient in north direction ssssssssEGyymmddhhmm Atmosphere gradient in east direction X WOBBLE 2yymmddhhmm Second time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 2yymmddhhmm Second time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 2yymmddhhmm Second time derivative of UT1 angle at epoch yymmddhhmm Gamma Relativistic PPN parameter gamma where "ssssssss" stands for the IVS station name "qqqqqqqq" stands for the IVS source name "yyddmmhhss" stands for time epoch like 980729113459 -- July 29, 1998 11 hours 34 minutes 59 seconds. 4.2 Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. daily_inc.bsc # # -- Include parameters which will be put in Sinex listing # # The following parameters are to be included in the Sinex listing: # # 1) Station coordinates # 2) pole coordinates # 3) UT1 # 4) rate of change of pole coordinates # 5) rate of change of UT1 # 6) daily nutation angles # ?????????X COMPONENT ?????????Y COMPONENT ?????????Z COMPONENT ?????????X??????-COO ?????????Y??????-COO ?????????Z??????-COO ?????????X??????-POS ?????????Y??????-POS ?????????Z??????-POS X WOBBLE 0* X WOBBLE 1* Y WOBBLE 0* Y WOBBLE 1* UT1-TAI 0* UT1-TAI 1* LONGITUDE NUTATION OBLIQUITY NUTATION 2. daily_exc.bsc # # -- Exclude parameters which will be put in Sinex listing # # Nothing to exclude # 3. daily_esc_notigo.bsc # # -- Exclude parameters which will be put in Sinex listing # # All parameters related to station TIGOCONC are excluded # # (NB: no common constraint equations with other stations can be # imposed if computation of the decomposed normal matrix is required ) # TIGOCONC* 4.3 Treatment of station with discontinuous motion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ It is an empirical fact that some stations has a quasi-instant motion due to seismic events, rails repair and other reasons of instability of VLBI site positions. It is an analyst who determines the appropriate model for handing such stations. In the case if an analyst trusts to results of the measurements of such a motion by an independent technique, f.e. results of local survey before and after rails repairing, then position of the station is modeled by one parameter, and the motion of the station is described by the set of eccentricity values at the epochs before and after the motion. If an analyst does not trust to independent measurements, or such measurements are unavailable, f.e. in the case of seismic motion, then coordinates of such station are described by a model X = a1*B0(t0,t1) + a2*B0(t1,t2) + ... + b*(t-tref) where B0 -- a basis spline of the 0-th order on the range t0, t1 ( it is 1 at the range [t0, t1], and 0 otherwise ) tref -- reference epoch; t0 -- epoch of the first observations; t1, t2 ... -- epoch of discontinuities. Parameters a1, a2 ... have the same parameter name STAX, STAY, STAZ, but they are distinguished by sub-index 1,2... in the field SBIN (former name SOLN). This field is used in sections SITE/EPOCHS, SITE/APRIORI, SITE/ESTIMATES. If the station did not have discontinuity in the motion than SBIN always has the value 1. The modern approach is to model non-liner site position with B-spline or order 0,1,2,3. Sinex format does not allow to put in the listing estimates of B-spline of order higher than 0. 4.4 Restrictions ~~~~~~~~~~~~~~~~ The current implementation (2002.10.04) cannot write the listing in Sinex format in several cases: 1) Constraint NO_NET_TRANSLATION is not supported. Use NO_NET_TRANSLATION_POSITION instead of that. 2) Suppressions VELOCITIES NO STATIONS NO SOURCES NO PROPER_MOTIONS NO 3) Solve cannot put in the listing site position modeled by linear spline. 4) Currently, Solve can include in Sinex listing global parameters if it runs in global mode and local parameters if it runs in independent mode. It cannot include local parameters if it runs in global mode. This restriction may be lifted in the future. 5) Solve cannot include in the listing in Sinex format second and higher order UT1 and polar motion time derivatives. 6) Solve cannot include user parameters in the listing in Sinex format, but can include user constraints. 7) No common constraints between included and not included parameters can be imposed if computation of decomposed normal matrix is required. Solve will issue a warning if a constraint equation has non-zero elements for the parameters from both groups of included and not included parameters in the case if computation of a decomposed normal matrix is required, and will issue an error message and stop if the decomposed normal matrix is to be included in the sinex listing. >>> Solution Control file <<< >>> ##################### <<< Refer to http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html for description the syntax of Mark5 VLBI analysis software control files Local file name: snx2020b_95to20_00.cnt File length: 14780 Modification date: 2020.04.16_08:26:09 ************************************************************************** *** *** 2020b Sinex global solution -- A. Fey *** last modified: 04/16/2020 ALF *** *** Solution: snx2020b_95to20_00.cnt *** *** ARC list: snx2020b_95to20.arc *** Weights: usno2020Mar31_base.wgt *** Atmosphere: 20 minutes *** Clocks: 60 minutes *** EOP off./rate: XYU/XYU *** Nutation: offset *** Gradient: 6 hours *** Sources: local *** Stations: local *** Axis offsets: no *** Data: delay only *** Elev. cutoff: 5 degrees *** EOP mod file: last_usno_finalF_2020Mar31.erp *** *** NOTE: ** ************************************************************************** *** *** This section determines the solution's general characteristics *** $SETUP DEFAULTS NO SOLUTION INDEPENDENT *** vgosDb directory VGOSDB_DIR /data3/vgosDb CGM NONE NONE MERGE_CGM NONE ARC_FILES NONE ID USNO export Sinex solution for EOP * TRAIN NO GLO_PARLIM 2560 INC_PARLIM 128 SORT YES STATIONS ALPHABET SOURCES RIGHT_ASCENSION * USER_PROGRAM NONE USER_PARTIALS NONE USER_CONSTRAINTS NONE * WEIGHTS REQUIRE /data1/solve/solutions/usn2020b/usno2020Mar31_base.wgt BY_BASELINE * WEIGHTS IN * FAST_MODE B3D FAST_DBG MONITOR FAST_COV SEG SAVING_RATE 100 SUPMET PRE98 QUALCODE_LIMIT 5 WARNING NO * SINGULARITY_CHECK ACTION REPARAM/EXCLUDE \ * SINGULARITY_CHECK ACTION WARNING \ STAMIN 8 \ SOUMIN 4 \ BASMIN 3 * SOURCE_WEIGHTS NO ELEVATION_DEPENDENT_NOISE NO EMULATION NO *** *** This section specifies parameters to be estimated (adjusted). *** $FLAGS * ATMOSPHERES MOST 20 CLOCKS MOST 60 * GRADIENTS YES 6 *?GRADIENTS YES 6 EXCEPT NO \ *? AIRA AUSTINTX AZORES BERMUDA BLKBUTTE \ *? BLOOMIND BREST CARNUSTY CARROLGA CHICHI10 \ *? CHLBOLTN CTVASBAY CTVASTJ DAITO DEADMANL \ *? DSS15 ELY FLAGSTAF FORTORDS FORT_ORD \ *? FTD_7900 GBT-VLBA GGAO7108 GIFU11 GIFU3 \ *? GOLDVENU GORF7102 GRASSE HALEAKAL HOFN \ *? HOHENFRG HOHNBERG JPL_MV1 KAINAN KANOZAN \ *? KARLBURG KASHIM11 KIRSBERG KODIAK KOGANEI \ *? KOGANEI3 KWAJAL26 LEONRDOK MAMMOTHL MARCUS \ *? MARPOINT MCD_7850 METSAHOV METSHOVI MIAMI20 \ *? MILESMON MIURA MIYAZAKI MIZNAO10 MIZUSGSI \ *? MOJ_7288 MON_PEAK MV2ONSLA NOBEY_6M NOME \ *? NRAO85_1 OCOTILLO OHIGGINS ONSALA85 OVR_7853 \ *? PARKES PBLOSSOM PENTICTN PINFLATS PLATTVIL \ *? PRESIDIO PT_REYES PVERDES QUINCY ROBLED32 \ *? SAGARA SANPAULA SEATTLE1 SESHAN25 SEST \ *? SHANGHAI SINTOTU SINTOTU3 SNDPOINT SOURDOGH \ *? SUWON SYOWA TATEYAMA TITIJIMA TOMAKO11 \ *? TOULOUSE TROMSONO TRYSILNO TIDBIN64 TIGOWTZL \ *? TSUKUBA TSUKU3 URUMQI USSURISK USUDA64 \ *? VERNAL VICTORIA VLA VLA-N8 WHTHORSE \ *? YAKATAGA YEBES YELLOWKN YLOW7296 YUMA * UT1/PM POLYNOMIAL OFFSET XYU RATE XYU 2ND_ORDER --- MIDDLE * * Use the following to put the X/Y precession/nutation into the * individual Sinex files. * NUTATION XY_OFFSET *?NUTATION OFFSET * BASELINE_CLOCKS IN * SOURCES YES REF_EPOCH 2015.01.01 STATIONS YES REF_EPOCH 2010.01.01 VELOCITIES NO PROPER_MOTIONS NO HI_FREQ_EOP NO PRECESSION NO RELATIVITY NO AXIS NO *** *** This section determines what output BATCH produces. *** $OUTPUT RESET YES FORWARD NO BASELINES YES MINIMUM NO SCREEN NO COVARIANCES NO CORRELATIONS NO STATION_TABLE NO POS_ELLIPSES NO MOD_FILES NO RESIDUALS NONE MINIMIZE_SIGMAS NO *?SINEX NO SINEX YES \ FORMAT_VERSION 2.10 \ ALLOW_OVERWRITE NO \ GLOBAL NO \ LOCAL YES \ SEGMENTED NO \ ESTIMATES YES \ DECOMPOSED_NORMAL_EQUATIONS YES \ CONSTRAINTS YES \ COVARIANCES YES \ LOADING_EFFECT YES \ INCLUDE_PARAM /data1/solve/oper/sinex/ivs_daily_inc.bsc \ EXCLUDE_PARAM /data1/solve/oper/sinex/ivs_daily_exc.bsc \ OUTPUT_FILE /data1/solve/solutions/usn2020b/snx95to20/_usn2020b.snx \ ACKNOWLEDGMENTS_FILE /data1/solve/oper/sinex/ivs_daily_ack.bsc \ COMMENTS_FILE /data1/solve/oper/sinex/ivs_daily_com.bsc NORMAL_MATRIX NO SEG_OUTPUT NO MAPPED_EOP_OUTPUT NO APRIORI_ZENDEL NO CRES_EMULATION NO NRD_TABLE YES CHI_SQUARE_TABLE NO LISTING_OPTIONS SRC_STAT LONG \ SEG_STYLE POST2005 *** *** Some parameters can be treated either as global or as *** session parameters. This section tells BATCH how to *** treat these parameters (YES = global). *** $CARRY SOURCES NO STATIONS NO AXIS NO *** *** This section determines which data is included in the solution. *** $DATA SOURCES YES EXCEPT \ * * 9 lensed sources (gravitational lenses) * 0218+357 0218+35A 0218+35B 1830-211 1830-21A 1830-21B 1422+231 1422+23C \ 0132-097 \ * * 1 source with really bad data (not sure why?) * 2224-308 \ * * 1 pulsar XU Vel * 0833-450 \ * * 5 radio stars with no data * HD32918 HD132742 HD146361 SIGCRB UXARI \ * * 3 radio stars with data (but they are stars) * HR1099 LSI61303 HR5907 \ * * 1 Not sure what this is, but has good data * * LANA \ * * 1 SN * SN1993J \ * * 224 sources with less than 3 (0,1,2,4) observations in crf2020b_01 * 0008-300 0009-148 0012-008 UG00192 4C+00.02 OB338 0032+276 0036-216 \ 0040+517 NGC0253 0045-255 0056-187 0103+337 0104-487 0106+130 0118-684 \ 0118-488 0119-011 0126-531 0131-450 0131-367 0141-609 0141+339 0153-663 \ 0154+410 0201-440 0206-625 0207-078 0232-507 M77 0253-218 NGC1167 \ 0324-489 0328-272 0333-276 0335+225 0340-600 0340-493 0340+044 0355-636 \ 0358-620 0400-613 0409-752 0409-526 0412-779 0409+000 0411+245 0428+205 \ 0446+074 0459+791 0511+009 0515-674 0512+249 0535+677 NGC2110 0611+139 \ MRK003 NGC2146 0633-263 0705+025 0712-037 0722+284 0731-465 0730+353 \ UG03927 0743+182 0758+120 0802-276 0806-483 0808-491 0810-180 0811-477 \ 0809+483 0810+563 0817+472 0830+115 0833+441 4C+32.26 0839+157 0844-557 \ 0846+184 0844+387 0854+178 0855+143 0902+343 0906-474 0905+524 0912+171 \ 0918+167 0920+168 0922+364 0926-039 0932-194 0937-282 0948-860 0941-080 \ M82 0951+699 0956+015 NGC3079 1001+621 1017+109 1020-103 1026-179 \ 1030-590 1036-697 1043-290 1045+155 1046-026 1047-597 1046+588 1050+341 \ 1051+391 NGC3690 1132-000 M106 NGC4278 1221+248 1225-023 1224-854 \ 1237+246 1239-044 1243-412 1245-197 1252+039 1254+226 1305-241 1313+200 \ 1316-12A 1317+143 1319-652 1320-407 1331+512 1332+317 1338+332 1341+144 \ 1414+652 1414-596 1418-065 1421-490 1422+268 TON202 1438-390 1439+327 \ 1501+481 1509-564 1511+238 1529+441 1528-509 1538-584 1556-580 1557-515 \ 1616-029 1622+238 1623-243 3C343 3C343.1 1646+217 NGC6240 1701-132 \ 1707-376 1713+218 SGR-A 1742-283 1744-299 1749-300 1750+093 1752-217 \ NGC6500 1805-214 1810+522 1813-241 1817+512 1827-360 1846-168 1848+333 \ 1851+030 1854-663 1858-143 NAQL93 1910-560 1920+154 1921+14B 1926+050 \ 1930-028 1934+207 1955-210 2000-045 2003+104 2004+064 2016-615 2022-582 \ 2027+383 NGC6946 2039-631 2047-655 2102+003 2101-715 2122-148 2134+237 \ 2134-470 2144+568 2152-505 2154-183 2205-002 2205-683 2209+184 2210-104 \ 2226-411 2227-210 2226-634 2235-556 2245-059 2303-673 2310-417 2311-632 \ 2314-625 2318-195 2324-009 2325+293 2344+092 2345-611 2348-010 2355+042 * STATIONS YES EXCEPT \ * * --- Duplicate names (used for polarization tests) * NOTOX WIDE85_3 VLBA85_3 MOJAVLBA LEFT85_1 \ HARTDBBC YEBESDBC YEBDBBC ONSALAAN YEBEDBBC \ OHIGGADS WETTDBBC LEFTKOK LEFT85_3 NYALDBBC \ NOTDBBC NOTOVDIF WETTVDIF * TYPE GROUP_DELAYS_ONLY ELEVATION 5.0 WVR_MASK NO EVERY NO NORATE_FLAG NO *** *** This section determines which contributions BATCH applies to a *** session. Contributions are corrections to delay and delay rate which *** were computed and stored in the superfile but not yet added to the *** theoretical delay and/or delay rate. *** $CONTRIBUTIONS SET WobXCont SET WobYCont SET EarthTid * Contribution for mean pole model is now in MAPPING section * SET Pol_Tide * SET PTideOld * SET Feed_Rot SET OPTLCont SET Ocean * Apply IERS2003 hi freq model for X,Y,UT1,nutation * if applied must turn off HI_FREQ_EOP * SET XpYpNutn * Apply IERS2020 hi freq model for X,Y,UT1,nutation now in MAPPING section * SET XpYpOrth * SET UT1Ortho SET XpYpLib SET UT1Libra *** *** This section specifies which station-dependent calibrations (e.g., *** cable, Chao) and zenith path delay calibrations (e.g. NMFDRFLY, *** CFAKBDRY) BATCH applies. It also determines whether BATCH applies the *** ionosphere calibration and rejects observations with bad or missing *** S-band ionospheric values. *** $CALIBRATIONS ION ON RESET YES KEEP cable KEEP pcal_rmv DISABLE NMFDRFLY *** *** This section determines which mode calibration should be applied to *** each session. Mode calibrations are the calibrations which depend *** on a) band and b) observable type. *** $MODE_CALIBRATIONS SET NONE *** *** This section specifies which partials with respect to atmosphere wet *** path delay BATCH should use. *** $PARTIALS SET NMFWTFLY OFF SET GRADMAP CH 0.0032 0.0032 *** *** This section replaces a-priori calculated from a standard theoretical *** model and read from the sessions' superfiles with alternate a-priori. *** This process is called mapping. *** $MAPPING GALACTIC_ABERRATION 5.8 POLETIDE IERS2022 STATIONS itrf2014_usno.sit VELOCITIES itrf2014_usno.vel SOURCES trf2020b_00.src EARTHQUAKE ITRF2014-psd-vlbi_sites.dat EARTH_ORIENTATION last_usno_finalF_2020Mar31.erp SPL UT1S NUTATION_SERIES NONE NUTATION2006 NO PIECE_WISE_STA NONE PRESSURE_LOADING NONE EPISODIC_MOTION NONE * HI_FREQ_EOP hf1102a HI_FREQ_EOP NONE HARMONIC_EOP NONE AXIS_OFFSET gsfc_itrf2020.axo ECCENTRICITY ECCDAT_usn2020b_glo.ecc MEAN_GRADIENT gsfc_dao_gmao.mgr SPLINE_DISPLACEMENTS NONE METRIC_TENSOR NONE *?POSITION_VARIATIONS \ * Ocean loading applied in CONTRIBUTIONS section *? /data1/solve/oper/apriori/2007b_oclo.hps HARMONIC_MODEL SPLINE IF_AVAILABLE \ *? /data1/solve/oper/apriori/aplo_bds/ TIME_SERIES SPLINE IF_AVAILABLE \ *? /data1/solve/oper/apriori/vsgd_aplo_s1_s2_noib.hps HARMONIC_MODEL SPLINE IF_AVAILABLE ANTENNA_THERMAL MODEL AVERAGE \ /data1/solve/save_files/antenna-info_Nothnagel_modwe.14dec05.txt INSITU NONE GRAVITY_DEFORM /data1/solve/save_files/gravity_deform_model_v2019Nov21.txt EXTERNAL_TRP_DELAY REQUIRE DIRECTORY /data3/vmf/vmf1/trp/tot HFEOP_XYU /data1/solve/save_files/desai_model_jgrb51665-sup-0002-ds01.txt *** *** This section constrains specific parameter estimates. *** $CONSTRAINTS ATMOSPHERES MOST 50.0 CLOCKS MOST 5.0 GRADIENTS YES 0.5 2.0 * BASELINE_CLOCKS YES SIGMA 5.D-7 EARTH_ORIENTATION YES SIGMA 45.0 45.0 3.0 RATES SIGMA 45.0 45.0 3.0 NUTATION NO * PIECE_WISE_STA NO SOURCES YES SIGMA 1.D-6 STATIONS NO NUVEL_COVAR NO VELOCITIES NO * NO_NET_TRANSLATION NO NO_NET_TRANSLATION_POSITION LOCAL SIGMA 1.D-4 ALL UNIFORM YES NO_NET_ROTATION_POSITION LOCAL SIGMA 1.D-4 UNIFORM YES NO_NET_TRANSLATION_VELOCITY NO NO_NET_ROTATION_VELOCITY NO * NO_NET_ROTATION_SOURCE LOCAL SIGMA 1.D-10 UNIFORM YES NO_NET_ROTATION_SOURCE LOCAL SIGMA 5.D-11 WEIGHTED YES *** *** This section has two purposes. It suppresses specific global *** parameters. It also imposes certain restrictions on the estimates *** BATCH produces. For example, BATCH can produce identical velocity *** estimates for a group of (closely located) stations. *** $SUPPRESSION VELOCITY_TIE NO VELOCITIES NO STATIONS NO RIGHT_ASCENSION NO DECLINATION NO STATION_ORIGIN NO SOURCES NO PROPER_MOTIONS NO PRECESSION NO RELATIVITY NO DIRECTION NO VELOCITY_ORIGIN NO STATION_TIE NO *** *** This section lists the session names which are to participate in the *** solution. Suppression solutions do not process sessions, but must *** specify a session in this section in order to activate the proper *** BATCH paths. *** $ARCS ARCFILE ./snx2020b_95to20.arc -FILE/COMMENT * * ----------------------------------------------------------------------------- * +INPUT/ACKNOWLEDGEMENTS USN U.S. Naval Observatory, VLBI analysis group -INPUT/ACKNOWLEDGEMENTS * * ----------------------------------------------------------------------------- * +SITE/ID *Code PT Domes____ T Station description___ Approx_lon_ Approx_lat_ App_h__ 7297 A 41602S001 R FORTLEZA Fortaleza, Br 321 34 26.9 -03 52 40.3 23.8 7232 A 30302S001 R HARTRAO Hartebeesthoe 27 41 07.4 -25 53 23.1 1416.5 7242 A 50116S002 R HOBART26 Hobart, Tasma 147 26 25.9 -42 48 12.9 66.0 1857 A 21701S004 R KASHIM34 34-m at Kashi 140 39 36.3 35 57 21.3 79.3 7298 A 40424S007 R KOKEE Kokee Park, K 200 20 05.6 22 07 35.9 1177.4 -SITE/ID * * ----------------------------------------------------------------------------- * +SOURCE/ID *Code IERS nam ICRF designator IAU name IVS name 0001 0008-264 J001101.2-261233 J0011-2612 0008-264 0002 0047-579 J004959.4-573827 J0049-5738 0047-579 0003 0118-272 J012031.6-270124 J0120-2701 0118-272 0004 0123+257 J012642.7+255901 J0126+2559 0123+257 0005 0130-171 J013243.4-165448 J0132-1654 0130-171 0006 0149+218 J015218.0+220707 J0152+2207 0149+218 0007 0230-790 J022934.9-784745 J0229-7847 0230-790 0008 0302-623 J030350.6-621125 J0303-6211 0302-623 0009 0406+121 J040922.0+121739 J0409+1217 0406+121 0010 0414-189 J041636.5-185108 J0416-1851 0414-189 0011 0423+051 J042636.6+051819 J0426+0518 0423+051 0012 0437-454 J043900.8-452222 J0439-4522 0437-454 0013 0502+049 J050523.1+045942 J0505+0459 0502+049 0014 0506-612 J050643.9-610940 J0506-6109 0506-612 0015 0524-460 J052531.4-455754 J0525-4557 0524-460 0016 0537-158 J053932.0-155030 J0539-1550 0537-158 0017 0537-286 J053954.2-283955 J0539-2839 0537-286 0018 0539-057 J054138.0-054149 J0541-0541 0539-057 0019 0646-306 J064814.0-304419 J0648-3044 0646-306 0020 0648-165 J065024.5-163739 J0650-1637 0648-165 0021 0733-174 J073545.8-173548 J0735-1735 0733-174 0022 0826-373 J082804.7-373106 J0828-3731 0826-373 0023 0834-201 J083639.2-201659 J0836-2016 0834-201 0024 0920-397 J092246.4-395935 J0922-3959 0920-397 0025 0925-203 J092751.8-203451 J0927-2034 0925-203 0026 1012+232 J101447.0+230116 J1014+2301 1012+232 0027 1032-199 J103502.1-201134 J1035-2011 1032-199 0028 1049+215 J105148.7+211952 J1051+2119 1049+215 0029 1101-325 J110331.5-325116 J1103-3251 1101-325 0030 1116-462 J111826.9-463415 J1118-4634 1116-462 0031 1148-671 J115113.4-672811 J1151-6728 1148-671 0032 1155+251 J115825.7+245017 J1158+2450 1155+251 0033 1213-172 J121546.7-173145 J1215-1731 1213-172 0034 1402-012 J140445.8-013021 J1404-0130 1402-012 0035 1504-166 J150704.7-165230 J1507-1652 1504-166 0036 1532+016 J153452.4+013104 J1534+0131 1532+016 0037 1549-790 J155658.8-791404 J1556-7914 1549-790 0038 1604-333 J160734.7-333108 J1607-3331 1604-333 0039 1743+173 J174535.2+172001 J1745+1720 1743+173 0040 1758-651 J180323.4-650736 J1803-6507 1758-651 0041 1806-458 J180957.8-455241 J1809-4552 1806-458 0042 1817-254 J182057.8-252812 J1820-2528 1817-254 0043 1936-623 J194121.7-621121 J1941-6211 1936-623 0044 2037-253 J204008.7-250746 J2040-2507 2037-253 0045 2059+034 J210138.8+034131 J2101+0341 2059+034 0046 2150+173 J215224.8+173437 J2152+1734 2150+173 0047 2210-257 J221302.4-252930 J2213-2529 2210-257 0048 2312-319 J231448.5-313839 J2314-3138 2312-319 0049 2325-150 J232747.9-144755 J2327-1447 2325-150 0050 2326-477 J232917.7-473019 J2329-4730 2326-477 0051 2329-384 J233159.4-381147 J2331-3811 2329-384 -SOURCE/ID * * ----------------------------------------------------------------------------- * +SITE/RECEIVER *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ Firmware_ID 7297 A 1 R 02:344:80144 02:345:63524 ----VLBI Station---- --NM- -----NA---- 7232 A 1 R 02:344:67504 02:345:63524 ----VLBI Station---- --NM- -----NA---- 7242 A 1 R 02:344:64214 02:345:63144 ----VLBI Station---- --NM- -----NA---- 1857 A 1 R 02:344:63154 02:345:63144 ----VLBI Station---- --NM- -----NA---- 7298 A 1 R 02:344:63154 02:345:63144 ----VLBI Station---- --NM- -----NA---- -SITE/RECEIVER * * ----------------------------------------------------------------------------- * +SITE/ANTENNA *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ 7297 A 1 R 02:344:80144 02:345:63524 ----VLBI Station---- --NM- 7232 A 1 R 02:344:67504 02:345:63524 ----VLBI Station---- --NM- 7242 A 1 R 02:344:64214 02:345:63144 ----VLBI Station---- --NM- 1857 A 1 R 02:344:63154 02:345:63144 ----VLBI Station---- --NM- 7298 A 1 R 02:344:63154 02:345:63144 ----VLBI Station---- --NM- -SITE/ANTENNA * * ----------------------------------------------------------------------------- * +SITE/ECCENTRICITY *Code PT SBIN T Data_Start__ Data_End____ typ Apr --> Benchmark (m)_______ 7297 A 1 R 02:344:80144 02:345:63524 XYZ 0.0000 0.0000 0.0000 7232 A 1 R 02:344:67504 02:345:63524 XYZ 0.0000 0.0000 0.0000 7242 A 1 R 02:344:64214 02:345:63144 XYZ 0.0000 0.0000 0.0000 1857 A 1 R 02:344:63154 02:345:63144 XYZ 0.0000 0.0000 0.0000 7298 A 1 R 02:344:63154 02:345:63144 XYZ 0.0000 0.0000 0.0000 -SITE/ECCENTRICITY * * ----------------------------------------------------------------------------- * +SOLUTION/EPOCHS *Code PT SBIN T Data_start__ Data_end____ Mean_epoch__ 7297 A 1 R 02:344:80144 02:345:63524 02:345:42022 7232 A 1 R 02:344:67504 02:345:63524 02:345:24709 7242 A 1 R 02:344:64214 02:345:63144 02:345:19456 1857 A 1 R 02:344:63154 02:345:63144 02:345:20730 7298 A 1 R 02:344:63154 02:345:63144 02:345:23489 -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 151 NUMBER OF UNKNOWNS 559 WEIGHTED SQUARE SUM OF O-C 6.97629897528880D+12 SQUARE SUM OF RESIDUALS (VTPV) 2.27701957074480D+01 VARIANCE FACTOR 6.28139364570284D-01 WRMS OF POSTFIT RESIDUALS 2.29045132436193D-11 -SOLUTION/STATISTICS * * ----------------------------------------------------------------------------- * +SOLUTION/APRIORI *Index Type__ CODE PT SBIN Ref_epoch___ Unit S Apriori_value________ Constraint_ 1 STAX 7297 A 1 02:345:42022 m 2 4.98537002465616D+06 0.00000D+00 2 STAY 7297 A 1 02:345:42022 m 2 -3.95502034839249D+06 0.00000D+00 3 STAZ 7297 A 1 02:345:42022 m 2 -4.28472210797726D+05 0.00000D+00 4 STAX 7232 A 1 02:345:24709 m 2 5.08544277197520D+06 0.00000D+00 5 STAY 7232 A 1 02:345:24709 m 2 2.66826359443360D+06 0.00000D+00 6 STAZ 7232 A 1 02:345:24709 m 2 -2.76869691275812D+06 0.00000D+00 7 STAX 7242 A 1 02:345:19456 m 2 -3.95023696743182D+06 0.00000D+00 8 STAY 7242 A 1 02:345:19456 m 2 2.52234759987940D+06 0.00000D+00 9 STAZ 7242 A 1 02:345:19456 m 2 -4.31156229263588D+06 0.00000D+00 10 STAX 1857 A 1 02:345:20730 m 2 -3.99764923782404D+06 0.00000D+00 11 STAY 1857 A 1 02:345:20730 m 2 3.27669080014787D+06 0.00000D+00 12 STAZ 1857 A 1 02:345:20730 m 2 3.72427879813252D+06 0.00000D+00 13 STAX 7298 A 1 02:345:23489 m 2 -5.54383767736344D+06 0.00000D+00 14 STAY 7298 A 1 02:345:23489 m 2 -2.05456748407017D+06 0.00000D+00 15 STAZ 7298 A 1 02:345:23489 m 2 2.38785213210703D+06 0.00000D+00 16 RS_RA 0003 A 1 02:345:20139 rad 2 3.51368475571049D-01 0.00000D+00 17 RS_DE 0003 A 1 02:345:20139 rad 2 -4.71649304552019D-01 0.00000D+00 18 RS_RA 0004 A 1 02:345:20139 rad 2 3.78357757559034D-01 0.00000D+00 19 RS_DE 0004 A 1 02:345:20139 rad 2 4.53501020711898D-01 0.00000D+00 20 RS_RA 0006 A 1 02:345:20139 rad 2 4.90005481443700D-01 0.00000D+00 21 RS_DE 0006 A 1 02:345:20139 rad 2 3.86045982534749D-01 0.00000D+00 22 RS_RA 0009 A 1 02:345:20139 rad 2 1.08806797806865D+00 0.00000D+00 23 RS_DE 0009 A 1 02:345:20139 rad 2 2.14577796790882D-01 0.00000D+00 24 RS_RA 0013 A 1 02:345:20139 rad 2 1.33249959513570D+00 0.00000D+00 25 RS_DE 0013 A 1 02:345:20139 rad 2 8.71827087576805D-02 0.00000D+00 26 RS_RA 0017 A 1 02:345:20139 rad 2 1.48311400139454D+00 0.00000D+00 27 RS_DE 0017 A 1 02:345:20139 rad 2 -5.00308073333537D-01 0.00000D+00 28 RS_RA 0019 A 1 02:345:20139 rad 2 1.78126096133364D+00 0.00000D+00 29 RS_DE 0019 A 1 02:345:20139 rad 2 -5.36493169597893D-01 0.00000D+00 30 RS_RA 0022 A 1 02:345:20139 rad 2 2.21691577809550D+00 0.00000D+00 31 RS_DE 0022 A 1 02:345:20139 rad 2 -6.54819809387145D-01 0.00000D+00 32 RS_RA 0026 A 1 02:345:20139 rad 2 2.68250309843049D+00 0.00000D+00 33 RS_DE 0026 A 1 02:345:20139 rad 2 4.01796953963719D-01 0.00000D+00 34 RS_RA 0027 A 1 02:345:20139 rad 2 2.77086692588909D+00 0.00000D+00 35 RS_DE 0027 A 1 02:345:20139 rad 2 -3.52432200881207D-01 0.00000D+00 36 RS_RA 0028 A 1 02:345:20139 rad 2 2.84407139927807D+00 0.00000D+00 37 RS_DE 0028 A 1 02:345:20139 rad 2 3.72299643391447D-01 0.00000D+00 38 RS_RA 0033 A 1 02:345:20139 rad 2 3.21044238454189D+00 0.00000D+00 39 RS_DE 0033 A 1 02:345:20139 rad 2 -3.05943627020901D-01 0.00000D+00 40 RS_RA 0034 A 1 02:345:20139 rad 2 3.68598233505335D+00 0.00000D+00 41 RS_DE 0034 A 1 02:345:20139 rad 2 -2.62863412263590D-02 0.00000D+00 42 RS_RA 0035 A 1 02:345:20139 rad 2 3.95788219667015D+00 0.00000D+00 43 RS_DE 0035 A 1 02:345:20139 rad 2 -2.94525606211385D-01 0.00000D+00 44 RS_RA 0036 A 1 02:345:20139 rad 2 4.07915834273276D+00 0.00000D+00 45 RS_DE 0036 A 1 02:345:20139 rad 2 2.64912210154461D-02 0.00000D+00 46 RS_RA 0038 A 1 02:345:20139 rad 2 4.22186145576281D+00 0.00000D+00 47 RS_DE 0038 A 1 02:345:20139 rad 2 -5.85019400573086D-01 0.00000D+00 48 RS_RA 0039 A 1 02:345:20139 rad 2 4.64949954388305D+00 0.00000D+00 49 RS_DE 0039 A 1 02:345:20139 rad 2 3.02530639256247D-01 0.00000D+00 50 RS_RA 0040 A 1 02:345:20139 rad 2 4.72718767561796D+00 0.00000D+00 51 RS_DE 0040 A 1 02:345:20139 rad 2 -1.13667845463240D+00 0.00000D+00 52 RS_RA 0041 A 1 02:345:20139 rad 2 4.75586744097702D+00 0.00000D+00 53 RS_DE 0041 A 1 02:345:20139 rad 2 -8.00723191343385D-01 0.00000D+00 54 RS_RA 0044 A 1 02:345:20139 rad 2 5.41115866600104D+00 0.00000D+00 55 RS_DE 0044 A 1 02:345:20139 rad 2 -4.38594760909551D-01 0.00000D+00 56 RS_RA 0045 A 1 02:345:20139 rad 2 5.50497456701237D+00 0.00000D+00 57 RS_DE 0045 A 1 02:345:20139 rad 2 6.44381424142593D-02 0.00000D+00 58 RS_RA 0046 A 1 02:345:20139 rad 2 5.72648486424294D+00 0.00000D+00 59 RS_DE 0046 A 1 02:345:20139 rad 2 3.06779407555334D-01 0.00000D+00 60 RS_RA 0048 A 1 02:345:20139 rad 2 6.08599950541815D+00 0.00000D+00 61 RS_DE 0048 A 1 02:345:20139 rad 2 -5.52297449587834D-01 0.00000D+00 62 RS_RA 0049 A 1 02:345:20139 rad 2 6.14268370388968D+00 0.00000D+00 63 RS_DE 0049 A 1 02:345:20139 rad 2 -2.58288130240590D-01 0.00000D+00 64 RS_RA 0051 A 1 02:345:20139 rad 2 6.16097416336574D+00 0.00000D+00 65 RS_DE 0051 A 1 02:345:20139 rad 2 -6.66655902681099D-01 0.00000D+00 66 NUT_X ---- - 1 02:345:20040 mas 2 5.25320073420749D+04 0.00000D+00 67 NUT_Y ---- - 1 02:345:20040 mas 2 3.01452451130020D+03 0.00000D+00 -SOLUTION/APRIORI * * ----------------------------------------------------------------------------- * +SOLUTION/ESTIMATE *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S Total_value__________ Formal_erro 1 STAX 7297 A 1 02:345:42022 m 2 4.98536992058991D+06 1.16434D-01 2 STAY 7297 A 1 02:345:42022 m 2 -3.95502035767126D+06 8.14762D-02 3 STAZ 7297 A 1 02:345:42022 m 2 -4.28472137582377D+05 3.82617D-02 4 STAX 7232 A 1 02:345:24709 m 2 5.08544297767612D+06 1.17912D-01 5 STAY 7232 A 1 02:345:24709 m 2 2.66826365119645D+06 5.56867D-02 6 STAZ 7232 A 1 02:345:24709 m 2 -2.76869700965516D+06 5.56040D-02 7 STAX 7242 A 1 02:345:19456 m 2 -3.95023706450387D+06 7.14618D-02 8 STAY 7242 A 1 02:345:19456 m 2 2.52234760447175D+06 3.69694D-02 9 STAZ 7242 A 1 02:345:19456 m 2 -4.31156227934163D+06 5.34439D-02 10 STAX 1857 A 1 02:345:20730 m 2 -3.99764928326846D+06 7.10431D-02 11 STAY 1857 A 1 02:345:20730 m 2 3.27669077982987D+06 3.75530D-02 12 STAZ 1857 A 1 02:345:20730 m 2 3.72427883767646D+06 4.83708D-02 13 STAX 7298 A 1 02:345:23489 m 2 -5.54383763648162D+06 7.57807D-02 14 STAY 7298 A 1 02:345:23489 m 2 -2.05456751582862D+06 2.83899D-02 15 STAZ 7298 A 1 02:345:23489 m 2 2.38785210295049D+06 3.13993D-02 16 RS_RA 0003 A 1 02:345:20139 rad 2 3.51368479833326D-01 6.37158D-09 17 RS_DE 0003 A 1 02:345:20139 rad 2 -4.71649309647811D-01 1.31189D-08 18 RS_RA 0004 A 1 02:345:20139 rad 2 3.78357759133476D-01 5.29030D-09 19 RS_DE 0004 A 1 02:345:20139 rad 2 4.53501004645630D-01 1.25309D-08 20 RS_RA 0006 A 1 02:345:20139 rad 2 4.90005488295462D-01 6.19113D-09 21 RS_DE 0006 A 1 02:345:20139 rad 2 3.86045970760196D-01 1.36084D-08 22 RS_RA 0009 A 1 02:345:20139 rad 2 1.08806797013688D+00 7.26317D-09 23 RS_DE 0009 A 1 02:345:20139 rad 2 2.14577789546338D-01 1.21543D-08 24 RS_RA 0013 A 1 02:345:20139 rad 2 1.33249958697097D+00 6.61360D-09 25 RS_DE 0013 A 1 02:345:20139 rad 2 8.71826802000015D-02 2.14091D-08 26 RS_RA 0017 A 1 02:345:20139 rad 2 1.48311399493054D+00 6.12794D-09 27 RS_DE 0017 A 1 02:345:20139 rad 2 -5.00308080625932D-01 1.23238D-08 28 RS_RA 0019 A 1 02:345:20139 rad 2 1.78126095706994D+00 8.86662D-09 29 RS_DE 0019 A 1 02:345:20139 rad 2 -5.36493175384817D-01 1.15983D-08 30 RS_RA 0022 A 1 02:345:20139 rad 2 2.21691577867538D+00 1.20119D-08 31 RS_DE 0022 A 1 02:345:20139 rad 2 -6.54819827512411D-01 1.41527D-08 32 RS_RA 0026 A 1 02:345:20139 rad 2 2.68250309120518D+00 5.79266D-09 33 RS_DE 0026 A 1 02:345:20139 rad 2 4.01796950441959D-01 6.59135D-09 34 RS_RA 0027 A 1 02:345:20139 rad 2 2.77086692474630D+00 7.14712D-09 35 RS_DE 0027 A 1 02:345:20139 rad 2 -3.52432207391004D-01 6.86558D-09 36 RS_RA 0028 A 1 02:345:20139 rad 2 2.84407139291444D+00 5.93234D-09 37 RS_DE 0028 A 1 02:345:20139 rad 2 3.72299644171644D-01 7.61561D-09 38 RS_RA 0033 A 1 02:345:20139 rad 2 3.21044238049436D+00 3.88770D-09 39 RS_DE 0033 A 1 02:345:20139 rad 2 -3.05943631447811D-01 5.18149D-09 40 RS_RA 0034 A 1 02:345:20139 rad 2 3.68598234322724D+00 4.69674D-09 41 RS_DE 0034 A 1 02:345:20139 rad 2 -2.62863425070565D-02 4.55102D-09 42 RS_RA 0035 A 1 02:345:20139 rad 2 3.95788219505601D+00 4.75138D-09 43 RS_DE 0035 A 1 02:345:20139 rad 2 -2.94525608681883D-01 5.05426D-09 44 RS_RA 0036 A 1 02:345:20139 rad 2 4.07915834271083D+00 4.21174D-09 45 RS_DE 0036 A 1 02:345:20139 rad 2 2.64912200149436D-02 5.22322D-09 46 RS_RA 0038 A 1 02:345:20139 rad 2 4.22186143268603D+00 8.49752D-09 47 RS_DE 0038 A 1 02:345:20139 rad 2 -5.85019402365714D-01 7.88798D-09 48 RS_RA 0039 A 1 02:345:20139 rad 2 4.64949955579506D+00 6.96317D-09 49 RS_DE 0039 A 1 02:345:20139 rad 2 3.02530634212131D-01 6.81378D-09 50 RS_RA 0040 A 1 02:345:20139 rad 2 4.72718767134630D+00 2.12445D-08 51 RS_DE 0040 A 1 02:345:20139 rad 2 -1.13667846342294D+00 9.12119D-09 52 RS_RA 0041 A 1 02:345:20139 rad 2 4.75586743826577D+00 1.85719D-08 53 RS_DE 0041 A 1 02:345:20139 rad 2 -8.00723205430903D-01 1.13684D-08 54 RS_RA 0044 A 1 02:345:20139 rad 2 5.41115867847760D+00 6.39760D-09 55 RS_DE 0044 A 1 02:345:20139 rad 2 -4.38594772018220D-01 9.94015D-09 56 RS_RA 0045 A 1 02:345:20139 rad 2 5.50497457343086D+00 5.33195D-09 57 RS_DE 0045 A 1 02:345:20139 rad 2 6.44381359650763D-02 9.45408D-09 58 RS_RA 0046 A 1 02:345:20139 rad 2 5.72648486802462D+00 5.78378D-09 59 RS_DE 0046 A 1 02:345:20139 rad 2 3.06779403317247D-01 1.00291D-08 60 RS_RA 0048 A 1 02:345:20139 rad 2 6.08599951494912D+00 6.95080D-09 61 RS_DE 0048 A 1 02:345:20139 rad 2 -5.52297465351796D-01 1.33183D-08 62 RS_RA 0049 A 1 02:345:20139 rad 2 6.14268370559237D+00 5.36699D-09 63 RS_DE 0049 A 1 02:345:20139 rad 2 -2.58288134789114D-01 1.11199D-08 64 RS_RA 0051 A 1 02:345:20139 rad 2 6.16097416080464D+00 7.97168D-09 65 RS_DE 0051 A 1 02:345:20139 rad 2 -6.66655907952516D-01 1.39684D-08 66 NUT_X ---- - 1 02:345:20040 mas 2 5.25325558686859D+04 7.62678D-01 67 NUT_Y ---- - 1 02:345:20040 mas 2 3.01485364258566D+03 5.30417D-01 -SOLUTION/ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7297 A 1 02:345:42022 m 2 0.00000000000000D+00 0.00000D+00 2 STAY 7297 A 1 02:345:42022 m 2 0.00000000000000D+00 0.00000D+00 3 STAZ 7297 A 1 02:345:42022 m 2 0.00000000000000D+00 0.00000D+00 4 STAX 7232 A 1 02:345:24709 m 2 0.00000000000000D+00 0.00000D+00 5 STAY 7232 A 1 02:345:24709 m 2 0.00000000000000D+00 0.00000D+00 6 STAZ 7232 A 1 02:345:24709 m 2 0.00000000000000D+00 0.00000D+00 7 STAX 7242 A 1 02:345:19456 m 2 0.00000000000000D+00 0.00000D+00 8 STAY 7242 A 1 02:345:19456 m 2 0.00000000000000D+00 0.00000D+00 9 STAZ 7242 A 1 02:345:19456 m 2 0.00000000000000D+00 0.00000D+00 10 STAX 1857 A 1 02:345:20730 m 2 0.00000000000000D+00 0.00000D+00 11 STAY 1857 A 1 02:345:20730 m 2 0.00000000000000D+00 0.00000D+00 12 STAZ 1857 A 1 02:345:20730 m 2 0.00000000000000D+00 0.00000D+00 13 STAX 7298 A 1 02:345:23489 m 2 0.00000000000000D+00 0.00000D+00 14 STAY 7298 A 1 02:345:23489 m 2 0.00000000000000D+00 0.00000D+00 15 STAZ 7298 A 1 02:345:23489 m 2 0.00000000000000D+00 0.00000D+00 16 RS_RA 0003 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 17 RS_DE 0003 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 18 RS_RA 0004 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 19 RS_DE 0004 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 20 RS_RA 0006 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 21 RS_DE 0006 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 22 RS_RA 0009 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 23 RS_DE 0009 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 24 RS_RA 0013 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 25 RS_DE 0013 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 26 RS_RA 0017 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 27 RS_DE 0017 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 28 RS_RA 0019 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 29 RS_DE 0019 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 30 RS_RA 0022 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 31 RS_DE 0022 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 32 RS_RA 0026 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 33 RS_DE 0026 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 34 RS_RA 0027 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 35 RS_DE 0027 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 36 RS_RA 0028 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 37 RS_DE 0028 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 38 RS_RA 0033 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 39 RS_DE 0033 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 40 RS_RA 0034 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 41 RS_DE 0034 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 42 RS_RA 0035 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 43 RS_DE 0035 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 44 RS_RA 0036 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 45 RS_DE 0036 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 46 RS_RA 0038 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 47 RS_DE 0038 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 48 RS_RA 0039 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 49 RS_DE 0039 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 50 RS_RA 0040 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 51 RS_DE 0040 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 52 RS_RA 0041 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 53 RS_DE 0041 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 54 RS_RA 0044 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 55 RS_DE 0044 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 56 RS_RA 0045 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 57 RS_DE 0045 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 58 RS_RA 0046 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 59 RS_DE 0046 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 60 RS_RA 0048 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 61 RS_DE 0048 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 62 RS_RA 0049 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 63 RS_DE 0049 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 64 RS_RA 0051 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 65 RS_DE 0051 A 1 02:345:20139 rad 2 0.00000000000000D+00 0.00000D+00 66 NUT_X ---- - 1 02:345:20040 mas 2 0.00000000000000D+00 0.00000D+00 67 NUT_Y ---- - 1 02:345:20040 mas 2 0.00000000000000D+00 0.00000D+00 -SOLUTION/CALIBRATION_ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/MATRIX_ESTIMATE L COVA * Ind1 Ind2 Covariance(ind1,ind2) 1 1 1.35568949226849D-02 2 1 -7.46278552422975D-03 2 2 6.63836715590328D-03 3 1 -1.73722565712871D-03 3 2 -1.15984938746401D-04 3 3 1.46395776645018D-03 4 1 -1.00993305552855D-04 4 2 -2.73250160975938D-03 4 3 1.57176022392916D-03 4 4 1.39031658650078D-02 5 1 4.80759025180253D-04 5 2 -2.63916288299722D-03 5 3 1.07011467028586D-03 5 4 4.68851098369341D-03 5 5 3.10101320075220D-03 6 1 -3.74310846257062D-04 6 2 1.71434291122289D-03 6 3 -4.95395098410206D-04 6 4 -6.08511124109295D-03 6 5 -2.44957212636715D-03 6 6 3.09180034479599D-03 7 1 -3.53151004028205D-03 7 2 3.70345811852422D-03 7 3 -1.47502993801715D-03 7 4 -4.93912224234267D-03 7 5 -2.01220027197942D-03 7 6 1.64083335697067D-03 7 7 5.10679302996535D-03 8 1 1.88900250791899D-03 8 2 -1.35709843692184D-03 8 3 7.23919123120707D-04 8 4 6.61152290180103D-05 8 5 2.30288317519513D-04 8 6 2.86728463362692D-04 8 7 -2.00564942623365D-03 8 8 1.36673642055420D-03 9 1 -8.28545918484529D-06 9 2 -4.31521307359413D-04 9 3 -7.29612511956010D-04 9 4 2.02376340879419D-04 9 5 4.20230519156544D-04 9 6 -6.70188592877648D-04 9 7 1.26727602859843D-03 9 8 -1.10084342619905D-03 9 9 2.85625524971707D-03 10 1 -4.54021976398554D-03 10 2 3.65873698840537D-03 10 3 1.05548882904284D-03 10 4 -4.38282249380682D-03 10 5 -1.35000107944184D-03 10 6 2.46668795782623D-03 10 7 1.55903774182336D-03 10 8 4.18560832020096D-04 10 9 -1.37518395315364D-03 10 10 5.04712735377417D-03 11 1 2.48572111105490D-03 11 2 -1.24347796008129D-03 11 3 -1.10885052742016D-03 11 4 -8.74756361569549D-04 11 5 -4.82397839242280D-04 11 6 1.24906836347969D-04 11 7 4.43388965531678D-04 11 8 -3.63326604175036D-04 11 9 8.18048374299681D-04 11 10 -1.83699937297172D-03 11 11 1.41022754534833D-03 12 1 1.44412867907650D-03 12 2 -7.47059280102926D-04 12 3 -5.76341904086720D-04 12 4 2.37895582806256D-03 12 5 1.72828873158303D-04 12 6 -1.20368157572668D-03 12 7 -4.41642529167392D-04 12 8 -3.67180306129316D-04 12 9 -7.07695811401497D-04 12 10 -2.24128728561092D-03 12 11 7.26460726043904D-04 12 12 2.33973912543969D-03 13 1 -5.38417027280130D-03 13 2 2.83309231221707D-03 13 3 5.85006675561259D-04 13 4 -4.48022452862702D-03 13 5 -1.80706804805356D-03 13 6 2.35189990958278D-03 13 7 1.80480325198802D-03 13 8 -3.68029523318999D-04 13 9 -8.61829409007161D-05 13 10 2.31687873939540D-03 13 11 -2.17354593178461D-04 13 12 -1.14015421908075D-03 13 13 5.74271465695066D-03 14 1 2.60730187613824D-03 14 2 -1.39862525100253D-03 14 3 -5.69197707057465D-04 14 4 -1.14736665395330D-03 14 5 -2.09738052794285D-04 14 6 3.23592744620023D-04 14 7 -1.28997499703588D-04 14 8 1.23401656921716D-04 14 9 2.94085760285906D-04 14 10 -8.90297895350166D-04 14 11 6.78976526923009D-04 14 12 2.14950468282095D-04 14 13 -4.40640089958971D-04 14 14 8.05986729142220D-04 15 1 6.75692641005024D-04 15 2 -4.19776982324236D-04 15 3 3.37394514797283D-04 15 4 1.93201847172795D-03 15 5 7.86397879571249D-04 15 6 -7.22533025668766D-04 15 7 -9.91436484069906D-04 15 8 4.57375939947371D-04 15 9 -7.48756514140118D-04 15 10 9.42945590812342D-05 15 11 -5.60565377361547D-04 15 12 1.47981853411248D-04 15 13 -1.71056894767998D-03 15 14 -2.63431310637698D-04 15 15 9.85914845714984D-04 16 1 -1.41749610560216D-10 16 2 4.28767105255378D-11 16 3 1.95259790255015D-11 16 4 -7.18828852875662D-11 16 5 1.63444249855061D-11 16 6 3.88843654981602D-11 16 7 4.86614263967204D-11 16 8 -9.47621088603724D-12 16 9 8.66081232623117D-11 16 10 8.23411573004407D-11 16 11 -1.17421315616236D-11 16 12 -1.31307410153668D-10 16 13 8.26299167102078D-11 16 14 -3.80027779936447D-11 16 15 -1.37110422353306D-11 16 16 4.05969830268613D-17 17 1 1.62310889027877D-10 17 2 1.31117013629941D-10 17 3 -2.80319682296695D-10 17 4 -1.64627050038658D-10 17 5 -1.81709025784624D-10 17 6 3.02908169822533D-11 17 7 3.51078491606222D-10 17 8 -1.87542814745229D-10 17 9 -4.69211271108891D-11 17 10 -1.96549041190624D-10 17 11 2.09746653629129D-10 17 12 3.08760893657933D-10 17 13 -1.52213262115319D-10 17 14 2.83882134743619D-11 17 15 -1.18108972718176D-11 17 16 -1.36173367200716D-17 17 17 1.72105737280683D-16 18 1 -1.16359894901754D-11 18 2 7.76618917915357D-12 18 3 -3.93637691850567D-11 18 4 6.83060909109022D-11 18 5 -1.65623049912189D-11 18 6 -3.66699344996434D-11 18 7 2.90100735050447D-11 18 8 -4.44089961919770D-11 18 9 -1.63855099697502D-11 18 10 -1.04332090309518D-10 18 11 5.55667835172696D-11 18 12 1.14250068543548D-10 18 13 1.86519328583783D-11 18 14 -2.36163407315027D-12 18 15 -2.18308317189878D-11 18 16 7.48222984690442D-18 18 17 2.13653885419149D-17 18 18 2.79872237839909D-17 19 1 -1.50509774995585D-10 19 2 2.65457141020550D-10 19 3 -2.27094960925695D-10 19 4 -4.49753168874429D-10 19 5 -2.30705848559468D-10 19 6 1.84289927056395D-10 19 7 4.43144600455066D-10 19 8 -1.86646784717967D-10 19 9 1.94886308502726D-10 19 10 2.30712618927166D-11 19 11 1.74913161917984D-10 19 12 -4.96975398966916D-11 19 13 1.34047057919730D-10 19 14 -2.30176960996605D-11 19 15 -1.02383723461065D-10 19 16 9.81494961615885D-18 19 17 1.01451993559665D-16 19 18 5.94906916948096D-18 19 19 1.57024469791234D-16 20 1 -2.58587302287110D-11 20 2 -2.40809680745138D-11 20 3 -4.22475670080046D-11 20 4 1.20770295164083D-10 20 5 1.38307969047631D-11 20 6 -7.89803476728253D-11 20 7 3.42641667586807D-11 20 8 -7.79950886619872D-11 20 9 6.38147852451967D-11 20 10 -1.67253679628418D-10 20 11 7.40327090096282D-11 20 12 1.16106642590226D-10 20 13 3.80779705702631D-11 20 14 1.42125891139441D-11 20 15 -5.86935011470273D-11 20 16 7.36701961957146D-18 20 17 2.09633552446066D-17 20 18 1.86660869561406D-17 20 19 5.53428115972651D-20 20 20 3.83301065783313D-17 21 1 -5.40753513358029D-11 21 2 2.00014054344077D-10 21 3 -2.99980947094086D-10 21 4 -4.16729793758205D-10 21 5 -2.09374779217923D-10 21 6 1.25804279781099D-10 21 7 5.14423008727662D-10 21 8 -2.65155662173887D-10 21 9 3.19818539739121D-10 21 10 -1.18877617821983D-10 21 11 2.58397535499621D-10 21 12 2.48706703140224D-12 21 13 7.52597350926425D-11 21 14 1.61188284064605D-11 21 15 -1.48128933424771D-10 21 16 1.49805180683033D-17 21 17 1.27982353615136D-16 21 18 1.00954762968382D-17 21 19 1.46524335472703D-16 21 20 1.95595701690784D-17 21 21 1.85188061282154D-16 22 1 -4.23123738639862D-12 22 2 -1.07201736120153D-11 22 3 -4.96170846262413D-11 22 4 3.22924371672977D-11 22 5 2.97083467625367D-11 22 6 -1.96211064454369D-11 22 7 6.56804016705136D-11 22 8 -4.76978650554316D-11 22 9 -1.89137564993064D-11 22 10 -5.36692655544027D-11 22 11 3.10128906122635D-11 22 12 6.06832724210145D-11 22 13 -4.00723148963147D-11 22 14 -2.30315697544195D-12 22 15 2.74686972390594D-11 22 16 6.15223251317925D-18 22 17 2.60498796991948D-17 22 18 1.70324663204991D-17 22 19 2.49952302222122D-17 22 20 6.33492008367888D-18 22 21 2.03424845361561D-17 22 22 5.27536626539290D-17 23 1 -6.90701942104314D-11 23 2 1.93386374509377D-10 23 3 -2.61742412506220D-10 23 4 -3.17709219223015D-10 23 5 -1.66567538230134D-10 23 6 8.12626095224730D-11 23 7 4.65832907916840D-10 23 8 -2.43993231099267D-10 23 9 2.54041354939913D-10 23 10 -1.04991478593003D-10 23 11 2.12134424300082D-10 23 12 3.58816986684909D-11 23 13 2.59379763302899D-11 23 14 5.03996035405168D-12 23 15 -1.09443249469485D-10 23 16 1.10268892192305D-17 23 17 1.17332519769196D-16 23 18 1.04433071520649D-17 23 19 1.25913026420568D-16 23 20 1.51754858376460D-17 23 21 1.49199206033328D-16 23 22 1.34653558888823D-17 23 23 1.47726224033366D-16 24 1 1.44254287767798D-10 24 2 3.04455681595942D-11 24 3 -9.72236603977523D-11 24 4 -1.48920877278396D-10 24 5 -1.23915885456525D-10 24 6 7.90170309671831D-11 24 7 6.48076494244601D-11 24 8 -1.73001073386986D-11 24 9 -3.20751192205224D-11 24 10 -4.37389148885046D-11 24 11 7.18123302564508D-11 24 12 6.65289044630487D-11 24 13 -1.64021618718941D-11 24 14 3.89580778329697D-11 24 15 -1.62471436628227D-11 24 16 -7.88076426511276D-18 24 17 1.96406061126773D-17 24 18 4.70173430991575D-18 24 19 1.58628392887420D-17 24 20 -9.84242980636569D-19 24 21 1.40263443371590D-17 24 22 9.96520772893617D-18 24 23 9.55583504790465D-18 24 24 4.37397442715142D-17 25 1 5.57852616363807D-10 25 2 1.10265906150482D-10 25 3 -3.83334945833810D-10 25 4 -6.47891201195196D-10 25 5 -4.33550333841454D-10 25 6 2.97371936575167D-10 25 7 3.42988535012055D-10 25 8 -8.31730339594707D-11 25 9 -6.99606304574478D-11 25 10 -1.14397355471195D-10 25 11 2.74193980592751D-10 25 12 1.94876985026966D-10 25 13 -1.38552681439712D-10 25 14 1.32263389001193D-10 25 15 -3.89532948882362D-11 25 16 -4.87333728228311D-17 25 17 1.22399266555362D-16 25 18 -8.74890154657581D-18 25 19 1.03529787420283D-16 25 20 -2.62055356060331D-17 25 21 9.98377852948907D-17 25 22 1.56397982888555D-17 25 23 8.22927069119805D-17 25 24 1.09541919547044D-16 25 25 4.58349246723858D-16 26 1 -9.38813751215158D-11 26 2 6.07602863318218D-11 26 3 -1.11325502043373D-11 26 4 -2.25279934047674D-10 26 5 -4.53463344702097D-11 26 6 1.05615025000839D-10 26 7 9.83368599048610D-11 26 8 -1.07768426868052D-11 26 9 6.36392057895778D-11 26 10 1.07757675433104D-10 26 11 -3.77181696475038D-13 26 12 -1.26875457876191D-10 26 13 1.13066779146763D-10 26 14 -4.25991670345056D-12 26 15 -3.12462167448319D-11 26 16 1.33766124955425D-17 26 17 -1.44576809037799D-17 26 18 1.54975598741518D-18 26 19 1.45845059928932D-17 26 20 -2.86213725304741D-18 26 21 9.75341400127175D-18 26 22 1.79877235338005D-17 26 23 5.65994264026370D-18 26 24 1.09473405615831D-17 26 25 5.64634961982514D-18 26 26 3.75516645410672D-17 27 1 1.43961420913022D-10 27 2 1.56232785688492D-10 27 3 -3.13068041454847D-10 27 4 -2.53430028923926D-10 27 5 -1.81124804311513D-10 27 6 4.61051935832763D-11 27 7 4.50424189640753D-10 27 8 -2.33500990939016D-10 27 9 4.25242333475110D-11 27 10 -1.73563662685957D-10 27 11 2.06861026048886D-10 27 12 2.49542459941320D-10 27 13 -1.67391891526441D-10 27 14 5.15320222597121D-11 27 15 -2.51038443408994D-11 27 16 -6.18030060438768D-18 27 17 1.38002176291565D-16 27 18 2.18626844776970D-17 27 19 1.03222174916221D-16 27 20 1.71746067868170D-17 27 21 1.19771890020993D-16 27 22 4.09454363008732D-17 27 23 1.11056224303877D-16 27 24 2.01871971338514D-17 27 25 1.09268361615144D-16 27 26 -5.52974597658122D-18 27 27 1.51876179345119D-16 28 1 -2.68980091898204D-10 28 2 1.43589854326719D-10 28 3 7.16397495014663D-11 28 4 -9.32355484933908D-11 28 5 -2.27244037878403D-11 28 6 8.01781863482785D-11 28 7 1.84969022362618D-11 28 8 2.56088013993610D-11 28 9 3.36944575791851D-12 28 10 1.93030122026266D-10 28 11 -8.14175191005535D-11 28 12 -1.54867462828884D-10 28 13 1.50688627565678D-10 28 14 -6.50567228050100D-11 28 15 -3.19929143567773D-13 28 16 7.53891191037505D-18 28 17 -3.01660712103262D-17 28 18 -6.95368122509282D-18 28 19 2.27695152026442D-18 28 20 -1.18684124388854D-17 28 21 -9.38002433957397D-18 28 22 -1.30959598481537D-18 28 23 -1.08237317957664D-17 28 24 2.93313554296504D-18 28 25 -4.43450245073470D-18 28 26 2.10084193983132D-17 28 27 -3.38712860144469D-17 28 28 7.86169554717592D-17 29 1 3.70101580587144D-11 29 2 1.40051259388416D-10 29 3 -1.62906893529576D-10 29 4 -6.70128317209884D-11 29 5 -1.28000659110829D-10 29 6 6.43896399461127D-12 29 7 2.27030565923846D-10 29 8 -1.18979983987354D-10 29 9 -1.06769765609985D-10 29 10 -1.02295978339561D-10 29 11 1.18690385974062D-10 29 12 2.57300456948518D-10 29 13 -9.47318884220409D-11 29 14 -1.17609721213733D-11 29 15 5.93722879972411D-12 29 16 -1.03837800489548D-17 29 17 1.27286556386233D-16 29 18 2.10528571802860D-17 29 19 7.94597387767002D-17 29 20 1.67721169886996D-17 29 21 9.14857474634220D-17 29 22 1.97555966487558D-17 29 23 9.23390787847200D-17 29 24 1.10292204972118D-17 29 25 6.98405317956025D-17 29 26 -1.67511677251962D-17 29 27 1.02565974426608D-16 29 28 -1.81391709878921D-17 29 29 1.34520030221078D-16 30 1 4.59152422241712D-10 30 2 -8.66552997788589D-11 30 3 -7.37949758231333D-11 30 4 -2.76914315463845D-10 30 5 -1.83195637205037D-10 30 6 1.51056318950350D-10 30 7 -9.05048648712368D-11 30 8 9.64516683916805D-11 30 9 -9.52002086345122D-11 30 10 -4.34348841926937D-12 30 11 5.80132651538782D-11 30 12 3.78940264357597D-11 30 13 -8.73897856510526D-11 30 14 1.15385950784213D-10 30 15 -1.99551748934857D-11 30 16 -3.11661276911467D-17 30 17 -1.07988243403622D-17 30 18 -1.33686922240379D-17 30 19 -1.09815544973101D-17 30 20 -1.90444684850383D-17 30 21 -2.17667226179664D-17 30 22 -9.37038846887183D-18 30 23 -2.50115942376839D-17 30 24 5.44325465080722D-17 30 25 1.66513489483947D-16 30 26 6.93595050467038D-18 30 27 -9.31402421960984D-18 30 28 9.71953375494897D-18 30 29 -1.55877663722004D-17 30 30 1.44284712704940D-16 31 1 1.59230351337725D-10 31 2 1.83260412568822D-10 31 3 -2.29867576437775D-10 31 4 -7.19424906420316D-10 31 5 -3.17530584920854D-10 31 6 3.12429593998324D-10 31 7 3.82290869885973D-10 31 8 -7.47714754794516D-11 31 9 -9.62185183174912D-11 31 10 1.09442936028701D-10 31 11 1.30304192628192D-10 31 12 6.12861176965451D-11 31 13 6.84607099724113D-11 31 14 7.87374157534945D-11 31 15 -4.76295903545079D-11 31 16 -1.54671694809909D-17 31 17 7.82968884754570D-17 31 18 2.79404972475164D-18 31 19 6.45874998363531D-17 31 20 -9.44563658881273D-18 31 21 6.31448299001772D-17 31 22 2.08270870306725D-17 31 23 5.24310414462965D-17 31 24 6.37562340614418D-17 31 25 2.36007619134814D-16 31 26 1.43367271766403D-17 31 27 7.90371983686247D-17 31 28 -5.36773157061255D-18 31 29 4.59392597433578D-17 31 30 8.49569577675396D-17 31 31 2.00297543478000D-16 32 1 2.00991891283299D-10 32 2 1.76907684669674D-11 32 3 -1.21155885132703D-10 32 4 -9.73949043024083D-11 32 5 -1.09274630774476D-10 32 6 3.53364055939743D-11 32 7 8.47148979850373D-11 32 8 -4.51967419611098D-11 32 9 -1.15827199109164D-11 32 10 -8.79562572578909D-11 32 11 8.07366296850692D-11 32 12 1.08981421256185D-10 32 13 -1.00355636300639D-10 32 14 5.60439433272561D-11 32 15 -1.15792558629057D-11 32 16 -1.30057065214442D-17 32 17 3.73591549419700D-17 32 18 -5.33741835531305D-19 32 19 2.56901719136521D-17 32 20 -1.95154110881964D-18 32 21 2.82062848268053D-17 32 22 2.95323704093101D-18 32 23 2.53773932563859D-17 32 24 1.68860641859079D-17 32 25 5.61522354883927D-17 32 26 -3.20198100085738D-18 32 27 3.71494072537603D-17 32 28 -7.45186581299835D-18 32 29 2.89346181145967D-17 32 30 2.87365296631565D-17 32 31 2.66047892278835D-17 32 32 3.35549560426948D-17 33 1 -9.99319995170903D-11 33 2 5.29667929739185D-11 33 3 -4.37433307535638D-11 33 4 -5.84806930922388D-11 33 5 -7.42894685673543D-12 33 6 2.10408474059489D-11 33 7 1.10412141111367D-10 33 8 -5.51279778539824D-11 33 9 1.89911046856185D-10 33 10 7.96135258427309D-12 33 11 4.59427390308483D-11 33 12 -1.37170647340904D-10 33 13 4.00391619513820D-11 33 14 -3.63526497856386D-11 33 15 -3.00379004288701D-11 33 16 1.55275729770407D-17 33 17 2.16379510383651D-17 33 18 -4.15495680616519D-18 33 19 5.53701073501684D-17 33 20 -1.73365071407288D-18 33 21 6.12300394017105D-17 33 22 1.77813958898138D-18 33 23 5.07352620210214D-17 33 24 -7.97107547236472D-18 33 25 7.27672539339026D-18 33 26 6.18169041300077D-18 33 27 2.03401811506972D-17 33 28 3.87590192298181D-18 33 29 1.26102468523883D-17 33 30 -2.62720678231986D-17 33 31 -1.64274189784848D-18 33 32 -4.66498229791752D-18 33 33 4.34459423949920D-17 34 1 8.51290811021388D-11 34 2 5.52082379222525D-11 34 3 -4.80187794605142D-12 34 4 -5.22480594767372D-11 34 5 -4.56406937372908D-11 34 6 2.38392601088905D-11 34 7 4.11328842811794D-12 34 8 2.21971091439934D-11 34 9 -5.62828418049277D-11 34 10 8.47475391978823D-11 34 11 -4.44156267902028D-11 34 12 1.41686008794922D-12 34 13 -1.21741860559404D-10 34 14 1.26509419897001D-11 34 15 3.58285717813297D-11 34 16 -1.47095532340382D-17 34 17 -3.14472704973143D-18 34 18 -1.18674693704050D-17 34 19 -4.85255611971638D-18 34 20 -1.19382757817403D-17 34 21 -9.83102347482377D-18 34 22 -9.24675984864932D-18 34 23 -8.58668140961980D-18 34 24 1.24104078043746D-17 34 25 3.17857463918940D-17 34 26 -1.86546606313402D-18 34 27 -1.74135515024131D-18 34 28 4.79961776950183D-18 34 29 8.60062415596902D-19 34 30 4.07284202313015D-17 34 31 6.80654850800800D-18 34 32 2.00839321782941D-17 34 33 -1.14045248797015D-17 34 34 5.10813890937045D-17 35 1 1.75904203604639D-11 35 2 9.97396968514513D-11 35 3 -1.39734617272699D-10 35 4 -6.26141910842221D-11 35 5 -8.38357078304954D-11 35 6 -7.79850288146323D-12 35 7 2.15463014350396D-10 35 8 -1.16380518968985D-10 35 9 2.38431127751639D-11 35 10 -1.01211151496631D-10 35 11 9.34442841682036D-11 35 12 1.34947767936414D-10 35 13 -6.92280819041997D-11 35 14 7.03225600483922D-12 35 15 -1.12577676117022D-11 35 16 -3.16720063781464D-18 35 17 7.12209488590598D-17 35 18 9.11915808346690D-18 35 19 5.25984502953065D-17 35 20 8.51939579096106D-18 35 21 6.15915674448421D-17 35 22 1.43907937720089D-17 35 23 5.73511846360515D-17 35 24 7.47788370693610D-18 35 25 4.94155062438830D-17 35 26 -4.04768617225320D-18 35 27 6.82996691327584D-17 35 28 -1.40710697368295D-17 35 29 5.44443974877933D-17 35 30 -9.51113048104433D-18 35 31 3.25254247600572D-17 35 32 1.91270872019172D-17 35 33 1.24638125295778D-17 35 34 -1.14291523674577D-18 35 35 4.71361752431012D-17 36 1 6.16005175216915D-11 36 2 1.22533461060198D-10 36 3 -1.05908756705185D-10 36 4 -2.14639472396068D-10 36 5 -1.52810055097933D-10 36 6 9.78014005870318D-11 36 7 1.47728596039200D-10 36 8 -4.88285054223077D-11 36 9 -1.21855702648214D-11 36 10 2.24012155709747D-11 36 11 5.05276153045344D-11 36 12 4.33499319241235D-11 36 13 -1.70908682460542D-11 36 14 2.85774424565560D-11 36 15 -2.30570508606199D-11 36 16 -1.07202490932583D-17 36 17 3.04476721612047D-17 36 18 -4.14966912386120D-18 36 19 3.01553047964486D-17 36 20 -6.26704751058797D-18 36 21 2.92311950720585D-17 36 22 2.09342867086808D-19 36 23 2.50825214486763D-17 36 24 1.58305558795393D-17 36 25 5.90096431514132D-17 36 26 -1.36772990428675D-21 36 27 3.13499558570877D-17 36 28 6.07275951990870D-19 36 29 2.13166117910473D-17 36 30 3.04605460177514D-17 36 31 2.71606874170785D-17 36 32 2.68071025072499D-17 36 33 6.24418198555650D-19 36 34 2.37623080120931D-17 36 35 1.71086620781236D-17 36 36 3.51926486202559D-17 37 1 -1.24193203803910D-10 37 2 7.58379910628586D-11 37 3 -3.07099405456867D-11 37 4 -1.37773512434446D-10 37 5 -3.17713736925589D-11 37 6 5.54178385386171D-11 37 7 1.25019788611960D-10 37 8 -4.56810680838483D-11 37 9 1.21068894527487D-10 37 10 5.30488484608446D-11 37 11 3.43454001115678D-11 37 12 -1.07181730426934D-10 37 13 8.38980258521500D-11 37 14 -3.27309920117847D-11 37 15 -3.85950064463800D-11 37 16 1.54437911583288D-17 37 17 2.32094473199757D-17 37 18 2.15857366253291D-19 37 19 4.41190516788958D-17 37 20 1.95889838251022D-18 37 21 5.15395466906717D-17 37 22 2.09208905941492D-18 37 23 4.32377151479836D-17 37 24 -1.15246365227369D-17 37 25 -1.40292858627222D-17 37 26 4.80790825813685D-18 37 27 1.99152574367096D-17 37 28 -2.81761808087187D-18 37 29 1.74835719698000D-17 37 30 -3.48093738786172D-17 37 31 -3.61088664019721D-18 37 32 -5.86880609058365D-18 37 33 3.27835328045127D-17 37 34 -1.05083993528890D-17 37 35 1.39034387054450D-17 37 36 -8.22175975288546D-19 37 37 5.79975416835704D-17 38 1 -6.95315040320955D-11 38 2 5.76036589733245D-11 38 3 2.32116014141467D-11 38 4 -1.05762168765429D-10 38 5 -1.53437924131841D-11 38 6 4.85607868059178D-11 38 7 3.66375579005886D-11 38 8 1.31530710974028D-11 38 9 1.80192822287709D-11 38 10 1.13234999452508D-10 38 11 -3.86038021540979D-11 38 12 -9.20170962331089D-11 38 13 2.54211006677624D-11 38 14 -1.68091622508389D-11 38 15 2.22541485744913D-12 38 16 -4.44055571537440D-19 38 17 -8.09291477907444D-18 38 18 -1.01089144127259D-17 38 19 1.01533528618249D-17 38 20 -1.19440802875840D-17 38 21 4.45536615481213D-18 38 22 -4.76597103956089D-18 38 23 3.41627153151202D-18 38 24 -1.77159463949623D-18 38 25 5.66166248171986D-18 38 26 3.84921109765093D-18 38 27 -5.44271152413978D-18 38 28 8.25968325553541D-18 38 29 -4.24621785974651D-18 38 30 6.00044520132155D-18 38 31 -8.32591772260190D-19 38 32 3.90673008721247D-18 38 33 8.96956284753925D-18 38 34 9.33275745523131D-18 38 35 -1.22707396574568D-18 38 36 5.84941888627495D-18 38 37 5.16606069282236D-18 38 38 1.51141818478044D-17 39 1 4.39909485458240D-11 39 2 7.01126492466150D-11 39 3 -1.20135339816350D-10 39 4 -1.15072026429150D-10 39 5 -8.20495128506028D-11 39 6 2.34645518658678D-11 39 7 1.81485860509535D-10 39 8 -8.98307130758178D-11 39 9 1.77106195131256D-11 39 10 -6.52462191417811D-11 39 11 8.63935635905298D-11 39 12 9.82668984488157D-11 39 13 -4.51585514281652D-11 39 14 1.53740238895216D-11 39 15 -1.93067405426772D-11 39 16 -3.53223139379597D-18 39 17 6.08195190692378D-17 39 18 7.37900017819802D-18 39 19 4.62231768779528D-17 39 20 7.49859295947503D-18 39 21 5.44053094597156D-17 39 22 9.79189484559980D-18 39 23 4.99077620416264D-17 39 24 7.65249808207592D-18 39 25 4.43951893078461D-17 39 26 -4.67432393593622D-18 39 27 5.57039491733957D-17 39 28 -1.22442310833685D-17 39 29 4.82917027951214D-17 39 30 -5.13900917276631D-18 39 31 2.81457746913224D-17 39 32 1.71353925234279D-17 39 33 9.04564369261226D-18 39 34 3.33954379511296D-19 39 35 2.60042813314191D-17 39 36 1.40600368955281D-17 39 37 7.00537293029328D-18 39 38 -2.48024271018418D-18 39 39 2.68478096754551D-17 40 1 -3.70530276236860D-11 40 2 -3.89105229619726D-12 40 3 2.34611221109631D-11 40 4 -3.11781556264265D-11 40 5 1.59894001622604D-11 40 6 6.10089560463567D-12 40 7 3.96905722377649D-12 40 8 6.14813592396371D-12 40 9 1.66897244065427D-11 40 10 3.32156054608274D-11 40 11 -1.31424710054126D-11 40 12 -3.58226360245953D-11 40 13 3.10465096513037D-11 40 14 -5.10402985990866D-12 40 15 -1.04291094391245D-11 40 16 -8.55767158317049D-19 40 17 -2.96996342323937D-18 40 18 -6.76103464181781D-18 40 19 4.47296456126466D-18 40 20 -5.27934267957887D-18 40 21 3.32583995851028D-18 40 22 -5.11234947854128D-18 40 23 3.42450187741818D-18 40 24 -4.93571641217340D-18 40 25 -3.12432507724026D-18 40 26 -1.26797425961243D-18 40 27 -1.15593919588596D-18 40 28 -9.87695098579038D-19 40 29 -1.17081245415795D-18 40 30 -3.52235111890422D-20 40 31 3.22933545564505D-18 40 32 -7.64551223130818D-19 40 33 4.48763833107675D-18 40 34 9.86564174267812D-19 40 35 2.85117638526405D-18 40 36 -5.26647497374117D-19 40 37 3.96962807184145D-18 40 38 4.15338113318132D-18 40 39 -2.27687378442000D-18 40 40 2.20593481953312D-17 41 1 -1.69809495521403D-11 41 2 5.19479393678465D-11 41 3 -8.17011374049080D-11 41 4 -1.24958682004445D-10 41 5 -5.82307661867548D-11 41 6 3.98396658301428D-11 41 7 1.41673783238495D-10 41 8 -7.16601691223774D-11 41 9 9.28745218071543D-11 41 10 -3.03501713776917D-11 41 11 7.47230891522185D-11 41 12 -6.31986560601062D-12 41 13 3.06160149436995D-11 41 14 3.21990031481473D-12 41 15 -4.46931843870157D-11 41 16 4.87071822364584D-18 41 17 3.65623284763347D-17 41 18 3.33690531943952D-18 41 19 4.42157911459301D-17 41 20 4.90050806101791D-18 41 21 5.14182512289217D-17 41 22 5.76588453343152D-18 41 23 4.45178960663396D-17 41 24 2.34076879747663D-18 41 25 2.69169365336037D-17 41 26 1.49014466707069D-18 41 27 3.50366694882450D-17 41 28 -4.38540839637323D-18 41 29 2.77694573109203D-17 41 30 -9.51871679406623D-18 41 31 1.72356070539828D-17 41 32 6.17196574028147D-18 41 33 1.89586771640168D-17 41 34 -6.50365738618654D-18 41 35 1.65757118913447D-17 41 36 6.28034507880323D-18 41 37 1.55637640598820D-17 41 38 8.79548949826503D-19 41 39 1.57750768117400D-17 41 40 1.48141554873370D-18 41 41 2.07118168632043D-17 42 1 -1.95243660350320D-11 42 2 -4.23857486153289D-11 42 3 8.13568857509872D-11 42 4 -7.16912547689562D-11 42 5 4.79411174188131D-11 42 6 4.27766838821678D-11 42 7 -7.05738076169781D-11 42 8 7.63005389876096D-11 42 9 -4.17649724778007D-11 42 10 1.31779950526745D-10 42 11 -6.88902069392035D-11 42 12 -1.10285486398717D-10 42 13 3.00094708399394D-11 42 14 -1.29657113408342D-11 42 15 2.79168880494439D-11 42 16 1.59926283994158D-19 42 17 -1.83655510517894D-17 42 18 -1.32387463275250D-17 42 19 -7.90457669617883D-18 42 20 -1.33561274371850D-17 42 21 -1.39647588944605D-17 42 22 -1.03405267515870D-17 42 23 -1.15502356738520D-17 42 24 -1.11432524821566D-17 42 25 -1.83837810835802D-17 42 26 -4.22927972391269D-18 42 27 -1.94542648403869D-17 42 28 2.45223206249280D-19 42 29 -1.07503570207368D-17 42 30 -6.38872703815849D-18 42 31 -8.03590636123775D-18 42 32 -7.70834430982192D-18 42 33 3.96344181920008D-18 42 34 -1.29298202591092D-18 42 35 -1.08116988801012D-17 42 36 -5.15385530566268D-18 42 37 3.54423353083757D-18 42 38 4.55009327976121D-18 42 39 -6.13255549495824D-18 42 40 6.54301670036506D-18 42 41 -2.82177331642230D-18 42 42 2.25755700769648D-17 43 1 2.65743141690332D-11 43 2 7.22748290782071D-11 43 3 -1.15932995314783D-10 43 4 -8.40695091122760D-11 43 5 -8.85871182956723D-11 43 6 2.23928574364426D-11 43 7 1.55363425210368D-10 43 8 -8.72401967022951D-11 43 9 1.43437719540485D-11 43 10 -8.20900709714275D-11 43 11 9.45266765942110D-11 43 12 1.07567318212133D-10 43 13 -1.57781506321100D-11 43 14 9.02582133240210D-12 43 15 -2.83709523651279D-11 43 16 -2.07798832131374D-18 43 17 5.79523844278173D-17 43 18 8.62654535879675D-18 43 19 4.55440041576568D-17 43 20 8.20872085920855D-18 43 21 5.30560774179748D-17 43 22 1.10794452505386D-17 43 23 4.85113589678243D-17 43 24 7.94943011547667D-18 43 25 4.54290805809874D-17 43 26 -3.13734988731140D-18 43 27 5.39894216295554D-17 43 28 -1.04210045166350D-17 43 29 4.62832169202846D-17 43 30 -5.00024473318012D-18 43 31 2.93175762545533D-17 43 32 1.45156273310710D-17 43 33 1.03466445941119D-17 43 34 -2.65692031992260D-18 43 35 2.99887873394677D-17 43 36 1.27977267323696D-17 43 37 1.11902950530415D-17 43 38 -2.38828041458679D-18 43 39 2.13301318741740D-17 43 40 7.46389051288202D-19 43 41 1.50565763552173D-17 43 42 -9.01390889515085D-18 43 43 2.55455421965275D-17 44 1 -5.81215296851976D-11 44 2 1.01800479165737D-11 44 3 3.41623699765287D-11 44 4 6.39204030335279D-12 44 5 3.08897840570778D-11 44 6 -1.34018737918442D-11 44 7 8.19804305975217D-13 44 8 1.30432227506131D-12 44 9 6.30397114777297D-12 44 10 4.43940265805561D-11 44 11 -3.66367047341722D-11 44 12 -2.74806451385262D-11 44 13 6.51564634774122D-12 44 14 -5.73746615263156D-12 44 15 4.16178262348214D-13 44 16 -3.82688612171360D-18 44 17 -9.68052327660918D-18 44 18 -7.58717069367479D-18 44 19 -7.05524606091456D-18 44 20 -5.69578811613603D-18 44 21 -8.64597058769003D-18 44 22 -8.20701504819164D-18 44 23 -6.29181463226086D-18 44 24 -9.19806768904300D-18 44 25 -1.62389098532545D-17 44 26 -4.33858399387889D-18 44 27 -8.65738627406597D-18 44 28 -1.78855659672596D-18 44 29 -6.43806985725425D-18 44 30 -5.26676512752773D-18 44 31 -1.00810410754870D-17 44 32 -3.85227739553982D-18 44 33 -3.07468723959077D-19 44 34 1.49263276118378D-18 44 35 -1.37807034539975D-18 44 36 -3.49667102651785D-18 44 37 -4.73354086756413D-19 44 38 3.25739680259468D-18 44 39 -4.06546532265314D-18 44 40 7.89465658786808D-18 44 41 -2.77950275540395D-18 44 42 5.10282822242501D-18 44 43 -2.97389441750383D-18 44 44 1.77387274561599D-17 45 1 3.52002348101803D-13 45 2 4.28161445653822D-11 45 3 -9.30093448989170D-11 45 4 -1.35904944630771D-10 45 5 -6.79992979274807D-11 45 6 4.74353681316213D-11 45 7 1.42777367045815D-10 45 8 -7.21665836853163D-11 45 9 9.91267873018500D-11 45 10 -4.78889197982080D-11 45 11 9.26664042148911D-11 45 12 -3.02451057515963D-12 45 13 4.06644886282889D-11 45 14 4.68332628193244D-12 45 15 -5.05282957942727D-11 45 16 5.80095577874863D-18 45 17 4.15852495628001D-17 45 18 3.98281129797702D-18 45 19 5.07440536200569D-17 45 20 5.15504782036981D-18 45 21 5.84265833155448D-17 45 22 7.08665105770023D-18 45 23 5.04207557428019D-17 45 24 3.86481998421430D-18 45 25 3.53945170124372D-17 45 26 1.82139816034911D-18 45 27 3.96752501766763D-17 45 28 -4.69354317738734D-18 45 29 3.19296849310221D-17 45 30 -8.94491729872816D-18 45 31 2.47175880346654D-17 45 32 6.52077594182757D-18 45 33 2.27999284865390D-17 45 34 -8.61212628066621D-18 45 35 1.83039512819658D-17 45 36 6.75737022594641D-18 45 37 1.93446986818627D-17 45 38 1.06987556323473D-18 45 39 1.69346574702695D-17 45 40 1.90221384310390D-18 45 41 1.85399159488837D-17 45 42 -3.01792250740507D-18 45 43 1.71431928207939D-17 45 44 -5.77773625649981D-18 45 45 2.72819969555196D-17 46 1 -1.08742719374850D-10 46 2 4.88704285745374D-11 46 3 5.67204292507526D-11 46 4 -1.04194492472472D-10 46 5 2.81953636458397D-11 46 6 5.86755321810135D-11 46 7 1.76687741763927D-11 46 8 4.57140474836441D-11 46 9 -8.42604654396755D-12 46 10 1.80925143030721D-10 46 11 -8.16941552607496D-11 46 12 -1.55587637715649D-10 46 13 1.43432827101949D-11 46 14 -4.10856916620636D-11 46 15 4.86177393675928D-11 46 16 6.33489416148848D-18 46 17 -1.44505505425315D-17 46 18 -1.20908088954410D-17 46 19 4.51116186710107D-18 46 20 -1.56273401473475D-17 46 21 -3.63728928792107D-18 46 22 -4.95549123746560D-18 46 23 -1.96201758625540D-18 46 24 -1.48278668727347D-17 46 25 -2.54591354116533D-17 46 26 1.02794556676355D-18 46 27 -1.35792179760896D-17 46 28 6.95539062807215D-18 46 29 -8.77306051328367D-18 46 30 -2.37281187224783D-17 46 31 -1.36701368623281D-17 46 32 -1.15830833396307D-17 46 33 1.22916495689571D-17 46 34 -6.52857419334801D-18 46 35 -8.10711659491790D-18 46 36 -9.22734329965709D-18 46 37 3.66713613189824D-18 46 38 6.62766717835627D-18 46 39 -2.67558208075170D-18 46 40 2.93884331464990D-18 46 41 1.37073572554741D-18 46 42 1.67583319046877D-17 46 43 -7.32826513683863D-18 46 44 6.01290905398295D-18 46 45 -5.17752798875728D-20 46 46 7.22079135086014D-17 47 1 1.54979654221148D-10 47 2 6.46474982182411D-11 47 3 -1.60107868883588D-10 47 4 -6.55648953407106D-11 47 5 -9.55694158093375D-11 47 6 4.15099655221082D-12 47 7 1.79411891543017D-10 47 8 -9.49584529443515D-11 47 9 -6.97518592265910D-11 47 10 -1.04195795051372D-10 47 11 9.62423008516634D-11 47 12 2.01127888826080D-10 47 13 -1.64630836364264D-10 47 14 2.96380937425484D-11 47 15 2.45808385326910D-11 47 16 -1.16423202279505D-17 47 17 7.86049543978963D-17 47 18 9.97322255323878D-18 47 19 4.33152249267149D-17 47 20 6.83765905523538D-18 47 21 5.04481656985747D-17 47 22 1.58059078076950D-17 47 23 4.95576601875290D-17 47 24 1.43749152996487D-17 47 25 7.09777099281156D-17 47 26 -9.41574475883245D-18 47 27 7.48578127228965D-17 47 28 -1.86190973812735D-17 47 29 6.35011130820641D-17 47 30 6.97004592500804D-18 47 31 4.71508350445201D-17 47 32 2.48754321665384D-17 47 33 7.20549261564121D-19 47 34 6.75210513182425D-18 47 35 3.71958805308023D-17 47 36 2.08737548894114D-17 47 37 4.07995542055169D-18 47 38 -2.91313392804622D-18 47 39 2.88721057105150D-17 47 40 3.99515722021203D-19 47 41 1.38709462735109D-17 47 42 -1.15013779393060D-17 47 43 2.88672994216668D-17 47 44 -3.80431092734084D-18 47 45 1.61813595477370D-17 47 46 -1.92998926227917D-17 47 47 6.22201658231761D-17 48 1 4.28284115785237D-11 48 2 -1.13725833854694D-10 48 3 3.72475427359851D-11 48 4 4.12476288355647D-10 48 5 1.35414116733913D-10 48 6 -1.87094997435773D-10 48 7 -1.55075242162127D-10 48 8 1.33288042666314D-12 48 9 -1.33820960330050D-11 48 10 -1.72790053469629D-10 48 11 -6.73531953284566D-12 48 12 1.16116014868139D-10 48 13 -1.27439395534861D-10 48 14 -1.62858245384528D-11 48 15 4.71135482832586D-11 48 16 -4.86460611209271D-18 48 17 -1.12085845247768D-17 48 18 4.18027747346105D-18 48 19 -3.76062492101619D-17 48 20 7.74486759560231D-18 48 21 -3.11748754267018D-17 48 22 -8.29449484429351D-18 48 23 -2.45453360737250D-17 48 24 -1.71792555839860D-17 48 25 -4.68038470115379D-17 48 26 -1.68253374278970D-17 48 27 -1.80878192941049D-17 48 28 -1.39316982382225D-17 48 29 -1.09922272903818D-17 48 30 -2.71436358433879D-17 48 31 -3.47825488538842D-17 48 32 -1.82709425493478D-17 48 33 -8.98237531694409D-18 48 34 -1.89050984733981D-17 48 35 -8.77011585611984D-18 48 36 -2.22595071811579D-17 48 37 -5.61924153194455D-18 48 38 -1.32435783783854D-17 48 39 -8.13037363221584D-18 48 40 -5.28709443177188D-18 48 41 -7.63160958413166D-18 48 42 -3.66838909661371D-18 48 43 -6.57166430846761D-18 48 44 2.00344343156584D-18 48 45 -8.78638739934181D-18 48 46 -5.02878473033271D-20 48 47 -7.91263393652973D-18 48 48 4.84856903513461D-17 49 1 -4.60436508884624D-11 49 2 8.14275127397049D-11 49 3 -1.06636857359268D-10 49 4 -1.81214284173015D-10 49 5 -8.07052633586136D-11 49 6 6.11383558249057D-11 49 7 1.98245272462486D-10 49 8 -9.07739802805956D-11 49 9 1.79641108297188D-10 49 10 -2.53006375662223D-11 49 11 9.71637770598121D-11 49 12 -7.27124465668204D-11 49 13 5.43132798935225D-11 49 14 -7.11207479514938D-12 49 15 -6.14301609684195D-11 49 16 1.22577996412355D-17 49 17 4.31624727775835D-17 49 18 1.82370110867833D-18 49 19 6.95378160479645D-17 49 20 2.75150877266280D-18 49 21 7.75210033844024D-17 49 22 8.41637779718709D-18 49 23 6.55563155256651D-17 49 24 4.85523389294460D-18 49 25 4.32273818460535D-17 49 26 8.07452528349497D-18 49 27 4.41446180279054D-17 49 28 1.11340267282390D-18 49 29 3.30359839256368D-17 49 30 -1.21411707771397D-17 49 31 2.96274390279730D-17 49 32 6.43464065655707D-18 49 33 3.54611593243948D-17 49 34 -8.69145559997154D-18 49 35 2.23437028195290D-17 49 36 8.24982838569495D-18 49 37 2.93961581688628D-17 49 38 5.13383561497696D-18 49 39 1.92797760825178D-17 49 40 2.75111994521434D-18 49 41 2.35514604131698D-17 49 42 -4.18439421082631D-18 49 43 1.94914640795115D-17 49 44 -4.27950180153024D-18 49 45 2.86123057733025D-17 49 46 2.55552522508226D-18 49 47 1.44120391207045D-17 49 48 -1.70293701293169D-17 49 49 4.64276204287869D-17 50 1 -7.53912208462583D-10 50 2 7.59730303720675D-10 50 3 -2.19343001693363D-11 50 4 2.46569277684064D-10 50 5 -2.40933146138179D-10 50 6 5.17267932855305D-11 50 7 1.76979071553770D-10 50 8 -1.07444238264122D-10 50 9 -2.06840329185894D-10 50 10 2.83175945977056D-10 50 11 -2.25841038092412D-10 50 12 3.42579182038155D-11 50 13 4.71879245116699D-11 50 14 -1.85511927384267D-10 50 15 1.42789808793772D-10 50 16 -1.42090949237260D-18 50 17 1.93002015903906D-19 50 18 2.96336093470278D-18 50 19 -2.03258460794689D-17 50 20 -1.05265532256326D-17 50 21 -3.57882430745577D-17 50 22 8.00619732517189D-18 50 23 -1.62257272001508D-17 50 24 -7.14008783701258D-19 50 25 -3.08351544823984D-18 50 26 -1.71912461267729D-17 50 27 6.81680127746829D-18 50 28 -1.43609101505437D-17 50 29 1.34477455301805D-17 50 30 -2.91368061710308D-17 50 31 2.35180324712527D-19 50 32 -4.13405404397811D-18 50 33 -5.96761577175014D-18 50 34 -9.24621274313869D-18 50 35 -1.45693285049461D-18 50 36 1.22743322826818D-18 50 37 -8.95688070506483D-18 50 38 -9.55515920008846D-18 50 39 4.52225430960540D-19 50 40 -1.05599655021422D-17 50 41 -1.05748877231460D-17 50 42 7.48742357058138D-18 50 43 -7.75488435749234D-18 50 44 -2.96232038209085D-18 50 45 -1.39580689485533D-17 50 46 2.01789965586349D-17 50 47 3.01168527551349D-18 50 48 1.60281105424829D-17 50 49 -2.36570806302684D-17 50 50 4.51329578806398D-16 51 1 -1.06199982856863D-10 51 2 1.99592474122969D-10 51 3 -5.12541653922738D-11 51 4 -3.73824060936479D-10 51 5 -1.27076660865439D-10 51 6 1.78858474381597D-10 51 7 2.10080382237932D-10 51 8 -3.37356714632016D-11 51 9 -1.46753653795225D-10 51 10 2.25650533146234D-10 51 11 -6.08954198908567D-11 51 12 -5.92766466265571D-12 51 13 4.42930950094910D-11 51 14 2.21152473650196D-11 51 15 2.50770372119479D-11 51 16 -1.13442495093883D-17 51 17 1.35468632020175D-17 51 18 -2.47452382674142D-18 51 19 -1.92910517694921D-18 51 20 -1.21725767186825D-17 51 21 -1.04730044204709D-17 51 22 1.13389273922085D-17 51 23 -2.26224274388140D-18 51 24 1.59513928530365D-17 51 25 5.11030116868537D-17 51 26 4.84551938582460D-18 51 27 2.12044048764056D-17 51 28 -1.92532019173142D-19 51 29 1.65778560803995D-17 51 30 2.68229043185959D-17 51 31 4.88926517312398D-17 51 32 1.08897175669286D-17 51 33 -1.54839147353614D-17 51 34 1.23368683564178D-17 51 35 3.53813090504305D-18 51 36 1.44311612546098D-17 51 37 -1.14682640278654D-17 51 38 2.32812721520368D-18 51 39 5.75063992697102D-18 51 40 -1.15891053300342D-18 51 41 -4.89129860739278D-18 51 42 5.85355060311600D-18 51 43 -8.65336331128749D-19 51 44 6.69911774218612D-19 51 45 -7.34343063998720D-18 51 46 4.13638578628857D-18 51 47 1.30469796230735D-17 51 48 -1.46617198376168D-17 51 49 -1.45450817185029D-17 51 50 1.06897760885303D-16 51 51 8.31961799568226D-17 52 1 -1.41649929972366D-10 52 2 5.41924226117471D-11 52 3 -1.14186742074247D-10 52 4 -1.71796336226613D-10 52 5 -5.90858610026774D-11 52 6 1.68600574002032D-11 52 7 2.64165102240097D-10 52 8 -1.46567675937728D-10 52 9 1.98560030578032D-10 52 10 -1.42649578938541D-10 52 11 1.27728553461372D-10 52 12 1.88631625986584D-11 52 13 1.91930754078890D-10 52 14 2.37326017375456D-11 52 15 -1.20096463838326D-10 52 16 7.99356176005417D-19 52 17 2.57533883774269D-17 52 18 2.15967165991652D-18 52 19 3.39894038742187D-17 52 20 8.46846041157180D-19 52 21 4.65390403353322D-17 52 22 -2.09210425249551D-18 52 23 3.90523645649094D-17 52 24 -1.86485648164789D-17 52 25 -8.18843997160667D-18 52 26 -9.70561980912758D-18 52 27 2.66024178779930D-17 52 28 -1.50146963635966D-17 52 29 1.24470794550045D-17 52 30 -5.23209956441917D-17 52 31 -2.68230778351321D-18 52 32 -1.16455369987775D-17 52 33 2.37090379347961D-17 52 34 -3.78022501589641D-17 52 35 9.66745138744330D-18 52 36 -1.04907049872437D-17 52 37 2.44476382154604D-17 52 38 -7.05901666774904D-18 52 39 1.66825187326304D-17 52 40 -5.82097443066132D-18 52 41 1.99632238176471D-17 52 42 -1.05690610269836D-19 52 43 1.17503721016991D-17 52 44 -1.23951766215278D-18 52 45 2.59905447835351D-17 52 46 2.87952537132595D-17 52 47 -6.17972533337871D-18 52 48 2.41807675285534D-17 52 49 3.18909101157730D-17 52 50 9.37865726199509D-18 52 51 -1.01228127281855D-17 52 52 3.44913947441303D-16 53 1 2.29130533894556D-10 53 2 9.77673917396862D-11 53 3 -1.64582599669475D-10 53 4 -7.29003271563635D-11 53 5 -9.81480284241607D-11 53 6 2.01410381229790D-11 53 7 1.76557360934675D-10 53 8 -6.66279079556068D-11 53 9 -1.95975353747352D-10 53 10 -1.51947328710501D-11 53 11 4.45342824695063D-11 53 12 2.30167215301575D-10 53 13 -3.17592810936192D-10 53 14 2.24742900972570D-11 53 15 1.10249690696234D-10 53 16 -1.65781908895500D-17 53 17 9.90223438194161D-17 53 18 7.64184944091075D-18 53 19 4.62006352472635D-17 53 20 1.39050296964791D-18 53 21 4.88260292802961D-17 53 22 1.99866007495348D-17 53 23 5.31160513644657D-17 53 24 1.73275104003566D-17 53 25 8.67262856870366D-17 53 26 -1.41269747327719D-17 53 27 9.24267933952050D-17 53 28 -2.21359267040138D-17 53 29 8.46388757723230D-17 53 30 1.04892900602279D-17 53 31 5.75130285208731D-17 53 32 3.48745097198295D-17 53 33 -6.28312468215740D-18 53 34 1.86549111211978D-17 53 35 4.65232812559109D-17 53 36 2.88362647288638D-17 53 37 -4.10096914630628D-18 53 38 -1.95927218672946D-18 53 39 3.62504822734507D-17 53 40 1.41167911528452D-18 53 41 1.19546967414408D-17 53 42 -6.33078241939716D-18 53 43 3.41010136964664D-17 53 44 -8.75271907191682D-19 53 45 1.13369599858653D-17 53 46 -1.11256149090146D-17 53 47 6.51948652769965D-17 53 48 -1.48315028970731D-17 53 49 6.19620211069802D-18 53 50 2.33741895390955D-17 53 51 2.74441282391011D-17 53 52 -8.61230812695978D-17 53 53 1.29240126568988D-16 54 1 -1.28596114357843D-10 54 2 1.25247360996874D-11 54 3 4.68272260606473D-11 54 4 1.01890176309962D-10 54 5 6.93228481424588D-11 54 6 -5.24795636991039D-11 54 7 -7.42894570127958D-12 54 8 -2.36602854314540D-12 54 9 2.58061728956092D-11 54 10 2.09461043886352D-11 54 11 -4.02165737840769D-11 54 12 -3.98008505246898D-11 54 13 1.31887809729283D-11 54 14 -3.92649681384106D-11 54 15 1.96470356151056D-11 54 16 6.66775382895492D-18 54 17 -3.19655242388839D-18 54 18 8.23399846777249D-19 54 19 -5.47536200429701D-18 54 20 1.70465817488059D-18 54 21 -2.94582604358655D-18 54 22 -3.35243860323454D-18 54 23 -1.26753536402310D-18 54 24 -1.94988005368926D-17 54 25 -4.28716097687880D-17 54 26 -6.46284175410302D-18 54 27 -8.03688859651215D-18 54 28 -5.29649019540612D-18 54 29 -4.72970014362765D-18 54 30 -3.81850522791479D-17 54 31 -2.13561864732210D-17 54 32 -2.06024980662175D-17 54 33 8.25181988531202D-18 54 34 -2.20582423049895D-17 54 35 -3.62023509431925D-18 54 36 -1.94633204032254D-17 54 37 1.01574211765078D-17 54 38 -6.28146391636183D-18 54 39 -1.97016132368753D-18 54 40 -2.95557028071332D-18 54 41 2.22297275403848D-18 54 42 2.16801312103615D-18 54 43 -2.52655190503083D-18 54 44 -2.41018261755734D-20 54 45 3.21936463412025D-18 54 46 1.01874190297731D-17 54 47 -7.72338988823702D-18 54 48 1.99770912284396D-17 54 49 5.30463343839081D-18 54 50 1.26168419989372D-17 54 51 -1.14885153368469D-17 54 52 4.44883209677609D-17 54 53 -1.83910970274471D-17 54 54 4.09292391006960D-17 55 1 1.22802613858106D-10 55 2 1.25425186267847D-10 55 3 -2.26648440882953D-10 55 4 -1.35791281578130D-10 55 5 -1.55918147244535D-10 55 6 1.68947463239133D-11 55 7 2.99831507797453D-10 55 8 -1.54909636355154D-10 55 9 -2.40237477166910D-11 55 10 -1.56024213329673D-10 55 11 1.62105627917861D-10 55 12 2.45107265792952D-10 55 13 -1.30818607553470D-10 55 14 2.32969944321703D-11 55 15 -1.13298264813948D-11 55 16 -1.05878923810514D-17 55 17 1.12429957148747D-16 55 18 1.43890513695919D-17 55 19 7.23632933979007D-17 55 20 1.33069949515101D-17 55 21 8.61391078792664D-17 55 22 1.74171547419234D-17 55 23 8.28854769223229D-17 55 24 1.55037814601282D-17 55 25 9.09092727151153D-17 55 26 -1.25303304863614D-17 55 27 1.02210933312481D-16 55 28 -2.37561085042366D-17 55 29 9.15217866636802D-17 55 30 -6.97467610175935D-18 55 31 5.90741498908480D-17 55 32 2.95298193893070D-17 55 33 1.25015573274390D-17 55 34 9.65361468006385D-20 55 35 5.19805735117863D-17 55 36 2.46179328701460D-17 55 37 1.38931983969687D-17 55 38 -5.68269905528109D-18 55 39 4.41444888989165D-17 55 40 -2.62547937933690D-18 55 41 2.47663512596170D-17 55 42 -1.43292813214426D-17 55 43 4.13912679974284D-17 55 44 -5.95470591159393D-18 55 45 2.78321499284986D-17 55 46 -9.68116620579001D-18 55 47 5.76666740054375D-17 55 48 -4.37575370848480D-18 55 49 2.88662028663071D-17 55 50 2.76812223344496D-18 55 51 7.30281201983753D-18 55 52 2.09022759575669D-17 55 53 7.40915682072070D-17 55 54 -1.08062144299166D-17 55 55 9.88064899290737D-17 56 1 -8.21141755493851D-12 56 2 -1.06976298963482D-10 56 3 5.34897111869328D-11 56 4 3.02907569405194D-10 56 5 1.28075976596809D-10 56 6 -1.40649710906652D-10 56 7 -1.28084282287036D-10 56 8 9.82451978130022D-12 56 9 4.63543155972895D-12 56 10 -1.18733394385750D-10 56 11 -1.64485637579842D-11 56 12 5.57212446605113D-11 56 13 -4.78784556048281D-11 56 14 -1.44755986531473D-11 56 15 2.68033372227302D-11 56 16 1.11395283592090D-18 56 17 -8.70080651331215D-18 56 18 4.91225452868773D-18 56 19 -2.35315897659762D-17 56 20 1.07640235700166D-17 56 21 -1.98964008662245D-17 56 22 -3.22928364771102D-18 56 23 -1.49045869131330D-17 56 24 -1.52789148846191D-17 56 25 -4.62809731331861D-17 56 26 -1.04420979524259D-17 56 27 -1.38099701657638D-17 56 28 -9.30875770352624D-18 56 29 -7.00889222370900D-18 56 30 -2.79184715239497D-17 56 31 -2.75318914484958D-17 56 32 -1.76221834630097D-17 56 33 -2.88157507759308D-18 56 34 -1.93027059725898D-17 56 35 -5.88301471203820D-18 56 36 -2.07890338073168D-17 56 37 -7.17219108937365D-19 56 38 -1.05239368186898D-17 56 39 -5.84508879640967D-18 56 40 -3.07181693873208D-18 56 41 -3.88279362810147D-18 56 42 -1.77774574110394D-18 56 43 -4.78542486840305D-18 56 44 2.58392154833790D-19 56 45 -4.28850360220219D-18 56 46 5.64954657215663D-19 56 47 -8.28002923789095D-18 56 48 2.65647136504531D-17 56 49 -7.84237422671008D-18 56 50 4.29054871010509D-18 56 51 -1.40576534238815D-17 56 52 9.40400063098387D-18 56 53 -1.32462525209806D-17 56 54 1.94637759236367D-17 56 55 -8.07432154767865D-18 56 56 2.84297061284089D-17 57 1 1.27060334887878D-10 57 2 8.27222015790733D-12 57 3 -1.67314983505127D-10 57 4 9.15736697292745D-11 57 5 -3.48106835748241D-11 57 6 -6.03267532713836D-11 57 7 1.42854079893591D-10 57 8 -1.13451241018771D-10 57 9 1.12209116061930D-10 57 10 -2.02115651038295D-10 57 11 1.49465956544687D-10 57 12 1.07043690982093D-10 57 13 -1.59372413254150D-10 57 14 -9.47622773864930D-12 57 15 8.38892311259329D-12 57 16 6.51874729707520D-18 57 17 8.64427530947702D-17 57 18 1.11958704301290D-17 57 19 7.99444093560480D-17 57 20 9.52663916400841D-18 57 21 9.49423177076313D-17 57 22 1.74866888740359D-17 57 23 8.43030380509376D-17 57 24 1.07657645009986D-17 57 25 7.04116056923842D-17 57 26 -5.38318571657474D-18 57 27 7.81700583880567D-17 57 28 -1.24508177443563D-17 57 29 6.84546580734767D-17 57 30 -1.83339103455451D-17 57 31 4.11981785532222D-17 57 32 1.77013984879813D-17 57 33 3.41361163558189D-17 57 34 -8.70324623422325D-18 57 35 4.01063066029295D-17 57 36 1.35712433586499D-17 57 37 2.80182722048056D-17 57 38 -1.58335242244928D-18 57 39 3.45995042758534D-17 57 40 -2.10949435194927D-18 57 41 2.86563895359007D-17 57 42 -1.11669748985340D-17 57 43 3.40300293343034D-17 57 44 -9.26200839278318D-18 57 45 3.46697705398603D-17 57 46 -5.87169928162837D-18 57 47 3.97419240254999D-17 57 48 -8.81157129256025D-18 57 49 4.55175567458950D-17 57 50 -1.09906268239860D-17 57 51 -1.68634797049714D-17 57 52 2.97677152862225D-17 57 53 4.22972844961514D-17 57 54 2.55555365090281D-18 57 55 6.25242172277222D-17 57 56 -5.81831601173579D-18 57 57 8.93797060407863D-17 58 1 3.28488931507102D-11 58 2 -1.24014667577581D-10 58 3 4.77147869140498D-11 58 4 2.63785379455164D-10 58 5 9.44122032867676D-11 58 6 -1.13440680921954D-10 58 7 -1.51754499002262D-10 58 8 2.78769129200991D-11 58 9 -2.13744446466898D-11 58 10 -1.38611239256940D-10 58 11 3.89759148309800D-12 58 12 7.58647965322881D-11 58 13 -6.26851285067342D-12 58 14 -2.17199491762331D-12 58 15 1.12355691050610D-11 58 16 3.87765903215283D-18 58 17 -1.46276104536483D-17 58 18 9.83474310520150D-18 58 19 -3.77596759351048D-17 58 20 1.36980429191961D-17 58 21 -3.05752064682306D-17 58 22 -1.41035156755063D-18 58 23 -2.49786792264149D-17 58 24 -1.04617628033198D-17 58 25 -4.59441321466785D-17 58 26 -8.04701220106334D-18 58 27 -2.10736264699017D-17 58 28 -1.00449821154537D-17 58 29 -1.21238980573918D-17 58 30 -2.19019396262022D-17 58 31 -2.65681568918594D-17 58 32 -1.72398085401751D-17 58 33 -9.70320638412482D-18 58 34 -1.92652180382265D-17 58 35 -1.05141784259006D-17 58 36 -2.13184167627717D-17 58 37 -5.24707037395229D-18 58 38 -1.21078050917826D-17 58 39 -9.77103499566357D-18 58 40 -5.10069840788149D-18 58 41 -7.57910594794437D-18 58 42 -4.42448234143534D-18 58 43 -7.36295100934292D-18 58 44 -2.51446056041446D-18 58 45 -7.73244241450893D-18 58 46 -5.63133271463730D-18 58 47 -1.00153251450012D-17 58 48 2.35813165058126D-17 58 49 -1.32558049143005D-17 58 50 1.04767568095022D-17 58 51 -1.45375620651042D-17 58 52 1.69996982165069D-18 58 53 -1.66072850194871D-17 58 54 1.46728284759606D-17 58 55 -1.33133766627114D-17 58 56 2.08383797264509D-17 58 57 -9.57895051452412D-18 58 58 3.34521039044238D-17 59 1 -2.66369331787527D-11 59 2 1.49973650850107D-10 59 3 -2.16650686157314D-10 59 4 -2.83164639250573D-10 59 5 -1.57851537964940D-10 59 6 7.96321329102595D-11 59 7 3.70043695174810D-10 59 8 -1.79816289430417D-10 59 9 2.01977870082094D-10 59 10 -9.52029260113483D-11 59 11 1.85191885805555D-10 59 12 2.50896326735370D-11 59 13 3.49607854611118D-11 59 14 2.50226433078655D-12 59 15 -9.00489524076532D-11 59 16 9.94741466007423D-18 59 17 9.73983477856173D-17 59 18 8.81299354879803D-18 59 19 1.11742537386186D-16 59 20 1.15889667058179D-17 59 21 1.27608747357634D-16 59 22 1.70611357777836D-17 59 23 1.11306517537917D-16 59 24 1.03161002807269D-17 59 25 7.82065527205681D-17 59 26 5.08919159686958D-18 59 27 9.37579773666906D-17 59 28 -9.19029982592759D-18 59 29 7.47480064701308D-17 59 30 -1.89568828262987D-17 59 31 5.06060713783372D-17 59 32 1.95464066741804D-17 59 33 4.49573721087987D-17 59 34 -1.01066291331866D-17 59 35 4.78541998393395D-17 59 36 1.96858269408732D-17 59 37 3.87683231082907D-17 59 38 2.54158450215062D-18 59 39 4.23754448843469D-17 59 40 1.22843745938960D-18 59 41 3.82526222866279D-17 59 42 -1.08781250779167D-17 59 43 4.05991841451062D-17 59 44 -7.03268863041124D-18 59 45 4.37813994392266D-17 59 46 -9.71405066576888D-19 59 47 4.00987847352526D-17 59 48 -2.03903483557291D-17 59 49 5.85066861907176D-17 59 50 -2.88099599427603D-17 59 51 -1.12040568103928D-17 59 52 4.30567607806796D-17 59 53 3.83801499161409D-17 59 54 1.88680998992318D-18 59 55 6.89924827612319D-17 59 56 -1.18763059441822D-17 59 57 7.39958326012533D-17 59 58 -2.22650756776878D-17 59 59 1.00583100354006D-16 60 1 -2.05742503221911D-10 60 2 6.70832542549148D-11 60 3 4.77173195878697D-12 60 4 -1.39512973016574D-10 60 5 -2.21112854472303D-11 60 6 4.78011316663794D-11 60 7 1.10189186812490D-10 60 8 -4.89518466521015D-11 60 9 1.14556432170887D-10 60 10 3.67717277948623D-11 60 11 2.55059398347651D-11 60 12 -8.50549537953120D-11 60 13 1.98294572384880D-10 60 14 -2.15260394006237D-11 60 15 -8.20743285369754D-11 60 16 1.77184544032166D-17 60 17 -7.44495445553597D-18 60 18 4.77168610650132D-18 60 19 1.34091588539103D-17 60 20 1.02838423684154D-17 60 21 1.93067451483120D-17 60 22 -4.87580628952885D-19 60 23 1.27813718330218D-17 60 24 -1.32174008889384D-17 60 25 -4.10694362345122D-17 60 26 5.28820456260201D-18 60 27 -3.99557536282254D-18 60 28 3.20953414407575D-19 60 29 -1.19101600566377D-17 60 30 -3.52017600210442D-17 60 31 -1.41756215838021D-17 60 32 -1.62576756666941D-17 60 33 1.33098698122059D-17 60 34 -2.13215590052905D-17 60 35 -1.38875488183565D-18 60 36 -1.34867561886911D-17 60 37 1.51265671211486D-17 60 38 -3.85975286848231D-18 60 39 -1.17844362082265D-18 60 40 -9.14954086511380D-19 60 41 7.37296103725787D-18 60 42 -2.46311278022360D-18 60 43 1.56226664532664D-18 60 44 -2.27686841077330D-18 60 45 9.13188365232166D-18 60 46 2.91305981833754D-18 60 47 -1.03183159495260D-17 60 48 1.62900708343496D-18 60 49 1.46781315784615D-17 60 50 -1.33740782400800D-17 60 51 -2.00137363321711D-17 60 52 2.69448626203223D-17 60 53 -2.38083742154523D-17 60 54 1.63240563758545D-17 60 55 -5.83328620933774D-18 60 56 8.89775018454771D-18 60 57 6.80886665381175D-18 60 58 7.22399458161566D-18 60 59 1.60854205396114D-17 60 60 4.83136449692601D-17 61 1 2.17349443410063D-10 61 2 1.14383964146712D-10 61 3 -2.61539124247934D-10 61 4 -7.82718111243032D-11 61 5 -1.41632734187266D-10 61 6 -1.27498035996659D-11 61 7 3.12370452811433D-10 61 8 -1.61196243898349D-10 61 9 -8.89363175352289D-11 61 10 -1.79277590574158D-10 61 11 1.62044810917698D-10 61 12 3.14590677715165D-10 61 13 -2.72170468535518D-10 61 14 2.64002407918957D-11 61 15 4.86345705313205D-11 61 16 -1.42164734765070D-17 61 17 1.51378053199940D-16 61 18 1.93707235615216D-17 61 19 8.18521698425902D-17 61 20 1.58155597209660D-17 61 21 1.01531914802085D-16 61 22 2.28086126010843D-17 61 23 1.02421618064828D-16 61 24 1.76560261999334D-17 61 25 1.12779515391714D-16 61 26 -2.01975923196149D-17 61 27 1.30979203599926D-16 61 28 -3.27631631037854D-17 61 29 1.24322320947437D-16 61 30 -1.05271130606889D-17 61 31 7.39898784118302D-17 61 32 3.57237282695324D-17 61 33 1.48424195735069D-17 61 34 -1.40104128030817D-19 61 35 6.72977696932678D-17 61 36 2.80815937168696D-17 61 37 1.68025314955510D-17 61 38 -8.57017889302108D-18 61 39 5.73380307578645D-17 61 40 -4.01556181252805D-18 61 41 3.00903088831312D-17 61 42 -1.55725663985894D-17 61 43 5.16225385849547D-17 61 44 -7.63588156003900D-18 61 45 3.33876466584976D-17 61 46 -1.05477908115272D-17 61 47 7.72059801362555D-17 61 48 -3.04673796571651D-18 61 49 3.27249683405642D-17 61 50 1.97318965399278D-17 61 51 1.97548556036106D-17 61 52 1.97814174425706D-17 61 53 1.03492748490637D-16 61 54 -8.39500702088857D-19 61 55 1.08765772453281D-16 61 56 -4.20970884945065D-18 61 57 7.98455719281671D-17 61 58 -1.04511790643876D-17 61 59 8.10762927337362D-17 61 60 -3.07931570305688D-17 61 61 1.77377389393171D-16 62 1 -1.23251065560157D-10 62 2 3.59565598828170D-12 62 3 2.04789418173066D-11 62 4 -8.62018511829028D-11 62 5 1.38913440554912D-11 62 6 3.32391574342773D-11 62 7 4.13328816358121D-11 62 8 -1.31575316902713D-11 62 9 5.70133010853040D-11 62 10 3.07555284743731D-11 62 11 1.01863172032927D-11 62 12 -6.73126917901604D-11 62 13 1.37364524567227D-10 62 14 -1.45157466844354D-11 62 15 -4.34186839779225D-11 62 16 1.76819732165791D-17 62 17 -6.22421947591168D-18 62 18 5.38696460013356D-18 62 19 4.88655308122663D-18 62 20 1.10141889493601D-17 62 21 8.63051034808002D-18 62 22 2.28404826983644D-18 62 23 6.74957427923666D-18 62 24 -1.26296386924137D-17 62 25 -4.14172714418449D-17 62 26 4.73085431506661D-18 62 27 -4.58133899716072D-18 62 28 -3.20846686043316D-19 62 29 -7.53882901494506D-18 62 30 -3.44787990581051D-17 62 31 -1.23231858668063D-17 62 32 -1.65525810741249D-17 62 33 9.44631488185585D-18 62 34 -2.13046221694197D-17 62 35 -2.23467733145623D-18 62 36 -1.53735418103187D-17 62 37 1.17555563620541D-17 62 38 -4.93217157687585D-18 62 39 -2.12573830921471D-18 62 40 -8.30166359729123D-19 62 41 4.41677016248270D-18 62 42 -7.76847677770952D-19 62 43 -1.80492626470429D-19 62 44 -1.84564856385751D-18 62 45 5.53271412576095D-18 62 46 2.20080029331754D-18 62 47 -8.35709773575609D-18 62 48 4.80777766318308D-18 62 49 8.33770649030038D-18 62 50 -9.53851528610461D-18 62 51 -1.40710624558025D-17 62 52 1.34732308248086D-17 62 53 -1.64628664049809D-17 62 54 1.45333235721722D-17 62 55 -5.49267224043839D-18 62 56 1.08970871593799D-17 62 57 4.38484213384012D-18 62 58 1.17028637664635D-17 62 59 7.67817764922689D-18 62 60 2.37868296391174D-17 62 61 -9.01656071206850D-18 62 62 2.88045896541458D-17 63 1 9.35453894658744D-11 63 2 1.29927723651079D-10 63 3 -2.47708623661847D-10 63 4 -1.05886874683233D-10 63 5 -1.53203115226274D-10 63 6 -5.04345112978677D-12 63 7 3.32226620792303D-10 63 8 -1.85671648662835D-10 63 9 3.53880247831907D-11 63 10 -2.05737916067219D-10 63 11 1.96153241134895D-10 63 12 2.48256420153101D-10 63 13 -1.14147207395555D-10 63 14 1.27938143076814D-11 63 15 -3.08923730430978D-11 63 16 -8.12884509458994D-18 63 17 1.32956889630303D-16 63 18 1.74008337190286D-17 63 19 9.22870937918109D-17 63 20 1.68167963725000D-17 63 21 1.13545404858877D-16 63 22 1.71788602541461D-17 63 23 1.08101223157333D-16 63 24 1.46337367216778D-17 63 25 9.79325155587445D-17 63 26 -1.30065337967622D-17 63 27 1.14060275379696D-16 63 28 -2.29938691482297D-17 63 29 1.07923279352928D-16 63 30 -1.36167388580835D-17 63 31 5.92980719563777D-17 63 32 3.04128376474619D-17 63 33 2.46127428240745D-17 63 34 -4.82902258363631D-18 63 35 6.03029462518943D-17 63 36 2.54330514620364D-17 63 37 2.34967226517696D-17 63 38 -5.95033574843323D-18 63 39 5.21638956055122D-17 63 40 -2.70784363688876D-18 63 41 3.34137334286566D-17 63 42 -1.61883154395737D-17 63 43 4.89202100255652D-17 63 44 -8.32544840726147D-18 63 45 3.79951391032812D-17 63 46 -1.03457406513310D-17 63 47 6.29107333639860D-17 63 48 -8.44331095474676D-18 63 49 4.21744067866856D-17 63 50 9.96776449543059D-19 63 51 4.68063370970246D-18 63 52 3.33376581898844D-17 63 53 7.52078892576063D-17 63 54 -2.46158794368665D-19 63 55 9.47712713744886D-17 63 56 -5.64899066685239D-18 63 57 7.94058037485925D-17 63 58 -1.30125830637896D-17 63 59 8.86095846167234D-17 63 60 -1.26893979016166D-18 63 61 1.26260000107065D-16 63 62 -5.50080979446016D-18 63 63 1.23651570654387D-16 64 1 -1.56946489977546D-10 64 2 6.29792078267252D-11 64 3 -1.32240314436287D-11 64 4 -1.25416582284568D-10 64 5 -3.80745717636383D-11 64 6 4.69412209866246D-11 64 7 1.00348791663812D-10 64 8 -4.38134234210636D-11 64 9 1.62004604955728D-10 64 10 1.55346513422411D-11 64 11 3.86788825979801D-11 64 12 -1.16997228273046D-10 64 13 1.66479633253902D-10 64 14 -1.97700827112407D-11 64 15 -7.87245539329757D-11 64 16 2.74912426776747D-17 64 17 -2.24358768101514D-17 64 18 6.83258417355356D-18 64 19 1.10035236500923D-17 64 20 1.13127286233750D-17 64 21 1.44914806021204D-17 64 22 1.44297242707166D-18 64 23 9.95948132675981D-18 64 24 -1.14734164491956D-17 64 25 -4.95788951717613D-17 64 26 8.58842152609949D-18 64 27 -9.80226121496398D-18 64 28 1.23378655158270D-18 64 29 -2.22706843954184D-17 64 30 -3.43727536398269D-17 64 31 -2.09017762957575D-17 64 32 -1.54232442605820D-17 64 33 1.63127128510954D-17 64 34 -2.04383813233068D-17 64 35 -4.84712275321751D-18 64 36 -1.23975680291094D-17 64 37 1.55131090178262D-17 64 38 -2.98605497743358D-18 64 39 -4.74150977656561D-18 64 40 -1.53394458650169D-18 64 41 6.11160237763173D-18 64 42 -2.94467585829031D-18 64 43 -2.09418983985099D-18 64 44 -3.60743673281365D-18 64 45 7.67396948408619D-18 64 46 3.77172201770224D-18 64 47 -1.62253790172937D-17 64 48 -7.16315829182466D-19 64 49 1.48509270650697D-17 64 50 1.94731199206031D-18 64 51 -2.34360819151948D-17 64 52 2.42792026721840D-17 64 53 -3.10317478918895D-17 64 54 1.06407940327676D-17 64 55 -1.06806235354553D-17 64 56 3.69306540127655D-18 64 57 6.33027666412541D-18 64 58 8.00571502754880D-18 64 59 1.35283544131552D-17 64 60 3.10855401677715D-17 64 61 -2.49025819751757D-17 64 62 2.35260136027290D-17 64 63 -1.14361895403331D-17 64 64 6.35476070663023D-17 65 1 2.02756650375443D-10 65 2 1.05178489285255D-10 65 3 -2.37727324945250D-10 65 4 -6.20260170475512D-11 65 5 -1.19741045125869D-10 65 6 -2.15133881065504D-11 65 7 2.93026987714089D-10 65 8 -1.50875954819888D-10 65 9 -1.50003743031152D-10 65 10 -1.60942899278824D-10 65 11 1.37013937008758D-10 65 12 3.47688964455662D-10 65 13 -2.72814688107886D-10 65 14 2.84246235887098D-11 65 15 6.15554971385823D-11 65 16 -2.22295747461311D-17 65 17 1.61702140706275D-16 65 18 1.99567170943006D-17 65 19 7.47750775423113D-17 65 20 1.54234234204578D-17 65 21 9.61971585062468D-17 65 22 2.35969791904931D-17 65 23 9.64067014527852D-17 65 24 1.60671396901501D-17 65 25 1.16543139851785D-16 65 26 -2.36691500437325D-17 65 27 1.33534754969804D-16 65 28 -3.67157488237283D-17 65 29 1.29129275236971D-16 65 30 -1.04637338181755D-17 65 31 7.78331556313175D-17 65 32 3.37191089664761D-17 65 33 8.49190455999851D-18 65 34 -1.42798113496704D-18 65 35 6.83405243266869D-17 65 36 2.51657432356672D-17 65 37 1.34002230188016D-17 65 38 -1.08362431094843D-17 65 39 5.81890683569916D-17 65 40 -4.50354070169693D-18 65 41 2.84455377665218D-17 65 42 -1.52126357935280D-17 65 43 5.25930217461961D-17 65 44 -7.18615635919413D-18 65 45 3.15264576633561D-17 65 46 -1.15865057618848D-17 65 47 8.11341719806426D-17 65 48 1.99730411356936D-19 65 49 2.83487138189057D-17 65 50 1.75666283809539D-17 65 51 2.50472483524895D-17 65 52 1.89673287528078D-17 65 53 1.09848737348373D-16 65 54 4.26836157528930D-18 65 55 1.09609315643865D-16 65 56 2.73952302311297D-19 65 57 7.46950563127712D-17 65 58 -6.70577959707271D-18 65 59 7.72409619464597D-17 65 60 -1.69432936199030D-17 65 61 1.62112894688934D-16 65 62 -1.04508138278776D-17 65 63 1.27782769509623D-16 65 64 -4.79959526388669D-17 65 65 1.95117055246428D-16 66 1 -2.48108231122621D-03 66 2 -1.29444936942304D-02 66 3 1.36514536505733D-02 66 4 3.75949841856334D-03 66 5 1.07523572665459D-02 66 6 1.48272038950922D-04 66 7 -1.90909768877326D-02 66 8 9.27273225636491D-03 66 9 4.24723872820729D-03 66 10 8.38127759584691D-03 66 11 -8.46451836600915D-03 66 12 -1.62716265363637D-02 66 13 9.43128274033092D-03 66 14 1.38392132224937D-03 66 15 -1.77533893492246D-03 66 16 4.81315285678581D-10 66 17 -7.92645412717869D-09 66 18 -1.19527295224176D-09 66 19 -5.35923772861677D-09 66 20 -6.98016390871830D-10 66 21 -5.94584702145074D-09 66 22 -1.50313167137578D-09 66 23 -5.78509831658175D-09 66 24 -7.43027365058910D-10 66 25 -5.16197050112879D-09 66 26 1.06644782354638D-09 66 27 -6.92845644263065D-09 66 28 1.36902622538632D-09 66 29 -6.71213054723783D-09 66 30 1.61370661066432D-09 66 31 -2.64407935195299D-09 66 32 -2.15210441042920D-09 66 33 -1.00025241464001D-09 66 34 1.38680685245930D-12 66 35 -3.60951014660023D-09 66 36 -1.86030570059004D-09 66 37 -8.11725578752535D-10 66 38 3.73100888462406D-10 66 39 -3.30423463183311D-09 66 40 4.97553135406780D-10 66 41 -1.75877469515390D-09 66 42 8.23475940361381D-10 66 43 -2.90420196434346D-09 66 44 6.65260685615757D-10 66 45 -1.95670536398286D-09 66 46 6.04710540222734D-11 66 47 -4.04961617416627D-09 66 48 8.21725122129892D-10 66 49 -2.08504904489465D-09 66 50 -2.43030509944163D-09 66 51 -1.63447575769096D-10 66 52 -2.04136788956633D-09 66 53 -5.61776465126345D-09 66 54 -8.61078448744944D-12 66 55 -6.05055908430918D-09 66 56 7.12042397713918D-10 66 57 -4.82932975197573D-09 66 58 8.98888261734419D-10 66 59 -4.92201095555382D-09 66 60 1.62299375163766D-10 66 61 -7.70334645857347D-09 66 62 3.54798401935774D-10 66 63 -6.93614738132686D-09 66 64 4.25137859934093D-10 66 65 -7.78220514239205D-09 66 66 5.81677923906362D-01 67 1 2.19130169423558D-03 67 2 -9.18435023858472D-03 67 3 1.08189459652343D-02 67 4 1.37357514118262D-02 67 5 6.47556800741388D-03 67 6 -3.68370492992698D-03 67 7 -1.99341042837442D-02 67 8 1.02105977474861D-02 67 9 -8.43476604433708D-03 67 10 1.61977749722402D-03 67 11 -6.70899865996336D-03 67 12 -1.58522529129218D-03 67 13 2.38727349816890D-03 67 14 -7.92816689623421D-04 67 15 2.88475104178007D-03 67 16 -3.44193326671679D-10 67 17 -4.71302019145803D-09 67 18 -1.76268599777977D-10 67 19 -4.73229177604354D-09 67 20 -3.35294879903441D-10 67 21 -5.68688884393548D-09 67 22 -7.19522501530390D-10 67 23 -5.06377105086822D-09 67 24 -4.42441858108072D-10 67 25 -3.24403931196976D-09 67 26 -1.54566083057051D-10 67 27 -4.72350222090975D-09 67 28 6.51668938723707D-10 67 29 -3.20691072824880D-09 67 30 7.09507765828818D-10 67 31 -2.21597711288594D-09 67 32 -1.61905657039561D-09 67 33 -1.74560030678924D-09 67 34 -3.26879557633685D-10 67 35 -2.64092557238866D-09 67 36 -1.62256948228205D-09 67 37 -1.37335875810571D-09 67 38 -2.26483805991763D-10 67 39 -1.98213382808087D-09 67 40 -3.95966795645482D-10 67 41 -1.53591084257483D-09 67 42 3.04509858798058D-10 67 43 -1.91448924179895D-09 67 44 8.38814547532459D-11 67 45 -1.68558879032811D-09 67 46 1.92282929715073D-10 67 47 -2.19463156868153D-09 67 48 1.46409420915455D-09 67 49 -2.19906166170840D-09 67 50 -3.12170870426183D-10 67 51 -5.36670515286117D-10 67 52 -3.14112840438295D-10 67 53 -2.97377219713300D-09 67 54 6.25783401031782D-10 67 55 -3.38655392617538D-09 67 56 1.03581172254596D-09 67 57 -2.96031193531840D-09 67 58 1.52664214979683D-09 67 59 -3.93932594295513D-09 67 60 -3.48063868940996D-11 67 61 -4.30925839086564D-09 67 62 1.11521800951230D-10 67 63 -4.04519924655261D-09 67 64 -1.19608346373120D-10 67 65 -4.01706931256623D-09 67 66 2.32885664313049D-01 67 67 2.81342608101916D-01 -SOLUTION/MATRIX_ESTIMATE L COVA * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_INFO *Index Cns_abr Subind Unit Description_of_constraint 1 CLO_RATE 1 d/l Clock rate between segments 2 CLO_RATE 2 d/l Clock rate between segments 3 CLO_RATE 3 d/l Clock rate between segments 4 CLO_RATE 4 d/l Clock rate between segments 5 CLO_RATE 5 d/l Clock rate between segments 6 CLO_RATE 6 d/l Clock rate between segments 7 CLO_RATE 7 d/l Clock rate between segments 8 CLO_RATE 8 d/l Clock rate between segments 9 CLO_RATE 9 d/l Clock rate between segments 10 CLO_RATE 10 d/l Clock rate between segments 11 CLO_RATE 11 d/l Clock rate between segments 12 CLO_RATE 12 d/l Clock rate between segments 13 CLO_RATE 13 d/l Clock rate between segments 14 CLO_RATE 14 d/l Clock rate between segments 15 CLO_RATE 15 d/l Clock rate between segments 16 CLO_RATE 16 d/l Clock rate between segments 17 CLO_RATE 17 d/l Clock rate between segments 18 CLO_RATE 18 d/l Clock rate between segments 19 CLO_RATE 19 d/l Clock rate between segments 20 CLO_RATE 20 d/l Clock rate between segments 21 CLO_RATE 21 d/l Clock rate between segments 22 CLO_RATE 22 d/l Clock rate between segments 23 CLO_RATE 23 d/l Clock rate between segments 24 CLO_RATE 24 d/l Clock rate between segments 25 CLO_RATE 25 d/l Clock rate between segments 26 ATM_RATE 1 d/l Atmosphere rate between segments 27 ATM_RATE 2 d/l Atmosphere rate between segments 28 ATM_RATE 3 d/l Atmosphere rate between segments 29 ATM_RATE 4 d/l Atmosphere rate between segments 30 ATM_RATE 5 d/l Atmosphere rate between segments 31 ATM_RATE 6 d/l Atmosphere rate between segments 32 ATM_RATE 7 d/l Atmosphere rate between segments 33 ATM_RATE 8 d/l Atmosphere rate between segments 34 ATM_RATE 9 d/l Atmosphere rate between segments 35 ATM_RATE 10 d/l Atmosphere rate between segments 36 ATM_RATE 11 d/l Atmosphere rate between segments 37 ATM_RATE 12 d/l Atmosphere rate between segments 38 ATM_RATE 13 d/l Atmosphere rate between segments 39 ATM_RATE 14 d/l Atmosphere rate between segments 40 ATM_RATE 15 d/l Atmosphere rate between segments 41 ATM_RATE 16 d/l Atmosphere rate between segments 42 ATM_RATE 17 d/l Atmosphere rate between segments 43 ATM_RATE 18 d/l Atmosphere rate between segments 44 ATM_RATE 19 d/l Atmosphere rate between segments 45 ATM_RATE 20 d/l Atmosphere rate between segments 46 ATM_RATE 21 d/l Atmosphere rate between segments 47 ATM_RATE 22 d/l Atmosphere rate between segments 48 ATM_RATE 23 d/l Atmosphere rate between segments 49 ATM_RATE 24 d/l Atmosphere rate between segments 50 ATM_RATE 25 d/l Atmosphere rate between segments 51 ATM_RATE 26 d/l Atmosphere rate between segments 52 ATM_RATE 27 d/l Atmosphere rate between segments 53 ATM_RATE 28 d/l Atmosphere rate between segments 54 ATM_RATE 29 d/l Atmosphere rate between segments 55 ATM_RATE 30 d/l Atmosphere rate between segments 56 ATM_RATE 31 d/l Atmosphere rate between segments 57 ATM_RATE 32 d/l Atmosphere rate between segments 58 ATM_RATE 33 d/l Atmosphere rate between segments 59 ATM_RATE 34 d/l Atmosphere rate between segments 60 ATM_RATE 35 d/l Atmosphere rate between segments 61 ATM_RATE 36 d/l Atmosphere rate between segments 62 ATM_RATE 37 d/l Atmosphere rate between segments 63 ATM_RATE 38 d/l Atmosphere rate between segments 64 ATM_RATE 39 d/l Atmosphere rate between segments 65 ATM_RATE 40 d/l Atmosphere rate between segments 66 ATM_RATE 41 d/l Atmosphere rate between segments 67 ATM_RATE 42 d/l Atmosphere rate between segments 68 ATM_RATE 43 d/l Atmosphere rate between segments 69 ATM_RATE 44 d/l Atmosphere rate between segments 70 ATM_RATE 45 d/l Atmosphere rate between segments 71 ATM_RATE 46 d/l Atmosphere rate between segments 72 ATM_RATE 47 d/l Atmosphere rate between segments 73 ATM_RATE 48 d/l Atmosphere rate between segments 74 ATM_RATE 49 d/l Atmosphere rate between segments 75 ATM_RATE 50 d/l Atmosphere rate between segments 76 ATM_RATE 51 d/l Atmosphere rate between segments 77 ATM_RATE 52 d/l Atmosphere rate between segments 78 ATM_RATE 53 d/l Atmosphere rate between segments 79 ATM_RATE 54 d/l Atmosphere rate between segments 80 ATM_RATE 55 d/l Atmosphere rate between segments 81 ATM_RATE 56 d/l Atmosphere rate between segments 82 ATM_RATE 57 d/l Atmosphere rate between segments 83 ATM_RATE 58 d/l Atmosphere rate between segments 84 ATM_RATE 59 d/l Atmosphere rate between segments 85 ATM_RATE 60 d/l Atmosphere rate between segments 86 ATM_RATE 61 d/l Atmosphere rate between segments 87 ATM_RATE 62 d/l Atmosphere rate between segments 88 ATM_RATE 63 d/l Atmosphere rate between segments 89 ATM_RATE 64 d/l Atmosphere rate between segments 90 ATM_RATE 65 d/l Atmosphere rate between segments 91 ATM_RATE 66 d/l Atmosphere rate between segments 92 ATM_RATE 67 d/l Atmosphere rate between segments 93 ATM_RATE 68 d/l Atmosphere rate between segments 94 ATM_RATE 69 d/l Atmosphere rate between segments 95 ATM_RATE 70 d/l Atmosphere rate between segments 96 ATM_RATE 71 d/l Atmosphere rate between segments 97 ATM_RATE 72 d/l Atmosphere rate between segments 98 ATM_RATE 73 d/l Atmosphere rate between segments 99 ATM_RATE 74 d/l Atmosphere rate between segments 100 ATM_RATE 75 d/l Atmosphere rate between segments 101 CLO_RATE 26 d/l Clock rate between segments 102 CLO_RATE 27 d/l Clock rate between segments 103 CLO_RATE 28 d/l Clock rate between segments 104 CLO_RATE 29 d/l Clock rate between segments 105 CLO_RATE 30 d/l Clock rate between segments 106 CLO_RATE 31 d/l Clock rate between segments 107 CLO_RATE 32 d/l Clock rate between segments 108 CLO_RATE 33 d/l Clock rate between segments 109 CLO_RATE 34 d/l Clock rate between segments 110 CLO_RATE 35 d/l Clock rate between segments 111 CLO_RATE 36 d/l Clock rate between segments 112 CLO_RATE 37 d/l Clock rate between segments 113 CLO_RATE 38 d/l Clock rate between segments 114 CLO_RATE 39 d/l Clock rate between segments 115 CLO_RATE 40 d/l Clock rate between segments 116 CLO_RATE 41 d/l Clock rate between segments 117 CLO_RATE 42 d/l Clock rate between segments 118 CLO_RATE 43 d/l Clock rate between segments 119 CLO_RATE 44 d/l Clock rate between segments 120 CLO_RATE 45 d/l Clock rate between segments 121 CLO_RATE 46 d/l Clock rate between segments 122 CLO_RATE 47 d/l Clock rate between segments 123 CLO_RATE 48 d/l Clock rate between segments 124 CLO_RATE 49 d/l Clock rate between segments 125 CLO_RATE 50 d/l Clock rate between segments 126 ATM_RATE 76 d/l Atmosphere rate between segments 127 ATM_RATE 77 d/l Atmosphere rate between segments 128 ATM_RATE 78 d/l Atmosphere rate between segments 129 ATM_RATE 79 d/l Atmosphere rate between segments 130 ATM_RATE 80 d/l Atmosphere rate between segments 131 ATM_RATE 81 d/l Atmosphere rate between segments 132 ATM_RATE 82 d/l Atmosphere rate between segments 133 ATM_RATE 83 d/l Atmosphere rate between segments 134 ATM_RATE 84 d/l Atmosphere rate between segments 135 ATM_RATE 85 d/l Atmosphere rate between segments 136 ATM_RATE 86 d/l Atmosphere rate between segments 137 ATM_RATE 87 d/l Atmosphere rate between segments 138 ATM_RATE 88 d/l Atmosphere rate between segments 139 ATM_RATE 89 d/l Atmosphere rate between segments 140 ATM_RATE 90 d/l Atmosphere rate between segments 141 ATM_RATE 91 d/l Atmosphere rate between segments 142 ATM_RATE 92 d/l Atmosphere rate between segments 143 ATM_RATE 93 d/l Atmosphere rate between segments 144 ATM_RATE 94 d/l Atmosphere rate between segments 145 ATM_RATE 95 d/l Atmosphere rate between segments 146 ATM_RATE 96 d/l Atmosphere rate between segments 147 ATM_RATE 97 d/l Atmosphere rate between segments 148 ATM_RATE 98 d/l Atmosphere rate between segments 149 ATM_RATE 99 d/l Atmosphere rate between segments 150 ATM_RATE 100 d/l Atmosphere rate between segments 151 ATM_RATE 101 d/l Atmosphere rate between segments 152 ATM_RATE 102 d/l Atmosphere rate between segments 153 ATM_RATE 103 d/l Atmosphere rate between segments 154 ATM_RATE 104 d/l Atmosphere rate between segments 155 ATM_RATE 105 d/l Atmosphere rate between segments 156 ATM_RATE 106 d/l Atmosphere rate between segments 157 ATM_RATE 107 d/l Atmosphere rate between segments 158 ATM_RATE 108 d/l Atmosphere rate between segments 159 ATM_RATE 109 d/l Atmosphere rate between segments 160 ATM_RATE 110 d/l Atmosphere rate between segments 161 ATM_RATE 111 d/l Atmosphere rate between segments 162 ATM_RATE 112 d/l Atmosphere rate between segments 163 ATM_RATE 113 d/l Atmosphere rate between segments 164 ATM_RATE 114 d/l Atmosphere rate between segments 165 ATM_RATE 115 d/l Atmosphere rate between segments 166 ATM_RATE 116 d/l Atmosphere rate between segments 167 ATM_RATE 117 d/l Atmosphere rate between segments 168 ATM_RATE 118 d/l Atmosphere rate between segments 169 ATM_RATE 119 d/l Atmosphere rate between segments 170 ATM_RATE 120 d/l Atmosphere rate between segments 171 ATM_RATE 121 d/l Atmosphere rate between segments 172 ATM_RATE 122 d/l Atmosphere rate between segments 173 ATM_RATE 123 d/l Atmosphere rate between segments 174 ATM_RATE 124 d/l Atmosphere rate between segments 175 ATM_RATE 125 d/l Atmosphere rate between segments 176 ATM_RATE 126 d/l Atmosphere rate between segments 177 ATM_RATE 127 d/l Atmosphere rate between segments 178 ATM_RATE 128 d/l Atmosphere rate between segments 179 ATM_RATE 129 d/l Atmosphere rate between segments 180 ATM_RATE 130 d/l Atmosphere rate between segments 181 ATM_RATE 131 d/l Atmosphere rate between segments 182 ATM_RATE 132 d/l Atmosphere rate between segments 183 ATM_RATE 133 d/l Atmosphere rate between segments 184 ATM_RATE 134 d/l Atmosphere rate between segments 185 ATM_RATE 135 d/l Atmosphere rate between segments 186 ATM_RATE 136 d/l Atmosphere rate between segments 187 ATM_RATE 137 d/l Atmosphere rate between segments 188 ATM_RATE 138 d/l Atmosphere rate between segments 189 ATM_RATE 139 d/l Atmosphere rate between segments 190 ATM_RATE 140 d/l Atmosphere rate between segments 191 ATM_RATE 141 d/l Atmosphere rate between segments 192 ATM_RATE 142 d/l Atmosphere rate between segments 193 ATM_RATE 143 d/l Atmosphere rate between segments 194 ATM_RATE 144 d/l Atmosphere rate between segments 195 ATM_RATE 145 d/l Atmosphere rate between segments 196 ATM_RATE 146 d/l Atmosphere rate between segments 197 ATM_RATE 147 d/l Atmosphere rate between segments 198 ATM_RATE 148 d/l Atmosphere rate between segments 199 ATM_RATE 149 d/l Atmosphere rate between segments 200 ATM_RATE 150 d/l Atmosphere rate between segments 201 ATM_RATE 151 d/l Atmosphere rate between segments 202 ATM_RATE 152 d/l Atmosphere rate between segments 203 ATM_RATE 153 d/l Atmosphere rate between segments 204 ATM_RATE 154 d/l Atmosphere rate between segments 205 ATM_RATE 155 d/l Atmosphere rate between segments 206 ATM_RATE 156 d/l Atmosphere rate between segments 207 ATM_RATE 157 d/l Atmosphere rate between segments 208 ATM_RATE 158 d/l Atmosphere rate between segments 209 ATM_RATE 159 d/l Atmosphere rate between segments 210 ATM_RATE 160 d/l Atmosphere rate between segments 211 ATM_RATE 161 d/l Atmosphere rate between segments 212 ATM_RATE 162 d/l Atmosphere rate between segments 213 ATM_RATE 163 d/l Atmosphere rate between segments 214 ATM_RATE 164 d/l Atmosphere rate between segments 215 ATM_RATE 165 d/l Atmosphere rate between segments 216 ATM_RATE 166 d/l Atmosphere rate between segments 217 ATM_RATE 167 d/l Atmosphere rate between segments 218 ATM_RATE 168 d/l Atmosphere rate between segments 219 ATM_RATE 169 d/l Atmosphere rate between segments 220 ATM_RATE 170 d/l Atmosphere rate between segments 221 ATM_RATE 171 d/l Atmosphere rate between segments 222 ATM_RATE 172 d/l Atmosphere rate between segments 223 ATM_RATE 173 d/l Atmosphere rate between segments 224 ATM_RATE 174 d/l Atmosphere rate between segments 225 ATM_RATE 175 d/l Atmosphere rate between segments 226 ATM_RATE 176 d/l Atmosphere rate between segments 227 ATM_RATE 177 d/l Atmosphere rate between segments 228 ATM_RATE 178 d/l Atmosphere rate between segments 229 ATM_RATE 179 d/l Atmosphere rate between segments 230 ATM_RATE 180 d/l Atmosphere rate between segments 231 ATM_RATE 181 d/l Atmosphere rate between segments 232 ATM_RATE 182 d/l Atmosphere rate between segments 233 ATM_RATE 183 d/l Atmosphere rate between segments 234 ATM_RATE 184 d/l Atmosphere rate between segments 235 ATM_RATE 185 d/l Atmosphere rate between segments 236 ATM_RATE 186 d/l Atmosphere rate between segments 237 ATM_RATE 187 d/l Atmosphere rate between segments 238 ATM_RATE 188 d/l Atmosphere rate between segments 239 ATM_RATE 189 d/l Atmosphere rate between segments 240 ATM_RATE 190 d/l Atmosphere rate between segments 241 ATM_RATE 191 d/l Atmosphere rate between segments 242 ATM_RATE 192 d/l Atmosphere rate between segments 243 ATM_RATE 193 d/l Atmosphere rate between segments 244 ATM_RATE 194 d/l Atmosphere rate between segments 245 ATM_RATE 195 d/l Atmosphere rate between segments 246 ATM_RATE 196 d/l Atmosphere rate between segments 247 ATM_RATE 197 d/l Atmosphere rate between segments 248 ATM_RATE 198 d/l Atmosphere rate between segments 249 ATM_RATE 199 d/l Atmosphere rate between segments 250 ATM_RATE 200 d/l Atmosphere rate between segments 251 ATM_RATE 201 d/l Atmosphere rate between segments 252 ATM_RATE 202 d/l Atmosphere rate between segments 253 ATM_RATE 203 d/l Atmosphere rate between segments 254 ATM_RATE 204 d/l Atmosphere rate between segments 255 ATM_RATE 205 d/l Atmosphere rate between segments 256 ATM_RATE 206 d/l Atmosphere rate between segments 257 ATM_RATE 207 d/l Atmosphere rate between segments 258 ATM_RATE 208 d/l Atmosphere rate between segments 259 ATM_RATE 209 d/l Atmosphere rate between segments 260 ATM_RATE 210 d/l Atmosphere rate between segments 261 ATM_RATE 211 d/l Atmosphere rate between segments 262 ATM_RATE 212 d/l Atmosphere rate between segments 263 ATM_RATE 213 d/l Atmosphere rate between segments 264 ATM_RATE 214 d/l Atmosphere rate between segments 265 ATM_RATE 215 d/l Atmosphere rate between segments 266 ATM_RATE 216 d/l Atmosphere rate between segments 267 ATM_RATE 217 d/l Atmosphere rate between segments 268 ATM_RATE 218 d/l Atmosphere rate between segments 269 ATM_RATE 219 d/l Atmosphere rate between segments 270 ATM_RATE 220 d/l Atmosphere rate between segments 271 ATM_RATE 221 d/l Atmosphere rate between segments 272 ATM_RATE 222 d/l Atmosphere rate between segments 273 ATM_RATE 223 d/l Atmosphere rate between segments 274 ATM_RATE 224 d/l Atmosphere rate between segments 275 ATM_RATE 225 d/l Atmosphere rate between segments 276 CLO_RATE 51 d/l Clock rate between segments 277 CLO_RATE 52 d/l Clock rate between segments 278 CLO_RATE 53 d/l Clock rate between segments 279 CLO_RATE 54 d/l Clock rate between segments 280 CLO_RATE 55 d/l Clock rate between segments 281 CLO_RATE 56 d/l Clock rate between segments 282 CLO_RATE 57 d/l Clock rate between segments 283 CLO_RATE 58 d/l Clock rate between segments 284 CLO_RATE 59 d/l Clock rate between segments 285 CLO_RATE 60 d/l Clock rate between segments 286 CLO_RATE 61 d/l Clock rate between segments 287 CLO_RATE 62 d/l Clock rate between segments 288 CLO_RATE 63 d/l Clock rate between segments 289 CLO_RATE 64 d/l Clock rate between segments 290 CLO_RATE 65 d/l Clock rate between segments 291 CLO_RATE 66 d/l Clock rate between segments 292 CLO_RATE 67 d/l Clock rate between segments 293 CLO_RATE 68 d/l Clock rate between segments 294 CLO_RATE 69 d/l Clock rate between segments 295 CLO_RATE 70 d/l Clock rate between segments 296 CLO_RATE 71 d/l Clock rate between segments 297 CLO_RATE 72 d/l Clock rate between segments 298 CLO_RATE 73 d/l Clock rate between segments 299 CLO_RATE 74 d/l Clock rate between segments 300 CLO_RATE 75 d/l Clock rate between segments 301 ATM_RATE 226 d/l Atmosphere rate between segments 302 ATM_RATE 227 d/l Atmosphere rate between segments 303 ATM_RATE 228 d/l Atmosphere rate between segments 304 ATM_RATE 229 d/l Atmosphere rate between segments 305 ATM_RATE 230 d/l Atmosphere rate between segments 306 ATM_RATE 231 d/l Atmosphere rate between segments 307 ATM_RATE 232 d/l Atmosphere rate between segments 308 ATM_RATE 233 d/l Atmosphere rate between segments 309 ATM_RATE 234 d/l Atmosphere rate between segments 310 ATM_RATE 235 d/l Atmosphere rate between segments 311 ATM_RATE 236 d/l Atmosphere rate between segments 312 ATM_RATE 237 d/l Atmosphere rate between segments 313 ATM_RATE 238 d/l Atmosphere rate between segments 314 ATM_RATE 239 d/l Atmosphere rate between segments 315 ATM_RATE 240 d/l Atmosphere rate between segments 316 ATM_RATE 241 d/l Atmosphere rate between segments 317 ATM_RATE 242 d/l Atmosphere rate between segments 318 ATM_RATE 243 d/l Atmosphere rate between segments 319 ATM_RATE 244 d/l Atmosphere rate between segments 320 ATM_RATE 245 d/l Atmosphere rate between segments 321 ATM_RATE 246 d/l Atmosphere rate between segments 322 ATM_RATE 247 d/l Atmosphere rate between segments 323 ATM_RATE 248 d/l Atmosphere rate between segments 324 ATM_RATE 249 d/l Atmosphere rate between segments 325 ATM_RATE 250 d/l Atmosphere rate between segments 326 ATM_RATE 251 d/l Atmosphere rate between segments 327 ATM_RATE 252 d/l Atmosphere rate between segments 328 ATM_RATE 253 d/l Atmosphere rate between segments 329 ATM_RATE 254 d/l Atmosphere rate between segments 330 ATM_RATE 255 d/l Atmosphere rate between segments 331 ATM_RATE 256 d/l Atmosphere rate between segments 332 ATM_RATE 257 d/l Atmosphere rate between segments 333 ATM_RATE 258 d/l Atmosphere rate between segments 334 ATM_RATE 259 d/l Atmosphere rate between segments 335 ATM_RATE 260 d/l Atmosphere rate between segments 336 ATM_RATE 261 d/l Atmosphere rate between segments 337 ATM_RATE 262 d/l Atmosphere rate between segments 338 ATM_RATE 263 d/l Atmosphere rate between segments 339 ATM_RATE 264 d/l Atmosphere rate between segments 340 ATM_RATE 265 d/l Atmosphere rate between segments 341 ATM_RATE 266 d/l Atmosphere rate between segments 342 ATM_RATE 267 d/l Atmosphere rate between segments 343 ATM_RATE 268 d/l Atmosphere rate between segments 344 ATM_RATE 269 d/l Atmosphere rate between segments 345 ATM_RATE 270 d/l Atmosphere rate between segments 346 ATM_RATE 271 d/l Atmosphere rate between segments 347 ATM_RATE 272 d/l Atmosphere rate between segments 348 ATM_RATE 273 d/l Atmosphere rate between segments 349 ATM_RATE 274 d/l Atmosphere rate between segments 350 ATM_RATE 275 d/l Atmosphere rate between segments 351 ATM_RATE 276 d/l Atmosphere rate between segments 352 ATM_RATE 277 d/l Atmosphere rate between segments 353 ATM_RATE 278 d/l Atmosphere rate between segments 354 ATM_RATE 279 d/l Atmosphere rate between segments 355 ATM_RATE 280 d/l Atmosphere rate between segments 356 ATM_RATE 281 d/l Atmosphere rate between segments 357 ATM_RATE 282 d/l Atmosphere rate between segments 358 ATM_RATE 283 d/l Atmosphere rate between segments 359 ATM_RATE 284 d/l Atmosphere rate between segments 360 ATM_RATE 285 d/l Atmosphere rate between segments 361 ATM_RATE 286 d/l Atmosphere rate between segments 362 ATM_RATE 287 d/l Atmosphere rate between segments 363 ATM_RATE 288 d/l Atmosphere rate between segments 364 ATM_RATE 289 d/l Atmosphere rate between segments 365 ATM_RATE 290 d/l Atmosphere rate between segments 366 ATM_RATE 291 d/l Atmosphere rate between segments 367 ATM_RATE 292 d/l Atmosphere rate between segments 368 ATM_RATE 293 d/l Atmosphere rate between segments 369 ATM_RATE 294 d/l Atmosphere rate between segments 370 ATM_RATE 295 d/l Atmosphere rate between segments 371 ATM_RATE 296 d/l Atmosphere rate between segments 372 ATM_RATE 297 d/l Atmosphere rate between segments 373 ATM_RATE 298 d/l Atmosphere rate between segments 374 ATM_RATE 299 d/l Atmosphere rate between segments 375 ATM_RATE 300 d/l Atmosphere rate between segments 376 CLO_RATE 76 d/l Clock rate between segments 377 CLO_RATE 77 d/l Clock rate between segments 378 CLO_RATE 78 d/l Clock rate between segments 379 CLO_RATE 79 d/l Clock rate between segments 380 CLO_RATE 80 d/l Clock rate between segments 381 CLO_RATE 81 d/l Clock rate between segments 382 CLO_RATE 82 d/l Clock rate between segments 383 CLO_RATE 83 d/l Clock rate between segments 384 CLO_RATE 84 d/l Clock rate between segments 385 CLO_RATE 85 d/l Clock rate between segments 386 CLO_RATE 86 d/l Clock rate between segments 387 CLO_RATE 87 d/l Clock rate between segments 388 CLO_RATE 88 d/l Clock rate between segments 389 CLO_RATE 89 d/l Clock rate between segments 390 CLO_RATE 90 d/l Clock rate between segments 391 CLO_RATE 91 d/l Clock rate between segments 392 CLO_RATE 92 d/l Clock rate between segments 393 CLO_RATE 93 d/l Clock rate between segments 394 CLO_RATE 94 d/l Clock rate between segments 395 CLO_RATE 95 d/l Clock rate between segments 396 CLO_RATE 96 d/l Clock rate between segments 397 CLO_RATE 97 d/l Clock rate between segments 398 CLO_RATE 98 d/l Clock rate between segments 399 CLO_RATE 99 d/l Clock rate between segments 400 CLO_RATE 100 d/l Clock rate between segments 401 ATM_RATE 301 d/l Atmosphere rate between segments 402 ATM_RATE 302 d/l Atmosphere rate between segments 403 ATM_RATE 303 d/l Atmosphere rate between segments 404 ATM_RATE 304 d/l Atmosphere rate between segments 405 ATM_RATE 305 d/l Atmosphere rate between segments 406 ATM_RATE 306 d/l Atmosphere rate between segments 407 ATM_RATE 307 d/l Atmosphere rate between segments 408 ATM_RATE 308 d/l Atmosphere rate between segments 409 ATM_RATE 309 d/l Atmosphere rate between segments 410 ATM_RATE 310 d/l Atmosphere rate between segments 411 ATM_RATE 311 d/l Atmosphere rate between segments 412 ATM_RATE 312 d/l Atmosphere rate between segments 413 ATM_RATE 313 d/l Atmosphere rate between segments 414 ATM_RATE 314 d/l Atmosphere rate between segments 415 ATM_RATE 315 d/l Atmosphere rate between segments 416 ATM_RATE 316 d/l Atmosphere rate between segments 417 ATM_RATE 317 d/l Atmosphere rate between segments 418 ATM_RATE 318 d/l Atmosphere rate between segments 419 ATM_RATE 319 d/l Atmosphere rate between segments 420 ATM_RATE 320 d/l Atmosphere rate between segments 421 ATM_RATE 321 d/l Atmosphere rate between segments 422 ATM_RATE 322 d/l Atmosphere rate between segments 423 ATM_RATE 323 d/l Atmosphere rate between segments 424 ATM_RATE 324 d/l Atmosphere rate between segments 425 ATM_RATE 325 d/l Atmosphere rate between segments 426 ATM_RATE 326 d/l Atmosphere rate between segments 427 ATM_RATE 327 d/l Atmosphere rate between segments 428 ATM_RATE 328 d/l Atmosphere rate between segments 429 ATM_RATE 329 d/l Atmosphere rate between segments 430 ATM_RATE 330 d/l Atmosphere rate between segments 431 ATM_RATE 331 d/l Atmosphere rate between segments 432 ATM_RATE 332 d/l Atmosphere rate between segments 433 ATM_RATE 333 d/l Atmosphere rate between segments 434 ATM_RATE 334 d/l Atmosphere rate between segments 435 ATM_RATE 335 d/l Atmosphere rate between segments 436 ATM_RATE 336 d/l Atmosphere rate between segments 437 ATM_RATE 337 d/l Atmosphere rate between segments 438 ATM_RATE 338 d/l Atmosphere rate between segments 439 ATM_RATE 339 d/l Atmosphere rate between segments 440 ATM_RATE 340 d/l Atmosphere rate between segments 441 ATM_RATE 341 d/l Atmosphere rate between segments 442 ATM_RATE 342 d/l Atmosphere rate between segments 443 ATM_RATE 343 d/l Atmosphere rate between segments 444 ATM_RATE 344 d/l Atmosphere rate between segments 445 ATM_RATE 345 d/l Atmosphere rate between segments 446 ATM_RATE 346 d/l Atmosphere rate between segments 447 ATM_RATE 347 d/l Atmosphere rate between segments 448 ATM_RATE 348 d/l Atmosphere rate between segments 449 ATM_RATE 349 d/l Atmosphere rate between segments 450 ATM_RATE 350 d/l Atmosphere rate between segments 451 ATM_RATE 351 d/l Atmosphere rate between segments 452 ATM_RATE 352 d/l Atmosphere rate between segments 453 ATM_RATE 353 d/l Atmosphere rate between segments 454 ATM_RATE 354 d/l Atmosphere rate between segments 455 ATM_RATE 355 d/l Atmosphere rate between segments 456 ATM_RATE 356 d/l Atmosphere rate between segments 457 ATM_RATE 357 d/l Atmosphere rate between segments 458 ATM_RATE 358 d/l Atmosphere rate between segments 459 ATM_RATE 359 d/l Atmosphere rate between segments 460 ATM_RATE 360 d/l Atmosphere rate between segments 461 ATM_RATE 361 d/l Atmosphere rate between segments 462 ATM_RATE 362 d/l Atmosphere rate between segments 463 ATM_RATE 363 d/l Atmosphere rate between segments 464 ATM_RATE 364 d/l Atmosphere rate between segments 465 ATM_RATE 365 d/l Atmosphere rate between segments 466 ATM_RATE 366 d/l Atmosphere rate between segments 467 ATM_RATE 367 d/l Atmosphere rate between segments 468 ATM_RATE 368 d/l Atmosphere rate between segments 469 ATM_RATE 369 d/l Atmosphere rate between segments 470 ATM_RATE 370 d/l Atmosphere rate between segments 471 ATM_RATE 371 d/l Atmosphere rate between segments 472 ATM_RATE 372 d/l Atmosphere rate between segments 473 ATM_RATE 373 d/l Atmosphere rate between segments 474 ATM_RATE 374 d/l Atmosphere rate between segments 475 ATM_RATE 375 d/l Atmosphere rate between segments 476 NNT_POS 1 m No-net translation for positions 477 NNT_POS 2 m No-net translation for positions 478 NNT_POS 3 m No-net translation for positions 479 NNR_POS 1 m No-net rotation for positions 480 NNR_POS 2 m No-net rotation for positions 481 NNR_POS 3 m No-net rotation for positions 482 NNR_SRC 1 rad No-net rotation for sources 483 NNR_SRC 2 rad No-net rotation for sources 484 NNR_SRC 3 rad No-net rotation for sources 485 SRC_COO 1 rad Source coordinates 486 SRC_COO 2 rad Source coordinates 487 SRC_COO 3 rad Source coordinates 488 SRC_COO 4 rad Source coordinates 489 SRC_COO 5 rad Source coordinates 490 SRC_COO 6 rad Source coordinates 491 SRC_COO 7 rad Source coordinates 492 SRC_COO 8 rad Source coordinates 493 SRC_COO 9 rad Source coordinates 494 SRC_COO 10 rad Source coordinates 495 SRC_COO 11 rad Source coordinates 496 SRC_COO 12 rad Source coordinates 497 SRC_COO 13 rad Source coordinates 498 SRC_COO 14 rad Source coordinates 499 SRC_COO 15 rad Source coordinates 500 SRC_COO 16 rad Source coordinates 501 SRC_COO 17 rad Source coordinates 502 SRC_COO 18 rad Source coordinates 503 SRC_COO 19 rad Source coordinates 504 SRC_COO 20 rad Source coordinates 505 SRC_COO 21 rad Source coordinates 506 SRC_COO 22 rad Source coordinates 507 SRC_COO 23 rad Source coordinates 508 SRC_COO 24 rad Source coordinates 509 SRC_COO 25 rad Source coordinates 510 SRC_COO 26 rad Source coordinates 511 SRC_COO 27 rad Source coordinates 512 SRC_COO 28 rad Source coordinates 513 SRC_COO 29 rad Source coordinates 514 SRC_COO 30 rad Source coordinates 515 SRC_COO 31 rad Source coordinates 516 SRC_COO 32 rad Source coordinates 517 SRC_COO 33 rad Source coordinates 518 SRC_COO 34 rad Source coordinates 519 SRC_COO 35 rad Source coordinates 520 SRC_COO 36 rad Source coordinates 521 SRC_COO 37 rad Source coordinates 522 SRC_COO 38 rad Source coordinates 523 SRC_COO 39 rad Source coordinates 524 SRC_COO 40 rad Source coordinates 525 SRC_COO 41 rad Source coordinates 526 SRC_COO 42 rad Source coordinates 527 SRC_COO 43 rad Source coordinates 528 SRC_COO 44 rad Source coordinates 529 SRC_COO 45 rad Source coordinates 530 SRC_COO 46 rad Source coordinates 531 SRC_COO 47 rad Source coordinates 532 SRC_COO 48 rad Source coordinates 533 SRC_COO 49 rad Source coordinates 534 SRC_COO 50 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) 476 1 1.00000000000000D+00 476 4 1.00000000000000D+00 476 7 1.00000000000000D+00 476 10 1.00000000000000D+00 476 13 1.00000000000000D+00 477 2 1.00000000000000D+00 477 5 1.00000000000000D+00 477 8 1.00000000000000D+00 477 11 1.00000000000000D+00 477 14 1.00000000000000D+00 478 3 1.00000000000000D+00 478 6 1.00000000000000D+00 478 9 1.00000000000000D+00 478 12 1.00000000000000D+00 478 15 1.00000000000000D+00 479 2 6.71797975117935D-02 479 3 -6.20104497497291D-01 479 5 4.34450424487217D-01 479 6 4.18690973014972D-01 479 8 6.78065064602011D-01 479 9 3.96681270394770D-01 479 11 -5.85243563298958D-01 479 12 5.14908353254110D-01 479 14 -3.74596372891740D-01 479 15 -3.22311911240796D-01 480 1 -6.71797975117935D-02 480 3 -7.81652193700069D-01 480 4 -4.34450424487217D-01 480 6 -7.97982937771618D-01 480 7 -6.78065064602011D-01 480 9 6.21240753251954D-01 480 10 5.85243563298958D-01 480 12 6.28201772315644D-01 480 13 3.74596372891740D-01 480 15 8.69694237057431D-01 481 1 6.20104497497291D-01 481 2 7.81652193700069D-01 481 4 -4.18690973014972D-01 481 5 7.97982937771618D-01 481 7 -3.96681270394770D-01 481 8 -6.21240753251954D-01 481 10 -5.14908353254110D-01 481 11 -6.28201772315644D-01 481 13 3.22311911240796D-01 481 14 -8.69694237057431D-01 482 16 2.64277684121642D-02 482 17 2.43590820742994D-02 482 18 -1.13594517750943D-01 482 19 5.86051055704319D-02 482 20 -4.23041632701563D-02 482 21 7.99459744279201D-02 482 22 -1.10968710008390D-02 482 23 8.93972701954256D-02 482 24 -4.06841784513536D-03 482 25 3.28325059857302D-02 482 26 6.33361410128629D-03 482 27 2.39159864983321D-01 482 28 -1.09314276589784D-02 482 29 2.91041695510683D-01 482 30 -3.51657961928921D-02 482 31 9.73593065332286D-02 482 32 1.39647500131922D-01 482 33 2.52894921061986D-01 482 34 -6.03535735685340D-02 482 35 4.66761421562703D-02 482 36 9.03497119726121D-02 482 37 3.55299866446436D-02 482 38 -1.43933661303456D-01 482 39 -1.02514647682359D-01 482 40 -1.38426035739246D-03 482 41 -5.57548826404473D-02 482 42 -1.13745441774561D-01 482 43 -6.01499179960909D-01 482 44 3.88387964094746D-03 482 45 -1.76923467739630D-01 482 46 -5.37950933647201D-03 482 47 -3.72808077391176D-02 482 48 6.32490951491192D-03 482 49 -3.54517992772907D-01 482 50 1.48250006609748D-04 482 51 -1.89441618999818D-01 482 52 4.16684441480862D-04 482 53 -6.87546148760545D-02 482 54 4.35749751924385D-02 482 55 -1.12239757114661D-01 482 56 -1.11440071070760D-02 482 57 -4.80431839063299D-02 482 58 -6.08181252994138D-02 482 59 -2.73719943743033D-01 482 60 7.31454265810113D-02 482 61 -2.14895948267782D-02 482 62 3.66884563449511D-02 482 63 -1.98123735850765D-02 482 64 4.61196652537413D-02 482 65 -1.09271561479596D-02 483 16 5.41649331020816D-03 483 17 -3.71518881202814D-02 483 18 -2.52460820428406D-02 483 19 -8.24283346742025D-02 483 20 -1.26159816248434D-02 483 21 -8.37985207532006D-02 483 22 -1.18382852753734D-02 483 23 -2.61947153787081D-02 483 24 -9.36407966504428D-03 483 25 -4.45904826369390D-03 483 26 4.02822206860528D-02 483 27 -1.17545006468293D-02 483 28 2.86092898203263D-02 483 29 3.47618362783492D-02 483 30 2.60723878868936D-02 483 31 4.10482652657847D-02 483 32 -3.85945611090751D-02 483 33 2.86038740274073D-01 483 34 1.31160927161286D-02 483 35 6.71384261069012D-02 483 36 -1.54888610259073D-02 483 37 6.47858295075333D-02 483 38 -5.54932872817804D-03 483 39 8.31161722537223D-01 483 40 -4.68552128961384D-04 483 41 5.14897119642289D-02 483 42 -6.76506299045848D-02 483 43 3.16136679086459D-01 483 44 2.95811102207324D-03 483 45 7.26130077839164D-02 483 46 -5.63166256917928D-03 483 47 1.11318935258329D-02 483 48 5.61555096190564D-02 483 49 1.24818200148770D-02 483 50 -5.60052106208884D-03 483 51 -1.56754267649604D-03 483 52 -5.35486085222672D-03 483 53 -1.67239414570576D-03 483 54 -2.89967838617091D-02 483 55 -5.27244096335877D-02 483 56 6.14167871775709D-03 483 57 -2.72498275221099D-02 483 58 2.11624183771156D-02 483 59 -2.45896227108124D-01 483 60 -8.17018848773618D-03 483 61 -6.01396669328417D-02 483 62 -2.90115251478149D-03 483 63 -7.83200719207854D-02 483 64 -3.16705431388857D-03 483 65 -4.97411102039703D-02 484 16 4.97147605216312D-02 484 18 2.25942550421674D-01 484 20 1.06269088802823D-01 484 22 9.88158688555612D-02 484 24 1.77641592243010D-01 484 26 1.19178200750167D-01 484 28 7.92651832667209D-02 484 30 6.85234970409239D-02 484 32 3.30259856900131D-01 484 34 1.58603245292367D-01 484 36 2.18000367463943D-01 484 38 4.11479989825410D-01 484 40 5.54431657455799D-02 484 42 4.93172321969206D-01 484 44 2.23138301392926D-01 484 46 1.55307080256589D-02 484 48 2.90472697217742D-01 484 50 4.18404078574131D-03 484 52 8.37545675395286D-03 484 54 1.30094348331838D-01 484 56 2.18456172743267D-01 484 58 2.03712462938802D-01 484 60 1.09034983977034D-01 484 62 1.26347514978018D-01 484 64 5.31999022356455D-02 485 16 1.00000000000000D+00 486 17 1.00000000000000D+00 487 18 1.00000000000000D+00 488 19 1.00000000000000D+00 489 20 1.00000000000000D+00 490 21 1.00000000000000D+00 491 22 1.00000000000000D+00 492 23 1.00000000000000D+00 493 24 1.00000000000000D+00 494 25 1.00000000000000D+00 495 26 1.00000000000000D+00 496 27 1.00000000000000D+00 497 28 1.00000000000000D+00 498 29 1.00000000000000D+00 499 30 1.00000000000000D+00 500 31 1.00000000000000D+00 501 32 1.00000000000000D+00 502 33 1.00000000000000D+00 503 34 1.00000000000000D+00 504 35 1.00000000000000D+00 505 36 1.00000000000000D+00 506 37 1.00000000000000D+00 507 38 1.00000000000000D+00 508 39 1.00000000000000D+00 509 40 1.00000000000000D+00 510 41 1.00000000000000D+00 511 42 1.00000000000000D+00 512 43 1.00000000000000D+00 513 44 1.00000000000000D+00 514 45 1.00000000000000D+00 515 46 1.00000000000000D+00 516 47 1.00000000000000D+00 517 48 1.00000000000000D+00 518 49 1.00000000000000D+00 519 50 1.00000000000000D+00 520 51 1.00000000000000D+00 521 52 1.00000000000000D+00 522 53 1.00000000000000D+00 523 54 1.00000000000000D+00 524 55 1.00000000000000D+00 525 56 1.00000000000000D+00 526 57 1.00000000000000D+00 527 58 1.00000000000000D+00 528 59 1.00000000000000D+00 529 60 1.00000000000000D+00 530 61 1.00000000000000D+00 531 62 1.00000000000000D+00 532 63 1.00000000000000D+00 533 64 1.00000000000000D+00 534 65 1.00000000000000D+00 -SOLUTION/CONSTRAINT_EQUATION_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_EQUATION_VECTOR *Index Right_hand_value____ Reciprocal_weight___ 1 0.00000000000000D+00 5.00000000000000D-14 2 0.00000000000000D+00 5.00000000000000D-14 3 0.00000000000000D+00 5.00000000000000D-14 4 0.00000000000000D+00 5.00000000000000D-14 5 0.00000000000000D+00 5.00000000000000D-14 6 0.00000000000000D+00 5.00000000000000D-14 7 0.00000000000000D+00 5.00000000000000D-14 8 0.00000000000000D+00 5.00000000000000D-14 9 0.00000000000000D+00 5.00000000000000D-14 10 0.00000000000000D+00 5.00000000000000D-14 11 0.00000000000000D+00 5.00000000000000D-14 12 0.00000000000000D+00 5.00000000000000D-14 13 0.00000000000000D+00 5.00000000000000D-14 14 0.00000000000000D+00 5.00000000000000D-14 15 0.00000000000000D+00 5.00000000000000D-14 16 0.00000000000000D+00 5.00000000000000D-14 17 0.00000000000000D+00 5.00000000000000D-14 18 0.00000000000000D+00 5.00000000000000D-14 19 0.00000000000000D+00 5.00000000000000D-14 20 0.00000000000000D+00 5.00000000000000D-14 21 0.00000000000000D+00 5.00000000000000D-14 22 0.00000000000000D+00 5.00000000000000D-14 23 0.00000000000000D+00 5.00000000000000D-14 24 0.00000000000000D+00 5.00000000000000D-14 25 0.00000000000000D+00 5.00000000000000D-14 26 0.00000000000000D+00 1.38888888888889D-14 27 0.00000000000000D+00 1.38888888888889D-14 28 0.00000000000000D+00 1.38888888888889D-14 29 0.00000000000000D+00 1.38888888888889D-14 30 0.00000000000000D+00 1.38888888888889D-14 31 0.00000000000000D+00 1.38888888888889D-14 32 0.00000000000000D+00 1.38888888888889D-14 33 0.00000000000000D+00 1.38888888888889D-14 34 0.00000000000000D+00 1.38888888888889D-14 35 0.00000000000000D+00 1.38888888888889D-14 36 0.00000000000000D+00 1.38888888888889D-14 37 0.00000000000000D+00 1.38888888888889D-14 38 0.00000000000000D+00 1.38888888888889D-14 39 0.00000000000000D+00 1.38888888888889D-14 40 0.00000000000000D+00 1.38888888888889D-14 41 0.00000000000000D+00 1.38888888888889D-14 42 0.00000000000000D+00 1.38888888888889D-14 43 0.00000000000000D+00 1.38888888888889D-14 44 0.00000000000000D+00 1.38888888888889D-14 45 0.00000000000000D+00 1.38888888888889D-14 46 0.00000000000000D+00 1.38888888888889D-14 47 0.00000000000000D+00 1.38888888888889D-14 48 0.00000000000000D+00 1.38888888888889D-14 49 0.00000000000000D+00 1.38888888888889D-14 50 0.00000000000000D+00 1.38888888888889D-14 51 0.00000000000000D+00 1.38888888888889D-14 52 0.00000000000000D+00 1.38888888888889D-14 53 0.00000000000000D+00 1.38888888888889D-14 54 0.00000000000000D+00 1.38888888888889D-14 55 0.00000000000000D+00 1.38888888888889D-14 56 0.00000000000000D+00 1.38888888888889D-14 57 0.00000000000000D+00 1.38888888888889D-14 58 0.00000000000000D+00 1.38888888888889D-14 59 0.00000000000000D+00 1.38888888888889D-14 60 0.00000000000000D+00 1.38888888888889D-14 61 0.00000000000000D+00 1.38888888888889D-14 62 0.00000000000000D+00 1.38888888888889D-14 63 0.00000000000000D+00 1.38888888888889D-14 64 0.00000000000000D+00 1.38888888888889D-14 65 0.00000000000000D+00 1.38888888888889D-14 66 0.00000000000000D+00 1.38888888888889D-14 67 0.00000000000000D+00 1.38888888888889D-14 68 0.00000000000000D+00 1.38888888888889D-14 69 0.00000000000000D+00 1.38888888888889D-14 70 0.00000000000000D+00 1.38888888888889D-14 71 0.00000000000000D+00 1.38888888888889D-14 72 0.00000000000000D+00 1.38888888888889D-14 73 0.00000000000000D+00 1.38888888888889D-14 74 0.00000000000000D+00 1.38888888888889D-14 75 0.00000000000000D+00 1.38888888888889D-14 76 0.00000000000000D+00 1.38888888888889D-14 77 0.00000000000000D+00 1.38888888888889D-14 78 0.00000000000000D+00 1.38888888888889D-14 79 0.00000000000000D+00 1.38888888888889D-14 80 0.00000000000000D+00 1.38888888888889D-14 81 0.00000000000000D+00 1.38888888888889D-14 82 0.00000000000000D+00 1.38888888888889D-14 83 0.00000000000000D+00 1.38888888888889D-14 84 0.00000000000000D+00 1.38888888888889D-14 85 0.00000000000000D+00 1.38888888888889D-14 86 0.00000000000000D+00 1.38888888888889D-14 87 0.00000000000000D+00 1.38888888888889D-14 88 0.00000000000000D+00 1.38888888888889D-14 89 0.00000000000000D+00 1.38888888888889D-14 90 0.00000000000000D+00 1.38888888888889D-14 91 0.00000000000000D+00 1.38888888888889D-14 92 0.00000000000000D+00 1.38888888888889D-14 93 0.00000000000000D+00 1.38888888888889D-14 94 0.00000000000000D+00 1.38888888888889D-14 95 0.00000000000000D+00 1.38888888888889D-14 96 0.00000000000000D+00 1.38888888888889D-14 97 0.00000000000000D+00 1.38888888888889D-14 98 0.00000000000000D+00 1.38888888888889D-14 99 0.00000000000000D+00 1.38888888888889D-14 100 0.00000000000000D+00 1.38888888888889D-14 101 0.00000000000000D+00 5.00000000000000D-14 102 0.00000000000000D+00 5.00000000000000D-14 103 0.00000000000000D+00 5.00000000000000D-14 104 0.00000000000000D+00 5.00000000000000D-14 105 0.00000000000000D+00 5.00000000000000D-14 106 0.00000000000000D+00 5.00000000000000D-14 107 0.00000000000000D+00 5.00000000000000D-14 108 0.00000000000000D+00 5.00000000000000D-14 109 0.00000000000000D+00 5.00000000000000D-14 110 0.00000000000000D+00 5.00000000000000D-14 111 0.00000000000000D+00 5.00000000000000D-14 112 0.00000000000000D+00 5.00000000000000D-14 113 0.00000000000000D+00 5.00000000000000D-14 114 0.00000000000000D+00 5.00000000000000D-14 115 0.00000000000000D+00 5.00000000000000D-14 116 0.00000000000000D+00 5.00000000000000D-14 117 0.00000000000000D+00 5.00000000000000D-14 118 0.00000000000000D+00 5.00000000000000D-14 119 0.00000000000000D+00 5.00000000000000D-14 120 0.00000000000000D+00 5.00000000000000D-14 121 0.00000000000000D+00 5.00000000000000D-14 122 0.00000000000000D+00 5.00000000000000D-14 123 0.00000000000000D+00 5.00000000000000D-14 124 0.00000000000000D+00 5.00000000000000D-14 125 0.00000000000000D+00 5.00000000000000D-14 126 0.00000000000000D+00 1.38888888888889D-14 127 0.00000000000000D+00 1.38888888888889D-14 128 0.00000000000000D+00 1.38888888888889D-14 129 0.00000000000000D+00 1.38888888888889D-14 130 0.00000000000000D+00 1.38888888888889D-14 131 0.00000000000000D+00 1.38888888888889D-14 132 0.00000000000000D+00 1.38888888888889D-14 133 0.00000000000000D+00 1.38888888888889D-14 134 0.00000000000000D+00 1.38888888888889D-14 135 0.00000000000000D+00 1.38888888888889D-14 136 0.00000000000000D+00 1.38888888888889D-14 137 0.00000000000000D+00 1.38888888888889D-14 138 0.00000000000000D+00 1.38888888888889D-14 139 0.00000000000000D+00 1.38888888888889D-14 140 0.00000000000000D+00 1.38888888888889D-14 141 0.00000000000000D+00 1.38888888888889D-14 142 0.00000000000000D+00 1.38888888888889D-14 143 0.00000000000000D+00 1.38888888888889D-14 144 0.00000000000000D+00 1.38888888888889D-14 145 0.00000000000000D+00 1.38888888888889D-14 146 0.00000000000000D+00 1.38888888888889D-14 147 0.00000000000000D+00 1.38888888888889D-14 148 0.00000000000000D+00 1.38888888888889D-14 149 0.00000000000000D+00 1.38888888888889D-14 150 0.00000000000000D+00 1.38888888888889D-14 151 0.00000000000000D+00 1.38888888888889D-14 152 0.00000000000000D+00 1.38888888888889D-14 153 0.00000000000000D+00 1.38888888888889D-14 154 0.00000000000000D+00 1.38888888888889D-14 155 0.00000000000000D+00 1.38888888888889D-14 156 0.00000000000000D+00 1.38888888888889D-14 157 0.00000000000000D+00 1.38888888888889D-14 158 0.00000000000000D+00 1.38888888888889D-14 159 0.00000000000000D+00 1.38888888888889D-14 160 0.00000000000000D+00 1.38888888888889D-14 161 0.00000000000000D+00 1.38888888888889D-14 162 0.00000000000000D+00 1.38888888888889D-14 163 0.00000000000000D+00 1.38888888888889D-14 164 0.00000000000000D+00 1.38888888888889D-14 165 0.00000000000000D+00 1.38888888888889D-14 166 0.00000000000000D+00 1.38888888888889D-14 167 0.00000000000000D+00 1.38888888888889D-14 168 0.00000000000000D+00 1.38888888888889D-14 169 0.00000000000000D+00 1.38888888888889D-14 170 0.00000000000000D+00 1.38888888888889D-14 171 0.00000000000000D+00 1.38888888888889D-14 172 0.00000000000000D+00 1.38888888888889D-14 173 0.00000000000000D+00 1.38888888888889D-14 174 0.00000000000000D+00 1.38888888888889D-14 175 0.00000000000000D+00 1.38888888888889D-14 176 0.00000000000000D+00 1.38888888888889D-14 177 0.00000000000000D+00 1.38888888888889D-14 178 0.00000000000000D+00 1.38888888888889D-14 179 0.00000000000000D+00 1.38888888888889D-14 180 0.00000000000000D+00 1.38888888888889D-14 181 0.00000000000000D+00 1.38888888888889D-14 182 0.00000000000000D+00 1.38888888888889D-14 183 0.00000000000000D+00 1.38888888888889D-14 184 0.00000000000000D+00 1.38888888888889D-14 185 0.00000000000000D+00 1.38888888888889D-14 186 0.00000000000000D+00 1.38888888888889D-14 187 0.00000000000000D+00 1.38888888888889D-14 188 0.00000000000000D+00 1.38888888888889D-14 189 0.00000000000000D+00 1.38888888888889D-14 190 0.00000000000000D+00 1.38888888888889D-14 191 0.00000000000000D+00 1.38888888888889D-14 192 0.00000000000000D+00 1.38888888888889D-14 193 0.00000000000000D+00 1.38888888888889D-14 194 0.00000000000000D+00 1.38888888888889D-14 195 0.00000000000000D+00 1.38888888888889D-14 196 0.00000000000000D+00 1.38888888888889D-14 197 0.00000000000000D+00 1.38888888888889D-14 198 0.00000000000000D+00 1.38888888888889D-14 199 0.00000000000000D+00 1.38888888888889D-14 200 0.00000000000000D+00 1.38888888888889D-14 201 0.00000000000000D+00 1.38888888888889D-14 202 0.00000000000000D+00 1.38888888888889D-14 203 0.00000000000000D+00 1.38888888888889D-14 204 0.00000000000000D+00 1.38888888888889D-14 205 0.00000000000000D+00 1.38888888888889D-14 206 0.00000000000000D+00 1.38888888888889D-14 207 0.00000000000000D+00 1.38888888888889D-14 208 0.00000000000000D+00 1.38888888888889D-14 209 0.00000000000000D+00 1.38888888888889D-14 210 0.00000000000000D+00 1.38888888888889D-14 211 0.00000000000000D+00 1.38888888888889D-14 212 0.00000000000000D+00 1.38888888888889D-14 213 0.00000000000000D+00 1.38888888888889D-14 214 0.00000000000000D+00 1.38888888888889D-14 215 0.00000000000000D+00 1.38888888888889D-14 216 0.00000000000000D+00 1.38888888888889D-14 217 0.00000000000000D+00 1.38888888888889D-14 218 0.00000000000000D+00 1.38888888888889D-14 219 0.00000000000000D+00 1.38888888888889D-14 220 0.00000000000000D+00 1.38888888888889D-14 221 0.00000000000000D+00 1.38888888888889D-14 222 0.00000000000000D+00 1.38888888888889D-14 223 0.00000000000000D+00 1.38888888888889D-14 224 0.00000000000000D+00 1.38888888888889D-14 225 0.00000000000000D+00 1.38888888888889D-14 226 0.00000000000000D+00 1.38888888888889D-14 227 0.00000000000000D+00 1.38888888888889D-14 228 0.00000000000000D+00 1.38888888888889D-14 229 0.00000000000000D+00 1.38888888888889D-14 230 0.00000000000000D+00 1.38888888888889D-14 231 0.00000000000000D+00 1.38888888888889D-14 232 0.00000000000000D+00 1.38888888888889D-14 233 0.00000000000000D+00 1.38888888888889D-14 234 0.00000000000000D+00 1.38888888888889D-14 235 0.00000000000000D+00 1.38888888888889D-14 236 0.00000000000000D+00 1.38888888888889D-14 237 0.00000000000000D+00 1.38888888888889D-14 238 0.00000000000000D+00 1.38888888888889D-14 239 0.00000000000000D+00 1.38888888888889D-14 240 0.00000000000000D+00 1.38888888888889D-14 241 0.00000000000000D+00 1.38888888888889D-14 242 0.00000000000000D+00 1.38888888888889D-14 243 0.00000000000000D+00 1.38888888888889D-14 244 0.00000000000000D+00 1.38888888888889D-14 245 0.00000000000000D+00 1.38888888888889D-14 246 0.00000000000000D+00 1.38888888888889D-14 247 0.00000000000000D+00 1.38888888888889D-14 248 0.00000000000000D+00 1.38888888888889D-14 249 0.00000000000000D+00 1.38888888888889D-14 250 0.00000000000000D+00 1.38888888888889D-14 251 0.00000000000000D+00 1.38888888888889D-14 252 0.00000000000000D+00 1.38888888888889D-14 253 0.00000000000000D+00 1.38888888888889D-14 254 0.00000000000000D+00 1.38888888888889D-14 255 0.00000000000000D+00 1.38888888888889D-14 256 0.00000000000000D+00 1.38888888888889D-14 257 0.00000000000000D+00 1.38888888888889D-14 258 0.00000000000000D+00 1.38888888888889D-14 259 0.00000000000000D+00 1.38888888888889D-14 260 0.00000000000000D+00 1.38888888888889D-14 261 0.00000000000000D+00 1.38888888888889D-14 262 0.00000000000000D+00 1.38888888888889D-14 263 0.00000000000000D+00 1.38888888888889D-14 264 0.00000000000000D+00 1.38888888888889D-14 265 0.00000000000000D+00 1.38888888888889D-14 266 0.00000000000000D+00 1.38888888888889D-14 267 0.00000000000000D+00 1.38888888888889D-14 268 0.00000000000000D+00 1.38888888888889D-14 269 0.00000000000000D+00 1.38888888888889D-14 270 0.00000000000000D+00 1.38888888888889D-14 271 0.00000000000000D+00 1.38888888888889D-14 272 0.00000000000000D+00 1.38888888888889D-14 273 0.00000000000000D+00 1.38888888888889D-14 274 0.00000000000000D+00 1.38888888888889D-14 275 0.00000000000000D+00 1.38888888888889D-14 276 0.00000000000000D+00 5.00000000000000D-14 277 0.00000000000000D+00 5.00000000000000D-14 278 0.00000000000000D+00 5.00000000000000D-14 279 0.00000000000000D+00 5.00000000000000D-14 280 0.00000000000000D+00 5.00000000000000D-14 281 0.00000000000000D+00 5.00000000000000D-14 282 0.00000000000000D+00 5.00000000000000D-14 283 0.00000000000000D+00 5.00000000000000D-14 284 0.00000000000000D+00 5.00000000000000D-14 285 0.00000000000000D+00 5.00000000000000D-14 286 0.00000000000000D+00 5.00000000000000D-14 287 0.00000000000000D+00 5.00000000000000D-14 288 0.00000000000000D+00 5.00000000000000D-14 289 0.00000000000000D+00 5.00000000000000D-14 290 0.00000000000000D+00 5.00000000000000D-14 291 0.00000000000000D+00 5.00000000000000D-14 292 0.00000000000000D+00 5.00000000000000D-14 293 0.00000000000000D+00 5.00000000000000D-14 294 0.00000000000000D+00 5.00000000000000D-14 295 0.00000000000000D+00 5.00000000000000D-14 296 0.00000000000000D+00 5.00000000000000D-14 297 0.00000000000000D+00 5.00000000000000D-14 298 0.00000000000000D+00 5.00000000000000D-14 299 0.00000000000000D+00 5.00000000000000D-14 300 0.00000000000000D+00 5.00000000000000D-14 301 0.00000000000000D+00 1.38888888888889D-14 302 0.00000000000000D+00 1.38888888888889D-14 303 0.00000000000000D+00 1.38888888888889D-14 304 0.00000000000000D+00 1.38888888888889D-14 305 0.00000000000000D+00 1.38888888888889D-14 306 0.00000000000000D+00 1.38888888888889D-14 307 0.00000000000000D+00 1.38888888888889D-14 308 0.00000000000000D+00 1.38888888888889D-14 309 0.00000000000000D+00 1.38888888888889D-14 310 0.00000000000000D+00 1.38888888888889D-14 311 0.00000000000000D+00 1.38888888888889D-14 312 0.00000000000000D+00 1.38888888888889D-14 313 0.00000000000000D+00 1.38888888888889D-14 314 0.00000000000000D+00 1.38888888888889D-14 315 0.00000000000000D+00 1.38888888888889D-14 316 0.00000000000000D+00 1.38888888888889D-14 317 0.00000000000000D+00 1.38888888888889D-14 318 0.00000000000000D+00 1.38888888888889D-14 319 0.00000000000000D+00 1.38888888888889D-14 320 0.00000000000000D+00 1.38888888888889D-14 321 0.00000000000000D+00 1.38888888888889D-14 322 0.00000000000000D+00 1.38888888888889D-14 323 0.00000000000000D+00 1.38888888888889D-14 324 0.00000000000000D+00 1.38888888888889D-14 325 0.00000000000000D+00 1.38888888888889D-14 326 0.00000000000000D+00 1.38888888888889D-14 327 0.00000000000000D+00 1.38888888888889D-14 328 0.00000000000000D+00 1.38888888888889D-14 329 0.00000000000000D+00 1.38888888888889D-14 330 0.00000000000000D+00 1.38888888888889D-14 331 0.00000000000000D+00 1.38888888888889D-14 332 0.00000000000000D+00 1.38888888888889D-14 333 0.00000000000000D+00 1.38888888888889D-14 334 0.00000000000000D+00 1.38888888888889D-14 335 0.00000000000000D+00 1.38888888888889D-14 336 0.00000000000000D+00 1.38888888888889D-14 337 0.00000000000000D+00 1.38888888888889D-14 338 0.00000000000000D+00 1.38888888888889D-14 339 0.00000000000000D+00 1.38888888888889D-14 340 0.00000000000000D+00 1.38888888888889D-14 341 0.00000000000000D+00 1.38888888888889D-14 342 0.00000000000000D+00 1.38888888888889D-14 343 0.00000000000000D+00 1.38888888888889D-14 344 0.00000000000000D+00 1.38888888888889D-14 345 0.00000000000000D+00 1.38888888888889D-14 346 0.00000000000000D+00 1.38888888888889D-14 347 0.00000000000000D+00 1.38888888888889D-14 348 0.00000000000000D+00 1.38888888888889D-14 349 0.00000000000000D+00 1.38888888888889D-14 350 0.00000000000000D+00 1.38888888888889D-14 351 0.00000000000000D+00 1.38888888888889D-14 352 0.00000000000000D+00 1.38888888888889D-14 353 0.00000000000000D+00 1.38888888888889D-14 354 0.00000000000000D+00 1.38888888888889D-14 355 0.00000000000000D+00 1.38888888888889D-14 356 0.00000000000000D+00 1.38888888888889D-14 357 0.00000000000000D+00 1.38888888888889D-14 358 0.00000000000000D+00 1.38888888888889D-14 359 0.00000000000000D+00 1.38888888888889D-14 360 0.00000000000000D+00 1.38888888888889D-14 361 0.00000000000000D+00 1.38888888888889D-14 362 0.00000000000000D+00 1.38888888888889D-14 363 0.00000000000000D+00 1.38888888888889D-14 364 0.00000000000000D+00 1.38888888888889D-14 365 0.00000000000000D+00 1.38888888888889D-14 366 0.00000000000000D+00 1.38888888888889D-14 367 0.00000000000000D+00 1.38888888888889D-14 368 0.00000000000000D+00 1.38888888888889D-14 369 0.00000000000000D+00 1.38888888888889D-14 370 0.00000000000000D+00 1.38888888888889D-14 371 0.00000000000000D+00 1.38888888888889D-14 372 0.00000000000000D+00 1.38888888888889D-14 373 0.00000000000000D+00 1.38888888888889D-14 374 0.00000000000000D+00 1.38888888888889D-14 375 0.00000000000000D+00 1.38888888888889D-14 376 0.00000000000000D+00 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 5.00000000000000D-14 386 0.00000000000000D+00 5.00000000000000D-14 387 0.00000000000000D+00 5.00000000000000D-14 388 0.00000000000000D+00 5.00000000000000D-14 389 0.00000000000000D+00 5.00000000000000D-14 390 0.00000000000000D+00 5.00000000000000D-14 391 0.00000000000000D+00 5.00000000000000D-14 392 0.00000000000000D+00 5.00000000000000D-14 393 0.00000000000000D+00 5.00000000000000D-14 394 0.00000000000000D+00 5.00000000000000D-14 395 0.00000000000000D+00 5.00000000000000D-14 396 0.00000000000000D+00 5.00000000000000D-14 397 0.00000000000000D+00 5.00000000000000D-14 398 0.00000000000000D+00 5.00000000000000D-14 399 0.00000000000000D+00 5.00000000000000D-14 400 0.00000000000000D+00 5.00000000000000D-14 401 0.00000000000000D+00 1.38888888888889D-14 402 0.00000000000000D+00 1.38888888888889D-14 403 0.00000000000000D+00 1.38888888888889D-14 404 0.00000000000000D+00 1.38888888888889D-14 405 0.00000000000000D+00 1.38888888888889D-14 406 0.00000000000000D+00 1.38888888888889D-14 407 0.00000000000000D+00 1.38888888888889D-14 408 0.00000000000000D+00 1.38888888888889D-14 409 0.00000000000000D+00 1.38888888888889D-14 410 0.00000000000000D+00 1.38888888888889D-14 411 0.00000000000000D+00 1.38888888888889D-14 412 0.00000000000000D+00 1.38888888888889D-14 413 0.00000000000000D+00 1.38888888888889D-14 414 0.00000000000000D+00 1.38888888888889D-14 415 0.00000000000000D+00 1.38888888888889D-14 416 0.00000000000000D+00 1.38888888888889D-14 417 0.00000000000000D+00 1.38888888888889D-14 418 0.00000000000000D+00 1.38888888888889D-14 419 0.00000000000000D+00 1.38888888888889D-14 420 0.00000000000000D+00 1.38888888888889D-14 421 0.00000000000000D+00 1.38888888888889D-14 422 0.00000000000000D+00 1.38888888888889D-14 423 0.00000000000000D+00 1.38888888888889D-14 424 0.00000000000000D+00 1.38888888888889D-14 425 0.00000000000000D+00 1.38888888888889D-14 426 0.00000000000000D+00 1.38888888888889D-14 427 0.00000000000000D+00 1.38888888888889D-14 428 0.00000000000000D+00 1.38888888888889D-14 429 0.00000000000000D+00 1.38888888888889D-14 430 0.00000000000000D+00 1.38888888888889D-14 431 0.00000000000000D+00 1.38888888888889D-14 432 0.00000000000000D+00 1.38888888888889D-14 433 0.00000000000000D+00 1.38888888888889D-14 434 0.00000000000000D+00 1.38888888888889D-14 435 0.00000000000000D+00 1.38888888888889D-14 436 0.00000000000000D+00 1.38888888888889D-14 437 0.00000000000000D+00 1.38888888888889D-14 438 0.00000000000000D+00 1.38888888888889D-14 439 0.00000000000000D+00 1.38888888888889D-14 440 0.00000000000000D+00 1.38888888888889D-14 441 0.00000000000000D+00 1.38888888888889D-14 442 0.00000000000000D+00 1.38888888888889D-14 443 0.00000000000000D+00 1.38888888888889D-14 444 0.00000000000000D+00 1.38888888888889D-14 445 0.00000000000000D+00 1.38888888888889D-14 446 0.00000000000000D+00 1.38888888888889D-14 447 0.00000000000000D+00 1.38888888888889D-14 448 0.00000000000000D+00 1.38888888888889D-14 449 0.00000000000000D+00 1.38888888888889D-14 450 0.00000000000000D+00 1.38888888888889D-14 451 0.00000000000000D+00 1.38888888888889D-14 452 0.00000000000000D+00 1.38888888888889D-14 453 0.00000000000000D+00 1.38888888888889D-14 454 0.00000000000000D+00 1.38888888888889D-14 455 0.00000000000000D+00 1.38888888888889D-14 456 0.00000000000000D+00 1.38888888888889D-14 457 0.00000000000000D+00 1.38888888888889D-14 458 0.00000000000000D+00 1.38888888888889D-14 459 0.00000000000000D+00 1.38888888888889D-14 460 0.00000000000000D+00 1.38888888888889D-14 461 0.00000000000000D+00 1.38888888888889D-14 462 0.00000000000000D+00 1.38888888888889D-14 463 0.00000000000000D+00 1.38888888888889D-14 464 0.00000000000000D+00 1.38888888888889D-14 465 0.00000000000000D+00 1.38888888888889D-14 466 0.00000000000000D+00 1.38888888888889D-14 467 0.00000000000000D+00 1.38888888888889D-14 468 0.00000000000000D+00 1.38888888888889D-14 469 0.00000000000000D+00 1.38888888888889D-14 470 0.00000000000000D+00 1.38888888888889D-14 471 0.00000000000000D+00 1.38888888888889D-14 472 0.00000000000000D+00 1.38888888888889D-14 473 0.00000000000000D+00 1.38888888888889D-14 474 0.00000000000000D+00 1.38888888888889D-14 475 0.00000000000000D+00 1.38888888888889D-14 476 0.00000000000000D+00 1.00000000000000D-04 477 0.00000000000000D+00 1.00000000000000D-04 478 0.00000000000000D+00 1.00000000000000D-04 479 0.00000000000000D+00 1.00000000000000D-04 480 0.00000000000000D+00 1.00000000000000D-04 481 0.00000000000000D+00 1.00000000000000D-04 482 0.00000000000000D+00 5.00000000000000D-11 483 0.00000000000000D+00 5.00000000000000D-11 484 0.00000000000000D+00 5.00000000000000D-11 485 0.00000000000000D+00 1.00000000000000D-06 486 0.00000000000000D+00 1.00000000000000D-06 487 0.00000000000000D+00 1.00000000000000D-06 488 0.00000000000000D+00 1.00000000000000D-06 489 0.00000000000000D+00 1.00000000000000D-06 490 0.00000000000000D+00 1.00000000000000D-06 491 0.00000000000000D+00 1.00000000000000D-06 492 0.00000000000000D+00 1.00000000000000D-06 493 0.00000000000000D+00 1.00000000000000D-06 494 0.00000000000000D+00 1.00000000000000D-06 495 0.00000000000000D+00 1.00000000000000D-06 496 0.00000000000000D+00 1.00000000000000D-06 497 0.00000000000000D+00 1.00000000000000D-06 498 0.00000000000000D+00 1.00000000000000D-06 499 0.00000000000000D+00 1.00000000000000D-06 500 0.00000000000000D+00 1.00000000000000D-06 501 0.00000000000000D+00 1.00000000000000D-06 502 0.00000000000000D+00 1.00000000000000D-06 503 0.00000000000000D+00 1.00000000000000D-06 504 0.00000000000000D+00 1.00000000000000D-06 505 0.00000000000000D+00 1.00000000000000D-06 506 0.00000000000000D+00 1.00000000000000D-06 507 0.00000000000000D+00 1.00000000000000D-06 508 0.00000000000000D+00 1.00000000000000D-06 509 0.00000000000000D+00 1.00000000000000D-06 510 0.00000000000000D+00 1.00000000000000D-06 511 0.00000000000000D+00 1.00000000000000D-06 512 0.00000000000000D+00 1.00000000000000D-06 513 0.00000000000000D+00 1.00000000000000D-06 514 0.00000000000000D+00 1.00000000000000D-06 515 0.00000000000000D+00 1.00000000000000D-06 516 0.00000000000000D+00 1.00000000000000D-06 517 0.00000000000000D+00 1.00000000000000D-06 518 0.00000000000000D+00 1.00000000000000D-06 519 0.00000000000000D+00 1.00000000000000D-06 520 0.00000000000000D+00 1.00000000000000D-06 521 0.00000000000000D+00 1.00000000000000D-06 522 0.00000000000000D+00 1.00000000000000D-06 523 0.00000000000000D+00 1.00000000000000D-06 524 0.00000000000000D+00 1.00000000000000D-06 525 0.00000000000000D+00 1.00000000000000D-06 526 0.00000000000000D+00 1.00000000000000D-06 527 0.00000000000000D+00 1.00000000000000D-06 528 0.00000000000000D+00 1.00000000000000D-06 529 0.00000000000000D+00 1.00000000000000D-06 530 0.00000000000000D+00 1.00000000000000D-06 531 0.00000000000000D+00 1.00000000000000D-06 532 0.00000000000000D+00 1.00000000000000D-06 533 0.00000000000000D+00 1.00000000000000D-06 534 0.00000000000000D+00 1.00000000000000D-06 -SOLUTION/CONSTRAINT_EQUATION_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_WEIGHT_MATRIX * Ind1 Ind2 Weight_matrix(ind1,ind2) 1 1 4.00000000000000D+26 2 2 4.00000000000000D+26 3 3 4.00000000000000D+26 4 4 4.00000000000000D+26 5 5 4.00000000000000D+26 6 6 4.00000000000000D+26 7 7 4.00000000000000D+26 8 8 4.00000000000000D+26 9 9 4.00000000000000D+26 10 10 4.00000000000000D+26 11 11 4.00000000000000D+26 12 12 4.00000000000000D+26 13 13 4.00000000000000D+26 14 14 4.00000000000000D+26 15 15 4.00000000000000D+26 16 16 4.00000000000000D+26 17 17 4.00000000000000D+26 18 18 4.00000000000000D+26 19 19 4.00000000000000D+26 20 20 4.00000000000000D+26 21 21 4.00000000000000D+26 22 22 4.00000000000000D+26 23 23 4.00000000000000D+26 24 24 4.00000000000000D+26 25 25 4.00000000000000D+26 26 26 5.18400000000000D+27 27 27 5.18400000000000D+27 28 28 5.18400000000000D+27 29 29 5.18400000000000D+27 30 30 5.18400000000000D+27 31 31 5.18400000000000D+27 32 32 5.18400000000000D+27 33 33 5.18400000000000D+27 34 34 5.18400000000000D+27 35 35 5.18400000000000D+27 36 36 5.18400000000000D+27 37 37 5.18400000000000D+27 38 38 5.18400000000000D+27 39 39 5.18400000000000D+27 40 40 5.18400000000000D+27 41 41 5.18400000000000D+27 42 42 5.18400000000000D+27 43 43 5.18400000000000D+27 44 44 5.18400000000000D+27 45 45 5.18400000000000D+27 46 46 5.18400000000000D+27 47 47 5.18400000000000D+27 48 48 5.18400000000000D+27 49 49 5.18400000000000D+27 50 50 5.18400000000000D+27 51 51 5.18400000000000D+27 52 52 5.18400000000000D+27 53 53 5.18400000000000D+27 54 54 5.18400000000000D+27 55 55 5.18400000000000D+27 56 56 5.18400000000000D+27 57 57 5.18400000000000D+27 58 58 5.18400000000000D+27 59 59 5.18400000000000D+27 60 60 5.18400000000000D+27 61 61 5.18400000000000D+27 62 62 5.18400000000000D+27 63 63 5.18400000000000D+27 64 64 5.18400000000000D+27 65 65 5.18400000000000D+27 66 66 5.18400000000000D+27 67 67 5.18400000000000D+27 68 68 5.18400000000000D+27 69 69 5.18400000000000D+27 70 70 5.18400000000000D+27 71 71 5.18400000000000D+27 72 72 5.18400000000000D+27 73 73 5.18400000000000D+27 74 74 5.18400000000000D+27 75 75 5.18400000000000D+27 76 76 5.18400000000000D+27 77 77 5.18400000000000D+27 78 78 5.18400000000000D+27 79 79 5.18400000000000D+27 80 80 5.18400000000000D+27 81 81 5.18400000000000D+27 82 82 5.18400000000000D+27 83 83 5.18400000000000D+27 84 84 5.18400000000000D+27 85 85 5.18400000000000D+27 86 86 5.18400000000000D+27 87 87 5.18400000000000D+27 88 88 5.18400000000000D+27 89 89 5.18400000000000D+27 90 90 5.18400000000000D+27 91 91 5.18400000000000D+27 92 92 5.18400000000000D+27 93 93 5.18400000000000D+27 94 94 5.18400000000000D+27 95 95 5.18400000000000D+27 96 96 5.18400000000000D+27 97 97 5.18400000000000D+27 98 98 5.18400000000000D+27 99 99 5.18400000000000D+27 100 100 5.18400000000000D+27 101 101 4.00000000000000D+26 102 102 4.00000000000000D+26 103 103 4.00000000000000D+26 104 104 4.00000000000000D+26 105 105 4.00000000000000D+26 106 106 4.00000000000000D+26 107 107 4.00000000000000D+26 108 108 4.00000000000000D+26 109 109 4.00000000000000D+26 110 110 4.00000000000000D+26 111 111 4.00000000000000D+26 112 112 4.00000000000000D+26 113 113 4.00000000000000D+26 114 114 4.00000000000000D+26 115 115 4.00000000000000D+26 116 116 4.00000000000000D+26 117 117 4.00000000000000D+26 118 118 4.00000000000000D+26 119 119 4.00000000000000D+26 120 120 4.00000000000000D+26 121 121 4.00000000000000D+26 122 122 4.00000000000000D+26 123 123 4.00000000000000D+26 124 124 4.00000000000000D+26 125 125 4.00000000000000D+26 126 126 5.18400000000000D+27 127 127 5.18400000000000D+27 128 128 5.18400000000000D+27 129 129 5.18400000000000D+27 130 130 5.18400000000000D+27 131 131 5.18400000000000D+27 132 132 5.18400000000000D+27 133 133 5.18400000000000D+27 134 134 5.18400000000000D+27 135 135 5.18400000000000D+27 136 136 5.18400000000000D+27 137 137 5.18400000000000D+27 138 138 5.18400000000000D+27 139 139 5.18400000000000D+27 140 140 5.18400000000000D+27 141 141 5.18400000000000D+27 142 142 5.18400000000000D+27 143 143 5.18400000000000D+27 144 144 5.18400000000000D+27 145 145 5.18400000000000D+27 146 146 5.18400000000000D+27 147 147 5.18400000000000D+27 148 148 5.18400000000000D+27 149 149 5.18400000000000D+27 150 150 5.18400000000000D+27 151 151 5.18400000000000D+27 152 152 5.18400000000000D+27 153 153 5.18400000000000D+27 154 154 5.18400000000000D+27 155 155 5.18400000000000D+27 156 156 5.18400000000000D+27 157 157 5.18400000000000D+27 158 158 5.18400000000000D+27 159 159 5.18400000000000D+27 160 160 5.18400000000000D+27 161 161 5.18400000000000D+27 162 162 5.18400000000000D+27 163 163 5.18400000000000D+27 164 164 5.18400000000000D+27 165 165 5.18400000000000D+27 166 166 5.18400000000000D+27 167 167 5.18400000000000D+27 168 168 5.18400000000000D+27 169 169 5.18400000000000D+27 170 170 5.18400000000000D+27 171 171 5.18400000000000D+27 172 172 5.18400000000000D+27 173 173 5.18400000000000D+27 174 174 5.18400000000000D+27 175 175 5.18400000000000D+27 176 176 5.18400000000000D+27 177 177 5.18400000000000D+27 178 178 5.18400000000000D+27 179 179 5.18400000000000D+27 180 180 5.18400000000000D+27 181 181 5.18400000000000D+27 182 182 5.18400000000000D+27 183 183 5.18400000000000D+27 184 184 5.18400000000000D+27 185 185 5.18400000000000D+27 186 186 5.18400000000000D+27 187 187 5.18400000000000D+27 188 188 5.18400000000000D+27 189 189 5.18400000000000D+27 190 190 5.18400000000000D+27 191 191 5.18400000000000D+27 192 192 5.18400000000000D+27 193 193 5.18400000000000D+27 194 194 5.18400000000000D+27 195 195 5.18400000000000D+27 196 196 5.18400000000000D+27 197 197 5.18400000000000D+27 198 198 5.18400000000000D+27 199 199 5.18400000000000D+27 200 200 5.18400000000000D+27 201 201 5.18400000000000D+27 202 202 5.18400000000000D+27 203 203 5.18400000000000D+27 204 204 5.18400000000000D+27 205 205 5.18400000000000D+27 206 206 5.18400000000000D+27 207 207 5.18400000000000D+27 208 208 5.18400000000000D+27 209 209 5.18400000000000D+27 210 210 5.18400000000000D+27 211 211 5.18400000000000D+27 212 212 5.18400000000000D+27 213 213 5.18400000000000D+27 214 214 5.18400000000000D+27 215 215 5.18400000000000D+27 216 216 5.18400000000000D+27 217 217 5.18400000000000D+27 218 218 5.18400000000000D+27 219 219 5.18400000000000D+27 220 220 5.18400000000000D+27 221 221 5.18400000000000D+27 222 222 5.18400000000000D+27 223 223 5.18400000000000D+27 224 224 5.18400000000000D+27 225 225 5.18400000000000D+27 226 226 5.18400000000000D+27 227 227 5.18400000000000D+27 228 228 5.18400000000000D+27 229 229 5.18400000000000D+27 230 230 5.18400000000000D+27 231 231 5.18400000000000D+27 232 232 5.18400000000000D+27 233 233 5.18400000000000D+27 234 234 5.18400000000000D+27 235 235 5.18400000000000D+27 236 236 5.18400000000000D+27 237 237 5.18400000000000D+27 238 238 5.18400000000000D+27 239 239 5.18400000000000D+27 240 240 5.18400000000000D+27 241 241 5.18400000000000D+27 242 242 5.18400000000000D+27 243 243 5.18400000000000D+27 244 244 5.18400000000000D+27 245 245 5.18400000000000D+27 246 246 5.18400000000000D+27 247 247 5.18400000000000D+27 248 248 5.18400000000000D+27 249 249 5.18400000000000D+27 250 250 5.18400000000000D+27 251 251 5.18400000000000D+27 252 252 5.18400000000000D+27 253 253 5.18400000000000D+27 254 254 5.18400000000000D+27 255 255 5.18400000000000D+27 256 256 5.18400000000000D+27 257 257 5.18400000000000D+27 258 258 5.18400000000000D+27 259 259 5.18400000000000D+27 260 260 5.18400000000000D+27 261 261 5.18400000000000D+27 262 262 5.18400000000000D+27 263 263 5.18400000000000D+27 264 264 5.18400000000000D+27 265 265 5.18400000000000D+27 266 266 5.18400000000000D+27 267 267 5.18400000000000D+27 268 268 5.18400000000000D+27 269 269 5.18400000000000D+27 270 270 5.18400000000000D+27 271 271 5.18400000000000D+27 272 272 5.18400000000000D+27 273 273 5.18400000000000D+27 274 274 5.18400000000000D+27 275 275 5.18400000000000D+27 276 276 4.00000000000000D+26 277 277 4.00000000000000D+26 278 278 4.00000000000000D+26 279 279 4.00000000000000D+26 280 280 4.00000000000000D+26 281 281 4.00000000000000D+26 282 282 4.00000000000000D+26 283 283 4.00000000000000D+26 284 284 4.00000000000000D+26 285 285 4.00000000000000D+26 286 286 4.00000000000000D+26 287 287 4.00000000000000D+26 288 288 4.00000000000000D+26 289 289 4.00000000000000D+26 290 290 4.00000000000000D+26 291 291 4.00000000000000D+26 292 292 4.00000000000000D+26 293 293 4.00000000000000D+26 294 294 4.00000000000000D+26 295 295 4.00000000000000D+26 296 296 4.00000000000000D+26 297 297 4.00000000000000D+26 298 298 4.00000000000000D+26 299 299 4.00000000000000D+26 300 300 4.00000000000000D+26 301 301 5.18400000000000D+27 302 302 5.18400000000000D+27 303 303 5.18400000000000D+27 304 304 5.18400000000000D+27 305 305 5.18400000000000D+27 306 306 5.18400000000000D+27 307 307 5.18400000000000D+27 308 308 5.18400000000000D+27 309 309 5.18400000000000D+27 310 310 5.18400000000000D+27 311 311 5.18400000000000D+27 312 312 5.18400000000000D+27 313 313 5.18400000000000D+27 314 314 5.18400000000000D+27 315 315 5.18400000000000D+27 316 316 5.18400000000000D+27 317 317 5.18400000000000D+27 318 318 5.18400000000000D+27 319 319 5.18400000000000D+27 320 320 5.18400000000000D+27 321 321 5.18400000000000D+27 322 322 5.18400000000000D+27 323 323 5.18400000000000D+27 324 324 5.18400000000000D+27 325 325 5.18400000000000D+27 326 326 5.18400000000000D+27 327 327 5.18400000000000D+27 328 328 5.18400000000000D+27 329 329 5.18400000000000D+27 330 330 5.18400000000000D+27 331 331 5.18400000000000D+27 332 332 5.18400000000000D+27 333 333 5.18400000000000D+27 334 334 5.18400000000000D+27 335 335 5.18400000000000D+27 336 336 5.18400000000000D+27 337 337 5.18400000000000D+27 338 338 5.18400000000000D+27 339 339 5.18400000000000D+27 340 340 5.18400000000000D+27 341 341 5.18400000000000D+27 342 342 5.18400000000000D+27 343 343 5.18400000000000D+27 344 344 5.18400000000000D+27 345 345 5.18400000000000D+27 346 346 5.18400000000000D+27 347 347 5.18400000000000D+27 348 348 5.18400000000000D+27 349 349 5.18400000000000D+27 350 350 5.18400000000000D+27 351 351 5.18400000000000D+27 352 352 5.18400000000000D+27 353 353 5.18400000000000D+27 354 354 5.18400000000000D+27 355 355 5.18400000000000D+27 356 356 5.18400000000000D+27 357 357 5.18400000000000D+27 358 358 5.18400000000000D+27 359 359 5.18400000000000D+27 360 360 5.18400000000000D+27 361 361 5.18400000000000D+27 362 362 5.18400000000000D+27 363 363 5.18400000000000D+27 364 364 5.18400000000000D+27 365 365 5.18400000000000D+27 366 366 5.18400000000000D+27 367 367 5.18400000000000D+27 368 368 5.18400000000000D+27 369 369 5.18400000000000D+27 370 370 5.18400000000000D+27 371 371 5.18400000000000D+27 372 372 5.18400000000000D+27 373 373 5.18400000000000D+27 374 374 5.18400000000000D+27 375 375 5.18400000000000D+27 376 376 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 4.00000000000000D+26 386 386 4.00000000000000D+26 387 387 4.00000000000000D+26 388 388 4.00000000000000D+26 389 389 4.00000000000000D+26 390 390 4.00000000000000D+26 391 391 4.00000000000000D+26 392 392 4.00000000000000D+26 393 393 4.00000000000000D+26 394 394 4.00000000000000D+26 395 395 4.00000000000000D+26 396 396 4.00000000000000D+26 397 397 4.00000000000000D+26 398 398 4.00000000000000D+26 399 399 4.00000000000000D+26 400 400 4.00000000000000D+26 401 401 5.18400000000000D+27 402 402 5.18400000000000D+27 403 403 5.18400000000000D+27 404 404 5.18400000000000D+27 405 405 5.18400000000000D+27 406 406 5.18400000000000D+27 407 407 5.18400000000000D+27 408 408 5.18400000000000D+27 409 409 5.18400000000000D+27 410 410 5.18400000000000D+27 411 411 5.18400000000000D+27 412 412 5.18400000000000D+27 413 413 5.18400000000000D+27 414 414 5.18400000000000D+27 415 415 5.18400000000000D+27 416 416 5.18400000000000D+27 417 417 5.18400000000000D+27 418 418 5.18400000000000D+27 419 419 5.18400000000000D+27 420 420 5.18400000000000D+27 421 421 5.18400000000000D+27 422 422 5.18400000000000D+27 423 423 5.18400000000000D+27 424 424 5.18400000000000D+27 425 425 5.18400000000000D+27 426 426 5.18400000000000D+27 427 427 5.18400000000000D+27 428 428 5.18400000000000D+27 429 429 5.18400000000000D+27 430 430 5.18400000000000D+27 431 431 5.18400000000000D+27 432 432 5.18400000000000D+27 433 433 5.18400000000000D+27 434 434 5.18400000000000D+27 435 435 5.18400000000000D+27 436 436 5.18400000000000D+27 437 437 5.18400000000000D+27 438 438 5.18400000000000D+27 439 439 5.18400000000000D+27 440 440 5.18400000000000D+27 441 441 5.18400000000000D+27 442 442 5.18400000000000D+27 443 443 5.18400000000000D+27 444 444 5.18400000000000D+27 445 445 5.18400000000000D+27 446 446 5.18400000000000D+27 447 447 5.18400000000000D+27 448 448 5.18400000000000D+27 449 449 5.18400000000000D+27 450 450 5.18400000000000D+27 451 451 5.18400000000000D+27 452 452 5.18400000000000D+27 453 453 5.18400000000000D+27 454 454 5.18400000000000D+27 455 455 5.18400000000000D+27 456 456 5.18400000000000D+27 457 457 5.18400000000000D+27 458 458 5.18400000000000D+27 459 459 5.18400000000000D+27 460 460 5.18400000000000D+27 461 461 5.18400000000000D+27 462 462 5.18400000000000D+27 463 463 5.18400000000000D+27 464 464 5.18400000000000D+27 465 465 5.18400000000000D+27 466 466 5.18400000000000D+27 467 467 5.18400000000000D+27 468 468 5.18400000000000D+27 469 469 5.18400000000000D+27 470 470 5.18400000000000D+27 471 471 5.18400000000000D+27 472 472 5.18400000000000D+27 473 473 5.18400000000000D+27 474 474 5.18400000000000D+27 475 475 5.18400000000000D+27 476 476 1.00000000000000D+08 477 477 1.00000000000000D+08 478 478 1.00000000000000D+08 479 479 1.00000000000000D+08 480 480 1.00000000000000D+08 481 481 1.00000000000000D+08 482 482 4.00000000000000D+20 483 483 4.00000000000000D+20 484 484 4.00000000000000D+20 485 485 1.00000000000000D+12 486 486 1.00000000000000D+12 487 487 1.00000000000000D+12 488 488 1.00000000000000D+12 489 489 1.00000000000000D+12 490 490 1.00000000000000D+12 491 491 1.00000000000000D+12 492 492 1.00000000000000D+12 493 493 1.00000000000000D+12 494 494 1.00000000000000D+12 495 495 1.00000000000000D+12 496 496 1.00000000000000D+12 497 497 1.00000000000000D+12 498 498 1.00000000000000D+12 499 499 1.00000000000000D+12 500 500 1.00000000000000D+12 501 501 1.00000000000000D+12 502 502 1.00000000000000D+12 503 503 1.00000000000000D+12 504 504 1.00000000000000D+12 505 505 1.00000000000000D+12 506 506 1.00000000000000D+12 507 507 1.00000000000000D+12 508 508 1.00000000000000D+12 509 509 1.00000000000000D+12 510 510 1.00000000000000D+12 511 511 1.00000000000000D+12 512 512 1.00000000000000D+12 513 513 1.00000000000000D+12 514 514 1.00000000000000D+12 515 515 1.00000000000000D+12 516 516 1.00000000000000D+12 517 517 1.00000000000000D+12 518 518 1.00000000000000D+12 519 519 1.00000000000000D+12 520 520 1.00000000000000D+12 521 521 1.00000000000000D+12 522 522 1.00000000000000D+12 523 523 1.00000000000000D+12 524 524 1.00000000000000D+12 525 525 1.00000000000000D+12 526 526 1.00000000000000D+12 527 527 1.00000000000000D+12 528 528 1.00000000000000D+12 529 529 1.00000000000000D+12 530 530 1.00000000000000D+12 531 531 1.00000000000000D+12 532 532 1.00000000000000D+12 533 533 1.00000000000000D+12 534 534 1.00000000000000D+12 -SOLUTION/CONSTRAINT_WEIGHT_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_MATRIX * Ind1 Ind2 Decomposed_normal_matrix(ind1,ind2) 1 1 6.05356579527259D+02 2 1 5.91176833786070D+02 2 2 9.17196210786700D+02 3 1 4.85319954650477D+01 3 2 -4.09398966484237D+02 3 3 1.44152494718134D+03 4 1 -4.12782957062125D+02 4 2 -1.63163062490523D+02 4 3 -3.61700765676796D+02 4 4 1.73385188012943D+03 5 1 4.01005929067731D+02 5 2 2.40946284480393D+02 5 3 -2.57155535008758D+02 5 4 -5.92374563924968D+02 5 5 1.78511079301685D+03 6 1 -1.59379880238324D+02 6 2 1.72417293770239D+02 6 3 -8.65867842614651D+02 6 4 2.28978361026198D+03 6 5 7.61340052045882D+02 6 6 5.05845414992422D+03 7 1 -2.06158019248396D+02 7 2 -3.05337118949741D+02 7 3 1.84979396395385D+02 7 4 4.83355759549886D+01 7 5 4.70005141098052D+02 7 6 9.68284861378372D+02 7 7 4.41306065624394D+03 8 1 6.62656722366810D+01 8 2 1.48960159644485D+02 8 3 -1.32659712180495D+02 8 4 -1.46766914982349D+02 8 5 -2.81910377621651D+02 8 6 -4.51213263306767D+02 8 7 4.06581169555336D+03 8 8 1.07106576169655D+04 9 1 1.36387048779521D+02 9 2 2.45178990934510D+02 9 3 -1.95735828064382D+02 9 4 -8.61682160682976D+01 9 5 -5.61962140802294D+02 9 6 -1.08835638219118D+03 9 7 -1.84796716925502D+03 9 8 2.07086076613516D+03 9 9 3.92633802345395D+03 10 1 -3.53580783989280D+02 10 2 -6.09324014723301D+02 10 3 5.96881823174655D+02 10 4 -1.13719221210480D+03 10 5 -8.16319798938930D+02 10 6 -3.28926546676457D+03 10 7 -3.98216462200135D+03 10 8 -4.54701133620739D+03 10 9 1.36976388537139D+03 10 10 6.81808904046938D+03 11 1 -1.15657609477639D+01 11 2 -1.24907287262380D+02 11 3 4.39027640528977D+02 11 4 3.97107265565544D+02 11 5 -3.05641152389348D+02 11 6 1.08036068882793D+02 11 7 -5.06437179083750D+03 11 8 -6.55267141205817D+03 11 9 1.57912436504662D+03 11 10 4.93096822478995D+03 11 11 1.19444484908879D+04 12 1 -3.32464218708687D+02 12 2 -5.46146981161088D+02 12 3 2.90744710199535D+02 12 4 -1.53894402607903D+03 12 5 -6.05072636347264D+02 12 6 -3.38125656024367D+03 12 7 4.50806548580527D+02 12 8 5.82103051103652D+02 12 9 -7.74445185542107D+02 12 10 3.28699282525480D+03 12 11 -2.56401654083654D+03 12 12 8.04639015130699D+03 13 1 3.67094685316086D+02 13 2 4.87045222751796D+02 13 3 -4.68710882451385D+02 13 4 -2.32307720355690D+02 13 5 5.38117293346673D+02 13 6 1.90659560136497D+02 13 7 -2.73159411109984D+02 13 8 5.62106249630451D+02 13 9 4.28013713538647D+02 13 10 -1.34528724611551D+03 13 11 -2.51855077330023D+02 13 12 -1.86635066893324D+03 13 13 1.48356227640249D+03 14 1 -1.04642581962794D+03 14 2 -1.18211992640793D+03 14 3 3.60280826464295D+02 14 4 5.05533363193274D+02 14 5 -1.43843440556526D+03 14 6 -5.90503425005823D+02 14 7 8.34242690682411D+02 14 8 -4.02515803131461D+03 14 9 -3.33319245849736D+03 14 10 1.04196164590120D+03 14 11 -4.96132934691012D+03 14 12 3.13314021921530D+03 14 13 -1.33501750909910D+03 14 14 1.16069051572084D+04 15 1 3.06909994034097D+02 15 2 5.37952960625757D+02 15 3 -6.70750465422869D+02 15 4 -3.02998717844486D+02 15 5 6.62853386856616D+02 15 6 2.76941081583500D+02 15 7 2.43830545403063D+02 15 8 -2.06902943448350D+03 15 9 -1.86767182941735D+03 15 10 -1.96424321895093D+03 15 11 4.37888467680663D+02 15 12 -4.18130310422182D+03 15 13 1.71645210860297D+03 15 14 4.30344981148839D+02 15 15 6.44294967411458D+03 16 1 -4.50522854539210D+08 16 2 -4.50403502801505D+08 16 3 3.76845833768972D+07 16 4 7.62326313542435D+08 16 5 -4.07477935958960D+08 16 6 6.11991870646477D+08 16 7 5.54157756239938D+08 16 8 1.25105051051626D+09 16 9 1.13843831812008D+09 16 10 3.42275986929813D+08 16 11 -3.17626440934531D+09 16 12 4.86409926816170D+09 16 13 -1.20823742473104D+09 16 14 2.78309558986459D+09 16 15 -6.65221357243086D+09 16 16 6.96891445408906D+16 17 1 -3.61774457338996D+08 17 2 -4.45694224240249D+08 17 3 2.82383617623489D+08 17 4 1.20185440987083D+08 17 5 5.82574144611605D+07 17 6 3.80208934724944D+08 17 7 1.11928371214681D+09 17 8 2.19162582552377D+09 17 9 3.54903201087438D+09 17 10 -3.49858403991556D+08 17 11 -6.59355310041279D+08 17 12 -1.69074855146257D+09 17 13 -5.27836402972253D+08 17 14 -1.14483358018552D+09 17 15 -2.52087592052166D+09 17 16 1.13226522743654D+16 17 17 8.69738653903092D+16 18 1 -1.72450509188062D+09 18 2 -1.95063225099829D+09 18 3 -1.85114996852741D+08 18 4 8.30638477363467D+08 18 5 -1.98951422916964D+09 18 6 -7.39349623266128D+08 18 7 2.09475643591138D+09 18 8 -1.30272379442548D+09 18 9 -2.80955266758674D+09 18 10 -1.70303526138153D+09 18 11 -2.99431417499902D+09 18 12 -3.14525588284903D+09 18 13 5.02148568638073D+08 18 14 8.23718278242838D+09 18 15 6.87927412523890D+09 18 16 -2.07359334579886D+16 18 17 -4.09472121088378D+15 18 18 1.13366250450014D+17 19 1 -4.44809688046083D+08 19 2 -1.05944410084747D+09 19 3 1.59811000245543D+08 19 4 -4.44548355222332D+08 19 5 -7.93405421355272D+08 19 6 -1.92489191501507D+09 19 7 1.46678507538142D+09 19 8 1.80485765586306D+09 19 9 6.27385351191139D+08 19 10 1.55099930383347D+09 19 11 -3.84093064021916D+09 19 12 4.12563530255683D+09 19 13 -2.12842664169593D+09 19 14 3.88892285534234D+09 19 15 -2.98793949902042D+09 19 16 1.02610390708167D+16 19 17 4.97037793851341D+15 19 18 -9.61015926428582D+15 19 19 5.82463814961638D+16 20 1 9.82784694236199D+08 20 2 7.59125717438821D+08 20 3 7.97864904484433D+07 20 4 -1.19985505319040D+09 20 5 1.05277037267591D+09 20 6 -6.64536701099925D+08 20 7 -7.18782557919523D+08 20 8 -6.65640304385661D+08 20 9 -3.38510362193901D+08 20 10 1.52614672038636D+08 20 11 2.41359789926683D+09 20 12 -2.62085265391491D+09 20 13 7.83239539152523D+08 20 14 -3.55985434550635D+09 20 15 3.54411372965109D+09 20 16 -5.17189577372083D+15 20 17 -6.70682034924717D+15 20 18 -2.62000488640655D+16 20 19 1.29688949903971D+16 20 20 7.99550098675277D+16 21 1 -3.01107021661560D+08 21 2 -2.86114897575435D+08 21 3 1.04591616607843D+08 21 4 6.31059384565949D+08 21 5 -4.90191361774149D+07 21 6 8.18585695632747D+08 21 7 4.51236493950232D+09 21 8 5.38036068128768D+09 21 9 -3.93388982989029D+09 21 10 -4.00702888512964D+09 21 11 -8.41795778267771D+09 21 12 3.48967984182005D+09 21 13 -8.35289059454545D+08 21 14 3.37273172107361D+09 21 15 -4.78966976399085D+08 21 16 -5.11975979891978D+15 21 17 -2.67006924403418D+16 21 18 1.43066478151995D+16 21 19 -9.45068772366899D+15 21 20 -2.54606431393322D+16 21 21 9.22422694498765D+16 22 1 4.45697042822458D+08 22 2 9.15551961128311D+08 22 3 4.51213418268593D+08 22 4 -1.85686502656458D+09 22 5 -2.36614104047227D+09 22 6 -3.89805983831891D+09 22 7 4.41287123159590D+08 22 8 4.73375553369722D+08 22 9 -1.82907508443302D+08 22 10 1.64377082666452D+09 22 11 -2.42811087822683D+08 22 12 3.51785105002884D+09 22 13 -6.73889205828550D+08 22 14 1.22002431613700D+09 22 15 1.11903486182805D+08 22 16 2.19509168509517D+15 22 17 -2.87745703091712D+14 22 18 -1.63155916796979D+16 22 19 -4.86100062655494D+15 22 20 8.64023979295744D+14 22 21 -9.18942773868928D+14 22 22 7.29693672882371D+16 23 1 4.05976177493081D+08 23 2 4.10849762246870D+08 23 3 5.16582652282863D+08 23 4 -1.52186496119886D+09 23 5 -8.42776884586509D+08 23 6 -2.30477817181261D+09 23 7 3.17931105998205D+09 23 8 3.23221509549910D+09 23 9 -3.56345440417696D+09 23 10 -2.13803048300822D+09 23 11 -5.28953902826916D+09 23 12 3.25738180663871D+09 23 13 7.46069680725329D+07 23 14 2.48925196145995D+09 23 15 2.09426853801330D+09 23 16 -2.24772768226938D+15 23 17 -2.32566021370586D+15 23 18 2.67967289783107D+15 23 19 -3.97618990481421D+15 23 20 -2.26930869360352D+14 23 21 7.36330839204096D+14 23 22 3.17657569535320D+16 23 23 8.38030810018873D+16 24 1 6.31808211719977D+08 24 2 3.01863097253883D+08 24 3 4.56055728710517D+08 24 4 -1.22103872787740D+09 24 5 4.87162979340136D+08 24 6 -1.78290697461860D+09 24 7 -4.00346435581154D+08 24 8 7.88736729824520D+08 24 9 1.05593548689588D+09 24 10 2.16278932482850D+09 24 11 -3.93167021936810D+09 24 12 4.06822066896942D+09 24 13 -1.17321136686012D+09 24 14 2.35390710522940D+09 24 15 -3.79730373113751D+09 24 16 -1.40004096197617D+16 24 17 7.04630832277146D+15 24 18 -2.50179332222751D+16 24 19 4.27449592318944D+15 24 20 -1.75187694342748D+16 24 21 1.86564290489574D+15 24 22 7.58344016606208D+14 24 23 5.40255911375626D+15 24 24 1.30051907914945D+17 25 1 -2.21035677138403D+08 25 2 -1.68266570225210D+08 25 3 -1.27943814119164D+08 25 4 -3.78194353486808D+08 25 5 -4.41166560390849D+08 25 6 -1.14069511675531D+09 25 7 -6.30902117645984D+07 25 8 3.34998074815451D+08 25 9 2.20408700428658D+08 25 10 4.23743180763780D+08 25 11 -6.16472506208038D+08 25 12 1.50078771721059D+07 25 13 2.38576562613645D+08 25 14 8.90907912121818D+08 25 15 1.03322251290327D+09 25 16 6.42814624342458D+15 25 17 -3.39092294903289D+15 25 18 8.32335870216502D+15 25 19 -1.04459043326976D+15 25 20 6.75940504893047D+15 25 21 -6.28194597038432D+14 25 22 3.50156897863752D+14 25 23 -9.76962154953520D+14 25 24 -2.35231078225837D+16 25 25 1.72743606595858D+16 26 1 -2.02635106589027D+09 26 2 -2.55575613537179D+09 26 3 1.01423061022436D+09 26 4 2.71958444820766D+09 26 5 -1.25360171950887D+09 26 6 2.50741288907006D+09 26 7 -1.03490081036910D+09 26 8 -1.25608524386043D+09 26 9 5.88688169649784D+08 26 10 2.73129074820424D+09 26 11 1.67285785918102D+09 26 12 2.40120798151487D+09 26 13 -2.38962316059903D+09 26 14 3.39258530757671D+09 26 15 -6.51153878764619D+09 26 16 -8.41519502913536D+14 26 17 -1.87452632726912D+15 26 18 4.97553524471808D+14 26 19 7.59421603140096D+14 26 20 -6.21524891365376D+14 26 21 -1.39244531507456D+14 26 22 -4.44672313703281D+16 26 23 -2.84907294333767D+16 26 24 -2.97698951756032D+16 26 25 6.22201720549023D+15 26 26 9.69061010047631D+16 27 1 -3.45701210128552D+08 27 2 -5.06141301402183D+08 27 3 -1.21124895887815D+08 27 4 1.74135172630402D+09 27 5 1.32169237008470D+09 27 6 3.30251979921811D+09 27 7 -3.25759016083969D+09 27 8 2.05296148600591D+09 27 9 5.03128494766581D+09 27 10 -3.89936103361984D+07 27 11 4.71757237948078D+09 27 12 -6.58824560584205D+09 27 13 1.90092945643202D+09 27 14 -7.58608229883146D+09 27 15 -1.62443307370165D+09 27 16 -1.52104122413840D+15 27 17 8.72526750617504D+14 27 18 -8.83089922138832D+15 27 19 -7.99876832827904D+15 27 20 9.34249720728776D+14 27 21 -4.20622089636467D+15 27 22 -4.39133735773531D+16 27 23 -2.63476520608839D+16 27 24 4.71169838975393D+15 27 25 -1.78296191294227D+15 27 26 2.48233607088658D+16 27 27 9.29724627306262D+16 28 1 -2.78619668295469D+08 28 2 -9.39622498589910D+08 28 3 1.01042328465992D+09 28 4 -2.35308326947619D+08 28 5 -1.06926155959799D+09 28 6 -1.45975268150396D+09 28 7 -2.32905320067205D+08 28 8 2.73916245713963D+07 28 9 2.23536367260210D+08 28 10 1.85033431181356D+09 28 11 -2.63976791324228D+08 28 12 2.52124636977889D+09 28 13 -1.10350065606526D+09 28 14 2.24546910832239D+09 28 15 -2.29545283880641D+09 28 16 -4.27075890124800D+13 28 17 -1.53407827064704D+14 28 18 -6.00626338186240D+14 28 19 1.37130701155917D+15 28 20 4.02764259316224D+14 28 21 -2.39743149460224D+14 28 22 4.11271507120128D+14 28 23 2.99071272186304D+14 28 24 3.30480507949466D+15 28 25 -6.21234727229680D+14 28 26 -7.00787780416154D+15 28 27 5.46862831201693D+15 28 28 2.19833898457841D+16 29 1 -1.84469965432691D+08 29 2 -7.45557007276740D+07 29 3 -1.09306528644552D+08 29 4 8.13107883926541D+08 29 5 6.07715151072852D+08 29 6 1.90328689123793D+09 29 7 2.09699909484262D+08 29 8 -2.42640940316223D+09 29 9 6.64866819631741D+08 29 10 -9.24303073399653D+08 29 11 2.06287775547760D+09 29 12 -3.68514706421046D+09 29 13 8.59602687931671D+07 29 14 -1.69624406935280D+08 29 15 1.22630133198087D+09 29 16 -1.01554491345322D+15 29 17 -3.24320125247622D+15 29 18 -2.75142310340141D+15 29 19 -4.11104401139469D+15 29 20 -8.20722209427104D+14 29 21 1.10055317649152D+15 29 22 -7.04050744358266D+15 29 23 -1.62969280043146D+16 29 24 -5.48831032131581D+15 29 25 1.91791892694614D+15 29 26 1.14549542798189D+16 29 27 5.82194680454525D+15 29 28 -5.62664824467635D+15 29 29 3.81154186915599D+16 30 1 -1.50270810220717D+09 30 2 -1.14739058716256D+09 30 3 -1.81761819968781D+09 30 4 1.07671314612543D+09 30 5 8.38888372349442D+08 30 6 2.85199819302977D+09 30 7 3.13225864780809D+09 30 8 7.56562328806667D+08 30 9 -2.42274285552820D+09 30 10 -2.97891367603012D+09 30 11 -1.86063843228304D+09 30 12 -7.44461545614080D+08 30 13 2.72650689720717D+08 30 14 1.41257793181574D+09 30 15 2.13282471302689D+09 30 16 1.03365161993011D+15 30 17 1.87029131308467D+15 30 18 2.53500705798144D+15 30 19 -1.34862660598310D+15 30 20 -3.03849334385152D+15 30 21 8.37463023764352D+14 30 22 -8.22863185628672D+14 30 23 9.33939740994880D+13 30 24 -1.32901119471626D+16 30 25 -8.91587549849858D+15 30 26 5.02013692988416D+14 30 27 1.88728122357536D+14 30 28 -2.21227631080781D+15 30 29 4.31015922044800D+14 30 30 4.57685055098793D+16 31 1 3.40178342299601D+08 31 2 1.63463060518548D+08 31 3 7.10992835169871D+08 31 4 8.36104916850615D+08 31 5 -5.52060093246327D+08 31 6 -1.91400528694187D+08 31 7 -2.86936414192686D+09 31 8 -2.54872930862207D+09 31 9 1.66756937649756D+09 31 10 2.11586668592304D+09 31 11 3.67721011518379D+09 31 12 -4.91864834868333D+08 31 13 -4.22787695503611D+08 31 14 -7.39882523652115D+08 31 15 -1.69529634595238D+09 31 16 -1.52209173998192D+14 31 17 -4.92365911942272D+14 31 18 -6.68154703486400D+14 31 19 2.06354618273024D+14 31 20 1.19638392345318D+15 31 21 -2.39276987894528D+14 31 22 3.57260256955008D+14 31 23 1.20193636227840D+13 31 24 -9.47916703269997D+15 31 25 -7.53095243626986D+15 31 26 -2.31015771844608D+14 31 27 -2.15841594299376D+15 31 28 1.00571630227078D+15 31 29 -1.92518350876544D+14 31 30 -7.13208835677043D+15 31 31 2.69062790698043D+16 32 1 -1.64436957108607D+09 32 2 -1.56541294718245D+09 32 3 1.73749217625037D+09 32 4 -1.03411173812822D+10 32 5 2.57814772772407D+09 32 6 -1.80946313128167D+10 32 7 -1.76188313524054D+09 32 8 -1.41743559634012D+09 32 9 1.31040715865261D+09 32 10 1.32258675863844D+10 32 11 2.03870526286339D+09 32 12 9.95608385037366D+09 32 13 5.21502128560303D+08 32 14 -1.63400347530383D+09 32 15 5.09065104090745D+09 32 16 -7.67031335171072D+14 32 17 2.39358820944000D+13 32 18 2.89410888398438D+15 32 19 6.81883896516608D+14 32 20 1.74681609615155D+15 32 21 1.57468894077440D+13 32 22 3.80000227627213D+15 32 23 5.65967087403974D+15 32 24 -2.65840783512084D+16 32 25 1.05744720254468D+16 32 26 -2.07218847047885D+15 32 27 -8.27048807443296D+14 32 28 2.55860740741530D+15 32 29 -5.07944344105344D+14 32 30 -1.22069789512346D+16 32 31 -1.69146051031040D+13 32 32 3.00604643255013D+17 33 1 -4.77845114094778D+08 33 2 -5.91498770874146D+08 33 3 -5.12582360058321D+08 33 4 -1.05557387584331D+10 33 5 4.12374782263936D+09 33 6 -1.68341023198864D+10 33 7 -3.97468935033963D+09 33 8 -1.10902499744542D+10 33 9 -3.07705357222742D+09 33 10 1.68331578408713D+10 33 11 -3.94523028246734D+09 33 12 2.39312575052944D+10 33 13 -1.82489091168502D+09 33 14 1.15032351296926D+10 33 15 -3.50751782537428D+09 33 16 4.67804214209664D+14 33 17 5.65628058523136D+14 33 18 -3.76944534612480D+14 33 19 -7.16635624558592D+14 33 20 -4.73571133232640D+14 33 21 9.89167313653760D+13 33 22 1.33719035233792D+14 33 23 -1.65175724689920D+14 33 24 1.94880772459793D+16 33 25 -9.10133301606182D+15 33 26 6.11237320304742D+15 33 27 -5.10350455205043D+15 33 28 6.13241384350720D+14 33 29 -8.17098051111424D+14 33 30 1.21177082839910D+15 33 31 7.49236934801920D+15 33 32 1.73242264066264D+17 33 33 3.25316550321070D+17 34 1 -5.93112931169903D+08 34 2 -6.04675516580965D+08 34 3 -9.30263423235183D+08 34 4 9.25219439975440D+08 34 5 -1.05032943698197D+09 34 6 9.11413430182207D+08 34 7 -1.45370849071223D+09 34 8 -1.80116571544851D+09 34 9 -7.99705324384176D+07 34 10 2.26709579906636D+08 34 11 1.88508537949277D+09 34 12 1.56821741748198D+08 34 13 8.94894047284957D+08 34 14 1.57108445509667D+09 34 15 -5.80004318947742D+07 34 16 3.66736367136205D+15 34 17 -3.74206547760256D+14 34 18 5.54647560768512D+15 34 19 1.08496387361549D+15 34 20 -7.25031591936512D+15 34 21 2.85489554380352D+14 34 22 1.02727601929933D+15 34 23 -2.49556925343824D+14 34 24 -1.33524086831841D+16 34 25 2.48125264927141D+15 34 26 5.12677519755571D+15 34 27 2.51893178616584D+15 34 28 4.82975266830336D+14 34 29 -8.68012455720032D+14 34 30 -5.47757768453837D+15 34 31 5.21992838946669D+15 34 32 -8.67012493230899D+15 34 33 3.26375043327744D+15 34 34 5.49218723542159D+16 35 1 4.03571367826107D+07 35 2 -1.92638724725542D+07 35 3 2.91311663657507D+08 35 4 5.11671657655752D+08 35 5 -1.48763095557000D+08 35 6 8.95055400107327D+08 35 7 -9.40320096871561D+09 35 8 -1.38069612729329D+10 35 9 1.32641997902981D+09 35 10 8.95274894472094D+09 35 11 1.51139345488296D+10 35 12 -2.67175402962567D+09 35 13 -1.01578044933510D+08 35 14 -1.13894552527923D+09 35 15 1.58967267847997D+08 35 16 -7.18373823045408D+14 35 17 2.98513093198208D+14 35 18 -8.92660609175936D+14 35 19 -3.55218452987136D+14 35 20 1.13326317071968D+15 35 21 -1.61350668427520D+14 35 22 -3.93208690342208D+14 35 23 3.98369434487040D+13 35 24 8.74912316827136D+14 35 25 -1.53886768374790D+15 35 26 -3.17559732667392D+14 35 27 -1.08962331946086D+15 35 28 -7.92124627357440D+13 35 29 -2.09738391337600D+14 35 30 -1.65031151015770D+15 35 31 4.10734453612941D+15 35 32 -5.45774878696704D+14 35 33 -9.55650424196096D+15 35 34 1.15261444567268D+16 35 35 1.41412963237133D+17 36 1 -8.09605554593559D+08 36 2 -2.38819364478574D+09 36 3 5.58338433897201D+09 36 4 1.92325441628524D+09 36 5 -2.89117204457158D+09 36 6 -9.27428080067453D+08 36 7 4.12732171921027D+08 36 8 -1.15925603438380D+09 36 9 2.02252875275355D+07 36 10 1.29951833981761D+09 36 11 1.73135334941930D+09 36 12 -1.74669378331744D+09 36 13 -2.82589965658510D+09 36 14 4.70726904680030D+09 36 15 -2.92948585305959D+09 36 16 1.50727601670144D+15 36 17 2.82613423571341D+15 36 18 4.07599122079334D+15 36 19 -1.18368315145126D+15 36 20 -3.04352634761830D+15 36 21 1.59677236462490D+15 36 22 1.55318314355405D+15 36 23 1.56305368973808D+15 36 24 7.32357117767680D+14 36 25 1.65228859058260D+14 36 26 6.23373961143296D+15 36 27 -2.04434635891086D+15 36 28 -2.79917016882586D+15 36 29 9.48890215081056D+15 36 30 -1.63347417284168D+16 36 31 9.56047645081789D+15 36 32 -6.74831302298378D+16 36 33 -2.52153583417052D+16 36 34 -2.57649177838305D+16 36 35 -7.48537373115878D+15 36 36 1.38407315490337D+17 37 1 -1.51406985823800D+07 37 2 1.89238256108060D+08 37 3 -1.91858426541024D+09 37 4 4.20499801529955D+08 37 5 -7.34726376553188D+07 37 6 -3.60521334121239D+08 37 7 -7.82932685169450D+08 37 8 3.49723272562997D+08 37 9 9.67972156960338D+08 37 10 -5.43885000808001D+08 37 11 -1.09666354188582D+09 37 12 6.04330722093208D+07 37 13 9.21457509610421D+08 37 14 6.31175296351708D+08 37 15 1.25070058481428D+09 37 16 -3.49352635733696D+14 37 17 -8.99261164331904D+14 37 18 -1.37009223218714D+15 37 19 1.31681634035814D+15 37 20 1.70520281340173D+15 37 21 -6.79220708462336D+14 37 22 -9.75202954856896D+14 37 23 -4.90167121799040D+14 37 24 1.10111214924426D+15 37 25 4.71197220375088D+14 37 26 -2.77547719316531D+15 37 27 1.25737642743136D+15 37 28 2.57815246766003D+15 37 29 -4.79281094063910D+15 37 30 7.16999466428774D+15 37 31 -8.59886884166656D+14 37 32 -1.32180380967927D+16 37 33 -3.47970523912520D+16 37 34 -5.20680528359174D+15 37 35 -8.89910864678195D+15 37 36 -2.78910966096755D+15 37 37 4.07111784654149D+16 38 1 -3.92922039059201D+08 38 2 -4.97614250971174D+08 38 3 3.58308992635862D+07 38 4 1.09169998080270D+10 38 5 -5.12264226375426D+09 38 6 1.53115999070373D+10 38 7 1.76539023207676D+08 38 8 -7.52924443007749D+08 38 9 -7.32615128138750D+08 38 10 -8.44434705688216D+09 38 11 2.86649621211978D+09 38 12 -9.20069889582285D+09 38 13 -2.25626535505869D+09 38 14 3.50668258542917D+09 38 15 -5.41411472194309D+09 38 16 -5.62822757017600D+13 38 17 2.30809060721888D+14 38 18 1.91410142139187D+15 38 19 -1.06351304989530D+15 38 20 9.10749224345600D+12 38 21 -1.02939464495104D+14 38 22 -4.29585913939763D+15 38 23 -6.46729767730250D+15 38 24 2.20133230648934D+15 38 25 -4.68968080104820D+15 38 26 2.75985649549312D+14 38 27 3.74772731645512D+14 38 28 -1.50804795041178D+15 38 29 -4.12824061309434D+15 38 30 3.41845088948838D+15 38 31 9.00352359299131D+15 38 32 -1.91451389697417D+17 38 33 -1.74766767023458D+17 38 34 -8.81626688301466D+15 38 35 -3.75817371777213D+15 38 36 1.41333491639665D+16 38 37 1.44506950530036D+16 38 38 2.73281028632662D+17 39 1 1.19705015313146D+08 39 2 6.42881403175623D+07 39 3 1.28195492069493D+08 39 4 6.70684060479478D+09 39 5 -3.72397291686677D+09 39 6 8.88635319768641D+09 39 7 -6.63659066792298D+09 39 8 -8.33518269771425D+09 39 9 1.94510648736362D+09 39 10 -5.49939724611033D+08 39 11 1.13201718360148D+10 39 12 -1.26717876403442D+10 39 13 3.59980001856831D+08 39 14 6.74697662205361D+08 39 15 1.71213244088033D+09 39 16 1.75443109534976D+14 39 17 9.03549317156864D+14 39 18 2.92991739566592D+15 39 19 1.14797307025818D+15 39 20 1.28006607682560D+14 39 21 -1.90404512059392D+14 39 22 8.81194382666035D+15 39 23 6.51468703399936D+14 39 24 1.96914131530957D+15 39 25 -2.08422348603648D+14 39 26 -1.01549138413916D+16 39 27 -1.03761905124239D+16 39 28 -7.25058577678336D+14 39 29 -2.10655000946565D+16 39 30 6.10523703696384D+14 39 31 3.95207726447821D+15 39 32 -1.28737305428548D+17 39 33 -1.28554968041751D+17 39 34 -8.15992560648397D+15 39 35 3.43521187709338D+15 39 36 1.91469514018980D+16 39 37 1.92766119606272D+16 39 38 1.28012000346352D+17 39 39 2.69317831126938D+17 40 1 1.99951908097643D+08 40 2 2.37378777677319D+08 40 3 -4.52994717376859D+06 40 4 -3.92591750707280D+08 40 5 1.10175627155220D+08 40 6 -5.99903504879296D+08 40 7 -1.74220237147688D+09 40 8 -5.35502014702666D+09 40 9 -1.25571775157096D+09 40 10 2.29315198094859D+09 40 11 1.09921717296961D+09 40 12 -7.62310776881096D+07 40 13 -3.58309470532691D+08 40 14 3.90824848475402D+09 40 15 1.93638265241426D+09 40 16 -9.09307648436480D+13 40 17 -2.40506111446885D+14 40 18 -4.99587678695424D+14 40 19 1.67189972179564D+14 40 20 -6.15348575411200D+13 40 21 6.16238214373260D+13 40 22 1.81710066767360D+13 40 23 -1.01630263830885D+14 40 24 2.90739841204326D+15 40 25 2.18342189791912D+15 40 26 -7.91347649402880D+13 40 27 -2.14068807335108D+15 40 28 -6.97312466437120D+13 40 29 1.14477287638300D+14 40 30 -3.64430719389158D+15 40 31 -3.24847652720122D+15 40 32 -3.35839065395302D+15 40 33 1.46001636753116D+16 40 34 -4.34227255484672D+15 40 35 -4.02462870510451D+15 40 36 5.17363753483264D+15 40 37 1.72900816729658D+15 40 38 -1.04326168715049D+16 40 39 3.58237107950438D+16 40 40 7.58395530401211D+16 41 1 3.96131351673242D+07 41 2 3.31197182132911D+07 41 3 3.20295592799857D+07 41 4 1.91927255137911D+08 41 5 -6.30083377620627D+07 41 6 2.76984565075481D+08 41 7 3.94308385558276D+09 41 8 3.50966573223851D+09 41 9 -3.58596087073745D+09 41 10 -4.16118532108027D+09 41 11 -5.51742116994034D+09 41 12 2.00445056429654D+09 41 13 -1.34384157063277D+07 41 14 2.03764362577456D+09 41 15 1.27249593264159D+09 41 16 9.53787308811200D+12 41 17 1.00884588778496D+14 41 18 -2.63040898286528D+14 41 19 1.34093919508480D+14 41 20 -6.22387032102720D+13 41 21 1.69448501890560D+13 41 22 -1.51302227762272D+14 41 23 1.90637682899200D+12 41 24 -4.35252398228192D+14 41 25 -2.66536553401680D+14 41 26 3.75049897021056D+14 41 27 -2.38644866267232D+15 41 28 -2.95612940108800D+12 41 29 3.98231562306560D+13 41 30 -6.11937307903296D+14 41 31 1.13098693915699D+15 41 32 4.54980376268800D+12 41 33 -2.29215389407969D+16 41 34 5.67421949040928D+15 41 35 -1.53398223606707D+15 41 36 2.89231190187200D+14 41 37 -1.96745306799616D+14 41 38 3.68980283891816D+15 41 39 -8.31985398862438D+16 41 40 -8.73835562238825D+15 41 41 1.95064633503785D+17 42 1 -3.79566340634133D+09 42 2 -2.58476141907480D+09 42 3 -4.56946368727522D+08 42 4 4.63038759345486D+09 42 5 -6.43703289614332D+09 42 6 2.49167501174565D+09 42 7 2.13948422451168D+09 42 8 -5.12817028751680D+09 42 9 -3.31252015574668D+09 42 10 3.55048644145084D+09 42 11 5.05681108825506D+08 42 12 7.53490501324990D+09 42 13 -6.52469007538121D+09 42 14 1.36442813195320D+10 42 15 -6.25711076161453D+09 42 16 3.42069767868211D+15 42 17 1.93531257472512D+15 42 18 1.66873536128532D+16 42 19 7.42610573115110D+15 42 20 -7.51155913795994D+15 42 21 2.64126628583347D+15 42 22 4.99638817630618D+15 42 23 1.13079038671693D+15 42 24 -1.41575884352307D+15 42 25 2.34177976192838D+15 42 26 1.96543330955141D+16 42 27 -2.55626406714816D+15 42 28 6.88507562168934D+15 42 29 1.02588024264358D+15 42 30 3.49016310762496D+15 42 31 -2.32811795274035D+15 42 32 -1.23414555745894D+16 42 33 -1.33217760080589D+15 42 34 1.00092144122511D+16 42 35 1.94825643030735D+16 42 36 -6.74325869865370D+15 42 37 -6.27329490860160D+15 42 38 7.93416497034035D+15 42 39 -6.66720176101376D+15 42 40 -2.12580958070436D+16 42 41 1.22178855258752D+15 42 42 1.44342833324683D+17 43 1 1.08100955367743D+09 43 2 4.15681384585217D+07 43 3 4.91743599069732D+08 43 4 -1.21535851419236D+09 43 5 2.42411132520558D+09 43 6 2.51089732337611D+08 43 7 1.03458652466900D+10 43 8 1.31311281845667D+10 43 9 5.66632345093794D+07 43 10 -9.46983914628869D+09 43 11 -1.73198260453730D+10 43 12 -2.59058994372367D+09 43 13 -7.41669864493133D+08 43 14 1.72301284843269D+09 43 15 1.79109058111937D+09 43 16 -2.01483678383578D+15 43 17 -2.40555734215168D+15 43 18 -6.67408103760947D+15 43 19 5.15424452635443D+15 43 20 2.16453120013850D+15 43 21 2.66390075678720D+13 43 22 -3.08811211020442D+15 43 23 -1.34306695407770D+15 43 24 3.04892886426752D+15 43 25 2.56601884642240D+14 43 26 -6.00903183319757D+15 43 27 -2.95519555017856D+15 43 28 -1.08731000272333D+15 43 29 8.55356202198016D+14 43 30 3.57232424171213D+15 43 31 -1.29912869245133D+15 43 32 -5.39662421424333D+15 43 33 -1.13869227643535D+16 43 34 -9.46697782574515D+15 43 35 -1.26326613134096D+17 43 36 -8.89657153877939D+15 43 37 -1.53211074360115D+15 43 38 1.94361155403155D+16 43 39 -3.68657396730593D+16 43 40 -7.39938626771960D+15 43 41 -3.62321568036925D+16 43 42 3.84204338135245D+15 43 43 3.60318268945215D+17 44 1 6.67044431492479D+07 44 2 8.98322432132677D+07 44 3 -6.20324143029196D+06 44 4 1.87838220846333D+08 44 5 -3.43311505227111D+08 44 6 -6.53563234097872D+08 44 7 2.12485208038154D+07 44 8 -5.40347088132512D+08 44 9 -1.36892122600698D+09 44 10 -7.02957109286002D+08 44 11 7.14173355517649D+08 44 12 -1.70112376880285D+09 44 13 4.27166922094763D+08 44 14 7.96527584411062D+07 44 15 3.72981300068430D+09 44 16 1.96426373703680D+14 44 17 1.49612763806408D+14 44 18 1.16959124537344D+15 44 19 -1.52585714437275D+15 44 20 -5.06979747944448D+14 44 21 2.16299946806880D+14 44 22 -4.27456137687040D+13 44 23 -2.04928532532520D+13 44 24 1.37054898749440D+14 44 25 1.54599672960330D+14 44 26 2.46437241878528D+14 44 27 2.37930739532870D+15 44 28 -5.66627176212480D+13 44 29 -2.20933835407760D+14 44 30 -3.67902778833920D+14 44 31 6.45272227984904D+14 44 32 2.98967277621658D+15 44 33 -5.52419211228000D+15 44 34 -4.97620824605286D+15 44 35 -5.39623093477874D+15 44 36 4.26491208883814D+15 44 37 1.45578243805539D+15 44 38 -2.54237094838108D+16 44 39 -1.20156588834125D+15 44 40 -2.66569292996188D+16 44 41 3.99412339206450D+15 44 42 -1.33258941930291D+16 44 43 -9.33557454876416D+15 44 44 9.23154133919007D+16 45 1 1.88902658442616D+08 45 2 2.64400879615321D+08 45 3 -7.31059771329859D+07 45 4 4.60506505088999D+07 45 5 -1.08556380917980D+08 45 6 6.88795344126516D+07 45 7 3.32175535807580D+09 45 8 4.40234966185964D+09 45 9 -1.27232488484352D+09 45 10 -3.77364984408352D+09 45 11 -5.21615184546731D+09 45 12 -1.63161221406017D+09 45 13 2.16943477765375D+08 45 14 6.57955975754062D+08 45 15 2.90816271456901D+09 45 16 -3.39702174015808D+14 45 17 -1.03486296258266D+15 45 18 6.38277458437248D+14 45 19 -2.29778174904320D+13 45 20 -6.55607301012800D+14 45 21 3.69208862932480D+14 45 22 2.09612791472384D+14 45 23 -4.04340638806656D+14 45 24 3.85951741852986D+15 45 25 3.08302886346670D+15 45 26 -3.92347671842048D+14 45 27 -2.62661221412557D+15 45 28 -1.43559046959872D+14 45 29 1.46745547414912D+14 45 30 -3.46058516529126D+15 45 31 -6.44927088285952D+15 45 32 -5.55049988795187D+15 45 33 -3.96439671266222D+16 45 34 2.00808762694170D+15 45 35 6.62634642381568D+15 45 36 1.55278205359245D+15 45 37 5.03909924821760D+14 45 38 -8.05756181853920D+14 45 39 -1.93761607764582D+16 45 40 -1.43743011865812D+16 45 41 -2.94559120442337D+16 45 42 -1.65564163892657D+16 45 43 -3.16846926711962D+16 45 44 3.93499965934233D+16 45 45 1.79849046579466D+17 46 1 -3.63928004654379D+08 46 2 -4.15231474022146D+08 46 3 -2.93600701369475D+07 46 4 2.38367529934153D+08 46 5 -4.18711683376746D+08 46 6 -3.17216648005177D+08 46 7 1.14985638765665D+08 46 8 1.64476090521659D+09 46 9 8.88837639730389D+08 46 10 3.20397008806352D+08 46 11 -1.04588199875563D+09 46 12 2.12875900784135D+09 46 13 -3.09821964240835D+08 46 14 2.35064147695689D+08 46 15 -2.67101985391546D+09 46 16 1.04329640537536D+14 46 17 1.66908884756048D+14 46 18 8.21263954544640D+14 46 19 -1.81346202042656D+14 46 20 1.51251250349184D+14 46 21 -2.47613608638400D+13 46 22 3.45578661338880D+13 46 23 2.50559320138640D+13 46 24 2.57358123801728D+14 46 25 1.07006921884208D+14 46 26 -5.36726129779200D+12 46 27 -8.90006943144820D+14 46 28 9.86530424831360D+13 46 29 6.42370312706080D+13 46 30 1.72325540016550D+15 46 31 1.22042513300400D+14 46 32 -6.67536191540992D+14 46 33 -2.53589464307238D+15 46 34 -7.75281927676288D+14 46 35 -1.56695262700682D+15 46 36 4.81436285378125D+15 46 37 4.45174381983534D+15 46 38 -4.73282357743206D+15 46 39 -5.25708098728474D+15 46 40 -1.84554904060051D+15 46 41 -2.43111671124859D+15 46 42 -7.80114006190336D+15 46 43 -2.48134152896678D+15 46 44 -4.66458855355725D+15 46 45 -1.63877491945814D+15 46 46 2.47753539446021D+16 47 1 2.29730212312487D+08 47 2 2.59215440250834D+08 47 3 2.31468076514690D+07 47 4 -1.89105332669215D+08 47 5 1.56426091220237D+08 47 6 -7.75732136693342D+07 47 7 -9.83649791590301D+08 47 8 3.87434230814846D+09 47 9 3.60147367793029D+09 47 10 -3.82054320751204D+08 47 11 -1.37514587860637D+07 47 12 -1.83346435409556D+09 47 13 1.32507974586834D+09 47 14 -4.27623276085663D+09 47 15 -1.71358309764754D+09 47 16 -2.30489979633120D+14 47 17 -4.34958685137280D+14 47 18 -1.33953410097136D+14 47 19 -4.04468446479680D+14 47 20 -2.38068422169160D+14 47 21 8.15945894556160D+13 47 22 -4.49794475127040D+13 47 23 -9.40288154917120D+13 47 24 1.10175448589763D+15 47 25 9.69574209068936D+14 47 26 4.19756407488000D+13 47 27 -2.24012775857783D+15 47 28 -8.89149735100480D+13 47 29 8.22627405266560D+13 47 30 -2.92500884016568D+15 47 31 -7.50403118712608D+14 47 32 2.50797841529485D+15 47 33 -4.24730848448179D+15 47 34 -8.47870778519216D+14 47 35 -2.62634673623834D+15 47 36 -3.39749294140541D+15 47 37 -1.64435437740275D+15 47 38 -1.00100525591483D+16 47 39 -8.66438777579469D+15 47 40 -8.41133958655982D+15 47 41 -5.05498550215818D+15 47 42 -3.67941619309856D+15 47 43 -1.70680796261868D+16 47 44 -2.64925630616395D+15 47 45 -1.02248361881590D+16 47 46 1.11292446762350D+16 47 47 7.02509926727947D+16 48 1 -3.11905453200430D+08 48 2 -5.12771931817204D+08 48 3 2.61811131527123D+08 48 4 -2.17284635164636D+09 48 5 -1.27550452276407D+09 48 6 -5.30139483512620D+09 48 7 -8.40321134950177D+08 48 8 1.17518209453342D+09 48 9 8.88344204241783D+08 48 10 1.32604900615552D+09 48 11 -4.45268449894129D+09 48 12 9.11641694847359D+08 48 13 1.99902479784298D+09 48 14 5.06577876741536D+09 48 15 3.23959983670651D+09 48 16 -1.56026069323366D+15 48 17 2.99161985435866D+15 48 18 -5.75456060369306D+15 48 19 7.42502955169613D+15 48 20 5.46253572347085D+15 48 21 -4.99392755805594D+15 48 22 1.00179840925901D+15 48 23 2.07853038345472D+14 48 24 2.27133007449293D+15 48 25 -1.25970254003250D+15 48 26 1.04494937075098D+15 48 27 1.76055234730490D+15 48 28 2.10870410494976D+14 48 29 -7.55044096851584D+14 48 30 1.89130174198477D+15 48 31 1.98490626532992D+14 48 32 1.14501871484928D+14 48 33 -8.84001851105382D+15 48 34 1.59878353228800D+15 48 35 9.56075826814720D+14 48 36 -2.52738919780352D+14 48 37 -1.66233567645722D+15 48 38 1.62808515926426D+15 48 39 -6.75439641407488D+14 48 40 8.47605860798464D+14 48 41 7.44070216065792D+14 48 42 -3.36328097087488D+14 48 43 5.42655793844838D+15 48 44 -1.22402281586647D+16 48 45 6.06330761958400D+14 48 46 -1.40501207389210D+15 48 47 7.62506155551744D+14 48 48 8.84741821464044D+16 49 1 -1.91246216564924D+08 49 2 -3.81280408329262D+08 49 3 2.68158786168746D+08 49 4 -2.18109171942501D+09 49 5 -5.86946461633737D+08 49 6 -3.98679756833408D+09 49 7 -2.39158822938987D+08 49 8 -4.04360533993411D+09 49 9 -5.22600989107476D+09 49 10 3.34587018551148D+09 49 11 1.07436514500525D+09 49 12 8.12061833098713D+09 49 13 -7.34367785037291D+08 49 14 3.93746314049779D+09 49 15 8.24028616074320D+08 49 16 -1.00219916668668D+15 49 17 5.77851250362874D+15 49 18 -1.05418494948727D+16 49 19 -1.47025361869498D+15 49 20 6.12294260939703D+15 49 21 -8.28306212592339D+15 49 22 1.00114456209662D+15 49 23 2.18675601773184D+14 49 24 3.02434750759210D+15 49 25 -2.75921544097088D+14 49 26 7.76042394711072D+14 49 27 -1.72106962666150D+15 49 28 1.78889098085344D+14 49 29 -4.94617676488256D+14 49 30 4.20060985442454D+15 49 31 -7.63109610131277D+15 49 32 -3.82110969750042D+15 49 33 -6.49153027082778D+15 49 34 -1.97375592385236D+15 49 35 1.53160457718310D+15 49 36 -1.14994611708674D+15 49 37 -1.37342186631526D+15 49 38 -5.20713227976544D+15 49 39 -1.00724830428211D+15 49 40 -2.63323146618452D+15 49 41 -3.88509308999322D+15 49 42 1.44482509740833D+16 49 43 -2.80705116985196D+16 49 44 -4.17102360329813D+15 49 45 -3.63503575935786D+16 49 46 1.09572320300558D+15 49 47 -6.91560326852926D+15 49 48 4.17906883145955D+16 49 49 1.84671216929737D+17 50 1 -4.88558724689817D+07 50 2 -1.51994857896523D+09 50 3 2.82954404644705D+09 50 4 -1.28380998923720D+09 50 5 8.13552556782498D+08 50 6 -1.00770765344613D+09 50 7 1.80291356853656D+09 50 8 -1.07052129023535D+09 50 9 -1.63917065250581D+09 50 10 2.83726521616758D+08 50 11 -1.50743569830264D+08 50 12 5.30608414371993D+08 50 13 -7.53974171598566D+08 50 14 1.92766085673212D+09 50 15 -7.13274128895881D+08 50 16 5.35690900617760D+14 50 17 2.56915777499147D+15 50 18 3.48695841217254D+15 50 19 8.52073845807424D+14 50 20 1.30379918908384D+14 50 21 7.72375196971424D+14 50 22 1.02390169649722D+15 50 23 1.60087738312063D+15 50 24 1.52104840242688D+14 50 25 1.59336161311500D+14 50 26 1.92393291270291D+15 50 27 -1.07909693053388D+15 50 28 2.52045635370027D+15 50 29 2.36031983307472D+14 50 30 2.28127989150176D+14 50 31 1.27980673187792D+14 50 32 2.92152548961542D+15 50 33 -8.03934963262720D+13 50 34 7.93379740098240D+13 50 35 -3.33862696910784D+14 50 36 5.00068297010675D+15 50 37 -7.73949078392576D+14 50 38 -3.61959592834048D+14 50 39 -4.32610200829440D+14 50 40 7.23535993821120D+13 50 41 -9.29043258802240D+13 50 42 -2.02574498471680D+15 50 43 4.88669712516224D+15 50 44 -2.54592778893312D+14 50 45 2.83640676456000D+13 50 46 2.85809445687640D+13 50 47 -6.86234831512000D+11 50 48 -2.76846823088634D+15 50 49 -2.75273483542118D+15 50 50 1.31637908251801D+16 51 1 7.02835751102497D+08 51 2 2.83429466891699D+09 51 3 -4.73901922628347D+09 51 4 1.56961500392312D+09 51 5 -2.42561030555321D+09 51 6 -1.78323022540189D+09 51 7 -5.87319735158936D+09 51 8 4.86736448681463D+09 51 9 5.93631188177161D+09 51 10 1.73639394342772D+09 51 11 2.19540324999836D+09 51 12 1.04437116913458D+09 51 13 1.86435573261059D+09 51 14 -7.47145423181186D+09 51 15 -4.58434527223616D+08 51 16 -1.54615478517504D+14 51 17 -6.05107778914662D+15 51 18 -1.50665174165921D+16 51 19 -7.70692422189920D+13 51 20 7.19530956414817D+14 51 21 -2.09922444049907D+15 51 22 -1.06197793441869D+16 51 23 -9.89163158790055D+15 51 24 -3.23824620324346D+15 51 25 -2.13960500168726D+14 51 26 1.46887624446969D+15 51 27 6.04719439246746D+15 51 28 -2.04441684887680D+15 51 29 -2.83651852422126D+15 51 30 -2.42816319423003D+15 51 31 1.35177979434616D+14 51 32 -4.80357779853576D+15 51 33 -1.54549683560730D+15 51 34 9.10167332412850D+14 51 35 8.87214324744128D+14 51 36 -1.14215404560342D+16 51 37 2.42951657795898D+15 51 38 2.52992451441956D+15 51 39 1.82900119332448D+15 51 40 -2.45721235459602D+14 51 41 3.22853945618928D+14 51 42 -1.14576086671724D+16 51 43 -3.44602048404397D+15 51 44 1.11477993274278D+15 51 45 2.73280270818080D+13 51 46 -1.63942338305177D+14 51 47 3.48316548225660D+13 51 48 1.13346250986271D+16 51 49 1.10602521575375D+16 51 50 -2.58003947084238D+16 51 51 8.27322017104683D+16 52 1 -7.75401667175381D+07 52 2 -8.81095596002653D+07 52 3 -5.15006645810983D+06 52 4 4.22038141290350D+07 52 5 -7.23431544038405D+07 52 6 -3.29103991592583D+07 52 7 -4.42438677316178D+08 52 8 2.50339345225906D+09 52 9 1.85507845715641D+09 52 10 2.72591174616433D+08 52 11 8.21904062729614D+08 52 12 -4.00648564139821D+08 52 13 2.05183929951992D+08 52 14 -3.16484482992015D+09 52 15 -1.41636937250613D+09 52 16 5.43395289548800D+13 52 17 2.52859847552192D+14 52 18 2.90281107209600D+14 52 19 2.78257075642560D+14 52 20 1.32502573269542D+15 52 21 -4.19764480609248D+14 52 22 2.33718804725760D+13 52 23 3.57237564620800D+13 52 24 6.43419019616000D+13 52 25 -1.42535304251056D+14 52 26 5.03518795591680D+13 52 27 -3.40997886796600D+14 52 28 3.84555073007360D+13 52 29 1.33322535544960D+13 52 30 3.47497448091488D+14 52 31 3.45451011764000D+14 52 32 9.49883992161152D+14 52 33 1.31769041455936D+15 52 34 6.16842899762944D+14 52 35 2.13820315873776D+14 52 36 -3.00034000771712D+14 52 37 -3.93027134694848D+14 52 38 -1.87745519237632D+15 52 39 -4.22583546036992D+15 52 40 -1.60212108731997D+15 52 41 -1.75245580094386D+15 52 42 -7.13357553660493D+15 52 43 -8.98631888286054D+15 52 44 -3.92986455054515D+15 52 45 -4.01317683450461D+15 52 46 -1.05566411624226D+15 52 47 1.06466492720270D+15 52 48 -4.27025600040589D+15 52 49 -3.89691196456349D+15 52 50 4.22438209283400D+12 52 51 -4.31099606943970D+13 52 52 1.08480752420055D+16 53 1 -2.17320999330188D+07 53 2 -1.71040473739654D+07 53 3 -1.96817892964327D+07 53 4 -2.09067262864204D+08 53 5 6.81264388584850D+07 53 6 -4.57590428144737D+08 53 7 -6.32074068038289D+08 53 8 7.84849495854557D+09 53 9 5.25885202110293D+09 53 10 -9.53974932570143D+08 53 11 8.94868129299436D+08 53 12 2.72443409605314D+08 53 13 1.81684948532307D+09 53 14 -8.79438626494829D+09 53 15 -5.05402355432920D+09 53 16 -8.68523587158410D+13 53 17 -1.50117356361452D+14 53 18 1.56785267505088D+15 53 19 -2.81928356175690D+15 53 20 6.04233368681531D+14 53 21 -2.00240966449944D+14 53 22 3.37732574624380D+13 53 23 -4.61737463988880D+13 53 24 8.79952509890330D+13 53 25 2.13927958704585D+13 53 26 -8.87977378436880D+13 53 27 -4.31621831722378D+14 53 28 -8.85159884623200D+12 53 29 1.46392376793220D+14 53 30 1.26950534648766D+14 53 31 5.30933627497620D+14 53 32 3.69958869360229D+15 53 33 6.03617867056944D+15 53 34 -1.54526410197915D+15 53 35 -1.81946054083366D+15 53 36 2.33829657004353D+15 53 37 1.43933797888585D+15 53 38 -7.27273228832941D+15 53 39 -1.46324497872762D+16 53 40 -6.91186518224213D+15 53 41 -4.07544781951964D+15 53 42 -2.33906144937259D+16 53 43 -4.20734915230110D+16 53 44 -1.25530486677317D+16 53 45 -7.12232612660490D+15 53 46 1.19974169872725D+15 53 47 -6.10714950815442D+15 53 48 -3.89644272424408D+15 53 49 -3.42714171355609D+15 53 50 6.08038209038730D+13 53 51 -2.25652411620638D+14 53 52 2.14064420569633D+16 53 53 7.72976155440798D+16 54 1 7.11985615672147D+07 54 2 1.30583452560786D+08 54 3 -6.38117797132196D+07 54 4 2.40356095475253D+09 54 5 2.27773708153436D+08 54 6 3.86251440449436D+09 54 7 -5.52705798029989D+08 54 8 -9.11743310093202D+08 54 9 1.60567107061927D+08 54 10 -2.00636755062625D+09 54 11 1.47703776914728D+09 54 12 -1.35892847290240D+09 54 13 8.43139866946066D+07 54 14 -9.23651411008675D+08 54 15 -2.60034018316571D+09 54 16 2.59119429815859D+15 54 17 -4.97503793856422D+15 54 18 3.85065675043021D+15 54 19 -2.56372205235917D+15 54 20 5.23344786437939D+15 54 21 3.49825444941696D+14 54 22 -4.56448806330368D+14 54 23 2.01417382497920D+13 54 24 -3.89725290907648D+14 54 25 3.46243861573032D+14 54 26 2.04727065782272D+14 54 27 -2.06745203837328D+14 54 28 -8.03219390453760D+13 54 29 -2.87568293461120D+13 54 30 -3.08320279073792D+14 54 31 1.46328566749568D+14 54 32 -3.64348662882099D+15 54 33 -4.32553204984013D+15 54 34 1.19402901104435D+15 54 35 7.35695243811584D+14 54 36 -1.47928020838400D+15 54 37 -9.83402258486912D+14 54 38 5.03147043511910D+15 54 39 3.43044666048717D+15 54 40 -3.20207406566912D+14 54 41 1.48054766452352D+14 54 42 -7.52399542161408D+14 54 43 3.29083927245568D+15 54 44 -2.78897108009370D+15 54 45 -2.84569309123904D+15 54 46 1.27152393458381D+15 54 47 -1.49802692024298D+15 54 48 -2.94987907636019D+16 54 49 -2.59478221098299D+16 54 50 -1.97207709743424D+14 54 51 -3.09086057571680D+14 54 52 -4.83218102316294D+15 54 53 2.66838983440430D+15 54 54 8.46567893887345D+16 55 1 -3.76239394279148D+07 55 2 2.66213543185782D+06 55 3 -6.21973352736425D+07 55 4 2.19791568985691D+09 55 5 3.08808155932565D+08 55 6 3.58703412281565D+09 55 7 -6.14006266255685D+08 55 8 1.54956445260434D+09 55 9 1.52231956374944D+09 55 10 -2.25749785258718D+09 55 11 3.58305149612877D+08 55 12 -4.58490120567822D+09 55 13 7.11214588690878D+08 55 14 -2.21934135817100D+09 55 15 -4.62255726629330D+08 55 16 2.93786135820643D+15 55 17 -6.45410791788826D+15 55 18 5.80551276348819D+15 55 19 -2.10971629147802D+15 55 20 -3.32477757009184D+15 55 21 5.20400646004941D+15 55 22 -3.98017269007072D+14 55 23 -1.78143582734784D+14 55 24 -9.99847124487264D+14 55 25 5.52408338134736D+14 55 26 -6.95723526489600D+13 55 27 1.31250037240688D+15 55 28 -7.39251864236800D+13 55 29 -1.04425275573248D+14 55 30 1.38200210576864D+15 55 31 -1.66239616900493D+15 55 32 -4.10211324043392D+14 55 33 -2.33334533308314D+15 55 34 -8.40621366554240D+14 55 35 1.74990766730752D+14 55 36 -7.56959042227392D+14 55 37 -5.04409537131008D+14 55 38 2.88873969479568D+14 55 39 4.89752713601024D+14 55 40 -2.23707871386884D+14 55 41 4.10191268745472D+14 55 42 -7.45124659407949D+15 55 43 -1.15300116161249D+16 55 44 1.10645677107656D+14 55 45 -1.82968088114458D+15 55 46 -1.08209163414683D+15 55 47 4.58187413825792D+14 55 48 -3.02965656428493D+16 55 49 -2.57775701738882D+16 55 50 -2.74405369920496D+14 55 51 1.08028532750380D+14 55 52 -5.92110602549296D+14 55 53 -1.74727351805410D+15 55 54 4.17371530310684D+16 55 55 8.69735560625212D+16 56 1 -1.47675404739157D+08 56 2 -1.99947662261036D+08 56 3 3.86016368430801D+08 56 4 -3.23538270628711D+09 56 5 -4.71898413627208D+08 56 6 -3.67526667060005D+09 56 7 -1.40251057244049D+09 56 8 -1.83202590187864D+09 56 9 4.28558038018596D+08 56 10 6.12323472225458D+09 56 11 5.44356921141016D+09 56 12 5.35942419994608D+09 56 13 -1.33766484407308D+09 56 14 -2.93969762286281D+09 56 15 -2.49873049981276D+09 56 16 5.95668026424986D+15 56 17 4.68429840897600D+15 56 18 -3.27069995235738D+15 56 19 -8.90553194402618D+15 56 20 -2.13890481342669D+16 56 21 1.09931690567525D+16 56 22 -1.99621241007514D+15 56 23 1.83754909815741D+15 56 24 -6.52411682771149D+15 56 25 1.51306160336001D+15 56 26 1.13961335974011D+16 56 27 -1.10286272594598D+15 56 28 -6.75889233945600D+14 56 29 4.98266070016528D+14 56 30 -8.29711472893952D+14 56 31 -2.75191635784720D+14 56 32 5.88036237279642D+15 56 33 3.72287922157082D+15 56 34 3.81960807975731D+15 56 35 6.34319687070144D+14 56 36 -9.62206996942848D+14 56 37 -1.11012278155299D+15 56 38 -1.47578783644058D+15 56 39 -9.92682425243648D+14 56 40 -2.61354950850253D+15 56 41 -1.03303810507698D+15 56 42 -5.26509064344371D+15 56 43 1.30969970802547D+15 56 44 -6.25269470225613D+15 56 45 -7.25478137306176D+14 56 46 -3.90239417251661D+15 56 47 3.89697849696586D+15 56 48 -3.63929821898383D+16 56 49 5.43294081987971D+15 56 50 8.63135078802304D+14 56 51 5.88962862588353D+14 56 52 4.48887191276429D+15 56 53 1.70069305726858D+15 56 54 -3.42294903928812D+16 56 55 -9.45035897692475D+15 56 56 1.72818577993683D+17 57 1 -3.09675144581299D+08 57 2 -3.72194121144956D+08 57 3 2.76067337560142D+08 57 4 -2.25381898240860D+09 57 5 -1.58595549130715D+08 57 6 -1.32917098698124D+09 57 7 2.88469518797372D+09 57 8 3.47198552959992D+09 57 9 -2.52280311096470D+08 57 10 -4.19389911944221D+08 57 11 -2.78575378322807D+09 57 12 2.99159314769003D+09 57 13 9.81898364406674D+07 57 14 -1.55442721142179D+08 57 15 -1.68620943670189D+09 57 16 -1.77509804306590D+15 57 17 1.17561558775130D+15 57 18 -2.13223380672902D+15 57 19 1.96923568409766D+15 57 20 6.08822573310302D+15 57 21 -5.65768000490368D+15 57 22 -1.25839063899536D+15 57 23 1.50241060097274D+15 57 24 -5.22489619587488D+15 57 25 1.17730852757206D+15 57 26 8.92808363879501D+15 57 27 -1.22614087780200D+15 57 28 -3.97149015948224D+14 57 29 3.47801628277312D+14 57 30 5.24361737197786D+15 57 31 -8.75646611393728D+15 57 32 -3.99050058047488D+15 57 33 -8.76170128496947D+15 57 34 -1.77406638594456D+15 57 35 -1.57126808131507D+15 57 36 -1.64783100250704D+15 57 37 -1.55914284080269D+15 57 38 -1.32776544059754D+15 57 39 -4.75390042442752D+14 57 40 8.83310149375623D+14 57 41 -2.08343976236672D+14 57 42 2.10334081602637D+15 57 43 2.87969889411072D+15 57 44 3.51258805931800D+14 57 45 -3.08366474207987D+15 57 46 2.39744219829015D+15 57 47 -1.19891596190643D+15 57 48 2.10489146423014D+15 57 49 -1.56761646985315D+16 57 50 9.29363392828472D+14 57 51 2.91677953200838D+14 57 52 -7.09450449534424D+14 57 53 -3.77164654691700D+14 57 54 3.69599320148160D+14 57 55 -7.08778389428019D+15 57 56 2.40421687810638D+16 57 57 6.89800001256408D+16 58 1 -1.54187791282480D+09 58 2 -1.47033316696788D+09 58 3 -4.84009457234059D+08 58 4 -2.36157362609715D+09 58 5 -3.73441177162485D+09 58 6 -8.21187641173806D+09 58 7 -2.62919521899062D+09 58 8 -1.86466368604442D+09 58 9 -4.52892924329116D+08 58 10 9.30768012303571D+09 58 11 -1.17790701927709D+09 58 12 7.52363140945704D+09 58 13 -2.77503154579997D+09 58 14 8.24731478304887D+09 58 15 1.62514848651805D+09 58 16 -7.63604125353523D+15 58 17 -1.25057652051177D+16 58 18 -5.64380414284595D+15 58 19 2.07591655376091D+16 58 20 -6.22265866404762D+15 58 21 -1.99228754868339D+15 58 22 -3.24675919203942D+15 58 23 -5.02646811686778D+15 58 24 -2.20083248050790D+15 58 25 9.09045616417760D+14 58 26 1.75215123812147D+15 58 27 -6.31249084747286D+15 58 28 7.03920898753946D+15 58 29 -5.28244373458490D+15 58 30 -1.69358827314586D+15 58 31 9.22658209287040D+13 58 32 3.02042562014003D+15 58 33 2.25203339106304D+14 58 34 2.58487833122406D+15 58 35 -1.35946473709824D+14 58 36 6.26892284167373D+15 58 37 -2.17290465983136D+15 58 38 -5.70158943191040D+13 58 39 -3.31671429283840D+13 58 40 -5.69152494717440D+14 58 41 1.61584829821312D+14 58 42 9.75088460315853D+15 58 43 7.28712067438592D+14 58 44 -5.17870983358464D+14 58 45 -5.70254710723200D+14 58 46 6.68847657057792D+14 58 47 -2.23657146290130D+15 58 48 3.00408937420800D+15 58 49 8.41297760008894D+15 58 50 -6.83966901480794D+15 58 51 2.29439262106866D+16 58 52 2.35334791395430D+15 58 53 -3.99028130816631D+15 58 54 -1.62930440906711D+16 58 55 -2.69774012192250D+15 58 56 -1.02085375422525D+16 58 57 2.83815933361261D+15 58 58 1.64017831027749D+17 59 1 -2.91404028432445D+08 59 2 -7.24882471034978D+08 59 3 2.66869504023966D+09 59 4 -2.52627016492928D+09 59 5 -2.38980253731727D+09 59 6 -6.18212113638985D+09 59 7 -1.76394299515649D+09 59 8 -9.53059431146018D+09 59 9 -6.34857790437695D+09 59 10 4.55740872810943D+09 59 11 4.17545177240271D+09 59 12 2.17528224175037D+09 59 13 2.42147997610418D+07 59 14 8.46982353888433D+09 59 15 7.68672026933334D+09 59 16 -9.44882224476205D+15 59 17 -1.61435330160189D+16 59 18 2.15382181087544D+16 59 19 -3.22639864155269D+16 59 20 -3.60321113816115D+15 59 21 -4.12275583708375D+16 59 22 3.62554546364646D+15 59 23 -1.72134396268790D+16 59 24 -9.68852568198144D+15 59 25 3.44179498330080D+15 59 26 -3.13166743146701D+15 59 27 -2.32821207381752D+16 59 28 6.49011796184218D+15 59 29 3.36692557767885D+15 59 30 -1.19619382743501D+15 59 31 1.54373794780160D+14 59 32 1.67737201599437D+15 59 33 -4.38257521819648D+14 59 34 2.54530326364826D+15 59 35 3.13626330327040D+14 59 36 8.69002726592538D+15 59 37 -3.75584930465075D+15 59 38 2.75992903837971D+15 59 39 2.38562831450112D+15 59 40 -2.87203687027856D+14 59 41 2.53130648435712D+14 59 42 4.55135984181248D+15 59 43 -6.15786001352294D+15 59 44 -1.37676793738029D+15 59 45 -1.96223691762586D+15 59 46 2.74886291361536D+14 59 47 5.50645439779584D+14 59 48 1.17415433346765D+15 59 49 -3.71004970392136D+16 59 50 5.08021056695168D+15 59 51 -4.93863510616810D+15 59 52 3.28774206299136D+14 59 53 2.62644527215418D+15 59 54 -1.90354283389184D+15 59 55 -1.65833658933914D+16 59 56 2.40324970227251D+15 59 57 1.72028786042880D+13 59 58 6.60798504751068D+16 59 59 2.30140470755213D+17 60 1 -5.72235506162020D+08 60 2 -5.50869210392210D+08 60 3 1.85389018405097D+08 60 4 3.05233698527847D+09 60 5 -1.43845440771817D+09 60 6 2.35383305893686D+09 60 7 -1.10521812364450D+08 60 8 2.56552697158023D+09 60 9 1.58322253047921D+09 60 10 -1.79443032121990D+09 60 11 6.48660235539741D+07 60 12 -2.56259332934017D+09 60 13 -5.75149927125487D+08 60 14 -6.41068727306215D+08 60 15 -1.55985019288777D+09 60 16 -1.09586918204672D+14 60 17 5.94365205227424D+14 60 18 -3.49192773388288D+14 60 19 3.86257828285978D+15 60 20 -1.68423978310349D+15 60 21 -1.88839847564874D+15 60 22 9.80851581054976D+14 60 23 9.68072420016576D+14 60 24 -3.84079290040832D+15 60 25 8.56853812139620D+14 60 26 3.50926786121114D+15 60 27 -4.51263256842760D+14 60 28 2.79797783596544D+14 60 29 2.16730664777496D+15 60 30 8.77966619660288D+14 60 31 2.11991290408480D+13 60 32 1.20710851364864D+14 60 33 2.58887220732928D+14 60 34 1.94628123238400D+14 60 35 -2.51349746131456D+14 60 36 3.27119710316954D+15 60 37 -1.35541500465949D+15 60 38 8.27231448680448D+14 60 39 6.57044195645440D+13 60 40 -1.00324457293312D+14 60 41 -2.05644660340192D+14 60 42 4.74972109196902D+15 60 43 -3.78009060169280D+15 60 44 8.65212585902080D+13 60 45 -3.76508155678688D+14 60 46 2.06912005190272D+14 60 47 -3.41171755664800D+13 60 48 6.79473188526080D+14 60 49 -3.70704294100022D+15 60 50 -2.45597084646682D+15 60 51 1.22573354141340D+16 60 52 3.20304759034176D+14 60 53 1.09436295095204D+15 60 54 -1.03064361029673D+16 60 55 4.78361898870176D+14 60 56 -3.31256951191327D+16 60 57 -1.23986536632294D+16 60 58 3.18811073669939D+15 60 59 -1.04685296276695D+16 60 60 1.29101717695480D+17 61 1 -3.78021340051149D+08 61 2 -4.10561665453178D+08 61 3 1.79640238014056D+08 61 4 1.98929321061083D+09 61 5 -6.71384011677413D+08 61 6 1.81806164232350D+09 61 7 -1.65888242021397D+08 61 8 2.12072142873474D+09 61 9 1.56414944700740D+09 61 10 -1.39926438040138D+09 61 11 7.10090079035370D+08 61 12 -1.51555648984738D+09 61 13 -4.61184282997350D+07 61 14 -1.74886629870527D+09 61 15 -2.04629498394842D+09 61 16 5.25802499157088D+14 61 17 -3.04028261209587D+15 61 18 -5.01859451727872D+14 61 19 1.95674383629005D+15 61 20 -3.13617151296832D+15 61 21 1.53998825773338D+15 61 22 1.22623071557939D+15 61 23 -9.99201591115520D+14 61 24 -3.50488024396218D+15 61 25 5.07604980946688D+14 61 26 4.67612269321818D+15 61 27 -2.36980526966144D+14 61 28 3.78481662683776D+14 61 29 -5.38620875951360D+13 61 30 3.47392877260800D+14 61 31 2.17647980540800D+14 61 32 4.96824921204736D+14 61 33 2.34033304963072D+14 61 34 5.76221392712384D+14 61 35 -2.17242148138752D+14 61 36 2.01264493293107D+15 61 37 -6.21832226594560D+14 61 38 4.61991999705504D+14 61 39 1.29373930942464D+14 61 40 -1.30044144157512D+14 61 41 -1.26898571574784D+14 61 42 2.82455956335898D+15 61 43 -1.73420734704845D+15 61 44 1.96298732527120D+13 61 45 -5.32612560749824D+14 61 46 1.40824554677360D+14 61 47 -4.34908832477984D+14 61 48 -2.91546529228467D+15 61 49 -5.70160089838886D+15 61 50 -4.44736821494368D+14 61 51 3.37534569954456D+15 61 52 1.72164008740624D+14 61 53 -1.89768437581872D+14 61 54 -5.16866193617203D+15 61 55 -4.58046386951424D+15 61 56 -2.18379471937318D+16 61 57 -1.15599694477971D+16 61 58 -2.51613630195251D+15 61 59 -7.36909633013146D+15 61 60 9.05725815612294D+16 61 61 1.00819291364721D+17 62 1 -2.26560942099311D+09 62 2 -1.82198215846624D+09 62 3 -6.93312962116166D+08 62 4 3.03429958979236D+09 62 5 -3.22908356856698D+09 62 6 8.12580260459001D+08 62 7 1.41900845033810D+09 62 8 9.47426056074349D+08 62 9 1.14462918827720D+08 62 10 2.66606188175965D+08 62 11 -9.12823088968409D+08 62 12 5.74377696315526D+08 62 13 -2.45430476415703D+09 62 14 5.01646299359730D+09 62 15 -8.08106880991761D+08 62 16 -1.22718977925069D+16 62 17 2.58472034337980D+15 62 18 1.37644169065554D+16 62 19 -6.83430675856101D+15 62 20 -1.92728578510490D+16 62 21 6.32089211496778D+15 62 22 1.40894455241421D+15 62 23 -5.96872771394911D+15 62 24 8.67022717183181D+15 62 25 -2.01809569774544D+15 62 26 -5.70800459922739D+15 62 27 1.24043616208847D+15 62 28 -1.36513240384666D+15 62 29 2.54030054672530D+15 62 30 9.91491618636442D+15 62 31 -5.18781620338776D+14 62 32 7.68976561671782D+15 62 33 7.97271368820595D+15 62 34 4.49869742153114D+15 62 35 -5.63609731836752D+14 62 36 4.78238226569011D+15 62 37 2.56157188433034D+15 62 38 3.32967688239514D+15 62 39 -5.82477705484160D+14 62 40 -2.16452427950285D+15 62 41 -5.77710063299752D+14 62 42 1.32252814235935D+16 62 43 -2.65981372846394D+15 62 44 -9.05688090460160D+13 62 45 -1.58624567377034D+15 62 46 3.96187205493389D+15 62 47 -2.65806576604544D+15 62 48 5.67146775778304D+15 62 49 1.90348822516766D+15 62 50 2.47393468597120D+13 62 51 -1.48430731836497D+15 62 52 5.07020303437696D+14 62 53 1.10276045973325D+14 62 54 -2.85351087391539D+15 62 55 -2.51300174998046D+15 62 56 -2.73945088455782D+16 62 57 -1.59624078084802D+16 62 58 -2.61872209590948D+16 62 59 -8.83311001787904D+15 62 60 -4.21182615975537D+16 62 61 -2.89049172082581D+16 62 62 1.41181291653528D+17 63 1 3.64698264172439D+08 63 2 4.92175453890180D+08 63 3 5.78251821590155D+08 63 4 1.22104079880788D+09 63 5 1.46320769867803D+09 63 6 3.33544347133864D+09 63 7 -9.72653288043832D+08 63 8 -3.26891101322230D+09 63 9 -2.93441911026817D+08 63 10 -5.99522109216454D+08 63 11 -8.52633619687281D+08 63 12 -5.14658697871682D+09 63 13 -1.35627446744664D+07 63 14 2.16616096383623D+09 63 15 1.52633345078135D+09 63 16 -1.45516308732541D+15 63 17 -1.23521108408628D+16 63 18 -2.52045790142336D+14 63 19 1.40030832361933D+15 63 20 2.83692919468461D+15 63 21 -7.09665888297062D+15 63 22 3.98366854591245D+15 63 23 -1.75552039386177D+16 63 24 3.41412322794323D+15 63 25 3.52925272856784D+14 63 26 -2.03858613021696D+15 63 27 8.26492133024314D+15 63 28 -2.66385403528218D+15 63 29 -4.63632643346483D+15 63 30 -4.09897383531469D+15 63 31 1.23055204708250D+15 63 32 3.03345960448666D+15 63 33 -1.07367339428045D+15 63 34 2.16170328369024D+14 63 35 2.17003095139584D+14 63 36 -5.41798605580416D+14 63 37 -3.94374922368000D+14 63 38 -1.67802729624848D+15 63 39 2.26621383913472D+14 63 40 1.15253543167924D+14 63 41 2.69482643695360D+14 63 42 -2.25265647059610D+15 63 43 -3.66177741156557D+15 63 44 8.52346928221600D+14 63 45 -5.74978546628096D+14 63 46 -6.26201298798048D+14 63 47 5.33362001299200D+12 63 48 1.56102226157133D+15 63 49 -3.62482028681069D+15 63 50 2.77737416456563D+15 63 51 -1.50402083768766D+16 63 52 1.38321400806720D+14 63 53 -2.13246618806760D+14 63 54 9.84576352796544D+14 63 55 -2.14329448483098D+15 63 56 -2.75961144223278D+16 63 57 -1.78627704917464D+16 63 58 -1.56964115514529D+16 63 59 -2.22473089810412D+16 63 60 -3.39373089622364D+16 63 61 -3.58770357746644D+16 63 62 4.50592781348878D+16 63 63 1.30454269211625D+17 64 1 -3.50239348293937D+08 64 2 2.74545563114122D+07 64 3 -5.88353923861413D+08 64 4 2.32555806442976D+09 64 5 1.11035671871023D+09 64 6 4.31010882938887D+09 64 7 1.77040529604734D+08 64 8 9.68893385720606D+08 64 9 1.65831087961142D+08 64 10 -1.61372723266935D+09 64 11 -9.84979835626499D+08 64 12 -3.23708148903770D+08 64 13 -5.38632473016194D+08 64 14 -1.12172439178082D+09 64 15 -3.56387726089475D+09 64 16 -6.87028012735078D+15 64 17 -1.93181986552175D+15 64 18 -1.03978460630651D+16 64 19 2.27982344983544D+15 64 20 -7.64344434875827D+15 64 21 1.18354228986225D+16 64 22 -5.12192934841728D+15 64 23 -1.65014549160823D+15 64 24 1.59283149593395D+15 64 25 -1.22000109447558D+15 64 26 7.41042542545613D+15 64 27 2.27332899517350D+15 64 28 4.32846730360320D+13 64 29 1.71671645887312D+15 64 30 -2.62564045222912D+14 64 31 -3.07032000626160D+13 64 32 -1.19601400240845D+15 64 33 -4.64820354538560D+14 64 34 1.59784379386419D+15 64 35 -2.23812995069280D+13 64 36 -5.84969318638592D+14 64 37 -3.32003442232512D+14 64 38 1.11239319834624D+15 64 39 -4.16934723307904D+14 64 40 1.66815545745920D+13 64 41 1.16795686445600D+13 64 42 1.59354011174298D+15 64 43 -1.66926416520205D+15 64 44 2.59841166426112D+14 64 45 1.63129103345600D+14 64 46 -1.89359011795200D+14 64 47 1.71813015601610D+14 64 48 -1.89108187245670D+15 64 49 2.90187856029518D+14 64 50 -4.17125004337829D+15 64 51 8.67227094093891D+15 64 52 -1.06766870159050D+15 64 53 -3.10158369046557D+14 64 54 -2.24203001112064D+15 64 55 -2.01143352045469D+15 64 56 4.14424311762330D+15 64 57 -2.37784799030468D+15 64 58 -2.69620571532554D+16 64 59 -3.06177086099539D+16 64 60 -3.19815868700654D+16 64 61 -2.65036944380811D+16 64 62 7.49055740426240D+14 64 63 1.10781901626577D+16 64 64 7.37886294877491D+16 65 1 6.40104858048831D+07 65 2 2.65514135949769D+08 65 3 -1.52154328397211D+08 65 4 1.53116878509273D+09 65 5 7.87163592991688D+08 65 6 3.37859310496722D+09 65 7 -6.96802203279609D+07 65 8 5.44928098416458D+08 65 9 7.31264671583163D+08 65 10 -1.55503401345120D+09 65 11 2.49031895481671D+09 65 12 -8.45285013192250D+08 65 13 2.95355246036522D+07 65 14 -4.08792509840317D+09 65 15 -3.11241851550114D+09 65 16 1.47045078040699D+15 65 17 -2.07532999824402D+16 65 18 -1.10878494401011D+16 65 19 2.53295965556659D+15 65 20 -8.80766500882368D+14 65 21 5.85202616077926D+15 65 22 4.08181282843488D+14 65 23 5.44479723950336D+14 65 24 2.15952376986096D+15 65 25 -2.37150715852909D+15 65 26 3.30222456369882D+15 65 27 -8.46902731974688D+14 65 28 3.33230290267392D+14 65 29 -1.14795549240666D+15 65 30 -2.92811148347584D+14 65 31 3.71854527639168D+14 65 32 -8.90471894438400D+13 65 33 4.47856734699520D+14 65 34 1.10121235939094D+15 65 35 9.92520378777600D+13 65 36 2.22409731391360D+14 65 37 -2.47242375947264D+14 65 38 9.41848249038848D+14 65 39 8.92029743640576D+14 65 40 -2.24386428295536D+14 65 41 -4.73570917831680D+13 65 42 -4.59899900951040D+13 65 43 -2.39198845595341D+15 65 44 1.07637874315407D+15 65 45 -1.68760659700992D+14 65 46 3.34791979894720D+13 65 47 -4.99096294713152D+14 65 48 -3.40444726226586D+15 65 49 -4.41406389976106D+15 65 50 -6.23255547003904D+14 65 51 -1.80767990046282D+15 65 52 -2.98905842221568D+14 65 53 -5.33261083073984D+14 65 54 -3.10866271078106D+15 65 55 -2.41337940433037D+15 65 56 -2.78431974036430D+15 65 57 6.80571393552896D+14 65 58 -3.29152660917165D+16 65 59 -2.45924337639035D+16 65 60 -3.04959043469098D+16 65 61 -3.31563817149207D+16 65 62 7.31320930515096D+15 65 63 4.98114619100570D+15 65 64 5.04942825477262D+16 65 65 7.91596201775250D+16 66 1 -6.24160429593592D+00 66 2 -1.82345888053681D+01 66 3 5.73984639815465D+01 66 4 4.74187101811253D+00 66 5 -5.93024195161486D+00 66 6 2.26372089463377D+01 66 7 9.36439749936836D+01 66 8 1.05979229695338D+02 66 9 -2.08902587104128D+01 66 10 -7.51084015812253D+01 66 11 -5.23734289623639D+01 66 12 -2.28546830209416D+01 66 13 -1.70358401275229D+01 66 14 -2.94409700803289D+01 66 15 -3.62907313424189D+01 66 16 -1.66444557597054D+07 66 17 6.05928902960163D+07 66 18 2.17473956403943D+08 66 19 8.53306734752477D+07 66 20 -3.71144176248449D+07 66 21 7.69189801087504D+07 66 22 2.31556303912712D+08 66 23 1.55435492032891D+08 66 24 2.48652667071306D+07 66 25 8.43588658745364D+07 66 26 -2.12803695165370D+08 66 27 -1.73284435240196D+08 66 28 1.16699952166310D+07 66 29 2.80993407249260D+06 66 30 -1.55887403628768D+08 66 31 -1.40806998859212D+08 66 32 2.64412519327796D+08 66 33 -2.89668578395698D+08 66 34 -4.97764598474380D+07 66 35 -1.70567227249764D+08 66 36 2.37925102557746D+08 66 37 -1.35220878052703D+08 66 38 -1.52020889112028D+08 66 39 -3.65508582826298D+08 66 40 -1.10476403138265D+08 66 41 -1.04055134738889D+08 66 42 5.61591742845818D+07 66 43 -1.88652141797739D+08 66 44 -8.56698626601271D+07 66 45 -8.01728815127130D+07 66 46 8.36715343887616D+07 66 47 5.93265285413490D+07 66 48 -3.10519382090041D+08 66 49 -3.07047147388122D+08 66 50 1.81292005414404D+08 66 51 -4.76981690006714D+08 66 52 1.03045568216046D+08 66 53 3.45276762776461D+08 66 54 2.51573385927491D+08 66 55 2.80989769503967D+08 66 56 -2.66828515956040D+08 66 57 1.14726338325518D+08 66 58 -1.89902053226833D+08 66 59 2.34103399876743D+08 66 60 7.92717782942753D+07 66 61 9.52726881232844D+07 66 62 3.53718328334031D+07 66 63 2.94973906650903D+08 66 64 3.88805746819354D+07 66 65 9.23671604231466D+07 66 66 1.77065016746374D+01 67 1 -8.14673817482943D+00 67 2 -1.69284398506912D+01 67 3 3.04693110881924D+01 67 4 -1.35051981007633D+01 67 5 3.86069801318879D+01 67 6 -2.02730789627040D+01 67 7 -5.30320837789284D+01 67 8 -1.24283941521436D+02 67 9 2.02523403261176D+01 67 10 9.90087527101078D+01 67 11 7.60775095307667D+01 67 12 2.42784092172988D+01 67 13 -2.43247327908210D+01 67 14 2.65278917539046D+01 67 15 -5.47269815937503D+01 67 16 2.43363427266972D+08 67 17 2.06845584767797D+08 67 18 -2.00482935365683D+08 67 19 9.65540791258827D+07 67 20 -1.49706708178827D+08 67 21 3.33871304577100D+08 67 22 -7.85878826251224D+07 67 23 2.30333893330769D+08 67 24 -4.30245246425265D+05 67 25 1.28676163717297D+07 67 26 1.28390213376834D+08 67 27 4.36728206485483D+08 67 28 -1.64828325264924D+07 67 29 2.00612784839364D+08 67 30 -2.00351312917325D+08 67 31 1.87435811920142D+08 67 32 1.29118038428659D+09 67 33 1.49199182447146D+09 67 34 -2.38857060954221D+07 67 35 6.09131795475981D+08 67 36 2.70547126038943D+08 67 37 -1.05591964347936D+08 67 38 -1.14947094960776D+09 67 39 -3.37084103171893D+08 67 40 2.35441369929195D+08 67 41 -2.31754963521252D+08 67 42 1.77271307633690D+07 67 43 -8.84431008269112D+08 67 44 3.69737074319189D+07 67 45 -3.17369156955090D+08 67 46 -5.75035578094196D+07 67 47 -1.39730387992763D+08 67 48 -2.10016864566058D+08 67 49 -5.29670254150876D+08 67 50 1.09939422332905D+08 67 51 -4.09729417487552D+08 67 52 -3.39484167812476D+07 67 53 -7.42287357072782D+07 67 54 2.85590352605593D+07 67 55 -1.91288332259366D+07 67 56 -1.42152145171256D+08 67 57 -2.62638064782343D+08 67 58 -6.76238238057664D+08 67 59 -9.19823564927974D+08 67 60 2.02236254028885D+08 67 61 1.80706844713500D+08 67 62 1.48909014850036D+08 67 63 1.25074614127335D+08 67 64 3.09394041104866D+08 67 65 2.38623075691592D+08 67 66 1.76970643760679D+00 67 67 3.31362258536179D+01 -SOLUTION/DECOMPOSED_NORMAL_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_VECTOR * Ind1 Decomposed_vector(ind1) 1 -1.48924370450301D+01 2 -1.35792138704552D+01 3 1.57845279625404D+01 4 4.29234004613779D+01 5 -5.99766591212959D+01 6 -1.79880656103138D+01 7 -9.59905112055743D+01 8 7.71598019449049D+01 9 1.42547900811174D+02 10 5.24882623794027D+01 11 1.09015073317822D+02 12 -2.02022000227286D+01 13 1.54712851090039D+01 14 -1.12619002429646D+02 15 -1.20142162569096D+02 16 5.10398071268540D+08 17 3.38365459621331D+08 18 -2.64541309219314D+08 19 -2.59908667998213D+08 20 1.38807958995367D+08 21 -6.47753293394369D+08 22 -2.20830256586553D+08 23 -2.65795109412827D+08 24 -1.36156967512207D+08 25 -6.77248094555635D+07 26 2.04809809300755D+08 27 5.72514871472877D+08 28 4.35789712000869D+07 29 -1.06921500498857D+08 30 2.26617120835064D+08 31 3.67271673586751D+07 32 -5.99837983108096D+08 33 -4.87442129869238D+08 34 1.42017764149759D+08 35 -3.36542710815925D+08 36 -4.32010848858542D+05 37 9.68818275387859D+07 38 4.69542868232947D+08 39 3.84147151960760D+08 40 4.75912526466539D+08 41 1.14196707690601D+08 42 -4.09278849265515D+07 43 3.06116528788364D+08 44 -1.57866135687313D+08 45 5.93921889883116D+07 46 -2.96268990062247D+08 47 1.39444673244660D+08 48 4.08100007370522D+08 49 -2.03480154952417D+08 50 -5.99152300904256D+07 51 4.29244846637812D+08 52 -5.21268167575822D+07 53 -6.71127516874065D+07 54 5.91406140877367D+08 55 -2.11855311559719D+07 56 -3.91355749345610D+08 57 -8.17091932413346D+07 58 -4.23335470237693D+08 59 4.68231474572381D+08 60 2.76885297491702D+08 61 -4.48583610285629D+07 62 -6.00607914705510D+07 63 3.45941225033104D+07 64 -2.23727742237965D+08 65 -4.81428681395376D+06 66 -5.45120433759318D+00 67 -4.92307414559991D+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 47 0.00000000000000D+00 48 0.00000000000000D+00 49 0.00000000000000D+00 50 0.00000000000000D+00 51 0.00000000000000D+00 52 0.00000000000000D+00 53 0.00000000000000D+00 54 0.00000000000000D+00 55 0.00000000000000D+00 56 0.00000000000000D+00 57 0.00000000000000D+00 58 0.00000000000000D+00 59 0.00000000000000D+00 60 0.00000000000000D+00 61 0.00000000000000D+00 62 0.00000000000000D+00 63 0.00000000000000D+00 64 0.00000000000000D+00 65 0.00000000000000D+00 66 0.00000000000000D+00 67 0.00000000000000D+00 -SOLUTION/DECOMPOSED_NORMAL_CALIBRATION * * ----------------------------------------------------------------------------- * %ENDSNX