IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2016, 4:48:13 PM (10 years ago)
Author:
eugene
Message:

clarify rules for astrometry failures and small number cases; set stack based on median of stack points (not statistically independed); add stack tsets

File:
1 edited

Legend:

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

    r39371 r39375  
    173173  int Nfit;
    174174  int NfitAlloc;
     175
     176  double * Xstack;
     177  double *dXstack;
     178  double * Ystack;
     179  double *dYstack;
    175180
    176181  FitAstromPoint *points;
     
    755760int FitAstromResultSetPM (FitAstromResult *fit, int Nfit, Average *average);
    756761void AstromErrorSetLoop (int Nloop, int isImageMode);
     762void FitPointsClearMasks (FitAstromPoint *points, int Npoints);
    757763
    758764int FitPM_IRLS (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints);
     
    760766int FitPosPMfixed_IRLS (FitAstromResult *fit, FitAstromData *data, FitAstromPoint *points, int Npoints);
    761767int FitPosPMfixed_Single (FitAstromResult *fit, FitAstromPoint *points, int Npoints);
     768int FitPosStack (FitAstromResult *fit, FitStats *fitstats);
    762769
    763770double MedianAbsDeviation(FitAstromPoint *points, int Npoints);
Note: See TracChangeset for help on using the changeset viewer.