Skip to content

Commit

Permalink
Update for 2023b
Browse files Browse the repository at this point in the history
  • Loading branch information
Ann-Silje Kirkvik committed Feb 20, 2025
1 parent 2ceb1cf commit 33dd39e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
22 changes: 15 additions & 7 deletions config/trf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
# VLBI
#

[-26-__vlbi]
cdp = -26-
[1526__vlbi]
cdp = 1526
pos_itrs = -2354891.0740, -4647166.2620, 3668871.7118
name = DSS26

[-36-__vlbi]
cdp = -36-
[1536__vlbi]
cdp = 1536
pos_itrs = -4461169.0272, 2682814.7152, -3674083.1649
name = DSS36

[-56-__vlbi]
cdp = -56-
[1556__vlbi]
cdp = 1556
pos_itrs = 4849421.3311, -360549.3026, 4114647.0931
name = DSS56

Expand All @@ -39,7 +39,15 @@ vel_itrs = -0.01280 0.00563 0.01021
ref_epoch = 2018.0
name = NYALE13N


[7399__vlbi]
cdp = 1399
#pos_itrs = 5085504.75069 , 2668369.305995, -2768492.965349
# from where estimation
pos_itrs = 5085503.170463, 2668368.531475, -2768492.810447
#pos_itrs = 5085505.433, 2668370.025, -2768494.876
#vel_itrs =
#ref_epoch =
name = HARTVGS
# SLR
#
# example:
Expand Down
5 changes: 3 additions & 2 deletions config/where_pipeline_vlbi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ site:add_sections

# 2023b: yearly ITRF updates without non-tidal atm loading
[vlbi__2023b]
filekey_suffix = vlbi, 2023b
site = ocean_tides, solid_tides, solid_ptides, ocean_ptides, atm_tides,
eccentricity
site:add_sections
Expand Down Expand Up @@ -92,7 +93,7 @@ estimate_constant:add_sections
estimate_constant:help = Parameters to estimate as constant
estimate_constant:type = List[enum[...]]

estimate_obs_rejectors = rms, vlbi_obs_per_station, vlbi_obs_per_source
estimate_obs_rejectors = random, rms, vlbi_obs_per_station, vlbi_obs_per_source
estimate_obs_rejectors:help = Which algorithms to use to discard observations between iterations
estimate_obs_rejectors:add_sections
estimate_obs_rejectors_independent = False
Expand All @@ -112,7 +113,7 @@ output:add_sections
files_to_publish = output_sinex
files_to_publish:help = List of file keys to publish

[vlbi_nyales_test]
[vlbi_random]
estimate_obs_rejectors = random, rms, vlbi_obs_per_station, vlbi_obs_per_source

[vlbi__mastertest]
Expand Down

0 comments on commit 33dd39e

Please sign in to comment.