IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2005, 7:38:37 AM (21 years ago)
Author:
eugene
Message:

working to autocode detreg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/detrend/criteria.c

    r2803 r3593  
    6060*/
    6161
    62 Match *ExptimeCriteria (Match *match, int *nmatch) {
    63 
    64   int i, j, Nimage, Nmatch, Nnew, NNEW, entry;
     62Match *ExptimeCriteria (DetReg *image, int Nimage, Match *match, int *nmatch) {
     63
     64  int i, j, Nmatch, Nnew, NNEW, entry;
    6565  unsigned long dtime;
    6666  float Chi, ChiMin;
    67   DetReg *image;
    6867  Match *new;
    6968
    7069  Nmatch = *nmatch;
    71   image = get_images (&Nimage);
    7270
    7371  Nnew = 0;
     
    134132}
    135133
    136 Match *CloseCriteria (Match *match, int *nmatch) {
    137 
    138   int i, j, Nimage, Nmatch, Nnew, NNEW, Ngood, entry;
     134Match *CloseCriteria (DetReg *image, int Nimage, Match *match, int *nmatch) {
     135
     136  int i, j, Nmatch, Nnew, NNEW, Ngood, entry;
    139137  unsigned long dmin, dtime;
    140138  Match *new;
    141   DetReg *image;
    142 
    143   image = get_images (&Nimage);
    144139
    145140  Nmatch = *nmatch;
Note: See TracChangeset for help on using the changeset viewer.