2,684
edits
Line 24: | Line 24: | ||
# '''ORGX and ORGY''' Unless you can guess the direct beam position on the images, ''e.g.'' from ice rings, set both these values to half the detector size. In the case of this example, where the MAR-CCD is 3072x3072 pixels, this means | # '''ORGX and ORGY''' Unless you can guess the direct beam position on the images, ''e.g.'' from ice rings, set both these values to half the detector size. In the case of this example, where the MAR-CCD is 3072x3072 pixels, this means | ||
ORGX=1536.00 ORGY=1536.00 !Detector origin (pixels). | ORGX=1536.00 ORGY=1536.00 !Detector origin (pixels). | ||
#'''Experiment specific settings''' The following numbers are also usually found in the image header: | # '''Experiment specific settings''' The following numbers are also usually found in the image header (or in your lab notebook, or in logs written by the beamline software): | ||
DETECTOR_DISTANCE= 150.0 !(mm) | DETECTOR_DISTANCE= 150.0 !(mm) | ||
OSCILLATION_RANGE=1.0 !degrees (>0) | OSCILLATION_RANGE=1.0 !degrees (>0) | ||
Line 30: | Line 30: | ||
NAME_TEMPLATE_OF_DATA_FRAMES=./images/tutorial_????.img ! TIFF | NAME_TEMPLATE_OF_DATA_FRAMES=./images/tutorial_????.img ! TIFF | ||
DATA_RANGE=1 180 !Numbers of first and last data image collected | DATA_RANGE=1 180 !Numbers of first and last data image collected | ||
Then data processing can start. type <pre>#> xds_par </pre> to run xds and wait until it's finished. | |||
== Indexing Fails == | == Indexing Fails == |