From ba83ae6fb1a19bd6c83957a8643cf56126090e07 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 30 Sep 2019 20:58:02 +0200 Subject: Fix commands --- files/calc-foms.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files') 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 -- cgit v1.2.3