alignlog(1) alignlog(1) NAME alignlog - extract data from tiltalign log file SYNOPSIS alignlog <options> [a | b | log_filename] DESCRIPTION This Python script extracts useful sections from the output of Tiltal- ign(1). One or more options may be entered in any order; if multiple options are given, the different sections are printed out in the order given. If no filename is entered, alignlog will attempt to extract sections from the file align.log. If a or b is entered instead of a filename after the options, then sections will be printed from aligna.log or alignb.log, respectively. Options Alignlog uses the PIP package for input (see the manual page for pip). Options can be specified either as command line arguments (with the -) or one per line in a command file (without the -): -m Mappings: print variable mappings -e Errors: print errors and ratio of measured to unknowns -s Solution: print the alignment solution for each view -l Local: print the location and size of each local area, the num- ber of fiducials on each surface, and the mean residual. -c Coordinates: print the 3-D coordinates of the fiducials -r Residuals: print large residuals -a Angles: print planar fits and recommended change in angles -b Beam tilt: print F values from beam tilt searc -StandardInput Read parameter entries from standard input EXAMPLES Print solutions and errors from align.log: alignlog -s -e Print 3-D coordinates and angle recommendations from alignb.log: alignlog -c -a b AUTHOR David Mastronarde, mast at colorado dot edu SEE ALSO tiltalign BUGS BL3DEMC 4.3.7 alignlog(1)