Skip to content

Commit

Permalink
Refs #11551. Adding indices to Poldi test helper peaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Apr 17, 2015
1 parent c78b7a5 commit a54c968
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -515,16 +515,16 @@ class PoldiPeakCollectionHelpers {
PoldiPeakCollection_sptr peaks(
new PoldiPeakCollection(PoldiPeakCollection::Integral));
peaks->addPeak(PoldiPeak::create(
MillerIndices(0, 0, 0), UncertainValue(1.108644),
MillerIndices(4, 2, 2), UncertainValue(1.108644),
UncertainValue(1.926395655), UncertainValue(0.002475747)));
peaks->addPeak(PoldiPeak::create(
MillerIndices(0, 0, 0), UncertainValue(1.637539),
MillerIndices(3, 1, 1), UncertainValue(1.637539),
UncertainValue(4.773980141), UncertainValue(0.002516417)));
peaks->addPeak(PoldiPeak::create(
MillerIndices(0, 0, 0), UncertainValue(1.920200),
MillerIndices(2, 2, 0), UncertainValue(1.920200),
UncertainValue(9.370919228), UncertainValue(0.002444439)));
peaks->addPeak(PoldiPeak::create(
MillerIndices(0, 0, 0), UncertainValue(1.245958),
MillerIndices(3, 3, 1), UncertainValue(1.245958),
UncertainValue(1.758037806), UncertainValue(0.002696334)));

peaks->setProfileFunctionName("Gaussian");
Expand Down

0 comments on commit a54c968

Please sign in to comment.