IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20519


Ignore:
Timestamp:
Nov 3, 2008, 3:42:10 PM (18 years ago)
Author:
Paul Price
Message:

Gotta tell psphot that the data exists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r20518 r20519  
    350350            outRO->weight = psImageCopy(outRO->weight, minuend->weight, PS_TYPE_F32);
    351351        }
    352         outRO->mask = psImageCopy(outRO->mask, minuend->mask, PS_TYPE_MASK);
     352        if (minuend->mask) {
     353            outRO->mask = psImageCopy(outRO->mask, minuend->mask, PS_TYPE_MASK);
     354        }
     355        outRO->data_exists = outCell->data_exists = outCell->parent->data_exists = true;
    353356
    354357        pmFPAfile *photFile = psMetadataLookupPtr(NULL, config->files, "PSPHOT.INPUT");
Note: See TracChangeset for help on using the changeset viewer.