Skip to content

Commit

Permalink
Re #7452 tweak beam finder
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet authored and Ricardo Leal committed Feb 3, 2014
1 parent 80ab613 commit d2d2042
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Expand Up @@ -103,7 +103,7 @@ MatrixWorkspace_sptr SANSBeamFinder::loadBeamFinderFile(const std::string& beamC
if (loadAlg->existsProperty("NoBeamCenter")) loadAlg->setProperty("NoBeamCenter", true);
if (loadAlg->existsProperty("BeamCenterX")) loadAlg->setProperty("BeamCenterX", EMPTY_DBL());
if (loadAlg->existsProperty("BeamCenterY")) loadAlg->setProperty("BeamCenterY", EMPTY_DBL());
loadAlg->setProperty("ReductionProperties", reductionManagerName);
if (loadAlg->existsProperty("ReductionProperties")) loadAlg->setProperty("ReductionProperties", reductionManagerName);
loadAlg->setPropertyValue("OutputWorkspace", finderWSName);
loadAlg->execute();
boost::shared_ptr<Workspace> wks = AnalysisDataService::Instance().retrieve(finderWSName);
Expand Down
9 changes: 8 additions & 1 deletion Code/Mantid/instrument/D33_Parameters.xml
Expand Up @@ -2,8 +2,15 @@
<parameter-file instrument = "D33" valid-from = "20th May 2010">

<component-link name="D33">


<parameter name="number-of-x-pixels">
<value val="256"/>
</parameter>

<parameter name="number-of-y-pixels">
<value val="128"/>
</parameter>

<parameter name="x-pixel-size">
<value val="5.5"/>
</parameter>
Expand Down

0 comments on commit d2d2042

Please sign in to comment.