IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2004, 5:14:54 PM (22 years ago)
Author:
eugene
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r826 r842  
    1 %%% $Id: psLibSDRS.tex,v 1.49 2004-06-02 01:22:02 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.50 2004-06-03 03:14:54 eugene Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    16061606                       psStats *stats);
    16071607\end{verbatim}
     1608\tbd{psStats *psVectorStats (psStats *stats, psVector *in, psVector *mask, int maskVal);}
    16081609%
    16091610This function takes the input data in \code{in} (with optional masking
     
    17511752psHistogram *psHistogramVector(psHistogram *restrict out, const psVector *restrict in);
    17521753\end{verbatim}
     1754\tdb{psHistogram *psHistogramVector (psHistogram *out, psVector *in);}
    17531755The input vector may be of types \code{psU8, psU16, psF32, psF64}.
    17541756
     
    20672069psStats *psImageGetStats(psStats *stats, const psImage *input);
    20682070\end{verbatim}
     2071\tbd{psStats *psImageStats(psStats *stats, psImage *in, psImage *mask, int maskVal);}
    20692072Determine statistics for image (or subimage).  The statistics to be
    20702073determined are specified by \code{stats}.  This function must be
     
    20752078psHistogram *psImageHistogram(psHistogram *hist, const psImage *input);
    20762079\end{verbatim}
     2080\tbd{psHistogram *psImageHistogram(psHistogram *out, psImage *in, psImage *mask, int maskVal);}
    20772081Construct a histogram from an image (or subimage).  The histogram to
    20782082generate is specified by \code{psHistogram hist} (see
Note: See TracChangeset for help on using the changeset viewer.