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/test/objects/tap_pmSourceFitModel_Delta.c

    r12951 r12956  
    5454
    5555    // create an image with the model, and add noise: gain is 1, subtracted sky is 100, readnoise is 5
    56     pmModelAdd (source->pixels, source->mask, source->modelEXT, PM_MODEL_ADD_FULL);
     56    pmModelAdd (source->pixels, source->mask, source->modelEXT, PM_MODEL_OP_FULL);
    5757    int npix = 0;
    5858    for (int j = 0; j < source->pixels->numRows; j++) {
Note: See TracChangeset for help on using the changeset viewer.