IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2016, 12:46:44 PM (10 years ago)
Author:
eugene
Message:

add liststats_irls, magStatsByRankingIRLS; add code to set mask bit for objects masked by the IRLS fitting; add irls test code; use same method for chip and warp

File:
1 edited

Legend:

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

    r39517 r39636  
    119119  int    *ranking;            // weights to use for mean mags
    120120  int    *measSeq;            // weights to use for mean mags
     121  int    *msklist;            // mask modifications
    121122  int     Nlist;
    122123} StatDataSet;
     
    428429int           liststats           PROTO((double *value, double *dvalue, double *wvalue, int N, StatType *stats));
    429430int           liststats_init      PROTO((StatType *stats));
     431int           liststats_irls      PROTO((StatDataSet *dataset, int Npoints, StatType *stats));
     432
    430433Catalog      *load_catalogs       PROTO((SkyList *skylist, int *Ncatalog, int hostID, char *hostpath, char *syncfile));
    431434Catalog      *load_catalogs_parallel PROTO((SkyList *sky, int *Ncatalog, char *syncfile));
Note: See TracChangeset for help on using the changeset viewer.