IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5381


Ignore:
Timestamp:
Oct 19, 2005, 9:15:39 PM (21 years ago)
Author:
eugene
Message:

fixed bug in passing of photcode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/find_matches_closest.c

    r5328 r5381  
    1818  gettimeofday (&start, NULL);
    1919
    20   code = GetPhotcodebyCode (options.photcode);
     20  /* XXX EAM : options.photcode overridden by image.source.... */
     21  code = GetPhotcodebyCode (image[0].source);
    2122
    2223  /* photcode data - must by of type DEP, (PRI, SEC) - probably should restrict to DEP */
Note: See TracChangeset for help on using the changeset viewer.