dials.reciprocal_lattice_viewer¶
Introduction¶
Visualise the strong spots from spotfinding in reciprocal space.
Examples:
dials.reciprocal_lattice_viewer imported.expt strong.refl
dials.reciprocal_lattice_viewer indexed.expt indexed.refl
Basic parameters¶
reverse_phi = False
crystal_frame = False
beam_centre_panel = None
beam_centre = None
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
experiment_ids = None
black_background = True
show_rotation_axis = False
show_beam_vector = False
show_reciprocal_cell = False
label_nearest_point = False
marker_size = Auto
autospin = False
model_view_matrix = None
Full parameter definitions¶
reverse_phi = False
.optional = True
.type = bool
crystal_frame = False
.optional = True
.type = bool
beam_centre_panel = None
.help = "Panel number for the beam centre"
.type = int(allow_none=True)
beam_centre = None
.help = "Fast, slow beam centre coordinates (mm)."
.type = floats(size=2)
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
experiment_ids = None
.type = ints(value_min=-1)
black_background = True
.help = "Switch between black or white background"
.type = bool
show_rotation_axis = False
.type = bool
show_beam_vector = False
.type = bool
show_reciprocal_cell = False
.type = bool
label_nearest_point = False
.type = bool
marker_size = Auto
.type = int(value_min=1, allow_none=True)
autospin = False
.type = bool
model_view_matrix = None
.type = floats(size=16)