aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cell.c4
-rw-r--r--src/cell.h4
-rw-r--r--src/detector.c4
-rw-r--r--src/detector.h4
-rw-r--r--src/diffraction.c4
-rw-r--r--src/diffraction.h4
-rw-r--r--src/displaywindow.c2
-rw-r--r--src/displaywindow.h2
-rw-r--r--src/ewald.c4
-rw-r--r--src/ewald.h4
-rw-r--r--src/get_hkl.c2
-rw-r--r--src/hdf5-file.c4
-rw-r--r--src/hdf5-file.h4
-rw-r--r--src/hdfsee.c2
-rw-r--r--src/hdfsee.h2
-rw-r--r--src/image.c4
-rw-r--r--src/image.h4
-rw-r--r--src/intensities.c4
-rw-r--r--src/intensities.h4
-rw-r--r--src/pattern_sim.c4
-rw-r--r--src/process_hkl.c2
-rw-r--r--src/reflections.c2
-rw-r--r--src/reflections.h2
-rw-r--r--src/relrod.c4
-rw-r--r--src/relrod.h4
-rw-r--r--src/render.c2
-rw-r--r--src/render.h2
-rw-r--r--src/sfac.c4
-rw-r--r--src/sfac.h4
-rw-r--r--src/statistics.c4
-rw-r--r--src/statistics.h4
-rw-r--r--src/utils.c4
-rw-r--r--src/utils.h4
33 files changed, 56 insertions, 56 deletions
diff --git a/src/cell.c b/src/cell.c
index 6d4cc93b..baf110a6 100644
--- a/src/cell.c
+++ b/src/cell.c
@@ -3,9 +3,9 @@
*
* Unit Cell Calculations
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/cell.h b/src/cell.h
index 8f6a1348..4f96d870 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -3,9 +3,9 @@
*
* Unit Cell Calculations
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/detector.c b/src/detector.c
index bbfdcd98..ce01352c 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -3,9 +3,9 @@
*
* Detector properties
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/detector.h b/src/detector.h
index 7b9d567c..dff41b43 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -3,9 +3,9 @@
*
* Detector properties
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/diffraction.c b/src/diffraction.c
index f4b91a63..94b10d38 100644
--- a/src/diffraction.c
+++ b/src/diffraction.c
@@ -3,9 +3,9 @@
*
* Calculate diffraction patterns by Fourier methods
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/diffraction.h b/src/diffraction.h
index 6a39ee93..1ad5fd50 100644
--- a/src/diffraction.h
+++ b/src/diffraction.h
@@ -3,9 +3,9 @@
*
* Calculate diffraction patterns by Fourier methods
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/displaywindow.c b/src/displaywindow.c
index 3b80b46e..bb524093 100644
--- a/src/displaywindow.c
+++ b/src/displaywindow.c
@@ -3,7 +3,7 @@
*
* Quick yet non-crappy HDF viewer
*
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2006-2009 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
diff --git a/src/displaywindow.h b/src/displaywindow.h
index be8a04af..63124d7b 100644
--- a/src/displaywindow.h
+++ b/src/displaywindow.h
@@ -3,7 +3,7 @@
*
* Quick yet non-crappy HDF viewer
*
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2006-2009 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
diff --git a/src/ewald.c b/src/ewald.c
index d2352b33..89c2e484 100644
--- a/src/ewald.c
+++ b/src/ewald.c
@@ -3,9 +3,9 @@
*
* Calculate q-vector arrays
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/ewald.h b/src/ewald.h
index ffa6e162..2dded15f 100644
--- a/src/ewald.h
+++ b/src/ewald.h
@@ -3,9 +3,9 @@
*
* Calculate q-vector arrays
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/get_hkl.c b/src/get_hkl.c
index 2a73f855..1fedc73e 100644
--- a/src/get_hkl.c
+++ b/src/get_hkl.c
@@ -3,7 +3,7 @@
*
* Small program to write out a list of h,k,l,I values given a structure
*
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2006-2009 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
diff --git a/src/hdf5-file.c b/src/hdf5-file.c
index 397e7a32..ea3b91f7 100644
--- a/src/hdf5-file.c
+++ b/src/hdf5-file.c
@@ -3,9 +3,9 @@
*
* Read/write HDF5 data files
*
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2006-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/hdf5-file.h b/src/hdf5-file.h
index 528292ca..7ad3cd25 100644
--- a/src/hdf5-file.h
+++ b/src/hdf5-file.h
@@ -3,9 +3,9 @@
*
* Read/write HDF5 data files
*
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2006-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/hdfsee.c b/src/hdfsee.c
index 073ee036..a4dec359 100644
--- a/src/hdfsee.c
+++ b/src/hdfsee.c
@@ -3,7 +3,7 @@
*
* Quick yet non-crappy HDF viewer
*
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2006-2009 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
diff --git a/src/hdfsee.h b/src/hdfsee.h
index 4aab5f3e..66b3779f 100644
--- a/src/hdfsee.h
+++ b/src/hdfsee.h
@@ -3,7 +3,7 @@
*
* Quick yet non-crappy HDF viewer
*
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2006-2009 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
diff --git a/src/image.c b/src/image.c
index 7ce3564f..755baa26 100644
--- a/src/image.c
+++ b/src/image.c
@@ -3,9 +3,9 @@
*
* Handle images and image features
*
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2006-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/image.h b/src/image.h
index 9066a218..b3fc7e67 100644
--- a/src/image.h
+++ b/src/image.h
@@ -3,9 +3,9 @@
*
* Handle images and image features
*
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2006-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/intensities.c b/src/intensities.c
index b48cbba8..d56983b4 100644
--- a/src/intensities.c
+++ b/src/intensities.c
@@ -3,9 +3,9 @@
*
* Extract intensities from patterns
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/intensities.h b/src/intensities.h
index 1a788f53..31f3d597 100644
--- a/src/intensities.h
+++ b/src/intensities.h
@@ -3,9 +3,9 @@
*
* Extract intensities from patterns
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index 34f94323..d076eb7f 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -1,9 +1,9 @@
/*
* main.c
*
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2006-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/process_hkl.c b/src/process_hkl.c
index 019a5369..0b444611 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -3,7 +3,7 @@
*
* Assemble and process FEL Bragg intensities
*
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2006-2009 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
diff --git a/src/reflections.c b/src/reflections.c
index 26a5d2b8..a9e1388d 100644
--- a/src/reflections.c
+++ b/src/reflections.c
@@ -3,7 +3,7 @@
*
* Utilities for handling reflections
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
diff --git a/src/reflections.h b/src/reflections.h
index ac35ae1e..9a84346e 100644
--- a/src/reflections.h
+++ b/src/reflections.h
@@ -3,7 +3,7 @@
*
* Utilities for handling reflections
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
diff --git a/src/relrod.c b/src/relrod.c
index 058075e9..ec1473d8 100644
--- a/src/relrod.c
+++ b/src/relrod.c
@@ -3,9 +3,9 @@
*
* Calculate reflection positions via line-sphere intersection test
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/relrod.h b/src/relrod.h
index 7d35cf60..f34a32f3 100644
--- a/src/relrod.h
+++ b/src/relrod.h
@@ -3,9 +3,9 @@
*
* Calculate reflection positions via line-sphere intersection test
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/render.c b/src/render.c
index ba76b9e6..ca36ae58 100644
--- a/src/render.c
+++ b/src/render.c
@@ -5,7 +5,7 @@
*
* (c) 2008-2009 Thomas White <taw27@cam.ac.uk>
*
- * hdfileview - view Ditabis Micron images
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/render.h b/src/render.h
index 85fe76ab..61660a78 100644
--- a/src/render.h
+++ b/src/render.h
@@ -5,7 +5,7 @@
*
* (c) 2008 Thomas White <taw27@cam.ac.uk>
*
- * micronview - view Ditabis Micron images
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/sfac.c b/src/sfac.c
index ac1546e4..fc174c39 100644
--- a/src/sfac.c
+++ b/src/sfac.c
@@ -3,9 +3,9 @@
*
* Scattering factors
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/sfac.h b/src/sfac.h
index 131a05e8..1420c51f 100644
--- a/src/sfac.h
+++ b/src/sfac.h
@@ -3,9 +3,9 @@
*
* Scattering factors
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/statistics.c b/src/statistics.c
index 84453ffa..e9aaff98 100644
--- a/src/statistics.c
+++ b/src/statistics.c
@@ -3,9 +3,9 @@
*
* Structure-factor statistics
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * integr_sim - Test relrod integration
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/statistics.h b/src/statistics.h
index bc8184ca..b2f87f1f 100644
--- a/src/statistics.h
+++ b/src/statistics.h
@@ -3,9 +3,9 @@
*
* Structure-factor statistics
*
- * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2007-2009 Thomas White <taw@physics.org>
*
- * integr_sim - Test relrod integration
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/utils.c b/src/utils.c
index d3499463..1f72c558 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -3,9 +3,9 @@
*
* Utility stuff
*
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2006-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/
diff --git a/src/utils.h b/src/utils.h
index 2f31db57..4f1dc86c 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -3,9 +3,9 @@
*
* Utility stuff
*
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
+ * (c) 2006-2009 Thomas White <taw@physics.org>
*
- * pattern_sim - Simulate diffraction patterns from small crystals
+ * Part of CrystFEL - crystallography with a FEL
*
*/