Ticket #3486 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

Design for Nested Samples

Reported by: Owen Arnold Owned by: Nick Draper
Priority: major Milestone: Iteration 30
Component: Mantid Keywords:
Cc: saviciat@… Blocked By:
Blocking: Tester: Janik Zikovsky

Description (last modified by Nick Draper) (diff)

Single workspace may have 1 or more UB Matrixes. Other aspects of the sample may also be needed. Existing functionality using samples will need to be preserved.

Change History

comment:1 Changed 9 years ago by Nick Draper

  • Status changed from new to accepted

comment:2 Changed 9 years ago by Nick Draper

Add count and indexer to sample class.

index[0] referes to the current class, not the collection

comment:3 Changed 9 years ago by Nick Draper

  • Description modified (diff)

also added addSample

look at SampleTest for an example of how it can be used

comment:4 Changed 9 years ago by Nick Draper

  • Status changed from accepted to verify
  • Resolution set to fixed

In [14296]:

fixes #3486

Multiple samples now allowed, but not assumed.
Index operator added to access other all samples, methods called as before are effectively passed on to item 0 in the collection.

comment:5 Changed 9 years ago by Nick Draper

  • Status changed from verify to reopened
  • Resolution fixed deleted

comment:6 Changed 9 years ago by Nick Draper

  • Status changed from reopened to verify
  • Resolution set to fixed

In [14297]:

fixes #3486

added python bindings

comment:7 Changed 9 years ago by Janik Zikovsky

  • Status changed from verify to verifying
  • Tester set to Janik Zikovsky

comment:8 Changed 9 years ago by Janik Zikovsky

  • Status changed from verifying to closed

Multiple samples are supported (and saved to .NXS files). See #3751 for python bindings suggestion

comment:9 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 4333

Note: See TracTickets for help on using tickets.