IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2007, 3:58:16 PM (19 years ago)
Author:
magnier
Message:

defining new pmSourceFitSet APIs which can use variable models; adding functions to add sources to cell (not chips)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070817/psModules/src/objects/pmModel.h

    r14544 r14546  
    55 * @author EAM, IfA
    66 *
    7  * @version $Revision: 1.11.6.1 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-08-17 21:01:59 $
     7 * @version $Revision: 1.11.6.2 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-08-20 01:58:16 $
    99 *
    1010 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    169169);
    170170
     171bool pmModelAddWithOffset(psImage *image,
     172                          psImage *mask,
     173                          pmModel *model,
     174                          pmModelOpMode mode,
     175                          psMaskType maskVal,
     176                          int dx,
     177                          int dy);
     178
     179bool pmModelSubWithOffset(psImage *image,
     180                          psImage *mask,
     181                          pmModel *model,
     182                          pmModelOpMode mode,
     183                          psMaskType maskVal,
     184                          int dx,
     185                          int dy);
     186
    171187/** pmModelFitStatus()
    172188 *
Note: See TracChangeset for help on using the changeset viewer.