Skip to content
Snippets Groups Projects
Commit 0464a009 authored by Lynch, Vickie's avatar Lynch, Vickie
Browse files

Refs #24323 allow more extensions

parent 5b82e38e
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ void LoadIsawDetCal::init() {
boost::make_shared<InstrumentValidator>()),
"The workspace containing the geometry to be calibrated.");
const auto exts = std::vector<std::string>({".DetCal"});
const auto exts = std::vector<std::string>({".DetCal", ".detcal", ".peaks", ".integrate"});
declareProperty(
Kernel::make_unique<API::MultipleFileProperty>("Filename", exts),
"The input filename of the ISAW DetCal file (Two files "
......
......@@ -48,6 +48,7 @@ Bugfixes
- :ref:`FindPeaksMD <algm-FindPeaksMD>` now finds peaks correctly with the crystallography convention setting and reduction with crystallography convention is tested with a system test.
- :ref:`SaveIsawPeaks <algm-SaveIsawPeaks>` does not have duplicate peak numbers when saving PeaksWorkspaces with more than one RunNumber.
- :ref:`LoadIsawPeaks <algm-LoadIsawPeaks>` now loads the calibration from the peaks file correctly.
Powder Diffraction
------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment