HARPOS Format version of 2005.03.28 # # This file was generated on 2024.06.29-12:27:14 # # Model of hamonic site positions variations from the VLBI solution # # SOL_ID: rfc_2024b # SOL_DATE: 2024.06.26-06:38:46 # #============================ 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 AGGO 2765116.6280 -4449233.6470 -3626420.7220 -34.6936 301.8602 37.3 S AIRA -3530219.4090 4118797.5640 3344015.8040 31.6516 130.5999 322.4 S ALGOPARK 918034.6950 -4346132.2890 4561971.1820 45.7632 281.9273 224.0 S BADARY -838200.7170 3865751.5670 4987670.9300 51.5831 102.2339 821.6 S BR-VLBA -2112065.0240 -3705356.5170 4726813.7750 47.9399 240.3167 250.5 S CHICHI10 -4490618.4210 3483908.2670 2884899.1800 26.9116 142.1950 107.5 S CRIMEA 3785230.9970 2551207.4590 4439796.3960 44.2052 33.9796 50.2 S DSS45 -4460935.5150 2682765.7160 -3674381.0650 -35.2170 148.9777 674.4 S DSS65 4849336.6620 -360488.7340 4114748.8630 40.2373 355.7486 833.8 S FD-VLBA -1324009.1700 -5332181.9680 3231962.4560 30.4666 256.0552 1606.4 S FORTLEZA 4985370.0340 -3955020.3410 -428472.2530 -3.8520 321.5741 23.1 S GGAO12M 1130730.1750 -4831245.9600 3994228.2480 38.8339 283.1727 18.6 S GILCREEK -2281547.3860 -1453645.1140 5756993.1300 64.8306 212.5025 332.1 S HART15M 5085490.8290 2668161.2520 -2768692.8570 -25.7389 27.6843 1409.4 S HARTRAO 5085442.7810 2668263.5430 -2768696.9740 -25.7389 27.6854 1415.7 S HN-VLBA 1446375.0660 -4447939.6630 4322306.1300 42.7417 288.0134 295.6 S HOBART12 -3949990.2900 2522421.1160 -4311708.5770 -42.6138 147.4381 41.0 S HOBART26 -3950236.8600 2522347.5870 -4311562.4230 -42.6118 147.4405 65.1 S ISHIOKA -3959635.7880 3296825.4970 3747042.7140 36.0259 140.2190 164.1 S KASHIM11 -3997505.6660 3276878.4270 3724240.6970 35.7729 140.6575 62.5 S KASHIM34 -3997649.3000 3276690.7170 3724278.7990 35.7732 140.6601 78.4 S KASHIMA -3997892.2760 3276581.3010 3724118.2070 35.7714 140.6627 80.1 S KATH12M -4147354.1930 4581542.5900 -1573303.9790 -14.2832 132.1524 189.3 S KAUAI -5543846.0880 -2054563.4450 2387814.2030 21.9924 200.3348 1168.3 S KOKEE -5543837.6620 -2054567.6700 2387852.0390 21.9927 200.3349 1176.6 S KOKEE12M -5543831.5780 -2054586.8690 2387828.3210 21.9925 200.3351 1168.6 S KP-VLBA -1995678.6720 -5037317.7100 3357328.1050 31.7838 248.3876 1902.0 S KUNMING -1281152.3910 5640864.3350 2682653.6190 24.8802 102.7959 1974.2 S LA-VLBA -1449752.4070 -4975298.5920 3709123.9100 35.5928 253.7544 1962.4 S MACGO12M -1330788.2130 -5328106.5810 3236427.6110 30.5118 255.9763 1890.6 S MATERA 4641938.7200 1393003.0760 4133325.5830 40.4594 16.7040 543.4 S MEDICINA 4461369.9340 919596.8800 4449559.2340 44.3281 11.6469 67.2 S MK-VLBA -5464075.0050 -2495248.9220 2148296.9340 19.6791 204.5445 3763.0 S MOJAVE12 -2356171.0950 -4646755.8290 3668470.5760 35.1503 243.1124 910.2 S NL-VLBA -130872.3040 -4762317.1200 4226851.0330 41.5803 268.4259 222.3 S NOTO 4934563.0720 1321201.3130 3806484.5340 36.6915 14.9890 143.2 S NRAO20 883772.7010 -4924385.6030 3944042.5020 38.2496 280.1745 806.6 S NRAO85_3 882325.5130 -4925137.9940 3943397.6830 38.2424 280.1566 785.8 S NYALE13S 1201070.9030 252129.2000 6238022.3160 78.8700 11.8554 53.5 S NYALES20 1202462.7150 252734.4210 6237766.0760 78.8564 11.8697 87.3 S OHIGGINS 1525833.0650 -2432463.6570 -5676174.4700 -63.1664 302.0992 39.9 S ONSA13NE 3370889.4410 711571.0550 5349691.9310 57.2187 11.9197 53.2 S ONSA13SW 3370946.9220 711534.3620 5349660.8100 57.2181 11.9189 53.2 S ONSALA60 3370605.9870 711917.5290 5349830.7680 57.2209 11.9264 59.3 S OV-VLBA -2409150.1710 -4478573.2060 3838617.3820 37.0465 241.7229 1196.3 S PARKES -4554232.0780 2816758.9310 -3454035.6720 -32.8229 148.2635 414.8 S PIETOWN -1640953.7590 -5014816.0250 3575411.8600 34.1221 251.8808 2364.7 S RAEGSMAR 4618524.3540 -2166020.9930 3816270.0650 36.8005 334.8741 301.7 S RAEGYEB 4848831.2130 -261629.7840 4122976.3030 40.3335 356.9115 976.9 S RICHMOND 961258.0190 -5674090.0480 2740533.7980 25.4641 279.6153 -13.6 S SANTIA12 1769693.1830 -5044504.5690 -3468434.9350 -32.9755 289.3317 730.3 S SC-VLBA 2607848.5400 -5488069.6630 1932739.5700 17.6451 295.4164 -15.0 S SEJONG -3110079.6690 4082066.8800 3775076.9440 36.3388 127.3034 194.6 S SESHAN25 -2831687.0010 4675733.6420 3275327.6490 30.9292 121.1997 29.4 S SVETLOE 2730173.9150 1562442.6220 5529969.0460 60.3672 29.7819 86.0 S SYOWA 1766194.1550 1460410.9430 -5932273.3740 -68.8773 39.5863 51.1 S TIGOCONC 1492056.0240 -4887960.6780 -3803541.1270 -36.6582 286.9749 171.0 S TSUKUB32 -3957408.6490 3310229.5810 3737494.8150 35.9201 140.0887 84.7 S URUMQI 228310.6280 4631922.7590 4367063.9700 43.2795 87.1781 2033.2 S VERAISGK -3263994.5120 4808056.3390 2619949.5120 24.2677 124.1710 65.1 S VERAMZSW -3857241.1830 3108785.2190 4003900.8820 38.9453 141.1325 116.5 S WARK12M -5115324.1560 477843.3420 -3767193.3020 -36.2511 174.6633 128.0 S WESTFORD 1492206.5420 -4458130.5240 4296015.5510 42.4212 288.5062 86.8 S WETTZ13N 4075627.8760 931774.0450 4801552.2330 48.9534 12.8777 672.6 S WETTZ13S 4075659.1820 931824.5500 4801516.0900 48.9529 12.8783 672.5 S WETTZELL 4075539.8390 931735.3140 4801629.3970 48.9545 12.8775 669.1 S YARRA12M -2388895.5370 5043349.9230 -3078591.5450 -28.8841 115.3456 248.3 S YEBES40M 4848761.9350 -261484.4400 4123084.8690 40.3347 356.9131 988.9 S ZELENCHK 3451207.8130 3060375.2270 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 AGGO 0.00451 -0.00123 -0.00073 0.00111 0.00033 -0.00184 D Ssa AGGO 0.00073 0.00128 0.00052 -0.00133 -0.00008 -0.00014 D S1 AGGO 0.00252 0.00212 -0.00055 -0.00134 0.00016 0.00092 D S2 AGGO -0.00027 -0.00035 -0.00000 -0.00010 -0.00033 -0.00022 # D Sa AIRA 0.00165 -0.00002 -0.00206 0.00160 -0.00061 0.00014 D Ssa AIRA -0.00124 -0.00029 -0.00065 0.00159 -0.00102 0.00026 D S1 AIRA -0.00169 -0.00041 -0.00029 0.00202 -0.00027 0.00057 D S2 AIRA -0.00086 -0.00030 0.00002 0.00044 -0.00005 -0.00037 # D Sa ALGOPARK 0.00024 -0.00030 -0.00007 -0.00124 0.00003 0.00037 D Ssa ALGOPARK 0.00003 -0.00006 0.00000 -0.00060 0.00021 0.00046 D S1 ALGOPARK 0.00256 0.00068 0.00002 -0.00216 0.00038 0.00009 D S2 ALGOPARK -0.00056 0.00027 -0.00033 0.00004 -0.00052 0.00013 # D Sa BADARY 0.00049 -0.00017 0.00031 -0.00271 0.00058 0.00008 D Ssa BADARY 0.00081 -0.00009 0.00068 -0.00125 0.00005 -0.00004 D S1 BADARY 0.00009 -0.00012 0.00028 0.00192 -0.00000 0.00012 D S2 BADARY -0.00022 -0.00004 -0.00061 0.00050 -0.00021 -0.00027 # D Sa BR-VLBA 0.00141 -0.00054 0.00036 0.00120 0.00023 0.00012 D Ssa BR-VLBA 0.00027 -0.00010 0.00020 0.00051 0.00003 0.00006 D S1 BR-VLBA -0.00096 -0.00027 0.00003 0.00141 0.00030 0.00019 D S2 BR-VLBA -0.00009 0.00017 0.00004 0.00058 -0.00002 -0.00021 # D Sa CHICHI10 -0.00238 -0.00045 -0.00077 0.00157 0.00149 0.00103 D Ssa CHICHI10 0.00012 -0.00143 -0.00075 0.00569 -0.00051 -0.00071 D S1 CHICHI10 -0.00077 -0.00071 -0.00045 -0.00253 -0.00023 0.00194 D S2 CHICHI10 0.00059 0.00000 0.00025 -0.00081 -0.00086 0.00047 # D Sa CRIMEA 0.00496 0.00047 -0.00025 -0.00291 -0.00076 0.00041 D Ssa CRIMEA -0.00017 0.00150 -0.00025 -0.00776 -0.00019 -0.00026 D S1 CRIMEA -0.00087 -0.00084 0.00189 0.00556 -0.00065 0.00034 D S2 CRIMEA 0.00007 0.00086 -0.00133 -0.00012 -0.00064 -0.00007 # D Sa DSS45 0.00146 -0.00082 0.00034 -0.00223 -0.00186 -0.00071 D Ssa DSS45 -0.00080 0.00047 0.00164 -0.00152 -0.00125 0.00010 D S1 DSS45 -0.00035 -0.00039 -0.00050 0.00188 -0.00026 -0.00020 D S2 DSS45 0.00042 0.00022 0.00018 -0.00046 -0.00008 0.00029 # D Sa DSS65 0.00417 -0.00108 -0.00081 0.00081 -0.00024 -0.00021 D Ssa DSS65 0.00200 -0.00045 0.00004 0.00204 0.00065 -0.00054 D S1 DSS65 0.00112 0.00054 0.00059 -0.00142 -0.00069 -0.00007 D S2 DSS65 0.00240 -0.00024 0.00007 0.00047 0.00082 -0.00047 # D Sa FD-VLBA 0.00121 -0.00037 -0.00017 0.00030 -0.00026 -0.00051 D Ssa FD-VLBA 0.00126 -0.00016 0.00042 -0.00071 0.00010 0.00000 D S1 FD-VLBA 0.00012 -0.00008 -0.00015 0.00068 0.00025 0.00053 D S2 FD-VLBA 0.00072 -0.00028 -0.00007 -0.00017 0.00012 -0.00009 # D Sa FORTLEZA -0.00258 -0.00058 -0.00277 -0.00024 0.00054 -0.00015 D Ssa FORTLEZA -0.00027 0.00058 0.00022 -0.00046 0.00024 0.00061 D S1 FORTLEZA -0.00120 0.00057 0.00015 0.00025 0.00003 0.00031 D S2 FORTLEZA 0.00135 -0.00013 -0.00022 0.00128 -0.00021 0.00010 # D Sa GGAO12M -0.00031 -0.00008 -0.00056 -0.00037 0.00008 0.00019 D Ssa GGAO12M -0.00028 -0.00000 -0.00012 -0.00115 0.00006 0.00045 D S1 GGAO12M 0.00090 0.00016 0.00024 -0.00072 0.00018 -0.00014 D S2 GGAO12M -0.00042 0.00013 -0.00031 -0.00005 -0.00050 -0.00026 # D Sa GILCREEK 0.00169 0.00039 0.00042 -0.00192 0.00119 0.00194 D Ssa GILCREEK -0.00171 0.00097 0.00085 -0.00018 -0.00028 -0.00002 D S1 GILCREEK 0.00096 0.00002 0.00047 0.00067 0.00049 0.00002 D S2 GILCREEK 0.00090 -0.00001 0.00020 -0.00022 0.00072 -0.00015 # D Sa HART15M 0.00048 0.00015 -0.00105 0.00032 0.00006 -0.00116 D Ssa HART15M -0.00055 0.00017 0.00101 -0.00107 0.00024 0.00059 D S1 HART15M -0.00184 0.00026 0.00097 -0.00086 -0.00087 0.00089 D S2 HART15M 0.00163 0.00020 -0.00006 -0.00048 0.00003 -0.00026 # D Sa HARTRAO -0.00158 -0.00013 -0.00057 0.00241 0.00054 -0.00096 D Ssa HARTRAO 0.00025 0.00070 0.00150 -0.00167 0.00077 0.00104 D S1 HARTRAO -0.00538 0.00044 0.00102 -0.00425 -0.00088 0.00082 D S2 HARTRAO 0.00182 0.00017 0.00018 0.00121 -0.00002 0.00004 # D Sa HN-VLBA 0.00155 0.00004 -0.00009 0.00083 -0.00016 -0.00015 D Ssa HN-VLBA 0.00144 -0.00043 0.00022 0.00258 -0.00023 0.00013 D S1 HN-VLBA 0.00071 0.00040 0.00042 -0.00005 -0.00026 0.00027 D S2 HN-VLBA 0.00063 -0.00012 -0.00020 0.00042 -0.00029 0.00003 # D Sa HOBART12 -0.00692 0.00013 -0.00019 -0.00355 0.00058 0.00066 D Ssa HOBART12 0.00244 -0.00093 0.00087 -0.00136 -0.00103 -0.00008 D S1 HOBART12 0.00039 -0.00141 -0.00026 0.00482 -0.00034 -0.00080 D S2 HOBART12 0.00014 0.00003 0.00008 0.00096 -0.00005 -0.00041 # D Sa HOBART26 -0.00010 0.00001 -0.00069 -0.00045 -0.00008 -0.00033 D Ssa HOBART26 -0.00036 -0.00100 0.00056 0.00001 -0.00029 0.00109 D S1 HOBART26 -0.00001 -0.00120 -0.00000 0.00256 -0.00052 -0.00015 D S2 HOBART26 -0.00185 -0.00047 0.00004 -0.00111 0.00003 -0.00024 # D Sa ISHIOKA 0.00098 0.00017 -0.00070 0.00370 -0.00054 0.00012 D Ssa ISHIOKA 0.00112 -0.00048 0.00032 0.00135 0.00040 -0.00034 D S1 ISHIOKA -0.00011 -0.00055 0.00022 -0.00089 -0.00011 0.00043 D S2 ISHIOKA 0.00024 0.00000 -0.00018 0.00048 0.00003 0.00001 # D Sa KASHIM11 -0.00104 0.00009 0.00093 0.00162 0.00269 -0.00034 D Ssa KASHIM11 0.00213 -0.00050 0.00098 0.00051 0.00109 -0.00054 D S1 KASHIM11 0.00009 -0.00005 -0.00038 0.00006 -0.00026 0.00004 D S2 KASHIM11 -0.00071 0.00058 0.00004 -0.00077 0.00073 0.00006 # D Sa KASHIM34 0.00243 -0.00048 0.00156 0.00075 -0.00086 0.00119 D Ssa KASHIM34 0.00171 -0.00158 -0.00056 -0.00123 -0.00015 -0.00024 D S1 KASHIM34 0.00021 -0.00019 0.00024 -0.00046 -0.00057 0.00031 D S2 KASHIM34 0.00036 -0.00003 0.00010 0.00049 -0.00003 0.00038 # D Sa KASHIMA 0.00299 0.00331 -0.00040 0.00255 -0.00057 -0.00113 D Ssa KASHIMA 0.00051 -0.00019 0.00089 0.00071 -0.00138 0.00085 D S1 KASHIMA 0.00218 -0.00065 0.00068 0.00237 0.00022 0.00068 D S2 KASHIMA 0.00128 -0.00058 -0.00021 0.00248 -0.00050 0.00101 # D Sa KATH12M -0.00196 0.00033 0.00004 0.00358 -0.00079 0.00071 D Ssa KATH12M 0.00122 0.00025 0.00095 0.00095 0.00006 -0.00016 D S1 KATH12M 0.00158 -0.00116 0.00075 0.00279 0.00004 -0.00181 D S2 KATH12M -0.00150 -0.00042 0.00012 0.00094 -0.00025 -0.00016 # D Sa KAUAI 0.00587 0.00169 -0.00017 0.00013 -0.00196 0.00108 D Ssa KAUAI 0.00387 0.00041 0.00141 -0.00011 0.00046 -0.00001 D S1 KAUAI 0.00541 -0.00043 0.00171 0.00130 0.00038 0.00100 D S2 KAUAI -0.00005 -0.00094 0.00028 -0.00041 0.00024 0.00015 # D Sa KOKEE 0.00373 0.00030 0.00037 0.00017 0.00004 0.00020 D Ssa KOKEE -0.00093 -0.00008 -0.00053 -0.00053 0.00006 -0.00025 D S1 KOKEE 0.00592 -0.00091 0.00177 0.00215 0.00051 0.00117 D S2 KOKEE 0.00285 -0.00079 0.00094 0.00114 0.00067 -0.00024 # D Sa KOKEE12M 0.00272 -0.00100 0.00085 -0.00187 -0.00136 -0.00000 D Ssa KOKEE12M -0.00157 -0.00007 -0.00053 0.00068 -0.00035 0.00050 D S1 KOKEE12M 0.00101 -0.00084 0.00043 -0.00105 -0.00038 0.00024 D S2 KOKEE12M 0.00233 -0.00092 0.00050 0.00161 0.00007 0.00031 # D Sa KP-VLBA 0.00176 -0.00062 -0.00002 0.00179 -0.00052 -0.00013 D Ssa KP-VLBA 0.00035 -0.00038 0.00001 -0.00007 0.00006 -0.00034 D S1 KP-VLBA 0.00050 -0.00023 0.00012 0.00036 0.00075 0.00023 D S2 KP-VLBA 0.00052 0.00012 -0.00018 -0.00015 0.00028 -0.00012 # D Sa KUNMING 0.00527 -0.00148 -0.00187 -0.00081 0.00006 -0.00254 D Ssa KUNMING 0.00096 -0.00023 0.00073 -0.00649 -0.00004 0.00168 D S1 KUNMING -0.00079 -0.00143 -0.00248 -0.00452 0.00021 0.00124 D S2 KUNMING -0.00112 -0.00007 -0.00076 -0.00069 0.00001 -0.00026 # D Sa LA-VLBA 0.00114 -0.00022 0.00004 0.00087 -0.00013 -0.00020 D Ssa LA-VLBA 0.00197 -0.00012 0.00001 0.00058 0.00006 -0.00030 D S1 LA-VLBA 0.00028 0.00010 0.00009 0.00055 0.00010 0.00047 D S2 LA-VLBA 0.00049 -0.00020 -0.00007 -0.00007 -0.00000 -0.00009 # D Sa MACGO12M 0.00301 0.00025 0.00037 0.00037 -0.00062 -0.00007 D Ssa MACGO12M 0.00088 0.00028 0.00024 -0.00057 -0.00052 0.00003 D S1 MACGO12M 0.00252 0.00024 -0.00009 -0.00070 0.00008 0.00009 D S2 MACGO12M 0.00007 -0.00016 -0.00025 -0.00083 -0.00002 -0.00005 # D Sa MATERA 0.00161 -0.00004 -0.00077 0.00047 0.00004 -0.00027 D Ssa MATERA -0.00141 -0.00007 0.00037 -0.00050 0.00031 0.00012 D S1 MATERA -0.00144 0.00044 0.00004 -0.00138 -0.00039 -0.00051 D S2 MATERA 0.00010 0.00003 0.00017 0.00063 0.00029 0.00001 # D Sa MEDICINA 0.00090 0.00059 -0.00135 -0.00011 -0.00014 -0.00044 D Ssa MEDICINA -0.00105 0.00001 0.00043 -0.00069 0.00011 -0.00015 D S1 MEDICINA -0.00124 0.00062 0.00023 -0.00130 -0.00037 -0.00010 D S2 MEDICINA 0.00086 -0.00003 0.00005 0.00065 0.00018 -0.00012 # D Sa MK-VLBA 0.00420 0.00009 -0.00021 -0.00064 -0.00054 -0.00027 D Ssa MK-VLBA 0.00181 -0.00009 0.00027 0.00069 -0.00012 -0.00016 D S1 MK-VLBA 0.00389 0.00059 -0.00005 0.00053 0.00040 0.00051 D S2 MK-VLBA 0.00226 0.00013 0.00027 0.00042 -0.00009 0.00033 # D Sa MOJAVE12 0.00195 0.00044 -0.00036 0.00118 -0.00042 -0.00076 D Ssa MOJAVE12 -0.00035 0.00033 -0.00032 -0.00078 0.00043 -0.00023 D S1 MOJAVE12 -0.00072 0.00011 0.00020 0.00049 0.00012 -0.00003 D S2 MOJAVE12 -0.00082 0.00026 -0.00025 0.00081 0.00011 -0.00018 # D Sa NL-VLBA 0.00014 -0.00018 -0.00009 -0.00084 0.00013 0.00017 D Ssa NL-VLBA 0.00020 -0.00022 -0.00001 0.00037 0.00015 0.00008 D S1 NL-VLBA 0.00051 0.00008 0.00026 0.00087 0.00012 0.00023 D S2 NL-VLBA 0.00022 0.00003 -0.00014 0.00004 -0.00002 -0.00013 # D Sa NOTO 0.00022 0.00036 -0.00102 -0.00099 0.00035 -0.00029 D Ssa NOTO -0.00257 0.00024 0.00053 0.00065 0.00010 -0.00026 D S1 NOTO -0.00097 0.00050 0.00055 -0.00132 -0.00054 -0.00019 D S2 NOTO 0.00022 -0.00030 0.00011 0.00177 0.00036 0.00012 # D Sa NRAO20 0.00442 0.00075 -0.00016 -0.00263 0.00028 -0.00010 D Ssa NRAO20 -0.00013 0.00030 0.00021 -0.00180 0.00013 0.00005 D S1 NRAO20 0.00002 0.00014 0.00011 -0.00009 -0.00019 -0.00054 D S2 NRAO20 -0.00007 -0.00051 -0.00013 -0.00023 -0.00045 -0.00010 # D Sa NRAO85_3 0.00176 0.00114 -0.00107 -0.00065 0.00154 0.00023 D Ssa NRAO85_3 -0.00094 0.00083 -0.00015 0.00013 -0.00013 -0.00017 D S1 NRAO85_3 0.00275 0.00078 0.00013 -0.00074 0.00033 -0.00015 D S2 NRAO85_3 -0.00027 0.00024 -0.00006 -0.00062 -0.00028 -0.00008 # D Sa NYALE13S -0.00101 0.00109 -0.00062 0.00012 0.00006 0.00022 D Ssa NYALE13S -0.00206 0.00003 0.00022 0.00147 0.00028 0.00001 D S1 NYALE13S -0.00103 0.00013 0.00015 -0.00099 -0.00015 0.00039 D S2 NYALE13S -0.00052 0.00001 -0.00015 -0.00024 -0.00008 -0.00010 # D Sa NYALES20 -0.00126 0.00076 -0.00042 -0.00007 0.00041 0.00057 D Ssa NYALES20 -0.00067 -0.00007 0.00032 0.00023 0.00033 0.00012 D S1 NYALES20 -0.00030 0.00012 -0.00022 0.00011 -0.00036 -0.00005 D S2 NYALES20 -0.00044 0.00021 0.00009 -0.00075 0.00012 -0.00014 # D Sa OHIGGINS -0.00532 0.00252 0.00282 0.01518 -0.00170 0.00060 D Ssa OHIGGINS 0.00292 0.00142 0.00151 0.01905 -0.00019 0.00073 D S1 OHIGGINS 0.00579 0.00124 -0.00138 -0.00419 0.00225 0.00131 D S2 OHIGGINS 0.00104 0.00035 -0.00033 0.00173 -0.00051 0.00049 # D Sa ONSA13NE -0.00087 0.00078 -0.00026 -0.00178 0.00023 -0.00066 D Ssa ONSA13NE 0.00148 0.00041 0.00013 0.00084 0.00065 -0.00040 D S1 ONSA13NE -0.00025 0.00034 -0.00018 0.00071 0.00048 -0.00025 D S2 ONSA13NE 0.00018 -0.00003 0.00010 0.00024 -0.00013 0.00033 # D Sa ONSA13SW -0.00247 0.00070 -0.00037 -0.00237 0.00057 -0.00041 D Ssa ONSA13SW 0.00159 0.00030 -0.00008 0.00075 0.00068 -0.00033 D S1 ONSA13SW 0.00039 0.00043 -0.00007 0.00079 0.00045 -0.00027 D S2 ONSA13SW -0.00001 0.00004 0.00011 0.00007 -0.00019 0.00032 # D Sa ONSALA60 -0.00001 0.00025 -0.00092 -0.00225 -0.00005 0.00014 D Ssa ONSALA60 0.00045 -0.00009 0.00042 0.00024 0.00026 0.00003 D S1 ONSALA60 -0.00043 0.00034 0.00009 -0.00076 -0.00027 -0.00017 D S2 ONSALA60 0.00012 -0.00005 0.00016 0.00054 0.00022 -0.00015 # D Sa OV-VLBA -0.00071 -0.00092 0.00011 0.00085 0.00035 0.00018 D Ssa OV-VLBA 0.00046 0.00003 0.00042 0.00070 0.00004 -0.00021 D S1 OV-VLBA -0.00110 -0.00062 -0.00009 0.00047 0.00025 0.00048 D S2 OV-VLBA -0.00012 -0.00002 0.00008 0.00088 0.00025 -0.00012 # D Sa PARKES 0.01768 -0.00115 -0.00165 -0.01815 -0.00006 0.00046 D Ssa PARKES 0.00663 -0.00049 0.00224 -0.00670 0.00034 0.00207 D S1 PARKES -0.00421 0.00011 0.00174 0.00772 -0.00013 0.00040 D S2 PARKES -0.00269 -0.00002 -0.00008 0.00330 0.00058 0.00073 # D Sa PIETOWN 0.00001 -0.00039 0.00015 0.00113 -0.00028 -0.00019 D Ssa PIETOWN -0.00030 -0.00011 0.00028 -0.00032 -0.00006 0.00012 D S1 PIETOWN 0.00029 -0.00019 -0.00004 0.00089 0.00020 0.00041 D S2 PIETOWN 0.00078 -0.00014 -0.00010 -0.00000 0.00036 -0.00009 # D Sa RAEGSMAR -0.00125 -0.00084 -0.00016 -0.00034 -0.00037 0.00174 D Ssa RAEGSMAR -0.00152 0.00087 0.00052 -0.00167 0.00012 -0.00050 D S1 RAEGSMAR 0.00075 0.00050 -0.00005 -0.00097 0.00018 -0.00029 D S2 RAEGSMAR -0.00268 0.00002 -0.00020 0.00190 -0.00007 0.00001 # D Sa RAEGYEB 0.00071 0.00077 -0.00067 0.00128 0.00015 -0.00055 D Ssa RAEGYEB 0.00019 0.00044 0.00031 -0.00073 0.00054 -0.00023 D S1 RAEGYEB 0.00097 0.00055 0.00011 0.00022 0.00032 -0.00019 D S2 RAEGYEB 0.00029 -0.00010 0.00004 0.00115 -0.00001 0.00030 # D Sa RICHMOND -0.00087 -0.00128 -0.00046 -0.00134 -0.00013 -0.00015 D Ssa RICHMOND -0.00069 0.00049 0.00009 -0.00223 0.00008 -0.00065 D S1 RICHMOND 0.00359 0.00097 0.00003 -0.00117 -0.00063 0.00016 D S2 RICHMOND -0.00129 -0.00007 -0.00016 0.00045 0.00014 0.00005 # D Sa SANTIA12 0.00414 0.00275 -0.00194 -0.00422 -0.00026 0.00073 D Ssa SANTIA12 0.00088 0.00155 -0.00040 -0.00280 -0.00116 0.00115 D S1 SANTIA12 -0.00349 -0.00006 -0.00033 0.00913 0.00373 0.00160 D S2 SANTIA12 0.00140 0.00199 0.00002 -0.00060 -0.00008 -0.00006 # D Sa SC-VLBA 0.00015 -0.00068 -0.00065 -0.00095 -0.00076 0.00005 D Ssa SC-VLBA 0.00037 -0.00035 0.00088 0.00083 0.00028 0.00000 D S1 SC-VLBA -0.00011 0.00069 0.00004 0.00061 -0.00006 0.00033 D S2 SC-VLBA -0.00127 0.00015 0.00014 -0.00107 -0.00035 0.00041 # D Sa SEJONG -0.00076 -0.00029 -0.00084 0.00377 0.00002 -0.00093 D Ssa SEJONG -0.00065 0.00024 0.00057 0.00233 -0.00009 -0.00015 D S1 SEJONG -0.00065 -0.00123 0.00016 -0.00017 0.00008 0.00096 D S2 SEJONG -0.00001 -0.00065 -0.00015 -0.00026 -0.00004 -0.00010 # D Sa SESHAN25 -0.00121 -0.00060 -0.00110 -0.00012 -0.00023 -0.00090 D Ssa SESHAN25 -0.00063 0.00019 0.00077 0.00053 0.00007 -0.00052 D S1 SESHAN25 0.00016 -0.00028 -0.00014 0.00061 -0.00045 0.00042 D S2 SESHAN25 0.00095 0.00010 -0.00019 -0.00043 -0.00012 -0.00006 # D Sa SVETLOE 0.00187 0.00003 0.00025 -0.00054 -0.00015 -0.00001 D Ssa SVETLOE -0.00077 -0.00010 0.00070 -0.00144 -0.00006 0.00017 D S1 SVETLOE -0.00096 0.00001 0.00009 -0.00036 -0.00050 -0.00026 D S2 SVETLOE 0.00032 0.00034 0.00008 0.00053 0.00022 -0.00013 # D Sa SYOWA 0.00813 0.00012 0.00970 -0.00921 -0.00044 0.00477 D Ssa SYOWA 0.00408 -0.00272 -0.00329 -0.00264 -0.00169 0.00283 D S1 SYOWA 0.01122 0.00006 0.00217 0.00237 -0.00244 0.00155 D S2 SYOWA -0.00147 0.00117 0.00006 0.00322 0.00038 0.00138 # D Sa TIGOCONC -0.00159 -0.00217 -0.00026 0.00366 0.00008 -0.00062 D Ssa TIGOCONC 0.00174 0.00078 -0.00029 -0.00141 0.00036 0.00120 D S1 TIGOCONC 0.00326 0.00132 -0.00182 -0.00227 0.00163 0.00107 D S2 TIGOCONC 0.00091 0.00030 -0.00058 -0.00056 -0.00044 -0.00008 # D Sa TSUKUB32 -0.00266 0.00012 -0.00093 -0.00307 0.00063 -0.00106 D Ssa TSUKUB32 -0.00032 -0.00005 0.00006 -0.00174 -0.00041 0.00016 D S1 TSUKUB32 0.00089 -0.00015 0.00058 0.00084 -0.00056 0.00043 D S2 TSUKUB32 0.00007 -0.00022 -0.00017 0.00035 -0.00010 0.00028 # D Sa URUMQI 0.00089 -0.00021 0.00023 0.00219 0.00096 -0.00036 D Ssa URUMQI 0.00081 -0.00065 0.00066 0.00242 0.00011 -0.00014 D S1 URUMQI -0.00383 -0.00047 -0.00055 0.00000 -0.00024 0.00041 D S2 URUMQI 0.00031 0.00027 -0.00033 0.00027 -0.00034 -0.00019 # D Sa VERAISGK -0.00587 -0.00038 -0.00096 -0.00060 0.00133 0.00151 D Ssa VERAISGK -0.00951 -0.00172 -0.00198 -0.00647 0.00096 0.00029 D S1 VERAISGK -0.00167 -0.00033 0.00015 0.00049 -0.00040 0.00088 D S2 VERAISGK -0.00170 0.00117 -0.00082 -0.00140 0.00054 -0.00119 # D Sa VERAMZSW 0.00413 0.00055 0.00008 0.00457 0.00204 -0.00040 D Ssa VERAMZSW -0.00276 -0.00046 0.00010 0.00507 0.00026 0.00075 D S1 VERAMZSW 0.00057 0.00017 -0.00016 0.00077 0.00004 0.00055 D S2 VERAMZSW -0.00065 0.00001 -0.00003 0.00054 0.00046 -0.00019 # D Sa WARK12M -0.00422 0.00011 0.00075 0.00022 -0.00018 0.00004 D Ssa WARK12M -0.00218 -0.00025 0.00157 0.00029 -0.00083 0.00083 D S1 WARK12M -0.00025 -0.00113 -0.00057 0.00109 -0.00025 -0.00083 D S2 WARK12M 0.00049 0.00012 0.00005 0.00148 0.00018 -0.00021 # D Sa WESTFORD 0.00097 -0.00068 -0.00121 -0.00042 -0.00048 -0.00051 D Ssa WESTFORD -0.00081 0.00008 -0.00004 -0.00108 0.00013 0.00014 D S1 WESTFORD 0.00114 0.00031 0.00012 -0.00082 0.00011 0.00011 D S2 WESTFORD -0.00053 0.00010 -0.00022 0.00025 -0.00045 0.00002 # D Sa WETTZ13N 0.00010 0.00032 -0.00084 -0.00054 -0.00013 -0.00003 D Ssa WETTZ13N -0.00126 0.00008 0.00074 0.00003 0.00018 0.00013 D S1 WETTZ13N -0.00065 0.00048 0.00013 -0.00114 -0.00042 -0.00026 D S2 WETTZ13N -0.00113 -0.00013 0.00024 0.00033 -0.00000 -0.00011 # D Sa WETTZ13S -0.00188 0.00089 -0.00062 -0.00084 0.00036 -0.00085 D Ssa WETTZ13S 0.00160 0.00022 0.00045 0.00047 0.00070 -0.00047 D S1 WETTZ13S 0.00031 0.00055 -0.00018 0.00012 0.00043 -0.00029 D S2 WETTZ13S -0.00011 -0.00006 0.00013 -0.00042 -0.00004 0.00019 # D Sa WETTZELL 0.00066 0.00004 -0.00067 -0.00112 -0.00019 -0.00016 D Ssa WETTZELL -0.00054 -0.00004 0.00039 -0.00040 0.00016 0.00002 D S1 WETTZELL -0.00132 0.00054 0.00014 -0.00097 -0.00030 -0.00010 D S2 WETTZELL 0.00028 -0.00004 0.00012 0.00018 0.00022 -0.00020 # D Sa YARRA12M -0.00079 0.00044 -0.00010 0.00041 0.00051 -0.00032 D Ssa YARRA12M 0.00015 -0.00008 0.00138 0.00040 -0.00005 0.00079 D S1 YARRA12M 0.00038 -0.00074 0.00069 0.00310 -0.00046 -0.00107 D S2 YARRA12M -0.00056 0.00010 0.00015 -0.00109 -0.00032 -0.00030 # D Sa YEBES40M 0.00321 0.00038 -0.00070 0.00054 0.00018 -0.00057 D Ssa YEBES40M -0.00046 0.00002 0.00041 -0.00051 -0.00018 0.00006 D S1 YEBES40M -0.00029 0.00070 -0.00008 -0.00098 -0.00035 -0.00046 D S2 YEBES40M -0.00014 -0.00017 0.00011 -0.00009 0.00044 0.00006 # D Sa ZELENCHK -0.00084 0.00016 -0.00109 0.00153 0.00018 -0.00040 D Ssa ZELENCHK -0.00184 0.00022 0.00046 0.00024 -0.00023 -0.00004 D S1 ZELENCHK -0.00141 0.00050 -0.00030 -0.00049 -0.00015 -0.00040 D S2 ZELENCHK 0.00015 -0.00001 0.00023 -0.00011 0.00024 -0.00019 # HARPOS Format version of 2005.03.28