IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2015, 9:12:57 AM (11 years ago)
Author:
eugene
Message:

adding IRLS versions of fitpm and fitplx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/include/relastro.h

    r39241 r39246  
    138138  double *Beta_prev;
    139139  int Nterms;
     140  int getChisq;
     141  int getError;
    140142} FitAstromData;
    141143
     
    173175  FitAstromPoint *points;
    174176  FitAstromPoint *sample;
     177  FitAstromPoint *nomask;
    175178  int Npoints;
    176179  int NpointsAlloc;
     
    732735int BootstrapRobustStats (FitAstromResult *result, FitAstromResult *fit, int Nfit, int mode);
    733736int BootstrapResample (FitAstromPoint *sample, FitAstromPoint *points, int Npoints);
     737int BootstrapSaveUnmasked (FitAstromPoint *nomask, FitAstromPoint *points, int Npoints);
     738
    734739int CatalogMaxNmeasure (Catalog *catalog, int Ncatalog);
    735740int FitAstromPoints_Project (FitStats *fitStats, double *Tmean, double *Trange, double *parRange);
Note: See TracChangeset for help on using the changeset viewer.