IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2013, 4:18:09 PM (13 years ago)
Author:
watersc1
Message:

Use the options to hold the doBackground boolean. Changes in ppStackCamera to reset the recipe value if no inputs are specified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackSetup.c

    r34800 r35167  
    1717
    1818    options->convolve = psMetadataLookupBool(NULL, recipe, "CONVOLVE"); // Convolve images?
     19    options->doBackground = psMetadataLookupBool(NULL, recipe, "BACKGROUND.MODEL");
     20
    1921    if (!psMetadataLookupBool(NULL, config->arguments, "HAVE.PSF")) {
    2022        psWarning("No PSFs provided --- unable to convolve to common PSF.");
Note: See TracChangeset for help on using the changeset viewer.