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)
    • Navigation

      • X-ray Pulsar Navigation

Orbit Identification

Source: Qiao et al. (2025) "Orbital parameter characterization and objects cataloging for Earth-Moon collinear libration points"

Website: 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 — the periodic or quasi-periodic orbit in the CR3BP model — that the spacecraft is executing.

The essence of this problem is: in 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 for space object cataloging, collision warning, and space traffic management.

Inverse Relationship with Orbit Design

Orbit identification and orbit design are inverse processes:

ProcessInputOutput
Orbit DesignPhysical parameters of 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, the reference orbit is first obtained in CR3BP, then refined in the ephemeris model using multiple shooting and differential correction methods to obtain the true orbit satisfying the actual gravitational environment.

In orbit identification, the direction is reversed: starting from the actual orbital state sequence, extract physically interpretable parameters (period, amplitude, etc.) to find the corresponding reference orbit.

Limitations of Traditional Methods

The most direct orbit identification method is numerical integration and comparison: select specific state vectors, integrate to obtain a complete orbit, and compare with observations. However, in cislunar space, this method faces fundamental difficulties:

1. Observation Errors

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

2. Dynamical Model Uncertainty

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

3. Chaos Sensitivity

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

Characteristic Parameter-Based Identification Method

Qiao et al. (2025) propose a six-dimensional characteristic parameter-based orbit identification method that effectively avoids numerical integration divergence:

Core Idea

  1. Convert 6D state (X,Y,Z,X˙,Y˙,Z˙)(X, Y, Z, \dot{X}, \dot{Y}, \dot{Z})(X,Y,Z,X˙,Y˙,Z˙) to 6D 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. Characteristic parameters have clear physical meaning, directly related to orbit period and amplitude
  3. On the Poincaré section diagram, 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. Use optimization to search on the section diagram to find the reference orbit minimizing the mean square error (MSE) between actual and reference orbits

Optimization Model

Given observation sequence [t1,t2,...,tn][t_1, t_2, ..., t_n][t1​,t2​,...,tn​] with states [X1,X2,...,Xn][X_1, X_2, ..., X_n][X1​,X2​,...,Xn​], 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) use Bayesian optimization, finding the global optimum within 30 function evaluations, highly efficient.

Sensitivity Analysis

Qiao et al. (2025) systematically analyze two factors affecting orbit identification:

1. Observation Arc Length

Arc LengthIdentification Result Characteristics
Short arc (1 hour)Results dispersed, mainly along equal-energy contours; represents "osculating orbit"
Long arc (1 month)Results converge to reference orbit; represents "mean orbit"

This parallels the concepts of osculating elements and mean elements in the two-body problem.

2. Observation Errors (State Deviations)

Robustness to state errors:

  • Position error < 100 km and velocity error < 1 m/s: identification result fluctuations are small
  • 100 km position error and 1 m/s velocity error have equivalent impact on robustness
  • This points to a direction for future cislunar orbit determination technology: greater emphasis should be placed on improving velocity measurement accuracy

Significance

This method provides a non-iteration-through-long-numerical-integration approach to orbit identification in cislunar space, effective even for non-cooperative targets under low-precision observation conditions. Combined with the Poincaré section distribution map, it can quickly determine which orbit family (Northern Halo, Southern Halo, Lissajous, etc.) a target belongs to and its physical parameters.

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/24/26, 7:52 AM
Contributors: ouyangjiahong
地月空间入门指南
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
支持我
鼓励和赞赏我感谢您的支持