aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"