Ticket #3381 (closed: worksforme)
User script not converting X values properly
Reported by: | Martyn Gigg | Owned by: | Andrei Savici |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
Spencer Howells has a script that performs some processing using CreateWorkspace and the final output has the first 2 spectra with different X values when they should be the same as the others.
Scripts are attached and the result workspace is called 'osi92711_Correct_osi92756'. The resulting plot should have the peaks at the same X position however 1 is offset as can be seen in the image.
Attachments
Change History
comment:2 Changed 9 years ago by Nick Draper
- Priority changed from major to critical
- Status changed from new to assigned
- Owner set to Anyone
comment:3 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 30 to Iteration 31
Bulk move of tickets to iteration 31 at the iteration 30 code freeze
comment:4 Changed 9 years ago by Andrei Savici
- Owner changed from Anyone to Andrei Savici
- Status changed from assigned to accepted
comment:5 Changed 9 years ago by Andrei Savici
- Status changed from accepted to verify
- Resolution set to worksforme
comment:6 Changed 9 years ago by Andrei Savici
just change
import CorrTestFirst as Main
to
import CorrTest as Main
comment:7 Changed 9 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
Note: See
TracTickets for help on using
tickets.