🌎
Axinite
  • Welcome!
  • Axinite
    • Getting Started
    • Simulation Parameters
    • Bodies
    • Functions
      • Measurements
      • Body Functions
      • Math Functions
    • Backends
    • Actions and Modifiers
  • axtools
    • Quickstart
    • AxiniteArgs and the Body Class
    • Template Files
    • Frontends
    • Functions
      • Read and Load
      • Live, Show and Run
      • Plotting Functions
      • Other Functions
    • Guides
      • Rocket Launch
        • Setting up your Template File
        • Setting up your Script
        • Loading and Watching your Simulation
      • Solar System
        • Writing the Initial Template File
        • Calculating the Longest Orbital Period
        • Loading and Viewing your System
  • axutils
    • Quickstart
  • AXANA
    • Overview
    • Interceptions, Intersections and Orbits
    • Quaternions and Angles
    • Energy and Momentum
  • axcli
    • Overview
    • Commands
      • New, Read, and Catalog
      • Load and Run
      • Live and Show
    • Guides
  • API Reference
    • Functions
Powered by GitBook
On this page
  1. AXANA

Overview

A quick overview of what's included with axana.

PreviousQuickstartNextInterceptions, Intersections and Orbits

Last updated 2 months ago

axinite.analysis , imported as axana , is a module that allows developers to both analyze and manipulate data from simulations.

axana includes methods and classes for various subjects, such as

  • Intercepting bodies with smaller bodies

  • Analyzing the eccentricity, velocity, period, and more of an orbit

  • Creating and handling quaternions

  • Calculating angles between vectors

  • Handling the energy and momentum metrics

  • Checking line of sight

  • Approximating location between timesteps

  • Finding intersections in paths

Many of these pages aren't finished. Take a look at the if you need anything.

source code