IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2010, 11:22:22 PM (16 years ago)
Author:
Paul Price
Message:

Renormalise image so that the normalisation provided by the convolution kernel matches that of determined from stellar photometry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppStack/src/ppStackConvolve.c

    r26475 r26690  
    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         }
     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        }
    6666
    6767        pmFPAfile *file = pmFPAfileSelectSingle(config->files, "PPSTACK.INPUT", i); // File of interest
Note: See TracChangeset for help on using the changeset viewer.