IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2009, 10:01:06 AM (16 years ago)
Author:
eugene
Message:

fixing bugs related to stacking PR images

Location:
branches/eam_branches/20091201/ppStack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppStack

  • branches/eam_branches/20091201/ppStack/src/ppStackConvolve.c

    r26161 r26475  
    5959        pmFPAfileActivate(config->files, false, NULL);
    6060        ppStackFileActivationSingle(config, PPSTACK_FILES_CONVOLVE, true, i);
     61        if (options->convolve) {
     62            // XXX PPSTACK.CONV.KERNEL not defined unless convolve
     63            // pmFPAfileActivate(config->files, true, "PPSTACK.CONV.KERNEL");
     64            pmFPAfileActivateSingle(config->files, true, "PPSTACK.CONV.KERNEL", i); // Activated file
     65        }
     66
    6167        pmFPAfile *file = pmFPAfileSelectSingle(config->files, "PPSTACK.INPUT", i); // File of interest
    6268        pmFPAview *view = ppStackFilesIterateDown(config);
Note: See TracChangeset for help on using the changeset viewer.