diff options
author | Thomas White <taw@physics.org> | 2010-07-30 18:44:04 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:55 +0100 |
commit | e09a64256a29547943a432ac5d41819835f8483a (patch) | |
tree | 3f4dfca844b770f6959e5d443396606c902c576b /scripts/test-facetron | |
parent | 63129a826c8156b1e7cd075e4dc5a23f3641e22a (diff) |
Add facetron program for profile fitting and post-refinement
Diffstat (limited to 'scripts/test-facetron')
-rwxr-xr-x | scripts/test-facetron | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/test-facetron b/scripts/test-facetron new file mode 100755 index 00000000..e10132d7 --- /dev/null +++ b/scripts/test-facetron @@ -0,0 +1,8 @@ +#!/bin/sh + +echo $1 | indexamajig --indexing=dirax -i - \ + -g ~/crystfel/examples/lcls-dec.geom \ + -p ~/lcls/1JB0.pdb \ + --near-bragg --filter-cm \ + 2>/dev/null | grep 'star' | cut -d"=" -f 2 | cut -d" " -f 1-4 \ + | ~/crystfel/src/facetron |