Changeset 31093
- Timestamp:
- Mar 30, 2011, 9:47:06 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110213/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotSourceSize.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot
- Property svn:mergeinfo changed
/trunk/psphot merged: 30818
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotSourceSize.c
r30975 r31093 119 119 options.xtest = psMetadataLookupS32 (&status, recipe, "PSPHOT.CRMASK.XTEST"); 120 120 options.ytest = psMetadataLookupS32 (&status, recipe, "PSPHOT.CRMASK.YTEST"); 121 assert (status);121 // These are optional recipe values don't assert (status); 122 122 123 123 options.grow = psMetadataLookupS32(&status, recipe, "PSPHOT.CR.GROW"); // Growth size for CRs
Note:
See TracChangeset
for help on using the changeset viewer.
