Ticket #1427 (closed: fixed)
Create 2 new "parameters.xml"s and remove all instrument specific data into classes
Reported by: | Steve Williams | Owned by: | Steve Williams |
---|---|---|---|
Priority: | major | Milestone: | Iteration 25 |
Component: | Mantid | Keywords: | |
Cc: | martyn.gigg@… | Blocked By: | |
Blocking: | Tester: | Martyn Gigg |
Description
- Create SANS2D_Parameters.xml and LOQ_Parameters.xml files with instrument dependent numbers, including monitor numbers, which spectra numbers are in which detectors and how this varies between run numbers, filename zero padding, defaults (transmission wavelengths for normalisation, monitor number selection, sample thinkness, etc.)
- Move loading and holding these data from SANSReduction.py into an instrument class.
Williams time estimate 1 day
Change History
comment:10 Changed 10 years ago by Steve Williams
- Status changed from accepted to verify
Took 2 days of effort to complete
comment:12 Changed 10 years ago by Martyn Gigg
- Status changed from verify to verifying
- Tester set to Martyn Gigg
comment:13 Changed 10 years ago by Martyn Gigg
- Status changed from verifying to closed
Confirmed that files exists and contain appropriate data. Verified that the scripts now use these values and not those stored in the scripts themselves.
Verified in version #5882
comment:14 Changed 10 years ago by Steve Williams
- Priority changed from critical to major
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone changed from Iteration 24 to Unassigned
comment:16 Changed 10 years ago by Steve Williams
comment:17 Changed 10 years ago by Steve Williams
comment:18 Changed 10 years ago by Steve Williams
comment:19 Changed 10 years ago by Steve Williams
comment:20 Changed 10 years ago by Steve Williams
comment:21 Changed 10 years ago by Steve Williams
- Status changed from accepted to verify
- Resolution set to fixed
- Component set to Mantid
comment:24 Changed 10 years ago by Martyn Gigg
- Status changed from verifying to closed
Verified files exist and the instument objects defined in SANSInsts.py module work as advertised.
comment:25 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2274
Note: See
TracTickets for help on using
tickets.
(In [5387]) Removing bad comments from SANSReduction.py re #1427