IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28049


Ignore:
Timestamp:
May 20, 2010, 11:49:52 AM (16 years ago)
Author:
Paul Price
Message:

Copy all PSF-related data, not just the clumps. Specifically, we need PSF_MOMENTS_RADIUS for better moments and anti-dipole statistics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubMakePSF.c

    r27789 r28049  
    136136
    137137    // Copy the PSF-related data
    138     psMetadataIterator *iter = psMetadataIteratorAlloc(inputRO->analysis, PS_LIST_HEAD, "^PSF\\.CLUMP.*");
     138    psMetadataIterator *iter = psMetadataIteratorAlloc(inputRO->analysis, PS_LIST_HEAD, "^PSF.*");
    139139    psMetadataItem *item;               // Item from iteration
    140140    while ((item = psMetadataGetAndIncrement(iter))) {
Note: See TracChangeset for help on using the changeset viewer.