- Timestamp:
- Jul 19, 2015, 12:51:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/relastro/include/relastro.h
r38604 r38605 143 143 double D, dD; 144 144 double T, dT; 145 double p X;146 double p Y;145 double pR; 146 double pD; 147 147 double C_blue; 148 148 double C_red; … … 498 498 499 499 int sun_ecliptic (double jd, double *lambda, double *beta, double *epsilon, double *Radius); 500 int ParFactor (double *pR, double *pD, double RA, double Dec, double Time , double Tmean);500 int ParFactor (double *pR, double *pD, double RA, double Dec, double Time); 501 501 int FitPM (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints); 502 502 int FitPMandPar (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints); … … 706 706 double VectorFractionInterpolate (double *values, float fraction, int Npts); 707 707 int BootstrapRobustStats (FitAstromResult *result, FitAstromResult *fit, int Nfit, int mode); 708 int BootstrapResample (FitAstromPoint s *sample, FitAstromPoints*points, int Npoints);708 int BootstrapResample (FitAstromPoint *sample, FitAstromPoint *points, int Npoints); 709 709 int CatalogMaxNmeasure (Catalog *catalog, int Ncatalog); 710 710 int FitAstromPoints_Project (FitStats *fitStats, double *Tmean, double *Trange, double *parRange); … … 714 714 715 715 void FitAstromResultInit (FitAstromResult *fit); 716 void FitAstromPointInit (FitAstrom Object *object);716 void FitAstromPointInit (FitAstromPoint *object); 717 717 void FitAstromDataFree (FitAstromData *fit); 718 718 FitAstromData *FitAstromDataInit (int Nterms);
Note:
See TracChangeset
for help on using the changeset viewer.
