IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 292


Ignore:
Timestamp:
Mar 23, 2004, 5:11:18 PM (22 years ago)
Author:
Paul Price
Message:

Fixed up a few errant consts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psImage.h

    r280 r292  
    111111    );
    112112
     113/* Contour is a high-level function */
     114#if 0
    113115/// Extract a 2-d contour from an image at the given threshold.
    114116psFloatArray *
     
    118120               int binning              ///< bin image by this value for contour calculation
    119121    );
     122#endif
    120123
    121124/*** various image geometry manipulation ***/
     
    156159/// Determine statistics for image (or subimage).
    157160psStats *
    158 psImageGetStats(psImage *out,           //!< Image to output, or NULL
    159                 const psImage *input,   ///< image (or subimage) to calculate stats
     161psImageGetStats(const psImage *input,   ///< image (or subimage) to calculate stats
    160162                psStats *stats          ///< defines statistics to be calculated & target
    161163    );
     
    203205                    const char *extname, ///< MEF extension name ("PHU" for primary header)
    204206                    int extnum,         ///< MEF extension number (-1 for "PHU", 0 : Nextend - 1)
    205                     const FILE *f       ///< file descriptor to read data from             
     207                    FILE *f             ///< file descriptor to read data from             
    206208    );
    207209
     
    225227                     const char *extname, ///< MEF extension name                         
    226228                     int extnum,        ///< MEF extension number (-1 for "PHU", 0 : Nextend - 1)
    227                      const FILE *f      ///< file descriptor to write data to             
     229                     FILE *f            ///< file descriptor to write data to             
    228230    );
    229231
     
    241243                   const char *extname, ///< MEF extension name ("PHU" for primary header)
    242244                   int extnum,          ///< MEF extension number (-1 for "PHU", 0 : Nextend - 1)
    243                    const FILE *f        ///< file descriptor to read from
     245                   FILE *f              ///< file descriptor to read from
    244246    );
    245247
Note: See TracChangeset for help on using the changeset viewer.