Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mantid reading multiperiod nexus and multiperiod data with SANS GUI #2132

Closed
NickDraper opened this issue May 26, 2010 · 1 comment
Closed
Assignees
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@NickDraper
Copy link
Contributor

We discovered a number a errors last night on SANS2D.

Reading a multiperiod nexus file results in an incorrect grouping of the workspaces. (raw file reading is fine) 
This is and example 

loadnexus(".....SANS2D00005508.nxs","w5508") 

the file contains 13 periods, results in 

    w5508 
       |-w5508_2 
       |-w5508_3 
       |-w5508_4 
       |-w5508_5 
       |-w5508_6 
       |-w5508_7 
       |-w5508_8 
       |-w5508_9 
       |-w5508_10 
       |-w5508_11 
       |-w5508_12 
       |-w5508_13 

    w5508_1
More importantly for SANS2D the SANS gui cannot deal with multi-period data. (this is undoubtedly because it has not been tested as no files have existed)

There are two problems. 
On windows the files are to big for a 4GB system and everything falls over -??
On the Linux box it is happier but produces log file reading faults. - ??

SANS2d runs 5511 to 5519 should contain multi period data 
@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 1285

@NickDraper NickDraper added the High Priority An issue or pull request that if not addressed is severe enough to postponse a release. label Jun 3, 2015
@NickDraper NickDraper added this to the Iteration 23 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

2 participants