Changeset 5844 for trunk/psModules/src/objects/pmPSFtry.h
- Timestamp:
- Dec 23, 2005, 3:24:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSFtry.h (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSFtry.h
r5762 r5844 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-12- 12 20:32:44$8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-12-24 01:24:32 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 18 18 19 19 /** 20 * 20 * 21 21 * This structure contains a pointer to the collection of sources which will 22 22 * be used to test the PSF model form. It lists the pmModelType type of model … … 38 38 * ultimate metric to intercompare multiple types of PSF models is the value of 39 39 * the aperture correction scatter. 40 * 40 * 41 41 * XXX: There are many more members in the SDRS then in the prototype code. 42 42 * I stuck with the prototype code. 43 * 44 * 43 * 44 * 45 45 */ 46 46 typedef struct … … 58 58 59 59 /** pmPSFtryMaskValues 60 * 60 * 61 61 * The following datatype defines the masks used by the pmPSFtry analysis to 62 62 * identify sources which should or should not be included in the analysis. 63 * 63 * 64 64 */ 65 65 enum { … … 74 74 75 75 /** pmPSFtryAlloc() 76 * 76 * 77 77 * Allocate a pmPSFtry data structure. 78 * 78 * 79 79 */ 80 80 pmPSFtry *pmPSFtryAlloc( … … 85 85 86 86 /** pmPSFtryModel() 87 * 87 * 88 88 * This function takes the input collection of sources and performs a complete 89 89 * analysis to determine a PSF model of the given type (specified by model name). 90 90 * The result is a pmPSFtry with the results of the analysis. 91 * 91 * 92 92 */ 93 93 pmPSFtry *pmPSFtryModel( … … 99 99 100 100 /** pmPSFtryMetric() 101 * 101 * 102 102 * This function is used to measure the PSF model metric for the set of 103 103 * results contained in the pmPSFtry structure. 104 * 104 * 105 105 */ 106 106 bool pmPSFtryMetric( … … 109 109 ); 110 110 111 /** pmPSFtryMetric_Alt() 112 * 113 * This function is used to measure the PSF model metric for the set of 114 * results contained in the pmPSFtry structure (alternative implementation). 115 * 116 */ 117 bool pmPSFtryMetric_Alt( 118 pmPSFtry *try 119 , ///< Add comment. 120 float RADIUS ///< Add comment. 121 ); 122 111 123 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
