Chris
Chris
## Maintenance task description The CLI code has a fair amount of duplication, notably on the processing of SPK and PCKs since the same functions exist for both. The purpose...
# High level description CCSDS OEM is a standard for transferring orbital element data. As such, ANISE shall support reading these files and producing them from an ephemeris. The API...
[SPICE Documentation](https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/req/spk.html#Type%2012:%20Hermite%20Interpolation%20---%20Equal%20Time%20Steps) # Purpose Be able to convert a BSP file of Type 12 to an ANISE trajectory file. # SPICE organization ``` +--------+ | x(1) | / +--------+ /...
[SPICE Documentation](https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/req/spk.html#Type%209:%20Lagrange%20Interpolation%20---%20Unequal%20Time%20Steps) # Purpose Be able to convert a BSP file of Type 9 to an ANISE trajectory file. # SPICE organization ``` +--------+ | x(1) | / +--------+ /...
[SPICE Documentation](https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/req/spk.html#Type%208:%20Lagrange%20Interpolation%20---%20Equal%20Time%20Steps) # Purpose Be able to convert a BSP file of Type 8 to an ANISE trajectory file. # SPICE organization ``` +--------+ | x(1) | / +--------+ /...
# High level description The current ANISE library offers functionality for handling rotation parameters (including fetching the Direction Cosine Matrix (DCM) and converting it to Quaternion or Modified Rodrigues Parameters...
## Description When trying to summarize how aberrations work in ANISE, I when to the website and could not find anything other than some documentation on the API itself. That...
## Maintenance task description This includes a variety of usability fixes that come up as I add ANISE to Nyx. ## Scope of work This should not introduce many breaking...
# High level description SPICE metakernels are really useful for ensuring that the same data is always loaded correctly. The purpose of this issue is to implement a way to...
# Bug report ## Describe the bug IAU_NEPTUNE and IAU_URANUS are wrong by ~18 degrees on the first validation query. ## To Reproduce Steps to reproduce the behavior: 1. Uncomment...