Changeset 20519 for trunk/ppSub/src/ppSubReadout.c
- Timestamp:
- Nov 3, 2008, 3:42:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r20518 r20519 350 350 outRO->weight = psImageCopy(outRO->weight, minuend->weight, PS_TYPE_F32); 351 351 } 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; 353 356 354 357 pmFPAfile *photFile = psMetadataLookupPtr(NULL, config->files, "PSPHOT.INPUT");
Note:
See TracChangeset
for help on using the changeset viewer.
