HARPOS Format version of 2005.03.28 # # This file was generated on 2023.01.13-08:45:20 # # Model of hamonic site positions variations from the VLBI solution # # SOL_ID: rfc_2022d # SOL_DATE: 2023.01.11-15:56:52 # #============================ Beginning of format description: ================= # # Specifications of HARPOS format version of 2005.03.28 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # HARPOS format is for describing site displacements which can # be represented by a finite set of harmonic components. # # A file in HARPOS format consists of records of variable length in # ASCII coding. The records are separated by a character with decimal # code 13. The records of the following types are supported: # # 1) Header record; # 2) Harmonic definition records; # 3) The radius of the area of applicability; # 4) Site definition records; # 5) Displacement definition records; # 6) Trailer record. # # Records which start from # character are considered as comments. # # Each valid file in HARPOS format has the first header record, one # or more harmonic definition records, one or more site definition # records and one or more displacement definition records. The last # record is a trailer record. All harmonic definition records should # precede site definition records. All site definition records should # precede displacement definition records. # # Records format: # # 1) A header record contains the string # "HARPOS Format version of 2005.03.28" # # The header record allows to distinguish the valid file in the # HARPOS format from files in other formats. # # 2) A harmonic definition record defines the argument of the harmonic in # the form {phase + freq*(t-t0) + 1/2*accel*(t-t0)**2} where t is # time in TDT time scale and t0 is the reference epoch J2000.0, # 01 January 2000, 12 hours TDT. The file cannot contain more than one # definition of the same harmonic. # # Format of an H-record: # ---------------------- # # Field 1:1 A1 -- Records ID: letter H (decimal code 72). # field 2:3 a2 -- delimiters: blanks. # Field 4:11 A8 -- 8-letter long harmonic name. May contain any # characters with decimal codes 32-255, but blanks # are allowed only at the end of the harmonic name. # This field should not necessarily have a special # meaning. Parsing software should not try to # interpret this name. # field 12:13 a2 -- delimiters: blanks. # Field 14:26 D13.6 -- Phase of the harmonic in float format. # Units: rad. # field 27:28 a2 -- delimiters: blanks. # Field 29:47 D19.12 -- Frequency of the harmonic in float format. # Units: rad/sec. # field 48:49 a2 -- delimiters: blanks. # Field 50:59 D10.3 -- Acceleration of the harmonic in float format. # Units: rad/sec**2. # field 60:80 a21 -- delimiters: blanks. # # 3) An applicability record defines the radius of the area for which # information about displacements is valid. D-record defines displacement # for the area around a station. This area is called "site". Displacement # for the site is applicable to any point (station) located within # a disk around the site with the radius specified in this record # # Format of an A-record: # ---------------------- # # Field 1:1 A1 -- Record ID: letter A (decimal code 65). # field 2:3 a2 -- delimiters: blanks. # Field 4:17 F14.6 -- Radius of the site area in meters # # 4) A site definition record defines the site identifier and site # coordinates in a crust-fixed reference frame. The file cannot # contain more than one definition of the same site. # # Format of an S-record: # ---------------------- # # Field 1:1 A1 -- Record ID. Should be letter S (decimal code 83) # Field 2:3 A2 -- Delimiters: blanks. # Field 4:11 A8 -- 8-letter long site identifier. May contain # any characters with decimal codes 32-255, but # blanks are allowed only at the end of the site # identifier. This site identifier should be # unique among S-records. This field should not # necessarily have a special meaning. Parsing # software should not try to interpret it. # field 12:13 a2 -- delimiters: blanks. # Field 14:26 F13.4 -- Site X coordinate in a crust fixed reference # frame. Units: meters. # field 27:27 a1 -- delimiters: blanks. # Field 28:40 F13.4 -- Site Y coordinate in a crust fixed reference # frame. Units: meters. # field 41:41 a1 -- delimiters: blanks. # Field 42:54 F13.4 -- Site Z coordinate in a crust fixed reference # frame. Units: meters. # field 55:56 a2 -- delimiters: blanks. # Field 57:64 F8.4 -- Site geocentric latitude, positive to north, # in degrees. This field is for information only. # Parsing software MUST ignore it. # field 65:65 a1 -- delimiters: blanks. # Field 66:73 F8.4 -- Site longitude, positive towards east, # in degrees. This field is for information only. # Parsing software MUST ignore it. # field 74:74 a1 -- delimiters: blanks. # Field 75:80 F6.1 -- Site height above the reference ellipsoid # in meters. This field is for information only. # Parsing software MUST ignore it. # # 5) A data record specifies the site, the harmonic and 6 amplitudes of # displacements: Up cosine, East cosine, North cosine, Up sine, # East sine, North sine. A file cannot contain more than one data # record for the same harmonic, the same site. The site and the # harmonic referred in a data record must be defined in the preceding # site and harmonic definition records. # # Notation "Up cosine" and "Up sine" amplitudes of the displacement # means that the radial component of the topocentric vector of the # displacement, which is parallel to the vector from the geocenter to # the site, depends on time in the following way: # # D_up= Ampl_cos_up * cos {phase + freq*(t-t0) + 1/2*accel*(t-t0)**2} + # Ampl_sin_up * sin {phase + freq*(t-t0) + 1/2*accel*(t-t0)**2} # # Analogously, "East cosine", "East sine" amplitudes define time # dependence of the east component of the displacement vector, and # "North cosine", "North sine" define time dependence of the north # component. # # Format of a D-record: # --------------------- # # Field 1:1 A1 -- Record ID: letter D (decimal code 68). # field 2:3 a2 -- delimiters: blanks. # Field 4:11 A8 -- 8-letter long harmonic name. The harmonic name # must be defined in a preceding H-record. # field 12:13 a2 -- delimiters: blanks. # Field 14:21 A8 -- 8-letter long site identifier. The site # identifier must be defined in a preceding # S-record. # field 22:24 a3 -- delimiters: blanks. # Field 25:32 F8.5 -- Cosine amplitude of the Up component of the # displacement vector. Up direction is along the # vector from the geocenter to the site. # Units: meters. # field 33:33 A1 -- delimiter: blank. # Field 34:41 F8.5 -- Cosine amplitude of the East component of the # displacement vector. Units: meters. # field 42:42 a1 -- delimiter: blank. # Field 43:50 F8.5 -- Cosine amplitude of the North component of the # displacement vector. Units: meters. # field 51:53 a3 -- delimiter: blanks. # Field 54:61 F8.5 -- Sine amplitude of the Up component of the # displacement vector. Up direction is along the # vector from the geocenter to the site. # Units: meters. # field 62:62 a1 -- delimiter: blank. # Field 63:70 F8.5 -- Sine amplitude of the East component of the # displacement vector. Units: meters. # field 71:71 a1 -- delimiter: blank. # Field 72:79 F8.5 -- Sine amplitude of the North component of the # displacement vector. Units: meters. # field 80:80 a1 -- delimiter: blank. # # # 6) Trailer record is the same as the header record. # #============================ End of format description: ======================= # # # # Harmonic Phase Frequency Acceleration # H Sa 3.098467D+00 1.990968752920D-07 0.000D+00 H Ssa 3.653480D-01 3.982127698995D-07 0.000D+00 H S1 3.367392D+00 7.272206167609D-05 0.000D+00 H S2 6.283185D+00 1.454441043329D-04 0.000D+00 # # Area of validty of harmonic variations estimates # A 3.000000 # # Site ID X-coord. Y-coord. Z-coord. phi-geoc. longit. height # S AIRA -3530219.4090 4118797.5650 3344015.8040 31.6516 130.5999 322.4 S ALGOPARK 918034.6940 -4346132.2830 4561971.1740 45.7632 281.9273 224.0 S BADARY -838200.7160 3865751.5660 4987670.9290 51.5831 102.2339 821.6 S BR-VLBA -2112065.0190 -3705356.5130 4726813.7650 47.9399 240.3167 250.5 S CHICHI10 -4490618.4130 3483908.2670 2884899.1760 26.9116 142.1950 107.5 S DSS45 -4460935.5140 2682765.7140 -3674381.0610 -35.2170 148.9777 674.4 S DSS65 4849336.6630 -360488.7270 4114748.8660 40.2373 355.7486 833.8 S FD-VLBA -1324009.1670 -5332181.9700 3231962.4530 30.4666 256.0552 1606.4 S FORTLEZA 4985370.0330 -3955020.3330 -428472.2500 -3.8520 321.5741 23.1 S GGAO12M 1130730.1760 -4831245.9590 3994228.2510 38.8339 283.1727 18.6 S GILCREEK -2281547.3820 -1453645.1090 5756993.1310 64.8306 212.5025 332.1 S HART15M 5085490.8160 2668161.2540 -2768692.8310 -25.7389 27.6843 1409.4 S HARTRAO 5085442.7760 2668263.5490 -2768696.9660 -25.7389 27.6854 1415.7 S HN-VLBA 1446375.0690 -4447939.6650 4322306.1320 42.7417 288.0134 295.6 S HOBART12 -3949990.2860 2522421.1200 -4311708.5650 -42.6138 147.4381 41.0 S HOBART26 -3950236.8570 2522347.5900 -4311562.4160 -42.6118 147.4405 65.1 S ISHIOKA -3959635.7670 3296825.5110 3747042.7250 36.0259 140.2190 164.1 S KASHIM34 -3997649.2980 3276690.7220 3724278.8020 35.7732 140.6601 78.4 S KASHIMA -3997892.2730 3276581.3040 3724118.2100 35.7714 140.6627 80.1 S KATH12M -4147354.1860 4581542.5870 -1573303.9560 -14.2832 132.1524 189.3 S KAUAI -5543846.0920 -2054563.4540 2387814.2000 21.9924 200.3348 1168.3 S KOKEE -5543837.6560 -2054567.6700 2387852.0280 21.9927 200.3349 1176.6 S KOKEE12M -5543831.5790 -2054586.8680 2387828.3200 21.9925 200.3351 1168.6 S KP-VLBA -1995678.6690 -5037317.7160 3357328.1040 31.7838 248.3876 1902.0 S LA-VLBA -1449752.4020 -4975298.5890 3709123.9040 35.5928 253.7544 1962.4 S MACGO12M -1330788.2200 -5328106.5750 3236427.5980 30.5118 255.9763 1890.6 S MATERA 4641938.7140 1393003.0740 4133325.5850 40.4594 16.7040 543.4 S MEDICINA 4461369.9330 919596.8860 4449559.2350 44.3281 11.6469 67.2 S MK-VLBA -5464075.0050 -2495248.9290 2148296.9340 19.6791 204.5445 3763.0 S MOJAVE12 -2356171.0930 -4646755.8230 3668470.5830 35.1503 243.1124 910.2 S NL-VLBA -130872.3010 -4762317.1190 4226851.0280 41.5803 268.4259 222.3 S NOTO 4934563.0700 1321201.3130 3806484.5370 36.6915 14.9890 143.2 S NRAO20 883772.7030 -4924385.5980 3944042.4960 38.2496 280.1745 806.6 S NRAO85_3 882325.5160 -4925137.9860 3943397.6840 38.2424 280.1566 785.8 S NYALES20 1202462.7110 252734.4180 6237766.0650 78.8564 11.8697 87.3 S ONSALA60 3370605.9910 711917.5290 5349830.7750 57.2209 11.9264 59.3 S ONSA13NE 3370889.4330 711571.0580 5349691.9330 57.2187 11.9197 53.2 S ONSA13SW 3370946.9140 711534.3650 5349660.8130 57.2181 11.9189 53.2 S OV-VLBA -2409150.1650 -4478573.2070 3838617.3760 37.0465 241.7229 1196.3 S PIETOWN -1640953.7550 -5014816.0180 3575411.8620 34.1221 251.8808 2364.7 S RAEGSMAR 4618524.3600 -2166020.9940 3816270.1580 36.8005 334.8741 301.8 S RAEGYEB 4848831.2110 -261629.7810 4122976.3070 40.3335 356.9115 976.9 S RICHMOND 961258.0230 -5674090.0640 2740533.8130 25.4641 279.6153 -13.6 S SC-VLBA 2607848.5470 -5488069.6680 1932739.5730 17.6451 295.4164 -15.0 S SEJONG -3110079.6630 4082066.8760 3775076.9410 36.3388 127.3034 194.6 S SESHAN25 -2831687.0050 4675733.6320 3275327.6500 30.9292 121.1997 29.4 S WARK12M -5115324.1460 477843.3420 -3767193.2870 -36.2511 174.6633 128.0 S SVETLOE 2730173.9150 1562442.6270 5529969.0470 60.3672 29.7819 86.0 S TIGOCONC 1492056.0280 -4887960.6680 -3803541.1170 -36.6582 286.9749 171.0 S TSUKUB32 -3957408.6440 3310229.5820 3737494.8150 35.9201 140.0887 84.7 S URUMQI 228310.6280 4631922.7790 4367063.9870 43.2795 87.1781 2033.2 S VERAMZSW -3857241.2180 3108785.2840 4003900.9470 38.9453 141.1325 116.6 S WESTFORD 1492206.5410 -4458130.5220 4296015.5490 42.4212 288.5062 86.8 S WETTZ13N 4075627.8770 931774.0460 4801552.2310 48.9534 12.8777 672.6 S WETTZELL 4075539.8360 931735.3130 4801629.3970 48.9545 12.8775 669.1 S WETTZ13S 4075659.1800 931824.5550 4801516.0950 48.9529 12.8783 672.6 S YARRA12M -2388895.5330 5043349.9190 -3078591.5230 -28.8841 115.3456 248.3 S YEBES40M 4848761.9310 -261484.4360 4123084.8700 40.3347 356.9131 988.9 S ZELENCHK 3451207.8140 3060375.2320 4391914.9290 43.5956 41.5652 1175.1 # # Wave ID Site ID Up-cos East-cos North-cos Up-sin East-sin North-sin # D Sa AIRA 0.00242 -0.00056 -0.00208 0.00219 0.00020 -0.00022 D Ssa AIRA -0.00013 -0.00048 -0.00097 0.00033 -0.00025 -0.00021 D S1 AIRA -0.00269 -0.00021 -0.00008 0.00203 0.00020 -0.00001 D S2 AIRA -0.00138 -0.00015 0.00025 0.00132 -0.00006 -0.00022 # D Sa ALGOPARK 0.00136 0.00022 -0.00041 0.00043 0.00013 0.00022 D Ssa ALGOPARK 0.00053 -0.00012 -0.00016 0.00069 -0.00009 -0.00015 D S1 ALGOPARK 0.00121 0.00013 0.00042 0.00055 0.00010 0.00000 D S2 ALGOPARK 0.00006 0.00019 -0.00007 0.00019 -0.00006 -0.00019 # D Sa BADARY 0.00035 -0.00029 0.00049 -0.00143 0.00083 -0.00014 D Ssa BADARY 0.00056 -0.00032 0.00051 -0.00008 0.00032 -0.00052 D S1 BADARY -0.00138 0.00115 0.00037 0.00082 -0.00032 0.00028 D S2 BADARY -0.00088 0.00127 -0.00020 -0.00020 0.00115 -0.00022 # D Sa BR-VLBA 0.00101 -0.00046 0.00055 0.00055 0.00019 0.00000 D Ssa BR-VLBA 0.00044 0.00014 0.00018 0.00005 -0.00015 -0.00055 D S1 BR-VLBA -0.00151 -0.00015 0.00005 0.00167 0.00018 0.00028 D S2 BR-VLBA 0.00013 0.00030 0.00041 0.00121 0.00022 -0.00010 # D Sa CHICHI10 -0.00204 -0.00086 -0.00057 0.00108 0.00093 0.00002 D Ssa CHICHI10 -0.00031 -0.00096 -0.00108 0.00470 -0.00103 -0.00067 D S1 CHICHI10 0.00021 -0.00038 -0.00010 -0.00288 0.00011 0.00079 D S2 CHICHI10 -0.00018 0.00013 0.00034 0.00134 -0.00081 0.00089 # D Sa DSS45 0.00063 -0.00181 -0.00071 -0.00548 -0.00055 -0.00093 D Ssa DSS45 0.00217 0.00138 0.00104 -0.00231 0.00005 -0.00070 D S1 DSS45 0.00043 -0.00141 -0.00147 0.00119 -0.00038 -0.00118 D S2 DSS45 -0.00063 -0.00046 -0.00026 -0.00059 -0.00077 -0.00102 # D Sa DSS65 0.00435 -0.00139 0.00033 -0.00061 -0.00089 0.00018 D Ssa DSS65 0.00254 -0.00116 0.00056 0.00197 0.00082 -0.00102 D S1 DSS65 0.00146 0.00034 0.00012 -0.00076 -0.00069 0.00027 D S2 DSS65 0.00076 -0.00027 -0.00011 -0.00146 0.00088 -0.00063 # D Sa FD-VLBA 0.00061 -0.00008 -0.00044 0.00061 -0.00030 -0.00094 D Ssa FD-VLBA 0.00108 0.00006 0.00017 -0.00089 0.00002 -0.00025 D S1 FD-VLBA 0.00005 0.00013 -0.00012 0.00046 0.00009 0.00023 D S2 FD-VLBA 0.00103 -0.00008 0.00033 -0.00034 0.00012 -0.00018 # D Sa FORTLEZA -0.00054 0.00022 -0.00181 0.00117 0.00076 -0.00073 D Ssa FORTLEZA 0.00004 0.00022 -0.00012 0.00096 -0.00011 -0.00006 D S1 FORTLEZA -0.00065 0.00028 -0.00094 0.00093 -0.00015 -0.00064 D S2 FORTLEZA 0.00018 0.00024 0.00001 -0.00046 -0.00008 -0.00026 # D Sa GGAO12M -0.00106 0.00029 -0.00122 -0.00044 0.00024 0.00014 D Ssa GGAO12M -0.00043 0.00019 -0.00022 -0.00099 -0.00008 0.00007 D S1 GGAO12M -0.00027 0.00041 -0.00004 0.00009 0.00051 -0.00016 D S2 GGAO12M -0.00012 0.00043 -0.00015 0.00003 -0.00039 -0.00037 # D Sa GILCREEK 0.00122 0.00045 0.00036 -0.00199 0.00138 0.00146 D Ssa GILCREEK -0.00137 0.00087 0.00050 -0.00061 -0.00017 -0.00038 D S1 GILCREEK -0.00005 -0.00002 0.00050 0.00002 0.00003 0.00038 D S2 GILCREEK 0.00070 0.00013 0.00033 -0.00002 0.00054 -0.00005 # D Sa HART15M -0.00064 0.00054 0.00030 0.00000 0.00013 -0.00113 D Ssa HART15M -0.00014 0.00002 0.00047 0.00141 -0.00060 0.00012 D S1 HART15M -0.00012 0.00049 -0.00072 -0.00174 -0.00028 0.00059 D S2 HART15M 0.00106 0.00097 -0.00071 0.00149 0.00058 -0.00125 # D Sa HARTRAO -0.00036 -0.00029 0.00030 -0.00038 0.00088 -0.00146 D Ssa HARTRAO -0.00017 0.00057 0.00073 -0.00055 0.00066 -0.00028 D S1 HARTRAO -0.00385 0.00073 -0.00007 -0.00266 -0.00108 0.00080 D S2 HARTRAO 0.00096 0.00060 -0.00016 0.00188 0.00001 -0.00069 # D Sa HN-VLBA 0.00064 0.00048 -0.00035 0.00163 -0.00028 -0.00018 D Ssa HN-VLBA 0.00033 -0.00026 0.00014 0.00197 -0.00048 -0.00004 D S1 HN-VLBA 0.00078 0.00042 0.00022 -0.00077 -0.00009 0.00012 D S2 HN-VLBA 0.00126 -0.00007 0.00012 -0.00027 -0.00020 -0.00020 # D Sa HOBART12 -0.00610 -0.00112 -0.00107 -0.00383 0.00078 0.00004 D Ssa HOBART12 0.00264 -0.00111 -0.00013 -0.00293 -0.00039 -0.00062 D S1 HOBART12 0.00082 -0.00166 -0.00078 0.00224 0.00018 -0.00084 D S2 HOBART12 -0.00022 -0.00090 -0.00048 -0.00056 -0.00014 -0.00132 # D Sa HOBART26 0.00083 -0.00097 -0.00160 -0.00671 0.00113 0.00085 D Ssa HOBART26 -0.00306 -0.00009 0.00068 -0.00380 0.00119 0.00129 D S1 HOBART26 0.00469 -0.00290 -0.00122 0.00523 -0.00098 -0.00188 D S2 HOBART26 -0.00019 -0.00267 -0.00092 0.00114 -0.00059 -0.00265 # D Sa ISHIOKA 0.00022 0.00010 -0.00077 0.00241 -0.00003 -0.00067 D Ssa ISHIOKA -0.00020 -0.00094 -0.00015 0.00062 0.00068 -0.00096 D S1 ISHIOKA -0.00041 -0.00002 0.00079 0.00038 -0.00035 0.00081 D S2 ISHIOKA -0.00017 0.00058 -0.00002 0.00133 -0.00044 0.00063 # D Sa KASHIM34 0.00151 -0.00071 0.00107 0.00101 -0.00102 0.00060 D Ssa KASHIM34 -0.00021 -0.00129 -0.00102 -0.00263 0.00010 -0.00090 D S1 KASHIM34 -0.00117 0.00010 0.00035 0.00022 -0.00025 0.00018 D S2 KASHIM34 0.00036 0.00029 0.00022 0.00070 -0.00019 0.00031 # D Sa KASHIMA 0.00406 0.00239 -0.00148 0.00175 -0.00079 -0.00070 D Ssa KASHIMA -0.00035 -0.00049 0.00074 -0.00010 -0.00124 0.00091 D S1 KASHIMA 0.00089 -0.00126 0.00074 0.00081 -0.00036 0.00070 D S2 KASHIMA 0.00070 -0.00062 -0.00002 0.00253 -0.00017 0.00123 # D Sa KATH12M 0.00087 -0.00030 -0.00071 0.00272 -0.00103 0.00008 D Ssa KATH12M 0.00017 0.00006 0.00006 -0.00137 -0.00003 0.00002 D S1 KATH12M 0.00022 -0.00182 -0.00044 0.00085 0.00071 -0.00076 D S2 KATH12M -0.00236 -0.00179 -0.00011 -0.00241 -0.00099 -0.00064 # D Sa KAUAI 0.00574 0.00213 -0.00037 0.00084 -0.00206 0.00154 D Ssa KAUAI 0.00369 0.00104 0.00142 -0.00010 0.00069 -0.00097 D S1 KAUAI 0.00415 -0.00068 0.00150 0.00070 -0.00059 0.00030 D S2 KAUAI 0.00006 -0.00052 0.00028 -0.00037 0.00026 0.00026 # D Sa KOKEE 0.00215 0.00056 0.00000 0.00069 0.00038 0.00006 D Ssa KOKEE -0.00083 -0.00004 -0.00050 0.00040 0.00027 -0.00034 D S1 KOKEE 0.00447 -0.00104 0.00174 0.00040 -0.00007 0.00018 D S2 KOKEE 0.00276 -0.00074 0.00135 0.00079 0.00066 -0.00001 # D Sa KOKEE12M 0.00215 -0.00015 -0.00037 -0.00123 -0.00080 -0.00059 D Ssa KOKEE12M -0.00187 -0.00042 -0.00113 0.00207 0.00058 0.00017 D S1 KOKEE12M 0.00213 -0.00003 0.00065 -0.00149 0.00074 0.00055 D S2 KOKEE12M 0.00156 -0.00079 0.00004 0.00190 0.00049 0.00065 # D Sa KP-VLBA 0.00123 -0.00059 -0.00010 0.00152 -0.00056 -0.00063 D Ssa KP-VLBA 0.00005 -0.00020 0.00007 0.00004 -0.00024 -0.00046 D S1 KP-VLBA 0.00047 -0.00007 0.00012 -0.00013 0.00055 0.00009 D S2 KP-VLBA 0.00096 0.00035 0.00026 -0.00018 0.00035 -0.00012 # D Sa LA-VLBA 0.00020 0.00006 -0.00012 0.00052 -0.00022 -0.00051 D Ssa LA-VLBA 0.00167 0.00006 -0.00013 0.00059 -0.00012 -0.00068 D S1 LA-VLBA -0.00007 0.00027 0.00007 0.00037 -0.00007 0.00031 D S2 LA-VLBA 0.00091 0.00001 0.00037 0.00002 0.00001 -0.00008 # D Sa MACGO12M 0.00105 0.00041 -0.00069 0.00066 -0.00001 -0.00005 D Ssa MACGO12M 0.00114 -0.00010 -0.00003 -0.00199 -0.00045 -0.00082 D S1 MACGO12M 0.00255 0.00068 -0.00007 -0.00101 0.00071 -0.00026 D S2 MACGO12M -0.00008 -0.00005 -0.00029 0.00030 0.00024 0.00002 # D Sa MATERA 0.00163 0.00010 -0.00077 0.00107 -0.00005 -0.00044 D Ssa MATERA -0.00073 -0.00016 0.00020 0.00002 0.00024 -0.00008 D S1 MATERA -0.00009 0.00051 0.00002 -0.00049 -0.00010 -0.00027 D S2 MATERA -0.00081 0.00008 -0.00010 0.00001 0.00021 0.00002 # D Sa MEDICINA 0.00103 0.00065 -0.00104 -0.00023 -0.00026 -0.00067 D Ssa MEDICINA -0.00036 -0.00005 0.00038 -0.00059 0.00006 -0.00038 D S1 MEDICINA -0.00041 0.00058 0.00014 0.00001 -0.00025 -0.00002 D S2 MEDICINA 0.00019 -0.00007 -0.00007 -0.00018 0.00025 -0.00009 # D Sa MK-VLBA 0.00351 -0.00030 -0.00053 -0.00187 -0.00055 -0.00085 D Ssa MK-VLBA 0.00203 0.00002 -0.00000 0.00043 0.00006 -0.00041 D S1 MK-VLBA 0.00331 0.00029 -0.00006 0.00054 -0.00015 0.00040 D S2 MK-VLBA 0.00192 0.00045 0.00080 0.00098 0.00006 0.00045 # D Sa MOJAVE12 0.00149 0.00021 -0.00019 -0.00030 -0.00032 -0.00084 D Ssa MOJAVE12 0.00077 0.00067 0.00019 0.00126 0.00034 -0.00068 D S1 MOJAVE12 -0.00096 0.00025 0.00016 0.00004 0.00025 0.00003 D S2 MOJAVE12 -0.00071 0.00064 0.00009 0.00081 0.00008 -0.00003 # D Sa NL-VLBA -0.00005 0.00027 -0.00027 -0.00025 -0.00009 0.00004 D Ssa NL-VLBA -0.00061 -0.00004 -0.00011 0.00089 -0.00011 -0.00017 D S1 NL-VLBA 0.00056 0.00033 0.00010 0.00063 0.00018 0.00009 D S2 NL-VLBA 0.00052 0.00017 0.00014 0.00015 0.00001 -0.00019 # D Sa NOTO 0.00088 -0.00013 -0.00089 -0.00005 0.00019 -0.00072 D Ssa NOTO -0.00214 0.00009 0.00025 0.00064 -0.00007 -0.00032 D S1 NOTO 0.00007 0.00051 0.00043 -0.00076 -0.00019 0.00007 D S2 NOTO -0.00029 -0.00020 -0.00013 0.00044 0.00036 0.00005 # D Sa NRAO20 0.00466 0.00096 -0.00019 -0.00235 0.00007 -0.00055 D Ssa NRAO20 -0.00054 0.00038 -0.00001 -0.00105 -0.00010 -0.00022 D S1 NRAO20 0.00026 0.00001 -0.00015 0.00056 -0.00047 -0.00055 D S2 NRAO20 0.00062 -0.00029 0.00005 -0.00008 -0.00024 -0.00008 # D Sa NRAO85_3 0.00225 0.00121 -0.00088 -0.00003 0.00159 0.00013 D Ssa NRAO85_3 -0.00207 0.00052 0.00012 -0.00031 -0.00021 -0.00039 D S1 NRAO85_3 0.00258 0.00097 -0.00030 0.00017 0.00036 -0.00068 D S2 NRAO85_3 0.00003 0.00032 -0.00000 -0.00116 -0.00016 0.00004 # D Sa NYALES20 -0.00179 0.00079 -0.00043 0.00003 0.00035 0.00067 D Ssa NYALES20 -0.00095 -0.00013 0.00022 -0.00012 0.00042 0.00016 D S1 NYALES20 0.00035 0.00003 -0.00009 0.00026 -0.00011 -0.00030 D S2 NYALES20 -0.00054 0.00012 -0.00003 -0.00071 0.00001 0.00017 # D Sa ONSALA60 -0.00020 0.00039 -0.00080 -0.00222 -0.00013 0.00008 D Ssa ONSALA60 0.00029 -0.00012 0.00031 0.00028 0.00022 -0.00006 D S1 ONSALA60 0.00019 0.00025 0.00008 -0.00003 -0.00001 -0.00022 D S2 ONSALA60 -0.00052 0.00002 0.00015 0.00001 0.00013 0.00006 # D Sa ONSA13NE -0.00162 0.00109 -0.00021 0.00015 -0.00004 -0.00037 D Ssa ONSA13NE 0.00062 0.00052 -0.00044 -0.00014 0.00029 -0.00075 D S1 ONSA13NE 0.00004 0.00004 0.00002 0.00141 0.00008 0.00027 D S2 ONSA13NE -0.00079 0.00028 -0.00013 -0.00012 -0.00011 -0.00008 # D Sa ONSA13SW -0.00257 0.00093 -0.00013 -0.00038 0.00022 0.00003 D Ssa ONSA13SW 0.00050 0.00043 -0.00056 -0.00025 0.00035 -0.00073 D S1 ONSA13SW 0.00056 -0.00000 0.00014 0.00170 -0.00004 0.00030 D S2 ONSA13SW -0.00117 0.00037 -0.00008 -0.00004 -0.00015 -0.00015 # D Sa OV-VLBA -0.00171 -0.00085 -0.00009 0.00055 0.00030 -0.00019 D Ssa OV-VLBA 0.00028 0.00030 0.00026 0.00044 -0.00006 -0.00065 D S1 OV-VLBA -0.00097 -0.00040 -0.00009 0.00066 0.00006 0.00046 D S2 OV-VLBA 0.00054 0.00024 0.00053 0.00151 0.00040 -0.00006 # D Sa PIETOWN -0.00104 -0.00017 -0.00008 0.00054 -0.00031 -0.00049 D Ssa PIETOWN -0.00011 -0.00000 0.00008 0.00001 -0.00016 -0.00025 D S1 PIETOWN 0.00001 -0.00005 -0.00009 0.00066 -0.00003 0.00030 D S2 PIETOWN 0.00097 0.00003 0.00040 0.00015 0.00042 -0.00009 # D Sa RAEGSMAR 0.00091 0.00006 0.00042 -0.00269 -0.00162 0.00033 D Ssa RAEGSMAR 0.00060 0.00022 -0.00030 -0.00212 -0.00009 -0.00044 D S1 RAEGSMAR 0.00165 0.00144 -0.00065 0.00012 0.00035 -0.00037 D S2 RAEGSMAR -0.00108 0.00016 0.00003 0.00046 -0.00048 -0.00029 # D Sa RAEGYEB -0.00044 0.00108 -0.00084 0.00265 -0.00032 -0.00018 D Ssa RAEGYEB 0.00095 0.00072 0.00043 -0.00024 0.00014 -0.00047 D S1 RAEGYEB 0.00062 0.00018 0.00015 0.00048 0.00015 0.00070 D S2 RAEGYEB -0.00003 0.00019 -0.00002 0.00141 0.00020 -0.00026 # D Sa RICHMOND -0.00115 -0.00047 -0.00113 -0.00065 -0.00026 -0.00029 D Ssa RICHMOND -0.00185 0.00057 0.00006 -0.00061 -0.00013 -0.00090 D S1 RICHMOND 0.00188 0.00078 -0.00026 -0.00170 -0.00075 -0.00012 D S2 RICHMOND -0.00157 0.00018 -0.00028 0.00070 0.00026 0.00030 # D Sa SC-VLBA -0.00067 -0.00033 -0.00085 -0.00134 -0.00021 0.00026 D Ssa SC-VLBA 0.00048 -0.00017 0.00068 0.00076 0.00041 -0.00012 D S1 SC-VLBA 0.00067 0.00024 -0.00015 -0.00176 0.00024 -0.00034 D S2 SC-VLBA -0.00047 0.00008 0.00001 -0.00065 -0.00066 0.00001 # D Sa SEJONG 0.00118 -0.00062 -0.00037 0.00242 0.00046 -0.00120 D Ssa SEJONG -0.00093 0.00009 -0.00009 0.00301 -0.00020 -0.00057 D S1 SEJONG -0.00099 -0.00020 0.00000 0.00056 0.00020 0.00062 D S2 SEJONG -0.00020 0.00001 -0.00008 0.00023 -0.00030 0.00023 # D Sa SESHAN25 -0.00094 -0.00089 -0.00038 -0.00130 0.00008 -0.00138 D Ssa SESHAN25 -0.00018 -0.00009 0.00021 0.00047 -0.00033 -0.00147 D S1 SESHAN25 -0.00016 0.00034 0.00075 0.00032 -0.00062 0.00014 D S2 SESHAN25 0.00130 0.00121 -0.00011 0.00015 -0.00033 0.00054 # D Sa WARK12M -0.00144 -0.00116 -0.00121 0.00057 0.00046 -0.00068 D Ssa WARK12M -0.00336 0.00021 0.00080 -0.00064 0.00034 0.00111 D S1 WARK12M 0.00049 -0.00196 -0.00164 0.00002 0.00073 -0.00089 D S2 WARK12M -0.00014 -0.00067 -0.00083 -0.00052 0.00092 -0.00119 # D Sa SVETLOE 0.00068 0.00040 0.00032 0.00004 -0.00040 -0.00006 D Ssa SVETLOE -0.00113 -0.00022 0.00063 -0.00092 -0.00024 0.00007 D S1 SVETLOE -0.00031 0.00005 0.00039 -0.00075 0.00004 -0.00029 D S2 SVETLOE 0.00054 -0.00000 0.00017 0.00002 0.00040 0.00046 # D Sa TIGOCONC -0.00009 -0.00102 -0.00063 0.00229 0.00015 -0.00044 D Ssa TIGOCONC 0.00085 0.00070 -0.00035 0.00061 0.00017 0.00086 D S1 TIGOCONC 0.00227 0.00115 -0.00106 -0.00004 0.00157 0.00026 D S2 TIGOCONC 0.00092 0.00018 -0.00032 -0.00130 -0.00056 -0.00116 # D Sa TSUKUB32 -0.00343 -0.00011 -0.00102 -0.00271 0.00048 -0.00118 D Ssa TSUKUB32 -0.00057 -0.00001 -0.00057 -0.00097 -0.00019 -0.00037 D S1 TSUKUB32 0.00045 0.00012 0.00047 0.00007 -0.00048 0.00022 D S2 TSUKUB32 -0.00025 0.00011 -0.00014 0.00012 -0.00015 0.00025 # D Sa URUMQI 0.00043 0.00013 0.00044 0.00261 0.00133 -0.00007 D Ssa URUMQI -0.00033 -0.00064 0.00045 0.00113 0.00023 0.00011 D S1 URUMQI -0.00249 -0.00007 -0.00030 -0.00062 -0.00001 0.00073 D S2 URUMQI 0.00026 0.00102 -0.00017 0.00139 0.00017 -0.00015 # D Sa VERAMZSW 0.00551 -0.00020 -0.00048 0.00321 0.00192 -0.00022 D Ssa VERAMZSW 0.00030 -0.00056 -0.00028 0.00497 0.00021 -0.00005 D S1 VERAMZSW -0.00007 0.00032 -0.00033 0.00044 -0.00015 -0.00012 D S2 VERAMZSW -0.00142 0.00025 0.00049 0.00159 0.00020 -0.00019 # D Sa WESTFORD 0.00062 -0.00014 -0.00183 -0.00031 -0.00044 -0.00062 D Ssa WESTFORD -0.00079 0.00005 -0.00029 -0.00083 -0.00009 -0.00025 D S1 WESTFORD 0.00041 0.00023 0.00005 0.00014 0.00024 -0.00007 D S2 WESTFORD -0.00007 0.00031 -0.00010 0.00013 -0.00030 -0.00014 # D Sa WETTZ13N -0.00002 0.00048 -0.00077 -0.00035 -0.00022 -0.00022 D Ssa WETTZ13N -0.00089 0.00007 0.00060 0.00007 0.00016 -0.00011 D S1 WETTZ13N -0.00003 0.00056 0.00004 -0.00014 -0.00007 -0.00025 D S2 WETTZ13N -0.00157 -0.00010 0.00020 -0.00046 -0.00010 0.00004 # D Sa WETTZELL 0.00070 0.00019 -0.00055 -0.00074 -0.00022 -0.00023 D Ssa WETTZELL -0.00006 -0.00012 0.00031 -0.00017 0.00013 -0.00008 D S1 WETTZELL -0.00064 0.00050 0.00003 -0.00007 -0.00004 -0.00011 D S2 WETTZELL -0.00038 -0.00006 0.00008 -0.00038 0.00013 -0.00008 # D Sa WETTZ13S -0.00144 0.00100 -0.00044 0.00124 0.00015 -0.00044 D Ssa WETTZ13S -0.00054 0.00026 -0.00023 -0.00023 0.00008 -0.00098 D S1 WETTZ13S 0.00002 0.00015 0.00002 0.00074 0.00019 0.00040 D S2 WETTZ13S -0.00059 0.00037 -0.00026 -0.00087 0.00008 -0.00025 # D Sa YARRA12M 0.00107 -0.00038 -0.00031 -0.00018 -0.00012 -0.00058 D Ssa YARRA12M 0.00055 -0.00031 0.00049 -0.00224 -0.00071 0.00070 D S1 YARRA12M 0.00097 -0.00096 -0.00022 0.00138 -0.00002 -0.00081 D S2 YARRA12M -0.00009 -0.00105 0.00007 -0.00205 -0.00131 -0.00098 # D Sa YEBES40M 0.00267 0.00058 -0.00073 0.00132 -0.00004 -0.00062 D Ssa YEBES40M -0.00046 -0.00014 0.00023 -0.00050 -0.00028 0.00009 D S1 YEBES40M 0.00024 0.00048 -0.00014 -0.00039 -0.00009 -0.00021 D S2 YEBES40M -0.00076 0.00001 -0.00003 -0.00075 0.00031 -0.00014 # D Sa ZELENCHK -0.00084 0.00027 -0.00071 0.00220 0.00006 -0.00047 D Ssa ZELENCHK -0.00221 0.00027 0.00054 0.00054 -0.00017 -0.00039 D S1 ZELENCHK -0.00133 0.00077 -0.00026 -0.00049 0.00017 -0.00029 D S2 ZELENCHK -0.00016 -0.00009 0.00009 -0.00130 0.00054 0.00006 # HARPOS Format version of 2005.03.28