IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2004, 9:11:01 AM (22 years ago)
Author:
gusciora
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageStats.c

    r1841 r1898  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-09-21 23:15:04 $
     12*  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-09-25 19:11:01 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3636
    3737/*****************************************************************************
    38     NOTE: verify that image/mask have the correct types, and sizes.
     38XXX: verify that image/mask have the correct types, and sizes.
    3939 *****************************************************************************/
    40 psStats* psImageStats(psStats* stats, psImage* in, psImage* mask, int maskVal)
     40psStats* psImageStats(psStats* stats,
     41                      psImage* in,
     42                      psImage* mask,
     43                      int maskVal)
    4144{
    4245    psVector* junkData = NULL;
Note: See TracChangeset for help on using the changeset viewer.