IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2016, 10:55:44 AM (10 years ago)
Author:
eugene
Message:

updates to UpdateObjects: fix rules for number of detections (+ associated tests)

File:
1 edited

Legend:

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

    r39365 r39371  
    310310int    SHOW_PARAMS;
    311311char   STATMODE[32];
    312 int    POS_TOOFEW;
    313 int    PM_TOOFEW;
     312// int    POS_TOOFEW;
     313// int    PM_TOOFEW;
    314314double PM_DT_MIN;
    315315double PAR_FACTOR_MIN;
     
    759759int FitPMandPar_IRLS (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints);
    760760int FitPosPMfixed_IRLS (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints);
     761int FitPosPMfixed_Single (FitAstromResult *fit, FitAstromPoint *points, int Npoints);
    761762
    762763double MedianAbsDeviation(FitAstromPoint *points, int Npoints);
Note: See TracChangeset for help on using the changeset viewer.