Describe Block 8 - Geometry/Residuals here.## page was renamed from Block 6A - Lat/Lon Tiling V0

Block 8 - Geometry Residuals

Description

Geometry is a very power and necessary tool in SPC in order to update the spacecraft position. Once done, the position and pointing of the spacecraft is significantly improved so that the calculations with residuals is more accurate.

Assumptions

User inputs

Procedure

Step 1- Ensure Stability

Ensure that there are no major problems with the shape model.

echo 5 .005 .0002 | residuals      # 5 is static, .005 should be 4*acceptable RMS error, .0002 is the pixel size of the highest resolution image
grep ">>" RESIDUALS.TXT

lithos
Main Menu: Q 0123O IUCRSG NVAMBX DEPL FZH?  >p                                                                               
p

 Input 12-character picture name.
<PICTNM>


 0. No change
 1. Tuck it away
 2. Ingore image in Vlm
1

Step 2 - Prep for geometry

rsync --exclude=*DAT -hapvP . <path>backup-<date>

Step 3 - Run Geometry

Running geometry is pretty simple, but it is very powerful. In this case, we will do an update of the central vector first. It is unlikely that it is needed because lithosP usually does this a lot, but it doesn't hurt. Then we run camera pointing, SCOBJ, which moves the spacecraft and its pointing. This updates the SUMFILES.

geometry
   1: landmark vectors.
   2: camera pointing, scobj
   0: end. 

 input operation list
120

 enter number of iterations
15
 use limbs for pointing? (y/n)
y
 continue? (y/n)
n

Step 4 - Review

echo 5 .005 .0002 | residuals      # 5 is static, .005 should be 4*acceptable RMS error, .0002 is the pixel size of the highest resolution image
grep ">>" RESIDUALS.TXT
grep ">" PICINFO.TXT