IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 19, 2015, 12:51:52 PM (11 years ago)
Author:
eugene
Message:

working on relastro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/relastro/include/relastro.h

    r38604 r38605  
    143143  double D, dD;
    144144  double T, dT;
    145   double pX;
    146   double pY;
     145  double pR;
     146  double pD;
    147147  double C_blue;
    148148  double C_red;
     
    498498
    499499int 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);
     500int ParFactor (double *pR, double *pD, double RA, double Dec, double Time);
    501501int FitPM (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints);
    502502int FitPMandPar (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints);
     
    706706double VectorFractionInterpolate (double *values, float fraction, int Npts);
    707707int BootstrapRobustStats (FitAstromResult *result, FitAstromResult *fit, int Nfit, int mode);
    708 int BootstrapResample (FitAstromPoints *sample, FitAstromPoints *points, int Npoints);
     708int BootstrapResample (FitAstromPoint *sample, FitAstromPoint *points, int Npoints);
    709709int CatalogMaxNmeasure (Catalog *catalog, int Ncatalog);
    710710int FitAstromPoints_Project (FitStats *fitStats, double *Tmean, double *Trange, double *parRange);
     
    714714
    715715void FitAstromResultInit (FitAstromResult *fit);
    716 void FitAstromPointInit (FitAstromObject *object);
     716void FitAstromPointInit (FitAstromPoint *object);
    717717void FitAstromDataFree (FitAstromData *fit);
    718718FitAstromData *FitAstromDataInit (int Nterms);
Note: See TracChangeset for help on using the changeset viewer.