IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40060 for trunk


Ignore:
Timestamp:
Jun 1, 2017, 4:23:59 PM (9 years ago)
Author:
eugene
Message:

add outline for IRLS discussion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/ps1.calibration/calibration.tex

    r39893 r40060  
    16031603\subsubsection{Iteratively Reweighted Least Squares Fitting}
    16041604
     1605\begin{verbatim}
     1606subsection outline
     1607* motivation (high outlier rate -- quantify?)
     1608* data prep:
     1609  * all R,D values are projected to a locally-linear coordinate system
     1610  * the time is modified to refer to the mean epoch (why?)
     1611  * parallax factors are calculated for each epoch
     1612* data: X + dX, Y + dY
     1613* sequence
     1614  * ordinary least-squares fit
     1615  * calculate deviations from the fit
     1616  * calculate a weight-factor based on (Rx / sigmax)
     1617  * multiply standard weight by weight-factor
     1618  * fit using modified weights
     1619  * check for convergence:
     1620    * if (B_i - B^\prime_i) > Tol * |B_i|
     1621    * if (B_i - B^\prime_i) > Tol_value
     1622  * if not converged, repeat
     1623  * once done, calculate the weight-factors again
     1624    * points with weight-factors < THRESHOLD * ave weight factor : mask
     1625    * calculate chi-square value using unmasked points
     1626  * run bootstrap re-sampling (with unmasked points) to determine the errors
     1627\end{verbatim}
     1628
    16051629\subsubsection{Seletion of Measurements}
    16061630
Note: See TracChangeset for help on using the changeset viewer.