IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14592


Ignore:
Timestamp:
Aug 21, 2007, 2:55:39 PM (19 years ago)
Author:
Paul Price
Message:

Add the full kernel description rather than the string summary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionMatch.c

    r14591 r14592  
    148148    pmSubtractionKernels *kernels = pmSubtractionKernelsGenerate(type, size, order, isisWidths, isisOrders,
    149149                                                                 inner, binning, ringsOrder);
    150     psMetadataAddStr(convolved->analysis, PS_LIST_TAIL, "SUBTRACTION.KERNEL.DESCRIPTION", 0,
    151                      "Subtraction kernel description", kernels->description);
     150    psMetadataAddPtr(convolved->analysis, PS_LIST_TAIL, "SUBTRACTION.KERNEL", 0,
     151                     "Subtraction kernels", kernels);
    152152    psArray *stamps = NULL;             // Stamps for matching PSF
    153153    psVector *solution = NULL;          // Solution to match PSF
Note: See TracChangeset for help on using the changeset viewer.