Skip to content

Commit

Permalink
Refs #6607 Replace Save and LoadIsawPeaks algorithms
Browse files Browse the repository at this point in the history
Refs #6086  Changed some Wiki documentation
  • Loading branch information
RuthFromDuluth committed Feb 22, 2013
1 parent 0113fc3 commit 91df656
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 134 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,14 @@ namespace Crystal
boost::shared_ptr<Geometry::ParameterMap> pmap,
boost::shared_ptr<const Geometry::ParameterMap> pmapSv);


void SaveIsawDetCal( boost::shared_ptr<const Instrument> &NewInstrument,
std::set<std::string> &AllBankName,
double T0,std::string FileName);

void LoadISawDetCal(
boost::shared_ptr<const Instrument> &instrument,
std::set<std::string> &AllBankName,double &T0,std::string filename,
std::string bankPrefixName);
private:
void exec ();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
-If the crystal orientation matrix, UB, was created from one run, that run may not need to have its goniometer
settings optimized. There is a property to list the run numbers to NOT have their goniometer settings changed.
-The crystal orientation matrix, UB, from the PeaksWorkspace should index all the runs "very well". Otherwise iterations that build a UB with corrected sample orientations slowly may be necessary.
-The crystal orientation matrix, UB, from the PeaksWorkspace should index all the runs "very well". Otherwise iterations
that build a UB with corrected sample orientations slowly may be necessary.
*WIKI*/
/*
Expand Down
20 changes: 10 additions & 10 deletions Code/Mantid/Framework/Crystal/src/PredictFractionalPeaks.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*WIKI*
* This Algorithm creates a PeaksWorkspace with peaks occurring at specific fractional offsets from
* h,k,or l values.
*
* There are options to create Peaks offset from peaks from the input PeaksWorkspace, or to create peaks
* offset from h,k, and l values in a range. Zero offsets are allowed if some or all integer h,k, or
* l values are desired
*
* The input PeaksWorkspace must contain an orientation matrix and have been INDEXED by THIS MATRIX
* when the new peaks are not created from a range of h ,k, and l values
*
This Algorithm creates a PeaksWorkspace with peaks occurring at specific fractional offsets from
h,k,or l values.
There are options to create Peaks offset from peaks from the input PeaksWorkspace, or to create peaks
offset from h,k, and l values in a range. Zero offsets are allowed if some or all integer h,k, or
l values are desired
The input PeaksWorkspace must contain an orientation matrix and have been INDEXED by THIS MATRIX
when the new peaks are not created from a range of h ,k, and l values
*WIKI*/
/*
* PredictFractionalPeaks.cpp
Expand Down

0 comments on commit 91df656

Please sign in to comment.