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/match.c

    r3 r3593  
    22# include "detrend.h"
    33
    4 Match *MatchCriteria (int *nmatch) {
     4Match *MatchCriteria (DetReg *image, int Nimage, int *nmatch) {
    55
    66  int i;
    7   int Nmatch, NMATCH, Nimage;
     7  int Nmatch, NMATCH;
    88  Match result, *match;
    9   DetReg *image;
    10 
    11   image = get_images (&Nimage);
    129
    1310  /* find entries that matches criteria */
Note: See TracChangeset for help on using the changeset viewer.