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!
 
Posted June 2024 - 15 years after starting this class. I have learned a whole lot. To get to the short course on making your stock car, late model, hobby stock E-mod handle, look at the index below. Read all posts on Roll Center, Jacking effect and Why does car drive straight to the wall when I gas it? Also read You really have two race cars. This will cover 90% of problems you have. Simply put, the car pushes going in and is loose coming out. You do not have enuff downforce on the right...
I'm trying to decide what size and type of galvanized steel I need for 2 cantilever extensions. The cantilever is 5 ft. The space between the two cantilever arms is a 17 ft Gap the center 7 ft of the 17 ft Gap we'll need to Bear approximately 17,000 lb spread evenly from the front of the cantilever to the back of the cantilever over 5 ft. I will put support beams across these cantilever arms to support the load evenly
Thread 'What's the most likely cause for this carbon seal crack?'
We have a molded carbon graphite seal that is used in an inline axial piston, variable displacement hydraulic pump. One of our customers reported that, when using the “A” parts in the past, they only needed to replace them due to normal wear. However, after switching to our parts, the replacement cycle seems to be much shorter due to “broken” or “cracked” failures. This issue was identified after hydraulic fluid leakage was observed. According to their records, the same problem has occurred...

Similar threads

Back
Top