Changeset 7283 for trunk/psModules/src/objects
- Timestamp:
- Jun 1, 2006, 4:16:05 PM (20 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 4 edited
-
pmPSFtry.c (modified) (2 diffs)
-
pmSource.c (modified) (4 diffs)
-
pmSourcePhotometry.c (modified) (3 diffs)
-
pmSourceSky.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSFtry.c
r6960 r7283 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-0 4-23 01:07:51$7 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-06-02 02:16:05 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 #include "pmHDU.h" 16 16 #include "pmFPA.h" 17 #include "pm MaskBadPixels.h"17 #include "pmFPAMaskWeight.h" 18 18 #include "pmPeaks.h" 19 19 #include "pmMoments.h" -
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 *****************************************************************************/ -
trunk/psModules/src/objects/pmSourcePhotometry.c
r6960 r7283 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 4-23 01:07:51$5 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-06-02 02:16:05 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 #include "pmHDU.h" 17 17 #include "pmFPA.h" 18 #include "pm MaskBadPixels.h"18 #include "pmFPAMaskWeight.h" 19 19 #include "pmPeaks.h" 20 20 #include "pmMoments.h" … … 52 52 - the source is a STAR (PSF) 53 53 - the option is selected (how??) 54 55 - extMag : all sources with non-NULL modelEXT 54 55 - extMag : all sources with non-NULL modelEXT 56 56 **/ 57 57 -
trunk/psModules/src/objects/pmSourceSky.c
r6910 r7283 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 4-19 20:37:35 $8 * @version $Revision: 1.4 $ $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"
Note:
See TracChangeset
for help on using the changeset viewer.
