diff options
-rw-r--r-- | AUTHORS | 6 | ||||
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/process_hkl.c | 1 |
3 files changed, 8 insertions, 1 deletions
@@ -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 @@ -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> |