IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23601


Ignore:
Timestamp:
Mar 30, 2009, 11:50:23 AM (17 years ago)
Author:
Paul Price
Message:

CONVOLVE comes from recipe, not arguments.

File:
1 edited

Legend:

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

    r23576 r23601  
    4747    psAssert(recipe, "We've thrown an error on this before.");
    4848
    49     options->convolve = psMetadataLookupBool(NULL, config->arguments, "CONVOLVE"); // Convolve images?
     49    options->convolve = psMetadataLookupBool(NULL, recipe, "CONVOLVE"); // Convolve images?
    5050    if (!psMetadataLookupBool(NULL, config->arguments, "HAVE.PSF")) {
    5151        psWarning("No PSFs provided --- unable to convolve to common PSF.");
Note: See TracChangeset for help on using the changeset viewer.