IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2016, 1:08:51 PM (10 years ago)
Author:
eugene
Message:

make the initial guess for IRLS stats use the median

File:
1 edited

Legend:

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

    r39643 r39648  
    1010
    1111# define ID_SECF_STACK_PRIMARY 0x00004000
     12
     13# define NBOOTSTRAP 100
    1214
    1315# ifndef MAX_INT
     
    121123  int    *msklist;            // mask modifications
    122124  int     Nlist;
     125
     126  double *values;
     127  double *wtvals;
     128  double *wtlist;
     129  double *ykeep;
     130  double *dykeep;
     131  double *wtkeep;
     132  double *ysample;
     133  double *dysample;
     134  double *wtsample;
     135  double *bvalue;
     136
    123137} StatDataSet;
    124138
Note: See TracChangeset for help on using the changeset viewer.