IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30818


Ignore:
Timestamp:
Mar 7, 2011, 11:06:52 AM (15 years ago)
Author:
bills
Message:

remove incorrect assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSourceSize.c

    r30624 r30818  
    119119    options.xtest = psMetadataLookupS32 (&status, recipe, "PSPHOT.CRMASK.XTEST");
    120120    options.ytest = psMetadataLookupS32 (&status, recipe, "PSPHOT.CRMASK.YTEST");
    121     assert (status);
     121    // These are optional recipe values don't assert (status);
    122122
    123123    options.grow = psMetadataLookupS32(&status, recipe, "PSPHOT.CR.GROW"); // Growth size for CRs
Note: See TracChangeset for help on using the changeset viewer.