IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2007, 6:16:29 PM (19 years ago)
Author:
Paul Price
Message:

Updating high-level programs to use symbolic names for mask values in the recipes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotMaskReadout.c

    r12792 r13593  
    11# include "psphotInternal.h"
    22
    3 bool psphotMaskReadout (pmReadout *readout, psMetadata *recipe) {
    4    
     3bool psphotMaskReadout (pmReadout *readout, psMetadata *recipe, pmConfig *config) {
     4
    55    bool status;
    66
     
    1919
    2020    // psImageKeepRegion assumes the region refers to the parent coordinates
    21     psImageKeepRegion (readout->mask, keep, "OR", PM_MASK_BAD);
     21    psImageKeepRegion (readout->mask, keep, "OR", pmConfigMask("BAD", config));
    2222
    2323    return true;
Note: See TracChangeset for help on using the changeset viewer.