IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2010, 2:54:33 PM (16 years ago)
Author:
bills
Message:

add image->externID to the list of allowed fields for mextract.
Pass measure->imageID to the function MatchImage and if valid, use it to find the image directly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/dvoshell.h

    r27594 r28955  
    121121      MEAS_CR_NSIGMA,
    122122      MEAS_EXT_NSIGMA,
     123      MEAS_EXTERN_ID,
    123124};
    124125
     
    301302int           InitPhotcodes         PROTO((void));
    302303Image        *LoadImages            PROTO((off_t *Nimage));
    303 Image        *MatchImage            PROTO((unsigned int time, short int source));
     304Image        *MatchImage            PROTO((unsigned int time, short int source, unsigned int imageID));
    304305Coords       *MatchMosaic           PROTO((unsigned int time, short int source));
    305306int           Quality               PROTO((Measure *measure, int IsDophot));
Note: See TracChangeset for help on using the changeset viewer.