Ticket #11691 (closed: fixed)
Make sure that sample Bilby script runs.
| Reported by: | Anton Piccardo-Selg | Owned by: | Anton Piccardo-Selg | 
|---|---|---|---|
| Priority: | major | Milestone: | Release 3.4 | 
| Component: | SANS | Keywords: | |
| Cc: | anders.markvardsen@… | Blocked By: | |
| Blocking: | Tester: | Anders-Markvardsen | 
Description
Currently the sample script of Anders for the Bilby group does not load because the data sets do not contain monitors. It fails at
        if isinstance(outWs, IEventWorkspace):
             LoadNexusMonitors(self._data_file, OutputWorkspace=monitor_ws_name)
        else:
            if monitor_ws_name in mtd:
                DeleteWorkspace(monitor_ws_name)
in isis_reduction_steps.py
We need to hedge for data which does not contain montiors, such as BILBY.
The current goal is to have the attached script pass.
Attachments
Change History
comment:1 Changed 5 years ago by Anton Piccardo-Selg
- Status changed from new to inprogress
 
Refs #11691 Hedge for event data without monitors
Changeset: 2064893bea3fd2ac0c885443db4030db1c6058e1
comment:2 Changed 5 years ago by Anton Piccardo-Selg
- Status changed from inprogress to verify
 - Resolution set to fixed
 
This is being verified as pull request #714.
comment:3 Changed 5 years ago by Anton Piccardo-Selg
Refs #11691 Fix access to valueerror in reduction steps
Changeset: 217295887f59c653268fb3cf251a063cd727db2e
Changed 5 years ago by Anton Piccardo-Selg
- Attachment Bilby_through_reduction_framework_Anders.py added
 
Changed 5 years ago by Anton Piccardo-Selg
- Attachment Bilby_through_reduction_framework_Anders.2.py added
 
comment:4 Changed 5 years ago by Anders-Markvardsen
- Status changed from verify to closed
 - Tester set to Anders-Markvardsen
 
Merge pull request #714 from mantidproject/feature/11691_allow_event_data_without_monitors
Hedge for event data without monitors
Full changeset: e0f235db4716825528209cd75dcb191709147832
