IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17174


Ignore:
Timestamp:
Mar 28, 2008, 12:00:28 PM (18 years ago)
Author:
Paul Price
Message:

Was asserting on the wrong image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080320/psModules/src/detrend/pmMaskBadPixels.c

    r17155 r17174  
    9999    psImage *suspect = psMetadataLookupPtr(&mdok, output->analysis, PM_MASK_ANALYSIS_SUSPECT); // Suspect img
    100100    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);
    104104        psMemIncrRefCounter(suspect);
    105105    } else {
Note: See TracChangeset for help on using the changeset viewer.