2,684
edits
(rev 0.65 add Bruker Photonics II) |
(→The script: DELPHI=15 for Bruker) |
||
Line 15: | Line 15: | ||
# purpose: generate XDS.INP | # purpose: generate XDS.INP | ||
# | # | ||
# tested with some datasets from ALS, SSRL, SLS, ESRF, BESSY, SPring-8 and PF; only MAR, ADSC/SMV, PILATUS, RAXIS (in-house) detectors; | # tested with some datasets from ALS, SSRL, SLS, ESRF, BESSY, SPring-8 and PF; only MAR, ADSC/SMV, PILATUS, Eiger, RAXIS (in-house), Bruker (Photonics II) detectors; | ||
# for other detectors, values marked with XXX must be manually filled in. | # for other detectors, values marked with XXX must be manually filled in. | ||
# | # | ||
Line 713: | Line 713: | ||
!EXCLUDE_RESOLUTION_RANGE= 1.751 1.691 !ice-ring at 1.721 Angstrom - weak | !EXCLUDE_RESOLUTION_RANGE= 1.751 1.691 !ice-ring at 1.721 Angstrom - weak | ||
eof | eof | ||
if [ "$DET" == "pilatus" -o "$DET" == "eiger" ]; then | if [ "$DET" == "Bruker-cbf" ]; then | ||
echo "DELPHI=15 ! refine less often than the default of 5" >> XDS.INP | |||
elif [ "$DET" == "pilatus" -o "$DET" == "eiger" ]; then | |||
cat >> XDS.INP << eof | cat >> XDS.INP << eof | ||
SEPMIN=4 CLUSTER_RADIUS=2 | SEPMIN=4 CLUSTER_RADIUS=2 |