IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21254


Ignore:
Timestamp:
Feb 1, 2009, 11:51:23 AM (17 years ago)
Author:
eugene
Message:

define handler function psphotSetMaskRecipe for use by other programs

File:
1 edited

Legend:

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

    r21183 r21254  
    1818    }
    1919
     20    bool status = psphotSetMaskRecipe (config, maskValue, markValue);
     21    return status;
     22}
     23
     24bool psphotSetMaskRecipe (pmConfig *config, psImageMaskType maskValue, psImageMaskType markValue) {
     25
    2026    // select the current recipe
    2127    psMetadata *recipe = psMetadataLookupPtr (NULL, config->recipes, PSPHOT_RECIPE);
Note: See TracChangeset for help on using the changeset viewer.