summaryrefslogtreecommitdiff
path: root/files/calc-foms.sh
blob: 02266a2d76b3c4f81cff71a7acfaf42cce136059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

source /gpfs/cfel/cxi/common/public/cfelsoft-rh7-public/conda-setup.sh
conda activate cfel_crystallography

set -x

check_hkl merged.hkl --highres=3 -p 5HT2B.cell
cat shells.dat

compare_hkl merged.hkl1 merged.hkl2 --highres=3 -p 5HT2B.cell --fom=cc
cat shells.dat

compare_hkl merged.hkl1 merged.hkl2 --highres=3 -p 5HT2B.cell --fom=Rsplit
cat shells.dat