IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2005, 4:48:19 PM (21 years ago)
Author:
eugene
Message:

adding PhotPars and PhotParsOld to autocode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/photreg/match.c

    r126 r3536  
    22# include "photreg.h"
    33
    4 int *match_criteria (int *Nmatch) {
     4int *match_criteria (PhotPars *photdata, int Nphotdata, int *Nmatch) {
    55
    6   int i, j, Nphotdata;
     6  int i, j;
    77  int N, NMATCH;
    88  int *match;
    99  int reject;
    10   PhotPars *photdata;
    1110
    1211  /* create selection index */
     
    1413  NMATCH = 1000;
    1514  ALLOCATE (match, int, NMATCH);
    16 
    17   photdata = get_images (&Nphotdata);
    1815
    1916  /* find entries that matches criteria */
Note: See TracChangeset for help on using the changeset viewer.