You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Almanac currently includes Planetary, Spacecraft, and Euler Parameter datasets. This task aims to add a new type called SiteDataset which defines locations akin to SPICE's SITE kernels.
These must include a name and an ID (or either, using the lookup table structure), and either latitude, longitude, altitude coordinates, or a position. Eventually this should support velocities to model tectonic plate movements like in SPICE's definition of the DSS antennas.
Requirements
Add a Site dataset type
Compute line of sight occultation from these dataset types
High level description
Almanac currently includes Planetary, Spacecraft, and Euler Parameter datasets. This task aims to add a new type called
SiteDataset
which defines locations akin to SPICE'sSITE
kernels.These must include a name and an ID (or either, using the lookup table structure), and either latitude, longitude, altitude coordinates, or a position. Eventually this should support velocities to model tectonic plate movements like in SPICE's definition of the DSS antennas.
Requirements
Site
dataset typeTest plans
occult
if I can figure out how to call the point approach, cf. Help needed for gfoclt_c call GregoireHENRY/rust-spice#18 (comment) .Design
TDB
The text was updated successfully, but these errors were encountered: