IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5803


Ignore:
Timestamp:
Dec 17, 2005, 10:31:07 AM (20 years ago)
Author:
magnier
Message:

adding the ApTrend polynomial

Location:
branches/eam_rel9_b0/psModules/src/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_b0/psModules/src/objects/pmPSF.c

    r5724 r5803  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.1.10.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-12-07 19:08:49 $
     8 *  @version $Revision: 1.1.10.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-12-17 20:30:43 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8484    psf->dApResid = 0.0;
    8585    psf->skyBias  = 0.0;
     86    psf->ApTrend = psPolynomial3DAlloc (1, 1, 1, PS_POLYNOMIAL_ORD);
     87    // XXX EAM : need to set the coefficient masks
    8688
    8789    Nparams = pmModelParameterCount (type);
  • branches/eam_rel9_b0/psModules/src/objects/pmPSF.h

    r5255 r5803  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-10-10 19:53:40 $
     8 *  @version $Revision: 1.1.12.1 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-12-17 20:31:07 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3333    pmModelType type;   ///< PSF Model in use
    3434    psArray *params;   ///< Model parameters (psPolynomial2D)
     35    psPolynomial3D *ApTrend;  ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst)
     36    float ApResid;   ///< ???
     37    float dApResid;   ///< ???
     38    float skyBias;   ///< ???
    3539    float chisq;   ///< PSF goodness statistic
    36     float ApResid;                      ///< ???
    37     float dApResid;                     ///< ???
    38     float skyBias;                      ///< ???
    3940    int nPSFstars;   ///< number of stars used to measure PSF
    4041}
Note: See TracChangeset for help on using the changeset viewer.