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

Problem With Loading Monitors and Data Separately During Reduction #10202

Closed
PeterParker opened this issue Apr 22, 2014 · 1 comment
Closed
Assignees
Labels
SANS Issues and pull requests related to SANS
Milestone

Comments

@PeterParker
Copy link
Contributor

Within the ISIS SANS reduction we sometimes load data and monitors separately by interrogating the history of the loaded data workspace (SANSUtility.getFilePathFromWorkspace()), finding out which file the data originated from, then going back and loading the monitors from the file.

Unfortunately, our method of interrogating the history is problematic. I have seen the following error message:

Invalid value for property Filename (list of str lists)
"Y:\cycle_13_5\SANS2D00023098.raw":
File "Y:\cycle_13_5\SANS2D00023098.raw" not found

Which stems from the fact that I was using added data files given to me by Richard, which originated from a directory I no longer have access to.

Richard has also seen the following:

CloneWorkspace started
CloneWorkspace successful, Duration 0.28 seconds
RuntimeError: Failed while looking for file in workspace: __CurrentMask
at line 10928 in '`<Interface>`'
caused by line 1007 in 'C:/MantidInstall/scripts/SANS\ISISCommandInterface.py'
caused by line 455 in 'C:/MantidInstall/scripts/SANS\SANSUtility.py'
caused by line 440 in 'C:/MantidInstall/scripts/SANS\SANSUtility.py'
caused by line 431 in 'C:/MantidInstall/scripts/SANS\SANSUtility.py'

Which may or may not be the exact same problem, but speaks to the fact that loading data and monitors separately like this should be avoided if possible.

@PeterParker
Copy link
Contributor Author

This issue was originally trac ticket 9359

@PeterParker PeterParker added the SANS Issues and pull requests related to SANS label Jun 3, 2015
@PeterParker PeterParker self-assigned this Jun 3, 2015
@PeterParker PeterParker added this to the Release 3.2 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SANS Issues and pull requests related to SANS
Projects
None yet
Development

No branches or pull requests

1 participant