# "ULCN2005-commandfile.cmd" Version: 2006.08.03 # # Linux command script to run randlsq program to perform # Unified Lunar Control Network 2005 solution of Clementine # image data. # # Based on actual command script file "randlsq-MOON00546-060111.cmd" # but with extraneous solution series processing comments removed. # Filenames here are the original names, and have not been updated # to the "ULCN2005" series of file names. # # Written: 2006 August 3 by B. Archinal. # # 1.Specify date that last set of adjustment input measurements were # marked with. set DATEMEA=051211 # 2.Specify date to mark new files with. set DATE=060111 # rm -f zcheMOON0056-$DATE*.dat rm -f zoutMOON0056-$DATE.dat rm -f TEMP-MOON0056-$DATE.dat rm -f print.prt rm -f fort.21 rm -f fort.22 rm -f fort.23 # date /farm/geo/geomuser/barchina/bin_051125/randlsq \ PARFILE=zparMOON0054-051211.dat \ LSTFILE=zcheMOON0056-$DATE.dat \ INPFILE=zinpMOON0056-060111.dat \ OUTFILE=zoutMOON0056-$DATE.dat \ MEAFILE=clem-new_$DATEMEA.dat \ SOLVEFOR=ELLIPS \ SOLNTYPE=CONJG \ COMPUNC=NO \ USEPLAN=YES \ DATFMT=RANDCLEM \ TMPFILE=TEMP-MOON0056-$DATE.dat # date # # Make file of sorted residuals, starting with worst residuals. # /farm/geo/geomuser/barchina/bin_051125/worst_res -Clementine -7chpt << EOF zcheMOON0056-$DATE.dat zcheMOON0056-$DATE-rms.dat EOF # sort -t\\ -r -g -k 1.85,1.97 zcheMOON0056-$DATE-rms.dat > \ zcheMOON0056-$DATE-rms-sort.dat rm -f zcheMOON0056-$DATE-rms.dat # # Create file with solution sigma information only. # grep SIGM zcheMOON0056-$DATE.dat > zcheMOON0056-$DATE-sig.dat # date