IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2007, 3:09:20 PM (19 years ago)
Author:
eugene
Message:

updating all changes from from eam_branch_20071023

File:
1 edited

Legend:

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

    r14938 r15562  
    44 *  @author EAM, IfA
    55 *
    6  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-09-21 00:09:05 $
     6 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-11-10 01:09:20 $
    88 *  Copyright 2006 IfA, University of Hawaii
    99 */
     
    4040    # include <kapa.h>
    4141
    42     // plot the sx, sy, sxy as vector field,
    43     // plot the PSF measured sx, sy, sxy as vector field
    44     // pull the sources from the config / file?
    45     bool pmSourcePlotApResid (const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout)
     42// plot the sx, sy, sxy as vector field,
     43// plot the PSF measured sx, sy, sxy as vector field
     44// pull the sources from the config / file?
     45bool pmSourcePlotApResid (const pmFPAview *view, pmFPAfile *file, const pmConfig *config,
     46                          pmSourcePlotLayout *layout)
    4647{
     48    PS_ASSERT_PTR_NON_NULL(view, false);
     49    PS_ASSERT_PTR_NON_NULL(file, false);
     50    PS_ASSERT_PTR_NON_NULL(config, false);
     51    PS_ASSERT_PTR_NON_NULL(layout, false);
    4752
    4853    Graphdata graphdata;
     
    150155# else
    151156
    152     bool pmSourcePlotApResid (const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout)
     157bool pmSourcePlotApResid (const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout)
    153158{
    154159    psLogMsg ("psphot", 3, "skipping ap-mag resid plot");
Note: See TracChangeset for help on using the changeset viewer.