IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2010, 6:01:15 PM (16 years ago)
Author:
eugene
Message:

psphotStack now correctly convolves the input images to match target PSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.20100506/src/psphotStackOptions.c

    r27884 r27888  
    55    if (options == NULL) return;
    66
     7    // free the psf
    78    psFree (options->psf);
    8     psFree (options->inputSeeing);
     9
     10    // free the array elements
     11    psFree (options->psfs);
    912    psFree (options->sourceLists);
    10     psFree (options->norm);
    1113    psFree (options->kernels);
    1214    psFree (options->regions);
     15
     16    // free the vector elements
     17    psFree (options->inputMask);
     18    psFree (options->inputSeeing);
     19    psFree (options->norm);
    1320    psFree (options->matchChi2);
    1421    psFree (options->weightings);
Note: See TracChangeset for help on using the changeset viewer.