aboutsummaryrefslogtreecommitdiff
path: root/scripts/sequence-image
diff options
context:
space:
mode:
authorAndrew V. Martin <amartin@psexport.slac.stanford.edu>2010-06-14 14:58:42 -0700
committerThomas White <taw@physics.org>2012-02-22 15:26:50 +0100
commit4d36fccc3106354a0668dba26ddf86895562e36a (patch)
treeea314dcc5fd7330ac2cea550a92d4484e32dbc9f /scripts/sequence-image
parent39566b52a63422dd6bf3706a88030dccb6bfecee (diff)
Add script: sequence-image
Diffstat (limited to 'scripts/sequence-image')
-rwxr-xr-xscripts/sequence-image8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/sequence-image b/scripts/sequence-image
new file mode 100755
index 00000000..196cdc7e
--- /dev/null
+++ b/scripts/sequence-image
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+for FILENAME in `cat $1`; do
+
+ ~/crystfel/src/hdfsee $2$FILENAME --binning=4 \
+ --int-boost=20 --filter-noise
+
+done