diff --git a/docs/index.md b/docs/index.md index 970d539..5604ee5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,52 +15,79 @@ hide:

Advanced Flight Dynamics

-

Complex mission orchestration

-

Model entire constellation lifecycles by targeting coupled multi-spacecraft trajectories and automating repeated, multi-phase operational conops sequences. Elevate estimation and environmental fidelity with mission-critical features, including consider covariance filtering to manage unestimated systematic errors, simultaneous ground station tracking bias estimation, and high-fidelity NRLMSISE-00 atmospheric drag modeling.

- Learn more +

Complex mission orchestration

+ + Learn more + Login

Orbit Determination

-

Ansys ODTK Replacement (Nyx)

-

Mathematically rigorous estimation pipelines featuring extended Kalman filtering, backwards smoothing, and state noise compensation. Designed to drive raw tracking measurements to rapid operational convergence within automated Python workflows, or to execute deterministically as lightweight, high-fidelity flight software onboard the spacecraft.

+

Scriptable, CI-ready replacement for Ansys ODTK

+ Lunar OD demo

Mission Design & Optimization

-

Ansys STK Replacement (Nyx)

-

High-fidelity multi-body geometry analysis and trajectory optimization engines. Run complex low-thrust orbit raising sequences or multi-island genetic algorithm searches natively in Python at compiled-Rust speeds, compressing mission trade-space exploration loops from weeks to minutes.

+

Fidelity of Ansys STK, at several times the speed

+ GEO low thrust orbit raise

Monte Carlo & Dispersion Analysis

-

500 simulation days per minute

-

Massive-scale parallel operational-level risk analysis. Leverage concurrent, thread-safe architecture to distribute thousands of high-fidelity orbital runs across cloud-compute instances, translating statistical uncertainty into hard operational constraints, all on prem, for free.

+

3,000 simulation days per minute per CPU core

+ James Webb Monte Carlo
-

Validated SPICE Replacement

-

ANISE

-

A thread-safe, zero-cost alternative to legacy SPICE toolkits, delivering deterministic planetary, coordinate frame, and instrument transformations. Engineered for high-throughput Python concurrent execution and bare-metal flight software, with proven lunar flight heritage, landing Blue Ghost on the Moon in March 2025.

- Learn more +

ANISE

+

Landed Firefly Blue Ghost on the Moon

+ + Learn more Tutorials
-

Precision Time Management

-

Hifitime

+

Hifitime

+

Precision Time Management

An overflow-safe, high-performance datetime library providing leap-second-correct nanosecond precision across UTC, GPST, and relativistic time-scales. Flight-proven in lunar and deep-space missions, it works on desktop, web assembly, and bare-metal platforms.

- Learn more + Learn more Python Docs
@@ -68,7 +95,7 @@ hide:

Trusted by Industry Leaders

-

See who's already benefiting from our tools

+

See who's already benefiting from our tools

Our tools are trusted and actively used by leading companies in the aerospace and technology sectors. Their commitment to using Nyx, Hifitime, and ANISE is a testament to the reliability, efficiency, and advanced capabilities of our software.

diff --git a/docs/stylesheets/extras.css b/docs/stylesheets/extras.css index ea49d7e..92ca7f3 100644 --- a/docs/stylesheets/extras.css +++ b/docs/stylesheets/extras.css @@ -195,12 +195,6 @@ code { text-transform: none; } -p { - margin-bottom: 1em; - text-align: justify; - /* Improved readability */ -} - /* List and Emphasis Styles */ ul { list-style: inside; @@ -290,7 +284,7 @@ div.cards>ul>li { .marquee-content { display: flex; - width: 200%; + width: 200%; animation: scroll 30s linear infinite; } @@ -318,7 +312,7 @@ div.cards>ul>li { display: flex; justify-content: center; align-items: center; - + /* The shaded background style */ background-color: rgba(128, 128, 128, 0.05); /* Light shade for light mode */ border: 1px solid rgba(128, 128, 128, 0.1); /* Subtle border */ @@ -331,16 +325,16 @@ div.cards>ul>li { height: 40px; /* Adjust this to your preferred logo height */ width: auto; max-width: 100%; - + /* * This blend-mode intelligently handles logo colors. * On light backgrounds, dark logos stay dark. * White logos (like AWS) will blend in (which is OK). */ - mix-blend-mode: darken; + mix-blend-mode: darken; } -/* * Dark Mode Handling +/* * Dark Mode Handling * (This assumes your dark mode toggles [data-theme="dark"]) */ [data-theme="dark"] .marquee-item {