adam greenberg renamed current issues.tex to current method.tex  about 10 years ago

Commit id: 4aaa9bffb8ab4b8b356171a112389af15837b7e1

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. \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.