Ticket #6848 (closed: fixed)
Calculate goniometer settings for two runs given that chi, and omega angles match for the runs..
Reported by: | Ruth Mikkelson | Owned by: | Ruth Mikkelson |
---|---|---|---|
Priority: | major | Milestone: | Release 2.6 |
Component: | Diffraction | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Vickie Lynch |
Description (last modified by Ruth Mikkelson) (diff)
Commonly, the goniometer readings are incorrect or unknown. This algorithm will find the chi and omega goniometer angles for a 2nd run given two SCD runs that have orientation matrices with very close lattice parameters, and only the phi angle changed between these two runs.
Change History
comment:1 Changed 7 years ago by Ruth Mikkelson
- Owner set to Ruth Mikkelson
- Status changed from new to accepted
comment:3 Changed 7 years ago by Ruth Mikkelson
Refs #6848 Initial checkin of work
Changeset: ba2c77e52c9a8d45e17c17360c7aeecd9d11f250
comment:4 Changed 7 years ago by Ruth Mikkelson
Refs #6848 Initial checkin of work
Changeset: ba2c77e52c9a8d45e17c17360c7aeecd9d11f250
comment:5 Changed 7 years ago by Ruth Mikkelson
- Status changed from accepted to verify
- Resolution set to fixed
- Description modified (diff)
- Summary changed from Calculate goniometer settings for two runs given that two of phi, chi, and omega angles match for the runs.. to Calculate goniometer settings for two runs given that chi, and omega angles match for the runs..
comment:6 Changed 7 years ago by Vickie Lynch
Ticket #6469 breaks this test because LoadIsawPeaks must have OutputWorkspace type Workspace for Load. To fix:
API::Workspace_sptr ows=alg.getProperty("OutputWorkspace"); DataObjects::PeaksWorkspace_sptr peaks = boost::dynamic_pointer_cast<DataObjects::PeaksWorkspace>(ows);
comment:7 Changed 7 years ago by Vickie Lynch
Refs #6848 get develop test working for #6469
Changeset: f9b78dbebf8798d86f26132df9dea00881908565
comment:8 Changed 7 years ago by Vickie Lynch
Refs #6848 get develop test working for #6469
Changeset: f9b78dbebf8798d86f26132df9dea00881908565
comment:9 Changed 7 years ago by Vickie Lynch
- Status changed from verify to verifying
- Tester set to Vickie Lynch
comment:10 Changed 7 years ago by Ruth Mikkelson
Refs #6848 Initial checkin of work
Changeset: ba2c77e52c9a8d45e17c17360c7aeecd9d11f250
comment:11 Changed 7 years ago by Vickie Lynch
Refs #6848 get develop test working for #6469
Changeset: f9b78dbebf8798d86f26132df9dea00881908565
comment:12 Changed 7 years ago by Vickie Lynch
- Status changed from verifying to closed
Work using TOPAZ 5643 and 5637. Needs wiki page
comment:15 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 7694