IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 22, 2007, 5:26:23 PM (19 years ago)
Author:
magnier
Message:

changed PM_MODEL_ADD_.. to PM_MODEL_OP_..; added pmSourceAdd/Sub; adding modelFlux and maskView/maskObj to pmSource

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_02_branch/psModules/src/objects/pmSourcePhotometry.c

    r12951 r12956  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.22.4.3 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-04-21 21:30:21 $
     5 *  @version $Revision: 1.22.4.4 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-04-23 03:26:23 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    109109    // XXX use pmSourceAdd instead?
    110110    if (source->mode & PM_SOURCE_MODE_SUBTRACTED) {
    111         pmModelAdd (source->pixels, source->mask, model, PM_MODEL_ADD_FULL);
     111        pmModelAdd (source->pixels, source->mask, model, PM_MODEL_OP_FULL);
    112112    }
    113113
     
    212212    // if source was originally subtracted, re-subtract object, leave local sky
    213213    if (source->mode & PM_SOURCE_MODE_SUBTRACTED) {
    214         pmModelSub (source->pixels, source->mask, model, PM_MODEL_ADD_FULL);
     214        pmModelSub (source->pixels, source->mask, model, PM_MODEL_OP_FULL);
    215215    }
    216216
Note: See TracChangeset for help on using the changeset viewer.