This documentation page refers to a previous release of DIALS (1.14).
Click here to go to the corresponding page for the latest version of DIALS

dials.reciprocal_lattice_viewer

Introduction

Visualise the strong spots from spotfinding in reciprocal space.

Examples:

dials.reciprocal_lattice_viewer datablock.json strong.pickle

dials.reciprocal_lattice_viewer experiments.json indexed.pickle

Basic parameters

reverse_phi = False
beam_centre = None
show_rotation_axis = False
show_beam_vector = False
show_reciprocal_cell = False
d_min = None
z_min = None
z_max = None
n_min = 0
n_max = 1000000
partiality_min = None
partiality_max = None
display = *all unindexed indexed integrated
outlier_display = outliers inliers
marker_size = 5
experiment_ids = None
imageset_ids = None
autospin = False
model_view_matrix = None
black_background = True

Full parameter definitions

reverse_phi = False
  .optional = True
  .type = bool
beam_centre = None
  .help = "Fast, slow beam centre coordinates (mm)."
  .type = floats(size=2)
show_rotation_axis = False
  .type = bool
show_beam_vector = False
  .type = bool
show_reciprocal_cell = False
  .type = bool
d_min = None
  .type = float(value_min=0, allow_none=True)
z_min = None
  .type = float(allow_none=True)
z_max = None
  .type = float(allow_none=True)
n_min = 0
  .help = "Minimum size of spot in pixels"
  .type = int(allow_none=True)
n_max = 1000000
  .help = "Maximum size of spot in pixels"
  .type = int(allow_none=True)
partiality_min = None
  .type = float(allow_none=True)
partiality_max = None
  .type = float(allow_none=True)
display = *all unindexed indexed integrated
  .type = choice
outlier_display = outliers inliers
  .type = choice
marker_size = 5
  .type = int(value_min=1, allow_none=True)
experiment_ids = None
  .type = ints(value_min=-1)
imageset_ids = None
  .type = ints(value_min=0)
autospin = False
  .type = bool
model_view_matrix = None
  .type = floats(size=16)
black_background = True
  .help = "Switch between black or white background"
  .type = bool