From 10fd97e6f88bd4d28ffc2bff56aa5ff19ca436ae Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 24 Mar 2017 15:07:25 +0100 Subject: indexamajig: Format --help and fix typos --- src/indexamajig.c | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src') diff --git a/src/indexamajig.c b/src/indexamajig.c index 6300f7ff..28a7bf85 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -111,37 +111,37 @@ static void show_help(const char *s) " --no-sat-corr Don't correct values of saturated peaks using a\n" " table included in the HDF5 file.\n" " --threshold= Only accept peaks above ADU in both the\n" -" Zaefferer and Peakfinder8 algorithms." +" Zaefferer and Peakfinder8 algorithms.\n" " Default: 800.\n" " --min-gradient= Minimum squared gradient for Zaefferer peak\n" " search. Default: 100,000.\n" -" --min-snr= Minimum signal-to-noise ratio for peaks, with both" +" --min-snr= Minimum signal-to-noise ratio for peaks, with both\n" " Zaefferer and Peakfinder8 algorithms.\n" " Default: 5.\n" -" --min-pix-count= Only accept peaks if they include more than " -" pixels, in the Peakfinder8 algorithm." +" --min-pix-count= Only accept peaks if they include more than \n" +" pixels, in the Peakfinder8 algorithm.\n" " Default: 2.\n" -" --max-pix-count= Only accept peaks if they include less than " -" pixels, in the Peakfinder8 algorithm." +" --max-pix-count= Only accept peaks if they include less than \n" +" pixels, in the Peakfinder8 algorithm.\n" " Default: 200.\n" " --local-bg-radius= Radius (in pixels) to use for the estimation of\n" " local background in the Peakfinder8 algorithm.\n" " Default: 3.\n" " --min-res= Only accept peaks if they lay at more than \n" -" pixels from the center of the detector, int the\n" +" pixels from the center of the detector, in the\n" " peakfinder8 algorithm. Default: 0.\n" " --max-res= Only accept peaks if they lay at less than \n" -" pixels from the center of the detector, int the\n" +" pixels from the center of the detector, in the\n" " peakfinder8 algorithm. Default: 1200.\n" -" --check-hdf5-snr Check SNR for peaks from --peaks=hdf5.\n" -" --peak-radius= Integration radii for peak search.\n" -" --int-radius= Set the integration radii. Default: 4,5,7.\n" -" --push-res= Integrate higher than apparent resolution cutoff.\n" -" --highres= Absolute resolution cutoff in Angstroms.\n" -" --fix-profile-radius Fix the reciprocal space profile radius for spot\n" -" prediction (default: automatically determine.\n" -" --fix-bandwidth Set the bandwidth for spot prediction.\n" -" --fix-divergence Set the divergence (full angle) for spot prediction.\n" +" --check-hdf5-snr Check SNR for peaks from --peaks=hdf5.\n" +" --peak-radius= Integration radii for peak search.\n" +" --int-radius= Set the integration radii. Default: 4,5,7.\n" +" --push-res= Integrate higher than apparent resolution cutoff.\n" +" --highres= Absolute resolution cutoff in Angstroms.\n" +" --fix-profile-radius Fix the reciprocal space profile radius for spot\n" +" prediction (default: automatically determine.\n" +" --fix-bandwidth Set the bandwidth for spot prediction.\n" +" --fix-divergence Set the divergence (full angle) for spot prediction.\n" "\n" "\nFor time-resolved stuff, you might want to use:\n\n" " --copy-hdf5-field Copy the value of field into the stream. You\n" -- cgit v1.2.3