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.show

Introduction

Examples:

dials.show datablock.json

dials.show experiments.json

dials.show image_*.cbf

dials.show reflections.pickle

Basic parameters

show_scan_varying = False
show_all_reflection_data = False
show_intensities = False
show_centroids = False
show_profile_fit = False
show_flags = False
show_identifiers = False
max_reflections = None

Full parameter definitions

show_scan_varying = False
  .help = "Whether or not to show the crystal at each scan point."
  .type = bool
show_all_reflection_data = False
  .help = "Whether or not to print individual reflections"
  .type = bool
show_intensities = False
  .type = bool
show_centroids = False
  .type = bool
show_profile_fit = False
  .type = bool
show_flags = False
  .help = "Show a summary table of reflection flags"
  .type = bool
show_identifiers = False
  .help = "Show experiment identifiers map if set"
  .type = bool
max_reflections = None
  .help = "Limit the number of reflections in the output."
  .type = int(allow_none=True)