Changeset 21409 for trunk/psastro/src/psastroModelFitBoresite.c
- Timestamp:
- Feb 6, 2009, 4:03:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroModelFitBoresite.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroModelFitBoresite.c
r19577 r21409 1 /** @file psastroModelFitBoresite.c 2 * 3 * @brief 4 * 5 * @ingroup psastroModel 6 * 7 * @author IfA 8 * @version $Revision: 1.5 $ $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 // we now have a set of observed L,M values. fit these to the boresite model 15 /** 16 * we now have a set of observed L,M values. fit these to the boresite model 17 */ 4 18 psVector *psastroModelFitBoresite (psVector *Xo, psVector *Yo, psVector *Po, char *outroot) { 5 19
Note:
See TracChangeset
for help on using the changeset viewer.
