Changeset 7283 for trunk/psModules/src/objects/pmSource.c
- Timestamp:
- Jun 1, 2006, 4:16:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.c
r6944 r7283 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 4-21 21:29:01$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-06-02 02:16:05 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 19 19 #include "pmHDU.h" 20 20 #include "pmFPA.h" 21 #include "pm MaskBadPixels.h"21 #include "pmFPAMaskWeight.h" 22 22 #include "pmPeaks.h" 23 23 #include "pmMoments.h" … … 133 133 134 134 /****************************************************************************** 135 pmSourcePSFClump(source, metadata): Find the likely PSF clump in the 136 sigma-x, sigma-y plane. return 0,0 clump in case of error. 135 pmSourcePSFClump(source, metadata): Find the likely PSF clump in the 136 sigma-x, sigma-y plane. return 0,0 clump in case of error. 137 137 *****************************************************************************/ 138 138 … … 310 310 pmSourceRoughClass(source, metadata): make a guess at the source 311 311 classification. 312 312 313 313 XXX: push the clump info into the metadata? 314 314 315 315 XXX: How can this function ever return FALSE? 316 316 317 317 EAM: I moved S/N calculation to pmSourceMoments, using weight image 318 318 *****************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
