From b8dc678c8ace9230e7cf729a400e44c377bc4ba3 Mon Sep 17 00:00:00 2001 From: Chuck Date: Fri, 30 May 2014 15:43:01 +0200 Subject: process_hkl: Remove --sum and --max-only --- doc/man/process_hkl.1 | 13 ------------- src/process_hkl.c | 4 ---- 2 files changed, 17 deletions(-) diff --git a/doc/man/process_hkl.1 b/doc/man/process_hkl.1 index 31beb8c6..7a99316d 100644 --- a/doc/man/process_hkl.1 +++ b/doc/man/process_hkl.1 @@ -80,19 +80,6 @@ Attempt to scale each pattern for best fit with the current model. Scaling using process_hkl doesn't work very well: use \fBpartialator\fR if you need more advanced merging techniques. -.PD 0 -.IP \fB--sum\fR -.PD -Sum the intensities, instead of averaging them. This might be useful for -comparing results to radially summed powder patterns, but usually gives less -useful final intensities. - -.PD 0 -.IP \fB--max-only\fR -.PD -Output the maximum intensity for each reflection rather than the mean value of -all intensities. This is usually not useful. - .PD 0 .IP \fB--no-polarisation\fR .PD diff --git a/src/process_hkl.c b/src/process_hkl.c index 1916a1ae..507953c6 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -409,8 +409,6 @@ int main(int argc, char *argv[]) char *output = NULL; Stream *st; RefList *model; - int config_maxonly = 0; - int config_sum = 0; int config_scale = 0; char *sym_str = NULL; SymOpList *sym; @@ -438,10 +436,8 @@ int main(int argc, char *argv[]) {"help", 0, NULL, 'h'}, {"input", 1, NULL, 'i'}, {"output", 1, NULL, 'o'}, - {"max-only", 0, &config_maxonly, 1}, {"start-after", 1, NULL, 's'}, {"stop-after", 1, NULL, 'f'}, - {"sum", 0, &config_sum, 1}, {"scale", 0, &config_scale, 1}, {"no-polarisation", 0, &config_nopolar, 1}, {"no-polarization", 0, &config_nopolar, 1}, -- cgit v1.2.3