Changeset 38039 for trunk/psphot/src/psphotSubtractBackground.c
- Timestamp:
- Mar 28, 2015, 7:18:18 AM (11 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20150326/psphot (added) merged: 38017,38021,38026
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:ignore
-
old new 27 27 psmakecff 28 28 psphotFullForceSummary 29 psphotVersionDefinitions.h.tmp
-
- Property svn:ignore
-
trunk/psphot/src/psphotSubtractBackground.c
r34528 r38039 29 29 // user-defined masks to test for good/bad pixels (build from recipe list if not yet set) 30 30 psImageMaskType maskVal = psMetadataLookupImageMask(&status, recipe, "MASK.PSPHOT"); // Mask value for bad pixels 31 assert (maskVal);31 psAssert (maskVal, "MASK.PSPHOT missing from recipe"); 32 32 33 33 psImageBinning *binning = psMetadataLookupPtr(&status, model->analysis, "PSPHOT.BACKGROUND.BINNING");
Note:
See TracChangeset
for help on using the changeset viewer.
