aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/man/crystfel_geometry.52
-rw-r--r--libcrystfel/src/detector.c1
-rw-r--r--libcrystfel/src/detector.h1
-rw-r--r--libcrystfel/src/hdf5-file.c1
-rw-r--r--libcrystfel/src/hdf5-file.h3
-rw-r--r--libcrystfel/src/image.h3
-rw-r--r--libcrystfel/src/reflist-utils.c1
-rw-r--r--libcrystfel/src/reflist-utils.h1
-rw-r--r--libcrystfel/src/stream.c1
-rw-r--r--src/partial_sim.c1
-rw-r--r--src/pattern_sim.c1
-rw-r--r--src/process_image.c1
12 files changed, 14 insertions, 3 deletions
diff --git a/doc/man/crystfel_geometry.5 b/doc/man/crystfel_geometry.5
index eda1b153..462b0e98 100644
--- a/doc/man/crystfel_geometry.5
+++ b/doc/man/crystfel_geometry.5
@@ -226,7 +226,7 @@ Reciprocal space 3D profile radius in m^-1. A sphere of this radius surrounds e
The parameters \fBbeam/fluence\fR and \fBbeam/radius\fR are only relevant when simulations, e.g. with pattern_sim. \fBbeam/bandwidth\fR, \fBbeam/divergence\fR and \fBprofile_radius\fR affect which spots are predicted for the final stages of integration.
.SH AUTHOR
-This page was written by Thomas White.
+This page was written by Thomas White and Valerio Mariani.
.SH REPORTING BUGS
Report bugs to <taw@physics.org>, or visit <http://www.desy.de/~twhite/crystfel>.
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c
index e17c51a0..7ceaddbd 100644
--- a/libcrystfel/src/detector.c
+++ b/libcrystfel/src/detector.c
@@ -9,6 +9,7 @@
*
* Authors:
* 2009-2014 Thomas White <taw@physics.org>
+ * 2014 Valerio Mariani
* 2014 Kenneth Beyerlein <kenneth.beyerlein@desy.de>
* 2011 Andrew Aquila
* 2011 Richard Kirian <rkirian@asu.edu>
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h
index 9245849f..65865da7 100644
--- a/libcrystfel/src/detector.h
+++ b/libcrystfel/src/detector.h
@@ -11,6 +11,7 @@
* 2009-2014 Thomas White <taw@physics.org>
* 2011-2012 Richard Kirian <rkirian@asu.edu>
* 2011 Andrew Aquila
+ * 2014 Valerio Mariani
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c
index a0fa8866..333e1fff 100644
--- a/libcrystfel/src/hdf5-file.c
+++ b/libcrystfel/src/hdf5-file.c
@@ -8,6 +8,7 @@
*
* Authors:
* 2009-2012 Thomas White <taw@physics.org>
+ * 2014 Valerio Mariani
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h
index b5159fcf..2e24a039 100644
--- a/libcrystfel/src/hdf5-file.h
+++ b/libcrystfel/src/hdf5-file.h
@@ -7,7 +7,8 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2014 Thomas White <taw@physics.org>
+ * 2009-2012 Thomas White <taw@physics.org>
+ * 2014 Valerio Mariani
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index c3fe4505..068affae 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -7,7 +7,8 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2014 Thomas White <taw@physics.org>
+ * 2009-2013 Thomas White <taw@physics.org>
+ * 2014 Valerio Mariani
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/reflist-utils.c b/libcrystfel/src/reflist-utils.c
index e033791b..5993811d 100644
--- a/libcrystfel/src/reflist-utils.c
+++ b/libcrystfel/src/reflist-utils.c
@@ -8,6 +8,7 @@
*
* Authors:
* 2011-2014 Thomas White <taw@physics.org>
+ * 2014 Valerio Mariani
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/reflist-utils.h b/libcrystfel/src/reflist-utils.h
index 6bd2af47..a3adffd2 100644
--- a/libcrystfel/src/reflist-utils.h
+++ b/libcrystfel/src/reflist-utils.h
@@ -8,6 +8,7 @@
*
* Authors:
* 2011-2014 Thomas White <taw@physics.org>
+ * 2014 Valerio Mariani
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c
index e1a67714..11eb8dbf 100644
--- a/libcrystfel/src/stream.c
+++ b/libcrystfel/src/stream.c
@@ -12,6 +12,7 @@
* 2011 Richard Kirian
* 2011 Andrew Aquila
* 2014 Takanori Nakane <nakane.t@gmail.com>
+ * 2014 Valerio Mariani
*
* This file is part of CrystFEL.
*
diff --git a/src/partial_sim.c b/src/partial_sim.c
index 9c876c27..9bfe33fe 100644
--- a/src/partial_sim.c
+++ b/src/partial_sim.c
@@ -8,6 +8,7 @@
*
* Authors:
* 2011-2014 Thomas White <taw@physics.org>
+ * 2014 Valerio Mariani
*
* This file is part of CrystFEL.
*
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index 98dee1b6..8568dc5f 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -9,6 +9,7 @@
* Authors:
* 2009-2014 Thomas White <taw@physics.org>
* 2013-2014 Chun Hong Yoon <chun.hong.yoon@desy.de>
+ * 2014 Valerio Mariani
* 2013 Alexandra Tolstikova
*
* This file is part of CrystFEL.
diff --git a/src/process_image.c b/src/process_image.c
index 914d79f3..c64f21b8 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -8,6 +8,7 @@
*
* Authors:
* 2010-2014 Thomas White <taw@physics.org>
+ * 2014 Valerio Mariani
*
* This file is part of CrystFEL.
*