Orbit Determination Issue (Method of Gauss, in Escobal's text)

AI Thread Summary
The discussion revolves around an orbit determination issue using the Method of Gauss as outlined in Escobal's text. The user is coding in MATLAB and has successfully implemented Vallado's code but is struggling with Escobal's equation due to the unknown altitude variable H_i, which is essential for calculating the X, Y, and Z vectors. The user seeks clarification on whether their interpretation of the altitude requirement is correct, given that they lack range data. The incorrect values for the position vectors are leading to an inaccurate slant range value. Assistance is requested to resolve these issues and improve the coding process.
tjcafitz
Messages
1
Reaction score
0
So I'm coding up some initial orbit determination stuff in MATLAB (for personal education; I love this stuff), and I am using 'Methods of Orbit Determination' by Escobal as a guide. I already got Vallado's code to work, now I'm just comparing other methods. I'm having an issue with one of his equations, though. Obviously, the method is angles-only, but one of the givens Escobal requires is H_i, and in his nomenclature section he says that H is the "Altitude of satellite measured normal to adopted ellipsoid". So its the altitude, which is an unknown since we don't have the orbit. I don't even have range data. Am I interpreting this part wrong? The reason I care about that variable is that my values for the X, Y, and Z vectors are off, which gives me a small slatn range value, which gives me the incorrect final value. the set of equations is:
G1(i) = a_e/sqrt(1-(2*f-f^2)*sin(phi)^2) + H ;
G2(i) = (1-f)^2*a_e/sqrt(1-(2*f-f^2)*sin(phi)^2) + H ;
X(i) = -G1(i)*cosd(phi)*cosd(theta(i)) ;
Y(i) = -G1(i)*cosd(phi)*sind(theta(i)) ;
Z(i) = -G2(i)*sind(phi) ;

Any ideas/help would be greatly appreciated.
 
Engineering news on Phys.org
I'm sorry you are not finding help at the moment. Is there any additional information you can share with us?
 
tjcafitz said:
So I'm coding up some initial orbit determination stuff in MATLAB (for personal education; I love this stuff), and I am using 'Methods of Orbit Determination' by Escobal as a guide. I already got Vallado's code to work, now I'm just comparing other methods. I'm having an issue with one of his equations, though. Obviously, the method is angles-only, but one of the givens Escobal requires is H_i, and in his nomenclature section he says that H is the "Altitude of satellite measured normal to adopted ellipsoid". So its the altitude, which is an unknown since we don't have the orbit. I don't even have range data. Am I interpreting this part wrong? The reason I care about that variable is that my values for the X, Y, and Z vectors are off, which gives me a small slatn range value, which gives me the incorrect final value. the set of equations is:
G1(i) = a_e/sqrt(1-(2*f-f^2)*sin(phi)^2) + H ;
G2(i) = (1-f)^2*a_e/sqrt(1-(2*f-f^2)*sin(phi)^2) + H ;
X(i) = -G1(i)*cosd(phi)*cosd(theta(i)) ;
Y(i) = -G1(i)*cosd(phi)*sind(theta(i)) ;
Z(i) = -G2(i)*sind(phi) ;

Any ideas/help would be greatly appreciated.
Hi!

Do you have Vallado's code maybe? I would really like to take a look at it :)
Thanks!
 
How did you find PF?: Via Google search Hi, I have a vessel I 3D printed to investigate single bubble rise. The vessel has a 4 mm gap separated by acrylic panels. This is essentially my viewing chamber where I can record the bubble motion. The vessel is open to atmosphere. The bubble generation mechanism is composed of a syringe pump and glass capillary tube (Internal Diameter of 0.45 mm). I connect a 1/4” air line hose from the syringe to the capillary The bubble is formed at the tip...
Thread 'Physics of Stretch: What pressure does a band apply on a cylinder?'
Scenario 1 (figure 1) A continuous loop of elastic material is stretched around two metal bars. The top bar is attached to a load cell that reads force. The lower bar can be moved downwards to stretch the elastic material. The lower bar is moved downwards until the two bars are 1190mm apart, stretching the elastic material. The bars are 5mm thick, so the total internal loop length is 1200mm (1190mm + 5mm + 5mm). At this level of stretch, the load cell reads 45N tensile force. Key numbers...
I'd like to create a thread with links to 3-D Printer resources, including printers and software package suggestions. My motivations are selfish, as I have a 3-D printed project that I'm working on, and I'd like to buy a simple printer and use low cost software to make the first prototype. There are some previous threads about 3-D printing like this: https://www.physicsforums.com/threads/are-3d-printers-easy-to-use-yet.917489/ but none that address the overall topic (unless I've missed...
Back
Top