Changeset 23287 for trunk/ppImage/src/ppImageReplaceBackground.c
- Timestamp:
- Mar 11, 2009, 5:22:15 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageReplaceBackground.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageReplaceBackground.c
r21183 r23287 101 101 } 102 102 } 103 psImageBinning *binning = psMetadataLookupPtr(&status, psphotRecipe, "PSPHOT.BACKGROUND.BINNING"); // Binning for model 103 psImageBinning *binning = psMetadataLookupPtr(&status, modelRO->analysis, 104 "PSPHOT.BACKGROUND.BINNING"); // Binning for model 104 105 if (!binning) { 105 106 psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find background binning");
Note:
See TracChangeset
for help on using the changeset viewer.
