#!/bin/tcsh -f # # # Reprocess a dataset # # if (${0:h} == ${0}) then set cmd = "" else set cmd = "${0:h}/" endif # # # Remove the spacegroup from the symbols file # # set symbols = (space 1) # # set space = # # source ${cmd}makesymbols source ${cmd}savesymbols # # # Define the usage specific to index # # set input = '[imagename]' # # set help = (title \ directory \ ident \ extension \ phi \ beamcenter \ backstopcenter \ backstopradius \ mosaic \ outputroot \ highres \ lowres \ addinteg \ twotheta \ nullpix \ overload \ wavelength \ gain \ polarization \ divergence \ dispersion) # # # Reprocess # # source ${cmd}mosflm # #