adam greenberg edited current method.tex  about 10 years ago

Commit id: 11a40ae90f76d99c4caa4cbe6cdb0e4e6d62a2ee

deletions | additions      

       

\section{Current}  Asteroid shapes are currently modeled using the \textbf{shape} software package. \textbf{shape} takes a model for the asteroid, which is based on both shape and spin parameters, and projects that model into radar space. This projection is compared to observed data for the asteroid, and changes are made to the model parameters in an attempt to minimize the residuals. \textbf{shape} uses increasing model complexity to build up a representation for the asteroid, from a basic ellipsoid model to capture gross features, to a spherical harmonic model which can represent finer surface elements. elements (See figure blah.blah).  \par \textbf{shape} currently uses a Sequential Parameter Fit (SPF) mechanism to adjust the model following a comparison between the projected radar image and the asteroid data. The SPF iterates through each parameter of the model and minimizes the $\chi^2$ for that individual parameter using a brent and bracket method [reference: numerical recipes]. This process is not only slow, but it also does not guarantee convergence on a local maximum. My work has been to replace the SPF currently implemented in \textbf{shape} with a modified Square Root Information Filter, as outlined in section blah.blah.