IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2007, 8:55:12 AM (19 years ago)
Author:
eugene
Message:

converting psf parameters to pmTrend2D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070921/psModules/src/objects/pmPSF.h

    r14936 r14969  
    66 * @author EAM, IfA
    77 *
    8  * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-09-21 00:05:35 $
     8 * @version $Revision: 1.16.2.1 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-09-21 18:55:12 $
    1010 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1111 */
     
    1919// type of model carried by the pmModel structure
    2020typedef int pmModelType;
    21 
    22 typedef enum {
    23     PM_PSF_APTREND_ERROR = 0,
    24     PM_PSF_APTREND_NONE,
    25     PM_PSF_APTREND_CONSTANT,
    26     PM_PSF_APTREND_SKYBIAS,
    27     PM_PSF_APTREND_SKYSAT,
    28     PM_PSF_APTREND_XY_LIN,
    29     PM_PSF_APTREND_XY_QUAD,
    30     PM_PSF_APTREND_SKY_XY_LIN,
    31     PM_PSF_APTREND_SKYSAT_XY_LIN,
    32     PM_PSF_APTREND_ALL
    33 } pmPSFApTrendOptions;
    3421
    3522/** pmPSF data structure
     
    6552pmPSF;
    6653
     54typedef struct {
     55    pmModelType   type;
     56    bool          poissonErrors;
     57    pmTrend2DMode psfTrendMode;
     58    int           psfTrendNx;
     59    int           psfTrendNy;
     60} pmPSFOptions;
     61
    6762# define PM_PAR_E0 PM_PAR_SXX
    6863# define PM_PAR_E1 PM_PAR_SYY
Note: See TracChangeset for help on using the changeset viewer.