Changeset 15562 for trunk/psModules/src/objects/pmSourcePlotApResid.c
- Timestamp:
- Nov 9, 2007, 3:09:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourcePlotApResid.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePlotApResid.c
r14938 r15562 4 4 * @author EAM, IfA 5 5 * 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 $ 8 8 * Copyright 2006 IfA, University of Hawaii 9 9 */ … … 40 40 # include <kapa.h> 41 41 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? 45 bool pmSourcePlotApResid (const pmFPAview *view, pmFPAfile *file, const pmConfig *config, 46 pmSourcePlotLayout *layout) 46 47 { 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); 47 52 48 53 Graphdata graphdata; … … 150 155 # else 151 156 152 bool pmSourcePlotApResid (const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout)157 bool pmSourcePlotApResid (const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout) 153 158 { 154 159 psLogMsg ("psphot", 3, "skipping ap-mag resid plot");
Note:
See TracChangeset
for help on using the changeset viewer.
