aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-07-07 11:57:44 +0200
committerThomas White <taw@physics.org>2015-07-07 11:57:44 +0200
commit732d177f54c3c9d060992a9c4831401a4c926b6d (patch)
tree94b50fc31fb1436f4231dc7ebbab5c0853b9c6ff
parent270e3440f7fe3f8da5d31666c429179b9ae07798 (diff)
Update AUTHORS, ChangeLog and comments
-rw-r--r--AUTHORS6
-rw-r--r--ChangeLog2
-rw-r--r--src/process_hkl.c1
3 files changed, 8 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 06d12c7b..b2079433 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -57,8 +57,12 @@
* Takanori Nakane <nakane.t@gmail.com>
hdfsee ADSC export and scrollbars
- Some other bits and pieces
Hit rate calculator (doc/hitrate.{html,png})
+ Mosflm prior-cell interface
+ Many other bits and pieces
* Keitaro Yamashita <k.yamashita@spring8.or.jp>
Bug fixes
+ process_hkl --even-only/--odd-only
+ partialator --start-after/--stop-after
+ Other bits and pieces
diff --git a/ChangeLog b/ChangeLog
index 315e1e5e..b20db9af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@ Changes in this development version of CrystFEL
- "mosflm" indexing method now uses prior cell information when used with
mosflm version 7.2.0 or later.
- "asdf" indexing method added, which needs no external program.
+- process_hkl --even-only and --odd-only were added.
+- External bad pixel masks can now be used (see "mask_file" in geometry file).
- indexamajig: Can now use --int-diag with -j n where n>1
- compare_hkl now uses a B-factor for scaling the datasets.
- pattern_sim: spectrum normalisation added.
diff --git a/src/process_hkl.c b/src/process_hkl.c
index 981cf2fb..fb17e22f 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -8,6 +8,7 @@
* Copyright © 2012 Lorenzo Galli
*
* Authors:
+ * 2015 Keitaro Yamashita <k.yamashita@spring8.or.jp>
* 2009-2015 Thomas White <taw@physics.org>
* 2011 Andrew Martin <andrew.martin@desy.de>
* 2012 Lorenzo Galli <lorenzo.galli@desy.de>