IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2005, 9:04:33 AM (21 years ago)
Author:
eugene
Message:

problems with psLib:psImageCountPixelMask, resort to internal version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psLibUtils.c

    r5134 r5351  
    280280}           
    281281
    282 # if (0)
    283282// now in psLib (v8)
    284283// count number of pixels with given mask value
    285 int psImageCountPixelMask (psImage *mask, psU8 value)
     284// XXX EAM : version in psLib is broken
     285int psImageCountPixelMask_EAM (psImage *mask, psU8 value)
    286286{
    287287    int Npixels = 0;
     
    296296    return (Npixels);
    297297}
    298 # endif
    299298
    300299// define a square region centered on the given coordinate
Note: See TracChangeset for help on using the changeset viewer.