IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

adding the ApTrend polynomial

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.