IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2015, 3:41:43 PM (11 years ago)
Author:
eugene
Message:

added IRLS versions of FitPM and FitPMandPar, added test to prove they are working

File:
1 edited

Legend:

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

    r39238 r39241  
    750750
    751751int FitPM_IRLS (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints, int VERBOSE);
     752int FitPMandPar_IRLS (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints, int VERBOSE);
    752753
    753754double MedianAbsDeviation(FitAstromPoint *points, int Npoints);
    754755
    755756int weighted_LS_PM (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints, int VERBOSE);
     757int weighted_LS_PLX (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints, int VERBOSE);
    756758
    757759double weight_cauchy (double x);
Note: See TracChangeset for help on using the changeset viewer.