geometry

(Compiled by TC)


BACK UP YOUR WORK BEFORE RUNNING GEOMETRY


Description

Makes a surface by solving for the spacecraft position, spacecraft pointing, and landmark locations. This procedure iterates the solutions for camera pointing and landmark vectors sequentially. The inputs are a list of operations where 1=landmark vectors, 2=camera pointing, 0=END, the number of iterations desired, a choice of whether to use limbs in determining camera pointing (y/n), and a option to do it all over again (y/n). For example,

 GEOMETRY
 120<- do 1 followed by 2
 30 <- do them 30 times
 y  <- use limbs for pointing
 n  <- stop when done

 GEOMETRY
 20 <- do 2 only
 10 <- do it 10 times
 n  <- don't use limbs for pointing
 n  <- stop when done

The default is to do these operations for all landmarks in LMRKLIST.TXT and all images in PICTLIST.TXT. If INIT_LITHOS.TXT contains a record

GEOPI='filename1'

or

GEOMAP='filename2'

then the files used are reduced - filename1 instead of PICTLIST.TXT and filename2 instead of LMRKLIST.TXT.

Requires

Input stdin

   120

   3

   y

   n

Output

PowerPoint Notes

Geometry Estimation Terms

geometry_imagedataoffset.jpg geometry_errosfromincorrectdataoffset.jpg

More in Depth Description of Geometry

geometry_outline.jpg