Cislunar Space Beginner's GuideCislunar Space Beginner's Guide
Satellite Orbit Simulation
Cislunar Glossary
Resources & Tools
Blue Team Research
Space News
AI Q&A
Forum
Home
Gitee
GitHub
  • 简体中文
  • English
Satellite Orbit Simulation
Cislunar Glossary
Resources & Tools
Blue Team Research
Space News
AI Q&A
Forum
Home
Gitee
GitHub
  • 简体中文
  • English
  • Site map

    • Home (overview)
    • Intro · what is cislunar space
    • Orbits · spacecraft trajectories
    • Frontiers · directions & labs
    • Glossary · terms & definitions
    • Tools · data & code
    • News · space industry archive
    • Topic · blue-team research
  • Cislunar glossary (terms & definitions)

    • Cislunar Space Glossary
    • Dynamics models

      • Circular Restricted Three-Body Problem (CR3BP)
      • CR3BP with Low-Thrust (CR3BP-LT)
      • A2PPO (Attention-Augmented Proximal Policy Optimization)
      • Curriculum Learning
      • Low-Thrust Transfer MDP Formulation
      • Generalized Advantage Estimation (GAE)
      • Direct Collocation
      • Birkhoff-Gustavson Normal Form
      • Central Manifold
      • Action-Angle Variables
      • Poincaré Section
    • Mission orbits

      • Earth-Moon L1/L2 Halo Orbit (EML1/EML2 Halo)
      • Orbit Identification
    • Navigation

      • X-ray Pulsar Navigation
    • Lunar minerals

      • Changeite-Mg (Magnesium Changeite)
      • Changeite-Ce (Cerium Changeite)
    • Other

      • Starshade
    • Organizations

      • Anduril Industries
      • Booz Allen Hamilton
      • General Dynamics Mission Systems
      • GITAI USA
      • Lockheed Martin
      • Northrop Grumman
      • Quindar
      • Raytheon Missiles & Defense
      • Sci-Tec
      • SpaceX
      • True Anomaly
      • Turion Space

Orbit Identification

This article author: 天疆说

This article is edited from: Qiao et al. (2025) "Orbital parameter characterization and objects cataloging for Earth-Moon collinear libration points"

Site address: https://cislunarspace.cn

Definition

Orbit Identification is a core problem in cislunar space situational awareness: given a sequence of observed spacecraft states over a period of time, identifying the reference orbit (reference orbit) that the spacecraft is traversing, i.e., the periodic or quasi-periodic orbit in the CR3BP model.

The essence of this problem is: within the standard orbit catalog established by CR3BP, finding the reference orbit that best matches the observed actual motion, thereby obtaining the physical characteristics (period, amplitude, etc.) of the spacecraft, serving space object cataloging, collision warning, and space traffic management.

Inverse Nature of the Problem

Orbit identification and orbit design are inverse processes of each other:

ProcessInputOutput
Orbit DesignPhysical parameters of a reference orbit (period, amplitude, etc.)Actual orbit under ephemeris model (numerical integration)
Orbit IdentificationObserved actual orbital state sequenceCorresponding CR3BP reference orbit and its physical parameters

In orbit design, a reference orbit is first obtained in CR3BP, then refined in the ephemeris model through multi-step shooting methods, two-level differential correction, etc., to obtain a real orbit satisfying the actual gravitational environment.

In orbit identification, the direction is reversed: starting from the actual orbital state sequence, physically interpretable parameters (such as period, amplitude) need to be extracted to find the corresponding reference orbit.

Limitations of Traditional Methods

The most direct orbit identification method is numerical integration and comparison: selecting a specific state vector, integrating to obtain a complete orbit, and then comparing with observation results. However, in cislunar space, this method faces fundamental difficulties:

1. Observation Errors

For non-cooperative targets, orbital states come from radar/optical tracking with noise errors.

2. Dynamical Model Uncertainty

During integration, there are unmodeled factors: perturbations (solar radiation pressure, lunar non-spherical gravity, other celestial bodies) and unknown orbital maneuvers of non-cooperative spacecraft.

3. Chaotic Sensitivity

CR3BP itself is a non-integrable chaotic system, where initial errors cause numerical integration to diverge rapidly. Numerical experiments by Qiao et al. (2025) show: when position error exceeds 10 km and velocity error exceeds 0.1 m/s, integrated trajectories diverge quickly, making it impossible to identify the initial Halo orbit.

Characteristic-Parameter-Based Identification Method

Qiao et al. (2025) proposed a six-dimensional characteristic parameter orbit identification method, effectively avoiding the numerical integration divergence problem:

Core Idea

  1. Transform the six-dimensional state (X,Y,Z,X˙,Y˙,Z˙)(X, Y, Z, \dot{X}, \dot{Y}, \dot{Z})(X,Y,Z,X˙,Y˙,Z˙) into six-dimensional characteristic parameters [q1,p1,I2,θ2,I3,θ3][q_1, p_1, I_2, \theta_2, I_3, \theta_3][q1​,p1​,I2​,θ2​,I3​,θ3​]
  2. The physical meaning of characteristic parameters is clear, directly related to the orbit's period, amplitude, etc.
  3. On the Poincaré section map, reference orbits have a one-to-one correspondence with section coordinates [I2(0),I3(0)][I_2^{(0)}, I_3^{(0)}][I2(0)​,I3(0)​]
  4. Search on the section map through optimization methods to minimize the mean squared error (MSE) between the actual orbit and reference orbit

Optimization Model

Given the state [X1,X2,...,Xn][X_1, X_2, ..., X_n][X1​,X2​,...,Xn​] corresponding to the observation sequence [t1,t2,...,tn][t_1, t_2, ..., t_n][t1​,t2​,...,tn​], define MSE:

MSE=1n∑i=1n[(I2(i)−φI2(σ0;t0,ti))2+(I3(i)−φI3(σ0;t0,ti))2]\text{MSE} = \frac{1}{n}\sum_{i=1}^{n}\left[(I_2^{(i)} - \varphi_{I_2}(\sigma_0; t_0, t_i))^2 + (I_3^{(i)} - \varphi_{I_3}(\sigma_0; t_0, t_i))^2\right] MSE=n1​i=1∑n​[(I2(i)​−φI2​​(σ0​;t0​,ti​))2+(I3(i)​−φI3​​(σ0​;t0​,ti​))2]

Where φ\varphiφ is the integral flow function of the central manifold canonical equations.

Optimization problem:

min⁡MSEx=[I2(0),I3(0),t0]\min_{\text{MSE}} \quad x = [I_2^{(0)}, I_3^{(0)}, t_0] MSEmin​x=[I2(0)​,I3(0)​,t0​]

s.t.∣Ij(0)−Ij∗∣≤Imax⁡,j=2,3\text{s.t.} \quad |I_j^{(0)} - I_j^*| \leq I_{\max}, \quad j=2,3 s.t.∣Ij(0)​−Ij∗​∣≤Imax​,j=2,3

t0∈[0,Tmax⁡]\quad t_0 \in [0, T_{\max}] t0​∈[0,Tmax​]

Bayesian Optimization

Since the MSE function is a black-box optimization problem (high computational cost, no explicit derivatives), Qiao et al. (2025) adopted Bayesian Optimization for solving, finding the global optimum within 30 function evaluations with high computational efficiency.

Sensitivity Analysis

Qiao et al. (2025) conducted systematic analysis of two major factors affecting orbit identification:

1. Observation Arc Length

Arc LengthIdentification Result Characteristics
Short arc (1 hour)Results are scattered, mainly distributed along constant energy lines, representing "instantaneous orbits"
Long arc (1 month)Results converge to reference orbit, representing "mean orbit"

This phenomenon is analogous to the concept of osculating elements and mean elements in the two-body problem.

2. Observation Errors (State Deviations)

Robustness to state errors:

  • When position error < 100 km and velocity error < 1 m/s, identification results have small fluctuations
  • 100 km position error and 1 m/s velocity error have equivalent impact on robustness
  • This points the way for future development of cislunar space orbit determination technology: greater emphasis should be placed on improving velocity measurement accuracy

Significance

This method provides an orbit identification approach for cislunar space situational awareness without relying on long-term numerical integration, remaining effective under non-cooperative target and low-precision observation conditions. Combined with Poincaré section distribution maps, the target's orbit family (northern Halo, southern Halo, Lissajous, etc.) and its physical parameters can be quickly determined.

Related Concepts

  • Central Manifold
  • Poincaré Section
  • Action-Angle Variables
  • Birkhoff-Gustavson Normal Form
  • Circular Restricted Three-Body Problem (CR3BP)
  • Cislunar Space Situational Awareness
  • Reference Orbit
  • Non-cooperative Target

References

  • Qiao C, Long X, Yang L, et al. Orbital parameter characterization and objects cataloging for Earth-Moon collinear libration points[J]. Chinese Journal of Aeronautics, 2025. doi: 10.1016/j.cja.2025.103869.
  • Wang X, Jin Y C, Schmitt S, et al. Recent advances in Bayesian optimization[J]. ACM Comput Surv, 2023, 55(13s): 1-36.
Improve this page
Last Updated: 4/26/26, 5:32 PM
Contributors: Hermes Agent
地月空间入门指南
Cislunar Space Beginner's GuideYour guide to cislunar space
View on GitHub

Navigate

  • Home
  • About
  • Space News
  • Glossary

Content

  • Cislunar Orbits
  • Research
  • Resources
  • Blue Team

English

  • Home
  • About
  • Space News
  • Glossary

Follow Us

© 2026 Cislunar Space Beginner's Guide  |  湘ICP备2026006405号-1
Related:智慧学习助手 UStudy航天任务工具箱 ATK
支持我
鼓励和赞赏我感谢您的支持