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

    r2450 r3593  
    33
    44/* define a list of best images which have unique properties */
    5 Match *UniqueSubset (Match *match, int *nmatch) {
     5Match *UniqueSubset (DetReg *image, int Nimage, Match *match, int *nmatch) {
    66
    77  int Nsubset, Nunique, Ncrit, NCRIT;
    8   int i, j, N, Nmatch, Nimage, found;
     8  int i, j, N, Nmatch, found;
    99  Criteria *crit;
    1010  Match *subset, *unique, *local;
    11   DetReg *image;
    1211
    1312  Nmatch = *nmatch;
    1413  ALLOCATE (local, Match, Nmatch);
    15 
    16   image = get_images (&Nimage);
    1714
    1815  /* create a set of complete criteria derived from the images */
Note: See TracChangeset for help on using the changeset viewer.