IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2007, 5:00:44 PM (19 years ago)
Author:
eugene
Message:

converted pmPSF to use pmTrend2D to represent psf parameters; updated PSF I/O to handle full pmTrend2D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070921/psModules/src/objects/pmTrend2D.h

    r14980 r14989  
    55 * @author EAM, IfA
    66 *
    7  * @version $Revision: 1.2.2.2 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-09-22 02:20:11 $
     7 * @version $Revision: 1.2.2.3 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-09-24 03:00:44 $
    99 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    3434pmTrend2D *pmTrend2DAlloc (pmTrend2DMode mode, psImage *image, int nXtrend, int nYtrend, psStats *stats);
    3535
     36pmTrend2D *pmTrend2DNoImageAlloc (pmTrend2DMode mode, psImageBinning *binning, psStats *stats);
     37
    3638// allocate a pmTrend2D tied to an abstract field with size nXfield,nYfield
    3739pmTrend2D *pmTrend2DFieldAlloc (pmTrend2DMode mode, int nXfield, int nYfield, int nXtrend, int nYtrend, psStats *stats);
Note: See TracChangeset for help on using the changeset viewer.