Ticket #4897 (closed: fixed)
View sample logs in MDWorkspaces in MantidPlot
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description (last modified by Janik Zikovsky) (diff)
There can be several logs so there needs to be a mechanism to view specific ones.
Change History
comment:3 Changed 9 years ago by Janik Zikovsky
Refs #4897 handle an index into experiment info in SampleLogDialog
Changeset: dff1973d186e5abdb27ab4a6c58ebbd3e7483718
comment:4 Changed 9 years ago by Janik Zikovsky
Refs #4897 up/down button to choose which experiment info
to view in sample logs
Changeset: f917a565cac9e60cadf30020f655e87f094fc0cc
comment:5 Changed 9 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
Note to testers: This script generates a MDWorkspace with multiple exeperiment infos.
for n in range(48000, 48010): angle = n - 48000 LoadEventNexus(Filename=r'CNCS_%d_event.nxs' % n,OutputWorkspace='cncs') AddSampleLog(Workspace='cncs',LogName='omega',LogText='%g' % angle,LogType='Number Series') AddSampleLog(Workspace='cncs',LogName='phi',LogText='0',LogType='Number Series') AddSampleLog(Workspace='cncs',LogName='chi',LogText='0',LogType='Number Series') ConvertToDiffractionMDWorkspace(InputWorkspace='cncs',OutputWorkspace='cncs_md',OutputDimensions='Q (sample frame)', Append=1)
You should check that the logs work on MatrixWorkspace, MDEventWS and MDHistoWS.
comment:6 Changed 8 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
comment:7 Changed 8 years ago by Andrei Savici
- Status changed from verifying to reopened
- Resolution fixed deleted
It gives a scary error message if no sample log is available (ConvertToMDEvents)
comment:9 Changed 8 years ago by Janik Zikovsky
Refs #4897: use a blank dialog instead of a scary error message
Changeset: 85ec2995ca21cace0bd38c622e8d936bc8d0e536
comment:10 Changed 8 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
comment:13 Changed 8 years ago by Janik Zikovsky
Refs #4897: use a blank dialog instead of a scary error message
Changeset: 85ec2995ca21cace0bd38c622e8d936bc8d0e536
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5743