HARPOS Format version of 2005.03.28 # # This file was generated on 2022.07.21-08:41:55 # # Model of hamonic site positions variations from the VLBI solution # # SOL_ID: rfc_2022b # SOL_DATE: 2022.07.19-01:03:22 # #============================ 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.4100 4118797.5520 3344015.8020 31.6516 130.5999 322.4 S ALGOPARK 918034.6940 -4346132.2830 4561971.1740 45.7632 281.9273 224.0 S BADARY -838200.7200 3865751.5560 4987670.9310 51.5831 102.2339 821.6 S BR-VLBA -2112065.0190 -3705356.5130 4726813.7650 47.9399 240.3167 250.5 S CHICHI10 -4490618.4160 3483908.2560 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.6670 -360488.7310 4114748.8750 40.2373 355.7486 833.9 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 GILCREEK -2281547.3390 -1453645.1310 5756993.1480 64.8306 212.5025 332.1 S HART15M 5085490.8020 2668161.2380 -2768692.8170 -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.2870 2522421.1130 -4311708.5730 -42.6138 147.4381 41.0 S HOBART26 -3950236.8570 2522347.5870 -4311562.4190 -42.6118 147.4405 65.1 S ISHIOKA -3959635.7540 3296825.5160 3747042.7440 36.0259 140.2190 164.1 S KASHIM34 -3997649.3030 3276690.7100 3724278.8010 35.7732 140.6601 78.4 S KASHIMA -3997892.2790 3276581.2930 3724118.2100 35.7714 140.6627 80.1 S KATH12M -4147354.1930 4581542.5830 -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 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 MATERA 4641938.7140 1393003.0740 4133325.5850 40.4594 16.7040 543.4 S MEDICINA 4461369.9230 919596.8860 4449559.2250 44.3281 11.6469 67.2 S MK-VLBA -5464075.0050 -2495248.9290 2148296.9340 19.6791 204.5445 3763.0 S MOJAVE12 -2356171.1120 -4646755.8370 3668470.5800 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.5190 -4925137.9960 3943397.6830 38.2424 280.1566 785.9 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 OV-VLBA -2409150.1650 -4478573.2070 3838617.3760 37.0465 241.7229 1196.3 S PIETOWN -1640953.7570 -5014816.0290 3575411.8530 34.1221 251.8808 2364.7 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.6720 4082066.8730 3775076.9460 36.3388 127.3034 194.6 S SESHAN25 -2831687.0050 4675733.6320 3275327.6500 30.9292 121.1997 29.4 S SVETLOE 2730173.9120 1562442.6180 5529969.0480 60.3672 29.7819 86.0 S TIGOCONC 1492056.0290 -4887960.6740 -3803541.1170 -36.6582 286.9749 171.0 S TSUKUB32 -3957408.6500 3310229.5690 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.1200 3108785.2310 4003900.8980 38.9453 141.1325 116.5 S WARK12M -5115324.1510 477843.3320 -3767193.2870 -36.2511 174.6633 128.0 S WESTFORD 1492206.5410 -4458130.5220 4296015.5490 42.4212 288.5062 86.8 S WETTZ13N 4075627.8730 931774.0420 4801552.2400 48.9534 12.8777 672.6 S WETTZELL 4075539.8360 931735.3130 4801629.3970 48.9545 12.8775 669.1 S YARRA12M -2388895.5350 5043349.9070 -3078591.5210 -28.8841 115.3456 248.3 S YEBES40M 4848761.9500 -261484.4270 4123084.8820 40.3347 356.9131 989.0 S ZELENCHK 3451207.8100 3060375.2220 4391914.9300 43.5956 41.5652 1175.0 # # Wave ID Site ID Up-cos East-cos North-cos Up-sin East-sin North-sin # D Sa AIRA 0.00236 -0.00055 -0.00211 0.00221 0.00000 0.00024 D Ssa AIRA -0.00000 -0.00053 -0.00088 -0.00013 -0.00032 0.00012 D S1 AIRA -0.00305 -0.00023 -0.00032 0.00147 0.00031 -0.00014 D S2 AIRA -0.00123 -0.00033 0.00023 0.00055 -0.00016 -0.00032 # D Sa ALGOPARK 0.00124 0.00003 -0.00033 0.00007 -0.00004 0.00023 D Ssa ALGOPARK 0.00059 -0.00018 -0.00005 0.00052 0.00015 -0.00007 D S1 ALGOPARK 0.00107 0.00007 0.00023 0.00011 0.00001 0.00001 D S2 ALGOPARK -0.00013 -0.00001 -0.00020 0.00021 -0.00012 -0.00008 # D Sa BADARY 0.00028 -0.00005 0.00054 -0.00153 0.00054 0.00012 D Ssa BADARY 0.00039 -0.00017 0.00059 -0.00102 0.00018 -0.00019 D S1 BADARY -0.00006 0.00014 0.00016 0.00158 -0.00013 0.00028 D S2 BADARY 0.00008 0.00012 -0.00066 0.00042 -0.00018 -0.00023 # D Sa BR-VLBA 0.00004 -0.00054 0.00056 0.00132 0.00022 -0.00001 D Ssa BR-VLBA -0.00051 0.00007 0.00030 0.00072 0.00007 -0.00015 D S1 BR-VLBA -0.00152 -0.00018 -0.00009 0.00124 0.00012 0.00020 D S2 BR-VLBA -0.00011 0.00012 0.00002 0.00067 0.00011 -0.00018 # D Sa CHICHI10 -0.00190 -0.00079 -0.00055 0.00114 0.00077 0.00040 D Ssa CHICHI10 -0.00030 -0.00091 -0.00091 0.00417 -0.00112 -0.00037 D S1 CHICHI10 -0.00030 -0.00041 -0.00038 -0.00349 0.00033 0.00057 D S2 CHICHI10 -0.00032 -0.00012 0.00035 0.00049 -0.00084 0.00061 # D Sa DSS45 0.00343 -0.00121 -0.00045 -0.00342 -0.00180 -0.00129 D Ssa DSS45 0.00088 0.00081 0.00063 -0.00064 -0.00096 -0.00095 D S1 DSS45 -0.00109 -0.00055 -0.00043 0.00021 -0.00001 -0.00025 D S2 DSS45 0.00033 0.00041 0.00027 0.00042 -0.00045 -0.00003 # D Sa DSS65 0.00315 -0.00122 -0.00006 0.00044 -0.00032 0.00001 D Ssa DSS65 0.00290 -0.00105 0.00034 0.00210 0.00069 -0.00087 D S1 DSS65 0.00137 0.00035 0.00021 -0.00052 -0.00049 0.00027 D S2 DSS65 0.00145 -0.00024 -0.00007 -0.00120 0.00069 -0.00056 # D Sa FD-VLBA 0.00020 -0.00017 -0.00045 0.00088 -0.00016 -0.00072 D Ssa FD-VLBA 0.00094 -0.00003 0.00023 -0.00064 0.00021 0.00005 D S1 FD-VLBA -0.00019 0.00006 -0.00038 0.00052 0.00027 0.00038 D S2 FD-VLBA 0.00054 -0.00025 -0.00002 -0.00028 0.00018 -0.00012 # D Sa FORTLEZA -0.00105 0.00010 -0.00220 0.00073 0.00048 -0.00067 D Ssa FORTLEZA 0.00069 0.00018 0.00013 0.00113 -0.00010 -0.00009 D S1 FORTLEZA -0.00075 0.00035 -0.00077 0.00066 -0.00004 -0.00022 D S2 FORTLEZA 0.00046 0.00022 -0.00004 0.00047 0.00003 0.00029 # D Sa GILCREEK 0.00113 0.00030 0.00044 -0.00167 0.00143 0.00175 D Ssa GILCREEK -0.00125 0.00087 0.00061 -0.00026 -0.00013 -0.00024 D S1 GILCREEK -0.00036 -0.00006 0.00025 -0.00001 -0.00006 0.00032 D S2 GILCREEK 0.00036 -0.00004 0.00017 -0.00040 0.00037 -0.00010 # D Sa HART15M 0.00119 0.00038 -0.00008 0.00087 -0.00022 -0.00112 D Ssa HART15M 0.00009 -0.00030 0.00044 0.00003 -0.00017 -0.00035 D S1 HART15M -0.00066 0.00054 0.00044 -0.00032 -0.00033 0.00091 D S2 HART15M 0.00102 0.00008 -0.00023 0.00001 -0.00020 -0.00029 # D Sa HARTRAO -0.00048 -0.00004 -0.00074 0.00023 0.00004 -0.00105 D Ssa HARTRAO 0.00056 0.00015 0.00045 -0.00013 0.00058 -0.00002 D S1 HARTRAO -0.00377 0.00076 0.00031 -0.00205 -0.00062 0.00059 D S2 HARTRAO 0.00173 -0.00010 0.00017 0.00051 -0.00028 -0.00018 # D Sa HN-VLBA 0.00065 0.00051 -0.00011 0.00165 -0.00022 -0.00035 D Ssa HN-VLBA 0.00081 -0.00014 0.00003 0.00188 -0.00029 -0.00020 D S1 HN-VLBA 0.00048 0.00042 0.00029 -0.00002 -0.00001 0.00011 D S2 HN-VLBA 0.00046 -0.00016 -0.00005 -0.00007 -0.00021 -0.00010 # D Sa HOBART12 -0.00698 -0.00070 -0.00092 -0.00356 0.00088 -0.00025 D Ssa HOBART12 0.00281 -0.00060 -0.00008 -0.00081 -0.00035 -0.00099 D S1 HOBART12 0.00046 -0.00117 -0.00024 0.00259 -0.00000 -0.00071 D S2 HOBART12 -0.00000 0.00029 -0.00008 0.00094 0.00009 -0.00042 # D Sa HOBART26 -0.00021 -0.00021 -0.00104 -0.00076 -0.00001 -0.00056 D Ssa HOBART26 -0.00047 -0.00045 0.00006 0.00110 0.00022 0.00004 D S1 HOBART26 0.00030 -0.00088 0.00021 0.00079 -0.00044 -0.00017 D S2 HOBART26 -0.00155 -0.00021 -0.00004 -0.00100 -0.00006 -0.00057 # D Sa ISHIOKA 0.00017 0.00049 -0.00103 0.00294 0.00003 -0.00028 D Ssa ISHIOKA 0.00030 -0.00056 0.00009 0.00118 0.00034 -0.00028 D S1 ISHIOKA -0.00013 -0.00031 -0.00004 -0.00063 0.00014 -0.00007 D S2 ISHIOKA 0.00007 0.00028 0.00004 0.00040 0.00018 -0.00000 # D Sa KASHIM34 0.00157 -0.00042 0.00092 0.00122 -0.00114 0.00083 D Ssa KASHIM34 0.00025 -0.00113 -0.00094 -0.00239 -0.00015 -0.00024 D S1 KASHIM34 -0.00110 0.00010 -0.00013 0.00060 -0.00017 -0.00001 D S2 KASHIM34 -0.00005 0.00009 0.00012 0.00032 -0.00007 0.00010 # D Sa KASHIMA 0.00376 0.00239 -0.00082 0.00210 -0.00069 -0.00083 D Ssa KASHIMA -0.00077 -0.00044 0.00038 -0.00033 -0.00101 0.00035 D S1 KASHIMA -0.00001 -0.00127 0.00039 0.00081 -0.00026 0.00056 D S2 KASHIMA 0.00089 -0.00067 -0.00023 0.00245 0.00004 0.00088 # D Sa KATH12M 0.00048 -0.00012 -0.00070 0.00311 -0.00077 -0.00034 D Ssa KATH12M 0.00048 0.00046 0.00003 0.00014 0.00039 -0.00069 D S1 KATH12M 0.00081 -0.00113 0.00017 0.00072 0.00032 -0.00045 D S2 KATH12M -0.00158 -0.00015 0.00015 -0.00033 -0.00016 -0.00026 # D Sa KAUAI 0.00506 0.00201 -0.00080 0.00015 -0.00125 0.00107 D Ssa KAUAI 0.00196 0.00122 0.00101 -0.00016 0.00083 -0.00032 D S1 KAUAI 0.00437 -0.00021 0.00129 0.00005 -0.00042 0.00048 D S2 KAUAI -0.00060 -0.00085 -0.00003 -0.00082 0.00020 -0.00014 # D Sa KOKEE 0.00234 0.00032 0.00000 0.00044 0.00041 0.00021 D Ssa KOKEE -0.00080 0.00003 -0.00037 0.00016 0.00034 -0.00012 D S1 KOKEE 0.00425 -0.00116 0.00129 0.00065 -0.00010 0.00020 D S2 KOKEE 0.00275 -0.00085 0.00095 0.00080 0.00054 -0.00028 # D Sa KP-VLBA 0.00075 -0.00064 -0.00014 0.00170 -0.00040 -0.00045 D Ssa KP-VLBA -0.00001 -0.00027 0.00015 0.00033 0.00002 -0.00013 D S1 KP-VLBA 0.00032 -0.00017 -0.00013 -0.00030 0.00069 0.00015 D S2 KP-VLBA 0.00028 0.00015 -0.00016 -0.00024 0.00036 -0.00012 # D Sa LA-VLBA -0.00028 -0.00004 -0.00014 0.00079 -0.00007 -0.00037 D Ssa LA-VLBA 0.00151 0.00002 -0.00005 0.00089 0.00015 -0.00045 D S1 LA-VLBA -0.00027 0.00016 -0.00009 0.00027 0.00006 0.00035 D S2 LA-VLBA 0.00038 -0.00018 0.00003 -0.00010 0.00001 -0.00006 # D Sa MATERA 0.00117 0.00011 -0.00074 0.00091 -0.00008 -0.00044 D Ssa MATERA -0.00054 -0.00010 0.00021 -0.00009 0.00012 -0.00009 D S1 MATERA -0.00003 0.00047 0.00002 -0.00050 -0.00017 -0.00024 D S2 MATERA -0.00051 0.00010 0.00013 0.00074 0.00009 0.00006 # D Sa MEDICINA 0.00063 0.00073 -0.00096 0.00010 -0.00021 -0.00060 D Ssa MEDICINA -0.00040 -0.00005 0.00044 -0.00051 -0.00001 -0.00030 D S1 MEDICINA -0.00029 0.00055 0.00014 0.00007 -0.00031 -0.00002 D S2 MEDICINA 0.00045 -0.00000 0.00013 0.00028 0.00011 -0.00009 # D Sa MK-VLBA 0.00229 -0.00045 -0.00061 -0.00131 -0.00053 -0.00055 D Ssa MK-VLBA 0.00187 -0.00016 0.00027 0.00075 0.00040 -0.00017 D S1 MK-VLBA 0.00234 0.00033 -0.00065 -0.00016 -0.00015 0.00001 D S2 MK-VLBA 0.00146 0.00014 0.00007 0.00046 -0.00014 0.00010 # D Sa MOJAVE12 0.00208 0.00054 -0.00043 0.00021 -0.00010 -0.00090 D Ssa MOJAVE12 0.00074 0.00040 0.00009 0.00067 0.00036 -0.00034 D S1 MOJAVE12 -0.00083 0.00023 0.00003 -0.00061 0.00017 0.00001 D S2 MOJAVE12 -0.00102 0.00056 -0.00014 0.00064 0.00004 -0.00014 # D Sa NL-VLBA -0.00066 0.00019 -0.00014 0.00022 0.00003 -0.00001 D Ssa NL-VLBA -0.00094 0.00008 -0.00010 0.00126 0.00017 -0.00013 D S1 NL-VLBA 0.00022 0.00019 0.00010 0.00073 0.00032 0.00014 D S2 NL-VLBA 0.00010 0.00003 -0.00010 0.00005 -0.00000 -0.00013 # D Sa NOTO 0.00008 0.00018 -0.00090 -0.00053 0.00037 -0.00026 D Ssa NOTO -0.00144 0.00012 0.00024 0.00065 0.00012 -0.00026 D S1 NOTO 0.00038 0.00044 0.00030 -0.00037 -0.00033 0.00017 D S2 NOTO 0.00012 -0.00023 0.00004 0.00062 0.00013 0.00014 # D Sa NRAO20 0.00455 0.00080 -0.00009 -0.00217 0.00022 -0.00024 D Ssa NRAO20 -0.00098 0.00040 -0.00000 -0.00152 0.00001 -0.00019 D S1 NRAO20 -0.00003 0.00005 -0.00017 0.00035 -0.00052 -0.00054 D S2 NRAO20 0.00030 -0.00043 -0.00016 -0.00022 -0.00037 -0.00017 # D Sa NRAO85_3 0.00147 0.00136 -0.00097 0.00045 0.00141 0.00013 D Ssa NRAO85_3 -0.00145 0.00063 -0.00003 -0.00013 -0.00014 -0.00022 D S1 NRAO85_3 0.00247 0.00094 -0.00026 -0.00076 0.00022 -0.00035 D S2 NRAO85_3 -0.00052 0.00026 -0.00028 -0.00115 -0.00021 -0.00012 # D Sa NYALES20 -0.00194 0.00080 -0.00032 0.00004 0.00027 0.00054 D Ssa NYALES20 -0.00078 -0.00004 0.00026 0.00012 0.00035 0.00012 D S1 NYALES20 -0.00019 0.00009 -0.00006 -0.00003 -0.00016 -0.00024 D S2 NYALES20 -0.00067 0.00019 0.00007 -0.00066 0.00004 0.00005 # D Sa ONSALA60 -0.00010 0.00044 -0.00058 -0.00197 -0.00013 0.00009 D Ssa ONSALA60 0.00059 -0.00006 0.00032 0.00043 0.00015 -0.00002 D S1 ONSALA60 0.00006 0.00026 0.00004 -0.00010 -0.00008 -0.00018 D S2 ONSALA60 -0.00022 0.00004 0.00028 0.00018 0.00010 -0.00001 # D Sa OV-VLBA -0.00230 -0.00095 -0.00013 0.00085 0.00042 -0.00000 D Ssa OV-VLBA 0.00005 0.00019 0.00037 0.00082 0.00021 -0.00033 D S1 OV-VLBA -0.00107 -0.00049 -0.00024 0.00011 0.00012 0.00041 D S2 OV-VLBA -0.00010 0.00003 0.00010 0.00122 0.00033 -0.00013 # D Sa PIETOWN -0.00141 -0.00026 -0.00009 0.00078 -0.00019 -0.00034 D Ssa PIETOWN -0.00006 -0.00006 0.00013 0.00035 0.00009 0.00002 D S1 PIETOWN -0.00011 -0.00015 -0.00028 0.00048 0.00010 0.00034 D S2 PIETOWN 0.00041 -0.00017 0.00002 0.00005 0.00044 -0.00008 # D Sa RICHMOND -0.00119 -0.00075 -0.00079 0.00049 -0.00021 -0.00014 D Ssa RICHMOND -0.00205 0.00056 0.00007 -0.00172 -0.00008 -0.00094 D S1 RICHMOND 0.00219 0.00090 -0.00030 -0.00290 -0.00075 -0.00007 D S2 RICHMOND -0.00211 0.00011 -0.00041 0.00068 0.00027 0.00020 # D Sa SC-VLBA -0.00091 -0.00000 -0.00082 -0.00005 -0.00034 0.00027 D Ssa SC-VLBA -0.00037 0.00005 0.00064 0.00172 -0.00007 -0.00017 D S1 SC-VLBA 0.00067 0.00050 -0.00019 0.00017 0.00040 0.00019 D S2 SC-VLBA 0.00016 0.00009 0.00012 -0.00054 -0.00041 0.00015 # D Sa SEJONG 0.00101 -0.00033 -0.00051 0.00182 0.00033 -0.00083 D Ssa SEJONG -0.00039 0.00014 0.00025 0.00160 -0.00007 -0.00020 D S1 SEJONG -0.00116 -0.00029 -0.00042 0.00026 0.00055 0.00009 D S2 SEJONG -0.00033 -0.00022 -0.00008 -0.00077 0.00022 -0.00014 # D Sa SESHAN25 -0.00184 -0.00041 -0.00062 -0.00103 -0.00011 -0.00079 D Ssa SESHAN25 -0.00025 0.00002 0.00041 0.00080 -0.00036 -0.00074 D S1 SESHAN25 -0.00004 -0.00007 0.00011 0.00007 -0.00024 -0.00028 D S2 SESHAN25 0.00160 0.00027 -0.00010 -0.00071 -0.00006 -0.00010 # D Sa SVETLOE 0.00091 0.00034 0.00044 -0.00040 -0.00029 -0.00015 D Ssa SVETLOE -0.00092 -0.00016 0.00065 -0.00173 -0.00013 0.00001 D S1 SVETLOE -0.00044 -0.00001 0.00009 -0.00012 -0.00026 -0.00021 D S2 SVETLOE 0.00002 0.00032 0.00019 0.00048 0.00019 -0.00000 # D Sa TIGOCONC -0.00045 -0.00150 -0.00094 0.00247 0.00009 -0.00060 D Ssa TIGOCONC 0.00043 0.00062 -0.00045 0.00084 0.00027 0.00059 D S1 TIGOCONC 0.00176 0.00083 -0.00098 -0.00122 0.00123 0.00020 D S2 TIGOCONC 0.00071 0.00019 -0.00044 -0.00059 -0.00015 -0.00024 # D Sa TSUKUB32 -0.00339 -0.00013 -0.00110 -0.00258 0.00044 -0.00093 D Ssa TSUKUB32 -0.00051 -0.00008 -0.00042 -0.00110 -0.00018 -0.00020 D S1 TSUKUB32 0.00037 0.00005 0.00026 0.00011 -0.00034 0.00011 D S2 TSUKUB32 -0.00020 -0.00004 -0.00029 -0.00022 -0.00025 -0.00002 # D Sa URUMQI 0.00006 0.00045 0.00055 0.00291 0.00122 0.00001 D Ssa URUMQI -0.00031 -0.00047 0.00039 0.00116 -0.00018 0.00023 D S1 URUMQI -0.00262 -0.00049 -0.00059 -0.00108 -0.00003 0.00040 D S2 URUMQI 0.00128 0.00056 -0.00030 0.00049 -0.00041 -0.00027 # D Sa VERAMZSW 0.00508 -0.00015 -0.00039 0.00324 0.00156 0.00009 D Ssa VERAMZSW -0.00046 -0.00051 -0.00022 0.00496 0.00021 0.00014 D S1 VERAMZSW 0.00005 0.00027 -0.00055 0.00073 0.00011 0.00005 D S2 VERAMZSW -0.00146 -0.00000 0.00031 0.00071 0.00034 -0.00003 # D Sa WARK12M -0.00278 -0.00059 -0.00077 0.00187 0.00012 -0.00105 D Ssa WARK12M -0.00323 0.00052 0.00127 0.00066 -0.00023 0.00066 D S1 WARK12M -0.00084 -0.00117 -0.00052 -0.00029 0.00048 -0.00047 D S2 WARK12M 0.00018 0.00041 0.00001 0.00065 0.00030 -0.00020 # D Sa WESTFORD 0.00097 -0.00028 -0.00153 -0.00008 -0.00051 -0.00067 D Ssa WESTFORD -0.00042 0.00007 -0.00016 -0.00050 -0.00003 -0.00014 D S1 WESTFORD 0.00034 0.00018 0.00004 0.00006 0.00007 -0.00013 D S2 WESTFORD -0.00019 0.00010 -0.00020 0.00022 -0.00033 0.00003 # D Sa WETTZ13N 0.00014 0.00052 -0.00063 0.00054 -0.00019 -0.00017 D Ssa WETTZ13N -0.00070 0.00008 0.00064 0.00048 0.00009 -0.00009 D S1 WETTZ13N 0.00007 0.00044 0.00001 -0.00024 -0.00013 -0.00028 D S2 WETTZ13N -0.00110 0.00004 0.00040 -0.00004 -0.00013 -0.00008 # D Sa WETTZELL 0.00058 0.00020 -0.00043 -0.00058 -0.00031 -0.00020 D Ssa WETTZELL -0.00001 -0.00008 0.00031 -0.00007 0.00006 -0.00003 D S1 WETTZELL -0.00060 0.00046 0.00001 -0.00018 -0.00012 -0.00011 D S2 WETTZELL -0.00014 -0.00002 0.00023 0.00012 0.00007 -0.00010 # D Sa YARRA12M 0.00060 -0.00021 -0.00040 0.00112 0.00020 -0.00104 D Ssa YARRA12M 0.00039 0.00004 0.00027 0.00008 0.00006 -0.00004 D S1 YARRA12M 0.00064 -0.00052 0.00045 0.00076 -0.00036 -0.00049 D S2 YARRA12M -0.00045 0.00018 0.00004 -0.00104 -0.00032 -0.00036 # D Sa YEBES40M 0.00283 0.00059 -0.00058 0.00172 0.00004 -0.00057 D Ssa YEBES40M -0.00027 -0.00002 0.00016 -0.00043 -0.00037 0.00005 D S1 YEBES40M 0.00052 0.00046 -0.00008 -0.00038 -0.00012 -0.00016 D S2 YEBES40M -0.00051 -0.00002 0.00015 -0.00015 0.00027 -0.00005 # D Sa ZELENCHK -0.00086 0.00035 -0.00067 0.00235 0.00013 -0.00025 D Ssa ZELENCHK -0.00212 0.00027 0.00050 0.00062 -0.00025 -0.00020 D S1 ZELENCHK -0.00087 0.00066 -0.00022 -0.00032 0.00003 -0.00035 D S2 ZELENCHK -0.00027 0.00007 0.00014 -0.00056 0.00012 -0.00011 # HARPOS Format version of 2005.03.28