summaryrefslogtreecommitdiff
path: root/files/calc-foms.sh
diff options
context:
space:
mode:
Diffstat (limited to 'files/calc-foms.sh')
-rw-r--r--files/calc-foms.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/calc-foms.sh b/files/calc-foms.sh
index 02266a2..ef2e28a 100644
--- a/files/calc-foms.sh
+++ b/files/calc-foms.sh
@@ -5,11 +5,11 @@ conda activate cfel_crystallography
set -x
-check_hkl merged.hkl --highres=3 -p 5HT2B.cell
+check_hkl ${CRYSTFEL_DEMO_FILES}/merged.hkl --highres=3 -p ${CRYSTFEL_DEMO_FILES}/5HT2B.cell
cat shells.dat
-compare_hkl merged.hkl1 merged.hkl2 --highres=3 -p 5HT2B.cell --fom=cc
+compare_hkl ${CRYSTFEL_DEMO_FILES}/merged.hkl1 ${CRYSTFEL_DEMO_FILES}/merged.hkl2 --highres=3 -p ${CRYSTFEL_DEMO_FILES}/5HT2B.cell --fom=cc
cat shells.dat
-compare_hkl merged.hkl1 merged.hkl2 --highres=3 -p 5HT2B.cell --fom=Rsplit
+compare_hkl ${CRYSTFEL_DEMO_FILES}/merged.hkl1 ${CRYSTFEL_DEMO_FILES}/merged.hkl2 --highres=3 -p ${CRYSTFEL_DEMO_FILES}/5HT2B.cell --fom=Rsplit
cat shells.dat