IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2005, 3:24:38 PM (20 years ago)
Author:
desonia
Message:

changes from eam_rel9_b1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPSFtry.h

    r5762 r5844  
    66 *  @author EAM, IfA
    77 *
    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 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1818
    1919/**
    20  * 
     20 *
    2121 * This structure contains a pointer to the collection of sources which will
    2222 * be used to test the PSF model form. It lists the pmModelType type of model
     
    3838 * ultimate metric to intercompare multiple types of PSF models is the value of
    3939 * the aperture correction scatter.
    40  * 
     40 *
    4141 * XXX: There are many more members in the SDRS then in the prototype code.
    4242 * I stuck with the prototype code.
    43  * 
    44  * 
     43 *
     44 *
    4545 */
    4646typedef struct
     
    5858
    5959/** pmPSFtryMaskValues
    60  * 
     60 *
    6161 * The following datatype defines the masks used by the pmPSFtry analysis to
    6262 * identify sources which should or should not be included in the analysis.
    63  * 
     63 *
    6464 */
    6565enum {
     
    7474
    7575/** pmPSFtryAlloc()
    76  * 
     76 *
    7777 * Allocate a pmPSFtry data structure.
    78  * 
     78 *
    7979 */
    8080pmPSFtry *pmPSFtryAlloc(
     
    8585
    8686/** pmPSFtryModel()
    87  * 
     87 *
    8888 * This function takes the input collection of sources and performs a complete
    8989 * analysis to determine a PSF model of the given type (specified by model name).
    9090 * The result is a pmPSFtry with the results of the analysis.
    91  * 
     91 *
    9292 */
    9393pmPSFtry *pmPSFtryModel(
     
    9999
    100100/** pmPSFtryMetric()
    101  * 
     101 *
    102102 * This function is used to measure the PSF model metric for the set of
    103103 * results contained in the pmPSFtry structure.
    104  * 
     104 *
    105105 */
    106106bool pmPSFtryMetric(
     
    109109);
    110110
     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 */
     117bool pmPSFtryMetric_Alt(
     118    pmPSFtry *try
     119    ,                      ///< Add comment.
     120    float RADIUS                        ///< Add comment.
     121);
     122
    111123# endif
Note: See TracChangeset for help on using the changeset viewer.