-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #356 from nyx-space/312-lro-estimation
Lunar reconnaisance orbiter example
- Loading branch information
Showing
48 changed files
with
1,005 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
- name: DSS-65 Madrid | ||
frame: | ||
ephemeris_id: 399 | ||
orientation_id: 399 | ||
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 | ||
light_time_correction: false | ||
latitude_deg: 40.427222 | ||
longitude_deg: 4.250556 | ||
height_km: 0.834939 | ||
|
||
- name: DSS-34 Canberra | ||
frame: | ||
ephemeris_id: 399 | ||
orientation_id: 399 | ||
mu_km3_s2: 398600.435436096 | ||
shape: null | ||
latitude_deg: -35.398333 | ||
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 | ||
light_time_correction: false | ||
|
||
- name: DSS-13 Goldstone | ||
frame: | ||
ephemeris_id: 399 | ||
orientation_id: 399 | ||
mu_km3_s2: 398600.435436096 | ||
shape: null | ||
latitude_deg: 35.247164 | ||
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 | ||
light_time_correction: false |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
-- Default Almanac | ||
{ files = | ||
[ { crc32 = Some 1551416339 -- 0x6f2456aa | ||
, uri = "http://public-data.nyxspace.com/anise/de421.bsp" | ||
} | ||
, { crc32 = Some 2182330089 | ||
, uri = "http://public-data.nyxspace.com/anise/v0.4/pck11.pca" | ||
} | ||
, { crc32 = Some 3454388861 | ||
, uri = "http://public-data.nyxspace.com/anise/moon_pa_de440_200625.bpc" | ||
} | ||
-- Download the latest (of time of writing) LRO definitive ephemeris from the public Nyx Space cloud. | ||
-- Note that the original file is in _big endian_ format, and my machine is little endian, so I've used the | ||
-- `bingo` tool from https://naif.jpl.nasa.gov/naif/utilities_PC_Linux_64bit.html to convert the original file | ||
-- to little endian and upload it to the cloud. | ||
-- Refer to https://naif.jpl.nasa.gov/pub/naif/pds/data/lro-l-spice-6-v1.0/lrosp_1000/data/spk/?C=M;O=D for original file. | ||
, { crc32 = Some 3882673077 | ||
, uri = | ||
"http://public-data.nyxspace.com/nyx/examples/lrorg_2023349_2024075_v01_LE.bsp" | ||
} | ||
] | ||
} |
Git LFS file not shown
Oops, something went wrong.