diff options
author | Thomas White <taw@physics.org> | 2013-01-10 15:13:44 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-01-10 15:13:44 +0100 |
commit | f1a87a3eb0f2241c61bebaf22850ecdda3ac5971 (patch) | |
tree | 20a8c0d5559590b4908d95667a429bb3806b9057 | |
parent | a1e0854a972a988a7153df04f74dcee3ff9e75b9 (diff) |
Remove references to powder_plot
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | doc/man/crystfel.7 | 4 | ||||
-rw-r--r-- | doc/man/crystfel_geometry.5 | 2 | ||||
-rw-r--r-- | doc/man/process_hkl.1 | 4 |
4 files changed, 2 insertions, 12 deletions
@@ -61,10 +61,6 @@ In addition, there is also: - get_hkl, for doing various simple operations on reflection lists. - - powder_plot, for turning image or reflection data into a histogram of - reciprocal space vector moduli and intensities (i.e. a - 1D powder diffraction trace). - - compare_hkl, for working out the differences (e.g. a q-dependent scaling factor) between two lists of reflections. diff --git a/doc/man/crystfel.7 b/doc/man/crystfel.7 index 3efb3004..b2876b59 100644 --- a/doc/man/crystfel.7 +++ b/doc/man/crystfel.7 @@ -44,9 +44,6 @@ In addition, there is also: .IP \fBget_hkl\fR A tool for manipulating reflection lists, such as performing symmetry expansion. -.IP \fBpowder_plot\fR -A tool for the calculation of one-dimensional "powder" traces. - .IP \fBcompare_hkl\fR and \fBcheck_hkl\fR Tools for calculating figures of merit, such as completeness and R-factors. @@ -171,7 +168,6 @@ You should have received a copy of the GNU General Public License along with Cry .BR compare_hkl (1), .BR check_hkl (1), .BR render_hkl (1), -.BR powder_plot (1), .BR hdfsee (1), .BR get_hkl (1), .BR crystfel_geometry (5). diff --git a/doc/man/crystfel_geometry.5 b/doc/man/crystfel_geometry.5 index ccc6fad1..216aec15 100644 --- a/doc/man/crystfel_geometry.5 +++ b/doc/man/crystfel_geometry.5 @@ -15,7 +15,7 @@ See below for information about CrystFEL's beam description files. .SH CRYSTFEL DETECTOR GEOMETRY FILES The detector geometry is taken from a text file rather than hardcoded into the program. Programs which care about the geometry (particularly -\fBindexamajig\fR, \fBpattern_sim\fR and \fBpowder_plot\fR) take an argument +\fBindexamajig\fR and \fBpattern_sim\fR take an argument \fB--geometry=\fR\fIfilename\fR, where \fIfilename\fR contains the geometry. .PP A flexible (and pedantic) representation of the detector has been developed to diff --git a/doc/man/process_hkl.1 b/doc/man/process_hkl.1 index 1b07dc04..1a8bc05b 100644 --- a/doc/man/process_hkl.1 +++ b/doc/man/process_hkl.1 @@ -90,8 +90,7 @@ need more advanced merging techniques. .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. \fBpowder_plot\fR has more advanced features for -calculating 'powder' patterns. +useful final intensities. .PD 0 .IP \fB--max-only\fR @@ -142,5 +141,4 @@ You should have received a copy of the GNU General Public License along with Cry .BR compare_hkl (1), .BR check_hkl (1), .BR render_hkl (1), -.BR powder_plot (1), .BR partialator (1) |