diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-09-06 15:37:37 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:37 +0100 |
commit | 0fbb2ed945b3758301be731062b530c63f36a380 (patch) | |
tree | 30598ef6f4c0452e125097f73079d923974cd072 /src | |
parent | 14cb0d299a94a48e6d20750824838820fff5701c (diff) |
Tweak MOSFLM command, and add commented-out REFIX command
Diffstat (limited to 'src')
-rw-r--r-- | src/mosflm.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mosflm.c b/src/mosflm.c index 928f91ad..4fada753 100644 --- a/src/mosflm.c +++ b/src/mosflm.c @@ -368,8 +368,14 @@ static void mosflm_send_next(struct image *image, struct mosflm_data *mosflm) break; case 9 : - snprintf(tmp, 255, "AUTOINDEX DPS FILE %s IMAGE 1\n", + snprintf(tmp, 255, "AUTOINDEX DPS FILE %s" + " IMAGE 1 MAXCELL 1000 REFINE\n", mosflm->sptfile); + + /* "This option is only available if you e-mail Andrew Leslie + * and ask for it." - MOSFLM + * snprintf(tmp, 255, "AUTOINDEX NODISPLAY IMAGE 1 FILE %s\n", + * mosflm->sptfile); */ mosflm_sendline(tmp, mosflm); break; |