IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3813 for trunk/pois/src/pois.h


Ignore:
Timestamp:
Apr 29, 2005, 10:53:49 AM (21 years ago)
Author:
rhl
Message:

Make poisRejectStamps return a list of rejected stamps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/pois.h

    r3807 r3813  
    173173
    174174// Reject stamps, based on the deviations
    175 bool poisRejectStamps(psArray *stamps,  // Array of stamps
    176                       psImage *mask,    // Mask image
    177                       const psVector *deviations, // Vector of deviations for the stamps
    178                       const poisConfig *config // Configuration
     175psList *restrict poisRejectStamps(psArray *stamps,      // Array of stamps
     176                                  psImage *mask,        // Mask image
     177                                  const psVector *deviations, // Vector of deviations for the stamps
     178                                  const poisConfig *config // Configuration
    179179    );
    180180
Note: See TracChangeset for help on using the changeset viewer.