Coder Social home page Coder Social logo

Comments (3)

krishna-birla avatar krishna-birla commented on July 19, 2024

The current version of OrbitDeterminator does not deal with orbital maneuvers, in fact in a way, it tries to ignore it. Let me explain why I say so.
The input for the tool is a set of Cartesian/spherical coordinates which need not be contiguous in time but you may expect it to be chronological. These are observational inputs, so they have various errors. Hence we apply curve fitting on the data before orbit determination. Think of it as local regression. Here is the catch: to detect orbital maneuvers, we need to find sudden changes in the slope of the curve, or abrupt changes in curvature. In other words, find out the points where the curve is non differentiable. But the curve fitting regression algorithm, by definition, tries to make the input data into an everywhere continuous and differentiable curve, hence losing the orbital maneuver information (maybe not completely). What you end up with, is a set of Keplerian elements that is, without the loss of generality, somewhat an average of the ellipses before and after the maneuver. This last statement is a mathematical over approximation the actual result will depend on how the Kalman filter behaves. Things become more complex if multiple maneuvers are present in the input data. This will be a nice topic to research on.

from orbitdeterminator.

vidhanarya avatar vidhanarya commented on July 19, 2024

As @krishna-birla mentioned we don't have a feature to measure force. If you want to measure the force, what you can do is calculate the acceleration (force per unit mass) with 2 body approximation i.e only earth and satellite and use gravitational acceleration at that point on the ellipse and multiply this acceleration with the mass of the satellite (If known). In short what you'll need to calculate the force or acceleration is:

  1. Point where acceleration is needed
  2. Mass of satellite to convert acceleration to force
    You can define a function for the same in main.py of your copy of the code.

from orbitdeterminator.

zeryabmoussaoui avatar zeryabmoussaoui commented on July 19, 2024

Thanks for your explantions, i take more time to read the code and i understand that you assume only gravitational force from earth (as a consequence the Ellipsoid fitting).
I will consider you proposal , thanks again.

from orbitdeterminator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.