= OMEGA = == Description == This program * Calculates the angular velocity of a body's rotation by using the position of landmarks in subsequent images The images should be at least roughly registered (REGISTER) before starting === Required Files === * OMEGA.TXT which has an initial guess for the RA/DEC of omega and its magnitude in deg/da. * PICTLIST.TXT * LMRKLIST.TXT === Inputs === * The image name of two images that have some common landmarks in them === Outputs === * OMEGA_SUM.TXT - Inertial space RA/DEC of omega, Inertial space RA/DEC of body frame z-axis, and the LAT/LON of the omega vector in the body frame ---------- == Using OMEGA == Here is a sample of the standard input: {{{ omega Input PICNM0 P609229428F2 Input PICNM1 P609229440F2 OMEGA: 0.10196E-04 0.17130E-03 -0.36799E-03 ALPHA DP1 DL1 0.00012 0.00206 -0.00442 0.00000 0.00000 0.0000000000000000 Iterate? (y/n) n NaN NaN OMEGA: 0.10196E-04 0.17130E-03 -0.36799E-03 ET1 - ET0: 12.00000 RA DEC DEG/DA: 86.59369 -64.99963 2009.99984 Return to iteration? (y/n) n }}} ---------- CategoryPrograms