Changeset 17174
- Timestamp:
- Mar 28, 2008, 12:00:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/psModules/src/detrend/pmMaskBadPixels.c
r17155 r17174 99 99 psImage *suspect = psMetadataLookupPtr(&mdok, output->analysis, PM_MASK_ANALYSIS_SUSPECT); // Suspect img 100 100 if (suspect) { 101 PS_ASSERT_IMAGE_NON_EMPTY( output->image, false);102 PS_ASSERT_IMAGE_TYPE( output->image, PS_TYPE_S32, false);103 PS_ASSERT_IMAGES_SIZE_EQUAL(readout->image, output->image, false);101 PS_ASSERT_IMAGE_NON_EMPTY(suspect, false); 102 PS_ASSERT_IMAGE_TYPE(suspect, PS_TYPE_S32, false); 103 PS_ASSERT_IMAGES_SIZE_EQUAL(readout->image, suspect, false); 104 104 psMemIncrRefCounter(suspect); 105 105 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
