Skip to content

Commit

Permalink
Fix LRO ground network
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Nov 23, 2024
1 parent 62b7e78 commit b162282
Showing 1 changed file with 36 additions and 24 deletions.
60 changes: 36 additions & 24 deletions examples/04_lro_od/dsn-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,22 @@
mu_km3_s2: 398600.435436096
shape: null
elevation_mask_deg: 5.0
range_noise_km:
white_noise:
mean: 0.0
sigma: 5.0e-3 # 5 m
doppler_noise_km_s:
white_noise:
mean: 0.0
sigma: 50.0e-6 # 5 cm/s
stochastic_noises:
range_km:
white_noise:
mean: 0.0
sigma: 5.0e-3 # 5 m
doppler_km_s:
white_noise:
mean: 0.0
sigma: 50.0e-6 # 5 cm/s
light_time_correction: false
latitude_deg: 40.427222
longitude_deg: 4.250556
height_km: 0.834939
measurement_types:
- range_km
- doppler_km_s

- name: DSS-34 Canberra
frame:
Expand All @@ -28,15 +32,19 @@
longitude_deg: 148.981944
height_km: 0.691750
elevation_mask_deg: 5.0
range_noise_km:
white_noise:
mean: 0.0
sigma: 5.0e-3 # 5 m
doppler_noise_km_s:
white_noise:
mean: 0.0
sigma: 50.0e-6 # 5 cm/s
stochastic_noises:
range_km:
white_noise:
mean: 0.0
sigma: 5.0e-3 # 5 m
doppler_km_s:
white_noise:
mean: 0.0
sigma: 50.0e-6 # 5 cm/s
light_time_correction: false
measurement_types:
- range_km
- doppler_km_s

- name: DSS-13 Goldstone
frame:
Expand All @@ -48,12 +56,16 @@
longitude_deg: 243.205
height_km: 1.071149
elevation_mask_deg: 5.0
range_noise_km:
white_noise:
mean: 0.0
sigma: 5.0e-3 # 5 m
doppler_noise_km_s:
white_noise:
mean: 0.0
sigma: 50.0e-6 # 5 cm/s
stochastic_noises:
range_km:
white_noise:
mean: 0.0
sigma: 5.0e-3 # 5 m
doppler_km_s:
white_noise:
mean: 0.0
sigma: 50.0e-6 # 5 cm/s
light_time_correction: false
measurement_types:
- range_km
- doppler_km_s

0 comments on commit b162282

Please sign in to comment.