Suppose I need to estimate the cross section of a Nautilus shell, which is famously approximated by a logarithmic spiral, $r=ae^{b\theta}$.

The cross-section of this spiral could be found by integrating over the last revolution.
$$\frac{1}{2}\int_{6\pi}^{8\pi}r^2~d\theta$$
But I am struggling with finding $a$ and $b$. We can measure the width of the shell, $w$, along the horizontal axis, and the hight, $h$, along the vertical axis. How do we then find $a$ and $b$ via $w$ and $h$?
A better method is to convert the $\,(r,\theta)\,$ data points to do a linear fit of $\, \log(r) = \log(a)+b\theta.\,$