aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-06-23 15:29:23 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:50 +0100
commit64ebbdb6f7b7a7c11e289004a8d8246c4728334b (patch)
tree56572dbcb62109bb2b6ab626ea7600cb0573d822 /README
parent491907ee6a1d321e0630aee9394c499d7e75c94e (diff)
More documentation
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
index 86b5ce10..79d16288 100644
--- a/README
+++ b/README
@@ -88,3 +88,26 @@ coordinate system is formed using these definitions, CrystFEL will consider the
positive z direction to point towards the source of the incident beam.
The detector surface is assumed to be perpendicular to the incident beam.
+
+
+Program name
+------------
+
+There seems to be a tendency to capitalise the names of programs in
+publications. It's not 1970 any more, and programs can have capitalisation
+any way we choose, not just all capitals. I hope you can forgive me for being
+fussy about how my work is referred to in publications and talks.
+
+The name for the overall software suite is "CrystFEL", with this being the only
+acceptable capitalisation. The individual programs should always be referred to
+with all letters in lower case, exactly as written earlier in this file.
+
+In most cases, it will be more appropriate to refer to the overall suite than to
+one of its constituent programs.
+
+The following are NOT acceptable forms: "CRYSTFEL", "crystFEL", "Crystfel",
+"Indexamajig", "INDEXAMAJIG", "PATTERN_SIM", "Pattern_Sim", "Pattern_sim".
+
+In addition, CrystFEL is made up of "programs", not "routines" nor "procedures".
+(The "programs" in turn are made up from "routines" and "procedures", but unless
+you are exploring the source code, there's no need for you to know about that).