aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-03 15:39:54 +0100
committerThomas White <taw@physics.org>2010-03-03 15:39:54 +0100
commit212ed1d2401348802e1e24ebe16dec69f215c039 (patch)
tree7c5a101f20b9787be348aeaf6122280e427c32bd
parentbc4edcdaeae690a1d0d848e53b4f61286a1298ef (diff)
Tidy up another message
-rw-r--r--src/index.c3
-rw-r--r--src/indexamajig.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/index.c b/src/index.c
index 470d9e4c..f5090265 100644
--- a/src/index.c
+++ b/src/index.c
@@ -35,9 +35,6 @@ static void write_drx(struct image *image)
FILE *fh;
int i;
- STATUS("Writing xfel.drx file. Remember that it uses units of "
- "reciprocal Angstroms!\n");
-
fh = fopen("xfel.drx", "w");
if ( !fh ) {
ERROR("Couldn't open temporary file xfel.drx\n");
diff --git a/src/indexamajig.c b/src/indexamajig.c
index e42991c4..ab4642b3 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -51,7 +51,8 @@ static void show_help(const char *s)
" --verbose Be verbose about indexing.\n"
" --write-drx Write 'xfel.drx' for visualisation of reciprocal\n"
" space. Implied by any indexing method other than\n"
-" 'none'.\n"
+" 'none'. Beware: the units in this file are\n"
+" reciprocal Angstroms.\n"
" --dump-peaks Write the results of the peak search to stdout.\n"
" --near-bragg Output a list of reflection intensities to stdout.\n"
" --simulate Simulate the diffraction pattern using the indexed\n"