laue_dials.sequence_to_stills

Basic parameters

output {
  experiments = stills.expt
  reflections = stills.refl
  log = laue.sequence_to_stills.log
  domain_size_ang = None
  half_mosaicity_deg = None
}

Full parameter definitions

output {
  experiments = stills.expt
    .help = "Filename for the experimental models that have been converted to"
            "stills"
    .type = str
  reflections = stills.refl
    .help = "Filename for the reflection tables with split shoeboxes (3D to"
            "2D)"
    .type = str
  log = laue.sequence_to_stills.log
    .help = "Filename for the reflection tables with split shoeboxes (3D to"
            "2D)"
    .type = str
  domain_size_ang = None
    .help = "Override for domain size. If None, use the crystal's domain size,"
            "if available"
    .type = float(allow_none=True)
  half_mosaicity_deg = None
    .help = "Override for mosaic angle. If None, use the crystal's mosaic"
            "angle, if available"
    .type = float(allow_none=True)
}
max_scan_points = None
  .help = "Limit number of scan points"
  .type = int(allow_none=True)
  .expert_level = 2