Tangent points to SXI in GSE
xx
The aiming point of the satellite is always on (x, 0 , 0) in the GSE system
A relation can be derived to correlate the image plane coordinates with GSE polar coordinates
Idea
We will try to convert the shue model to a 3D surface in spherical coordinates by rotating over the symmetry axis (x) with the φ angle. We will then convert this to cartesian coordinates, thus parametrizing the surface. We then compute the normal vector of the surface for each point (θ,φ) and find the tangent direction in the FOV of the satellite by requesting that the normal vector and the vector that connects the point to the satellite are perpendicular (dot product is zero). This gives us a set of (θ,φ) - a curve in 3D space. This is the tangent curve. We can find the projection of this curve to the image plane by calculating the angle between the aim point and each point of the curve, separately for the x and y direction.
Analytical implementation
Shue model in spherical (phi rotation is symmetrical when defined on the yz plane - Geocentric Solar Ecliptic System):
Cartesian coordinate Shue model:
Parameterized vector:
Partial differentials:
Normal vector:
Tangent points for satellite position r_sat:
This is unsolvable analytically, or with series expansion.
==> Numerical solutions and discrete comparison of fit ==> Numerical Solution & Performance
Conversion to image plane - angular difference from boresight:
- must have information of camera orientation
Assumption: orientation of el-az of camera same as X-Y plane of GSE:
Correct way : Use rotation matrix from the GSE to the camera frame when available - Coordinate transformation from GSE to SXI