Changeset 39375 for trunk/Ohana/src/relastro/include/relastro.h
- Timestamp:
- Feb 23, 2016, 4:48:13 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/include/relastro.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/include/relastro.h
r39371 r39375 173 173 int Nfit; 174 174 int NfitAlloc; 175 176 double * Xstack; 177 double *dXstack; 178 double * Ystack; 179 double *dYstack; 175 180 176 181 FitAstromPoint *points; … … 755 760 int FitAstromResultSetPM (FitAstromResult *fit, int Nfit, Average *average); 756 761 void AstromErrorSetLoop (int Nloop, int isImageMode); 762 void FitPointsClearMasks (FitAstromPoint *points, int Npoints); 757 763 758 764 int FitPM_IRLS (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints); … … 760 766 int FitPosPMfixed_IRLS (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints); 761 767 int FitPosPMfixed_Single (FitAstromResult *fit, FitAstromPoint *points, int Npoints); 768 int FitPosStack (FitAstromResult *fit, FitStats *fitstats); 762 769 763 770 double MedianAbsDeviation(FitAstromPoint *points, int Npoints);
Note:
See TracChangeset
for help on using the changeset viewer.
