IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 10, 2008, 10:54:53 AM (18 years ago)
Author:
Paul Price
Message:

Turn off convolution if PSFs not provided.

File:
1 edited

Legend:

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

    r17266 r17426  
    215215    pmReadout *sources = NULL;          // Readout with sources to use for PSF matching
    216216    pmPSF *targetPSF = NULL;            // Target PSF
    217     {
     217    if (psMetadataLookupBool(NULL, config->arguments, "HAVE.PSF")) {
    218218        pmFPAfileActivate(config->files, false, NULL);
    219219        fileActivation(config, prepareFiles, true);
Note: See TracChangeset for help on using the changeset viewer.