IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3264 for trunk/psLib/src/image


Ignore:
Timestamp:
Feb 17, 2005, 9:26:25 AM (21 years ago)
Author:
desonia
Message:

Fixed bugs as reported by IfA.

Location:
trunk/psLib/src/image
Files:
14 edited

Legend:

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

    r3115 r3264  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-02-03 00:54:11 $
     11 *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-02-17 19:26:24 $
    1313 *
    14  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     14 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1515 *
    1616 *  That is the routine used to generate matrices.
  • trunk/psLib/src/image/psImage.h

    r3115 r3264  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-02-03 00:54:11 $
    15  *
    16  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     13 *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-02-17 19:26:24 $
     15 *
     16 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1717 */
    1818#ifndef PS_IMAGE_H
  • trunk/psLib/src/image/psImageConvolve.h

    r2204 r3264  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-10-27 00:57:31 $
     9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-02-17 19:26:24 $
    1111 *
    12  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     12 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
    1414
  • trunk/psLib/src/image/psImageErrors.h

    r3115 r3264  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-02-03 00:54:11 $
     9 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-02-17 19:26:24 $
    1111 *
    12  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     12 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
    1414
  • trunk/psLib/src/image/psImageExtraction.c

    r2807 r3264  
    99 *  @author Robert DeSonia, MHPCC
    1010 *
    11  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-12-23 19:14:15 $
     11 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-02-17 19:26:24 $
    1313 *
    14  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     14 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1515 *
    1616 */
  • trunk/psLib/src/image/psImageExtraction.h

    r3115 r3264  
    1010*  @author Robert DeSonia, MHPCC
    1111*
    12 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-02-03 00:54:11 $
     12*  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-02-17 19:26:24 $
    1414*
    15 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     15*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1616*/
    1717
  • trunk/psLib/src/image/psImageFFT.c

    r2283 r3264  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-11-04 22:14:17 $
     7 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-02-17 19:26:24 $
    99 *
    10  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     10 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1111 */
    1212#include <unistd.h>
  • trunk/psLib/src/image/psImageFFT.h

    r2283 r3264  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-11-04 22:14:17 $
     9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-02-17 19:26:24 $
    1111 *
    12  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     12 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
    1414
  • trunk/psLib/src/image/psImageIO.c

    r2962 r3264  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-01-12 22:17:01 $
     9 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-02-17 19:26:24 $
    1111 *
    12  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     12 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
    1414
  • trunk/psLib/src/image/psImageIO.h

    r2204 r3264  
    1010 *  @author Robert DeSonia, MHPCC
    1111 *
    12  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-10-27 00:57:31 $
     12 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-02-17 19:26:24 $
    1414 *
    15  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     15 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1616 */
    1717#ifndef PS_IMAGEIO_H
  • trunk/psLib/src/image/psImageManip.c

    r3028 r3264  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-01-18 03:15:03 $
     12 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-02-17 19:26:24 $
    1414 *
    15  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     15 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1616 */
    1717
  • trunk/psLib/src/image/psImageManip.h

    r3115 r3264  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-02-03 00:54:11 $
     13 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-02-17 19:26:24 $
    1515 *
    16  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     16 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1717 */
    1818#ifndef PS_IMAGE_MANIP_H
  • trunk/psLib/src/image/psImageStats.c

    r3182 r3264  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-02-10 02:36:42 $
     11 *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-02-17 19:26:24 $
    1313 *
    14  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     14 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1515 */
    1616
  • trunk/psLib/src/image/psImageStats.h

    r2600 r3264  
    99*  @author GLG, MHPCC
    1010*
    11 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-12-02 21:12:52 $
     11*  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-02-17 19:26:24 $
    1313*
    14 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     14*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1515*/
    1616#if !defined(PS_IMAGE_STATS_H)
Note: See TracChangeset for help on using the changeset viewer.