Chris

Results 146 issues of Chris

# High level description The LUT entries are currently fixed at compile time. This design was useful when ANISE tried to avoid all memory allocations. However, as ANISE has added...

algo

# High level description As a stakeholder, I need the coordinate transformation functions, specifically `translate` and `rotate`, to be accessible from C++ to perform the required operations without switching back...

API: C++

# High level description As a stakeholder, I need both the `Aberration` enum and the `Orbit` structure (with all of its constructors and methods) to be available in C++ to...

API: C++

# High level description As a stakeholder, I need the Almanac structure to be exposed to C++ so that file loading can be performed from C++ code. # Requirements Expose...

API: C++

# 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's `SITE`...

Hi John, I've been following your work on the PINN gravity field since your impressive 2021 paper. As you may be aware, I've been developing [Nyx](https://github.com/nyx-space/nyx) for several years, a...

**Describe the bug** In https://github.com/AnalyticalGraphicsInc/STKCodeExamples/tree/master/StkEngineContainerization/linux/stk-engine-baseline, the documentation says that the flag should be `--nographics`, but it's actually in camel case as `--noGraphics`. ``` # ./bin/stkruntime --help Failed to load libX11.so.6...

Hi there, Your work looks really interesting from reading through the notebooks and some of the code. I noticed that you reimplemented some of parsing of SPICE files and its...

Add a new Almanac function that builds the AERR-dot report at once. It would start by running the event finder on the elevation with terrain mask, and then build the...

## Maintenance task description There's a new version of the TF frame available at https://[naif.jpl.nasa.gov/pub/naif/generic_kernels/fk/satellites/moon_de440_250416.tf](https://naif.jpl.nasa.gov/pub/naif/generic_kernels/fk/satellites/moon_de440_250416.tf) ## Scope of work - [ ] Update the file in the repo - [...