IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21453


Ignore:
Timestamp:
Feb 11, 2009, 6:44:55 PM (17 years ago)
Author:
eugene
Message:

do not need image input to pmSourcePixelWeight (only mask)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20090208/psphot/src/psphotMagnitudes.c

    r21392 r21453  
    295295        }
    296296
    297         status = pmSourcePixelWeight (&source->pixWeight, model, source->pixels, source->maskObj, maskVal);
     297        status = pmSourcePixelWeight (&source->pixWeight, model, source->maskObj, maskVal);
    298298        if (!status) {
    299299          psTrace ("psphot", 3, "fail to measure pixel weight");
Note: See TracChangeset for help on using the changeset viewer.