IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30785


Ignore:
Timestamp:
Mar 3, 2011, 4:08:00 PM (15 years ago)
Author:
eugene
Message:

MARK.PSPHOT is not required by psphotModelBackground, so do not assert on it!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psphot/src/psphotModelBackground.c

    r30749 r30785  
    5959    assert (maskVal);
    6060
    61     // user-defined masks to test for good/bad pixels (build from recipe list if not yet set)
     61    // mark pixel may be used for optional iteration -- is not required by all processes
    6262    psImageMaskType markVal = psMetadataLookupImageMask(&status, recipe, "MARK.PSPHOT"); // Mask value for bad pixels
    63     assert (markVal);
    6463
    6564    // apply both MASK and MARK to make background model
Note: See TracChangeset for help on using the changeset viewer.