Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
9885fd51
Commit
9885fd51
authored
May 28, 2014
by
Ricardo Ferraz Leal
Browse files
Re #9336 Adding nexus fields as properties. Still error in old files.
parent
b8aa64ba
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Code/Mantid/Framework/DataHandling/inc/MantidDataHandling/LoadILL.h
View file @
9885fd51
...
...
@@ -75,7 +75,9 @@ private:
std
::
vector
<
std
::
vector
<
int
>
>
getMonitorInfo
(
NeXus
::
NXEntry
&
firstEntry
);
void
initWorkSpace
(
NeXus
::
NXEntry
&
entry
,
const
std
::
vector
<
std
::
vector
<
int
>
>&
);
void
initInstrumentSpecific
();
void
addAllNexusFieldsAsProperties
(
std
::
string
filename
);
void
loadRunDetails
(
NeXus
::
NXEntry
&
entry
);
void
loadExperimentDetails
(
NeXus
::
NXEntry
&
entry
);
int
getDetectorElasticPeakPosition
(
const
NeXus
::
NXInt
&
data
);
void
loadTimeDetails
(
NeXus
::
NXEntry
&
entry
);
...
...
Code/Mantid/Framework/DataHandling/src/LoadHelper.cpp
View file @
9885fd51
This diff is collapsed.
Click to expand it.
Code/Mantid/Framework/DataHandling/src/LoadILL.cpp
View file @
9885fd51
This diff is collapsed.
Click to expand it.
Code/Mantid/Framework/DataHandling/test/LoadILLTest.h
View file @
9885fd51
...
...
@@ -52,7 +52,7 @@ public:
MatrixWorkspace_sptr
output
=
AnalysisDataService
::
Instance
().
retrieveWS
<
MatrixWorkspace
>
(
outputSpace
);
MatrixWorkspace_sptr
output2D
=
boost
::
dynamic_pointer_cast
<
MatrixWorkspace
>
(
output
);
TS_ASSERT_EQUALS
(
output2D
->
getNumberHistograms
(),
9830
4
);
TS_ASSERT_EQUALS
(
output2D
->
getNumberHistograms
(),
9830
5
);
AnalysisDataService
::
Instance
().
clear
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment