forked from maciejwlodek/xscale_c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
39 lines (28 loc) · 1.23 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
XSCALE_C_PAR
============
(C) Copyright 2019 Maciej R. Wlodek
7 June 2019
xscale_c_par runs xscale on all permutations or
combinations of input data sets and produces a
sorted table with completeness, r value, and
number of unique reflections from each run.
Usage: xscale_c_par [-c | -p | -b] XSCALE.INP
Note: use no more than 32 input files
Options:
|---------------------|---------------------------------|
| -h, --help: | Print usage message |
| -c, --combinations: | Run xscale on all combinations |
| | of the input files |
| -p, --permutations: | Run xscale on all permutations |
| | of the input files |
| -b, --both: | Run xscale on all combinations,|
| | and on those permutations |
| | that swap the primary |
| | (reference) input file |
|---------------------|---------------------------------|
xscale is an XDS program [Kabsch, Wolfgang. "XDS." Acta Cryst.
D66:2 (2010): 125 -- 132] See
http://xds.mpimf-heidelberg.mpg.de/html_doc/xscale_parameters.html
for XSCALE.INP syntax
Comilation:
cc -o xscale_c_par xscale_c_par.c