this->declareProperty(newKernel::PropertyWithValue<bool>("FFTonlyRealPart",false,Kernel::Direction::Input),"Do we FFT only the real part of I(Q,t)? (optional, default is False)");
this->declareProperty(newKernel::PropertyWithValue<bool>("DetailedBalance",false,Kernel::Direction::Input),"Do we apply detailed balance condition? (optional, default is False)");
this->declareProperty("Temp",300.0,"Multiply structure factor by exp(E/(2*kT)");