IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4544


Ignore:
Timestamp:
Jul 12, 2005, 9:33:49 AM (21 years ago)
Author:
desonia
Message:

massive code restructure task.

Location:
trunk/psLib/src/imageops
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageConvolve.c

    r4540 r4544  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-07-12 19:12:01 $
     7 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-07-12 19:33:49 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121#include "psError.h"
    2222
    23 #include "psImageErrors.h"
     23#include "psErrorText.h"
    2424
    2525#define FOURIER_PADDING 32 /* padding amount in every side of the image for fourier convolution */
  • trunk/psLib/src/imageops/psImageGeomManip.c

    r4540 r4544  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-07-12 19:12:01 $
     12 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-07-12 19:33:49 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2929#include "psMemory.h"
    3030#include "psConstants.h"
    31 #include "psImageErrors.h"
     31#include "psErrorText.h"
    3232#include "psCoord.h"
    3333
  • trunk/psLib/src/imageops/psImagePixelExtract.c

    r4540 r4544  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-07-12 19:12:01 $
     10 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-07-12 19:33:49 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121#include "psError.h"
    2222
    23 #include "psImageErrors.h"
     23#include "psErrorText.h"
    2424
    2525psVector* psImageSlice(psVector* out,
  • trunk/psLib/src/imageops/psImagePixelManip.c

    r4540 r4544  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-07-12 19:12:01 $
     12 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-07-12 19:33:49 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2828#include "psMemory.h"
    2929#include "psConstants.h"
    30 #include "psImageErrors.h"
     30#include "psErrorText.h"
    3131#include "psCoord.h"
    3232
  • trunk/psLib/src/imageops/psImageStats.c

    r4385 r4544  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.75 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-06-25 00:51:28 $
     11 *  @version $Revision: 1.76 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-07-12 19:33:49 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3030#include "psImageStats.h"
    3131#include "psConstants.h"
    32 #include "psImageErrors.h"
     32#include "psErrorText.h"
    3333
    3434/// This routine must determine the various statistics for the image.
  • trunk/psLib/src/imageops/psImageStructManip.c

    r4540 r4544  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-07-12 19:12:01 $
     10 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-07-12 19:33:49 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121#include "psError.h"
    2222
    23 #include "psImageErrors.h"
     23#include "psErrorText.h"
    2424
    2525static psImage* imageSubset(psImage* out,
Note: See TracChangeset for help on using the changeset viewer.