virtualconststd::stringsummary()const{return"Takes an input workspace that contains 'raw' data, unwraps the data according to the reference flightpath provided and converts the units to wavelength. The output workspace will have common bins in the maximum theoretical wavelength range.";}
/// Summary of algorithms purpose
virtualconststd::stringsummary()const{
return"Takes an input workspace that contains 'raw' data, unwraps the data "
"according to the reference flightpath provided and converts the units to wavelength."
"The output workspace will have common bins in the maximum theoretical wavelength range.";
}
/// Algorithm's version for identification overriding a virtual method
virtualintversion()const{return1;}
/// Algorithm's category for identification overriding a virtual method