From 79fbfcf29a0ca1b84befab6214178e9885efde6a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 30 Jul 2010 18:45:01 +0200 Subject: Add scripts/zone-axes for rendering multiple zone axes with render_hkl --- scripts/zone-axes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 scripts/zone-axes (limited to 'scripts') diff --git a/scripts/zone-axes b/scripts/zone-axes new file mode 100755 index 00000000..4f7b0ec6 --- /dev/null +++ b/scripts/zone-axes @@ -0,0 +1,20 @@ +#!/bin/sh + +FILENAME=$1 +SYM="6/mmm" + +render_hkl --zone-axis -p ../molecule.pdb --colscale=colour --weighting=I \ + --boost=5 ${FILENAME} \ + --down=1,0,0 --right=0,1,0 --output=zah-001.pdf -y ${SYM} + +render_hkl --zone-axis -p ../molecule.pdb --colscale=colour --weighting=I \ + --boost=50 ${FILENAME} \ + --down=0,0,1 --right=-1,1,0 --output=zab-110.pdf -y ${SYM} + +render_hkl --zone-axis -p ../molecule.pdb --colscale=colour --weighting=I \ + --boost=50 ${FILENAME} \ + --down=0,0,1 --right=0,1,0 --output=zab-100.pdf -y ${SYM} + +render_hkl --zone-axis -p ../molecule.pdb --colscale=colour --weighting=I \ + --boost=50 ${FILENAME} \ + --down=0,0,1 --right=1,0,0 --output=zab-010.pdf -y ${SYM} -- cgit v1.2.3