IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2006, 10:46:55 AM (20 years ago)
Author:
rhl
Message:

When KEEP_PSF_CLUMP is true in psphot.config, save the PSF clump image
"splane" in the metadata as "PSF_CLUMP"; whence it can be extracted
and displayed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.c

    r8246 r8471  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-08-09 02:37:08 $
     8 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-08-22 20:46:55 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    248248        psTrace (".pmObjects.pmSourceRoughClass", 2, "clump threshold is %f\n", stats[0].max/2);
    249249
     250        const bool keep_psf_clump = psMetadataLookupBool(NULL, metadata, "KEEP_PSF_CLUMP");
     251        if (keep_psf_clump)
     252        {
     253            psMetadataAdd(metadata, PS_LIST_TAIL,
     254                          "PSF_CLUMP", PS_DATA_IMAGE, "Image of PSF coefficients", splane);
     255        }
    250256        psFree (splane);
    251257        psFree (stats);
Note: See TracChangeset for help on using the changeset viewer.