Changeset 21409 for trunk/psastro/src/psastroModelBoresite.c
- Timestamp:
- Feb 6, 2009, 4:03:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroModelBoresite.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroModelBoresite.c
r19578 r21409 1 /** @file psastroModelBoresite.c 2 * 3 * @brief 4 * 5 * @ingroup psastroModel 6 * 7 * @author IfA 8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-07 02:03:34 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 # include "psastroStandAlone.h" 2 14 3 // the full chisq is built of two associated sums over coordinates: 4 // chisq = sum ((X_obs - X_fit(t))^2 + (Y_obs - Y_fit(t))^2) 5 // we use split this into a 2x long vector and use coord[1] to distinguish the X and Y terms: 6 // coord[0] = measured X or measured Y 7 // coord[1] = 0 or 1 15 /** 16 * the full chisq is built of two associated sums over coordinates: 17 * chisq = sum ((X_obs - X_fit(t))^2 + (Y_obs - Y_fit(t))^2) 18 * we use split this into a 2x long vector and use coord[1] to distinguish the X and Y terms: 19 * coord[0] = measured X or measured Y 20 * coord[1] = 0 or 1 21 */ 8 22 psF32 psastroModelBoresite (psVector *deriv, const psVector *params, const psVector *coord) { 9 23
Note:
See TracChangeset
for help on using the changeset viewer.
