Skip to content

SubframeShapes

Raza, Zamaan requested to merge subframe_shapes into develop

Motivated by the lack of clarity in what is now called ShapeModel. The new interface puts the shape model at a definite point in the workflow (ideally after indexing and before prediction), makes it clear which shape collection is being used (as well as allowing multiple shape collections to be saved), and makes it possible to see the effect of the shape model on the peak shape in real time.

In SubframeShapes the user can:

  1. Construct a new model from a given shape collection
  2. View a shape constructed from the model at a specific detector location
  3. View the resulting integration region from applying the shape model to a single peak (click on the peak in DetectorScene)
  4. Apply the shape model to a peak collection.

Resolves #415 (closed), #419 (closed), #423 (closed)

Merge request reports