IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25159


Ignore:
Timestamp:
Aug 20, 2009, 12:51:36 PM (17 years ago)
Author:
watersc1
Message:

version that compiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/cleanup/ppImage/src/ppImageBurntoolMask.c

    r25155 r25159  
    2929  psImage *image = mask->mask;
    3030
    31   psImageMaskType maskValue = psMetadataLookupS32(&status,config,"PPIMAGE.BURNTOOL_MASK");
     31  psImageMaskType maskValue = psMetadataLookupS32(&status,config->files,"PPIMAGE.BURNTOOL_MASK");
    3232 
    3333  for (row = 0; row < Nrows; row++) {
     
    4848          }
    4949          else {
    50             for (int j = psMetadataLookupS32(&status,rowMD,"y1m") j < image->numRows ; j++) {
     50            for (int j = psMetadataLookupS32(&status,rowMD,"y1m"); j < image->numRows ; j++) {
    5151              image->data.PS_TYPE_IMAGE_MASK_DATA[j][i] |= maskValue;
    5252            }
Note: See TracChangeset for help on using the changeset viewer.