Ticket #1073 (assigned)
Process Raw/Nexus sample shape information properly
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | minor | Milestone: | Backlog |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description (last modified by Nick Draper) (diff)
Currently LoadRaw and LoadISISNexus read a few simple fields about the geometry and store them away on the sample object. This is used to calculate sample volume in the SANS script.
Several steps to this one:
- Alter loadRaw and LoadISISNexus to convert the geometry info into a proper sample object and store on the sample class, at the sample position.
- Edit the SANS script to use the mantid defined geometry
- Ensure that load/savenexusprocessed carry through the sample geometry
- Alter the CreateSampleShape alg.
- Rename to EditSampleShape
- allow it to load up the existing defined shape. You may need to make objects and therefore surfaces know how to create the xml string that defines them.
Change History
comment:2 Changed 11 years ago by Nick Draper
- Description modified (diff)
- Summary changed from Processed Nexus routines do not save/load sample geometry information to Process Raw/Nexus sample shape information properly
comment:3 Changed 11 years ago by Nick Draper
- Priority changed from major to minor
- Status changed from new to assigned
- Owner set to Martyn Gigg
comment:4 Changed 10 years ago by Nick Draper
- Milestone changed from Iteration 26 to Iteration 27
Bulk move of tickets to iteration 27, if your ticket is essential for Iteration 26 then move it back.
comment:5 Changed 10 years ago by Nick Draper
- Milestone changed from Iteration 27 to Iteration 28
Bulk move of tickets at the end of iteration 27
comment:6 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 28 to Iteration 29
Bulk move of tickets at the end of iteration 28
comment:7 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 29 to Iteration 30
Accepted and assigned tickets moved at iteration 29 code freeze
comment:8 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:9 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 32 to Iteration 33
Moved to iteration 33 at iteration 32 code freeze
comment:10 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.1 to Release 2.2
Moved at end of release 2.1
comment:11 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.2 to Release 2.3
Moved at the end of release 2.2
comment:12 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.3 to Release 2.4
Moved to milestone 2.4
comment:14 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.5 to Release 2.6
comment:15 Changed 7 years ago by Martyn Gigg
- Milestone changed from Release 2.6 to Release 2.7
Batch move to 2.7
comment:18 Changed 7 years ago by Nick Draper
- Status changed from new to assigned
bulk move to assigned at the into of the triage step
comment:19 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1921
comment:20 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1921
(In [3608]) Fix to get around the fact that processed Nexus files do not know anything about the sample geometry, see #1073. Re #1052