laue_dials.plot_wavelengths

Introduction

This script generates a histogram of the wavelengths present in a DIALS reflection table.

This program takes a DIALS reflection table that contains a wavelength column and produces a histogram of the wavelengths present in the reflection table.

Examples:

laue.plot_wavelengths [options] FILENAME.refl

Basic parameters

show = True
save = False
output = "wavelengths.png"
refined_only = False
n_bins = 30
lam_min = None
lam_max = None
log = 'laue.plot_wavelengths.log'

Full parameter definitions

show = True
  .help = "Whether to display the generated histogram."
  .type = bool
save = False
  .help = "Whether to save the generated histogram."
  .type = bool
output = "wavelengths.png"
  .help = "The filename for the generated histogram."
  .type = str
refined_only = False
  .help = "Only histogram wavelengths of refined reflections."
  .type = bool
n_bins = 30
  .help = "The number of bins to histogram wavelengths with."
  .type = int(allow_none=True)
lam_min = None
  .help = "The lower limit for wavelength plot in Angstroms."
  .type = int(allow_none=True)
lam_max = None
  .help = "The upper limit for wavelength plot in Angstroms."
  .type = int(allow_none=True)
log = 'laue.plot_wavelengths.log'
  .help = "The log filename."
  .type = str