IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2011, 6:43:53 PM (15 years ago)
Author:
mhuber
Message:

added NScale for image (scale by N rather than just 3sig)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/meh_branches/ppsub_test/psModules/src/extras/pmVisual.h

    r30623 r32132  
    6363bool pmVisualScaleImage(int kapaFD, psImage *inImage,
    6464                        const char *name, int channel, bool clip);
     65/** Scale image by N*stdev */
     66bool pmVisualNScaleImage(int kapaFD, psImage *inImage, const char *name,
     67                         int channel, bool clip, float N);
    6568
    6669bool pmVisualRangeImage (int kapaFD, psImage *inImage, const char *name, int channel, float min, float max);
Note: See TracChangeset for help on using the changeset viewer.