I deal with MRI image processing and while reading one of the articles in this field I faced with the next mathematical formula: $$ \widetilde{R_2}(t) = K_1*\overline{R_2}(t) + K_2 * \int_0^t \!\overline{R_2}(t') \mathrm{d}t'$$ (see formula A9 in article: http://www.ajnr.org/content/27/4/859.long )
After that formula the next phrase is stated: The right-hand-side of Equation has 2 unknowns, $K_1$ and $K_2$, multiplying the (measured) brain-averaged log-signal change and its time integral. $K_1$ and $K_2$ can be determined by simple linear least-squares fitting, and then a corrected $\widetilde{R_2}(t)$ can be computed.
The problem is that I can't understand how the linear least squares method can be used here. Can anyone please give me advise, how can I use here linear least squares for determining the $K_1$ and $K_2$?