Skip to content

Fixed calculate profile in ShapeCollectionDialog

Raza, Zamaan requested to merge shape_collection_dialog into develop

Resolves #322 (closed)

  • Parameter ShapeCollection::_detectorCoords was not being set correctly. It should have been set to false for Kabsch coordinates.
  • Refactored parameter storage and passing in ShapeCollection
  • Moved some core-type calculations from ShapeCollectionDialog to ShapeCollection.
  • Fixed an issue with insufficient elements of DetectorWindow refreshing when the window is not open

Merge request reports